@charset "UTF-8";

/* ========================================================= */
/*                          COUPON							 */
/* ========================================================= */
#main .contents {
	width: 625px;
	margin-top: -15px; /* h3のmargin-topを相殺 */
	padding: 0 15px 15px;
	overflow: hidden;
	}

#main h3.c-title1 {
	width: 625px;
	height: 29px;
	margin: 15px 0;
	padding: 5px 0 0 3em;
	font-size: 108%;
	background: url('../img/bg_h3.jpg') top left no-repeat;
	}

#main h3.c-title2 {
	width: 625px;
	height: 29px;
	margin: 15px 0;
	padding: 5px 0 0 1em;
	font-size: 108%;
	background: url('../../img/bg_title04.gif') top left no-repeat;
	}

#main h4 {
	margin-bottom: 10px;
	padding-left: 2em;
	background: url('../img/bg_h4.gif') 5px no-repeat #97897c;
	color: #fff;
	font-weight: bold;
	}

#main #c-single h4 {
	margin-bottom: 0;
	background: url('../img/bg_h4.gif') 5px no-repeat; /* 単品ご利用〜のh4は背景色なし */
	color: #303030;
	}


/* ------------------------- DOWNLOAD -------------------------- */
#download dl {
	width: 300px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	display: inline;
	}

#download dl dd {
	width: 275px;
	padding-left: 20px;
	text-indent: -1em;
	}


/* ------------------------- C-COURSE -------------------------- */
#c-course .clearfix {
	width: 640px;
	margin-right: -15px;
	}

#c-course .detail {
	width: 305px;
	margin-right: 15px;
	float: left;
	}

#c-course .detail dl {
	margin-bottom: 5px;
	overflow: hidden; /* marginを効かせるため */
	}

#c-course .detail dl dt {
	width: 124px;
	float: left;
	}

#c-course .detail dl dt img {
	padding: 1px;
	background: #fff;
	border: 1px solid #9E856A;
	display: block;
	}

#c-course .detail dl dd {
	width: 79px;
	width: _175px;
	padding-left: 96px;
	float: right;
	}

#c-course .detail dl dd.text {
	width: 175px;
	height: 100px;
	padding: 0;
}

#c-course .detail dl dd a {
	width: 79px;
	text-align: right;
	display: block;
	}

#c-course .detail p {
	margin-bottom: 15px;
	text-align: center;
	clear: both;
}

#c-course .detail p span {
	font-weight: bold;
	color: #F60;
	}

/* ------------------------- C-PLUS -------------------------- */
#c-plus .clearfix {
	width: 636px;
	margin-right: -12px;
	}

#c-plus .detail {
	width: 200px;
	margin: 0 12px 10px 0;
	font-size: 12px;
	_font-size: 10px;
	float: left;
	}

html>/**/body #c-plus .detail {
	font-size: 10px; /* IE8用ハック */
	}

#c-plus .detail h4 {
	font-size: 12px;
	}

* html #c-plus .detail h4 {
	font-size: 12px; /* IE6用ハック */
	}

#c-plus .detail dl dt {
	width: 78px;
	float: left;
	}

#c-plus .detail dl dd {
	width: 78px;
	width: _112px;
	padding-left: 33px;
	float: right;
	}

#c-plus .detail dl dd.text {
	width: 112px;
	height: 100px;
	padding: 0;
}

#c-plus p span {
	font-weight: bold;
}


/* ------------------------- C-ETC -------------------------- */
#c-etc .clearfix {
	width: 640px;
	margin-right: -15px;
	}

#c-etc .detail {
	width: 305px;
	margin-right: 15px;
	float: left;
	}

#c-etc .detail dl dt {
	width: 120px;
	float: left;
	}

#c-etc .detail dl dd {
	width: 175px;
	float: right;
	}

#c-etc p {
	margin-top: 10px;
	_margin-top: 0px;
	}


/* ------------------------- C-CAUTION -------------------------- */
#coupon .c-caution p {
	margin-bottom: 15px;
	text-align: center;
	font-size: 112%;
	font-weight: bold;
	}

#coupon .c-caution ul {
	margin-left: 2.5em;
	list-style: disc outside;
	}

#coupon .c-caution ol {
	margin-left: 2.5em;
	list-style-position: outside;
	}


