/*---------------------------------
list.html
基本設定
----------------------------------*/
/**/
#mynbContents {
	width:860px;
	margin: 0 auto;
}

/************/

/* -----------------------
mynbSection
----------------------- */
.mynbSection {
	width:760px;
	margin: 0 auto 0;
	padding-top:10px;
}
/* FtrArea */
.FtrArea {
	width:700px;
	margin: 0 auto;
}
.FtrArea .Inner {
	margin:20px 0;
}

.FtrArea .Inner .L {
	float:left;
}
.FtrArea .R {
	float:right;
	width:340px;
	background-color:#fdf3da;
	border-radius:4px;
	padding:15px;
}
.FtrArea .R .ttl {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	border-bottom:solid 2px #fec744;
	padding:0 2px 12px 2px;
}
.FtrArea .R .txt{
	padding:10px 2px 0 2px;
}

/* subFtrArea */
.subFtrArea {
	width:700px;
	margin: 70px auto;

}
.subFtrArea .Ftrttl {
	font-size:18px;
	font-weight: bold;
	line-height:1.3;
	margin-bottom:20px;
}
.subFtrArea .Ftrttl span.ttlL {
	display:inline-block;
	text-align:center;
	color:#fec744;
	background-color: #333;
	border-radius: 20px;
	float:left;
	width:100px;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.subFtrArea .Ftrttl span.ttlR {
	display:inline-block;
	float:left;
	width:550px;
	padding-top:7px;
}

.subFtrArea .L {
	width:330px;
	float:left;
}
.subFtrArea .R {
	float:right;
	width:340px;

}

/**/

/*----------------------------
------------------------------*/
h1 {
	font-size: 200%;
	font-weight: bold;
	text-align:center;
	border-bottom:solid 4px #fec744;
	padding-bottom: 5px;
}
h2 {
	font-size:145%;
	font-weight: bold;
	text-align:center;
	background-color: #fec744;
	border-radius: 20px;
	margin-bottom:30px;
	padding:5px 0;
}

/*----------------------------
お問い合わせ
------------------------------*/
.infoSection {
	margin:80px 0 40px;

}

#info {
	background-color: #eeeeee;
	border: 1px solid #666666;
	font-size: 12px;
	margin: 20px auto 0;
	padding: 0 0 5px;
	width: 420px;
}
#info p.ttl_1 {
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
	text-align: center;
}
#info p.ttl_2 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}
#info .infoIn {
	margin: 0 auto;
	width: 400px;
}
#info p.tell {
	text-align: left;
}
#info p.time {
	padding-left: 5em;
	text-align: left;
	text-indent: -5em;
}

/*----------------------------
NoteBox
------------------------------*/
.NoteBox{
	border: 2px solid #ff9174;
	background-color: #fff9ef;
	margin: 0 0 0 30px;
	padding: 30px;
	min-height:170px;
}

/* -----------------------------
その他 
--------------------------------*/

.txtLeft{text-align:left;}
.txtCenter{text-align:center;}
.txtRight{text-align:right;}
.ltxt{font-weight:bold;
	font-size:120%;
	line-height:1.8;}
.red {color:#dd0000;}
.l_blue{color:#0086d1;}
.pink{color:#ea6182;}
.b {font-weight:bold;}

.btArrow {
	color:#fdbb1f;
	font-size:150%;
	display:inline-block;
	padding-left:30%;
}
