@charset "UTF-8";
/* -------------------------
      コンテンツ別
---------------------------- */

#keeplist_mailform_box{
	postion:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1% 0;
	margin-top:1%;
	top:3%;
	border-bottom:1px #666 solid;
}
#keeplist_mailform_title{
	background-color:#ff689b;
	width:100%;
	font-size:4vw;
	font-weight:bold;
	color:#FFF;
	line-height:2em;
	text-align:center;
}
.mailform_title{
	background:url(/img/smart/heartIcon.png) no-repeat;
	background-position:left 1% center;
	background-size:6% auto;
	width:100%;
	font-size:4vw;
	color:#FF9933;
	text-align:left;
	line-height:1.6em;
	padding-top:0.5%;
	padding-bottom:1%;
	padding-left:9%;
	margin-top:3%;
}
.mailform_title span{
	background-color:#db0300;
	font-size:3vw;
	color:#FFF;
	text-align:center;
	padding:1% 2% 1%;
	line-height:1.4em;
	margin-left:1%;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

/* -------------------------
      フォーム設定
---------------------------- */

.inputSize{
	width:90%;
	height:auto;
	overflow:hidden;
	font-size:90%;
	font-size:0.9rem;
	color:#333;
	text-align:left;
	padding:1%;
	margin-left:5%;
}
select {
	border:#666 solid 1px;
	padding: 0.2em;
	font-weight: bold;
	color: #F69;
	width:90%;
	height:auto;
	overflow:hidden;
	margin-left:5%;
}
option[selected] {
	font-weight: bold;
	color: #090;
}
.input_radio{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 10px;
    height: 10px;
    background: #e44380;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.textarea{
	width:90%;
	height:150px;
	font-size:90%;
	color:#333;
	text-align:left;
	margin-left:5%;
}
.input_text{
	width:90%;
	font-size:90%;
	color:#333;
	text-align:left;
	line-height:1.4em;
	margin:1% auto;
}

input:hover, textarea:hover{
	background:#eee;
}

.form_hissutext{
	width:90%;
	font-size:90%;
	font-size:0.9rem;
	color:#F00;
	line-height:1.5em;
	text-align:left;
	margin:1% auto;
}

input.submit {
	width:50%;
	margin:2% 25%;
	line-height:2em;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	color:#826f75;
	border:1px #feb8f6 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:-webkit-linear-gradient(left top, #FFF 50%, #fcd8e6);
	background:-moz-linear-gradient(left top, #FFF 50%, #fcd8e6);
	background: linear-gradient(to right bottom, #FFF 50%, #fcd8e6);
}

.form_text{
	width:90%;
	font-size:90%;
	font-size:0.9rem;
	color:#666;
	line-height:1.5em;
	text-align:left;
	margin:3% auto;
}
.keep_mailform_inputtext{
	width:100%;
	text-align:left;
	font-size:4vw;
	color:#0000FF;
}
.keep_mailform_text{
	width:100%;
	text-align:center;
	font-size:4vw;
	color:#0000FF;
}
.keep_mailform_privacytext{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#000;
	line-height:1.4em;
	text-align:center;
}

/*** 確認画面 ***/
.formcheck_detail{
	width:84%;
	font-size:100%;
	font-size:1rem;
	color:#666;
	line-height:1.6em;
	padding-left:3%;
	margin:1% auto;
}

/*** 完了画面 ***/
#shopFormData table{
	width:96%;
	height:auto;
	margin:3px auto 5px;
	border:1px #FFD2CD solid;
	background-color:#FEFFD1;
	color:#663333;
}

#shopFormData table tr td{
	text-align:center;
	vertical-align:middle;
	padding:8px 3px;
}

#shopFormData table tr td span.txt1{
	color:#FFD521;
}

#shopFormData table tr td a{
	color:#663333;
}

#shopFormData table tr td div.txt2{
	font-size:20px;
	color:#FF9933;
}

#shopFormcomplete{
	width:70%;
	height:auto;
	margin:3px auto 5px;
	color:#777;
}
