@charset "utf-8";

.policy ol{
	list-style: decimal outside;
	margin-left: 1.5em;
}

.policy ol li{
	margin-bottom:0.8em;
}


.policy ol ol{
	padding-top:0.9em;
}


.search-module{
	background-color:#EFEFEF;
	margin-bottom:30px;
}

.search-module h2{
	background-color: #7F92B9;
	color: #FFFFFF;
	font-size:20px;
	margin:0;
	padding:10px;
	padding-left:20px;
}


.search-module-inner{
	padding:25px;
}

.search-module-col1,
.search-module-col2,
.search-module-col3{
	width:280px;
	float:left;
	margin-right:20px;
}

.search-module-col1 select,
.search-module-col3 select{
	width:90%;
	margin:0;
}

.search-module-col2 input[type=text]{
	width:40%;
	margin:0;
}

.search-module-btn{
	clear:both;
	text-align:center;
	padding-top:20px;
}


.search-results table{
	width:100%;
	    border-collapse:collapse;
    border-spacing:0;
	margin-bottom:20px;
}

.search-results table th{
	background-color: #7F92B9;
	color: #FFFFFF;
	font-size:16px;
	padding:8px;
	border-right:1px #fff solid;
	
	white-space: nowrap;
}


.search-results table td{
	border-bottom:1px #bbb solid;
	padding:8px;
}

.search-results table td.date{
	white-space: nowrap;
}

.search-results table td.title{
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 8px center;
	
}

.icon_image{
	background-image: url(../img/parts/download/icon_image.png);
}
.icon_excel{
	background-image: url(../img/parts/download/icon_excel.png);
}
.icon_info{
	background-image: url(../img/parts/download/icon_info.png);
}
.icon_movie{
	background-image: url(../img/parts/download/icon_movie.png);
}
.icon_pdf{
	background-image: url(../img/parts/download/icon_pdf.png);
}
.icon_word{
	background-image: url(../img/parts/download/icon_word.png);
}

.search-results table td.detail a{
	
}

.down{
	text-align: right;
	font-weight: bold;
}

.noresults{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	border:1px #bbb solid;
	margin-bottom:20px;
}







#pager {

}
#pagination ul{
		margin:10px auto 24px auto;
		text-align: center;
}

#pagination ul li{
display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 4px;
    vertical-align: middle;
    font-size: 14px;
    width: 26px;
    line-height: 26px;
    text-align: center;
}

#pagination a,
#pagination span {
	display: block;
	width: 26px;
	margin: 1px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color:#000;
}

#pagination span.current {
	color:#fff;
	background-color: #9fa0a0;
}

#pagination a.prev {
	width: 26px;
	text-align: left;
}

#pagination a.next {
	width: 26px;
	text-align: left;
}

#pagination a:link,
#pagination a:visited {
	background-color: transparent;
	text-decoration: none;
}
#pagination a:hover,
#pagination a:active {
	color:#000;
	text-decoration: none;
}

	#pagination a.prev:link,
	#pagination a.prev:visited {background-position: center center;}
	#pagination a.prev:hover,
	#pagination a.prev:active {background-position: center center;}
	#pagination a.next:link,
	#pagination a.next:visited {background-position: center center;}
	#pagination a.next:hover,
	#pagination a.next:active {background-position: center center;}



.tab {
	width:100%;
    position: relative;
    margin-bottom:10px;
    padding: 0;
}


	.tab li {
		width:49%;
		font-size:21px;
	    list-style: none;
	    display: inline-block;
	    text-align: center;
	    border-left:1px solid #9fa0a0;
	    border-top:1px solid #9fa0a0;
	    border-right:1px solid #9fa0a0;
	    border-bottom:1px solid #9fa0a0;
	    border-radius: 8px 8px 0 0;
	background: rgb(201,202,202);
	background: url(../img/parts/arrow.png),-moz-linear-gradient(top,  rgba(201,202,202,1) 0%, rgba(247,248,248,1) 100%);
	background: url(../img/parts/arrow.png),-webkit-linear-gradient(top,  rgba(201,202,202,1) 0%,rgba(247,248,248,1) 100%);
	background: url(../img/parts/arrow.png),linear-gradient(to bottom,  rgba(201,202,202,1) 0%,rgba(247,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9caca', endColorstr='#f7f8f8',GradientType=0 );
		background-repeat:no-repeat;
		background-position:98% center;
	}

	.tab li a{
		color:#595757;
		display: block;
	    padding:10px 0;
		text-decoration: none;
	}

	.tab li.active {
	background: rgb(234,234,234);
	background: url(../img/parts/arrow.png),-moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%);
	background: url(../img/parts/arrow.png),-webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%);
	background: url(../img/parts/arrow.png),linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
	    border-bottom:none;
	    background-repeat:no-repeat;
	    background-position:98% center;
	}


.arrow_left a,
.arrow_right a{
	text-decoration: underline;
}

	.arrow_left a{
		color:#000;
		padding:4px 0 4px 18px;
		background:  url(../img/parts/arrow_left.png) no-repeat left center;
	}
	.arrow_right a {
		color:#000;
		padding:4px 0 4px 32px;
		background: url(../../cmn/img/parts/prev.png) no-repeat 0 0 ;
	}



/*.header ------------------------------------------*/
	/* h1 */
	.title_img{
		position: relative;
		margin:0 0 14px 0;
	}
/*
	.img_title{
			margin:0 0 15px 0;
	}
*/


