@charset "utf-8";
/* CSS Document */

/**

1. common
2. override bootstrap
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content
   main_content form


main colors: 

#0E1446
#dedede


**/

/***************************************************************
 1. common
 **************************************************************/


body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	line-height:150%;
}

a{
	color: #00377b;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

a:hover{
	text-decoration: none;
	color: #337ab7;
}

.wrapper{
	width:1024px;
	margin:0px auto; 
}

.left,
.left_column{
	float:left;	
}

.right,
.right_column{
	float:right;	
}

.current{
	background-color:#dedede;	
}

h3{
	background-color:#dedede;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

h4{
	border-left:3px solid #dedede;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

h5{
	font-size:14px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul{
	padding-left:0px;
}

ol{
	padding-left:15px;
	margin-left: 10px;
}

ol li {
	margin-bottom: 14px;
}

ul li{
	list-style:none;
	
}

dd{
	margin-bottom: 10px;
}

p{
	padding:4px;	
}


img.center{
	display: block;
	margin:0 auto;
}

a:focus{
	color:#aaa;	
}

a.more{
	float:right;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
	margin-top: 20px;
}

.pagetop:before{
	font-family: FontAwesome;
 	content: '\f0aa';
	padding-right:5px;
}

table.norborder,
table.norborder th,
table.norborder td{
	border:none;
}

.alignleft {
display: block;
margin: 0 auto 0 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
display: block;
margin: 0 0 0 auto;
}

span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

/***************************************************************
 2. override bootstrap
 **************************************************************/
 
.btn-info{

}

.label{
	padding:4px;
	background-color:#ccc;
	border-radius: 0;
	font-weight: 400;
	position: relative;
	top: 4px;
}


/***************************************************************
 3. header
 **************************************************************/

header{
	border-top:8px solid #00377b;
}

header div#search_area{
	padding:20px 10px;
	text-align:right;
}

header div#search_area ul li{
	float:right;
	padding:5px;
}
header div#search_area .btn-default{
	padding:7px 10px 8px;
	border-radius:0px;
	margin-left:0px;
	float:right;
	background-color: #eee;
}

header div#logo_area h1{
		font-size: 28px;
		font-weight: bold;
		padding: 10px 10px 20px 150px;
	}

header div#logo_area h1 a{
	color: #000;
}

header div#logo_area h1 a:hover{
	color: #666;
}

header div#logo_area h1 a span{
	color: #00377b;
}

header div#logo_area h1 a span:hover{
	color: #666;
}

header div#logo_area img{
	width: 520px;
	margin-top: 10px;
}


header div#search_area input[type=text]{
	width: 200px;
	height:30px;
	margin-right:0px;
	float:right;
	padding: 0 6px;
}



#home header{
	
}

#sub header{

}

.facebookimg{
	width: 70px;
	display: none;
}


/***************************************************************
4 nav
***************************************************************/


nav{
	background-size: auto 44px;
	background-repeat:repeat-x;
	height:54px;
	min-width:1024px;
	border-bottom: 2px solid #00377b;
	border-top: 2px solid #00377b;
}

nav div{
	margin:0px;
	padding:0px;
}

nav div ul{
	margin:0px;
	padding:0px;
}

nav div ul li{
	height:50px;
	padding:0px;
	margin:0px;
	width: 33.3%;
}

nav div > ul > li{
	float:left;	
}

nav div ul li a{
	margin:2px 0px;
	display:block;
	min-width:120px;
	padding:13px 20px;
	color:#000;
	font-size:14px;
	font-weight: bold;
	text-align:center;	
	height:46px;
	vertical-align:middle;
}

nav div > ul > li > a{
	border-left:1px solid #ccc;	
	
}

nav div ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#444;
	color:#fff;	
	width: 340px;
}

nav div ul li ul li{
	width: 100%;
	border-bottom: 1px solid #666;
}

nav div ul li ul li a{
	color: #fff;
	font-weight: 400;
	margin: 3px 0 0;
}

nav div ul li ul li a:hover{
	background-color: #999; 
}

nav div ul li:last-child a{
	border-right:1px solid #dedede;
}

nav div ul li a:hover{
	background-color:#538ed5;
	text-decoration:none;
	color: #fff;
}


/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch img{
	width: 1024px;
}


/* autoHeight.jquery */

div.item{
	margin-bottom:10px;
	height:auto;
}

div.item div{
	border:1px solid #ccc;
	padding:2px 4px;
}

/* nivo-slider */

.theme-default .nivoSlider {
	margin-bottom: 0px;
}

div#topwrap{
	padding-bottom: 30px;
	border-bottom: 2px solid #00377b;
	background: url(images/topwrap_bg.jpg) repeat-x;
	background-size: auto 640px;
}

.member_wrap{
	border: 2px solid #00377b;
	margin: 20px 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}

.member_wrap h2{
	padding-top: 60px;
}


#members p{
	width: 80px;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
	font-weight: 400;
}

