/* detail.css */

@charset "UTF-8";


/* ヘッダ
---------------------------------------------------- */
#plan-menu {
	text-align: center;
	height: 15px;
	background: #ffffff;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	display: block;
}
#plan-menu a {
	margin: 0;
	padding: 0 5px;
}

/* コンテンツ
---------------------------------------------------- */
#contents {
	width: 100%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-align: center;
}
#contents h1 {
	text-align: center;
	line-height: 0;
	margin: 20px auto 10px auto;
	padding: 0;
}
#contents h2 {
	color:#80294b;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	line-height: 0.75em;
	letter-spacing: 1px;
	margin: 5px auto;
	padding: 0;
}
#contents p {
	color: #666666;
	font-size: 0.625em;
	line-height: 150%;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 0.625em 0;
}
.line {
	font-size: 0;
	line-height: 0;
	margin: 30px auto;
	padding: 0;
	clear:both;
}




#footer #adrs1 {
	margin: 0 0 0 0;
	padding: 0.8em 0 0.8em 0;
	text-align: center;
	font-size: 0.6875em;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	letter-spacing: 0.0625em;
	line-height: 0.6875em;
	background: #ffffff;
}
#footer #adrs2 {
	margin: 0 0 0 0;
	padding: 0 0 1.6em 0;
	text-align: center;
	font-size: 0.6875em;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	letter-spacing: 0.0625em;
	line-height: 0.6875em;
	background: #ffffff;
}

