@charset "utf-8";
/* CSS Document */


/* .part-detail */
.part-detail {
	display:block; box-sizing:border-box;
	width:calc(100% - 2rem); height:auto; min-height:44rem; overflow:hidden;
	margin:5.8rem auto 0 auto; padding:0 1.2rem;
	font-size:0;
	background-color:#fff;
	-webkit-border-radius:0.5rem; -moz-border-radius:0.5rem; border-radius:0.5rem;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 0.8rem; -moz-box-shadow:rgba(0,0,0,0.1) 0 0 0.8rem; box-shadow:rgba(0,0,0,0.1) 0 0 0.8rem;
}

.part-detail > .title {
	display:block;
	height:2.6rem;
	margin-top:0.4rem;
	border-bottom:0.1rem solid #e0e0e0;
	font-size:0;
	white-space:nowrap;
}
.part-detail > .title > a {
	display:inline-block;
	min-width:5rem; line-height:2.6rem;
	padding:0 1rem;
	font-size:1.1rem;
	text-align:center;
}
.part-detail > .title > a:link {color:#666;}
.part-detail > .title > a:visited {color:#666;}
.part-detail > .title > a:hover {color:#c00;}
.part-detail > .title > a:active {color:#c00;}

.part-detail > .title > a.active {
	font-weight:bold;
	color:#4388f0;
	border-bottom:0.2rem solid #4388f0;
}



.part-detail > .content {
	display:block; box-sizing:border-box;
	width:100%; height:auto;
	margin:0 auto; padding:0.8rem 0 3rem 0;
	font-size:0;
	white-space:nowrap;
}



.part-detail > .content > .detail {
	display:block; box-sizing:border-box;
	width:calc(100% - 2rem); height:auto; line-height:2;
	overflow:hidden;
	margin:0 auto; padding:0.8rem 0 2rem 0;
	font-size:1.3rem; color:#4c4c4c;
	text-align:left;
	white-space:normal;
}
.part-detail > .content > .detail > h1 {
	display:block; box-sizing:border-box;
	width:calc(100% - 2rem); height:auto; line-height:1.6;
	margin:0 auto; padding:0.8rem 0;
	font-size:1.5rem; color:#4c4c4c; font-weight:bold;
	text-align:center;
	white-space:normal;
	border-bottom:0.1rem solid #ddd;
}
.part-detail > .content > .detail * {
	max-width:100%;
}























