@charset "utf-8";
/* CSS Document */

/*ƒ^ƒu*/

.tabs {
	float: none;
	list-style: none;
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.tabs li {
    float: left;
    display: block;
	margin-left: 24px;
}
.tabs input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.tabs label {
	display: block;
	padding: 13px;
	border-radius: 3px 3px 0 0;
	background: #ffffff;
	cursor: pointer;
	position: relative;
	top: 7px;
	width: 250px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font: bold 15px "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
	border-top: 3px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	color: #b5b5b5;
}
.tabs label:hover {
    background-color: #e7e5e5;
}
.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.8em;
    position: absolute;
    top: 53px;
    left: 0;
}
.tabs [id^="tab"]:checked + label {
    top: 3px;
    padding-top: 17px;
    background: #ffffff;
	border-top: 3px solid #e70033;
	border-right: 1px solid #e70033;
	border-left: 1px solid #e70033;
	color: #e70033;
	z-index: 10;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
 display: block;
}



.contents {

}
.contents h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.contents .wrap p {
	margin-bottom: 25px;
}
.contents .wrap ul li {
	float: left;
	margin-right: 28px;
}
.contents .text {
	font-size: 10px;
	color: #333;
	text-align: right;
	margin-right: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
