@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background:#fff;
	color:#000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
/*
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
*/
a:link {
	text-decoration: none;
	color:#000;
}

a:visited {
	text-decoration: none;
	color:#000;
}

img {
	vertical-align: top;
	margin:0px;
	padding:0px;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}


#map_canvas01 img:not([width]) {
	zoom: 0 !important; /* google map は効かせない */
}

#map_canvas02 img:not([width]) {
	zoom: 0 !important; /* google map は効かせない */
}


p, dl, ol, ul {
}

ol, ul {
	list-style:none;
	text-align:left;
}



/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	/*margin: 0 auto;*/
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	width:100%;
	background:url(../images/common/h_bg_03.png) 0 bottom repeat-x;
	background-size: auto 100%;
	margin-bottom:2px;
	border-top:#bfbfbf 2px solid;
}

header h1{
	text-align:left;
	overflow:hidden;
	color:#666;
	font-size:10px;
	padding:5px 5px;
}

header .logo{
	display:inline-block;

}

header .tel{
	font-family: 'Alegreya', serif;
	padding-right:5px;
	font-size:14px;
	float:right;
	font-weight:bold;
	
}



header .logo img{
	/*vertical-align: bottom;*/
}


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	width:100%;
	padding: 10px 0px 0px 0px;
	font-size:12px;
	
}


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


footer nav#new{
	margin:20px 5px 10px;
	border:#FFF 2px solid;
	box-shadow:#999 0 0 2px;
}


footer nav#new .ft{
	width:100%;
	font-size:12px;
	
}


footer nav#new .ft tr{
}

footer nav#new .ft td{
	background:url(../images/common/navi_bg.png) repeat-x;
	background-size:auto 100%;
	text-align:center;
	width:25%;
	height:40px;
	vertical-align:middle;
	border:#CCC 1px solid;
	
}

footer nav#new .ft td a{
	display:block;
	font-weight:bold;
	color:#fff;
	padding:8px;
	}



nav.homenav_new{
	text-align:center;
	background:none;
	height:auto;
	overflow:hidden;
	margin:0 auto !important;
}


nav.homenav_new div{
	/*float:left;*/
	display:inline-block;
	border-right:#000 1px solid;
	
}


nav.homenav_new div a{
	display:block;
	color:#333;
	font-weight:bold;
	font-size:10px;
	padding:0 5px;

}
nav.homenav_new div:last-child{
	/*float:right;*/
	border-right:none;
}


	
	
footer .info {
}

.info_sp{
	margin:0px 0px;
	color:#000;
	font-weight:bold;
}

.cont{
	float:right;
}

.comFooter{
	padding:10px;
	margin:0px 5px !important;
	overflow:hidden;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#cecece));
	background:-moz-linear-gradient(top,#fff,#cecece);
	background:-o-linear-gradient(top,#fff,#cecece);
	background:-ms-linear-gradient(top,#fff,#cecece);
	background:linear-gradient(top,#fff,#cecece);
	-background:linear-gradient(top,#fff,#cecece);
	-pie-background:linear-gradient(top,#fff,#cecece);
	behavior:url(PIE.htc);
}


.comFooter .left img{
	padding-top:10px;
	vertical-align:middle !important;
}

ul#info{
	padding:0;
	margin:0px;
	margin-left:5px;
	
}

ul#info img{
	/*margin-bottom:10px;*/
}

ul#info li{
	padding:0 5px;
	overflow:hidden;
	
}

ul#info li a{
	color:#333;
	
}

ul#info .sp{
	font-weight:bold;
}

ul#info .sp img{
	margin-top:-4px !important;
	margin-left:-5px;
}


h4#footer{
	color:#FFF;
	margin:0 5px !important;
	border-radius:6px 6px 0 0;
	padding-left:0px;
	border:none;
	overflow:hidden;
}

h4#footer img{
	vertical-align:middle;
}




/*-----------footer------------*/

footer .under {
	border-top:#d7d7d7 3px solid;
	padding-top:2px;
	background:#eaeaea;
}

footer .under ul {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #d7d7d7;
}
footer .under ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:50%;
	text-align:center;
}



footer .under ul li a {
	color:#333;
	display:block;
	padding:10px 0px;
	font-weight:bold;
}
footer .under ul li:first-child{
	border-right:1px solid #d7d7d7;
}
footer .under ul li:nth-child(even){
	border-left:1px solid #fff;
}

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

footer small {
	text-align:center;
	padding:10px;
	display:block;
	color:#333;
	font-size:10px;
	clear:both;
}

footer small#copy a{
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	width:100%;
	margin:0 auto;
}

