@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/*
Theme Name:ＧＨ東京
Theme URI:http://www.gh-tokyo.com/
Description:<br /><a href="http://gh-tokyo.com//">ＧＨ東京</a>のテーマ
Version:1.0
Author:株式会社アイポケット
Author URI:http://www.i-pocket.co.jp/
*/

/*---reset---*/
/*=============================================================================*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td{margin:0; padding:0;}

html,body{background:#FFF; color:#000;}

body{font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

img,object,embed{border:0; vertical-align:top;}

h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}

ul,dl,ol{text-indent:0;}

address,caption,cite,code,dfn,em,th,var{font-style:normal; font-weight:normal;}

sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
* html input,* html textarea,* html select{font-size:100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{font-size:100%;}

/*table{border-collapse:collapse; border-spacing:0; font-size:inherit;}
th,td{text-align:left; vertical-align:top;}*/
caption{text-align:left;}

pre,code,kbd,samp,tt{font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt{font-size:100%; line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt{font-size:108%; line-height:100%;}

input,select,textarea{font-size:100%; font-family:Verdana, Helvetica, sans-serif;}

q:before,
q:after{
	content:'';
}

abbr,
acronym{
	border:0;
	font-variant:normal;
}
* html *{zoom:1;}

/*---base_structure---*/
/*=============================================================================*/
html{
}
body{
	font-size:15px;
	/*text-align:center;*/
	color:#333;
}
#wrapper{
	background: #fff url(img/header_bg.jpg) repeat-x;
	margin:0 auto;
	padding:0;
	/*background:#FFF;*/
}
#header{
	
	width:980px;
	height:100px;
	margin:0 auto;
	padding:15px 0 0;
	position:relative;
}
#contents{
	width:980px;
	margin:10px auto 0;
	padding:0;
	overflow:hidden;
	_text-align:left;
}
/*#main{
	width:730px;
	margin:13px 0 15px 0;
	overflow:hidden;
	float:left;
	display:inline;
	font-size:1em;
	line-height:1.7;
	letter-spacing:1px;
	background:#fff;
}*/
#main{
	width:980px;
	margin:13px 0 15px 0;
	overflow:hidden;
	float:left;
	display:inline;
	font-size:15px;
	line-height:1.7;
	letter-spacing:1px;
	background:#fff;
}
#main_kasou{
	width:980px;
	margin:13px 0 15px 0;
	overflow:hidden;
	float:left;
	display:inline;
	font-size:15px;
	line-height:1.7;
	letter-spacing:1px;
	background:#fff;
}
#side{
	width:230px;
	margin:13px 0 15px;
	padding:0;
	float:right;
	display:inline;
}
#home #main{
	float:left;
}
#home #side{
	float:right;
}

a {
	text-decoration: underline;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color:#069;
}

a.line {
	text-decoration: underline;
	color: #d2433f;
}






em{font-weight:bold;}
/*---general_purpose---*/
/*=============================================================================*/
#contents h2{
	margin:0 0 10px;
}
#contents p{
	line-height:1.5;
}
#main .section p{
	/*margin:0 0 1em;*/
	line-height:1.7;
	overflow:hidden;
}

#contents dd, li{
	line-height:1.5;
}
#topicpath{
	margin:0 0 15px 0;
	font-size:12px;
}
#topicpath a{
	color:
}
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

.rollover a:hover img {
	opacity: 0.7; /* 1.0=100% */
	filter: alpha(opacity=70); /* 100=100% for IE */
}

.clear {
	clear: both;
}


.f_l {
	float: left;
}
.f_r {
	float: right;
}

.center {
	text-align:center;
}


.m_top10 {
	margin-top: 10px;
}
.m_top20 {
	margin-top: 20px;
}

.m_top30 {
	margin-top: 30px;
}

.m_top40 {
	margin-top: 40px;
}


.m_btm10 {
	margin-bottom: 10px;
}
.m_btm20 {
	margin-bottom: 20px;
}
.m_btm30 {
	margin-bottom: 30px;
}
.m_btm40 {
	margin-bottom: 40px;
}

a:active img,a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
a.nofilter:active img,a.nofilter:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}.alignright{
	display:inline;
	float:right;
	margin:0 0 1em 1em !important;
}
.alignleft{
	display:inline;
	float:left;
	margin:0 1em 1em 0 !important;}

