@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #FCFEFD;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	border-top: 0px solid #184894;
	min-width:1100px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #666;
		text-decoration: none;
}
a:hover {
	color: #0f1bb1;			
	text-decoration: none;	
}


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


header {
	background-color: #FFF;
	z-index: 9999;
	width:100%;
	min-width:1100px;
	box-shadow: 1px 1px 1px #999;
    position: fixed;
    top: 0px;
    left: 0px;
	border-bottom: 3.5px solid #30A942;

}

/*ノーマル(fixedなし)*/
/*header {
	background-color: #FFF;
	position: relative;
	z-index: 10;
	min-width: 960px;
	box-shadow: 1px 1px 1px #999;

}*/

/*ヘッダーブロックの中*/
header .inner {
	width: 1000px;	
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
/*h1*/
h1 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 97%;
	margin-top: 0px;
	font-weight: 500;
	}

.logo {
	position: absolute;
	left: 0%;
	top: 5px;
	text-align: left;
}

#head_logo {
	margin-top: 0px;
	}

header .inner address {
	position: absolute;
	top: 5px;		
	right: 0px;	
	font-size: 11px;	
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.em;
}

header .inner address .tel {
	font-size: 18px;
	color: #0f1bb1;		
	font-weight: bold;
	display: block;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menu-box{
    display: none;
  }
#toggle{
    display: none;
  }




/*メインメニュー
---------------------------------------------------------------------------*/
#nav {
	width: 1000px;	
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	position: relative ;
	top: 0px;

	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;


}

#nav_bg {
	background-color: #FFF;
}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}

#nav li a {
	text-decoration: none;
	color: #000;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 135%;
	display: block;
	font-weight: 400;
}
#nav li a:active {
	background-color: #DDDDDD !important;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-bottom: none;
	border-top-color: #00CC00;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

#nav span.nosecond:after {
	width: 0;
	height: 0;
	border: 0em solid transparent;
	border-bottom: none;
	border-top-color: #FF99CC;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}




/* first level */

#nav > ul {
	height: 35px; /* 60 */
	width: 1000px;
	background-color: #;
	margin-right: auto;
	margin-left: auto;

}

#nav > ul > li {
	height: 35px;
	width: 200px;
	float: left;
}

#nav li.on_page {
	height:99%;
	background-color: #30A942;
}

#nav li.on_page a {
	color: #FFFFFF;
}

#nav li.on_page a:hover {
	color: #FFFF33;
}


#nav > ul > li > a {
	height: 100%;
	font-size: 130%;
	line-height: 2.3em;
	letter-spacing: -0.03em;
	text-align: center;
	display: block;
	color: #;
}

#nav > ul > li:not( :last-child ) > a {
	border-right: 0px solid #444444;
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
	color: #30A942;
}


/*トップページ スライドショー
---------------------------------------------------------------------------*/
#mainimg {
	width:100%;
	min-width:1100px;
	height:auto;
	margin-bottom: -63px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 0px 0px #DDDDDD;

}

.mainimg_t {
	width:100%;
	margin-top: 200px;
}



#mainimg_back {
	width: 100%;
	height: auto;
	background-color: ;
	background-image: url();
	margin-bottom: -27px;
	}

#mainimg_back2 {
	width: 100%;
	height: 10px;
	background-color: ;
	margin-top: 62px;
	}


.top_img {
	width:100%;
	height:auto;
	}
	
#img2, #img3, #img4 {
display:none;
}


