@charset "UTF-8";
*{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body{
	background-color:#FFF;
	background-image:none;
}
#base{
	width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

section{
}
.ph_area{
	width: 100%;
	height: 270px;
	margin-bottom: 10px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
.tx_area{
	width: 100%;
}
.cut_area{
	width:100%;
	clear:both;
	padding-top:10px;
}

.cut_area li{
	width:95px;
	background-color:#B3B3B3;
	height:95px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
}
.prof_data {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.prof_body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 25px;
}
.psData {
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px solid #939393;
}
.cut_area li:nth-child(6n){
	margin-right:0px;
}

.ph_area li {
	position: absolute;	
}
#prev {
	position: absolute;
	right:0px;
	cursor:pointer;
}
#back {
	position: absolute;
	left:0px;
	cursor:pointer;
}


/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