.clear{clear:both;}

.red{color:#ff0000;}
.external{width:11px;height:11px;margin:3px;}
.small{font-size:0.85em;}

.imgframe{
	padding:2px;
	border:1px solid #ccc;
}

.section{
	margin-bottom:25px;
	overflow:hidden;
	width:980px;
}
#main .section ul li{
	margin:0 0 3px 15px;
	list-style:disc;
}
#main .section ol li{
	margin:0 0 10px 20px;
	list-style:decimal;
}

/*---header---*/
/*=============================================================================*/
#top{
	padding:1px 0 1px 5px;
	/*background:#ECCDC1;
	border-top:3px solid #ECCDC1;*/
}
#top span{
	width:980px;
	margin:0 auto;
	color:#333;
	font-size:10px;
	text-align:left;
	display:block;
}
#header_nav{
	position:absolute;
	top:-10px;
	right:0;
	font-size:12px;
}
#header_nav li{
	float:left;
	margin-right:10px;
	list-style-type: none
}


.logo{
	position:absolute;
	top:15px;
	left:0;
}
.tel{position:absolute;
	top:30px;
	right:0;
	
}
.form{
	position:absolute;
	top:45px;
	right:265px;
}
.share{
	position:absolute;
	top:10px;
	right:0;
}
.share02{
	position:absolute;
	top:10px;
	right:60px;
}
.share03{
	position:absolute;
	top:10px;
	right:150px;
}
.inq{
	position:absolute;
	top:60px;
	right:0;
}
#h-nav{
	float:right;
	display:inline;
}
#h-nav li{
	float:left;
	margin:0;
	padding:0 0 0 10px;;
	font-size:11px;
	list-style-type:none;
}
#h-nav li a{
	color:#FFF;
}
#mainimg{
	text-align:center;
	width: 980px;
	/*display:none;*/
	clear: both;
	position: relative;
	margin: 10px auto 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid #FFF;

}
#mainimg_kasou{
	text-align:center;
	width: 980px;
	/*display:none;*/
	clear: both;
	position: relative;
	margin: 40px auto 10px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid #FFF;

}

/*---global navi---*/
/*=============================================================================*/

#nav{
	width:980px;
	height:47px;
	margin:0 auto ;
	background:#EFEFEF;}
#nav li{float:left;margin:0;padding:0;position:relative;list-style-type:none;}

.gnavi01{width:205px;height:82px;}
.gnavi02{width:91px;height:82px;}
.gnavi03{width:114px;height:82px;}
.gnavi04{width:83px;height:82px;}
.gnavi05{width:120px;height:82px;}
.gnavi06{width:153px;height:82px;}
.gnavi07{width:137px;height:82px;}
.gnavi08{width:97px;height:82px;}



#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }

#nav ul { top: 42px;
}
#nav li a:active img,#nav li a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
/*ドロップダウン2015*/
ul#nav { 	
	position: relative;
	line-height:1;
	text-align: left; 
	z-index: 10000;
}

ul#nav li { 
	list-style: none;
	float: left;
	position: relative; 
	
}


ul#nav ul { 
	display: none;
	position: absolute;
	width: 160px;
	top:82px;
}

* html ul#navi ul { line-height: 0; }


ul#nav ul a {
	display: block;
	width: 160px;
	background:#fcf1f1;
	color: #5b4302;
	font-weight:bold;
	padding:10px;
	border-bottom: 1px solid #5b4302;
	opacity: 0.8;
	filter: alpha(opacity=80);
	zoom: 1;
	text-decoration: none;
	
}
ul#nav ul a.hover {
	background: #f5dbda;
	

	}

	

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

#footer{
	background: url(img/foot_bg.jpg) top repeat-x;	
	clear:both;
	overflow:hidden;
	font-size:13px;
	line-height:1.7;
	text-align:left;
	color:#333;
	margin-top:50px;

}
#footer a{
	color:#333;
}


#footer ul.list02 li{
	float:left;
	background: url(img/allow01.png) no-repeat 0 5px;
	padding: 0 0 0 15px;
	margin: 10px 0;
	list-style-type: none;
}

