@charset "utf-8";

.supCo {
	font-family:'メイリオ',meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}

body {
	color:#4d4d4d;
	background:#f8f6f3 url(../images/bg_body.png) left top repeat-x;
}

#container {
	width:716px;
	margin:21px auto;
	background:url(../images/bg_container.png) center top repeat-y;
}

#cInner {
	padding:10px 30px;
	background:url(../images/bg_container_head.jpg) left top no-repeat;
}

#yTitle {
	margin:0 auto;
	text-align:center;
}

#yTitle span {
	display:block;
	padding:30px 0 8px;
	color:#69001e;
	font-size:142%;
	line-height:20px;
}

#headDes {
	padding:50px 12px 17px;
	color:#69001e;
	font-size:109%;
}

* html #headDes {
	zoom:1;
}

#mainFlow {
	padding:25px 8px 30px;
	background:url(../images/dotline.png) left top repeat-x;
}

#mainFlow ol {
	overflow:hidden;
	width:614px;
	height:154px;
	margin:0 auto;
	background:url(../images/yutai_flow.png) left top no-repeat;
	text-indent:-999em;
}


.section {
	padding:14px 8px 11px;
	background:url(../images/dotline.png) left top repeat-x;
}

.section h2,
.section .imageCut {
	float:right;
	width:471px;
}

.section .imageCut {
	padding:0 0 10px;
}

.section h2 {
	padding:0 0 12px;
}

.section .brLogoArea {
	float:left;
	width:147px;
	/*padding:20px 0 0;*/
	text-align:center;
}

.section .brLogoArea .logo {
	padding:0 0 11px;
}

.section .brLogoArea .btn {
	padding:0 0 3px;
}

.section .detailArea {
	clear:both;
	background:url(../images/yutai_sp_bg.png) left top repeat-y;
}

.section .detailArea ul {
	padding:11px 13px 0;
}

.section .detailArea li {
	margin-left:1em;
	text-indent:-1em;
}

.section .detailArea ul strong {
	color:#da0058;
}

* html .section .detailArea li {
	margin-left:0;
	padding-left:10px;
}

*:first-child+html .section .detailArea li {
	margin-left:0;
	padding-left:10px;
}

.section .detailArea li:first-letter {
	font-family:'メイリオ',meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.section .detailArea .caution {
	padding:2px 14px 0;
	font-size:84%;
}

.section .detailArea .btm {
	margin:8px 0 0;
	padding:0 2px;
	background:url(../images/yutai_sp_btm.png) left bottom no-repeat;
	text-align:center;
}

.section .detailArea .btm p.caution {
	padding:7px 0 0;
	color:#da0058;
	background:url(../images/dotline.png) left top repeat-x;
	font-size:92%;
	font-weight:bold;
	line-height:1.3;
}

.section .detailArea .btm p.btn {
	padding:5px 0 10px;
}

#footer {
	padding:10px 10px 0;
	color:#999;
	background:#f8f6f3 url(../images/bg_container_foot.png) center top no-repeat;
	font-size:84%;
	text-align:right;
}




