@charset "UTF-8";
/*
 * 2014/11/19 kubota
 * マルチデバイス対応CSS
 * PC / タブレット / SP
 * windowサイズによる切り替え
 * (SPIRALのマルチデバイス対応CSSの雛形を参考にしている)
 */
 
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
body{font-family: "Noto Sans Japanese", sans-serif;}
#wrapper {
	margin: 0 2%;
}

h2 {
    position: relative;
    padding: 0.2em;padding-bottom: 0.5em;

    /*border-radius: 0.5em;*/
    background: repeating-linear-gradient(45deg, #fdd23c 0 3px, #fff 3px 8px);
    color: #333;
    font-weight: bold;
    font-size: 1.6em;
    text-align: center;
    width: 90%;
}



h2::after {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 3px solid #353535;
        /*border-radius: 0.5em;*/

    content: '';
}


h3 {
  position: relative;
      font-size: 1.6em;
    text-align: left;
    letter-spacing: 0.1em;
    color: #341906;
  padding: 0.25em 0;
}
h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;*/
}
article img {
	width: 100%; margin: 0;vertical-align:top;
}
p{
	font-size:1.5em;
	text-align:left;

}
strong {
	font-size:18px;
	color: crimson;
}

.setsumei{margin-bottom: 4em;}
.setsumei p{text-align:center; }



.strong_char {
	font-weight: bold;
	color: crimson;
}
#subm{
	margin: 8% 0 8% 0;
}

.subm:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}


@media print, screen and ( min-width : 820px ) {
.f-container{display:flex; /*justify-content: center;*/ flex-wrap:wrap;  width: 800px;}
.f-item{border: 3px solid #EBD568;margin: 2em 10px 10px 10px; width: 30%;}
.f-item img{width: 80%;align-self: flex-start;}
.f-item p{text-align: center;font-weight: bold;font-size: 1.4em;border-top: 2px #EBD568 solid;margin: 0.2em 0.3em;}
.f-item h4 {position: relative;display: inline-block;margin: -2.5em 7.8em -1.5em 0;padding: 0 5px;width: 90px;height: 90px;line-height: 90px;/* text-align: center; */color: #FFF;font-size: 20px;font-weight: bold;background: #eb689a;border-radius: 50%;box-sizing: border-box;}
.f-item h4:before {content: "";position: absolute;bottom: -8px;right: -8px;margin-top: -15px;border: 15px solid transparent;border-left: 15px solid #eb689a;z-index: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);}

.QUO{width: 50%;}
}

@media print, screen and ( max-width : 819px ) {
.f-container{display:flex; flex-direction: column;}
.f-item{border: 3px solid #EBD568;margin: 2em 10px 10px 10px;}
.f-item img{width: 80%;align-self: flex-start; margin-top: -2em;}
.f-item p{text-align: center;font-weight: bold;font-size: 1.4em;border-top: 2px #EBD568 solid;margin: 0.2em 0.3em;}
.f-item h4 {color: #FFF;font-size: 20px;font-weight: bold;background: #eb689a;margin-top: 0;}

.QUO{width: 80%;}

}


.box {margin: 2em 0;background: #f1f1f1;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);}
.box .box-title {font-size: 1.5em;background: #eb689a;padding: 4px;text-align: center;color: #FFF;font-weight: bold;letter-spacing: 0.05em;}
.box p {padding: 15px 20px;margin: 0;}

.notes {margin-top: 20px; text-align: left; margin-bottom: 1.5em;}
.notes li {margin-left: -1.5em;font-size: 1.2em;margin-bottom: 0.3em;font-weight: bold;}
/*.notes li:before {content: '・';display: block;position: absolute;left: 0;top: 0;}*/

/*************************************************************/
 
#SMP_STYLE .body {
	margin: 0;
	padding: 0;
	/*background: #f3adc0;
    background-image: url(../images/bg.jpg);*/
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;*/
}
#SMP_STYLE .body_tbl {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	box-shadow: 0 0 20px #ff9c00;
	background: #FFFFFF;
}
#SMP_STYLE h1 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: #333333;
	color: #FFFFFF;
	font-size: 153.9%;
	text-align: center;
}
#SMP_STYLE .header_img_smartphone {display: none;}
#SMP_STYLE .header_img_tablet {display: none;}
#SMP_STYLE .header_img_pc {display: block;}
#SMP_STYLE .header_text {
	margin: 0;
	padding: 20px 70px 20px 70px;
	background: #F1F1F1;
	color: #111111;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
#SMP_STYLE .header_rmesg {
	margin: 0;
	padding: 30px 70px 10px 70px;
	color: #111111;
	font-size: 100%:
	font-weight: normal;
	text-align: left;
}
#SMP_STYLE .header_emesg {
	width: 720px;
	margin: 30px auto;
	padding: 20px 20px 20px 20px;
	border: 2px solid #FF0000;
	color: #FF0000;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
#SMP_STYLE .smp_tmpl {
	width: 760px;
	padding: 20px 0 0 0;
	margin: 0 70px;
}
#SMP_STYLE dl {
	position: relative;
	margin: 0;
	padding: 13px 0 0 0;
	width: 760px;
	border-bottom: 1px solid #DDDDDD;
}
#SMP_STYLE dl.top {
	border-top: 1px solid #DDDDDD;
}
#SMP_STYLE dt.title {
	display: inline-block;
	width: 220px;
	margin: 0;
	padding: 23px 15px 18px 0;
	color: #333333;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
}
#SMP_STYLE dt.title .caution {
	display: block;
	width: 220px;
	color: #5F5F5F;
	font-size: 85%;
	font-weight: normal;
	padding: 10px 0 0 0;
	line-height: 1.2;
}
#SMP_STYLE dd.data {
	display: inline-block;
	width: 520px;
	margin: 0;
	padding: 18px 0;
	color: #5F5F5F;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
