@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background:#fff;
	color:#411a0d;
	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:#411a0d;
}

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

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;*/
	overflow:hidden;
}

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

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	width:100%;
	background:#240c05;
	height:40px;
}

header h1{
	border-top:#240c05 4px solid;
	width:100%;
	position:absolute;
	top:0;
	z-index:3000;
	overflow:hidden;
}

header .logo{
	display:inline-block;
	margin:0 !important;
	padding-left:5px;

}



header h1{
	color:#d2bd78;
}






header #sitemap_menu{
	padding-top:0px;
	font-family: 'Alegreya', serif;
	font-size:14px;
	float:right;
	font-weight:bold;
	margin:4px !important;
}



nav#new{
	margin:0px 0px 0px;
	/*padding:3px 0 1px;*/
}


nav#new .hd{
	width:320px !important;
	max-width:640px;
	font-size:10px;
	margin:0 auto;
	/*background-color: rgba(215,224,223,0.4);
	border-collapse:separate;
	border-spacing:0px 0;*/
	line-height: 1;
}


/*nav#new .hd tr:first-child{
		font-size:20px !important;
}

nav#new .hd tr:first-child td{
		font-size:20px !important;
		border-bottom:none !important;
		padding-top:4px;

}

nav#new .hd tr:last-child td{
		border-top:none !important;
		padding-bottom:4px;
}
*/
nav#new .hd td{
	text-align:center;
	width:33%;
	vertical-align:middle;
	/*border:#b3b1a6 1px solid;
	border-top:#d5d3c8 1px solid;
	border-left:#d5d3c8 1px solid;
	box-shadow:#999 0 0 1px;*/
	padding:-10px 0;
}

nav#new .hd td span{
		font-size:16px !important;
		border-bottom:none !important;
		padding:4px 0 2px;
		color:#6f4d39;

}

nav#new .hd td p{
	margin:-18px -8px;
	font-weight:bold;
}

nav#new .hd td a{
	display:block;
	font-weight:bold;
	color:#fff;
	/*border-bottom:#25337a 4px solid;
	border-top:#25337a 4px solid;*/
	margin:2px 4px 2px;
	}





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

footer{
	width:100%;
	padding: 10px 0px 0px 0px;
	font-size:12px;
	/*background:url(../img/bg_footer_01.png);
	background-size:auto 100%;*/
}


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


footer nav#new{
	margin:20px 0px 0px !important;
	background:none;
}


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

/*
footer nav#new .ft tr:first-child{
		font-size:12px !important;
}*/


footer nav#new .ft td{
	background:url(../images/common/bg-footer-cont_bg.jpg);
	/*background-size:14px 14px;
	background-position:right 5px bottom 10px;*/
	text-align:left;
	width:25%;
	vertical-align:middle;
	border:#887766 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------------*/

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 {
	border-top:#3a251e 1px solid;
	text-align:center;
	padding:8px;
	display:block;
	color:#000;
	font-size:10px;
	clear:both;
	background:#efebe0;
}

footer small#copy a{
	color:#fff;
}




.info_sp{
	/*width:100%;*/
	max-width:640px;
	margin:10px auto 0;
	color:#fff;
	font-weight:bold;
	background:url(../img/bg_footer_01.png);
	background-size:auto 100%;
	overflow:hidden;
	
}



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


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

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

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


.contact{
	overflow:hidden;
	width:280px;
	margin:10px 4px 0 !important;
	text-align:center;
}


.contact li{
	border:#CCC 1px solid;
	box-shadow:#999 0 0 2px;
	text-align:center !important;
	border-radius:4px;
	width:46% !important;
	margin-top:10px;
	display:inline-block;
}

.contact li a{
	display:block;
	color:#fff !important;
	padding:4px;
	border-top:1px solid #7da118;
	border-bottom:1px solid #7da118;
	color:#d4d2d2;
	text-shadow:0px -1px 0px #7da118;
	background:#7da118;
	/*background:linear-gradient(top, #fe7e00, #b85a00);
	-pie-background:linear-gradient(top, #fe7e00iii, #b85a00);
	box-shadow:0 1px 1px #cb6500;*/
	border-radius:3px;

}

.contact li a span{
	font-size:18px;	
	/*margin-top:4px !important;*/
	overflow:hidden;
	vertical-align:top !important;


}

.contact li a .mls {
	font-size:12px;

}



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

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

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