.container-content p{
	margin-bottom:15px;
}

section.content {
	margin-bottom:15px;
	/*margin-top: 5px;
	margin:0 auto;*/
}

section.content nav{
	/*border-radius:6px 6px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;*/
	background-color:rgba(ff,bb,77,1.0);
	margin:10px 10px 10px;
}
section.content nav ul {
	width:100%;
	overflow:hidden;
}
section.content nav ul li {
	line-height:120%;
	/*border-top:1px solid #fff8ff;*/
	border-bottom:1px dotted #aa8866;
	background:url(../images/common/arw02.jpg) left center no-repeat;
}
section.content nav ul li a{
	/*background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;*/
	display:block;
	padding:12px;
	color:#090;
}
section.content nav ul li:last-child {
	border-bottom:none;
	
}
section.content nav ul li:first-child{
	border-top:none;
}

section.content nav.search li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
}
section.content nav.search li:nth-child(2n){
	border-left:1px solid #cccccc;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.list-base li{
	height:100%;
}


.list-base2 li{
	height:150px;
}


.sticking_ph{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.tit_l{
	font-size:12px;
}



/* 写真つきリスト */

.list-base{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.list-base li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base li:last-child {
	border-bottom:none;
}
.list-base li:first-child{
	border-top:none;
}
.list-base li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100px;
	overflow:hidden;
	display:block;
	padding:10px;
	float: left;
}
.list-base div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base span{
	display:inline-block;
	color:#7FA50A;
	font-size:14px;
	margin-left: 20px;
	margin-top: 10px;
}
.list-base p{
	padding-right:20px;
	margin-left: 20px;
}
.list-base dl{
	display:block;
	padding:10px;
}

.list-base dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base a p{
	font-size:16px;
	line-height:140%;
}


.list-base2{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.list-base2 li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base2 li:last-child {
	border-bottom:none;
}
.list-base2 li:first-child{
	border-top:none;
}
.list-base2 li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100px;
	overflow:hidden;
	display:block;
	padding:10px;
	float: left;
}
.list-base2 div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base2 span{
	display:inline-block;
	color:#7FA50A;
	font-size:14px;
	margin-left: 20px;
	margin-top: 10px;
	font-weight:bold;
}
.list-base2 p{
	display:block;
	padding-right:20px;
	margin-left: 120px;
}
.list-base2 dl{
	display:block;
	padding:10px;
}

.list-base2 dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base2 dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base2 li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base2 a p{
	font-size:16px;
	line-height:140%;
}

/************************* 汎用 *******************************/

.visualSub{
	width:100%;
	overflow:hidden;
}

h2{
}

.visualSub img{
}


.container{
	/*border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;*/
	/*background-color:#fff;*/
	margin-bottom:20px;
	border-top:none;
	margin:0px 0px;
	overflow:hidden;
	text-align:center;
	background:url(../images/common/bg_body.gif) 0 0 no-repeat;
	border-radius:0px 0px 6px 6px;
	margin:0 auto;
	text-align:left;

}




h3{
	margin:20px 5px 0px;
	border:#dfdfdf 1px solid;
}


h3 p{
	margin:1px !important;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	background:url(../images/common/h3_bg_03.png) repeat-x;
	padding:10px 10px 6px !important;
	color:#454545;
}




h4 {
	margin:10px 0px !important;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding-left:0px;
	color:#1ea091;
	}
	
	
	



h5{
	font-weight:bold;
	text-align:left;
	margin:5px;
	font-size:14px;
	color:#F60;
	border-left:#F30 4px solid;
	padding-left:5px;
	
}


h6{
	text-align:left;
}


.container img{
	margin:0px;
	padding:0px;
}





.container dl{
	margin:10px 10px;
	text-align:left;
}



.container dt{
	font-weight:bold;
	overflow:hidden;
}


dt,dd{
	text-align:left;
}


.container p{
	text-align:left;
	margin:0px;
	padding:0px;
}

.container span{
	color:#F30;
	font-weight:bold;
}

.container .photo {

}


.map{
	text-align:center;
	-webkit-box-sizing: border-box;
  	box-sizing:border-box;
	white-space:nowrap;
	margin:10px 5px;
}


em{
	font-size:12px;
	text-align:left;
	padding:10px;
}

.container strong{
	font-weight:bold;
}



/*box*/


.comBox_c{
	background:#fffad2;
	border:#f8e258 1px solid;
	border-radius:4px;
	margin:10px 10px;
	overflow:hidden;
	
}




.comBox{
	margin:10px 5px;
	padding:0px;
}

.comBox img{
	margin:0px 0px;
}

.comBox_sp{
	margin:5px 10px 20px;
	border-radius:4px;
	border:#FC0 1px dotted;
	padding:5px;
}

.comBox_ct{
	text-align:center;
}







/*-------------sitemap &pra-----------------*/

.comPri{
	margin:10px;
}

.comPri h4{
	margin:0px;
	padding:0px 10px;
	background:none;
	background:url(../images/common/h4.jpg) left center no-repeat;
	border-left:none;
}

.comPri h4 p{
	font-weight:bold;
	color:#060;

}



/*------------------Top page-----------------*/


.visual{
	padding-top:0px;
}


.visual h2{
	background:none !important;
	padding-top:0px;overflow:hidden;
	padding-left:0px;
}


.conTopic {
	
	padding:0px !important;
	margin:5px 5px;
	font-size:12px;
	display:block;
	overflow:hidden;
	border:1px solid #CCC;
}


.conTopic ul{
	background:#efefef;
	margin:1px !important;
	padding:2px;
}

.conTopic ul li{
	background:#FFF;
}
.conTopic ul li p{
	margin:5px !important;
}

.news{
	margin:5px;
}


.news h3{
	margin:0 auto;
}

.news ul{
	margin:10px 5px;
}

.news ul li{
	padding:5px;
	background:url(../images/common/arw03.gif)  5px 10px no-repeat;
	padding-left:10px;
	border-bottom:#CCC 1px dotted;
}


.news ul li a{
	color:#090;
}



/*page top*/

#totop{
	text-align:right;
	margin:30px 5px 0px;
	clear:both;
	border-bottom:#1ea091 2px solid;
}



