@charset "UTF-8";

div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 20px auto 0px auto;
	font-family: sans-serif;
}
div#sc_wrapper {
	width: 800px;
	text-align: center;
	margin: 20px auto 0px auto;
	font-family: sans-serif;
}
div#ny_wrapper {
	width: 850px;
	text-align: center;
	margin: 20px auto 0px auto;
	font-family: sans-serif;
}
div#cs_wrapper {
	width: 470px;
	text-align: left;
	font-family: sans-serif;
}

div#mf_header h1 {
	color: #15afd1;
	font-size: 24px;
	border-left: solid 7px #13a2e0;
	border-bottom: solid 2px #13a2e0;
	margin: 0px;
	padding: 5px 0 5px 8px;
}
div#mf_header h2 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	border-left: solid 7px #13a2e0;
	margin: 0px;
	padding: 10px 0 6px 10px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
	margin-top: 5px;
}

table.mailform tr th,table.mailform tr td {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	border-bottom: solid 1px #cccccc;
	padding: 10px 5px 7px 5px;
	line-height: 150%;
}

table.mailform textarea{
	font-size: 12px;
	line-height: 150%;
}

table.mailform tr th {
	text-align:center;
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
	padding:3px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 3px 0 0 0;
	font-size: 10px;
	color: #999999;
}

table.summercard tr th,table.summercard tr td {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}

table.summercard tr th p,table.summercard tr td p {
	margin: 0px;
	font-size: 12px;
	color: #666666;
	padding: 5px 0 15px 0;
}

table a img {
	border: none;
}

table.summercard blockquote {
	text-align:left;
	margin: 5px;
	padding: 10px;
}

table a img {
	border: none;
}

table{
	border-top: 1px solid #ccc;
	margin-bottom: 25px;
	clear:both
}
table th,
table td{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
table th{
	padding-right: 5px;
}
table td{
	border-left: 1px solid #ccc;
	padding-left: 10px;
}


table.tableDec3 td{
	background: #F3EEE1;
	color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	color: #FFF;
}


/* ------------------------------
	注文完了画面
------------------------------ */
	
#thanks_wrapper {
	border:2px dashed #59b1eb;
	text-align: left;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-100px;
	padding: 30px;
}

.th1 {
	color: #59b1eb;
	font-size: 27px;
	margin: 0px;
	font-family: sans-serif;
}
.th2 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
	margin: 0px;
	padding: 10px 0px;
}

.btn {
	float:left;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	display: block;
	background-color: #59b1eb;
	color: #fff;
	border: 1px solid #DDD;
	width: 130px;
	margin:0 5px;
	padding: 5px 0;  
}


.clear {
	clear:both;　/*floatの解除、ここがポイント*/ 
	} 



/* ------------------------------
	color
------------------------------ */
.red {color:#FF0000;}
.red-bold {color:#FF0000; font-weight:bold;}
.bule {color:#003399;}
.bule-bold {color:#003399; font-weight:bold;}
.pink {color:#F36;}