#SMP_STYLE .input {
	width: 420px;
	margin-bottom: 8px;
	padding: 5px;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	font-size: 108%;
	text-align: left;
}
#SMP_STYLE .zipcode li.code01 input {
	width: 30px;
}

#SMP_STYLE .zipcode li.code02 input {
	width: 40px;
}

#SMP_STYLE .phone li.num01 input {
	width: 50px;
}

#SMP_STYLE .phone li.num02 input {
	width: 40px;
}

#SMP_STYLE .phone li.num03 input {
	width: 40px;
}

#SMP_STYLE .price input {
	width: 200px;
}

#SMP_STYLE .num input {
	width: 60px;
}

#SMP_STYLE .integer input {
	width: 90px;
}

#SMP_STYLE .real input {
	width: 170px;
}

#SMP_STYLE .pass input {
	width: 150px;
}

#SMP_STYLE .epass input {
	width: 160px;
}

#SMP_STYLE .time input {
	width: 20px;
}

#SMP_STYLE .time .year {
	width: 40px;
}

/*#SMP_STYLE ul,#SMP_STYLE li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}*/

#SMP_STYLE .zipcode ul li,
#SMP_STYLE .phone ul li,
#SMP_STYLE .time ul li {
	width: auto;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
}

#SMP_STYLE .multi1 label {
	display: block;
	float: left;
	min-width: 135px;
	margin: 0 0 7px 0;
	padding: 0 10px;
	text-align: left;
}

#SMP_STYLE .multi1 label input {
	display: block;
	float: left;
	width: 1em;
	height: 1em;
	margin: 0.4em 0 0 0;
	padding: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	border-radius: 0 0 0 0;
	overflow: hidden;
}

#SMP_STYLE .multi1 label span {
	display: block;
	margin: 0 0 0 30px;
	font-size: 100%;
	font-weight: normal;
}

#SMP_STYLE .multi2 li {
	display: inline;
	float: left;
	min-width: 135px;
	margin: 0 0 0 0;
	padding: 0 5px 2px 10px;
	text-align: left;
	clear: both;
}

#SMP_STYLE .multi2 label input {
	display: block;
	float: left;
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	margin: 0.2em 0 0 0;
	padding: 0;
	border-radius: 0 0 0 0;
	overflow: hidden;
}

#SMP_STYLE .multi2 label span {
	display: block;
	margin: 0 0 0 30px;
	font-size: 100%;
	font-weight: normal;
}

#SMP_STYLE select {
	margin-bottom: 8px;
	font-size: 100%;
	width: 180px;
}

#SMP_STYLE textarea {
	width: 510px;
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	font-size: 108%;
	text-align: left;
}