.container {
	margin-bottom: 0px;
	position: relative; z-index: 1;
}
.slide_all {width: 100%; margin: 0 auto; height: 300px; position: relative; margin-top: 2px; margin-bottom: 48px;}
.slide_wrap {width: 3000px; position: absolute; left: 50%; margin-left: -1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px; font-family: 'arial'; background-color: #00A0E8; color: #fff; font-size: 50px; line-height: 250px; text-align: center;}
.slide img {width: 100%; vertical-align: bottom;}


.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #fff; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}


.slide{transition:all .3s;opacity:.20;}
.slide.active{ opacity:1;}

.bx-pager {
	width: 100%;
	height: 60px;
	box-shadow: 0.3px 0.3px 0.3px 0.3px #666666;
	background-color: #1e234c;
	padding-top: 5px;
	}
.bx-pager a img {  
opacity: 0.5;  
filter: alpha(opacity=50);  
}  
.bx-pager a.active img {  
opacity: 1;  
filter: alpha(opacity=100);  
} 

/*コンテンツ
---------------------------------------------------------------------------*/
#contents-t-top {
	clear: left;
	width: 100%;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 105px;
	margin-bottom: 50px;
}

#contents-top {
	clear: left;
	width: 100%;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 105px;
}


#contents {
	clear: left;
	width: 1000px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
}

#contents-in {
	float: left;
	width: 1000px;


}

body.c2 #contents-in {
	float: none;
	width: 100%;
}

#contents_news {
	clear: left;
	width: 1000px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:120px;
}



/*メイン
---------------------------------------------------------------------------*/

#main {
	float: left;	
	width: 740px;
	min-width:740px;
	margin-bottom: 50px;
}



body.c2 #main {
	width: 1000px;	
}


#main h2 {
	border-bottom-color: #30A942; /* Old browsers */
	border-bottom-color: -moz-linear-gradient(left,  #30A942 0%, #30A942 52%, #30A942 98%); /* FF3.6-15 */
	border-bottom-color: -webkit-linear-gradient(left,  #30A942 0%,#30A942 52%,#30A942 98%); /* Chrome10-25,Safari5.1-6 */
	border-bottom-color: #30A942; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30A942', endColorstr='#30A942',GradientType=1 ); /* IE6-9 */
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	line-height: 1.3em;
	color: #444;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 220%;
	font-weight: 400;
	text-align: center;
	clear: both;
}
	

#main h5 {
	color: #444444;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 120%;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 400;
	text-align: center;
}



#main h3 {
	background-color: #00A0E8;
	border-radius: 1px 5px 1px 5px;
	-webkit-box-shadow: 1px 2px 3px #999;
	box-shadow: 1px 2px 3px #999;
	font-size: 120%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #fff;
	clear: both;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 1px solid #000033;
	border-left: 6px solid #000033;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#main h6 {
	color: #222222;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 500;
	text-align: center;
}

#main h6.h6_1 {
	margin-top: 45px;
}

#main h4 {	
	background-color: ;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
	background-image: -webkit-linear-gradient(#, # 49%, #fff 50%);
	background-image: linear-gradient(#, # 49%, # 50%);
	font-size: 115%;
	color: #333;
	clear: both;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 2.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1e234c;
	border-right-color: #1e234c;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


#main p {
	padding: 0.5em 10px 15px;
}

#box_top {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	margin-right: auto;
	margin-left:auto;
	margin-top: 0;
	margin-bottom: 80px;
}

#box_top_2 {
	float: left;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_top ul {
	float: left;
	margin-right: auto;
	margin-left:10px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

#box_top ul li {
	width: 330px;
	height: 218px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #e6b422;
	/*box-shadow: 0px 0px 1px 2px #DDDDDD;*/
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 28px;
	margin-left: 20px;
	background-color: #313232;
}

#box_top ul li.list {
	width: 310px;
	height: 120px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 1px solid #CCC;
	/*box-shadow: 0px 0px 1px 2px #DDDDDD;*/
	display: block;
	padding: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #FFFFFF;
}

.line2{
	line-height: 1.2em;
}


#box_top ul li.hor:hover{
	opacity: 1.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background-color: #DDDDDD;
	color: #777777;
}