/*----------------------company--------------------*/



table.info{
	width:100%;
	font-size:12px;
	border-collapse:separate;
	border-spacing:2px 2px;
	margin-top:20px;
}


table.info th{
	background:#efefef;
	padding:5px;
	font-weight:bold;
	border:#cccccc 1px solid;
	border-right:#48b5a8 2px solid;
	color:#666;
}


table.info td{
	padding:5px;
	border:#cccccc 1px solid;
}



table.info2{
	width:100%;
	font-size:12px;
	border-collapse:separate;
	border-spacing:2px 2px;
	background:#efefef;
}


table.info2 th{
	background:#102d55;
	padding:5px;
	font-weight:bold;
	border:#fff 1px solid;
	border-right:none;
	color:#FFF;
}


table.info2 td{
	padding:5px;
	border:#c9e6e4 1px solid;
	background:#f7fbfc;
}





/*--------------------qa-----------------------*/


.faq{
	border:#b7df7f 1px dotted;
	margin:5px;
	padding:0px;
}


.faq dt{
	background:url(../images/sub/faq/icon_q.gif) no-repeat;
	background-size:24px 24px;
	margin-bottom:15px;
	padding-left:25px;
}

.faq dd{
	background:url(../images/sub/faq/icon_a.gif) no-repeat;
	background-size:24px 24px;
	padding-left:25px;
	margin-bottom:20px;
}





/*------------------------------------------*/
.gallery-title{
	background:url(../images/common/bg_gallery-title.gif) left center no-repeat;
	padding-left:20px;
	color:#F60;
	margin:10px 0px 5px;
	font-size:14px;

}


.gallery_img{
	text-align:center;
	
}

.gallery_img img{
	border:#CCC 1px solid;
	padding:5px;
	box
}
	


.gallerybox li{
	overflow:hidden;
}


/*----------------足すもの------------------*/

p.tit_sp{
	border-bottom:#666 1px dotted;
	font-size:14px;
	font-weight:bold;
	color:#1ea091;
    text-shadow: 2px 2px 1px #00F,
    -2px 2px 1px #00F,
    2px -2px 1px #00F,
    -2px -2px 1px #00F;
  text-shadow: #333 1px 3px 3px; 
    text-shadow: rgba(255, 255, 255, .5) 1px 1px, 
    yellow 1px 2px, 
    rgba(255, 224, 224, .7) 2px 4px,
    rgba(255, 224, 224, .5) 3px 5px; 
}


p.txtright{
	text-align:right;
	
}

.page-nav{
	overflow:hidden;
	text-align:center !important;
	margin:20px auto !important;;
}

.page-nav li{
	display:inline-block;
}

.page-nav li span{
	color:#666 !important;
	}


h4 a{
	color:#F60 !important;
}

/*---------------------desgin入り切り替えボタン-----------------------*/