#footer ul.list02 li a {
	
	list-style-type: none;
}
#footer ul.list02 li a:hover{
	text-decoration: underline;
	color:#e49a99;
}


/*---footer02---*/
#colophon {
	width:980px;
	margin:0 auto;
	
	
	height: 180px;
	padding: 0px 0px 0;
}

#colophon p{
	line-height: 140%;
}

ul.list02 {
	padding: 0px 0 10px;
}

ul.list02 li {
	display: inline-block;
	font-size:90%;
	border-left: solid 1px;
	padding: 0 10px;
}




p#copyright {
	position:relative;
	margin-bottom:10px;
	font-size: 11px;
	text-align:center;
	color: #fff;
}


#copyright p {
}

/*---side---*/
/*=============================================================================*/
#side .side-section{
	width:230px;
	overflow:hidden;

	margin:0 auto 20px;
}

#side {
	width:230px;
	margin-bottom:20px;
	margin-top:10px;
	
}



#side ul{
	margin:0;
	padding:5px;
	font-weight:normal;
	color:#333;
	font-size:13px;
	border-left:solid 1px #EBCBBF;
	border-right:solid 1px #EBCBBF;
	border-bottom:solid 1px #EBCBBF;
	width:218px;
	
}
#side ul li{
	background: url(./img/li01.jpg) no-repeat 0 5px;
	padding: 0 0 0 15px;
	margin: 10px 0;
	list-style-type: none;
}

#side ul li a {
	text-decoration: underline;
	list-style-type: none;
}
#side ul li a:hover{
	text-decoration: underline;
	color:#e49a99;
}


#side_s02 .alignright{
	margin:0 0 10px;
}
#side_s02 ul{
	margin-top:1em;
	float:left;
	display:inline;
}
#side_s02 ul li{
	margin:0.6em 0;
	padding-left:13px;
	font-size:14px;
	list-style:none;
	clear:both;
	background:url("img/side_s02_ico01.jpg") no-repeat left;
}

#side_s02 ul li a{
	color:#333;
}
#side_s02 div{
	margin:0;
	padding:8px;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}
#side_s05 ul li{
	margin:0;
	padding: 10px 0 10px 23px;
	font-size:13px;
	list-style:none;
	clear:both;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	background:url("img/side_s02_ico01.jpg") no-repeat 10px center;
}
#side_s05 ul li a{
	color:#333;
}
#side_s05 ul li a:hover{
	color:#e49a99;
}
#side_s06 p{
	margin:0 0 10px;
}




/*---home--*/
/*===========================================================================*/
#home #main .section a{
	/*color:#333;*/
}
#home #main .section a:hover{
	/*color:#e49a99;*/
}
#home #main .section h2{
	height:56px;
	margin:0 0 15px;
	padding:10px 0 0 20px;
	color: #036;
	font-size:24px;
	border:none;
	background:url("img/h201.jpg") no-repeat;
}
#home #main .top_property{
	width:360px;
	float:left;
	border:1px solid #CCC;
	padding:10px;
	display:inline;
	margin:0 0 1em 1em !important;
}

#home #main #section01{
}

#home #main #section01 h3{
	padding:3px 15px;
	font-size:14px;
}
#home #main #section01 ul li{
	margin:10px;
	padding:10px;
	height:210px;
	float:left;
	width:445px;
	border:#CCC solid 1px;
	list-style:none;
	/*background:url("img/home_s02_bg01.jpg") no-repeat;*/
}
#home #main #section01 ul li a{
	color:#333;
}
#home #main #section01 ul li h3{
	font-size:15px;
}
#home #main #section01 ul li .photo{
	margin:0 10px 0 0;
	padding:1px;
	border:1px solid #ccc;
	float:left;
}
#home #main #section01 ul li .photo img{
	height:130px;
}














#home #main #section04{
	background:url("img/top_news_back.jpg") no-repeat;
	/*height:400px*/
	
}

#home #main #section04 ul li{
	list-style-type: none;
	line-height:0.6em;
}

#home #main #section04 ul li{
	list-style-type: none;
	line-height:0.6em;
}

#home #main #section04 ul li a{
	text-decoration: underline;
	list-style-type: none;
	line-height:0.6em;
}



.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	border-bottom:1px solid #FFF;
	box-shadow: 3px 3px 3px 1px #ddd;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(img/prev.jpg) no-repeat left center;}