section.content {
	margin:0 0px 60px;
	/*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 #dfdfdf;
	background:url(../images/common/arw-03.gif) left center no-repeat;
	background-size:16px 16px;
}
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 20px;
}
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%;
}

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


.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;
	text-align:center;
	margin:0 auto;
	text-align:left;
	/*background:#fafafa;*/
	max-width:640px;
	margin:0px auto;
	padding:4px 0px 10px;
	width:320px;
	overflow:hidden;

}

.container img{
	max-width:100%;
	height:auto;
}


h3{
	margin:10px 0px 10px;
	background:#CF9;
	color:#630;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	padding:6px 0px 6px 6px!important;

}


h3 p{
	display:inline-block;
	margin:0px !important;
	border-bottom:#367820 3px solid;
}




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


h5{
	font-weight:bold;
	text-align:left;
	margin:5px;
	font-size:14px;
	color:#333;
	border-left:#333 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:5px;
}

.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:10px 0px;
}

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

.comBox_ct{
	text-align:center !important;
}



.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*.clearfix{display: inline-block;} */

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


.visual{
	position:relative;
	text-align:center !important;
	background:url(../img/idx/bg_main_bg.jpg) center -8px repeat-x;
	background-size:auto 100%;
	width:100%;
	height:150px;
	padding-bottom:-10px;
}


.visual h2{
	max-width:640px;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-160px;
}



.mainImg_box{
	position:absolute;
	z-index:100;
	left:50%;
	margin-left:-160px;
}







.top_content{
	padding-top:10px;
	padding-bottom:10px;
}





.top_content dl{
}
.top_content dd p{
}

#acMenu {
	background:url(../img/idx/tit_img_03.png) no-repeat;
	background-size:170px auto;
	background-color:#efebe0;
	padding-top:30px;
	padding-bottom:10px;
}


	
#acMenu dt{
    display:block;
    width:100%;
    text-align:center;
    cursor:pointer;
    }
	
	
#acMenu dd{
    width:100%;
    text-align:left;
    display:none;
    }
	
	
#acMenu dt.active{
    /*background:url(../images/i_swich.png) right 18px no-repeat;
	background-position:right 10px bottom -69px;
	background-color:#CCC;
	background:#fff;*/
	opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter:"alpha( opacity=50 )";

}	


#acMenu dl{
	margin:4px 10px;
}


	
.cate1 dt{
	background:#634316;
}
	
.cate2 dt{
	background:#98b550;
}

.cate3 dt{
	background:#ddb313;
}

.cate4 dt{
	background:#c97171;
}



.sced_content{
	background:url(../img/idx/conbg_img01_03.png);
	text-align:center;
	margin:5px;
}


.sced_content ul{
	display:inline-block;
	overflow:hidden;
	padding:0 6px;
}


.sced_content ul li:first-letter{
	font-size:18px;
	color:green;
	font-weight:bold;
}


.c3_base{
	overflow:hidden;
	margin-bottom:20px;
	
}


.c4_base{
	overflow:hidden;
	margin-bottom:20px;
	
}

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


.c3_base p{
	width:31%;
	float:left;
	color:#000;
	border-right:#CCC 1px solid;
	margin:2px 2px;
	padding-top:2px;
	padding-right:4px;
	overflow:hidden;
}

.c3_base p:last-child{
	border-right:none;
	margin-right:0 !important;
	padding-right:0px;
}

.c3_base p img{
	width:100% !important;
	height:auto !important;
}
	


.c3_base p a{
	font-weight:normal;
}
	



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


.c4_base p{
	width:30%;
	float:left;
	color:#000;
	border-right:#CCC 1px solid;
	margin:2px 2px;
	padding-top:2px;
	padding-right:4px;
	overflow:hidden;
}

.c4_base p:nth-child(3n){
	border-right:none;
	margin-right:0 !important;
	padding-right:0px;
	border:#FFF 1px solid;
}

.c4_base p img{
	width:100% !important;
	height:auto;
	}
	




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


.c5_base .c5_box{
	width:31%;
	float:left;
	color:#000;
	border-right:#CCC 1px solid;
	margin:2px 2px;
	padding-top:2px;
	padding-right:4px;
	overflow:hidden;
	height:148px;
}


.c5_base .c5_box img{
	max-width:100px;
	margin:0 auto !important;
}


.c5_base .c5_box:nth-child(3n){
	border-right:none;
	margin-right:0 !important;
	padding-right:0px;
}

.c5_base .c5_box:last-child{
	border-right:none;
	margin-right:0 !important;
	padding-right:0px;
}



.c5_base .c5_box img{
	width:100% !important;
	height:auto !important;
}
	



p.mb15 img{
	max-width:100% !important;
	height:auto;
}


p.mb15 {
	margin:20px 0 10px !important;
}


