@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/css/blogstyle.css";/* blog control style */
@import "thickbox/thickbox.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

/*
===== 2: mainArea ===========================
*/

div#main_img {
	background: url(images/main_img.jpg) no-repeat center top;
	width: 900px;
	height: 347px;
}
.blogEntry {
	margin-top: 25px;
}
.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat center top;
	width: 630px;
	height: 52px;
}
.blogEntryHeader h2 {
	border: none;
	padding: 25px 0 0 5px
}
.blogEntryBody {
	background: url(images/entryBody.gif) repeat-y center top;
	padding: 20px 35px;
	width: 560px;
}
.blogEntryBottom {
	padding: 0px 35px;
	background: url(images/entryBottom.gif) no-repeat center top;
	width: 560px;
	height: 31px;
}

.leftCol {
	float: left;
	width: 210px;
}
.rightCol {
	float: right;
	width: 330px;
}

.hr-line {
	border-top: #dcdcdc 1px dotted;
	height: 1px;
	margin: 15px 0;
	clear: both;
}

.priceBox {
	border-bottom: #2010d5 1px solid;
	padding-bottom: 2px;
	margin-left: 80px;
	margin-bottom: 1em;
	width: 230px;
}
.price {
	font-size: 123.1%;
	font-weight: bold;
}
.inqBtn {
	margin-left: 80px;
}
ul.entryNavi {
	margin-top: 1em;
	zoom: 1;
}
ul.entryNavi li {
	font-size: 93%;
	float: left;
	background: url(/themes/concept/images/share/bottomLink_border.gif) no-repeat 0 4px;
	padding-left: 6px;
	margin-left: 6px;
}
ul.entryNavi li.firstChild {
	background: none;
}
ul.ext-text li {
	background: url(images/extPoint.gif) no-repeat 0 4px;
	padding-left: 13px;
	padding-bottom: 3px;
}
table.product {
	width: 320px;
	margin-bottom: 1em;
}
table.product td,
table.product th {
	padding: 5px 10px;
}
table.product th {
	width: 80px;
	vertical-align: top;	
}
table.product tr.odd {
	background: #efedee;
}

table.priduct02 {
	width: 100%;
	margin-bottom: 1em;
}
table.priduct02 td,
table.priduct02 th {
	padding: 5px 10px;
}
table.priduct02 th {
	width: 170px;
	vertical-align: top;	
}
table.priduct02 tr.odd {
	background: #efedee;
}
.blogEntryBody h4 {
	font-size: 116%;
	font-weight: bold;
	background: url(images/h4point.gif) no-repeat 0 8px;
	padding: 5px 0 5px 25px;
}
.leftCol02 {
	width: 280px;
	float: left;
}
.rightCol02 {
	width: 250px;
	float: left;
}
.allow {
	margin: 10px 0;
	background: url(images/allow.gif) no-repeat center top;
	width: 554px;
	height: 38px;
	clear: both;
}
#main .leftCol img,
#main .leftCol02 img {
	padding: 4px;
	border: #dddddd 1px solid;
}

ul.thumb li {
	float: left;
	margin: 0 7px 7px 0;
}

dl.training dt {
	font-size: 116%;
	font-weight: bold;
}
dl.training dd {
	margin-top: 3px;
	padding-left: 20px;
}
dl.training dd.gokei {
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: #666 1px solid;
	padding-top: 5px;
}
.marginB {
	margin-bottom: 15px;
}
.strong {
	color: #FF0000;
}
dl.training dd h4 {
	background: url(images/point.gif) no-repeat 0 5px;
	font-weight: normal;
	padding: 0 0 0 20px;
}
p.orderText {
	padding: 25px 0 0 50px;
}
.step01 {
	background: url(images/step_01.gif) no-repeat center top;
	width: 540px;
	height: 68px;
	margin-bottom: 20px;
}
.step02 {
	background: url(images/step_02.gif) no-repeat center top;
	width: 540px;
	height: 68px;
	margin-bottom: 20px;	
}
.step03 {
	background: url(images/step_03.gif) no-repeat center top;
	width: 540px;
	height: 68px;
	margin-bottom: 20px;	
}
.step04 {
	background: url(images/step_04.gif) no-repeat center top;
	width: 540px;
	height: 68px;
	margin-bottom: 20px;
}
.step05 {
	background: url(images/step_05.gif) no-repeat center top;
	width: 540px;
	height: 68px;
	margin-bottom: 20px;
}
.step06 {
	background: url(images/step_06.gif) no-repeat center top;
	width: 540px;
	height: 68px;
	margin-bottom: 20px;	
}
.step07 {
	background: url(images/step_07.gif) no-repeat center top;
	width: 540px;
}
table.history {
	width: 100%;
}
table.history td,table.history th {
	padding: 10px;
	vertical-align: top;
}
table.history td {
	border-bottom: #ddd 1px solid;
}
table.history th {
	border-bottom: #777 1px solid;
	width: 70px;
}
.month {
	padding-left: 15px;
}
table.history th.month {
	padding-left: 66px;
}
.imgFix {
	vertical-align: middle;
	padding: 0 5px;
}
.hrLine {
	clear: both;
	margin: 1em 0;
	border-top: #999 1px dotted;
}