﻿html,body{
	margin:0; 
	padding:0;
	background-color:#fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	line-height:1.5;
}
#wrapper{
	text-align:center;
	padding:20px;
	background:url(bg.jpg)no-repeat center bottom;
	background-size:cover;
	border-radius:10px;
}
h1{
	font-size:21px;
	margin-bottom:30px;
}
p{
	font-size:10px;
	font-weight:normal;
	white-space:nowrap;
	line-height:1.2;
	height:2.4em;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
#select_tab{
	display:none;
}
section{
	margin-bottom:5px;
}
section#step2{
	margin-bottom:15px;
}
section h2{
	text-align:left;
	font-size:16px;
	margin-bottom:0;
}
section#step5 h2,
section#step6 h2{
	text-align:center;
}
#step1 ul,
#step2 ul{
	overflow:hidden;
	padding:0 5px;
}
#step1 ul li,
#step2 ul li{
	width:12.5%;
	padding-top:5px;
	margin:3px 0 5px;
	float:left;
	text-align:center;
	border-radius:5px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.shadow{
	box-shadow:1px 1px 5px #ccc;
}
#step1 ul li div,
#step2 ul li div{
	width:80%;
	margin:0 auto 5px;
	padding-top:80%;
	border-radius:50%;
	border:1px solid #666;
	box-shadow:1px 1px 10px #aaa;
	cursor:pointer;
	position:relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#step1 ul li div:after,
#step2 ul li div:after{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	background:url(shadow.png)no-repeat center center;
	background-size:100%;
}
#step1 ul li div:hover,
#step2 ul li div:hover{
	opacity:0.8;
}

#step5{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity:0;
}
#step5 h2 br{
	display:none;
}
#step5 ul{
	overflow:hidden;
	margin-bottom:1px;
	margin-right:25px;
}
#step5 ul li:first-child{
	width:15px;
	height:15px;
	border:1px solid #666;
	float:left;
}
#step5 ul li:last-child{
	width:15px;
	height:15px;
	border:1px solid #666;
	float:right;
}

#step5 div{
	height:15px;
	position:relative;
	margin-right:10px;
}
#step5 div p{
	height:15px;
	border:1px solid #666;
	margin-right:15px;
}
#step5 div span{
	width:30px;
	height:24px;
	border:1px solid #666;
	border-radius:5px;
	background-color:#fff;
	position:absolute;
	left:50%;
	top:-5px;
	margin-left:-15px;
	cursor:pointer;
	box-sizing:border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#step5 ol{
	overflow:hidden;
	margin-top:3px;
	margin-right:25px;
}
#step5 ol li:first-child{
	display:inline-block;
	float:left;
	font-size:12px;
}
#step5 ol li:last-child{
	display:inline-block;
	float:right;
	font-size:12px;
}
#step5 ol li br{
	display:none;
}


#step6{
	width:30%;
	margin:auto;
	padding-right:10px;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity:0;
}
#step6 div{
	width:70%;
	margin:auto;
	padding-top:70%;
	border-radius:50%;
	box-shadow:2px 2px 10px #999;
	border-radius:50%;
	position:relative;
}
#step6 div:after{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	background:url(shadow.png)no-repeat center center;
	background-size:100%;
}

.cont_wrapper{
	padding:3% 0 3% 25px;
	border:3px solid #ffcef8;
	background-color:rgba(255,255,255,0.4);
	border-radius:20px;
	box-shadow:1px 1px 8px #ccc;
}








@media screen and (max-width:640px){
html {
	-webkit-text-size-adjust: 100%;
}
#select_tab{
	display:block;
	text-align:center;
	position:relative;
	z-index:1;
}
#select_tab li{
	width:42%;
	display:inline-block;
	border:3px solid #ffd3ce;
	border-bottom:none;
	background-color:#ffd3ce;
	border-radius:10px 10px 0 0;
	padding:5px;
	color:#fe5a4d;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	white-space:nowrap;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#select_tab li:last-child{
	background-color:rgba(255,255,255,0.4);
	border:3px solid #ceffd7;
	border-bottom:none;
	background-color:#ceffd7;
	font-size:12px;
	font-weight:normal;
	color:#33ce4d;
}
#select_tab li:hover{
	opacity:0.8;
}
section h2{
	text-align:center;
}
section h2 span{
	display:none;
}

.cont_select{
	position:relative;
	padding-top:50%;
	margin-bottom:75px;
}

#step1{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding:1% 3%;
	border:3px solid #ffd3ce;
	background-color:rgba(255,255,255,0.4);
	border-radius:20px;
	box-shadow:1px 1px 8px #ccc;

}
#step2{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding:1% 3%;
	border:3px solid #ceffd7;
	background-color:rgba(255,255,255,0.4);
	border-radius:20px;
	box-shadow:1px 1px 8px #ccc;
	display:none;
}
#step1 h2,
#step2 h2{
	display:none;
}

#step1 ul li,
#step2 ul li{
	width:25%;
}
#step1 ul li div:hover,
#step2 ul li div:hover{
	opacity:1;
}

#step5 h2{
	padding-right:25px;
}


#step6{
	width:50%;
}



}