p.mb20 img{
	max-width:500px !important;
	height:auto;
}


p.mb20 {
	margin:20px 0 10px !important;
}






.inquiry{
	width:320px;
	margin:0 auto !important;
	overflow:hidden;
}


	
.news{
	margin:5px 0;
	background:#FFF;
	overflow:hidden;
	
}

.news h3{
	border:none;
	overflow:hidden;

}

.news h3 img{
	margin:0px 0 -10px!important;
}

.news dl{
	margin:10px 5px;
	border-bottom:#c4a99c 1px dashed;
}

.news dt{
	padding:6px 5px 5px 12px;
	color:#7f7259;
	font-weight:normal !important;
	font-size:12px;
	background:url(../images/common/arw-01.gif) 0 center no-repeat;
	background-size:11px 11px;
}


.under_box{
	width:300px;
	margin:10px auto;
	overflow:hidden;padding:2px;
}

.under_box li{
	height:40px;
	box-shadow:#999 0 0 2px;
	margin:2px;
	overflow:hidden;
	background-color:#FFF;
}

.under_box li img{
	width:100% !important;
	height:auto !important;
	padding:2px 2px 4px;
}



/*page top*/

#totop{
	text-align:center;
	margin:20px 0px 0px;
	clear:both;
	padding-right:5px;
}

/*----------------sub---------------------*/
#contents-bottom{
	overflow:hidden;
	display:none !important;
}



.visualSub{
	background:url(../img/cts/bg_main_bg_02.png) center top no-repeat;
	background-size:auto 100% ;
	height:88px;

}


.visualSub h2{
	width:320px;
	margin:-10px auto 0;
	text-align:center;
	overflow:hidden;
}


.sub{
	background:url(../img/cts/lower_bg.jpg) center top no-repeat;
	background-size:auto 50px ;
}



.ctitle{
	background:url(../img/cts/ctitle_bg.png) no-repeat;
	background-size:auto 100%;
	font-weight:bold;
	padding:10px;
	height:20px;
	font-size:14px;
	color:#FFF;
	
}


.mb20{
	margin-bottom:20px !important;
}


.em{
	font-weight:bold !important;
}


.lineup_text05{
	font-size:14px;
	font-weight:bold;
	color:#12a19a;
}



.ta1{
	width:100%;
}




.ta1 th{
	padding:5px;
	font-weight:bold;
	background:#fffcdf;
	color:#333;
	border:#ded9cf 1px solid;
}


.ta1 td{
	padding:5px;
	border:#ded9cf 1px solid;
}





.table_inquiry{
	width:100%;
	margin-bottom:30px;
}




.table_inquiry th{
	padding:5px;
	font-weight:bold;
	background:#fffcdf;
	color:#411a0d;
	border:#ded9cf 1px solid;
}


.table_inquiry td{
	padding:5px;
	border:#ded9cf 1px solid;
}



.lineup_text07{
	color:#F90 !important;
	font-weight:bold;
	font-size:14px;
}

.lineup_text04{
	color:#C33 !important;
	font-weight:bold;
	font-size:14px;
}


.step_aro{
	background:url(../img/cts/cts_workflow_aro.jpg) center top no-repeat;
	background-size: 24px;
	height:24px;
}


/*.b01{
	background:url(../img/cts/flow_image1.png) right top no-repeat;
	background-size:auto 100%;
}*/

.step_text{
	position:relative;
}



/*
table.styleN,
table.styleS,
table.styleE {
	width:100%;
	margin-bottom:30px;
	}
table.styleN {
	border:1px solid #8d5027;
	}
table.styleS {
	border:1px solid #8d5027;
	}
table.styleE {
	border:1px solid #8d5027;
	}
table.styleN th,
table.styleS th,
table.styleE th {
	color:#fff;
	padding:5px;
	text-align:center;
	border-top-right-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;  
	-webkit-border-top-left-radius: 5px;  
	-moz-border-top-left-radius: 5px;
	}
table.styleN th {
	background:#8d5027;
	}

table.styleN td,
table.styleS td,
table.styleE td {
	table-layout:fixed;
	padding:5px 10px 5px 10px;
	font-size:13px;
	}
table.styleN td.td1,
table.styleS td.td1,
table.styleE td.td1 {
	width:110px;
	color:#FFF;
	vertical-align:middle;
	border-bottom:1px solid #fff;
	}
table.styleN td.td1 {
	background:#d4c1a5;
	}

table.styleN td.td2,
table.styleS td.td2,
table.styleE td.td2 {
	border-bottom:1px solid #ccc;
	}
table.styleN td.td3,
table.styleS td.td3,
table.styleE td.td3 {
	width:110px;
	color:#FFF;
	vertical-align:middle;
	border-bottom:1px solid #fff;
	}
table.styleN td.td3 {
	background:#d4c1a5;
	}

table.styleN td.td4,
table.styleS td.td4,
table.styleE td.td4 {
	border-bottom:1px solid #ccc;
	}*/
