@charset "utf-8";
a{text-decoration:none}
.Products_error{
	width:90%;
	margin:0 auto;
	padding:15px 0;
	font-size:16px;
}
p.btn {
	padding: 5px 0 0;
	width:80%;
	margin:5px auto;
	background: #f6f8f9;
	text-align:center;
	border:solid 1px #999;
	border-radius:15px;
background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9));
background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}
p.btn a{ display:block; }
.edgetoedge{ margin-top:5px}
.edgetoedge a{ display:block;}
.Products_list{
	width:95%;
	border:solid 2px #8f8d9a;
	background:#ececec;
	margin:8px auto;
	border-radius:10px;
}
#home .Products_list h3{
	color:#FFF;
	background:#1040ac;
	overflow:hidden;
	padding:5px 10px;
	border-radius:7px 7px 0 0;
	font-size:15px;
}
#home .Products_list h3 p{
	float:right;
	background:#d3e3ef;
	border-radius:30px;
	color:#1040ac;
	padding:0 10px;
	margin-top:2px;
	font-size:12px;
	font-weight:normal;
}
.pran_list{
	overflow:hidden;
	padding:5px;
}
.imgBox{
	float:left;
	margin-right:5px;
	width:33%;
}
.imgBox img{width:100%;}
.txtBox{
	float:left;
	width:65%;
	background:url(../img/iconprice_list.gif) right center no-repeat;
	background-size:8px;
}
.txtBox h4{
	color:#1040AC;
	font-weight:bold;
	font-size:13px;
	line-height:16px;
}
.model{
	background:#fff;
	color:#555;
	padding:3px;
	font-size:11px;
	margin-bottom:3px;
	width:90%;
}
.price{
	background:#cc0000;
	color:#fff;
	padding:3px;
	font-weight:bold;
	overflow:hidden;
	height:38px;
	width:90%;
}
.price span.Total{
	background:#ececec;
	color:#cc0000;
	display:block;
	float:left;
	padding:5px 0;
	height:28px;
	width:18%;
	text-align:center
}
.price p{
	font-size:24px;
	width:80.5%;
	float:left;
	text-align:center;
}
.price p span{ font-size:15px}
/*詳細ページ*/
.plan_page{background-color: #f0f0f0; padding-bottom:20px;}
.Plan_image{ 
  	text-align:center;
	padding-top:10px;
}
.plantitle{
	color:#1040AC;
	font-weight:bold;
	font-size:1.2rem;
	line-height:1.4em;
	width:90%;
	margin:10px auto
}
.Plan_image img{
	width:80%;
	margin:0 auto;
}
.rounded{ margin-bottom:10px}
.rounded li{ padding:10px}
.post-section,#total_price{
background-color: #fff;
padding:10px 15px;
border-style: solid;
border-width: 1px;
border-color: #ddd;
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
border-radius: 5px;
margin-bottom:20px;
}
.form-anchor-wrapper {
position: relative;
margin: 12px -16px -16px -16px;
border-radius: 0 0 5px 5px;
}
.form-anchor-wrapper select{ 
  padding:5px;
  font-size: 100%;
  line-height:24px;
  height:24px;
  width:98%;
}
.form-anchor-wrapper i.arow2, .form-anchor-wrapper i.arow1 {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.form-anchor-wrapper i.arow1{
border-color:rgba(221, 221, 221, 0);
border-bottom-color: #ddd;
border-width: 10px;
left: 39px;
margin-left: -10px;
}
.form-anchor-wrapper i.arow2 {
border-color:rgba(221, 221, 221, 0);
border-bottom-color: #fff;
border-width: 9px;
left: 39px;
top:-17px;
margin-left: -9px;
}
.comment-section {
border-top: 1px solid #ddd;
margin-top: -1px;
padding: 15px;
}
.comment-form-anchor{ padding-bottom:5px}
.post-form-anchor a, .comment-form-anchor a {
display: block;
padding: 5px;
font-size: 1rem;
border: 1px solid #ddd;
color: #666;
border-radius:5px;
text-align:center;
text-decoration: none;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.comment-form-anchor a.tel{
	margin-bottom:10px;
background: rgb(254,252,234); 
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(255,241,163,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(255,241,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(255,241,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fff1a3',GradientType=0 ); /* IE6-9 */
}
#total_price{
	width:85%;
	margin:0 auto;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
}
#total_price:after, #total_price:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
#total_price:before {
border-color: rgba(221, 221, 221, 0);
border-bottom-color: #ddd;
border-width: 11px;
left: 39px;
margin-left: -11px;

}
.whiteButton{
	padding:8px;
	display:block;
	width:73%;
	margin:20px auto;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background: #5e7ec7; /* Old browsers */
background: -moz-linear-gradient(top,  #5e7ec7 0%, #2853b4 1%, #214cad 33%, #123d9e 81%, #0f3a9b 94%, #0f3a9b 99%, #113c9d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e7ec7), color-stop(1%,#2853b4), color-stop(33%,#214cad), color-stop(81%,#123d9e), color-stop(94%,#0f3a9b), color-stop(99%,#0f3a9b), color-stop(100%,#113c9d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5e7ec7 0%,#2853b4 1%,#214cad 33%,#123d9e 81%,#0f3a9b 94%,#0f3a9b 99%,#113c9d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5e7ec7 0%,#2853b4 1%,#214cad 33%,#123d9e 81%,#0f3a9b 94%,#0f3a9b 99%,#113c9d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5e7ec7 0%,#2853b4 1%,#214cad 33%,#123d9e 81%,#0f3a9b 94%,#0f3a9b 99%,#113c9d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5e7ec7 0%,#2853b4 1%,#214cad 33%,#123d9e 81%,#0f3a9b 94%,#0f3a9b 99%,#113c9d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7ec7', endColorstr='#113c9d',GradientType=0 ); /* IE6-9 */

}