#members table tr{
	padding-bottom: 4px;
}

#members table tr th{
	width: 80px;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 20px;
}

#members table tr td{
	border-bottom: 1px solid #ccc;
	padding-top: 4px;
	font-size: 14px;
}

#members table .name{
	width: 120px;
	padding-left: 10px;
}

#members table .title{
	width: 400px;
}


.bgcl01{
	background-color:#00377b;
	color: #fff;
	font-size: 14px;
	width: 80px;
}

.bgcl02{
	background-color: #538ed5;
	color: #fff;
	font-size: 14px;
	width: 80px;
}


section#content .cont_wrap{
	border: 1px solid #00377b;
	padding: 15px;
	background-color: #fff;
	height: 240px;
}

section#content p{
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 140%;
	color: #00377b;
}

section#content .col-sm-3{
	padding-left: 0;
}

section#content .col-sm-3:first-child{
	padding-left: 15px;
}

section#content h2{
	font-size: 16px;
	color: #00377b;
	border-bottom: 1px solid #00377b;
	padding-bottom: 6px;
	text-align: center;
	margin-bottom: 20px;
}

div#main_content div#company_top h2{
	background-color: transparent;
	font-size: 20px;
	/*padding: 15px 12px 15px 0px;*/
	border: none;
	padding: 0;
	margin: 0;
	}

div#main_content div#company_top h2:before{
	content: none;
}

div#main_content div#company_top .col-sm-8{
	padding-left: 0;
}

div#main_content div#company_top dl{
	margin-top: 20px;
}

div#main_content div#company_top dl dt{
	font-size: 14px;
}

div#secwrap{
	background-color: #eee;
	padding-bottom: 30px;
}

#notice{
	background-color: #fff;
	height: 422px;
}

#notice dl{
	padding: 0 20px 20px;
	overflow-y: scroll;
	height: 350px;
	width: 100%;
	position: relative;
	top: -17px;
}

#notice dl dd{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

#topics{
	background-color: #fff;
	height: 350px;
}

#topics dl{
	padding: 0 20px 20px;
	overflow-y: scroll;
	height: 260px;
	width: 567px;
	clear: both;
}

#topics dl dd{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

#notice h3,#topics h3,#facebook h3{
	color: #fff;
	background-color: #00377b;
}

#notice h3,#topics h3{
	padding-left: 20px;
}

#facebook h3{
	text-align: center;
}

#facebook h3{
	margin-bottom: 0;
}

section#information h3{
	margin: 0 0px 10px 0px;
	padding: 8px 0 8px 2px;
	font-size: 15px;
	background: none;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

img.content01{
	width: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
}

img.content02{
	width: 60px;
	padding-top: 20px;
	padding-bottom: 40px;
}

img.content03{
	width: 32px;
	padding-top: 20px;
	padding-bottom: 40px;
}

img.content04{
	width: 26px;
	padding-top: 20px;
	padding-bottom: 40px;
}


section#company h2{
	margin: 40px 0 20px;
	text-align: center;
	font-size: 22px; 
	font-weight: bold;
	border: none;
}


section#company p{
	padding: 0 10px;
	margin-bottom: 20px;
}

.company_wrap{
	width: 18.4%;
	float: left;
	border: 1px solid #ccc;
	margin-right: 2%;
	height: 240px;
	position: relative;
}

.company_wrap:last-of-type{
	margin-right: 0;
}

.company_wrap h3{
	min-height: 43px;
	margin-top: 0;
	background-color: #00377b;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.company_wrap img{
	max-width: 120px;
	max-height: 120px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.company_wrap div{
	height: 120px;
}

.character_wrap{
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.character_wrap .col-sm-1{
	padding: 0;
}

.character_wrap .col-sm-1 p{
	background-color: #eee;
	width: 50px;
	height: 100px;
	padding: 20px;
	margin: 10px 0;
	border-radius: 0 10px 10px 0;
	font-weight: bold;
	color: #00377b;
}

.character_wrap dl{
	margin-top: 10px;
	margin-bottom: 10px;
}

.character_wrap dl dt{
	margin-bottom: 10px;
}


div#main_content .img_cont{
	margin-top: 30px;
	margin-bottom: 40px!important;
	padding: 20px 0 20px 20px;
	background-color: #efefef;
}

div#main_content .img_cont img{
	width: 100%;
	height: auto;
	background-color: #fff;
}

div#main_content .img_cont p{
	padding: 2px 4px 0 4px;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
}

div#main_content .img_cont div.col-sm-4{
	padding-left: 0;
	padding-right: 20px;
}

div#business{
	margin-top: 50px;
}


.busi_wrap ul{
	clear:both;
	text-align: center;
	margin-bottom: 0;
}

.busi_wrap ul li{
	width :19.2%;
	height: 38px;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #fff;
}

.busi_wrap ul li:last-child{
	margin-right: 0;
}

.busi_wrap ul li p{
	display: table-cell;
	vertical-align: middle;
	width: 139px;
	height: 38px;
	font-size: 11px;
}

