@charset "UTF-8";

/* Base */

body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); min-width: 960px; }
h1, h2, h3, h4, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.preheader {
  margin: 20px;
}



.tbcvlogo {
	
    margin: 0 10px 0 15px;
	border: none;
	
}

.subtext {

margin-top: 15px;
}


/*
 *#index Slideshow
 */

#index .slideshow {
    background-color: rgb(0, 0, 0);
    height: 465px;
    min-width: 960px;
    overflow: hidden;
    position: relative;
}

.slideshow-slides {
    height: 100%;
    position: absolute;
    width: 100%;
    /* left は JavaScript で指定 */
}
.slideshow-slides .slide {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /* left は JavaScript で指定 */
}
.slideshow-slides .slide img {
    left: 50%;
    margin-left: -960px;
    position: absolute;
}

.slideshow-nav a,
.slideshow-indicator a {
    background-color: rgba(0, 0, 0, 0); /* for IE9 */
    overflow: hidden;
}
.slideshow-nav a:before,
.slideshow-indicator a:before {
    content: url(../img/sprites.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.slideshow-nav a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-top: -36px;
}
.slideshow-nav a.prev {
    margin-left: -480px;
}
.slideshow-nav a.prev:before {
    margin-top: -20px;    
}
.slideshow-nav a.next {
    margin-left: 408px;
}
.slideshow-nav a.next:before {
    margin-left: -80px;
    margin-top: -20px;
}
.slideshow-nav a.disabled {
    display: none;
}

.slideshow-indicator {
    bottom: 30px;
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.slideshow-indicator a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-right: 3px;
}
.slideshow-indicator a.active {
    cursor: default;
}
.slideshow-indicator a:before {
    margin-left: -110px;
}
.slideshow-indicator a.active:before {
    margin-left: -130px;
}

/* JavsScript 無効時 */
.no-js .slideshow {
    height: auto;
}
.no-js .slideshow-slides {
    height: auto;
    position: static;
}
.no-js .slideshow-slides .slide {
    display: block;
    height: auto;
    position: static;
}
.no-js .slideshow-slides .slide img {
    margin: auto;
    position: static;
}
.no-js .slideshow-nav,
.no-js .slideshow-indicator {
    display: none;
}


/*
 * Page header
 */

.page-header {
    background-color: rgb(195, 36, 34);
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .page-header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header > .inner {
    margin: auto;
    width: 960px;
}

/* Logo */
.site-logo {
    
    float: left;
    margin-left: 0px;
    
}

.snsicon {
    float: right;
    margin-right: 20px;
}

/* Primary nav */
.primary-nav {
    float: right;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.primary-nav li {
    float: left;
}
.primary-nav a {
    color: white;
    display: block;
    padding: 0 1.36em;
}
.primary-nav a:hover {
    background-color: rgb(0, 0, 0, 0.5);
}

/* Sticky header (clone) */
.page-header-clone {
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    position: fixed;
    top: -35px;
    width: 100%;
    z-index: 30;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-transition: top 0.25s;
            transition: top 0.25s;
}
.page-header-clone > .inner {
    margin: auto;
    width: 960px;
}
.page-header-clone.visible {
    top: 0;
}
.page-header-clone:hover {
    opacity: 1;
}
.page-header-clone .site-logo {
    margin-left: 8px;
}
.page-header-clone .site-logo a {
    display: block;
    width: 143px;
    height: 32px;
    overflow: hidden;
}
.page-header-clone .site-logo a:before {
    
    content: url(../img/logo3_small.png);
    display: inline-block;
}
.page-header-clone .primary-nav {
    font-size: 14px;
    line-height: 35px;
}
.page-header-clone .primary-nav a {
    color: rgb(128, 128, 128);
}


/*
 * Topics section
 */

.topics-section {
    position: relative;
    z-index: 20;    
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.topics-section > .inner {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 75px;
    width: 960px;
}
.topics-section h2 {
    display: none;
}

.topics-list li {
    float: left;
    margin-left: 10px;
    width: 230px;
}

.topics-list li:hover {
    opacity: 0.7;
}


.topics-list li:first-child {
    margin-left: 0;
}
.topics-list a {
    display: block;
}




.no-boxshadow .topics-list .image-wrapper {
    border: 1px solid rgb(204, 204, 204);
    margin-left: -1px;
    margin-right: -1px;
}


.topics-list .title {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 1.34;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 15px;
}


.topics-list .description {
    color: rgb(77, 77, 77);
    font-size: 12px;
    line-height: 1.75;
}

.jbin_logo {
    margin-top: 20px;
    text-align: center;
}


/*
 * Work section
 */

.work-section {
    background-color: rgb(0, 0, 0);
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.work-section .section-header {
    background: url(../img/bg-noise.png);
    line-height: 70px;
    text-transform: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
}
.no-boxshadow .work-section .section-header {
    border-top: 1px solid rgb(204, 204, 204);
}
.work-section .section-header > .inner {
    margin: auto;
    width: 960px;
    position: relative;
}
.work-section h2 {
    float: left;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}



.content .inner {
    
    background-color: rgba(0, 0, 0, 0.5);
}

.section-body .title  {
    text-align: center;
}

.section-body .description {
    padding: 0px 15px 0 15px;
}

.read-more {
    margin: 15px;
}


/* タブ */
.work-section .tabs-nav {
    border-left: 1px solid rgb(218, 218, 218);
    float: right;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 1px 0 rgb(255, 255, 255);
            box-shadow: inset 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav li {
    border-right: 1px solid rgb(218, 218, 218);
    float: left;
    position: relative;
    -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
            box-shadow: 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav a {
    display: block;
    outline: none;
    position: relative;
    text-align: center;
    width: 120px;
    z-index: 10;
}
.work-section .tabs-nav .ui-tabs-active a {
    color: rgb(255, 255, 255);
}


.read-more:hover {
    opacity: 0.7;
}



/* ハイライト */
.work-section .tabs-highlight {
    background-color: rgb(51, 51, 51);
    height: 100%;
    position: absolute;
    width: 120px;
}
.work-section .tabs-highlight:after {
    background: url(../img/sprites.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 37px;
    height: 19px;
    bottom: -19px;
    left: 50%;
    margin-left: -18px;
    z-index: 10;
}

.section-body  h3 {
    color: #ffffff;
}

.section-body  p {
    color: #ffffff;
}

/* パネル */
.work-section .section-body {
    height: 400px;
    position: relative;
}
.work-section .section-body .image-wrapper {
    height: 100%;
    min-width: 960px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.work-section .section-body .image-wrapper img {
    position: absolute;
    left: 50%;
    margin-left: -800px;
}

.work-section .section-body .content {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    width: 960px;
    margin: auto;
    position: relative;
}
.work-section .section-body .content > .inner {
    position: absolute;
    width: 400px;
}
.work-section .section-body #work01 .content > .inner {
    top: 100px;
    left: 500px;
}
.work-section .section-body #work02 .content > .inner {
    top: 100px;
    left: 350px;
}
.work-section .section-body #work03 .content > .inner {
    top: 80px;
    left: 100px;
}
.work-section .section-body #work04 .content > .inner {
    top: 110px;
    left: 500px;
}
.work-section .section-body #work05 .content > .inner {
    top: 100px;
    left: 20px;
}
.work-section .section-body .title {
    font-size: 40px;
    font-weight: normal;
    text-transform: none;
}
.work-section .section-body .description {
    font-size: 12px;
    line-height: 1.75;
}
.work-section .section-body .read-more {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em 1em;
    margin-top: 1.5em;
    border: 2px solid;
    letter-spacing: 1px;
}
.textshadow .work-section .section-body .read-more {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
}



/*submenu*/

.menuitem > .inner {
    margin: 0 auto;
    width: 960px;
}

.menuitem {
	padding: 0px;
	background-color: #c32422;
}

.menuitem ul,
.menuitem ol {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
}

.menuitem li a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}

.menuitem li a {
	padding: 2px 15px;
}
	.menuitem li+li a {
	border-left: solid 1px #fff;
	
}



.menuitem li a:hover {
	background-color: rgb(0 0 0);
	opacity: 0.5;
}

.menuitem li {
	float: left;
}

.menuitem ul:after,
.menuitem ol:after {
	content: "";
	display: block;
	clear: both;
}

.menuitem ul,
.menuitem ol {
	*zoom: 1;
}










/*
 * Footer
 */

.page-footer {
  background-color: #ffffff;
}

.page-footer > .inner {
    margin: auto;
    
    padding-top: 30px;
    padding-bottom: 40px;
    width: 920px;
}


/* Copyright */

.copyright {
    color: rgb(102, 102, 102);
    font-size: 12px;
    padding: 6px 0;
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Back-to-Top button */
.back-to-top {
    background-color: rgb(240, 240, 240);
    border-width: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px;
    width: 100%;
}
.back-to-top .label {
    display: block;
    height: 18px;
    margin:auto;
    overflow: hidden;
    width: 26px;
}
.back-to-top .label:before {
    content: url(../img/sprites.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-left: -40px;
}
.no-js .back-to-top {
    display: none;
}

/*Footer*/
.footer-box {
    float: left;
}

.added {
    float: right;
    
}




/*animated*/

.fadeInUp{
animation-delay:0.5s;
animation-duration:2s;
animation-timing-function:ease;
}

.fadeIn{
animation-delay:1.5s;
animation-duration:1s;
animation-timing-function:ease;
}



/*topic*/


#topic .post {
    padding: 20px;
    background-color: #444444 
}


#topic .container {
    width: 800px;
    margin: 0 auto;

}



#topic h2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 5px;
}

#topic h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

#topic h4 {
    color: #ed1d1d;
    font-size: 20px;
    font-weight: bold;
    -webkit-animation: switchtext 0.5s infinite alternate;
    -moz-animation: switchtext 0.5s infinite alternate;
    animation: switchtext 0.5s infinite alternate;
}

 @-webkit-keyframes switchtext {
    from { opacity: 1.0; }
    to { opacity: 0; }
}

@-moz-keyframes switchtext {
    from { opacity: 1.0; }
    to { opacity: 0; }
}

@keyframes switchtext {
    from { opacity: 1.0; }
    to { opacity: 0; }
}

#topic p {
    color: #ffffff;
    font-size: 8px;
    font-weight: 300;
}


