@charset "utf-8";

/* その他ページ　テンプレート
=========================================================================*/
h1{
	clear:both;
	margin:0 0 30px;
	padding:30px 0 20px;
	width:940px;
	font-size:167%;
	font-weight:bold;
	color:#DF0247;
	border-bottom:4px solid #EFEFEF;
}
h2{
	clear:both;
	margin:0 0 20px;
	padding:15px 0 10px;
	width:940px;
	font-size:122%;
	font-weight:bold;
	border-bottom:1px solid #C1C1C1;
}
h3{
	clear:both;
	margin:0 0 10px;
	font-size:92%;
	font-weight:bold;
}
.paragraph{
	clear:both;
	margin:0 0 30px;
	font-size:92%;
	line-height:180%;
	color:#1F1912;
}
.paragraph img.left{
	float:left;
	margin:0 20px 10px 0;
}
.paragraph img.right{
	float:right;
	margin:0 0 10px 20px;
}

.tableTitle{
	clear:both;
	margin:0 0 10px;
	font-size:92%;
	font-weight:bold;
	line-height:100%;
}
.normalTable{
	clear:both;
	margin:0 0 30px;
	border:1px solid #C1C1C1;
	font-size:92%;
}
.normalTable td,
.normalTable th{
	padding:5px 8px;
	border:1px solid #C1C1C1;
	line-height:180%;
}
.normalTable th{
	background:#EFEFEF;
}
.normalTable td img.left{
	float:left;
	margin:0 20px 20px 0;
}
.normalDL{
	clear:both;
	margin:0 0 15px;
	padding:0 0 15px;
	width:940px;
	border-bottom:1px dotted #C1C1C1;
	overflow:hidden;
}
.normalDL dt{
	float:left;
	margin:0 20px 0 0;
	width:180px;
	font-weight:bold;
	color:#1F1912;
}
.normalDL dd{
	float:left;
	width:740px;
	font-size:92%;
	line-height:160%;	
}

.anchorLink{
	clear:both;
	margin:0 0 30px;
	overflow:hidden;
}
.anchorLink li{
	float:left;
	margin:0 25px 0 0;
	padding:1px 0;
	line-height:100%;
}
.anchorLink li a{
	padding:0 0 0 13px;
	background:url(/images/icon/icon_anchor.gif) no-repeat 0 4px;
}
.normalListDisc{
	margin:0 0 10px 0;
	padding:0;
}
.normalListDisc li{
	margin:0 0 4px 10px;
	list-style:disc;
	list-style-position:inside;
}
.normalListNumber{
	margin:0 0 20px;
	padding:0 0 0 20px;
}
.normalListNumber li{
	margin:0 0 4px;
	list-style:decimal-leading-zero;
}
.normalListAlpha{
	margin:0 0 20px;
	padding:0 0 0 20px;
}
.normalListAlpha li{
	margin:0 0 4px;
	list-style:lower-alpha;
}
.normalDIV{
	margin:0 0 20px;
	overflow:hidden;
}


/* その他ページ　テンプレート 2カラム用
=========================================================================*/
#colomn2 h1{
	clear:both;
	margin:0 0 30px;
	padding:30px 0 20px;
	width:700px;
	font-size:167%;
	font-weight:bold;
	color:#DF0247;
	border-bottom:4px solid #EFEFEF;
}
#colomn2 h2{
	clear:both;
	margin:0 0 20px;
	padding:15px 0 10px;
	width:700px;
	font-size:122%;
	font-weight:bold;
	border-bottom:1px solid #C1C1C1;
}
#colomn2 h3{
	clear:both;
	margin:0 0 10px;
	font-size:92%;
	font-weight:bold;
}
#colomn2 .paragraph{
	clear:both;
	margin:0 0 30px;
	width:700px;
	font-size:92%;
	line-height:180%;
	color:#1F1912;
}

#colomn2 .paragraph img.left{
	float:left;
	margin:0 20px 20px 0;
}

#colomn2 .tableTitle{
	clear:both;
	margin:0 0 10px;
	font-size:92%;
	font-weight:bold;
	line-height:100%;
}
#colomn2 .normalTable{
	clear:both;
	margin:0 0 30px;
	border:1px solid #C1C1C1;
	font-size:92%;
}
#colomn2 .normalTable td, .normalTable th{
	padding:5px 8px;
	border:1px solid #C1C1C1;
	line-height:180%;
}
#colomn2 .normalTable th{
	background:#EFEFEF;
}
#colomn2 .normalTable td img.left{
	float:left;
	margin:0 20px 20px 0;
}
#colomn2 .normalDL{
	clear:both;
	margin:0 0 15px;
	padding:0 0 15px;
	width:700px;
	border-bottom:1px dotted #C1C1C1;
	overflow:hidden;
}
#colomn2 .normalDL dt{
	float:left;
	margin:0 20px 0 0;
	width:180px;
	font-weight:bold;
	color:#1F1912;
	line-height:1.6em;
}
#colomn2 .normalDL dd{
	float:left;
	width:500px;
	font-size:92%;
	line-height:160%;	
}

#colomn2 .anchorLink{
	clear:both;
	margin:0 0 30px;
	overflow:hidden;
}
#colomn2 .anchorLink li{
	float:left;
	margin:0 25px 0 0;
	padding:1px 0;
	line-height:100%;
}
#colomn2 .anchorLink li a{
	padding:0 0 0 13px;
	background:url(/images/icon/icon_anchor.gif) no-repeat 0 4px;
}