.tab{
	margin:30px 5px;
	border:1px solid #1c4373;
	padding:5px 0 5px 5px;
	background:#365982;
	/*ベンダープリフリクス省略*/
	border-radius:4px;
	box-shadow:0 1px 3px #314f73 inset;
	overflow:hidden;
	behavior:url(PIE.htc);
	border-bottom:#666 2px solid;
}



ul#tab li{
	display:block;
	float:left;
	position:relative;
	margin:0 5px 0 0;
	background:url(../images/common/bg_gallery-title.gif) left center no-repeat;
	padding-left:20px;
	color:#F60;
	margin:10px 5px 5px;
	font-size:14px;
}

ul#tab li a{color:#F60;}


ul#tab li.select {
  text-shadow: #F60 0px 0px 10px; /* for browsers without spread support */
  text-shadow: #F60 0px 0px 10px 10px; /* for browsers with spread support */
}

/*立体的なトグルボタン*/


/*ボタン枠*/

/*ul#tab{
	margin-bottom:10px;
	margin-left:0px;
	border:1px solid #1c4373;
	padding:5px 0 5px 5px;
	background:#365982;
	border-radius:4px;
	box-shadow:0 1px 3px #314f73 inset;
	
	width:290px;
	behavior:url(PIE.htc);overflow:hidden;
}*/


/*ボタン


ul#tab li{
	display:block;
	float:left;
	position:relative;
	margin:0 5px 0 0;
	background:url(../images/common/bg_gallery-title.gif) left center no-repeat;
	padding-left:20px;
	color:#F60;
	margin:10px 0px 5px;
	font-size:14px;
}



ul#tab li a,
ul#tab li a:hover,
ul#tab li a:visited{
	display:block;
	position:relative;
	height:29px;
	width:140px;
	padding-left:1px;
	text-decoration:none;
	line-height:30px;
	text-align:center;
	border-top:1px solid #8cadcb;
	border-bottom:1px solid #5076a0;
	color:#d4d2d2;
	text-shadow:0px -1px 0px #2c4967;
	background:#5f8bb6;
	background:linear-gradient(top, #5f8bb6, #416d9c);
	-pie-background:linear-gradient(top, #5f8bb6, #416d9c);
	box-shadow:0 1px 1px #314f73;
	border-radius:3px;
	behavior:url(PIE.htc);
}
	



ul#tab li {
	
}


ul#tab li.select a {
	border-top:1px solid #8cadcb;
	border-bottom:1px solid #5076a0;
	color:#d4d2d2;
	text-shadow:0px -1px 0px #2c4967;
	background:#5f8bb6;
	
	background:linear-gradient(top, #5f8bb6, #416d9c);
	-pie-background:linear-gradient(top, #5f8bb6, #416d9c);
	box-shadow:0 1px 1px #314f73;
	border-radius:3px;

}

	
ul#tab li a {
	color: #c2ccdb;
	border-top:1px solid #7390b5;
	border-bottom:1px solid #577da9;
	background: #436b9c;
	background: -webkit-gradient(linear, left top, left bottom, from(#436b9c), to(#4471a0));
	background: -moz-linear-gradient(top,  #436b9c,  #4471a0);
	background: -o-linear-gradient(top,  #436b9c,  #4471a0);
	background: -ms-linear-gradient(top,  #436b9c,  #4471a0);
	background: linear-gradient(top,  #436b9c,  #4471a0);
	-pie-background: linear-gradient(top,  #436b9c,  #4471a0);

}

*/

.disnon {
 	display: none;
}
.contents {
	clear: left;
	background:#FFF;
	margin-left:0px;
	margin-right:5px;
	/*height:120px;
	box-shadow:0 0 5px #aaa inset;*/
	overflow:hidden;
	padding:8px 5px;
}


.contents img{
	border:#CCC 1px solid;
	padding:2px;
	margin-right:5px;
}

hr{
border: 0;
height:1px;
background: #F00;
background: #F00;
background: -webkit-gradient(linear, left top, right top, from(#333), color-stop(0.7,#ccc), color-stop(0.7,#ccc), to(#fff));
background: -moz-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
background: -o-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
background: -ms-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
-pie-background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
behavior: url(PIE.htc);
	clear:both;
}




/*-----------------ボタン切り替えここまで-------------*/


/*ul*/


ul.sp2{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}



ul.sp2 li{
	width:50%;
	float:left;
	color:#000;
	margin:0px;
	overflow:hidden;
}


ul.sp2 li:nth-child(2n){
	float:right;
}

ul#sp2 li h4{
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}


ul#sp2 li p{
	height:200px;
	margin:0px;
	padding:5px;
}

ul#sp2 li img{
	border:none;
	margin:0px;
	padding:0px;
}






