@charset "utf-8";

/*==========================================
File name: category.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

h1{
	margin: 0 0 10px 0;
}

h2{
	margin: 0 0 10px 0;
	padding: 5px;
	background: #0C223D;
	color: #EDDA83;
}

h2 a{
	color: #EDDA83;
}

h3{
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	color: #0B1D34;
	border-bottom: solid 1px #0B1D34;
}

/* ------------------------------------------
 TOP PAGE
-------------------------------------------*/

.post-summary{
	padding-bottom: 10px;
	border-bottom: dotted 1px #999;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.post-summary img{
	float: left;
}

.summary-content{
	width: 380px;
	float: right;
}

/* ------------------------------------------
 ご購入について
-------------------------------------------*/

.price-list table{
	width: 100%;
	border:solid 1px #CCC;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.price-list table th,
.price-list table td{
	border:solid 1px #CCC;
	border-collapse: collapse;
	vertical-align: top;
	padding: 5px;
}

.price-list table th,
.price-list table td+td{
	background: #EFEFEF;
	width: 20%;
}

.price-list table td+td{
	vertical-align: middle;
	text-align: right;
}

/* ------------------------------------------
 お問い合わせ
-------------------------------------------*/
.phonenumber{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #0C223D;
}


/* ------------------------------------------
 FAQ
-------------------------------------------*/

.faq dl{
	margin: 0;
	padding: 0;
}

.faq dt{
	list-style: none;
	padding: 0 0 0 25px;
	margin: 20px 0 0 0;
	color: #012884;
	line-height:1.5;
	background: url(../images/faq/faq_q.gif) no-repeat left top;
}

.faq dd{
	padding: 0 0 0 25px;
	margin-top: 7px;
	line-height:1.5;
	background: url(../images/faq/faq_a.gif) no-repeat left top;
}

/* ------------------------------------------
 Welcart Item Single
-------------------------------------------*/

.purchase-type{
	margin: 10px 0;
	padding: 5px;
	overflow: hidden;
	width: auto;
	background: #E7F3FE; 
}

.purchase-type li{
	float: left;
	width: 50%;
	font-size: 1.2em;
}

.purchase-type li dt{
	float: left;
	width: 120px;
	padding-top: 2px;
	
}

.purchase-type li dd{
	float: left;
	font-size: 1.2em;
}

.purchase-type li dd a{
min-width: 100px;
text-align: center;
border:1px solid #7eb9d0; -webkit-border-radius: 7px; -moz-border-radius: 7px;border-radius: 7px;font-size:12px; padding: 2px 5px 2px 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

.purchase-type li dd a:hover{
 border:1px solid #5ca6c4;
 background-color: #82bbd1; background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
 background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
 background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
 background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
 background-image: -o-linear-gradient(top, #82bbd1, #193b61);
 background-image: linear-gradient(to bottom, #82bbd1, #193b61);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}

/* ------------------------------------------
 新規会員登録
-------------------------------------------*/

#newmember input[type="radio"]{
	width: auto !important;
	margin-right: 3px;
}

#newmember .iopt_label{
	margin-right: 10px;
}
	