/* サイトマップ
=========================================================================*/
.sitemapBox{
	margin:0 0 15px;
	padding:0 0 15px;
	overflow:hidden;
	border-bottom:1px dotted #C1C1C1;
	clear: both;
}
.sitemapBox h3,
.sitemapBox .sitemapList li{
	float:left;
	margin:0 15px 10px 0;
	width:220px;
	clear:none;
}
.sitemapBox .sitemapList{
	float:left;
}
.sitemapBox .sitemapList li a:link, .sitemapBox .sitemapList li a:visited{
	color:#333;
}
.sitemapBox .sitemapList li a:hover, .sitemapBox .sitemapList li a:active{
	color:#DF0247;
}









/*=============================

ここから AMO 追記

=============================*/

/* 汎用スタイルとして定義
-----------------------------*/
p.capTxt{
	font-size:107%;
	font-weight:bold;
}
p.leadTxt{
	font-size:107%;
	font-weight:bold;
	margin-bottom:20px;
}
.largeDIV{
	margin:0 0 40px;
	overflow:hidden;
}
.smallDIV{
	margin:0 0 10px;
	overflow:hidden;
}
.horizonLineTable{
	clear:both;
	font-size:92%;
	width:700px;
	margin:0 0 50px;
	text-align: left;
}
.horizonLineTable tbody{
	border-top:1px solid #C1C1C1;
}
.horizonLineTable th,
.horizonLineTable td{
	padding:5px 2px 5px 0;
	border-bottom:1px dotted #C1C1C1;
	line-height:160%;
}
.horizonLineTable th {
	width:160px;
}
.clearTable{
	clear:both;
	margin:0 0 10px;
	width:700px;
}
.clearTable tbody{
	border-top:1px dotted #C1C1C1;
}
.clearTable th,
.clearTable td{
	padding:5px 0; 
	line-height:160%;
	font-size:114%;
	border-bottom:1px dotted #C1C1C1;
}
.tabNavi{
	margin:0 0 10px;
	width:700px;
	height:30px;
	border-bottom:4px solid #201911;
}
.tabNavi ul{
	width:940px;
	overflow:hidden;
}
.tabNavi li{
	float:left;
	margin:0 5px 0 0;
	height:30px;
	background:#201911;
	text-align:center;
	color:#FFF;
}
.tabNavi li span{
	display:block;
	padding:10px 40px 0;
	font-weight:bold;
}
.tabNavi li a{
	display:block;
	padding:10px 40px 0;
	height:20px;
}
.tabNavi li a:link{
	background:#EFEFEF;
}
.planNavi li a:visited{
	background:#EFEFEF;
}
.tabNavi li a:hover, .planNavi li a:active{
	background:#DDD;
}

/* fee.html に対してのみ使用
-----------------------------*/
.advantage{
	overflow:hidden;
	margin-bottom:50px;
}
.advantage img{
	float:left;
	margin:0 10px 15px 0;
}
.advantage p{
	margin-bottom:5px;
}
.advantage dl{
	width:320px;
	padding-right:40px;
	float:left;
}
.advantage dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.advantage dl dd{
	font-size:11px;
}
.legend{
	clear:both;
	font-size:92%;
	margin:0 0 50px;
	width:700px;
	text-align: left;
}
.legend{
	border:3px solid #C1C1C1;
}
.legend th,
.legend td{
	padding:7px 10px;
	line-height:120%;
	border:1px solid #C1C1C1;
}
.legend span{
	font-size:85%;
	color:#666;
}
.legend b{
	color:#DF0247;
}


/* otoiawase.html に対してのみ使用
-----------------------------*/
.inquiry{
	margin-bottom:40px;
	padding:20px 0 20px 0;
	overflow:hidden;
	border-bottom:4px solid #EFEFEF;
	width:694px;
}
.inquiry img{
	float:left;
	margin:0 10px 15px 0;
}
.inquiry p{
	margin-bottom:5px;
}
.inquiry dl{
	float:left;
	width:320px;
	padding-left:15px;
}
.inquiry dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.inquiry dl dd{
	font-size:11px;
}
.inquiryTable {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.inquiryTable th {
	padding: 0.3em 10px;
	border: 1px solid #FFF;
	background-color: #E5E5E5;
}
.inquiryTable td {
	padding: 10px;
	border: 1px solid #FFF;
	background-color: #E5E5E5;
	color:#666;
}
.inquiryTable span{
	font-size:85%;
	color:#FF3300;
}
.selectInquiry li{
	float:left;
	margin-right:13px;
}
.creatorImg li{
	float:left;
	margin-right:3px;
	text-align:center;
	font-size:85%;
}
.creatorImg img{
	margin-bottom:3px;
}

/* concierge.html に対してのみ使用
-----------------------------*/
#mainImg{
	margin:0;
	padding:4px 0 0;
	width:100%;
	height:186px;
	background:#EFEFEF;
}
#mainImgInner{
	margin:0 auto;
	width:932px;
	height:182px;
}
#colomn2 .listTitle{
	margin:0 0 10px;
	font-weight:bold;
	line-height:100%;
}