#topic .container a { 
  color: #a0ef8d;
}



#topic .container a:focus, #topic .container a:hover {
  text-decoration: none;
  color: #eef59d;
}



/*oil_set*/


.product_link {
    background-image: url(../img/bg_gudetama_oil.jpg);
}
.oil_set {
    background-color: #ffffff;
    width: 940px;
    padding-bottom: 20px;
    margin: 10px auto;
}

.oil_set h1 {
    
    
    color: #1e6ecb;
    
}

.oil_set p {
    margin-top: 10px;
    margin-left: 20px;
    padding: 15px;
    border: 2px solid #f28fcc;
    border-radius: 20px;
    width: 600px;
    float: left
}

.oil_set-img {
    margin-left: 20px;
}

.oil_set-img:hover {
    opacity: 0.7;
}

.oil_set h1:hover {
    opacity: 0.7;
}


.oil_icon:before {
    
	
    content:"";
	display:inline-block;
	width:91px;
	height:49px;
	background:url(../img/gudetama_icon.jpg) no-repeat;
	background-size:contain;
    
}

.c-btn {
    clear: both;
    width: 940px;
    text-align: center;
    margin: 10px auto;
    
}

.careers_imege {
    text-align: center;
}

.staffboshu {
    color: #ed1d1d;
    font-size: 70px;
    font-weight: bold;
   text-align: center;
    -webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}




/*extra*/

.extra-section {
    width: 940px;
    margin: 30px auto;
    text-align: center;
}