#box_top ul li.listnone  {
	width: 300px;
	height: 218px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #e6b422;
	/*box-shadow: 0px 0px 1px 2px #DDDDDD;*/
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #FFFFFF;
}


#box_top .icatch{

	border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;

}





#box_top_mini ul li {
	width: 113px;
	height: 113px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
    margin-top: 5px;
	margin-right: 3px;
	margin-bottom:5px;
	margin-left: 5px;
}

#box_top_mini .icatch_icon{
	width: 113px;
	height: ;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.0);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: -5px;
}

/*マウスオーバー
.icatch:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/


#box_top .midasi {
	width: 235px;
	border-radius: 0px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	float: left;
}


#box_top h5 {
	height: 35px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 155%;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	text-decoration: none;
	margin-top: 5px;
	background-color: #313232;
	padding-bottom: 0px;
	padding-top: -15px;
	line-height: 140%;
}

#box_top h5.font_ms {
	line-height: 240%;
	font-size: 100%;
}

#box_top h6 {
	width: 96.7%;
	padding-right: 0px;
	color: #555;
	font-size: 200%;
	font-weight: 200;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	text-decoration: none;
	margin-top: 1px;
	background-color: ;
	padding-bottom: 0px;
}



#box_top h5 span.redh5 {
	color: #D80C18;
}

/*
#box_top h5:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/


#box_top .k3 {
	text-decoration: none;
	font-size: 120%;
	color: #ffffff;
	border-radius: 1px;
	font-weight: ;
	display: block;
	width: 80px;
	text-align: center;
	padding: 1.2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FF6600;
	float: right;
}




#box_top .k3:hover {
	color: #333333;
	background-color: #4cf6f8;
}




#box_top2{
	width: 100%;
	height: auto;
	margin-top: 15px;
	padding-left: 5px;
	float: left;
	background-image: url(../images/top_mes_bg.png);
}

#box_top2 .icatch2{
	width: 850px;
	height: auto;
	border-radius: 0px;
	border: 0px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	background: ;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
}


#box_menu{
	float: left;
	margin-bottom: 15px;
}



#box_menu ul li {
	width: 235px;
	height:80px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: ;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#box_menu .icatch{
	width: 228px;
	border-radius: 1px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}

/*リンク
---------------------------------------------------------------------------*/
#link_bn {

}
#link_bn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



/*サイド
---------------------------------------------------------------------------*/

#side {
	float: right;
	width: 230px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;

}

body.c2 #side {
	display: none;
}

#side h2 {
	width: 230px;
	background-color: none;
	border-radius: 1px 1px 1px 1px;
	/*-webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px #999;
	box-shadow: 0.5px 0.5px 0.5px 0.5px #999;*/
	color: #444;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #30A942;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #30A942;
	font-weight: 400;
}


#side .box1 h2 {
	border-radius: 0;	
}

#side .box1 {
	background-color: #FFF;	
	border: 0px solid #1e234c;
	padding: px;		
	margin-bottom: px;	
}


#side h2 + ul,
#side h2 + .box1 {
	border-top: none;
}

#side .box1 > ul {
	margin-bottom: 0;
}

/*side
---------------------------------------------------------------------------*/
#side ul {
	height: 500px;
	float: left;
}

#side ul li{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
	background: #FFF;
    margin-top: 5px;
	margin-right: 0px;
	margin-bottom:3px;
	margin-left: 5px;
	}
	
#side ul li.bn_top{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 1px 1px rgba(000,000,000,0.0);
	display: block;
	padding: 0px;
	background: #FFF;
    margin-top: 0px;
	margin-right: 3px;
	margin-bottom:5px;
	margin-left: 5px;
	}
	
#side ul li.bn_bottom{
	margin-bottom:0px;
	}
	
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 0px solid #cfcfcf;
	padding-left: 0px;
	background: ;
}

#side .bn {
	width: 100%;
	height:auto;
	margin-top: 0px;
	margin-bottom: -0px;
	margin-left: 0px;
	}
	

	
