@charset "utf-8";
/* CSS Document */

html{
	font-size:90%;
	}

body {
    -webkit-text-size-adjust: 90%;
}	
	

#debug{
	position:fixed;
	display:block;
	background-color: #aaa;} 
	
p,li, h3,h2,a,dd,dt,li {
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "MS PGothic", sans-serif;
    color: #346;
	
	}
span{
	font-size:120%;
	color:#8ab;
}
/*ページの全体設定関連*/
h1{font-size:110%;
text-align:center;}


h3,h2{
	font-size:110%;}

p,li,a,dd{
	font-size:100%;
	
	}
dt{
		font-size:90%;
	}

body{   
    background-color: #e0eaec;
   
    background-repeat: no-repeat;
	background-position:top left;
    margin: 0;
    padding: 0;
    height: 100%;
	width:auto;
	text-align: center;
}
	
	
.header{
	display:block;
	position:fixed;
    margin-top: 0;
	text-align:center;
    background-color: #FFF;
    opacity: 0.8;
    width:100%;  
	height:450px;  
	z-index:100;
	
}

.header img{
    opacity: 1;
	width:350px;
	height:350px;
}

.createImage{
    opacity: 1;
}

a {
	color:#35a;
	}
.footer{
	position:relative;
	bottom:0;
	display:block;
	background-color:#FFF;
	
    margin: 0 auto;
    padding: 0;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	background-image:url("../html_img/showcace_bg.png");
	background-repeat:repeat;
}

	

	
.adArea{
	position:relative;
	display:inline-block;
	margin-left:10px;
	}	
	
.adArea p{
	position:relative;
	top:5px;
	text-align:left;
	display:block;
	}
.retry{
	display:block;
	padding:20px;
	background:#baccdc;
	margin:50px;}
#allcontents{
	display:block;
	position:relative;
	top:500px;
	margin: 0 auto;
    background-color: #efefef;
   
    width:100%;
   
}


.nextBt{
    display: block;
    width: 100%;
    background-color: #c0cace;
 padding: 10px 0;   
    
}

/*メニュー切り替えタブ*/
.menuUL{
	width:auto;
	display:block;
	text-align:center;
	}
.menulist{
	position:relative;
	display: inline-block;
	left:-20px;
	}

/*タイトル関連*/
h1{
	width:auto;
	text-align:left;
	padding-left:20px;
color: #444;
font-size: 120%;
   font-style: normal;
    font-weight: 300;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "MS PGothic", sans-serif;
    
}




.menuUL{
	width:auto;
	display:block;
	}

.menulist{
	display:inline-block;
	}


/*メニュータブ*/

.listTab{
	margin-top:3px;
	font-size:110%;
    font-weight: 600;
	color:#aaa;
	min-width:150px;
	max-width:180px;
	height:40px;
	background-color:#fff;
	border:none;
    font-kerning: auto;
	
	margin-left:3px;
	
  border-top-left-radius:5px;
	 -webkit-border-top-left-radius:5px; 
	 border-top-right-radius:5px;
	 -webkit-border-top-right-radius:5px;
    
    
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

    
    
    
/*	
	
	box-shadow:rgba(113, 135, 164, 0.341176) 0px 0px 5px 1px;
-webkit-box-shadow:rgba(113, 135, 164, 0.341176) 0px 0px 5px 1px;
-moz-box-shadow:rgba(113, 135, 164, 0.341176) 0px 0px 5px 1px;*/
	}


.tab_selected{
	color:#457;
	background-color:#BDD;
	border-bottom-color:#77bbee ;
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6dcea+0,efefef+100 */
background: rgb(182,220,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(182,215,234,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(182,215,234,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(182,215,234,1) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6dcea', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

    
	}

	

/*フォームボタン系*/

.reflesh_Bt{
    text-align: center;
    clear: both;
  	 background: #9bc;
    border: 5px solid #FFF;
    color: #fff;
    width: 150px;
    height: 80px;
    padding: 10px 0;  
box-shadow:rgba(113, 135, 164, 0.1) 0px 0px 2px 2px;
-webkit-box-shadow:rgba(113, 135, 164, 0.1) 0px 0px 2px 2px;
-moz-box-shadow:rgba(113, 135, 164, 0.1) 0px 0px 2px 2px;
    
}



input[type="checkbox"] {
	display: none;
}
.checkBox{
	display:inline-block;
	margin-top:20px;
	padding-left:5px;
    padding-bottom: 5px;
	}
label {
     background-color:#FFF;
    background-image: url("../html_img/bg.gif");
    background-repeat: repeat;
	position:relative;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	width:135px;
	overflow:hidden;
	border: 5px solid #fff;
box-shadow:rgba(113, 135, 164, 0.1) 0px 0px 2px 2px;
-webkit-box-shadow:rgba(113, 135, 164, 0.1) 0px 0px 2px 2px;
-moz-box-shadow:rgba(113, 135, 164, 0.1) 0px 0px 2px 2px;
     
	
}



label img{
	display: inline-block;
    width: auto;
	height: 40px;
	
	}
label p{
    font-size:90%;
    display: inline-block;
	 width: 90px;
	margin:7px;
	z-index:200;
	}
/*四角チェックなし*/
label:before {
	
}
/*四角チェックあり*/
input[type="checkbox"]:checked + label:after {
	 position: absolute;
	content: '';
	bottom: 15px;
	right: 10px;
	width: 40px;
	height: 30px;
	border-left: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index:10;
}

/*リザルトエリア	*/

.all_result{
	text-align:center;
	width:500px;}

.tweet_text{
	display:block;
	width:500px;
	height:100px;
	text-align:left;
	}
.result_imagebox{
	display:inline-block;
	width:100%;
	}
		
	
.result_imagebox img{
	width:90%;
	max-width:500px;
	height:auto;
	}	
.image_for_twitter{
	display:block;
	width:100%;
	text-align:center;}
	
.result_UI{
	display:inline-block;
	margin-bottom:10px;
	
	}
	
	
.ad_product{
	background-color:#FFF;
	display:inline-block;
	margin-left:5px;
	width:120px;
	height:120px;
	border: 1px solid #CCC;
	position:relative;
	text-align:center;
	}
	
	
.ad_product img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	}

/*女子初期設定画面*/	

.select_first_type{
	
	width:100%;
	}
.girl_imageBox{
	margin:5px;
	display:inline-block;}
	
.girl_imageBox img{
	width:180px;
height:auto;}