@charset 'UTF-8';

@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(navi.css);




/* -----------------------------------------------------------------------------
>> header
----------------------------------------------------------------------------- */

.header_about{
 	width:100%;
	height:280px;
	background:url(/img/pc/parts/header_shirakomaike.jpg) no-repeat;
	background-position:center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#DBDAD5;
	position:relative;
	border-bottom: 8px solid #DBDAD5;
}

/* -----------------------------------------------------------------------------
>> main-content
----------------------------------------------------------------------------- */
h2{
	width:630px;
	height:36px;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	margin: 10px 0px 60px 0px;
	background:url(/img/pc/title/title_adr.gif) no-repeat;
}

h2.adr_01{background:url(/img/pc/title/title_adr_01.gif) no-repeat;}
h2.adr_02{background:url(/img/pc/title/title_adr_02.gif) no-repeat;}
h2.adr_03{background:url(/img/pc/title/title_adr_03.gif) no-repeat;}
h2.adr_04{background:url(/img/pc/title/title_adr_04.gif) no-repeat;}
h2.adr_05{background:url(/img/pc/title/title_adr_05.gif) no-repeat;}
h2.adr_06{background:url(/img/pc/title/title_adr_06.gif) no-repeat;}
h2.adr_07{background:url(/img/pc/title/title_adr_07.gif) no-repeat;}


h3,h4{
	color:#333;
}

h3{
	height:50px;
	font-size:24px;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
	margin: 0px 0px 30px 0px;
	/* background:url(/img/pc/title/h3_about_bg.gif) no-repeat; */
}

h4.none_border {
	height: 40px;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	background: url(/img/pc/icon/icon_dice_business.gif) no-repeat;
	background-position: 0px 13px;
	padding: 5px 0px 0px 35px;
	margin: 10px 0px 0px 15px;
	border: none;
}
h4{
	height:40px;
	font-size:20px;
	line-height:36px;
	font-weight:bold;
	background:url(/img/pc/icon/icon_dice_about.gif) no-repeat;
	background-position:10px 13px;
	padding: 5px 0px 0px 45px;
	margin: 10px 0px 15px 0px;
	border-top: 1px dashed #C88140;
	border-bottom: 1px dashed #C88140;
}

#pageIndx{
	font-size:12px;
	border: 1px solid #E8CBB0;
	background-color:#F5F4ED;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#pageIndx p{	background-color:#E8CBB0;}
#pageIndx p img{ padding: 10px 0px 5px 20px;}

#pageIndx ul{ padding: 15px 0px 15px 20px;}
#pageIndx li {
	background:url(/img/icon/icon_diamond.gif) no-repeat;
	background-position:3px 3px;
	padding: 5px 20px 5px 25px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	line-height:140%;
}

#pageIndx li a {
	display:block;
	color:#000;
	text-decoration:none;
}
#pageIndx li a:hover{
	color:#C88140;
}

article.subPage li {
	padding-bottom: 15px;
}

.adr_taitle {
	height: 100px;
	padding-left: 20px;
	margin-bottom: 20px;
	/*background: url(/img/pc/title/adr_taitle.gif) no-repeat center/99%;*/
}




/* テーブルの設定 */
/* table.shibu th:first-child {
	border-left: 1px solid #DBDAD5;
}
table.shibu th:last-child {
	border-right: 1px solid #DBDAD5;
} */
table.shibu th {
	color: #fff;
	padding:10px;
	background: #666;
	font-weight: bold;
	/* border-top: 1px solid #DBDAD5;
	border-bottom: 1px solid #DBDAD5; */
	border : 1px solid #DBDAD5;

	line-height: 120%;
	vertical-align: middle;
}
table.shibu tr td{
	vertical-align: middle;
	padding: 10px;
}


#dl_indx dl {
	width: 620px;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	background-color: #F5F4ED;
}
#dl_indx dt {
	font-size: 16px;
	float: left;
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	border-left: 1px solid #CECECE;
}
#dl_indx dd {
	text-align: right;
	padding: 10px 20px 5px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
}
#dl_indx dt a {
	color: #000;
	text-decoration: none;
}
/* .indx_link ul li {
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    list-style: none;
    background: url(/img/icon/icon_arrow_for_mem.png) no-repeat 12px 50%;
    border-bottom: 1px dashed #B1B7D8;
    padding: 5px 0px 5px 45px;
    clear: left;
}
.indx_link ul li a {
    color: #020067;
    text-decoration: none;
} */


.about_point {
	width: 630px;
	border: 1px solid #E8CBB0;
}

article .about_point p {
	margin: 0 35px 20px;
}

.tel {line-height: 2;}
.tel span {font-size: 30px;}
.comment_s {font-size:12px;}
/* -----------------------------------------------------------------------------
>> 汎用クラス
----------------------------------------------------------------------------- */

.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }
.clear  { clear: both; }
.red {color: red;}
.comment {
	font-size: 13px;
	display: block;
	float: right;
}