.bn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



#hoge{
	float: left;
	width: 220px;
	height: 500px;
	margin-top:0px;
	}

#hoge ul li:not(.banner){
	width:230px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border-bottom: 1px solid #999;
	display: block;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 2px;
	background-color: #FFF;
	}
	
	
#hoge ul li a{
	width: 220px;
	text-decoration: none;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 13px;
	padding-left: 0px;
}

#hoge ul li.bn_top{
	width: 230px;
	font-size: 15px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	display: block;
	padding: 2px;
	background-color: #FFF;
    margin-top: 0px;
	margin-right: 3px;
	margin-bottom:1px;
	margin-left: 2px;
	}
	
#hoge ul li.on_page{
	background-color: #30A942;
	}
	
#hoge ul li.on_page a{
	color: #fff;
	}


.fixed {
  position: fixed;
  top: 130px;
}

	
/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFF;
	background-color: #333333;
	background-repeat: repeat;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

#ft_bg {
	width: 100%;
	float: left;
	background-repeat: repeat-x;
	height: 120px;
	background-image: url(../images/top_00.png);
	}
	

div#footer {
   width: 1000px;
   height: 55px;
   font-size: 13px;
   text-align: center;
   letter-spacing: 0px;
   	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
   
   }
div#footer span {
   	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
  
   }
 
div#footer2 {
   width: 100%;
	height: 50px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
   	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}	
	
div#footerIn {
	width: 1000px;
	margin: 0 auto;
	position: relative;
   	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}


div#footerIn .footerlogo {
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:left;
	font-size: 85%;
}
div#footerIn .footerlogo2 {
	width: 240px;
	position: absolute;
	float:right;
	top: 3px;
	right: 0px;
	line-height: 110%;
	text-align:right;

}

div#footerIn .footerlogo3 {
	display: block;
	width: 700px;
	height: 50px;
	float: left;
	position: ;
	margin-top: 0px;
	left: 0px;
	line-height: 1.2em;
	font-size: 85%;
	font-weight: 500;
	color: #222222;
}


div#footerIn li {
   margin-bottom: 5px;}

div#footerIn a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 120%;
   }

div#footerIn a:hover {
   text-decoration: underline;}

div#footerIn ul.foot_menu01 {
	position: absolute;
	right: 200px;
	top: 0px;
	color: #FFFFFF;
	line-height: 1.0em;
	font-size: 85%;
	text-align: left;
}

div#footerIn ul.foot_menu02 {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
	line-height: 1.0em;	
	font-size: 85%;
	text-align: left;
}

div#footerIn .telnumber {
   position: absolute;
   top: 45px;
   right: 0;
   width: 277px;
   height: 104px;
   text-indent: -9999em;}

div#footerIn .submenu {
   position: absolute;
   overflow: hidden;
   top: 233px;
   left: 0;
   width: 980px;}

div#footerIn .submenu ul {
   float: left;
   padding-top: 8px;}

div#footerIn .submenu ul li {
   float: left;
   margin-right: 17px;}

div#footerIn .submenu address {
   width: 219px;
   height: 30px;
   float: right;
   text-indent: -9999em;}


/*新着情報
---------------------------------------------------------------------------*/

/*TOP新着情報*/
#news_top {
	width:100%;
	height:150px;
	overflow:auto;
}
/*新着情報一覧*/
#news_wrap {
	width:100%;
	height:500px;
	overflow:auto;
}

/*TOP新着情報 リスト*/
ul#news_top_list {
	margin: 5px 0 0 5px;
	padding: 0;
	list-style-type: none;
	height:50px;
}	

ul#news_top_list li {
	color: #666;
	font-size: 120%;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	line-height: 130%;
	font-family: 'Noto Sans Japanese', sans-serif;
}


/*新着情報一覧 リスト*/
ul#news_list {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style-type: none;
	height:100px;
}

