@charset "utf-8";

/* =typography
---------------------------------------------- */
body, input, textarea {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;}

body {
	color: #2c190b;
	font-size: 11px;
	line-height: 1.618em;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}


p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 14px;
}

ul {
	list-style: none;
}




/* =link
----------------------------------------------- */
a {
	color: #3ab1d7;
	text-decoration: none;
}

a:hover {
	color: #3ab1d7;
}

 a.arrow {
	padding-left: 12px;
}

a img {
	line-height: 0;
	display: block;
}



/* =Common Class
----------------------------------------------- */
.opacity a:hover img {
	opacity: 0.9;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color: #E60012;
}

.alignR {
	text-align: right;
}



/* =layout
---------------------------------------------- */
body {
	background: #FFF;
	padding: 0 24px;
	text-align: center;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#pageHeader {
	height: 88px;
	margin: 0 0 16px;
    padding: 0 10px;
	border-bottom: 1px solid #000;
}

#contents {
/*	min-height: 520px;*/
    padding: 0 10px;
    position: relative;
}



.bannerArea {
	height: 198px;
    padding: 0 10px;
}

#pageFooter {
	padding: 0 10px 11px;
}





/* =contents
----------------------------------------------- */
.box {
	margin-right: 10px;
	border: 2px solid #ec9000;
}

section {
	margin-bottom: 10px;
	position: relative;
}

article {
	margin-bottom: 10px;
}

article ul {
	padding-top: 11px;
	border-top: 1px solid #ccc;
}

article ul li {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0 10px 8px;
	border-bottom: 1px dotted #ccc;
}

article dl {
	font-size: 12px;
}

article dl dt {
	width: 7em;
	float: left;
}

article dl dd {
	margin-left: 7em;
}

.imgArea {
	width: 314px;
	padding-top: 10px;
	border-top: 2px solid #e38c13;
	float: left;
}

.imgArea img {
	border: 1px solid #e38c13;
	display: block;
}

.textArea {
	width: 800px;
	float: left;
}

.textArea h1 {
	color: #333;
	height: 12px;
	padding-bottom: 10px;
}

.halfCol {
	width: 470px;
}

.Col {
	width: 800px;
}


/* =toTop
---------------------- */
.toTop {
	clear: both;
	margin: 10px 0 10px;
	padding: 0 10px;
}

.toTop.last {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.toTop a {
	float: right;
}

#contents .toTop {
	padding: 0;
}



/* =price
----------------------------------------------- */
#price #pageHeader {
	margin-bottom: 25px;
}

.halfCol {
	margin-bottom: 15px;
}

.halfCol section {
	margin-bottom: 0;
}

.halfCol section h1 {
	font-size: 12px;
	font-weight: normal;
	width: 120px;
	padding-top: 9px;
	border-top: 2px solid #3ab1d7;
	float: left;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height: 16px;
}

.halfCol section ul {
	width: 330px;
	margin-left: 140px;
	padding-top: 9px;
	border-top: 1px solid #ccc;
}

.halfCol section ul li {
	font-size: 12px;
	height: 17px;
	margin-bottom: 8px;
	padding: 0 0 6px;
	border-bottom: 1px dotted #ccc;
}

.halfCol section ul li.last {
	margin-bottom: 0;
	border-bottom: none;
}

.halfCol section ul li dl dt {
	width: 60%;
	float: left;
}

.halfCol section ul li dl dd {
	width: 40%;
	margin-left: 60%;
	text-align: right;
}









/* =Clearfix
----------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