.busi_wrap ul li.on{
	background-color: #00377b;
}

div#main_content div.busi_wrap ul li.off{
	background-color: #ccc;
}

div#main_content div.busi_wrap h3{
	padding: 10px 0 10px 10px;
	margin: 0;
	font-size: 15px;
	color: #000;
	border-left: 5px solid #00377b;
}

div#main_content .busi_wrap ul li:before{
	content: none;
}

div#main_content .busi_wrap .col-sm-3{
	padding-left: 0;
	width: 20%;
}

div#main_content .busi_wrap .col-sm-9{
	padding-left: 0;
	padding-right: 0;
	width: 80%;
}

div#main_content section#character h3{
	border-left: none;
	border-bottom: 1px solid #00377b;
	padding: 10px;
	margin-bottom: 0;
}

div#main_content div#about h3{
	border-bottom: 1px solid #00377b;
	padding-bottom: 10px;
	border-left: none;
}

div#main_content div#about h3:before{
	font-family:FontAwesome;
	content: '\f0f7';
	padding-right: 6px;
}

div#main_content div#about ul{
	margin-left: 15px;
}

div#main_content div#about ul li{
	text-indent: -1em;
	padding-left: 1em;
}

div#main_content div#about ul li:before{
	content: '\f105';
}


div#main_content div#about dl dt{
	clear:both;
	width: 60px;
}

div#main_content div#about div.col-sm-5{
	padding-left: 0;
	padding-right: 0;
}

div#main_content div#about div.col-sm-7 dl dd{
	width: 310px;
}

div#main_content div#about dl dd:before{
	content: ':';
	padding-right: 4px;
}

div#main_content div#about dl dt,div#main_content div#about dl dd{
	float: left;
	text-indent: -0.8em;
	padding-left: 0.8em;
}

section#footer_sitemap{
	margin-top: 40px;
	padding-top: 20px;
	border-top: 2px solid #00377b;
	background-color: #eee;
}

section#footer_sitemap dl{
	margin-bottom: 30px;
}

section#footer_sitemap dl dt{
	margin-bottom: 15px;
}

section#footer_sitemap ul{
	float: left;
	padding-right: 60px;
}

section#footer_sitemap ul li{
	margin-bottom: 10px;
}

section#footer_sitemap ul li ul li{
	margin-bottom: 0px;
	font-size: 12px;
}

section#footer_sitemap ul li ul li:before{
	content: '-　';
}

img.txtimg{
	width: 14px!important;
	position: relative;
	top: -2px;
}

.noborder{
	border: none;
}

.noborder tr td{
	border: none!important;
	vertical-align: top;
}

div#main_content table.noborder tr:nth-child(2){
	background-color: transparent;
}

.print_bt{
	position: absolute;
	top: 8px;
	left: 635px;
}

.print_bt a{
	padding: 6px 10px;
	border: 1px solid #ccc;
}

.print_bt a:hover{
	background-color: #eee;
}

.print_bt a:before{
	font-family: FontAwesome;
	content: '\f02f';
	padding-right: 4px;
}

.img_search{
	width: 150px;
	height: auto;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}


.img_search img{
	width: 100%;
	height: auto;
}


#list_search img.button{
	cursor : pointer;
}


div#list_search form{
	margin: 0;
}




div#main_content div.list_box table{
	width: 100%;
}

div#main_content div.list_box table tr th{
	background-color: transparent;
	border: 1px solid #ccc;
	width: 64%;
	padding-left: 20px;
	color: #000;
}

div#main_content div.list_box table tr td{
	padding-left: 20px;
}


/*
div.info_box{
	min-height: 122px; 
}

div.info_box div.col-sm-9{
	padding-left: 0;
}
*/

section#information div.info_box h3 span{
	border-left: 4px solid #00377b;
}


section#information img{
	width: 77px;
	height: auto;
}

/*
section#information div.col-sm-6:nth-child(1){
	padding-left: 0;
}


section#information div.col-sm-6:nth-child(2){
	padding-right: 0;
}
*/

div.info_bn_box{
	border: 2px solid #ccc;
	min-height: 122px;
	padding: 10px;
}

div.info_bn_box h2{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #000;
}


div.info_bn_box h2.tt_pt{
	font-size: 18px;
}


.ninteijigyou{
	font-weight: bold;
	font-size: 12px;
}


.nintei_s{
	float: right;
	position: relative;
	top: 24px;
	padding-right: 23px;
}


div#main_content div.kiyaku h4{
	border: 1px solid #d0dae6;
	background-color: #e6edf7;
	padding: 10px 14px;
	
}


.bt_set{
	margin-top: 30px;

}

.bt_set:after{
	clear:both;
	content: '';
	display: table;
}

.bt_agree a{
	width: 180px;
	display: block;
	padding: 8px 0 6px;
	text-align: center;
	background-color: #00377b;
	color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin-right: 20px;
	margin-left: 20%;
}