#SMP_STYLE .image input {
	width: 100%;
}
#SMP_STYLE .file input {
	width: 100%;
}
#SMP_STYLE input.clear {
	width: 55px;
	text-align: center;
}
#SMP_STYLE .submit {
	width: 270px;
	height: 42px;
	margin: 100px 0 40px 0;
	padding: 5px 100px;
	border: hidden;
	border-radius: 3px 3px 3px 3px;
	/* other browser */
	background: #303030;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #555555),
		color-stop(1.00, #303030)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#555555 0%,
		#303030 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing: 0.3em;
	font-size: 153.9%;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

#SMP_STYLE .submit:hover {
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
}

#SMP_STYLE input.image {
	margin: 40px 0 40px 0;
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
}

#SMP_STYLE .sample {
	color: #555555;
	font-size: 93%;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
}
#SMP_STYLE .suffix {
	color: #111111;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	height: 35px;
	line-height: 35px;
}
#SMP_STYLE .need {
	color: #CC0000;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
#SMP_STYLE .msg {
	display: block;
	color: #DD0000;
	font-size: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
#SMP_STYLE .sub_text {
	width: 760px;
	font-size: 123.1%;
	font-weight: bold;
	padding: 150px 0;
	color: #111111;
}
#SMP_STYLE .error {
	background: #FFE4E4;
}
#SMP_STYLE .spiralSeal {
	width: 80%;
	overflow: hidden;
	margin: 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#SMP_STYLE .spiralSeal tr td.description {
	display: table-cell;
	text-align: left;
	overflow: auto;
}

#SMP_STYLE .spiralSeal tr td.img {
	display: table-cell;
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
	text-align: center;
}

#SMP_STYLE .footer_text {
	width: 760px;
	font-size: 100%;
	margin: 30px 0 0 0;
	font-weight: normal;
	text-align: left;
}
#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
#SMP_STYLE .cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}

@media screen and (min-width:726px) and (max-width:981px) {
	#SMP_STYLE .body {
		margin: 0;
		padding: 0;
		font-size: 13px;
		*font-size: small;
		*font: x-small;
		/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;*/
		background: #FFFFFF;
	}
	#SMP_STYLE .body_tbl {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 30px 0;
		border: none;
		background: #FFFFFF;
	}
	#SMP_STYLE h1 {
		margin: 0;
		padding: 10px 10px 10px 10px;
		background: #333333;
		color: #FFFFFF;
		font-size: 153.9%;
		text-align: center;
	}
	#SMP_STYLE .header_img_smartphone {display: none;}
	#SMP_STYLE .header_img_tablet {display: block;}
	#SMP_STYLE .header_img_pc {display: none;}
	#SMP_STYLE .header_text {
		margin: 0;
		padding: 15px 70px 15px 70px;
		background: #F1F1F1;
		color: #111111;
		font-size: 93%;
		font-weight: normal;
		text-align: left;
	}
	#SMP_STYLE .header_rmesg {
		margin: 0;
		padding: 30px 70px 10px 70px;
		color: #111111;
		font-size: 100%;
		font-weight: normal;
		text-align: left;
	}
	#SMP_STYLE .header_emesg {
		width: 80%;
		margin: 30px auto 10px;
		padding: 15px 15px 15px 15px;
		border: 2px solid #FF0000;
		color: #FF0000;
		font-size: 100%;
		font-weight: normal;
		text-align: left;
	}
	#SMP_STYLE .smp_tmpl {
		width: 80%;
		margin: 20px auto 0;
		padding: 20px 0 0 0;
	}
	#SMP_STYLE dl {
		display: table;
		margin: 0;
		position: relative;
		width: 100%;
	}
	#SMP_STYLE dl.top {
		border-top: 1px solid #DDDDDD;
	}
	#SMP_STYLE dt.title {
		display: inline-block;
		width: 20%;
		margin: 0;
		padding: 23px 15px 28px 0;
		color: #333333;
		font-weight: bold;
		text-align: left;
		text-align: left;
		line-height: 1.2;
		vertical-align: top;
	}
	#SMP_STYLE dt.title .caution {
		display: block;
		width: 100%;
		color: #5F5F5F;
		font-size: 85%;
		font-weight: normal;
		padding: 10px 0 0 0;
		line-height: 1.2;
	}
	#SMP_STYLE dd.data {
		display: inline-block;
		width: 70%;
		margin: 0;
		padding: 18px 0 18px 0;
		color: #5F5F5F;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
	}
	#SMP_STYLE .input {
		width: 70%;
		margin-bottom: 8px;
		padding: 5px;
		color: #333333;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}
	#SMP_STYLE .zipcode li.code01 input {
		width: 30px;
	}

	#SMP_STYLE .zipcode li.code02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num01 input {
		width: 50px;
	}

	#SMP_STYLE .phone li.num02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num03 input {
		width: 40px;
	}

	#SMP_STYLE .price input {
		width: 200px;
	}

	#SMP_STYLE .num input {
		width: 60px;
	}

	#SMP_STYLE .integer input {
		width: 90px;
	}

	#SMP_STYLE .real input {
		width: 170px;
	}

	#SMP_STYLE .pass input {
		width: 50%;
	}

	#SMP_STYLE .epass input {
		width: 50%;
	}

	#SMP_STYLE .time input {
		width: 20px;
	}

	#SMP_STYLE .time .year {
		width: 40px;
	}

	#SMP_STYLE .time .new_line {
		clear: both;
	}