.slider_next {background: #fff url(img/next.jpg) no-repeat right center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
	display:none;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/*---category---*/
/*=============================================================================*/

/*---single---*/
/*=============================================================================*/
#main .section .days{
	margin:0 0 10px;
	padding:5px 0 5px 1em;
	background:-moz-linear-gradient(left center , #DFDFDF, #FFFFFF) repeat scroll 0 0 #DFDFDF;
	background: -webkit-linear-gradient(left, #DFDFDF, #FFFFFF);
	background: linear-gradient(left, #DFDFDF, #FFFFFF);
	line-height:1;
}
#main  h3.h301{
	height:56px;
	margin:0 0 15px;
	padding:10px 0 0 20px;
	color: #036;
	font-size:24px;
	border:none;
	background:url("img/h201.jpg") no-repeat;
}
#main h4.h401{
	margin:0px;
	padding:0px 0 0 10px;
	color: #036;
	font-size:20px;
	border-bottom:dotted #999 1px;
}
#news #main h3{
	margin:15px 0;
	padding:0 0 0 20px;
	color:#926b3d;
	font-size:20px;
	font-weight: bold;
	border-left: 4px solid #e49a99;
}
#news #main p a {
	text-decoration:underline;
	color:#F66;
}
#news #main p a hover{
	text-decoration:underline;
	color:#F33;
}

#artist #main h3 {
	margin:15px 0;
	padding:0 0 0 20px;
	color:#926b3d;
	font-size:20px;
	font-weight: bold;
	border-left: 4px solid #e49a99;
　　　　border-bottom:1px dotted #926b3d
}
#artist #main p a {
	text-decoration:underline;
	color:#F66;
}
#artist #main p a hover{
	text-decoration:underline;
	color:#F33;
}


/*---pages---*/
/*=============================================================================*/
.pankuzu{
	text-align:left;
	margin:0 0 10px 0;
	line-height:1.846153846;
	}
.breadcrumb li{
	float:left;
	list-style:none;
}
.breadcrumb_end{
	clear:both;
}
/*.page #main h3{
	margin-bottom:15px;
	padding:0 0 0 15px;
	color:#000;
	font-size:16px;
	font-weight: bold;
	border-left: 4px solid #e49a99;
	border-bottom: 1px dotted #e49a99;
	
}*/

/*.page #main h3{
	height:36px;/*41*/
	margin:0 0 15px;
	padding:5px 0 0 23px;
	color: #474747;
	font-size:17px;
	border:none;
	background:url("img/common_h301.jpg") no-repeat;
}*/
.page #main h4{
	margin-bottom:10px;
	padding:2px 0 0 30px;
	color:#574f43;
	font-size:15px;
	font-weight: bold;/*
	border:1px solid #CCC;*/
	clear:both;
	background:url("img/common_h401.jpg") no-repeat left;
}





#sitemap #section01 ul{
	margin:0 0 0 50px;
}
#sitemap #section01 ul li{
	margin:8px 0;
	padding-left:15px;
	list-style:none;
	font-weight:normal;
	background:url("img/foot_ico01.jpg") no-repeat left 7px;
}
#sitemap #section01 ul li ul{
	margin:0 0 0 20px;
}
#sitemap #section01 ul li ul li{
	margin:8px 0;
	padding-left:15px;
	list-style:none;
	background:url("img/foot_ico01.jpg") no-repeat left 7px;
}
#sitemap #section01 ul li a:link, a:visited{
	color: #333;
}




#message #section03 .style01{
	text-align:center;
	font-size:15px;
}
#message #section03 dl dt{
	float:left;
}
#message #section03 dl dd{
	margin-left:6.5em;
}



/* お問い合わせフォームのテーブルcontactform7 */
.wpcf7 input[type="text"],
{
    background-color: #fff;
    color: #000;
    width: 70%;
}
#contact table,
#recruit table{
	width:70%;
	margin-bottom:10px;
	margin-left:110px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
}
#contact table tr,
#recruit table tr{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#contact table tr th,
#recruit table tr th{
	padding:7px;
	/*width:11em;*/
	vertical-align: top;
	text-align: left;
	font-weight:bold;
	background: #f5dbda;
	color:#d2433f;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	white-space: nowrap;
}
#contact table tr td,
#recruit table tr td{
	padding: 7px;
	vertical-align: middle;
}
span.wpcf7-list-item {
	margin-left:0 !important;
	margin-right:10px;
	display:block;
	/*float:left;*/
}