.bt_agree a:hover{
	background-color: #337ab7;
}

.bt_no a{
	width: 180px;
	display: block;
	padding: 8px 0 6px;
	text-align: center;
	background-color: #eee;
	color: #000;
	border: 1px solid #ccc;
	float: left;
}

.bt_no a:hover{
	background-color: #ccc;
}


/***************************************************************
6 footer
***************************************************************/

footer{
	background-color:#00377b;
	color:#fff;
	text-align:center;
	font-size:12px;	
	padding:6px;
}


/***************************************************************
7 breadcrumb
***************************************************************/
div#breadcrumb{
	margin:15px 0px;
	position: relative;
}
div#breadcrumb ul li{
	float:left;
	margin:0px 10px;
}

/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:1px solid #999;
	padding:0px;
	margin-top: 8px;
	margin-bottom:20px;
}

div.company div#sidebar{
	padding-bottom: 10px;
}

div#sidebar h2{
	background-color:#555;
	color:#fff;
	font-size:16px;
	margin:0px;
	padding:15px 10px;	
}

div#sidebar h2 i{
	display:none;
	float:right;
	width:50px;
}

div#sidebar ul{
	margin-bottom: 0;
}

div#sidebar ul li{
	background-color:#fff;	
}

div#sidebar ul li a{
	display:block;
	min-height:40px;	
	padding:10px;
	border-bottom: 1px solid #ccc;
	color:#666;
}


div.company div#sidebar ul li a{
	border-bottom: none;
	min-height: 10px;
	padding: 5px 14px;
}

div#sidebar ul li a:hover{
	background-color:#f7f7f7;
	text-decoration:none;	
}


div#sidebar ul li a:before{
	font-family: FontAwesome;
 	content: '\f101';
	margin-right:6px;
}

div.company div#sidebar h2{
	background-color: #eee;
	color: #000;
}

div#sidebar ul li ul li{

}

div#sidebar ul li ul li a{
	/*background-color:#efefef;	*/
	min-height:40px;
	padding:10px 10px 10px 20px;
	border-bottom: 1px solid #ccc;
	color:#666;	
}

div.company div#sidebar ul li ul li a{
	/*background-color:#efefef;	*/
	min-height:25px;
	padding:0 10px 0 15px;
	border-bottom: none;
	font-size: 12px;
	color:#666;	
}

div#sidebar ul li ul li a:hover{
	background-color:#f7f7f7;
	text-decoration:none;		
}

div.company div#sidebar p{
	margin: 10px 10px 8px 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
}

div.company div#sidebar p:before{
	font-family: FontAwesome;
	content: '\f0da';
	padding-right: 4px;
}

div#sidebar ul.search50 li{
	width: 33%;
	float: left;
}

div#sidebar ul.search50 li a{
	border-bottom: none;
}

div#main_content div#list_a ul.search50list{
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 60px;
	
}

div#main_content div#list_a ul.search50list li a{
	border: 1px solid #ccc;
	padding: 8px;
	display: block;
}

div#main_content div#list_a ul.search50list li a:hover{
	background-color: #eee;
}

div#main_content div#list_a ul.search50list li:before{
	content: none;
}

/***************************************************************
9 main_content
***************************************************************/


div#main_content{
	padding:0px;
}


div#main_content h1{
	border-bottom:2px solid #00377b;
	font-weight: bold;
	padding:15px 10px 10px 0;
	margin-top:0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size:23px;
	color: #0e1446;
}

div.company div#content h1{
	padding: 10px 10px 10px 0;
}

div#main_content div#content_area{
	padding:0 20px 20px;	
	min-height:500px;
}

div#main_content div#content_area h1{
	margin-left: 0;
}

div#main_content h2{
	font-size:18px;
	margin:20px 0px 20px;
	font-weight: bold;
	background-color: #eee;
	padding: 12px;
	border: 1px solid #ccc;
}

div#main_content h2:before{
	font-family: FontAwesome;
	content: '\f105';
	padding-right: 4px;
	color: #00377b;
}

div#main_content h3{
	background-color: transparent;
	color: #00377b;
	font-size:18px;
	/*padding:15px 8px;*/
	padding: 10px;
	margin:30px 0px 20px 0px;
	font-weight: bold;
	border-left: 3px solid #00377b;
}

div#main_content h4{
	border-left:3px solid #ccc;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
	border-bottom: 1px solid #ccc;
}

div#main_content h5{
	font-size:14px;
	padding:20px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}


div#main_content div.clearfix{
	margin-bottom:0;	
}

div#main_content table tr td{
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
}


div#main_content div.img_cont table tr td{
	padding: 0 20px 0 0;
}



div#main_content table tr th{
	background-color: #999;
	color:#fff;
	padding:10px;	
	border-bottom:1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 14px;
	font-weight: 400;
}


div#main_content div.listbox table tr th{
	color: #000;
}

