@charset "UTF-8";
/* CSS Document */

.clearfix:after {
  content: "　";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}



#shindan-body{
	width:750px;
	margin:0 auto;
	position:relative;
}
#shindan-body #retry{ position:absolute; left:600px; top:-30px;}

#shindan-body h2{
	color:#000;
	font-weight:bold;
	height:56px;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:65px;
	padding-top:0;
	line-height:56px;
	width:700px;
	height:198px;
	text-indent:-999px;
	font-size:1px;
	margin-top:-5px;
	margin-left:-72px;
}

#shindan-body #selecters{
	padding-bottom:60px;
	margin-top:-50px;
}

#shindan-body #selecters a{
	border:1px #999 solid;
	margin-right:10px;
	background-color:#eee;
	padding:5px;
	text-decoration:none;
	display:block;
	float:left;
	color:#900;
	font-weight:bold;
	background-image:url(../images/shindan-sel-bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border:2px #bd5b0d solid;
	border-radius:10px;
	text-align:center;
	width:340px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:16px;
	margin-left:20px;
	margin-top:20px;
}

#shindan-body .sel-top a{
	font-size:24px !important;
	padding-top:30px !important;
	padding-bottom:30px !important;
}


#selected{
	width:894px;
	height:46px;
	background-image:url(../images/shindan-bar.png);
	margin:0 auto;
}

#selected p{
	margin-top:1px;
	height:39px;
	background-image:url(../images/shindan-bar-split.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:30px;
	line-height:39px;
	color:#333;
	margin-left:10px;
	float:left;
}

#selected p:first-child{
	background-image:none;
	text-indent:0;
	margin-left:25px;
}


#frame{
	padding-top:50px;
}
#pop{
	position:relative;
	background-image:url(../images/shindan-body-bg.jpg);
}

#pop #bg-bottom{
	position:absolute;
	bottom:3px;
	right:3px;
}


/*---*/

#shindan-result{
	display:block;
	margin:50px auto;
}

#detail{
	background-color:#FFF;
	background-image:url(../images/shindan-detail-bg.jpg);
	width:700px;
	border-radius:10px;
	border:2px #A99 solid;
	padding:20px;
	color:#333;
	line-height:150%;
	font-size:14px;
}

#detail p{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	color:#900;
}

#detail span.credit{
	color:#999;
	font-size:9px;
	line-height:120%;
}


#detail #spec{
	color:#666;
	font-size:12px;
	margin-top:10px;
}

#detail #shindan-logo{
	float:left;
	margin-right:20px;
	border:1px #999 solid;
}

#detail #link img{
	margin-top:10px;
}

#social{
	text-align:center;
}
#social img{
	width:300px;
	margin:20px 25px;
}