/*page */
/* h1 */
.title_box{
	width:100%;
	font-size:36px;
	line-height: 1.0;
	position: relative;
	margin-bottom:34px;
	padding:32px 30px;
	color:#fff;
	background-color:#214288;
}


.title_bar{
	font-size:28px;
	font-weight: normal;
	line-height: 1.2;
	position: relative;
	margin:0 0 15px 0;
	padding:4px 0;
	color:#214288;
	border-bottom:1px solid #214288;
}
	.title_bar span{
		position: absolute;
		top:0;
		right:0;
	}


.title_typeA{
	font-size:18px;
	font-weight: normal;
	line-height: 1.4;
	margin:0 0 10px 0;
	padding:3px 0;
	color:#595757;
}

.title_typeA span{
		padding-left:10px;
		border-left:25px solid #214288;
}



.title_typeB{
	font-size:18px;
	font-weight: normal;
	line-height: 1.4;
	margin:0 0 10px 0;
	padding:3px 0;
	color:#595757;
}
	.title_typeB span{
		padding-left:10px;
		border-left:25px solid #214288;
	}


.title_typeC{
	font-size:18px;
	font-weight: bold;
	margin-bottom:12px;
	color:#7f4f21;
}


.catch{
		font-size:22px;
		line-height: 1.4;
		color:#000;
		margin-bottom:12px;
	}




.more{
	float: right;
	width:168px;
	font-size:14px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dcdddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dcdddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dcdddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dcdddd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dcdddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdddd',GradientType=0 );
	border:1px solid #dedede;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	margin-top:10px;
	padding: 4px;
		-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
	.more a{
		color:#000;
		display: block;
		text-decoration: none;
		background: url(../img/parts/more_link.png) no-repeat 98% 50%;
	}

.link{
	width:168px;
	font-size:14px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dcdddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dcdddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dcdddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dcdddd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dcdddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdddd',GradientType=0 );
	border:1px solid #dedede;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	margin-top:10px;
	padding: 4px;
		-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
	.link a{
		color:#000;
		display: block;
		text-decoration: none;
		background: url(../img/parts/more_link.png) no-repeat 98% 50%;
	}



.cmn_info{
	padding:4px 0;
	margin-bottom:14px;
	border-bottom: 1px solid #9fa0a0;
}
.entry_title{
	padding:0 10px;
	border-left:3px solid #9fa0a0;
}
.entry_title p{
	margin:0;
}



h1.title_bar em.sub-text{
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}



/* pgae */
table.page_corp  {
	text-align: left;
	line-height: 1.4;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	margin-bottom: 20px;
	border-top: 1px solid #b5b5b6;
	border-right: 1px solid #b5b5b6;
	border-left: 1px solid #b5b5b6;
}

table.page_corp th{
	vertical-align: middle;
	text-align: left;
	font-weight:normal;
	padding: 6px;
	text-wrap:none;
	background-color:#f4f1ea;
	border-bottom: 1px solid #b5b5b6;
}

table.page_corp td{
	text-align: left;
	border-right: 1px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
	padding: 6px;
}





/* pgae */
table.page_table  {
	text-align: left;
	line-height: 1.4;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	margin-bottom: 20px
}

table.page_table th{
	/*vertical-align: middle;*/
	vertical-align: top;
	text-align: left;
	font-weight:normal;
	padding: 3px;
	padding-right:15px;
	text-wrap:none;
	border-bottom: 1px solid #b5b5b6;
	white-space:nowrap;
}

table.page_table td{
	/*vertical-align: middle;*/
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #b5b5b6;
	padding: 3px;
	padding-right:15px;
}


table.page_table th.bdnone,
table.page_table td.bdnone{
border-bottom: none;
}

.product_category{

}
.product_name strong{
	font-size: 16px;
	color:#000;
	font-weight: bold;
}

	.status_syoudan{
		font-size:14px;
		color:#fff;
		background-color:#ff6b6a;
		text-align: center;
		padding:2px 6px;
		display:inline-block;
	}
	.status_zaiko{
		font-size:14px;
		color:#fff;
		background-color:#4dac26;
		text-align: center;
		padding:2px 6px;
		display:inline-block;

	}
	.status_baiyaku{
		font-size:14px;
		color:#fff;
		background-color:#b70000;
		text-align: center;
		padding:2px 6px;
			display:inline-block;
	}




.list_normal,
ol.ol_normal{
	margin:0 0 15px 0;
	padding-bottom:4px;
}


ul.list_normal li{
	font-weight:normal;
	margin:2px 0;
	padding:0 0 0 14px;
	background: url(../img/parts/list_icon.png) no-repeat 0 6px;
}
ul.list_site {
	padding:30px 20px;
}

ul.list_site li{
	font-size: 18px;
	font-weight:normal;
	margin:2px 0;
	padding:0 0 0 14px;
	background: url(../img/parts/arrow_right.png) no-repeat 0 6px;
}


ul.list_sitemap li{
	font-weight:normal;
	margin:2px 0;
	padding:14px 0 14px 38px;
	background: url(../img/parts/site.png) no-repeat 0 50%;
	border-bottom:1px solid #ddd;
}


ul.list_sitemap_child.none,
ul.list_sitemap li.none{
	border-bottom: none;
}
ul.list_sitemap_child{
		border-bottom:1px solid #ddd;
}
ul.list_sitemap_child li{
	font-weight:normal;
	padding:8px 10px 8px 30px;

}
ul.list_sitemap_child li.sub_child{
	padding-left:40px;
}