div#main_content table tr:nth-child(2n)
{
	background-color:#efefef;
}

div#main_content ul li:before{
	font-family: FontAwesome;
 	content: '\f101';
	padding-right: 10px;
}

div.archive_wrap div#main_content ul li:before{
	content: none;
}

div#main_content ul li ul{
	margin-left:20px;	
}


div#main_content table.responsive{
	
}

div#main_content table.responsive th,
div#main_content table.responsive td{
	padding: 6px 2px;
	text-align:center;
}

div#main_content table.responsive th,
div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}



div#main_content table.toggle_next tr td,
div#main_content table.toggle_next tr th,
div#main_content table.toggle_nextall tr td,
div#main_content table.toggle_nextall tr th  {
    padding: 5px 20px;
}

div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	text-align:center;
}

div#main_content table.toggle_next .toggle,
div#main_content table.toggle_nextall .toggle{
	cursor:pointer;
}

div#main_content table.schedule_tb tr:nth-child(2n){
	background-color: transparent;
}

div#main_content table.schedule_tb tr td{
	text-align:center;
}


div#main_content div.slider-wrapper{
	width:50%;
	margin:10px auto;
}

div#main_content div.slider-wrapper div.nivo-controlNav{
	display:none;	
}

.borderline{
	border-bottom: 2px solid #00377b;
	margin: 0 3px 10px 0px;
}

div#main_content div#business div.clearfix{
	margin-bottom: 0;
	content: "";
}


div#main_content form#inquiryform p.alert,
div#main_content form#inquiryform span.red,
div#main_content form#inquiryform p.text-error{
	color:#900;
	font-weight: bold;
}

div#main_content form#inquiryform p.text-error strong:before{
	font-family: FontAwesome;
	content: '\f071';
}

div#main_content form#inquiryform th.error,
div#main_content form#inquiryform td.error{
	color:#333;
	background-color:#fcc;
	margin-right:5px;
}

div#main_content p.t-center{
	text-align: center;
	padding:20px;
}

div#main_content form#inquiryform table td,
div#main_content form#inquiryform table th{
	padding-bottom: 5px;
}

div#main_content form#inquiryform table p{
	margin-bottom: 0px;
}

div#main_content form#inquiryform input{
	font-weight: normal;
}
/* サーチ */


div#list_search{
	border: 1px solid #ccc;
	padding: 20px;
}

div#list_search p{
	font-size: 14px;
	font-weight: bold;
	color: #00377b;
}

div#list_search ul li p{
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2em;
}

div#list_search img{
	width: 45px;
}

div#list_search ul li{
	float: left;
	width: 64px;
	text-align: center;
	height: 80px;
}

div#list_search ul li:before{
	content: none;
}

div#list_search .borderline{
	border-bottom: 1px dashed #666;
}

div#list_search input{
	width: 420px;
	height: 36px;
	padding: 6px;
	margin-left: 6px;
	margin-top: 4px;
}

div#list_search .searchbtn{
	text-align: center;
}


div#list_search .searchbtn input{
	text-align: center;
	width: 155px;
	background-color: #00377b;
	color: #fff;
	border: none;
	position: relative;
	top: -7px;
}

div#list_search .searchbtn input:hover{
	background-color: #337ab7;
}

div#main_content div#list_search .clearfix{
	margin-bottom: 10px;
}

div#main_content div#list_search div.col-sm-2{
	padding-left: 0;
	padding-right: 0;
}

div.search_company{
	margin-top: 10px;
}

div#main_content div.search_company_box{
	margin-bottom: 50px!important;
}

div#main_content div.search_company_box div.col-sm-8{
	width: 74%;
	min-height: 100px;
}

div#main_content div.search_company_box div.col-sm-8 p{
	margin-bottom: 20px;
	padding-top: 0;
}

div#main_content div#list h2{
	background-color: #00377b;
	color: #fff;
	font-size: 17px;
	height: 50px;
	padding-top: 16px;
	padding-left: 20px;
}


div#main_content div#list h2:before{
		content: none;
	}

div.more a{
	float: right;
	font-weight: 400;
	font-size: 12px;
	background-color: #538ed5;
	padding: 10px;
	margin: 6px 0 4px 4px;
	position: relative;
	top: -33px;
	color: #fff;
}

div.more a:hover{
	background-color: #6c9eda;
}

div.more a:after{
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 8px;
}


div.moretop a{
	float: right;
	font-weight: 400;
	font-size: 12px;
	background-color: #538ed5;
	padding: 10px;
	margin: 6px 0 4px 4px;
	position: relative;
	top: -32px;
	color: #fff;
}

div.moretop a:hover{
	background-color: #6c9eda;
}

div.moretop a:after{
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 8px;
}



div#list h3{
	margin: 0 0 10px 0;
	font-size: 12px;
	padding-top: 0;
	border-left: none;
}

div#list .col-sm-4 img{
	width: 100%;
}