/*0223*/
	


table.styleN{
	width:100%;
	margin-bottom:30px;
	}
table.styleN {
	/*border:1px solid #8d5027;*/
	}
table.styleN th{
	color:#fff;
	padding:5px;
	text-align:center;
	border:#aa7755 1px solid;
	}
table.styleN th {
	background:#8d5027;
	}

table.styleN td{
	table-layout:fixed;
	padding:4px;
	font-size:13px;
	border:#ccc 1px solid;

	
	}
table.styleN td.td1{
	color:#FFF;
	vertical-align:middle;
	border-bottom:1px solid #fff;
	}
table.styleN td.td1 {
	background:#d4c1a5;
	}

table.styleN td.td2{
	border-bottom:1px solid #ccc;
	}
table.styleN td.td3{
	color:#FFF;
	vertical-align:middle;
	border-bottom:1px solid #fff;
	}
table.styleN td.td3 {
	background:#d4c1a5;
	}

table.styleN td.td4{
	border-bottom:1px solid #ccc;
	}
/*0223*/
	





.con-01{
	background:#eee5d4;
	padding:5px;
}


.con-01 p:last-child{
	background:#6a3c2f;
	margin:-5px;
	overflow:hidden;
}


.con-01 p:last-child img{
	margin-bottom:-5px;
}


.comBox_ct img{
	max-width:320px !important;
	height:auto !important;
}






.menu{
	width:47%;
	float:left;
	color:#000;
	margin:5px;
	overflow:hidden;
}


.menu:nth-child(2n){
	float:right;
	margin-left:0px;
}

.menu h4{
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}


.menu p{
	height:120px;
	margin:0px;
	padding:5px;
}

.menu img{
	border:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}





.midashi{
	max-width:640px;
	overflow:hidden;
	margin-bottom:10px;
}





.feedback_box img{
	max-width:100% !important;
	height:auto;
	margin:10px;
}



.feed_image a img{
	width:280px !important;
	height:auto;
}



.pager ul{
	text-align:center !important;
	margin:20px auto;
}


.pager li{
	display:inline;
}






span.now{
	background:#630;
	color:#FFF;
	margin-right:4px;
	padding:0 2px;
}



.question dl{
	border-bottom:#CCC 1px solid;
}



.question dt {
	background:url(../images/faq/faq-icon.jpg) no-repeat 0px 8px;
	background-size:13px 12px;
	padding:4px 4px 4px 22px;

}


.question dd {
	display:none;
	margin:0 0px;
}

.question dd p{
	margin:0px !important;
}
.question dd p img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	
}

.question dd .txt{
	background:url(../images/faq/answer.jpg) no-repeat 0px 0px;
	background-size:27px 24px;
	padding:4px 4px 4px 22px;
	background:#ecf6f8;
} 

.question dd .close{
	text-align:right !important;
	background:#ecf6f8;

}

/*
ul.accordion {}
ul.accordion a { display:block;}
ul.accordion span { display:block; margin-left:5%;}
ul.accordion ul { display:none;}
ul.accordion > li > h3 {cursor:pointer;}
ul.accordion > li > h4 {cursor:pointer;}
ul.accordion > li > ul > li > a { color:#fff;} 

ul.accordion > li > ul > li.q { 
	background:url(../images/faq/icon-q.gif) no-repeat 0px 0px;
	background-size:22px 22px;
	padding:4px 4px 4px 22px;
	border-bottom:1px solid #CCCCCC;
}
ul.accordion > li > ul > li.a { 
	background:url(../images/faq/icon-a.gif) no-repeat 0px 4px;
	background-size:22px 22px;
	padding:4px 4px 4px 22px;
	margin-top:10px;
}


ul.faq li.q { 
	background:url(../images/faq/icon-q.gif) no-repeat 0px 0px;
	background-size:26px 26px;
	padding:4px 4px 4px 30px;
	margin-top:20px;
}
ul.faq li.a { 
	background:url(../images/faq/icon-a.gif) no-repeat 0px 0px;
	background-size:26px 26px;
	padding:4px 4px 4px  30px;
	margin-top:10px;
	border-bottom:1px solid #CCCCCC;
}


ul.accordion h4{
	font-size:12px;
	padding-top:6px;
	
}

*/


