@charset "utf-8";

.styledetail {
	margin: 105px auto;
	width: 866px;
}

.styledetail h2 {
	width: 195px;
	text-align: center;
	margin: 0 auto 90px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 200%;
	letter-spacing: 0.05em;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #333;
}

.styledetail .wrap {
	overflow: hidden;
	margin: 0 0 80px 0;
	padding: 0 0 140px 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.stylemv {
	width: 334px;
	float: left;
}

.stylemv #photo {
	width: 334px;
	height: 457px;
	position: relative;
}

.stylemv #photo img {
	position: absolute;
	width: 100%;
	height: auto;
}

.stylemv #navi {
	overflow: hidden;
	margin: 14px 0 0 0;
}

.stylemv #navi li {
	width: 70px;
	float: left;
	margin: 0 18px 0 0;
}

.stylemv #navi li:last-child {
	margin: 0;
}

.style_data {
	width: 457px;
	float: right;
}

.style_data h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0 20px 0;
	padding: 0 0 20px 0;
	position: relative;
}

.style_data h3:after {
	display: block;
	content: "";
	width: 25px;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
}

.stylistbox {
	margin: 40px 0;
	width: 250px;
	position: relative;
}

.stylistbox .txt {
	font-family: 'Ubuntu', sans-serif;
	font-size: 160%;
	padding: 20px 0 0 0;
}

.stylistbox .txt span {
	display: block;
	margin: 0 0 10px 0;
}

.stylistbox .img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50px; 
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px; 
}

.stylistbox .img a:hover {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

.styledetail .wrap .back {
	width: 129px;
	height: 24px;
	font-size: 80%;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin: 0 0 0 -64px;
}

.styledetail .wrap .back a {
	display: block;
	background: url(../images/index/index_bg2.png) no-repeat left center;
	padding: 3px 0 3px 50px;
	
}

.styledetail .wrap .back a:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


.style_blog {
	width: 866px;
	margin: 0 auto 70px;
	padding: 0 0 70px 0;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	position: relative;
}

.style_blog h3 {
	width: 225px;
	text-align: center;
	margin: 0 auto 60px;
	font-size: 120%;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #333;
}

.style_blog ul {
	overflow: hidden;
}

.style_blog ul li {
	width: 197px;
	float: left;
	margin: 0 25px 0 0;
}

.style_blog ul li:last-child {
	margin: 0;
}

.style_blog ul li .txt {
	margin: 14px 0 0 0;
}

.style_blog ul li .txt .date {
	font-size: 90%;
	display: block;
	margin: 3px 0 0 0;
	color: #999;
}

.style_blog .button {
	margin: 70px auto 0;
	width: 129px;
	font-size: 80%;
}

.style_blog .button a {
	display: block;
	background: url(../images/index/index_bg2.png) no-repeat left center;
	padding: 3px 0 3px 50px;
}

.style_blog .button a:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}




.style_gallery {
	width: 866px;
	margin: 0 auto;
	padding: 0 0 70px 0;
	overflow: hidden;
	position: relative;
}

.style_gallery h3 {
	width: 195px;
	text-align: center;
	margin: 0 auto 60px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 200%;
	letter-spacing: 0.05em;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #333;
}

.style_gallery ul {
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
}

.style_gallery ul li {
	width: 174px;
	float: left;
	margin: 0 24px 0 0;
}

.style_gallery ul li:last-child {
	margin: 0;
}

.style_gallery .button {
	margin: 70px auto 0;
	width: 129px;
	font-size: 80%;
}

.style_gallery .button a {
	display: block;
	background: url(../images/index/index_bg2.png) no-repeat left center;
	padding: 3px 0 3px 30px;
}

.style_gallery .button a:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

























