@charset "UTF-8";

.container {
	width:100%;
}
.inner {
	width:960px;
	min-width:960px;
	margin:0 auto;
	position:relative;
}

li{
	list-style-type: none;
}


/***** ヘッダー *****/

.header {
	background:url(../img/line01.jpg) no-repeat center top;
	min-width:960px;
}
.header .inner {
	padding:82px 0 47px;
	height:71px;
}
.header .inner ul {
	position:absolute;
	top:30px;
	right:0;
}
.header .inner ul li {
	display:inline-block;
}
.header .inner ul li:after {
	content:" ｜ "
}
.header .inner ul li:last-child:after {
	content:""
}
.header .inner ul li a {
	color:#595757;
}

/***** グローバルナビ *****/

#navi{
	width: 100%;
	height: 80px;
	background: url(../img/common/navi-bg.png) repeat-x 0 0;
}

#navi .navi-image{
	width: 961px;
	margin: 0 auto;
}

#page-category-title{
	text-align: center;
	padding: 18px 0;
	background: rgba(255,255,255,1.0);
	border-top: 10px solid #336BA5;
}


/***** コンテンツ *****/

.cont-main {
	width:100%;
	background:url(../img/common/cont-basebgimage01.png) repeat-x center top;
	position:relative;
	z-index:2;
}


/***** フッター *****/

#footer {
	width:100%;
	background:url(../img/line01.jpg) no-repeat center bottom;
}
#footer .copyright {
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:30px;
	text-align:center;
	width:960px;
	margin:0 auto;
}

#gotop {
	position: fixed;
	bottom: 20px;
	right: 100px;
	z-index:100;
}




/***** product共通 *****/

.product-body{
	width: 1280px;
	height: 800px;
	margin: 0 auto 0;
	background:url(../img/product/prod02_bgimage01.png) no-repeat center top;
	position: relative;
}

.product-body h2{
	position: absolute;
	top: 10px;
	left: 110px;
}

.category-link{
	position: absolute;
	top: 48px;
	right: -8px;
	z-index: 100;
}

.category-link .link01{
	margin: 0 0 15px 0;
}

.category-link .link03,
.category-link .link02{
	margin: 0 0 10px 0;
}

.category-link label {
	display: block;
	margin: 0 0 0 0;
	cursor: pointer;
}

.category-link li{
    margin: 0 0 3px 0;
}

.category-link ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-link input[type="checkbox"].on-off{
	display: none;
}

.category-link input[type="checkbox"].on-off + ul{
	height: 0;
	overflow: hidden;
	margin-left: 8px;
}

.category-link input[type="checkbox"].on-off:checked + ul{
	height: 200px;
}


/***** careers共通 *****/

.careers-body{
	width: 1280px;
	height: 800px;
	margin: 0 auto 0;
	background:url(../img/careers/careers_bgimage01.png) no-repeat center top;
	position: relative;
}

.faq-body{
	width: 1280px;
	height: 800px;
	margin: 0 auto 0;
	background:url(../img/careers/faq_bgimage01.png) no-repeat center top;
	position: relative;
}

/***** 404notfound *****/

.notfond h1{
	text-align: center;
	font-size: 22px;
	color: #004D9F;
	margin: 60px 0 40px;
}

.notfond p{
	text-align: center;
	font-size: 18px;
	margin: 0 0 200px;
}


/***** category *****/

#category-wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 80px;
	font-size: 16px;
	line-height: 1.6;
}

#category-wrapper ul li{
	margin: 0 0 15px 0;
}




/***** single *****/

#single-wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 80px;
	font-size: 16px;
	line-height: 1.6;
}

#single-wrapper h2{
    font-size: 22px;
    color: #0071B0;
    font-weight: bold;
    line-height: 2.0;
    margin: 0 0 20px 0;
}
