@charset "UTF-8";

/*------------------------------------------------

   common

------------------------------------------------*/
article{
}
section{
	clear:both;
	margin-bottom:80px;
}
/*--------cate_tit--------*/
.cate_tit{
	width:100%;
	clear:both;
	margin-bottom:30px;
	background:#ddd;
	padding:10px 0;
}
.cate_tit p{
	height:170px;
	background:url(../../img/common/main/cate_tit_bg.jpg) center center no-repeat;
	background-size:auto 100%;
	font-size:160%;
	color:#fff;
	font-weight:bold !important;
	text-shadow:0 1px 2px #000;
}
/*--------pan_list--------*/
.pan_list{
	width:100%;
	line-height:100%;
	margin-bottom:10px !important;
}
.pan_list ul{
}
.pan_list ul li{
	float:left;
	padding:0 !important;
	margin:0 10px 0 0 !important;
	background:none !important;
}
.pan_list ul li:last-child{
	margin-right:0;
}
.pan_list ul li a{
	display:block;
	padding-right:20px;
	background:url(../../img/common/icon/arrow_gr.svg) right center no-repeat;
	background-size:auto 80%;
	color:#333 !important;
}
/*--------side_menu--------*/
.side_menu{
	width:270px;
	float:left;
	margin-bottom:80px;
}
.sm_box{
	border:1px solid #ddd;
	margin-bottom:20px;
}
.sm_box span a{
	display:block;
	padding:15px 10px !important;
	color:#fff !important;
	background:#092135;
	text-indent:20px;
	position:relative;
}
.bg_green a{
	background:#304716 !important;
}
.bg_red a{
	background:#66222E !important;
}
.sm_box span a:after{
	content:"";
	background:#fff;
	line-height:100%;
	position:absolute;
	height:6px;
	width:6px;
	left:10px;
	top:0;
	bottom:0;
	margin:auto;
}
.sm_box ul{
}
.sm_box ul li{
	border-bottom:1px dashed #ddd;
}
.sm_box ul li:last-child{
	border-bottom:none;
}


.menu a {
	padding:0 !important;
	color: #000 !important;
	display:block;
}
.menu ul li ul li a {
	display: block;
	padding: 10px !important;
	text-decoration: none;
	color: #000 !important;
	line-height: 1;
}
.menu label {
	display: block;
	margin:0;
	line-height: 1;
	color:#333;
	background :#fff;
	cursor :pointer;
	padding:10px 0 10px 20px;
	background:url(../../img/common/icon/arrow_gr.svg) 5px 10px no-repeat;
	background-size:8px;
}

.menu input {
	display: none;
}

.menu ul li ul {
	margin: 0;
	padding: 0;
	background :#f4f4f4;
	list-style: none;
}

.menu ul li ul li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom:none;
}
.menu ul li ul li a{
	border-bottom:1px solid #fff;
}
.menu ul li ul li:last-child a{
	border-bottom:none;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li{
	max-height:100px;
	opacity: 1;
}

.side_bnr{
}
.side_bnr ul{
}
.side_bnr ul li{
	margin-bottom:20px;
}

/*--------content--------*/
.content{
	width:800px;
	float:right;
}
.content h1,h1.frame_tit{
	background:#092135;
	color:#fff;
	font-size:120%;
	padding:10px 10px 14px;
	position:relative;
	margin-bottom:20px;
	clear:both;
}
.content h1:after,h1.frame_tit:after{
	content:"";
	background:#fff;
	width:100%;
	height:2px;
	position:absolute;
	bottom:4px;
	left:0;
}
.contact_box{
	margin:40px 0 0 0;
	padding:20px;
	border:1px solid #ccc;
}
.cb_tit{
	margin-top:20px;
	margin-bottom:10px;
	font-size:120%;
	color:#148CDF;
}
div > div.cb_tit:first-child{
	margin-top:0;
}





.content_width{
	width:1100px;
	margin:0 auto;
	clear:both;
}

.box_w50{
	width:50%;
	float:left;
}





@media screen and (max-width: 480px) {
section{
	margin-bottom:40px;
}
	
.content{
	width:98%;
	margin:0 auto;
	float:none;
}
.side_menu{
	display:none;
}
.content_width{
	width:100%;
}



}