/*	#SMP_STYLE ul,#SMP_STYLE li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
*/
	#SMP_STYLE .zipcode ul li,
	#SMP_STYLE .phone ul li,
	#SMP_STYLE .time ul li {
		width: auto;
		float: left;
		margin: 0 3px 0 0;
		padding: 0;
		height: 35px;
		line-height: 35px;
	}

	#SMP_STYLE .multi1 label {
		display: block;
		float: left;
		min-width: 126px;
		margin: 0 10px 7px 0;
		padding: 10px 10px 0 10px;
		border-radius: 4px 4px 4px 4px;
		background: #F1F1F1;
		text-align: left;
	}

	#SMP_STYLE .multi1 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		overflow: hidden;
	}

	#SMP_STYLE .multi1 label span {
		display: block;
		margin: 0 0 10px 30px;
		font-size: 100%;
	}

	#SMP_STYLE .multi1 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE .multi2 li {
		display: inline;
		float: left;
		width: 100%;
		margin: 0 0 7px 0;
		padding: 10px 10px 10px 10px;
		border-radius: 4px 4px 4px 4px;
		background: #EEEEEE;
		text-align: left;
		clear: both;
	}

	#SMP_STYLE .multi2 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		text-align: left;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		overflow: hidden;
	}

	#SMP_STYLE .multi2 label span {
		display: block;
		margin: 0 0 0 30px;
		font-size: 100%;
	}

	#SMP_STYLE .multi2 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE select {
		margin-bottom: 8px;
		font-size: 100%;
		width: 180px;
	}

	#SMP_STYLE textarea {
		width: 100%;
		padding: 5px;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}

	#SMP_STYLE .image input {
		width: 100%;
	}
	#SMP_STYLE .file input {
		width: 100%;
	}
	#SMP_STYLE input.clear {
		width: 55px;
		text-align: center;
	}
	#SMP_STYLE .submit {
		width: 40%;
		height: 42px;
		margin: 40px 0 40px 0;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #555555),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#555555 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		letter-spacing: 0.3em;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE .submit:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.image {
		margin: 40px 0 40px 0;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE .sample {
		color: #555555;
		font-size: 93%;
		font-weight: normal;
		text-align: left;
		line-height: 1.2;
	}
	#SMP_STYLE .suffix {
		color: #111111;
		font-size: 100%;
		font-weight: normal;
		text-align: left;
		height: 35px;
		line-height: 35px;
	}
	#SMP_STYLE .need {
		color: #CC0000;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
	}
	#SMP_STYLE .msg {
		display: block;
		color: #DD0000;
		font-size: 100%;
		margin-bottom: 5px;
		font-weight: bold;
		text-align: left;
	}
	#SMP_STYLE .sub_text {
		width: 80%;
		font-size: 123.1%;
		font-weight: bold;
		padding: 150px 0;
		color: #111111;
	}
	#SMP_STYLE .error {
		background: #FFE4E4;
	}
	#SMP_STYLE .spiralSeal {
		width: 80%;
		overflow: hidden;
		margin: 0;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
	}
	#SMP_STYLE .spiralSeal tr td.description {
		display: table-cell;
		text-align: left;
		overflow: auto;
	}

	#SMP_STYLE .spiralSeal tr td.img {
		display: table-cell;
		margin-left: 0px;
		margin-right: 0px;
		overflow: auto;
		text-align: center;
	}

	#SMP_STYLE .footer_text {
		width: 80%;
		font-size: 93%;
		margin: 30px 0 0 0;
		font-weight: normal;
		text-align: left;
	}
	#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
	#SMP_STYLE .cf:after {clear:both;}
	#SMP_STYLE .cf {*zoom:1;}

}@media screen and (max-width:725px) {
	#SMP_STYLE .body {
		margin: 0;
		padding: 0;
		font-size: 13px;
		*font-size: small;
		*font: x-small;
		/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;*/
		background: #FFFFFF;
	}
	#SMP_STYLE .body_tbl {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
		border: none;
		background: #FFFFFF;
	}
	#SMP_STYLE h1 {
		margin: 0;
		padding: 10px 10px 10px 10px;
		background: #333333;
		color: #FFFFFF;
		font-size: 153.9%;
		text-align: center;
	}
	#SMP_STYLE .header_img_smartphone {display: block;}
	#SMP_STYLE .header_img_tablet {display: none;}
	#SMP_STYLE .header_img_pc {display: none;}
	#SMP_STYLE .header_text {
		margin: 0;
		padding: 15px 15px 15px 15px;
		background: #F1F1F1;
		color: #111111;
		font-size: 85%;
		font-weight: normal;
		text-align: left;
	}
	#SMP_STYLE .header_rmesg {
		margin: 0 0 0 0;
		padding: 30px 15px 10px 15px;
		color: #111111;
		font-size: 100%:
		font-weight: normal;
		text-align: left;
	}
	#SMP_STYLE .header_emesg {
		width: 240px;
		margin: 10px auto 10px;
		padding: 15px 15px 15px 15px;
		border: 2px solid #FF0000;
		color: #FF0000;
		font-size: 100%;
		font-weight: normal;
		text-align: left;
	}
	#SMP_STYLE .smp_tmpl {
		width: 300px;
		margin: 0 auto;
		padding-top: 20px 0 0 0;
	}
	#SMP_STYLE dl {
		display: block;
		margin: 0 0 10px 0;
		padding: 20px 0 0 0;
		position: relative;
		width: 100%;
		border-bottom: 1px solid #DDDDDD;
	}
	#SMP_STYLE dl.top {
		border-top: 1px solid #DDDDDD;
	}
	#SMP_STYLE dt.title {
		display: block;
		width: 270px;
		margin: 0;
		padding: 0 0 0 0;
		color: #333333;
		font-size: 108%;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
	}
	#SMP_STYLE dt.title .caution {
		display: block;
		width: 270px;
		color: #5F5F5F;
		font-size: 85%;
		font-weight: normal;
		padding: 10px 0 0 0;
		line-height: 1.2;
	}
	#SMP_STYLE dd.data {
		position: relative;
		display: block;
		width: 270px;
		margin: 0 0 10px 0;
		padding: 18px 0 10px 0;
		color: #5F5F5F;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
	}
	#SMP_STYLE .input {
		width: 170px;
		margin-bottom: 8px;
		padding: 5px;
		color: #333333;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}
	#SMP_STYLE .zipcode li.code01 input {
		width: 30px;
	}

	#SMP_STYLE .zipcode li.code02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num01 input {
		width: 50px;
	}

	#SMP_STYLE .phone li.num02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num03 input {
		width: 40px;
	}

	#SMP_STYLE .price input {
		width: 150px;
	}

	#SMP_STYLE .num input {
		width: 60px;
	}

	#SMP_STYLE .integer input {
		width: 90px;
	}

	#SMP_STYLE .real input {
		width: 170px;
	}

	#SMP_STYLE .pass input {
		width: 150px;
	}

	#SMP_STYLE .epass input {
		width: 160px;
	}

	#SMP_STYLE .time input {
		width: 20px;
	}

	#SMP_STYLE .time .year {
		width: 40px;
	}

	#SMP_STYLE .time .new_line {
		clear: both;
	}