div#list ul li{
	float: left;
	width: 62px;
	min-height: 75px;
	line-height: 1.2em;
	text-align: center;
	line-height: 1.0em;
	margin-top: 0;
	border-bottom: none;
}

div#main_content div#list_a ul{
	margin-left: 10px;
}

div#main_content div#list_a ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
}

div#main_content div#list_a h4{
	clear:both;
	border-left: none;
	border-bottom: 1px solid #00377b;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-left: 10px;
}

div#main_content div#list_a ul li:before{
	content: '\f111';
	padding-right: 4px;
	font-size: 6px;
	position: relative;
	top: -2px;
}



div#list ul li:before{
	content: none;
}

div#list ul li img{
		width: 45px;
}

div#list ul li p{
	font-size: 9px;
	color: #00377b;
	line-height: 1.2em;
	margin-bottom: 0;
}

div#list .col-sm-3, div#list .col-sm-2,div#list .col-sm-7{
	padding-left: 0;
	padding-right: 0;
	width: auto;
	min-height: 100px;
	margin-bottom: 10px;
}

div#list .col-sm-3{
	border-right: 1px dashed #ccc; 
}

div#list .col-sm-2{
	border-right: 1px dashed #ccc; 
}

div#list .col-sm-7{
}

div#list .list_wrap{
	margin-top: 0;
	padding: 10px 0 0 0;
	background-color: #eee;
}

div.morelist a{
	float: right;
	padding: 8px 20px;
	background-color: #00377b;
	color: #fff;
	margin-top: 20px;
	margin-right: 7px;
}

div.morelist a:hover{
	background-color: #337ab7;
}

div.morelist a:before{
	font-family: FontAwesome;
	content: '\f03a';
	padding-right: 4px;
}

.company_logo{
	min-height: 180px;
	border: 3px solid #eee;
	margin-top: 20px;
	/*margin-top: 20px;*/
	width: 180px;
	float: right;
	position: relative;
	top: 0;
	/*top: -90px;*/
	background-color: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
}

.company_logo img{
	position: absolute;
	max-width: 150px;
	max-height: 150px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

div.archive_wrap ul li{
	border-bottom: 1px dashed #ccc;
	margin-top: 20px;
}

div.archive_wrap div#sidebar ul li{
	margin-top: 10px;
}

div.company div#sidebar ul li{
	margin-top: 0;
	border-bottom: none;
}

div.pagenavi{
	margin-top: 30px;
}

table.full{
	width: 100%;
}

table.shinsakai{
	width: 100%;
}

div#list .search_company_box div.ibox h3{
	margin-bottom: 0;
}

div#nintei ul li{
	width: 30%;
}

div.navigation{
	margin-top: 20px;
}

table.schedule_tb .orange{
	background: #ffc5b7;
}

table.schedule_tb .red{
	background: #f88787;
}

div#main_content div#list div.excerpt_box h2{
	font-size: 15px;
	background-color: transparent;
	border: none;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
	height: auto;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/********************************************************************
10 PC
********************************************************************/

@media (min-width: 768px) {
	
	.sp_none{
		
	}
	
	.pc_none{
		display:none;
	}
	
	body{
		min-width:1024px;
	}
	
	div#sp_menu{
		display:none;	
	}
	
	p.search_message{
		padding: 50px 0 30px 10px;
	}
	
	
}


/********************************************************************
10 SP
********************************************************************/

