@charset "UTF-8";

/*----------------------------------------------------
	リセット
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,p,blockquote,th,td{
    margin: 0;padding: 0;
}
table{
    border-collapse: collapse;border-spacing: 0;
}
fieldset,img{ border: 0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style: normal;font-weight: normal;
}
li { list-style: none; } caption,th{ text-align: left; }
h1,h2,h3,h4,h5,h6{
    font-size: 100%;font-weight: normal;
}
q:before,q:after{ content: ''; }
abbr,acronym{ border: 0;font-variant: normal; }
sup{ vertical-align: text-top; }
sub{ vertical-align: text-bottom; }
input,textarea,select{ font-family: inherit;font-size: inherit;font-weight: inherit; }
input,textarea,select{ *font-size: 100%; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix,
#main {
	*zoom: 1;
}
.clearfix:before,
#main:before,
.clearfix:after,
#main:after {
	content: "";
	display: table;
}
.clearfix:after,
#main:after {
	clear: both;
}
img {
	max-width: 100%;
}
/*　　　*/
body {
	line-height: 1.5;
	font-size: 12px;
}
#simulator {
	width: 670px;
	margin: 0 auto;
	padding: 24px 12px;
}
h1 {
	margin-bottom: 18px;
	text-align: center;
}
#form {
	float: left;
	width: 432px;
	padding-top: 16px;
	padding-right: 12px;
	font-size: 16px;
}
#price {
	float: right;
	width: 214px;
	height: 280px;
	padding: 24px 18px 0 18px;
	background: url("/images/simulator/waku.png") no-repeat;
}
#price .price {
	margin-bottom: 18px;
	text-align: center;
	color: #2a4f22;
	font-size: 32px;
	font-family: "Sterling SSm 3r", "Sterling SSm A", "Sterling SSm B","Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3","MS Mincho", "MS PMing",serif;
}
#price .price .small {
	font-size: 24px;
}
#price p {
	white-space: nowrap;
}
#form .form_group > li {
	display: table;
	width: 100%;
}
#form .form_group > li span.t {
	display: table-cell;
	width: 168px;
	vertical-align: top;
}
#form .form_group > li span.input {
	display: table-cell;
	vertical-align: middle;
}
#form .form_group select {
	width: 100%;
	height: 36px;
	border: 2px solid #8a7a6a;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
#form .form_group .options span.t {
	display: block;
}
#form .form_group .options span.input {
	display: block;
}
#form .form_group .options ul li {
	display: inline-block;
	width: 100px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	/*margin-right: 2px;*/
	margin-bottom: 8px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #8a7a6a;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
#form .form_group .options ul li.checked {
	background: #8a7a6a;
	color: #fff;
}
#form .form_group .member label {
	display: inline-block;
	margin-left: 4px;
	margin-right: 6px;
	white-space: nowrap;
}
#form #option_ex {
	font-size: 20px;
	font-weight:bold;
	color: #C03;
}

@media (max-width: 640px) {
	.pc {
		display: none;
	}
	h1 {
		margin-bottom: 12px;
	}
	#simulator {
		width: 100%;
		margin: 0 auto;
		padding: 24px 12px;
	}
	#form {
		float: none;
		width: 100%;
		padding-top: 16px;
		padding-right: 12px;
		font-size: 16px;
		margin-bottom: 24px;
	}
	#price {
		float: none;
		width: 214px;
		height: 280px;
		padding: 24px 18px 0 18px;
		margin: 0 auto;
		background: url("/images/simulator/waku.png") no-repeat;
	}
	#form .form_group > li {
		display: block;
	}
	#form .form_group > li span.t {
		display: block;
		width: 100%;
		margin-top: 16px;
		margin-bottom: -4px;
	}
	#form .form_group > li span.input {
		display: block;
	}
}


#form #option_ex {
-webkit-animation:blink 1.0s ease-in-out infinite alternate;  
-moz-animation:blink 1.0s ease-in-out infinite alternate;  
animation:blink 1.0s ease-in-out infinite alternate;
background-color: #F0DFB6;
}

@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
100% {opacity:1;
}