/*.wpcf7-form-control-wrap input {
	max-width: 450px;
}*/

/*.wpcf7-form-control-wrap textarea {
	max-width: 450px;
}*/


#w-footer2{
	background:#FFF;
}
#copyright2{

	background:#FFF;
	clear: both;
	color: #333;
	border-top:1px solid #333;
}
#copyright2 a{
	color: #333;
}
/*---btn---*/
#to_bt01 {
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	background: #fff;
	box-shadow: 0 0 2px 2px #e49a99;
	border: 1px solid #FFF;
	font-size: 120%;
	text-align: center;
	color:#fff;
	line-height: 110%;
	width: 340px;
	padding: 5px 0;
	margin: 0 auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
}
#to_bt01 a {
	display: block;
	text-decoration: none;
	color: #d2433f;
	

}
#to_bt01 a:hover {
	display: block;
	text-decoration: underline;
	color: #d2433f;
	

}
#to_bt02 {
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	background: #fff;
	box-shadow: 0 0 2px 2px #71D0FF;
	border: 1px solid #FFF;
	font-size: 120%;
	text-align: center;
	color:#fff;
	line-height: 110%;
	width: 340px;
	padding: 5px 0;
	margin: 0 auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
}
#to_bt02 a {
	display: block;
	text-decoration: none;
	color:#71D0FF;
	

}
#to_bt02 a:hover {
	display: block;
	text-decoration: underline;
	color: #71D0FF;
	

}
#to_bt03 {
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	background: #fff;
	box-shadow: 0 0 2px 2px #EDAA45;
	border: 1px solid #FFF;
	font-size: 120%;
	text-align: center;
	color:#fff;
	line-height: 110%;
	width: 340px;
	padding: 5px 0;
	margin: 0 auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
}
#to_bt03 a {
	display: block;
	text-decoration: none;
	color:#EDAA45;
	

}
#to_bt03 a:hover {
	display: block;
	text-decoration: underline;
	color: #EDAA45;
	

}

/*---pagetop---*/
#pagetop {
    background: #892c2c;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    padding: 10px 10px;
    position: fixed;
    right: 30px;
}


#pagetop a {
	color:#FFF;
	text-decoration: none;
}

#pagetop a:hover {
	text-decoration: underline;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*---title---*/
/*.title01 {
	font-size: 160%;
	font-weight:bold;
	background: url(./img/kasou_title01.jpg);
	line-height: 40px;
	padding-left: 30px;
	padding-top: 12px;
	height: 60px;
	color: #520002;
}*/
.title01 {
	height:81px;
	margin:0 0 15px;
	padding:20px 0 0 80px;
	color: #926b03;
	font-size:24px;
	border:none;
	background:url("img/h301.jpg") no-repeat;
}


.title02 {
	
	margin:0 0 15px;
	padding:10px;
	color: #333;
	font-size:24px;
	/*border-left:5px solid #ccc;*/
	border-bottom:1px dotted #ccc;
}
.title03 {
	
	margin:0 0 15px;
	padding:10px;
	/*color: #d2433f;*/
	color: #333;
	font-size:16px;
	font-weight:bold;
	border:2px solid #e49a99;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	
}
.title02a {
	font-size: 90%;
	padding:5px;
	color: #cc9913;
}
.title02b {
	font-size: 90%;
	padding:5px;
	color: #c30;
}
.title02c {
	font-size: 90%;
	padding:5px;
	color: #036;
}

/*---追加---*/
.pad50 {
	padding:30px 50px 30px 50px;
}
.pad50k {
	padding:0 50px 0 50px;
}

.b_line {
	clear:both;
	width:680px;
	margin-left:140px;
	background: url(./img/ct_line01.gif) bottom repeat-x;
	padding-bottom:50px;
}

#under a {
	text-decoration: underline;
	list-style-type: none;
}
#under a:hover{
	text-decoration: underline;
	color:#e49a99;
}