@media (max-width: 767px) {
	
	.sp_none{
		display:none;
	}
	
	.pc_none{
		
	}
	
	header div#search_area{
		display:none;
	}
	
	header div#search_area div{
		float: left;
	}
	
	header div#logo_area{
		padding:0px;
	}
	
	header div#logo_area img{
		width: 100%;
		margin-top: 0;
	}
	
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute;
		
	}
	
	nav ul{
		width:100%;	
	}

	nav ul li{
		width:50%;	
		float:left;
		background-color:#eee;
	}
	
	nav div ul li{
		min-height: 60px;
	}
	
	nav div ul li a{
		height: 60px;
		padding: 10px;
		display: table-cell;
		vertical-align: middle;
		width: 33.3333%;
	}
	
	nav div ul li ul li a{
		color: #000;
	}
	
	header div#logo_area h1{
		padding: 4px 10px 10px 15px;
		font-size: 18px;
		width: 280px;
		font-size:22px;
	}
	
	
	section#eyecatch img{
	width: 100%;
	}
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	
	div#main_content{
		border:none;
		padding:0px;
	}
	
	section#content .col-sm-3{
	padding-left: 15px;	
	margin-bottom: 20px;
	}
	
	section#content .cont_wrap{
		height: auto;
	}
	
	img.content01,img.content02,img.content03,img.content04{
		padding-bottom: 20px;
	}
	
	section#content h2{
		margin: 0 10px;
	}
	
	div#main_content div#content_area{
		padding:0px;
	}
	
	img.full{
		width:100%!important;
	}
	
	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}


	section#process ul li{
		padding:60px 5px 10px 5px;
		margin:4px 5px;
	}


	div#sp_menu{
		position:absolute;
		right:10px;
		top:25px;
		display:block;	
	}

	div#sidebar ul{
		display:none;
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
	
	.member_wrap h2{
		padding-top: 0;
	}
	
	.company_wrap{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 20px;
	}
	
	div#topwrap{
		background: none;
	}
	
	#members table .name{
		border-bottom: none;
		padding-left: 0;
	}
	
	#members table tr td{
		display: block;
	}
	
	#members table .title{
		width: auto;
	}

	#facebook img{
		width: 100%;
	}

	
	/* subpage */
	
	.character_wrap .col-sm-1 p{
		width: 40%;
		height: auto;
		margin: 10px auto;
		border-radius: 10px;
		text-align: center;
		padding: 5px;
	}
	
	div#main_content h1{
		margin-left: 0;
		font-size: 20px;
	}
	
	div#list_search input{
		width: 100%;
	}
	
	
	div#main_content div#list h2{
		font-size: 15px;
	}
	
	div#main_content div#list h2 div.more a{
		margin: 4px 0 40px 4px;
		top: 24px;
	}
	
	div#list .col-sm-3, div#list .col-sm-2,div#list .col-sm-7{
	width :100%;
	clear: both;
	}
	
	div#list h3{
		margin-bottom: 0;
	}
	
	div#main_content div#company_top .company_logo{
		min-height: 80px;
	}
	
	div#main_content div.busi_wrap h3{
		margin-bottom :10px;
	}
	
	div#main_content table.shinsakai tr th{
		width: 10%;
	}
	
	div#main_content table.shinsakai tr td{
		padding: 4px;
	}
	
	div#main_content table.shinsakai tr td:nth-child(2){
	width: 30%;
	}

	.company_logo{
		float: none;
		top: 0;
		margin-left: 0;
	}
	
	div#main_content h1{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	
	div#main_content .busi_wrap .col-sm-3{
		width: 100%;
	}
	
	div#main_content .busi_wrap .col-sm-9{
		width: 100%;
	}
	
	.busi_wrap ul li{
		width: 32%;
	}
	
	.img_cont div.col-sm-4{
		margin-bottom: 30px;
	}
	
	div#main_content div#about dl dd{
		width: auto;
	}
	
	.print_bt{
		display: none;
	}
	
	
	.company_logo img{
		position: inherit;
	}
	
	.company_logo{
		margin-top: 20px;
	}
	
	/*
	.noborder tr td{
		display: block;
	}
	*/
	
	div.company div#sidebar{
		padding-bottom: 0;
	}
	
	div#main_content .img_cont{
		background-color: transparent;
	}
	
	div#main_content div#about div.col-sm-7 dl dd{
		width: auto;
	}
	
	.bx-wrapper{
		display: none;
	}
	
	div.morelist a{
		float: inherit;
		margin-left: 35%;
	}
	
	div.info_bn_box div.col-sm-3{
		margin-left: 30%;
	}
	
	div#nintei ul li{
		width: 100%;
	}
	
	div#main_content div#list_a ul.search50list{
		margin-left: 0;
	}
	
	div#main_content div.list_box table tr td{
		padding: 6px!important;
	}
	
	div#main_content table.schedule_tb tr th{
	width: 22%;
	}
	
	#topics dl{
		width: 100%;
	}
	
	#notice dl{
		width: 100%;
	}
	
	#notice h3, #topics h3{
		font-size: 14px;
	}
	
	div.moretop a{
		top: -31px;
	}
	
	.company img{
		border: 1px solid #ccc;
	}
	
	.company .company_logo img{
		border: none;
	}
	
	div#main_content img.profileimg{
		width: 70%!important;
		margin: 20px 15%!important;
	}
	
	.bt_agree a{
		margin-bottom: 20px;
	}
	
	.bt_no a{
		margin-left: 20%;
	}
	
	div#list_search ul li{
		margin: 0 2px;
		height: 100px;
	}
	
	div#list_search ul li p{
		font-size: 9px;
	}
	
	.nintei_s{
		float: none;
		top: 58px;
		position:absolute;
	}
	
	iframe{
		width: 100%;
	}
	
	section#footer_sitemap{
		padding-top: 20px;
	}
	
}



/********************************************************************
41 Print
********************************************************************/


