@charset "utf-8";

/* =======================================

	plan CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.base
 
 ========================================== */

/* 1.base
========================================== */
html, body {
	color: #111111;
	background-color: #F9F7F3;
	height: 100%;
}
body { 
	font-size: 90%;
	/*width: 585px;*/
	margin: 15px 20px 0 18px;
	padding: 0;
	}

body.popup h1 {
	background: url(../../images/base/tl_bg_02.gif) no-repeat 0 bottom;
	width: 100%;
	margin: 5px auto 15px;
    padding: 4px 5px 5px 0;
	font-size: 138.5%;
	line-height: 1.5;
	text-indent: 1.0em;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	clear: both;
}
body.popup h2 {
	margin: 5px 0 5px 5px;
	font-size: 116%;
	line-height: 1.5;
	font-weight: normal	;
	clear: both;
}
body.popup h3 {
	margin: 0 0 5px;
	padding: 10px 0 0 10px;
	font-size: 108%;
	line-height: 1.5;
	font-weight: normal	;
	clear: both;
}

body.popup .mark {
	/*height: 100%;*/
	background: url(../../images/base/mark_01.gif) no-repeat 10px center;
    padding: 3px 5px 0 12px;
	/*margin: 10px auto 8px;
	font-size: 146.5%;*/
	line-height: 1.36;
	text-indent: 1.0em;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	clear: both;
}

body.popup .border-b {
	border-bottom: 1px solid #333;
}
body.popup .border-dot {
	background: url(../../images/base/dot_01.gif) top repeat-x;
	height: 1px;
}

body.popup ul {
	font-size: 100%;
	margin: 10px 0 0 30px;
}
body.popup ul li {
	margin: 0 0 8px;
	list-style-type: disc;
}

.ocher {
	background-color: #7D6324!important;
	border-bottom: 1px solid #E0DFDE;
}/*黄土色*/
.p16-t{ padding-top: 16px!important; }

/* table */
body.popup table.border {
	border-collapse:collapse;
	margin: 10px 0 15px 15px;
	font-size: 100%;
	border: 1px solid #E0DFDE;
}
body.popup table.border th p {
	background-color: #7D6324;
	vertical-align: middle;
	padding: 10px 5px 10px 30px;
	color: #FFF;
	font-weight: normal;
	display: block;
}
body.popup table.border td {
	border: 1px solid #E0DFDE;
	/*line-height: 1.6 !important;*/
	background-color: #F9F7F3;
	padding: 10px 5px 10px 35px;
}
body.popup table.border td p {
	padding-left: 2px;
}

body.popup table.noborder {
	margin: 10px 0 15px 15px;
	/*font-size: 93%;*/
	line-height: 1.46;
	background-color: #FFF;
	padding: 10px 20px 10px 25px;
}

body.popup table.menu_img {
	margin: 10px 0;
}
body.popup table.menu_img td {
}