#prof-box{
	overflow:hidden;
}

#prof-box dt{
	float:left;
	
}


#prof-box dd{
	/*clear:both;*/
	margin-left:60px;
}


table.infobox{
	width:100%;
	font-size:12px;
}


table.infobox th{
	padding:5px;
	font-weight:bold;
	background:#eee3e1;
	color:#411a0d;
	border:#ded9cf 1px solid;
}


table.infobox td{
	padding:5px;
	border:#ded9cf 1px solid;
}




.area{
	background:#d2edeb;
	color:#333;
	padding:5px;

}

.t_r{
	text-align:right !important;
}


#outwall02 .t_r{
	margin-top:-34px;
	/*background:url(../images/outwall/ow02-photo_02.png) bottom right no-repeat;
	background-size:120px auto;*/
}



.works-list-box{
	overflow:hidden;
}

.works-list-box .photo{
	float:left;
}

.works-list-box p{
	margin:2px;
}

.works-list-box li h4{
	overflow:hidden;
	text-align:left !important;
	padding:2px;
	margin:4px;

}


.works-list-box .photo img{
	width:150px !important;
	height:auto !important;
}
		
.works-list-box li{
	overflow:hidden;
	margin-bottom:20px;
}
	
.works-list-box li:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
/*

.works-list-box {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 637px;
}
.works-list-box ul {
	padding: 20px 0px 30px;
	display: block;
	width: 637px;
	overflow: hidden;
	background: url(../images/works/line.jpg) no-repeat bottom;
}
.works-list-box ul li {
	float: left;
	width: 187px;
	padding: 0px 12px;
	line-height: 1;
}
.works-list-box ul li h4{
	background: url(../images/works/ar.jpg) no-repeat left 5px;
	padding: 5px 0px 18px 20px;
	text-decoration: underline;
}
.works-list-box ul li .photo {
	background: url(../images/works/list-photo-bg.jpg) no-repeat;
	padding: 4px;
}
*/


#photo-area {
	height: 300px;
	width: 290px;
	position: relative;
	overflow:hidden;
}

#photo-area h4{
	padding:0;
	margin:0;
	font-size:12px;
	border-bottom:none;
}
#photo-area #before {
	width:140px !important;
	position: absolute;
	overflow:hidden;
}

#photo-area #before img{
	width:100% !important;
	height:auto !important;
}
	

#photo-area #after {
	position: absolute;
	width:240px;
	right: 0;
	top: 100px;
}
#photo-area #after h4{
	text-align:right !important;
}

#photo-area #after img{
	width:100% !important;
	height:auto !important;
}

#photo-area .arrow {
	position: absolute;
	left: 10px;
	top: 120px;
	z-index: 2;
}


#naiyou {
	/*background: url(../images/works/naiyou-bg.jpg) repeat-y;
	width: 222px;
	position: absolute;
	left: 2px;
	top: 227px;*/
}


#naiyou h5{
	border:none;
	padding:-5px 0 0;
	margin:0;
	background-color:#e6f4f5;
}

#naiyou div {
	margin: 0px auto 0px;
	background-color:#e6f4f5;
	padding:5px 10px 10px;
}


#syousai-box .comment {
	padding: 10px 10px 20px;
	background: url(../images/works/line.jpg) no-repeat bottom;
	
}

#naiyou p{
	margin:-10px 0 0;
}


/*
#gallery {
	padding: 20px 0px 0px;
}
#gallery .kakudai {
	text-align: right;
	padding: 0px 0px 10px;
}

#gallery ul {
	width: 637px;
	overflow: hidden;
	line-height: 1;
	padding: 0px 0px 15px;
}
#gallery ul li {
	display: block;
	float: left;
	padding: 0px 0px 0px 12px;
	width: 146px;
	line-height: 1;
}*/


#gallery .sp3 li {
	width: 32%;
}

#gallery .sp3 li img{
	width:100% !important;
	height:auto !important;
}

.return {
}


#staff li span{
	color:#333 !important;
	margin-top:-36px !important;
	margin-left:-10px;
	display:block;
	padding-bottom:20px;
	text-align:center !important;

}

#staff li{
	overflow:hidden;
	text-align:center;
	margin:20px 0;
}

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

hr{
border: 0;
height:1px;
/*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;
}


.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	

.clearfix{display: inline-block;}


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


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


/*ul*/


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



ul.sp2 li{
	width:49%;
	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;
}



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.photolist.sp3 li img{
	width:100% !important;
	height:auto !important;
	}
	







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


.btn{

}


/*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;
}

}