ul#news_list li {
	color: #666;
	font-size: 120%;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	line-height: 130%;
	font-family: 'Noto Sans Japanese', sans-serif;
}



ul#news_list a {
	color: #036;
	text-decoration: underline;
}
ul#news_list a:hover {
	color: #03C;
	text-decoration: underline;
}

.news_list_toptxt {
	float: right;
	font-size: 110%;
	}




/*アクセス
---------------------------------------------------------------------------*/

.google-maps {
position: absolute;
width: 49% ;
padding-bottom: 50%; /*これが縦横比*/
height: ;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 49% !important;
height: 100% !important;
}



/*アクセス テーブル
---------------------------------------------------------------------------*/

.ta1 {
	width: 100%;
	background-color: #fff;	
	font-size: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height:1.8;
	font-size: 105%;
}


.ta1 td{
	padding: 10px;

}

.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;	
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}

/*会社概要
---------------------------------------------------------------------------*/
#president_word {
	float: right;
	width: 100%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 130%;
	}
#president_word_ph{
	float: left;
	width: 30%;
	height: ;
	display: block;
	margin-bottom: 7px;
	margin-top: 5px;
	padding-right: 5px;
	}
	
.president_name {
	float: left;
	margin-top: 0px;
	}

.li_right {
	float: right;
	line-height: 0.3em;
	padding-top: 10px;
}
.li_right span{
	float: right;
	clear:both;
	}

#enkaku_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	}

/*テーブル*/
.ta_com {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:700;
	font-size: 120%;
	background-color: #fff;	
}
.ta_com, .ta_com td, .ta_com th{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	line-height: 1.5;
}


.ta_com td{
	padding: 10px;
	font-weight:400;
	font-size: 100%;
	line-height:1.7em;
}


.ta_com th{
	width: 18%;
	padding: 20px;
	text-align: center;
	background-color: #;	
	line-height:1.5em;
}

/*テーブル2*/
.ta_com2 {
	width: 100%;
	margin-bottom: 100px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:700;
	font-size: 120%;
	background-color: #fff;	
}
.ta_com2, .ta_com2 td, .ta_com2 th{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	line-height: 1.5;
}


.ta_com2 td{
	padding: 5px;
	font-weight:400;
	font-size: 100%;
}


.ta_com2 th{
	width: 20%;
	padding: 10px;
	text-align: center;
	background-color: #;	
	line-height:1.5em;
}



/*テーブル ta_check*/
.ta_check {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:700;
	font-size: 120%;
	background-color: #fff;	
}
.ta_check, .ta_check td, .ta_check th{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 1.5;

}


.ta_check td{
	padding: 3px;
	font-weight:400;
	font-size: 90%;
	line-height:1.7em;
	text-align: center;
}


.ta_check th{
	width: 18%;
	padding: 3px;
	text-align: center;
	line-height:1.2em;
}

.ta_check th.ta_check0{
	width: 35%;
	padding: 3px;
	background-color: #;	
	line-height:1.2em;
}


.ta_check th.ta_check1{
	width: 13%;
	padding: 3px;
	line-height:1.2em;
}

.ta_check th.ta_check1{
	width: 13%;
	padding: 3px;
	text-align: center;
	line-height:1.2em;
}

.ta_check th.ta_check2{
	width:1%;
	padding: 3px;
	line-height:1.2em;
}
.ta_check th.ta_check3{
	padding: 3px;
	text-align: right;
	line-height:1.2em;
}

table.ta_check td.ta_check4{
	padding: 3px;
	text-align: left;
	line-height:1.2em;
}



/*テーブル ta_check2*/
.ta_check2 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:700;
	font-size: 120%;
	background-color: #fff;	
}
.ta_check2, .ta_check2 td, .ta_check2 th{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 1.5;

}


.ta_check2 td{
	padding: 3px;
	font-weight:400;
	font-size: 90%;
	line-height:1.7em;
	text-align: center;
}


