@charset "utf-8";
/* CSS Document */


#main_wrap {
	width:750px;
	float:right;
	margin-bottom:50px;
}

.cast {
	width:170px;
	height:189px;
	border:solid 1px #cccccc;
	text-align:center;
	padding:20px 5px 5px 5px;
	float:left;
	margin-right:7px;
	margin-bottom:8px;
}

.cast2 {
	width:170px;
	height:189px;
	border:solid 1px #cccccc;
	text-align:center;
	padding:20px 5px 5px 5px;
	float:right;
	margin-bottom:8px;
}



a.btn {
	display:block;
	background-image:url(../imgs/cast/cast_syousai_btn.png);
	background-repeat:no-repeat;
	background-position:right;
    height: 25px; /* 画像1枚分の高さ */
	width:169px;
	text-indent: -1000px; /* 文字を見えなくする */
}

a.btn:hover {
	background-image:url(../imgs/cast/cast_syousai_btn_o.png);
}


.cast p.name, .cast2 p.name {
	font-size:18px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}


.cast p.name2, .cast2 p.name2 {
	background-color:#CCC;
	color:#fff;
	margin-bottom:10px;
}




/*////////////////////キャスト　詳細////////////////////*/

#cast_syousai h2 {
	font-size:30px;
	font-weight:normal;
	margin-bottom:20px;
}

#cast_syousai span.romaji {
	font-size:20px;
}

#cast_syousai p.profile {
	font-size:20px;
	float:left;
}


#cast_syousai p.line {
	clear:both;
	background-image:url(../imgs/cast/dotline.gif);
	background-repeat:repeat-x;
	background-position:0% 100%;
	padding-bottom:5px;
}



#cast_syousai ul {
	 margin-top:10px;
}

#cast_syousai li {
	list-style-type:disc;
	margin-left:20px;
	line-height:1.5em;
}



#cast_syousai {
	width:750px;
}


#cast_syousai img.photo {
	display:block;
	width:250px;
	height:250px;
	float:left;
}


#cast_syousai .rightbox {
	width:480px;
	float:right;
}


/*////////////////////商品　プロフィール////////////////////*/


#syouhin_profile p.profile {
	font-size:20px;
	float:left;
}


#syouhin_profile p.dotline {
	clear:both;
	background-image:url(../imgs/cast/line_dot_01.gif);
	background-repeat:repeat-x;
	background-position:0% 100%;
	padding-bottom:5px;
}



#syouhin_profile ul {
	 margin-top:10px;
}

#syouhin_profile li {
	list-style-type:disc;
	margin-left:20px;
	line-height:1.5em;
}



#syouhin_profile {
	width:750px;
}


#syouhin_profile img.photo {
	display:block;
	float:left;
}


#syouhin_profile .rightbox {
	width:550px;
	float:right;
}