@media print {
	

	a[href]:after{
	content: ""!important;
	}

	abbr[title]:after{
	content: ""!important;
	} 	
	
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
	
  .sp_none{
	display:block !important;
  }
	
  .pc_none{
	display:none !important;
  }
	
  .wrapper{
	width:1024px !important;	
	min-width:1024px !important;
  }	
	
  nav{
	display:block !important;
	float:none !important;
	position:relative !important;
  }
	
  nav ul li{
	width:auto !important;
  }

  div#search_area{
	display:block !important;
  }	
	
  div#sp_menu{
	display:none;	
  }
	
  div#search_area{
	display:block;
  }
	
  div#sidebar ul{
	display:block !important;	
	position: relative;
  }
	
  div#sidebar h2 i{
    display:none !important;
  }	
	
  .left, .left_column{
	float:left !important;
  }
	
  .right, .right_column{
	float:right !important;
  }
	
	nav div ul li{
		width: 33.3%!important;
	}
	
	.company_logo{
		float: right!important;
		min-height: 180px!important;
	}
	
	.company_logo img{
		position: absolute;
	}
	
	.character_wrap .col-sm-1 p{
	background-color: #eee!important;
	width: 50px!important;
	height: 100px!important;
	padding: 20px!important;
	margin: 10px 0!important;
	border-radius: 0 10px 10px 0!important;
	font-weight: bold!important;
	color: #00377b!important;
	}
	
	nav div ul li a{
		height: 50px!important;
	}
	
	div#main_content .img_cont{
		background-color: #eee!important;
	}
	
	div#main_content section#character h3{
		margin-top: 10px!important;
	}
	
	div#main_content .busi_wrap .col-sm-3{
	padding-left: 0!important;
	width: 21%!important;
	}

	div#main_content .busi_wrap .col-sm-9{
		padding-left: 0!important;
		padding-right: 0!important;
		width: 79%!important;
	}
	
	.busi_wrap ul li.on{
		background-color: #00377b!important;
	}
	
	div#main_content div.busi_wrap ul li.off{
		background-color: #ccc!important;
	}
	
	.busi_wrap ul li p{
		color: #fff!important;
		width: 200px!important;
	}
	
	.busi_wrap ul{
		text-align: center!important;
	}
	
	section#footer_sitemap{
		background-color: #eee!important; 
	}
	
	footer div#copyright{
	background-color: #00377b!important;
	color: #fff!important;
	}
	
	
	.company_wrap{
	width: 18.4%!important;
	float: left!important;
	border: 1px solid #ccc!important;
	margin: 0 2% 0 0!important;
	padding: 0!important;
	height: 240px!important;
	position: relative!important;
	}

	.company_wrap:last-of-type{
	margin-right: 0!important;
	}

	.company_wrap h3{
	margin-top: 0!important;
	background-color: #00377b!important;
	color: #fff!important;
	text-align: center!important;
	font-size: 15px!important;
	}

	.company_wrap img{
	max-width: 120px!important;
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
	margin: auto!important;
	}

	.company_wrap div{
	height: 120px!important;
	}
	
	div#secwrap{
	background-color:#eee!important;
	}
	
	#notice , #topics{
	background-color: #fff!important;
	}
	
	#notice h3, #topics h3, #facebook h3{
		background-color: #00377b!important;
		color: #fff!important;
		text-align: left!important;
		padding-left: 30px!important;
	}
	
	
	.bgcl01{
		background-color:#00377b!important;
		color: #fff!important;
	}
	
	.bgcl02{
		background-color:#538ed5!important;
		color: #fff!important;		
	}

	#members table tr td{
		display: inline-flex!important;
		border-bottom: 1px solid #ccc!important;

	}
	
	#members table .name{
		font-weight: 400!important;
	}
	
	.name img.txtimg{
		width: 14px!important;
		height: 14px!important;
		position: relative!important;
		top: 2px!important;
	}
	
	section#content .cont_wrap{
		height: 240px!important;
	}
	
	.member_wrap h2{
		padding-top: 60px!important;
	}
	
	section#content h2{
		margin-top: 20px!important;
		margin-bottom: 20px!important;	
	}
	
	div.morelist a{
		float: right!important;
		padding: 8px 20px!important;
		background-color: #00377b!important;
		color: #fff!important;
		margin-top: 20px!important;
	}
	
	div.morelist a:before{
		color: #fff!important;
	}
	
	div.bx-wrapper{
		display: none;
	}
	
	div.company div#sidebar{
		display: none;
	}
	
	div.company div.left_column{
		width: 100%!important;
	}
	
	body.page-id-454 div.left_column{
		width: 100%!important;
	}
	
	div#search_area{
		display: none!important;
	}
	
	nav{
		display: none!important;
	}
	
	.home nav{
		display: block!important;
	}
	
	div#breadcrumb{
		display: none!important;
	}
	
	.pagetop{
		display: none!important;
	}
	
	section#footer_sitemap div.col-sm-7{
		display: none;
	}
	
	.company_logo{
		margin-left: 20px!important;
		margin-bottom: 20px!important;
	}
	
	header div#logo_area img{
		width: 520px!important;
		display: block!important;
	}
	
	div#nintei ul li{
		width: 30%!important;
	}
	
	div#logo_area h1{
		width: 450px!important;
		padding-left: 0!important;
	}
	
	header div#logo_area img{
		width: 100%!important;
	}
	
	div#main_content h1{
		font-size: 24px!important;
	}
	
	.bx-wrapper{
		display: block;
	}
	
	footer{
		background-color: #00377b!important;
	}
	
}

