@charset "utf-8";
/*----------------------------------------*/
/*                                        */
/*アダルトチェキ                          */
/*体験レポートスタイル                    */
/*                                        */
/*----------------------------------------*/


/*----------------------------------------*/
/*カラムBOXセット                     　　*/
/*                                        */
/*3カラム設定                             */
/*background >> width:970px               */
/*----------------------------------------*/

/*3カラムレイアウト
-----------------------------------------------------------
| #mainColumn  920px                                      |
| --------------------------------------  --------------- |
| | #container  730px  left            |  | #rightNavi  | | 
| | -------------  ------------------- |  |  180px      | |
| | | #leftNavi |  | #mainContents   | |  |  right      | |
| | |  160px    |  |  560px          | |  |             | |
| | |           |  |  right          | |  |             | |
| | -------------  ------------------- |  |             | |
| --------------------------------------  --------------- |
-----------------------------------------------------------
*/

#mainColumn{
	width:920px;
	margin:auto;
}

#container{
	width:710px;
	float:left;	
}

/*カラムワイド*/
#mainContents{
	width:530px;
	float:right;
	margin:0px;
	padding:0px;
}

#leftNavi{
	width:160px;
	float:left;
}
#rightNavi{
	width:180px;
	float:right;
}
#footer{
	clear:both;
}


/*Entry                      */
/*----------------------------------------*/
.entry{
	padding-bottom:3em;
}

.entry h2{
	padding-left:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-left:3px solid #5e0081;
	border-bottom:1px solid #bbb;
	font-size:1.4em;
	line-height:1em;
	font-weigth:bold;
}
.entry h2 a{
	text-decoration:none;
}

.entry h3{
	background:no-repeat left url(../img/exp/h3_list.gif);
	padding-left:16px;
	font-size:1.2em;
	color:#7e00ad;
}

.entry h4{
	font-size:1.2em;
	color:#093;
}

.entry p{
	padding-bottom:1em;
}
.entry img{
	border:1px solid #666;
}

.entry div.entryImage{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.entry .bt_entry{
	margin:2em auto;
	width:150px;
}

.entry div.entryFooter{
	clear:both;
	border-top:1px solid #bbb;
	padding-top:0px;
	font-size:0.8em;
	color:#999;
}

.entry div.entryFooter .entryDate{
	text-align:right;
}

.entry #bottons{
	position:relative;
	padding-left:80px;
}

/*関連エントリー一覧*/
.entry #relatedEntries h3{
	background:no-repeat url(../img/exp/midashi_h3.gif);
	height:29px;
	line-height:29px;
	padding-left:20px;
}

.entry #relatedEntries li{
	background:no-repeat left url(../img/common/materials/arrow.gif);
	padding-left:13px;
}

/*サイト詳細*/
.entry #bt_detail{
	width:180px;
	line-height:35px;
}
.entry #bt_detail a{
	display:block;
	width:180px;
	height:35px;
	background:no-repeat top url(../img/exp/bt_detail.gif);
	text-indent:-9999em;
}
.entry #bt_detail a:hover{
	background-position:bottom;
}

/*サイト入り口*/
.entry #bt_enter{
	position:absolute;
	top:0px;
	right:80px;
	width:180px;
	line-height:35px;
}
.entry #bt_enter a{
	display:block;
	width:180px;
	height:35px;
	background:no-repeat top url(../img/exp/bt_enter.gif);
	text-indent:-9999em;
}
.entry #bt_enter a:hover{
	background-position:bottom;
}



/*右カラム                      */
/*----------------------------------------*/
/*サイト紹介*/
#siteSummary{
	position:relative;
	background-color:#000;
	padding:10px;
	margin-bottom:35px;
}
#siteSummary h4{
	margin-bottom:5px;
	text-align:center;
	color:#fff;
}

#siteSummary #summaryData{
	background-color:#fff;
	padding:5px;
}

#siteSummary #summaryData #sitename{
	margin-bottom:6px;
	background:no-repeat left url(../img/ad/top/icon_sight.gif);
	text-indent:18px;
	line-height:11px;
}
#siteSummary #summaryData #hyoka{
	position:relative;
	margin-bottom:5px;
}
#siteSummary #summaryData #hyoka h5{
	text-indent:-9999em;
	background:no-repeat left url(../img/ad/top/icon_account.gif);
	line-height:18px;
	width:28px;
}
#siteSummary #summaryData #hyoka div#star{
	position:absolute;
	top:2px;
	left:31px;
}

#siteSummary #summaryData #memFee{
	position:relative;
}
#siteSummary #summaryData #memFee h5{
	text-indent:-9999em;
	background:no-repeat left url(../img/ad/top/icon_money.gif);
	line-height:18px;
	width:28px;
}
#siteSummary #summaryData #memFee p{
	position:absolute;
	top:2px;
	left:31px;
}

#siteSummary #bt_detail{
	position:absolute;
	left:0px;
	bottom:-27px;
	height:21px;
	width:180px;
}
#siteSummary #bt_detail a{
	display:block;
	text-indent:-9999em;
	background:no-repeat center top url(../img/exp/bt_sitedetail.gif);
	height:21px;
	width:180px;
}
#siteSummary #bt_detail a:hover{
	background-position:bottom;
}


/*サイト入り口*/
#rightNavi #bt_enter{
	margin:5px auto 15px;
	width:180px;
	line-height:35px;
}
#rightNavi #bt_enter a{
	display:block;
	width:180px;
	height:35px;
	background:no-repeat top url(../img/exp/bt_enter.gif);
	text-indent:-9999em;
}
#rightNavi #bt_enter a:hover{
	background-position:bottom;
}


/*おすすめ動画*/
#latestMov{
	padding-bottom:10px;
}
#latestMov h4{
	padding-left:25px;
	background:no-repeat url(../img/exp/midashi_ev.gif);
	height:29px;
	line-height:1.0em;
}

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

#latestMov li{
	position:relative;
	margin-bottom:10px;
}
#latestMov li .sumbnail{
	height:63px;
	overflow:hidden;
}

#latestMov li .sumbnail{
	border:4px solid #ddd;
	width:85px;
}

#latestMov li .title{
	position:absolute;
	width:80px;
	right:0px;
	top:0px;
}


/*カテゴリー*/
#categories{
	padding-bottom:20px;
}
#categories h4{
	text-indent:20px;
	background:no-repeat url(../img/exp/midashi.gif);
	line-height:29px;
	width:180px;
}
#categories p{
	font-size:10px;
	margin-bottom:0px;
	line-height:1.2em;
}

#categories li{
	background:no-repeat left url(../img/common/materials/arrow.gif);
	padding-left:13px;
}

/*最近のエントリー*/
#latestEntry{
	padding-bottom:20px;
}
#latestEntry h4{
	text-indent:20px;
	background:no-repeat url(../img/exp/midashi.gif);
	line-height:29px;
	width:180px;
}
#latestEntry p{
	font-size:10px;
	margin-bottom:0px;
	line-height:1.2em;
}

#latestEntry li{
	background:no-repeat left url(../img/common/materials/arrow.gif);
	padding-left:13px;
}