.ta_check2 th{
	width: 18%;
	padding: 3px;
	text-align: center;
	line-height:1.2em;
}

.ta_check2 th.ta_check0{
	width: 25%;
	padding: 3px;
	background-color: #;	
	line-height:1.2em;
}


.ta_check2 th.ta_check1{
	width: 14%;
	padding: 3px;
	line-height:1.2em;
}

.ta_check2 th.ta_check1{
	width: 14%;
	padding: 3px;
	text-align: center;
	line-height:1.2em;
}

.ta_check2 th.ta_check2{
	width:1%;
	padding: 3px;
	line-height:1.2em;
}
.ta_check2 th.ta_check3{
	padding: 3px;
	text-align: right;
	line-height:1.2em;
}

table.ta_check2 td.ta_check4{
	padding: 3px;
	text-align: left;
	line-height:1.2em;
}






#contents_top {
	float: left;
	width: 69%;
	height: auto;
	display: block;
	line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 100%;
	}
	
#contents_top_full {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 100%;
	}


.contents_text{
	float: left;
	margin-top: 8px;
	font-size: 125%;
	}

#customer_word {
	float: right;
	width: 100%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 130%;
	}

#contents_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: px;
	font-size: 115%;
	}
	
#contents_word_ph{

	float: right;
	width: 30%;
	height: ;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 5px;
	}

#contents_link {
	font-size: 115%;
	float: left;
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	}



#rinen_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 110%;
	}


/*
---------------------------------------------------------------------------*/
#box_res {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 25px;
	line-height: 1.3em;
}

#box_res ul	{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}


#box_res ul li {
	width: 237px;
	height: 237px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 110%;
}


#box_res .icatch{
	width: 237px;
	height: 237px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.0);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

/*対応エリア
---------------------------------------------------------------------------*/
.table_area {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 115%;
	background-color: ;	


}
.table_area, .table_area td, .table_area th{
	border: 1px solid #CCC;
	line-height: 1.7;
}



.table_area td{
	width: 20%;
	padding: 2px;
	font-size: 110%;
	background-color: ;
}

.table_area th{
	font-size: 110%;
	width: 100%;
	padding: 4px;
	text-align: center;
	background-color: #777777;
	line-height: 1.0em;
	color: #fff;
	font-weight: 400;
}

.table_area th.th_green{
	font-size: 120%;
	width: 100%;
	padding: 5px;
	text-align: center;
	background-color: #00BB00;
	line-height: 1.2em;
	color: #fff;
	font-weight: 800;
}
.table_area th.th_blue{
	font-size: 120%;
	width: 100%;
	padding: 5px;
	text-align: center;
	background-color: #0099FF;
	line-height: 1.2em;
	color: #fff;
	font-weight: 800;
}




.text_big{
	font-size: 180%;
	line-height: 1.2em;
	font-weight: 300;
	}
.text_big2{
	font-size: 250%;
	line-height: 1.2em;
	font-weight: 300;
	}

.text_middle{
	font-size: 140%;
	line-height: 1.2em;
	font-weight: 300;
	}
	
.text_tel{
	font-size: 320%;
	line-height: 1.0em;
	font-weight: 500;
	}
.text_mail{
	font-size: 240%;
	line-height: 1.0em;
	font-weight: 500;
	}
.mail_link{
	text-decoration: none;
	}
	
/*ワークフロー
---------------------------------------------------------------------------*/

#bottan {
	width: 30%;
	font-size: 125%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	text-align: center;
	float: ;
	display: block;
	background-color: #000044;
	-webkit-box-shadow: 0px 0px 1px #999;
	box-shadow: 0px 0px 0px #999;
	border-radius: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: #FFF;
}

#bottan:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}

#bottan2 {
	width: 30%;
	font-size: 120%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	text-align: center;
	float: ;
	display: block;
	background-color: #000044;

	border-radius: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: #FFF;
}

