.yesno {
        height: 200px;
	position:relative;
}

.box{
	border:solid 3px #6AAE46;
	background:#6AAE46;
	color:#FFF;
	font-size:120%;
	text-align:center;
/* ↓角丸部分↓ */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	
}

.box2{
	border:solid 3px #066;
	background:#066;
	color:#FFF;
	font-size:120%;
	text-align:center;
/* ↓角丸部分↓ */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	
}

.box2 span{
	border:solid 1px #066;
	background:#066;
	color:#FFF;
	font-size:120%;
	text-align:center;
/* ↓角丸部分↓ */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	
}

.box3 span{
	padding:.6em 0;
	display:block;
	border:solid 2px #066;
	color:#ffffff;
	background:#600000;
	font-size:120%;
	text-align:center;
/* ↓角丸部分↓ */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	
}

.box4 span{
	padding:.6em 0;
	display:block;
	border:solid 2px #066;
	color:#ffffff;
	background:#797000;
	font-size:120%;
	text-align:center;
/* ↓角丸部分↓ */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	
}


.yesno ul li {
	list-style:none;
	float: left;
	text-align: center;
	display: block;
	color: #FFF;
	background-color: #066;
	line-height: 100px;
	font-size: 120%;
/* ↓角丸部分↓ */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	
}
.positionFit {
	position:absolute;
	left: 0px;
	top: 20px;
}
.col_1 li {
	width: 80%;
	margin: 1%;
}
.col_2 li {
	width: 48%;
	margin: 1%;
}
.yesno ul li a {
	color: #FFF;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	background-color: #066;
/* ↓角丸部分↓ */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
}
.yesno div {
	clear: both;
	height: 100px;
	width: 100%;
}
.yesno ul li a:hover {
	background-color: #004747;
}

/*最初からやり直すボタン*/
#restart {
	clear: both;
	text-align: center;
	height: 30px;
	width: 30%;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0px;
}
#restart a {
	background-color: #936;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	font-size:70%;
/* ↓角丸部分↓ */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
}
#restart a:hover {
	background-color: #B13A75;
}

.markup {
	background: #6f8654;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 85%;
	text-align: center;
	width:100px;
	padding: 0 5px;
	margin: 0 3px 5px;
	border: 1px solid #666;	/*枠線の幅、線種、色*/
	border-radius: 3px;
}
