@charset "utf-8";
/* CSS Document */
/* 相続判定チャート
-------------------------------------------------- */


.chart-inner{
	color:#40210f;
	height:auto;
	border:1px solid #998675;
	overflow:hidden;
	padding:0px;
	height:350px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}

ul,li{
	padding:0;
	margin:0;

}

.chart_wrap{
	height:135px;
	background:url(img/bg_chart_title.png) no-repeat top left;
	border-bottom:1px solid #998675;
	margin:0 auto;
}

.chart_wrap h2{
	padding:35px 0 0 20px;
	margin:0;
}

.chart_wrap p{
	margin:0;
	font-size:94%;
	padding:0px 0 0 20px;
	
}

.yesno {
	width:760px;
    height: auto;
	position:relative;
	margin:0 auto;
}

.yesno ul li {
	list-style:none;
	float: left;
	text-align: center;
	display: block;
	color: #40210f;
	background-color: none;
	line-height: 60px;
	font-size: 120%;
}
.positionFit {
	position:absolute;
	left: 0px;
	top: 0px;
}
.col_1 li {
	width: 100%;
	margin: 1%;
}
li#result{
	width:760px;
	padding:20px 0;
	line-height:150%;
	text-align:left;
	font-size:98%;
}
.col_2 li {
	width: 48%;
	margin: 1%;
}
.col_3 li {
	width: 31%;
	margin: 1%;
}
.yesno ul li a {
	color: #FFF;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	background-color: #b57346;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}

.yesno ul li.btn_no a {
	background-color: #737351;
}

.yesno div {
	clear: both;
	height: 300px;
	width: 100%;
}
.yesno ul li a:hover {
	 filter: alpha(opacity=70);
	  -moz-opacity:0.7;
	  opacity:0.7;
}


.yesno h2{
	padding:3px 0 3px 10px;
	margin:10px 0;
	border-left:2px solid #998675;
	color:#40210f;
	font-weight:bold;
	font-size:98%;
}

/*最初からやり直すボタン*/
#restart {
	clear: both;
	text-align: center;
	height: 30px;
	width: 20%;
	line-height: 30px;
	position: absolute;
	top: -50px;
	right: 0px;
}
#restart a {
	background-color: #876833;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	font-size:90%;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
#restart a:hover {
	 filter: alpha(opacity=70);
	  -moz-opacity:0.7;
	  opacity:0.7;
}



/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -400px;
		width: 800px;
		background: #eee -200px -80px;
		position: fixed;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