#bottan2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}

#bottan3 {
	width: 35%;
	height: 25px;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	text-align: center;
	background-color: #333333;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #1e234c;
	border-left: 0px solid #1e234c;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	clear: both;
	text-decoration: none;
}

#bottan3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}

.bottan_t {
	color: #FFF;
}

#bottan3 a{
	text-decoration: none;
}

#bottan3 a{
	text-decoration: none;
}
	

/* PAGE TOP 設定
---------------------------------------------------------------------------*/
.pagetop{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #E00;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 50px;
}

/* contact_link 設定
---------------------------------------------------------------------------*/
.contact_link{
	display: none;
	position: fixed;
	bottom: 100px;
	right: 60px;
}
.contact_link a{
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 12px;
	background-color:  ;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 30px;

}


/*その他
---------------------------------------------------------------------------*/
.bold {
	font-weight: 900;
	display: inline;
	}

.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}


#center {
	text-align:center;
	}
	
/*レスポンシブ
---------------------------------------------------------------------------*/

#smart{
	display: none;	
	}
	
	
#hp {
	display: block;
    } 

.img_s {
	width: auto;
    } 
	
.img_s2 {
	width: auto;
    }

.img_100 {
	width: 100%;
	height:auto;
    }
	
.img_100a {
	width: auto;
	height:auto;
    }
	
.img_100map {
	width: auto;
	height:auto;
	text-align: center;
    } 
	
.img_50 {
	width: 100%;
    }

.img_50-100 {
	width: 49.5%;
    }

.img_auto {
	width: auto;
	height:auto; }
		
	 


#text_red {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.2em;
	color: #DD0000;
}

.txt_blue {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.2em;
	color: #000099;
}

.txt_orange {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.2em;
	color: #EC6517;
}


.txt_red_b {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.2em;
	color: #DD0000;
}


#menu-box{
    display: none;
  }
#toggle{
    display: none;
  }
   
 /*改行*/
.br-sp { display:none; }
.br-hp { display:block; }

.ifrm {
	font-size:110%;
}
.shadow {
	box-shadow: -1px 1px 2px rgba(000,000,000,0.3);

}

.news_foot{
   font-size:125%;
}
.news_h2{
   font-size:100%;
}
	
/*文字
---------------------------------------------------------------------------*/
.txt_big{
	font-size: 180%;
	line-height: 1.5em;
	font-weight: 300;
	padding-left: 5px;

	}
	
.txt_big2{
	font-size: 150%;
	line-height: 1.5em;
	font-weight: 300;
	padding-left: 5px;

	}

.txt280big{
	font-size: 280%;
	}

.txt_gr{
	font-size: 240%;
	line-height: 1.5em;
	font-weight: 800;
	color: #005500;
	padding-left: 5px;
	}
.txt_green{
	font-size: 100%;
	line-height: 1.5em;
	font-weight: 600;
	color: #00CC33;
	}
	
.txt_pk{
	font-size: 190%;
	line-height: 1.5em;
	font-weight: 800;
	color: #FF3399;
	padding-left: 5px;
	}
.txt_normal{
	font-size: 180%;
	line-height: 1.5em;
	font-weight: 800;
	color: #555;
	padding-left: 5px;
	}
	
.txt_big_gr{
	font-size: 120%;
	line-height: 1.2em;
	font-weight: 800;
	}
	
.txt_ora{
	font-size: ;
	line-height: 1.5em;
	font-weight: 600;
	color: #FF6600;
	}
	
.txt_red{
	font-size: 100%;
	line-height: 1.5em;
	font-weight: 600;
	color: #DD0000;
	}
.txt_big_red{
	font-size: 160%;
	line-height: 1.2em;
	font-weight: 800;
	color: #F40000;
	}
	
	