/*bottom*/

.bottom a{
	color:#fff;
	font-size:12px;
}


.bottom{
	margin:10px;
	float:right;
}



/*for lightBox*/

.set ul{
	margin:5px;
}

.set ul li{
	margin:0px !important;
	width:33%;
	float:left;
}

.set ul li a{
	margin:0px;
	padding:0px;
}
	
.set ul li img{
	margin:0px;
	border:none;
}





ul.sp3{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:5px;
}


ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}



ul.list li{
	overflow:hidden;
	margin-bottom:5px;
}

ul.list li:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.floatcontainer{display: inline-block;} 
	

ul.list li p{
	margin:0px;
	padding:0px;
}

ul.list li .left{
	margin-right:5px;
}



.btn a{
	color:#01295a;
	font-size:12px;
	font-weight:bold;
}


.btn{
	padding:0px 0px;
	border-radius:12px;
	text-align:center;
	float:right;
	background-color:#FFF;
	margin:5px;
}



.info_sp .right{
	margin-right:5px;
}


img.n_b{
	border:none;
	padding:0px;
	margin:0px;
}



img.icon{
	display: table-cell;
	vertical-align: bottom;
	border:none;
	margin-bottom:-2px;
}



/*btn*/


/*******************************/
/*--------------memo---------------*/



.acco{
}


.acco dt:after{
	content: "";
	width: 20px;
	height: 15px;
	display: inline-block;
	margin-bottom: -3px;
	background:url(../images/common/icon1.png) 5px 0px no-repeat;
	background-size: 70%;
}


.contentSub dl{

}

.contentSub > dl:last-child{
	border-bottom:none;
}

.container .contentSub h6{

}

.container .contentSub h6:first-child{

}




/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn,.listbtn li{
	/*background:url(../images/common/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	line-height:100%;
	font-size:18px;
	text-align:center;
	margin:10px 0px 15px 0px;*/
}
.btn a,.listbtn li a{
	/*background:url(../images/common/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	-moz-background-size: 26px 22px ;
	padding:18px 7px;
	display:block;
	color:#ffffff;*/
}

/* btn各カスタマイズ */

.btn.entrybtn{
	background-color:#ff4f4e ;
}
.btn.detailbtn{
	background-color:#66b400 ;
	padding:0px;
}
.btn.graybtn{
	background-color:#fafafa ;
}
.btn.graybtn a{
	color:#666666 ;
}
.listbtn li{
	background:url(../images/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eaeaea ;
	margin:8px 0px;
}
.listbtn li a{
	padding:12px 5px;
	color:#666666;
}


/* ---------------------------------------------------- */
/* detail */
/* ---------------------------------------------------- */

/* iconlist */

.iconlist{
	width:100%;
	overflow:hidden;
	margin:5px;
}

.iconlist li{
	float:left;
	background:url(../images/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eeeeee;
	width:19%;
	margin:2px 2px;
	padding:5px 0px;
	font-size:12px;
}

/* ---------------------------------------------------- */
/* form */
/* ---------------------------------------------------- */

.content input{
	vertical-align:bottom;
}
.content form p input{

}
.imgbtn{
	text-align:center;
	margin-bottom:25px;
}
.img{
	text-align:center;
	margin:0px auto;
}
.img img{
	border-radius:3px ;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
}
.es{
	color:#c80000;
}
.form-btn{
	text-align:center;
}
.form-btn input{
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	border:none;
	text-align:center;
	background-color:#FF6600;
	font-size:16px;
	color:#fff;
	padding:10px 30px;
}
.rec{
	background-color:#f3f3f3;
	padding:7px 8px 7px 8px;
}
.rec dt{
	color:#c80000;
	font-size:16px;
	border-bottom:1px solid #dddddd;
	margin-bottom:7px;
	padding-bottom:7px;
}

/* pagenavi */

.pagenavi {
	/zoom: 1;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
}
.pagenavi li {
	float: left;
	margin: 0 2px 2px 0;
	text-align:center;
}
.pagenavi li span,
.pagenavi li a {
	float: left;
	color:#ffffff;
	font-weight:bold;
	padding: 5px 0px;
	width:30px
}
.pagenavi li a.link_before,
.pagenavi li a.link_next {
	width:62px;
}
.pagenavi li a {
	background: #aaaaaa;
}
.pagenavi li span {
	background: #ff6022;
}

.catch{
	font-size:16px;
	color:#c80000;
}


.green {
	color:#009900;
}

.red{
	color:#FF0000;
}

.bold {
	font-weight:bold;
}


@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}
