@charset "utf-8";

/* CSSは出来る限り必要最低限に留めています。CSSは基本的にシステム側には影響しませんので自由に編集下さい。*/
/*---------------------------------
	CommonCSS [初期化,定義]
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}
ol,ul {
	list-style:none;
}
img{border:0}
/*---------------------------------
	        Base CSS 
---------------------------------*/
a {
	color:#36F;
	text-decoration:none;
}
a:hover {
	color:#039;
	text-decoration:underline;
}
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

/*
h1{
	margin:15px 0;
	text-align:center;
	padding:5px 0;
	font-size:16px;
	color:#fff;
	background:#595757;
}
*/
h3.h3form{
	margin:20px auto 0;
	background:#595757;
	padding:15px 10px 15px;
	color:#fff;
	font-size:21px;
	font-weight:normal;
	font-weight:600;
}
#contents{
	width:950px;
	margin:0 auto;
	color:#000;
	font-size:14px;
}
p{
	margin:10px 0;	
}
#icon-layout{
	border-collapse:collapse;
	width:600px;
	margin:0 auto 30px;
}

/*商品テーブル*/
.productTable{
	border-collapse:collapse;
	width:100%;
	margin:0 auto;
}
.productTable td,.productTable th{
	border:1px solid #595757;
	padding:8px;
	font-size:100%;
	text-align:center;
}
.productTable th{
	background:#E6E6E7;	
}

/*フォームテーブル*/
.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	text-align:left;
}
.formTable td,.formTable th{
	border:1px solid #595757;
	padding:10px;
}
.formTable th{
	width:25%;
	background:#E6E6E7;	
	text-align:left;
	font-size:18px;
}

.formTable table{
	border-collapse:collapse;
	width:90%;
}

/*送料テーブル*/
.souryoTable td,.souryoTable th{
	padding:3px 5px;
	text-align:left;
}

.border-box{
	padding:10px;
	border:1px solid #595757;
	margin:10px 0;
}

.border-text{
	display:inline-block;
	padding:1px 10px;
	border:1px solid #595757;
	margin:0 2px;
}


.smallTotalText,#totalText{
	font-size:16px;
}

input[type="text"],textarea{
	vertical-align:middle;
	padding:3px;
}
.submitBtn{
	width:200px;
	height:40px;
	cursor:pointer;
}

/*必須エラーメッセージ*/
.error{
	font-size:13px;
	color:#F00;
	padding:2px 18px;
	background:url(../img/error.gif) no-repeat 0px 5px;
}

@media only screen and (max-width: 850px) {
	#contents {
	width:95%;
	margin:0 auto;
}
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#contents {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
.productTable td,.productTable th{
	padding:4px;
}


input[type="text"], textarea {
	width:90%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:80px;
	margin:10px 0;
}
.autoImg{
	max-width:100%;
	height:auto;
}

}


/*---------------------------------
         class Library
---------------------------------*/
/* Margin・padding class */
.m0{margin:0!important}.mt5{margin-top:5px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mb5{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mr5{margin-right:5px!important}.mr10{margin-right:10px!important}.mr15{margin-right:15px!important}.mr20{margin-right:20px!important}.ml5{margin-left:5px!important}.ml10{margin-left:10px!important}.ml15{margin-left:15px!important}.ml20{margin-left:20px!important}.pt5{padding-top:5px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pb5{padding-bottom:5px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pr5{padding-right:5px!important}.pr10{padding-right:10px!important}.pr15{padding-right:15px!important}.pl5{padding-left:5px!important}.pl10{padding-left:10px!important}.pl15{padding-left:15px!important}
.pall5{padding:5px!important}.pall10{padding:10px!important}.pall15{padding:15px!important}
/* /Margin・padding class */
.border-none{border:0!important;}
.clear {clear:both;}
.taR {text-align:right!important;}
.taL {text-align:left!important;}
.taC {text-align:center!important}
.big {font-size:170%!important;line-height:130%}
/*Font color*/
.bold {font-weight:bold!important;}
.col1 {	color:#FF6600!important;}
.col2 {	color:#FF9933!important}
.col3 {	color:#FF3300!important;}
.col4 {	color:#D9006C!important;}
.col5 {	color:#669999!important}
.col6 {	color:#0000CC!important}
.col7 {	color:#000099!important}
.col8 {	color:#0066FF!important}
.col9 {	color:#333333!important}
.col10 {color:#666666!important}
.col11 {color:#009900!important}
.col12 {color:#009900!important}
.col13 {color:#996633!important}
.col14 {color:#FF66CC!important}
.col15 {color:#669900!important;}
.col16 {color:#00CC99!important;}
.col17 {color:#fff!important;}
.col18{color:#009966!important}
.col19{color:#F00!important}
.floL {float:left;margin-top:0 !important;}
.floR {float:right;margin-top:0 !important;}
.light {font-weight:normal}
.floL img{margin-right:10px;}
.floR img{margin-left:10px;}
.small{font-size:90%!important}
/*---------------------------------
         /class Library
---------------------------------*/

input[type="text"], textarea, select{padding: 18px 12px;margin: 2px;border: solid 1px #CCC;border-radius: 3px;box-shadow: 0px 0px 5px #CCC inset;vertical-align: middle;}
.submitBtn{
display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 60%;
    margin: auto;
    padding: 1rem 3rem;
    font-weight: bold;
    border-radius: 0.3rem;
	border: 1px solid #ccc;
    border-bottom: 7px solid #af0000;
    background: #e51717;
    color: #fff;
    font-size: calc(1.325rem + .6vw);
	height: auto;
}

.submitBtn:hover {
	margin-top: 6px;
	border-bottom: 1px solid #af0000;
	color: #fff;
}

#totalText {
    font-size: 28px;
    color: red;
    font-weight: 600;
}

.formTable td table td{ border:none;}

table.productTable td img{width:60%; height:auto;}

@media only screen and (max-width: 850px) {
table.productTable td img{width:100%; height:auto;}
}

@media screen and (max-width:572px) {
#totalText {
    font-size: 21px;
    color: red;
    font-weight: 600;
}
}