@charset "utf-8";

.sec h3{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 20px 0;
	font-weight: bold;
	background: none;
	padding: 0;
	line-height: 1;
}

.sec h3 img{
	margin-right: 10px;
	vertical-align: bottom;
}
#information ul#cateNavi{
	list-style: none;
	width:100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#information ul#cateNavi li{
	float: left;
	margin-right: 10px;
}
#information ul#cateNavi li select{
	width:100%;
}

#information ul#info_list{
	list-style: none;
}
#information #info_list li{
	width:100%;
	overflow: hidden;
	display: table;
}
#information #info_list li:nth-child(odd){
	background: #f6f5f2;
}

#information #info_list .contents_wrap .info_detail{
	padding: 16px 26px;
}
#information #info_list .contents_wrap .info_detail p{
	padding: 0;
}

#information ul#info_list a{
	list-style: none;
}
#information .pager_box {
	font-size: 1.2em;
	text-align: right;
}
#information ul#info_list a, #information ul#info_list a:link, #information ul#info_list a:visited, #information ul#info_list a:hover, #information ul#info_list a:active {
	color: #000;
}
#information ul#info_list a:hover {
	color: #000;
}
#information .pager_box span.active{
	font-size: 1.2em;
	font-weight:bold;
}
#detail #slider_wrap{
	height: 160px;
	min-height: 100px;
	background: url(../images/bg_infodetail.png);
}
#detail #overlay_logo #title_wrap{
	margin-top: 0;
}

/*-----------------------------------------
CMS用 start
-----------------------------------------*/
#detail .txt_area_wrap{
	width: 100%;
	overflow-x:auto;
}
#detail .txt_area_wrap p{
	padding-bottom: 0;
	line-height: normal;
}
#detail .txt_area_wrap strong{
	font-weight: bold!important;
	
}
#detail .txt_area_wrap em{
	font-style: italic!important;
	
}
#detail .txt_area_wrap h1{
	font-size: 150%!important;
	text-align: center!important;
	
}
#detail .txt_area_wrap h2{
	font-size: 130%!important;
	text-align: center!important;
	
}
#detail .txt_area_wrap h3{
	font-size: 110%!important;
	text-align: center!important;
	
}
#detail .txt_area_wrap ol{
	list-style: decimal!important;
	padding-left: 2em!important;
}
#detail .txt_area_wrap ul{
	list-style: disc!important;
	padding-left: 2em!important;
}
#detail .txt_area_wrap li{
	
	
}
#detail .txt_area_wrap table{
  max-width: 100%!important;
}

#detail .txt_area_wrap table,
#detail .txt_area_wrap th,
#detail .txt_area_wrap td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
}

#detail .txt_area_wrap table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	background: #d9d9d9;
	text-align: center;
}
#detail .txt_area_wrap table td {
	padding: 10px;
	vertical-align: top;
}


/*-----------------------------------------
CMS用 end
-----------------------------------------*/

@media only screen and (max-width: 1000px) {
	#detail #slider_wrap{
		height: 100px;
	}
	#overlay_logo #title_box{
		padding: 10px;
	}
	#overlay_logo #title_wrap p#main_titile{
		font-size: 26px;
		font-size: 2.6rem;
	}
}

#detail .sec h3{
    margin: 0 0 25px 0;
}

#detail .article{
	padding: 0 0 35px;
}
#detail #pic_wrap_1{
	overflow: hidden;
}
#detail .pic_box_1{
	float: left;
	padding: 5px;
	width: 300px;
}
#detail .pic_box_1 img{
	width: 100%;
	height: auto;
}
#detail .pic_box_1 p{
	padding-bottom: 0;
}
#detail #article_wrap{
	width:100%;
	overflow: hidden;
	display: table;
}
#detail .article_left, #detail .article_right{
	display: table-cell;
	vertical-align: top;
}
#detail .article_right{
	width: 310px;
}
#detail .pdf ul{
	list-style: none;
}
#detail .msg_area{
	border: 1px solid #f00;
    background: #FFDDDD;
    text-align: center;
    padding: 15px;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}
#detail .error_area{
	border: 1px solid;
    background: #f00;
    text-align: center;
    padding: 15px;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}
@media only screen and (max-width: 639px) {
	#information #info_list .contents_wrap,  #information #info_list .more_wrap{
		display: block;
		width: 100%;
	}
	#information #info_list .more_wrap{
		padding: 10px 0;
		text-align: center;
	}
	#detail #article_wrap{
		display: inline;
	}
	#detail .article_left, #detail .article_right{
		display: inline;
	}
	#detail .article_right{
		width: 100%;
	}
	#detail .pic_box_1{
		float: none;
		width: 100%;
		text-align: center;
	    padding: 5px 0;
	}
}