/*	#SMP_STYLE ul,#SMP_STYLE li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}*/

	#SMP_STYLE .zipcode ul li,
	#SMP_STYLE .phone ul li,
	#SMP_STYLE .time ul li {
		width: auto;
		float: left;
		margin: 0 3px 0 0;
		padding: 0;
		height: 35px;
		line-height: 35px;
	}

	#SMP_STYLE .multi1 label {
		display: block;
		min-width: 250px;
		margin: 0 10px 10px 0;
		padding: 10px;
		border-radius: 4px 4px 4px 4px;
		background: #F1F1F1;
		text-align: left;
	}

	#SMP_STYLE .multi1 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		overflow: hidden;
	}

	#SMP_STYLE .multi1 label span {
		display: block;
		margin: 0 0 0 25px;
		font-size: 100%;
	}

	#SMP_STYLE .multi1 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE .multi2 li {
		display: block;
		min-width: 250px;
		margin: 0 10px 10px 0;
		padding: 10px;
		border-radius: 4px 4px 4px 4px;
		background: #F1F1F1;
		text-align: left;
		width: auto;
	}

	#SMP_STYLE .multi2 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		overflow: hidden;
	}

	#SMP_STYLE .multi2 label span {
		display: block;
		margin: 0 0 0 25px;
		font-size: 100%;
	}

	#SMP_STYLE .multi2 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE select {
		margin-bottom: 8px;
		font-size: 100%;
		width: 180px;
	}

	#SMP_STYLE textarea {
		width: 260px;
		padding: 5px;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}

	#SMP_STYLE .image input {
		width: 100%;
	}
	#SMP_STYLE .file input {
		width: 100%;
	}
	#SMP_STYLE input.clear {
		width: 55px;
		text-align: center;
	}
	#SMP_STYLE .submit {
		width: 150px;
		height: 42px;
		margin: 20px 0 40px 0;
		padding: 5px 30px;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #555555),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#555555 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		letter-spacing: 0.3em;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE .submit:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.image {
		margin: 40px 0 40px 0;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE .sample {
		color: #555555;
		font-size: 93%;
		font-weight: normal;
		text-align: left;
		line-height: 1.2;
	}
	#SMP_STYLE .suffix {
		color: #111111;
		font-size: 100%;
		font-weight: normal;
		text-align: left;
		height: 35px;
		line-height: 35px;
	}
	#SMP_STYLE .need {
		color: #CC0000;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
	}
	#SMP_STYLE .msg {
		display: block;
		color: #DD0000;
		font-size: 100%;
		margin-bottom: 5px;
		font-weight: bold;
		text-align: left;
	}
	#SMP_STYLE .sub_text {
		width: 270px;
		font-size: 123.1%;
		font-weight: bold;
		padding: 150px 0;
		color: #111111;
	}
	#SMP_STYLE .error {
		background: #FFE4E4;
	}
	#SMP_STYLE .spiralSeal {
		width: 270px;
		overflow: hidden;
		margin: 0;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
	}
	#SMP_STYLE .spiralSeal tr td.description {
		display: block;
		text-align: left;
		overflow: auto;
	}

	#SMP_STYLE .spiralSeal tr td.img {
		display: block;
		margin-left: 60px;
		margin-right: 60px;
		overflow: auto;
		text-align: center;
	}

	#SMP_STYLE .footer_text {
		width: 270px;
		font-size: 85%;
		margin: 30px 0 0 0;
		font-weight: normal;
		text-align: left;
	}
	#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
	#SMP_STYLE .cf:after {clear:both;}
	#SMP_STYLE .cf {*zoom:1;}

}




#SMP_STYLE .oubo_btn {
	border-radius: 10px;
	/* other browser */
	background: #ef4e6d;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #ef4e6d),
		color-stop(1.00, #dc143c)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#ef4e6d 0%,
		#dc143c 100%
	);
	padding-top: 15px;
	padding-bottom: 15px;
}



#SMP_STYLE .oubo_btn_befor {
	border-radius: 10px;
	/* other browser */
	background: #ef4e6d;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #ef4e6d),
		color-stop(1.00, #dc143c)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#ef4e6d 0%,
		#dc143c 100%
	);
	padding-top: 15px;
	padding-bottom: 15px;
}









#footer {
	background-color: #fdd23c;
	padding: 0 10px;
	/*border-color: #eb689a;
	border-top: #eb689a;
	border-top-width: 2px;
	border-style: solid;*/
}

#footer p{
	padding: 5px 10px;
/*	font-size:14rem; */
    font-size: 14px; /* Chrome‘Î‰ž */
	text-align:center;
	color:#fff;
	font-weight: bold;
	margin:0 auto;
}
/* footer‘Îô */
#SMP_STYLE .body_tbl{
	padding-bottom:0;
}