.txt_big_blue{
	font-size: 160%;
	line-height: 1.2em;
	font-weight: 800;
	color: #0066FF;
	}
	
.txt_big_green{
	font-size: 160%;
	line-height: 1.2em;
	font-weight: 500;
	color: #30A942;
	}
.txt_big_ora{
	font-size: 160%;
	line-height: 1.2em;
	font-weight: 500;
	color: #FF6600;
	}
.txt_big_green_min{
	font-size: 190%;
	line-height: 1.2em;
	font-weight: 900;
	color: #23AC38;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
	
.txt_ora{
	font-size: ;
	line-height: 1.5em;
	font-weight: 600;
	color: #FF6600;
	}
	

	
.box100 {
	width:100%;
	float: left;
}
	
.box90 {
	width:80%;
	float: left;
}
	
.box10 {
	width:20%;
	float: right;
	text-align:center;
}

/*スペース
---------------------------------------------------------------------------*/

.mr_spc {
	margin-right: 20px;
	}
	
.mb_t30 {
	margin-top: 30px;
	}
	
#mb_t100 {
	margin-top: 100px;
	}
	
#mb_b_100 {
	margin-top: -100px;
	}
	
#mb_b100 {
		float: left;
	margin-bottom: 100px;
	}


.mb_t80 {
	margin-top: 80px;
	}

/*Fade アニメーション
---------------------------------------------------------------------------*/
#animation {
margin:;
font-size:;
font-weight:;
color: ;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



.hov:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}


 /*お問い合わせ*/

#formWrap {
	width: 99%;
	margin: 0 auto;
	color: #666;
	line-height: 120%;
	font-size: 120%;
}

.formTable{
	width:100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:110%;
	font-weight:500;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable td, .formTable th{
	padding: 5px;
	border: 0.8px solid #ccc;
}
.formTable th{
	font-size: 100%;
	width: 30%;
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
	color: #666;
	line-height:1.2em;
}

.formTable td{
	background-color: #FFFFFF;
	width: 60%;
}


#privacy_wrap {
	width: 100%;
	height: 150px;
	margin-top: 10px;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	padding-bottom: 0px;
	padding-left:5px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

ul#privacy_list li {
	color:#666;
	font-size:15px;
	margin:0;
	padding:0;
	padding-left:2px;
	margin-bottom:3px;
	background-color: #FFFFFF;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-position:inside;
}

.mini_text {
	font-size: 75%;
}

#detailWrap span{
	color: #666;
	font-size: 180%;

}

.width100 {
  width: 99%;
}
 
.width90 {
  width: 85%;
}

.width50 {
  width: 50%;
}


/*購読のご案内(Wordpress)
---------------------------------------------------------------------------*/

#box_contents {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#box_contents ul li {
	width: 17.2%;
	height: 300px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 1px solid #e6b422;
	/*box-shadow: 0px 0px 1px 2px #DDDDDD;*/
	display: block;
	position: relative;
	font-size: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 2%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: ;
}


#box_contents .icatch{
	width: 150px;
	height: auto;
	border-radius: 1px;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	margin-top: 7%;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding: 0px;

}

#box_contents .icatch_other{
	width: 150px;
	height: auto;
	border-radius: 1px;
	margin-top: 7%;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding: 0px;

}


#box_contents h6 {
	width: 100%;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#box_contents h6:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#box_contents .text_bookname{
	position: absolute;
	width: 100%;
	height: 55px;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #313232;
	color: #FFFFFF;
}



/*リンク先ズレ修正
---------------------------------------------------------------------------*/
#de_01, #de_02, #de_03,#de_04, #ch_01, #ch_02, #ch_03, #ch_04, #va_01, #va_02 {
    margin-top: -170px;
    padding-top: 170px;
}
#hoge ul .banner {
    text-decoration: none;
    list-style-type: none;
    margin-top: 15px;
	margin-bottom: -5px;
	background-color: #FCFEFD;
}


