@charset "utf-8";
/* CSS Document */
#sheet,
#option {
	margin-bottom:3em!important;
}
#sheet .tit01,
#option .tit01 {
	padding-left:1em;
	
}
#sheet section {
	margin-bottom:2em;
}
#sheet h3 {	
	margin-bottom:0.5em;
	background:url(../../images/mainframe/butterfly.png) no-repeat left center;
	padding-left:1.5em;
	background-size: 23px 20px;
}

/* sheetBox
---------------------------------*/
.sheetBox table {
	width:100%;
	margin-bottom:1em;
}
.sheetBox th,
.sheetBox td {
	border:1px #ee687e solid;
	padding:0.5em 0.5em;
	vertical-align:middle;
}
.sheetBox th {
	width:25%;
	background-color:#fddce6;
	color:#333;
}
.sheettype td {
	background-color:#fff;
	color:#333;
}

.sheetBox ul {
	margin-bottom:1em;
	width:100%;
}
.sheetBox li,
.optBox  h4 span {
	display:inline-block;
	padding:0.1em 0.8em;
	background-color:#ee687e;
	text-align:center;
	font-size:0.8em;
	margin-bottom:0.3em;
	border-radius:10px;
	vertical-align:middle;
}
.sheetBox p {
	text-indent: 1em;
}

/* optBox
---------------------------------*/
.optBox {
	margin-bottom:1em;
}
.optBox h4 {
	color:#ffff00;
	font-weight:bold;
	margin-bottom:0.5em;
}
.optBox  h4 span {
	color:#fff;
	font-weight:normal;
}
.optBox .optPhoto {
	margin-bottom:0.5em;
}
	