/*---テーブル/枠---*/
.box_w{
	padding:10px;
	 border:1px solid #E8C6BA;
	background:#fff;
}
.box_kasou {
	text-align: left;
	background: #fff;
	width:450px;
	padding: 10px;
	z-index: 1;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	position:absolute;
	bottom: 20px;
	right: 20px;
	font-size: 15px;
}
table.table01{
	margin-bottom:10px;
	
}
table.table01 tr{
	background:#EFF2F5;
	/*border-bottom:1px dotted #CCC;*/
	text-align:left;
}
table.table01 tr th{
	padding:8px 12px;
	color:#333;
	width:65px
	
}
table.table01 tr td{
	padding:7px;
	text-align:left;
}

table.table02 {
	border-collapse: collapse;
	text-align: left;
	/*width: 100%;*/
	font-size:14px;
	
}



table.table02 th {
	border: #ccc 1px solid;
	padding: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	background: #f5dbda;
	color:#d2433f;
	width:20%;
	}
table.table02 th.th_center {
	border: #ccc 1px solid;
	padding: 10px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	font-size:120%;
	background: #f5dbda;
	color:#d2433f;
}
table.table02 td {
	border: #ccc 1px solid;
	padding: 10px;
	background: #FFF;
	vertical-align: middle;
}


table.table02 .color01 {
	background-color:#e3f9c5;
}

table.table02 .color02 {
	background-color:#c8ebfa;
}


table.table02 {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	font-size:14px;
	
}



table.table02w th {
	border: #ccc 1px solid;
	padding: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	background: #f5dbda;
	color:#d2433f;
	width:20%;
	}
table.table02w th.th_center {
	border: #ccc 1px solid;
	padding: 10px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	font-size:120%;
	background: #f5dbda;
	color:#d2433f;
}
table.table02w td {
	border: #ccc 1px solid;
	padding: 10px;
	background: #FFF;
	vertical-align: middle;
}

/*---サイトマップ---*/
#sitemap #maplist ul li{
	background: url(./img/li01.jpg) no-repeat 0 5px;
	padding: 0 0 0 15px;
	margin: 10px 0;
	list-style-type: none;
}

#sitemap #maplist ul li a {
	text-decoration: underline;
	list-style-type: none;
}
#sitemap #maplist ul li a:hover{
	text-decoration: underline;
	color:#e49a99;
}


/*-- ====== カテゴリーページ ===== */

.ctg{
	
	margin-bottom:20px;
	border:1px solid #ccc;
	padding:10px;
}
.ctg dt{
	float:left;
}
.ctg dd{
	margin:0 0 0 180px;
}
.ctg dd h3{
	font-size:130%;
	border-bottom:1px #ccc dotted;
	padding:0 0 10px 0;
	margin-bottom:10px;
	font-weight:bold;
	color:#926b3d;
}

.ctg02{
	
	margin-bottom:20px;
	
	padding:10px;
}
.ctg02 dt{
	float:left;
}
.ctg02 dd{
	margin:0 0 0 180px;
}
.ctg02 dd h3{
	font-size:130%;
	border-bottom:1px #ccc dotted;
	padding:0 0 10px 0;
	margin-bottom:10px;
	font-weight:bold;
	color:#926b3d;
}
/*-- ====== 画像にシャドウ ===== */
img.shadow_img {
border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.article_photo{
	width:300px;
	margin:13px 15px 15px 0;
	padding:0;
	float:right;
}
/*-- ===物件一覧シングル== */
.article_txt{
	width:600px;
	margin:13px 0 15px 15px;
	float:left;
	float:left;
	font-size:14px;
	line-height:1.7;
	letter-spacing:1px;
}
.article_photo p{
	margin:0 20px 0 0;
}
.article_photo p img{
	width:298px;
	margin:0 3px 0 0;
	padding:1px;
	border:1px solid #ccc;
}
.article_txt .style01{
	width:100%;
	margin:20px 0;
	font-size:13px;
	border-top:1px dotted #CCC;
}
.article_txt .style01 tr{
	border-bottom:1px dotted #CCC;
}
.article_txt .style01 th{
	width:5em;
	padding:3px;
	text-align:center;
	background:#f1f1f1;
}
.article_txt .style01 td{
	padding:3px 8px;
}
.ct_pro{
	height:250px;
	clear:both;
}
