
/*----------initialize----------*/
@charset "UTF-8";

html{
	overflow-y		:scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,p,blockquote{
	margin:0px;
	padding:0px;
}


fieldset,img{
	border:0px;
}
table{
	border-collapse:collapse;
	border-spacing:0px;
}

*{
	margin			:0px;
	padding			:0px;
	list-style		:none;

	/* パディングとボーダーを幅と高さに含める */
	-moz-box-sizing: border-box; /* Firefox */ 
	-webkit-box-sizing: border-box; /* Safari 3 */ 
	-ms-box-sizing: border-box; /* Internet Explorer 8 */ 
	box-sizing: border-box; /* Opera */ 
}

/*----------cleafix-hack----------*/
.clearfix{
	display			:block;
	clear			:both;
	position		:static;
}
.clearfix hr { display:none; }


/*----------default-settings----------*/
body{
	background-color:#ffffff;
}

a{
	text-decoration	:none;
}

a:hover{
	text-decoration: underline;
}


/*
input{
	padding	:2px;
}

input.submit{
	min-width:80px;
	width:auto;
}

a{
	color		:#555555;
	text-decoration	:none;
}

a:hover{
	text-decoration	:underline;
}
*/

/*------------Header------------*/

#header_container_1{
	width		:100%;
	height		:70px;

	background-color:#f6f6f6;
	background-repeat:repeat-x;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;

}

#header_container_1 img:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";

	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=2);
}

/*------------gnavi------------*/

#gnavi_container_1{
	width		:100%;
	height		:40px;

	background-color:#333333;
	background-repeat:repeat-x;
}

#gnavi_container_1_inner{
	width		:960px;
	height		:100%;
	margin		:0 auto;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.gnavi_menu_1{
	display:inline-block;
	width:85px;
	height:100%;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	background-color:#333333;
	
	vertical-align:middle;

	padding-top:10px;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.gnavi_menu_1:hover{
	background-color:#ff0099;
	text-decoration	:none;
}

#gnavi_menu_container{
	width		:100%;
	height		:40px;
}

#gnavi_menu_container .fixbar{
  position: absolute;
  width:100%;
  top: 70px;
	background-color:#333333;
	background-repeat:repeat-x;
  z-index:6;
}
#gnavi_menu_container.fixed .fixbar {
  position: fixed;
  top: 0px;
}

/*------------Top------------*/
#top_container_1{
	width		:100%;
	height		:300px;
	background-image:url(/pc/img/top_container_1_bg.jpg);
	background-repeat:repeat-x;
}

#top_container_1_inner{
	width		:1060px;
	margin		:0 auto;
	vertical-align:middle;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

/*------------Pack------------*/
.pack_container_1{
	width		:1060px;
	margin		:0 auto;
	vertical-align:middle;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.pack_container_2{
	width		:940px;
	height		:auto;
	margin		:0 auto;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.pack_container_3{
	width		:600px;
	height		:auto;

	display		:inline-block;

}

.pack_container_4{
	width		:300px;
	height		:auto;

	display		:inline-block;
	margin-left	:10px;

	vertical-align:top;

}

.ranking_container_2{
	width		:515px;
	height		:auto;
	margin		:0 auto;

	display		:inline-block;

	vertical-align:middle;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

/*------------Base------------*/
.base_container_1{
	width		:960px;
	height		:auto;
	margin		:0 auto;
	padding-left:10px;
	padding-right:10px;

	vertical-align:middle;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.base_container_2{
	width		:940px;
	height		:auto;
	margin		:0 auto;
	padding-left:10px;
	padding-right:10px;

	display		:inline-block;

	vertical-align:middle;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.base_page_title_1{
	width		:100%;
	height		:50px;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	font-size	:20px;
	font-weight	:bold;
	color		:#000000;
	padding-top	:10px;
	padding-bottom	:10px;
	border-bottom:solid 2px #000000;
}

.base_container_3{
	margin	:0 auto;
	width	:1060px;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.base_font{
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.base_hover_opacity:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

.base_opacity_4{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

.base_opacity_7{
	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";
}

.base_box_maru_3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.base_box_maru_5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.base_box_maru_5_top{
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.base_box_maru_5_bottom{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}

/*------------Login------------*/
#login_page a:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}
#login_page input[type=image]:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

/*------------Common------------*/
.a_btn001{
	width		:300px;
	height		:169px;
	display		:inline-block;
	background-color:#ffffff;
	cursor		:pointer;

	text-align	:center;
	font-size	:20px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;

	color		:#ffffff;

	padding-top	:50px;
}

.a_btn002{
	width		:220px;
	height		:124px;
	display		:inline-block;
	background-color:#ffffff;
	cursor		:pointer;

	text-align	:center;
	font-size	:20px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;

	color		:#ffffff;

	padding-top	:30px;
}

.title_bar001{
	width		:auto;
	height		:50px;

	text-align	:left;
	font-size	:20px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;

	color		:#333333;

	margin-top	:30px;
}

.title_bar002{
	width		:auto;
	height		:50px;

	text-align	:left;
	font-size	:20px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;

	color		:#333333;

	margin-top	:20px;
	margin-left	:65px;
}

.btn_scroll_l_001{
	width		:50px;
	height		:100%;
	display		:inline-block;
	position	:relative;
	top			:27px;
}


.btn_scroll_r_001{
	width		:50px;
	height		:100%;
	display		:inline-block;
	position	:relative;
	top			:27px;

}

#list_container_1{
	width		:960px;
	height		:auto;
	margin		:0 auto;
	padding-left:10px;
	padding-right:10px;

	padding-top:20px;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

#list_container_1_left{
	width		:220px;
	min-height	:100%;
	height		:auto;
	margin-bottom:10px;
	float		:left;
}

#list_container_1_right{
	width		:700px;
	min-height	:100%;
	height		:auto;
	float		:right;

	position	:relative;
	z-index		:1;
}

.list_btn_hover_shadow:hover{
	background-color:#f6f6f6;
}

.list_btn_hover_opacity:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

.list_paging{
	font-size	:11px;
	text-align	:right;
}

.list_paging a{
	text-decoration:none;
}

.paging_box_01{
	min-width	:20px;
	height		:20px;
	display		:inline-block;
	border		:solid 1px #c4cdd3;
	text-align	:center;
	margin-left	:3px;
	color		:#000000;
	font-size	:12px;
}

.paging_box_01:hover{
	text-decoration:none;
	background-color:#6a6b6c;
	color		:#ffffff;
}

.paging_box_02{
	min-width	:30px;
	height		:30px;
	line-height :30px;
	display		:inline-block;
	border		:solid 1px #c4cdd3;
	text-align	:center;
	margin-left	:3px;
	color		:#000000;
	font-size	:15px;
}

.paging_box_02:hover{
	text-decoration:none;
	background-color:#6a6b6c;
	color		:#ffffff;
}

#list_filter_base01_genre{
	width		:100%;
	position	:absolute;
	z-index		:2;
	top			:180px;
	display		:none;
}
#list_filter_base01_item_actress{
	width		:100%;
	position	:absolute;
	z-index		:2;
	top			:180px;
	display		:none;
}
#list_filter_base01_maker{
	width		:100%;
	position	:absolute;
	z-index		:2;
	top			:180px;
	display		:none;
}
#list_filter_base01_item_series{
	width		:100%;
	position	:absolute;
	z-index		:2;
	top			:180px;
	display		:none;
}
#list_filter_base01_pack{
	width		:100%;
	position	:absolute;
	z-index		:2;
	top			:180px;
	display		:none;
}

#list_filter_base01_ppv{
	width		:100%;
	position	:absolute;
	z-index		:2;
	top			:180px;
	display		:none;
}


.list_filter_base02{
	width		:700px;
	margin-left :240px;
	background-color:#515151;
	border:solid 1px #000000;

	background:rgba(81,81,81, 0.8);
}

.list_filter_td_1{
	border:solid 1px #c0c0c0;
	padding	:3px;
	background-color:#ffffff;
	font-size	:14px;
}

.list_filter_td_2{
	width	:20%;
	border:solid 1px #c0c0c0;
	padding	:3px;
	background-color:#ffffff;
	font-size	:11px;
	color		:#777777;
}

.list_filter_td_2 a{
	font-size	:12px;
	color		:#508fd1;
}

.genre_list a{
	margin		:3px;
	font-size	:12px;
	color		:#4999d6;
}

#SearchParam a{
	margin		:3px;
	font-size	:13px;
	color		:#4999d6;
}


/*------------Item------------*/
.item_block001{
	width		:175px;
	height		:250px;
	display		:inline-block;
	background-color:#ffffff;
	text-align	:center;
}

.item_img001{
	width		:175px;
	height		:200px;
	display		:block;
	text-align	:center;
	cursor		:pointer;
	z-index		:1;
	position	:relative;
}

.item_img005{
	/*width		:175px;
	height		:200px;*/
	display		:block;
	text-align	:center;
	cursor		:pointer;
	/*z-index:1;*/
	/*position: relative;*/
}


.item_title001{
	width		:175px;
	height		:50px;
	display		:block;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	cursor		:pointer;

	padding		:5px;
	z-index:2;
	position: relative;
}

.item_title005{

	height		:50px;
	display		:block;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	cursor		:pointer;

	padding		:5px;

	position: relative;
}

.item_title001_over{
	width		:175px;
	height		:50px;
	display		:block;
	background-color:#0d0d40;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	padding		:5px;
	z-index		:2;
	position: relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";
}

.item_title001:hover{
	width		:175px;
	height		:50px;
	display		:block;
	background-color:#0d0d40;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	padding		:5px;
	z-index:2;
	position: relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";
}

.item_title001 a{
	color		:transparent;
}

.item_title001_over a{
	color		:#ffffff;
}


.item_img002{
	width		:175px;
	height		:0px;
	display		:block;
	text-align	:center;
	cursor		:pointer;
	z-index:1;
	position: relative;
}

.item_ranking002{
    width: 0;
    height: 0;
	left:0px;
	top:0px;
    border-top: 20px solid #57c077;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #57c077;
	z-index:2;
	position: relative;
}

.item_title002{
	width		:175px;
	height		:50px;
	display		:block;

	cursor		:pointer;

	left:0px;
	top:160px;
	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	padding		:5px;
	z-index:2;
	position: relative;
}

.item_title002_over{
	width		:175px;
	height		:50px;
	background-color:#120f0f;
	display		:block;

	cursor		:pointer;

	left:0px;
	top:160px;
	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index:2;
	position: relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.item_title002:hover{
	width		:175px;
	height		:50px;
	background-color:#120f0f;
	display		:block;

	cursor		:pointer;

	left:0px;
	top:160px;
	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index:2;
	position: relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.item_title002 a{
	color		:transparent;
}

.item_title002_over a{
	color		:#ffffff;
}

.item_list_block001{
	width		:130px;
	height		:280px;
	display		:inline-block;
	text-align	:left;
	font-size	:12px;
	font-weight	:normal;
}

.item_list_block001 a{
	color		:#555555;
}


/*-----------------*/
.item_block101{
	width		:120px;
	height		:172px;
	display		:inline-block;
	background-color:#f5f5f5;
	text-align	:center;
}

.item_img102{
	width		:120px;
	height		:0px;
	display		:block;
	text-align	:center;
	cursor		:pointer;
	z-index		:1;
	position	:relative;
}

.item_ranking102{
    width: 0;
    height: 0;
	left:0px;
	top:0px;
    border-top: 20px solid #57c077;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #57c077;
	z-index	:2;
	position:relative;
}

.item_title102{
	width		:120px;
	height		:38px;
	display		:block;

	cursor		:pointer;

	left:0px;
	top:95px;
	font-size	:9px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	padding		:5px;
	z-index	:2;
	position:relative;
}

.item_title102_over{
	width		:120px;
	height		:38px;
	background-color:#120f0f;
	display		:block;

	cursor		:pointer;

	left:0px;
	top:95px;
	font-size	:9px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index	:2;
	position:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.item_title102:hover{
	width		:120px;
	height		:38px;
	background-color:#120f0f;
	display		:block;

	cursor		:pointer;

	left:0px;
	top:95px;
	font-size	:9px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:2;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.item_title102 a{
	color		:transparent;
}

.item_title102_over a{
	color		:#ffffff;
}

.title_bar102{
	width		:auto;
	height		:50px;

	text-align	:left;
	font-size	:20px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;

	color		:#333333;

	margin-top	:30px;
}

.btn_scroll_l_101{
	width		:30px;
	height		:100%;
	display		:inline-block;
	position	:relative;
	top			:10px;
}


.btn_scroll_r_101{
	width		:30px;
	height		:100%;
	display		:inline-block;
	position	:relative;
	top			:10px;
}


/*-----------------*/
.item_block103{
	width		:120px;
	height		:172px;
	display		:inline-block;
	background-color:#f5f5f5;
	text-align	:center;
}

.item_title104{
	width		:120px;
	height		:38px;
	display		:block;

	overflow	:hidden;
	cursor		:pointer;

	font-size	:9px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	padding		:5px;
}

.item_title104_over{
	width		:120px;
	height		:38px;
	background-color:#120f0f;
	display		:block;

	overflow	:hidden;
	cursor		:pointer;

	font-size	:9px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.item_title104:hover{
	width		:120px;
	height		:38px;
	background-color:#120f0f;
	display		:block;

	overflow	:hidden;
	cursor		:pointer;

	font-size	:9px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.item_title104 a{
	color		:transparent;
}

.item_title104_over a{
	color		:#ffffff;
}

.title_bar104{
	width		:auto;
	height		:50px;

	text-align	:left;
	font-size	:20px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;

	color		:#333333;

	margin-top	:30px;
}

/*----------------------------------------------*/

#item_container_1{
	width		:100%;
	height		:auto;
	margin		:0 auto;
	background-color:#2b2b2b;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

#item_container_1_purchase{
	width		:960px;
	height		:auto;
	margin		:0 auto;
	padding		:10px;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;

}

#item_container_1_view{
	width		:640px;
	height		:360px;
	float		:left;
	background-color:#000000;
}

#item_container_1_view_center{
	width		:640px;
	height		:400px;
	margin		:0 auto;
	background-color:#000000;
}

#item_container_1_pack{
	width		:290px;
	height		:360px;
	float		:right;
	background-color:#4c4c4c;
	color		:#ffffff;
	padding		:10px;
	font-size	:14px;
}

#item_container_2{
	width		:100%;
	height		:auto;
	margin		:0 auto;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	color		:#333333;
}

#item_container_2_title{
	width		:960px;
	height		:auto;
	margin		:0 auto;
	padding		:10px;
	padding-bottom:0px;
	border-bottom:solid 1px #e5e5e5;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

#item_container_2_detail{
	width		:960px;
	height		:auto;
	margin		:0 auto;
	padding		:10px;
	font-size	:14px;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

#item_container_2_thum{
	width		:960px;
	height		:auto;
	margin		:0 auto;
	padding		:10px;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

/*------------Pack------------*/
.pack_block001{
	width		:460px;
	height		:268px;
	display		:inline-block;
	background-color:#ffffff;
	text-align	:center;
	z-index		:1;
	position	:relative;
}

.pack_img001{
	width		:460px;
	height		:218px;
	display		:block;
	text-align	:center;
	cursor		:pointer;

	z-index		:2;
	position	:relative;
}

.pack_title001{
	width		:460px;
	height		:50px;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;
}

.pack_title001_blank{
	width		:460px;
	height		:50px;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;
}

.pack_title001_over{
	width		:460px;
	height		:50px;
	background-color:#2e0101;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.pack_title001:hover{
	width		:460px;
	height		:50px;
	background-color:#2e0101;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.pack_title001 a{
	color		:transparent;
}

.pack_title001_over a{
	color		:#ffffff;
}


.pack_block002{
	width		:220px;
	height		:130px;
	display		:inline-block;
	background-color:#ffffff;
	text-align	:center;
	margin-left	:7px;
	margin-bottom:6px;
	z-index		:1;
	position	:relative;
}

.pack_img002{
	width		:220px;
	height		:80px;
	display		:block;
	text-align	:center;
	cursor		:pointer;
	z-index		:2;
	position	:relative;
}

.pack_title002{
	width		:220px;
	height		:50px;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	padding		:5px;
	z-index		:3;
	position	:relative;
}

.pack_title002_blank{
	width		:220px;
	height		:50px;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	padding		:5px;
	z-index		:3;
	position	:relative;
}

.pack_title002_over{
	width		:220px;
	height		:50px;
	background-color:#2e0101;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.pack_title002:hover{
	width		:220px;
	height		:50px;
	background-color:#2e0101;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.pack_title002 a{
	color		:transparent;
}

.pack_title002_over a{
	color		:#ffffff;
}

/*------------Maker------------*/
.maker_block001{
	width		:220px;
	height		:124px;
	display		:inline-block;
	background-color:#ffffff;
	text-align	:center;
	z-index		:1;
	position	:relative;
}

.maker_img001{
	width		:220px;
	height		:94px;
	display		:block;
	text-align	:center;
	cursor		:pointer;

	z-index		:2;
	position	:relative;
}

.maker_title001{
	width		:220px;
	height		:30px;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;
}

.maker_title001_over{
	width		:220px;
	height		:30px;
	background-color:#2e0101;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.maker_title001:hover{
	width		:220px;
	height		:30px;
	background-color:#2e0101;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.maker_title001 a{
	color		:transparent;
}

.maker_title001_over a{
	color		:#ffffff;
}

/*------------Actress------------*/
.actress_block001{
	width		:140px;
	height		:140px;
	display		:inline-block;
	background-color:#ffffff;
	text-align	:center;
	z-index		:1;
	position	:relative;
}

.actress_img001{
	width		:140px;
	height		:110px;
	display		:block;
	text-align	:center;
	cursor		:pointer;

	z-index		:2;
	position	:relative;
}

.actress_title001{
	width		:140px;
	height		:30px;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;
}

.actress_title001_over{
	width		:140px;
	height		:30px;
	background-color:#2e0101;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.actress_title001:hover{
	width		:140px;
	height		:30px;
	background-color:#2e0101;
	display		:block;

	cursor		:pointer;

	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:left;

	color		:#ffffff;

	padding		:5px;
	z-index		:3;
	position	:relative;

	opacity		:0.7;
	filter		:alpha(opacity=70);
	-ms-filter	:"alpha( opacity=70 )";

}

.actress_title001 a{
	color		:transparent;
}

.actress_title001_over a{
	color		:#ffffff;
}

/*------------Common------------*/
#footer_pc_sp_1{
	width		:940px;
	height		:30px;
	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:center;
	color		:#666666;
	margin		:0 auto;
	padding		:5px;
}

#google_translate_element{
	width		:940px;
	text-align	:center;
	margin		:0 auto;
	padding		:5px;
}

#footer_container_1{
	width		:100%;
	min-height	:130px;
	height		:auto;
	background-color:#f7f7f7;
	background-repeat:repeat-x;
}

#footer_container_1 a{
	color	:#666666;
}

#footer_copyright_1{
	width		:100%;
	background-color:#666666;
	background-repeat:repeat-x;
	font-size	:12px;
	font-weight	:bold;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align	:center;
	color:#ffffff;
	padding		:5px;
}

/*------------Form------------*/

.regist_container_1{
	width		:940px;
	height		:auto;
	margin		:0 auto;
	padding-left:10px;
	padding-right:10px;

	vertical-align:middle;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.regist_container_msg{
	width		:80%;
	height		:auto;
	margin		:0 auto;
	margin-top	:30px;
	margin-bottom:30px;
	padding		:30px;
	border		:solid 1px #E6E6FA;
}


.regist_form_table_1{
	width		:80%;
	margin		:0 auto;
}

.regist_form_td_1{

	padding		:15px;
	font-size	:16px;
	font-weight	:bold;
	color		:#555555;
	text-align	:right;
	vertical-align:top;
	line-height	:20px;
	border 		:solid 1px #e5e5e5;

}

.regist_form_td_2{

	padding		:15px;
	font-size	:16px;
	color		:#555555;
	text-align	:left;
	line-height	:20px;

	vertical-align:top;

	border 		:solid 1px #e5e5e5;
}

.regist_form_td_1 hr{
    border		: 0 none; 
    height		: 1px;
	background-color:#9097a9;
	margin:3px 0px 3px 0px;
}

.regist_form_td_2 hr{
    border		: 0 none; 
    height		: 1px;
	background-color:#9097a9;
	margin:3px 0px 3px 0px;
}

.regist_td_notes{
	font-size	:11px;
	color		:#555555;

}

.regist_container_1 input[type=submit]{
	border		:solid 1px #999999;
	padding		:10px;
	color		:#ffffff;
	background-color: #3f3f3f;
	cursor		:pointer;
	font-size	:18px;
	font-weight	:bold;
	width		:200px;
}

.regist_container_1 input[type=submit]:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

.regist_container_1 input[type=button]{
	border		:solid 1px #999999;
	margin		:0 auto;
	padding		:5px;
	color		:#ffffff;
	background-color: #3f3f3f;
	cursor		:pointer;
	font-size	:18px;
	font-weight	:bold;
	width		:200px;
}

.regist_container_1 input[type=button]:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

.regist_container_1 input[type=text]{
	border		:thin solid #00ad00;
	padding		:5px;
	color		:#222223;
	font-size	:18px;
	margin		:2px;
}
.regist_container_1 input[type=text]:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

.regist_container_1 input[type=password]{
	border		:thin solid #00ad00;
	padding		:3px;
	color		:#222223;
	font-size	:18px;
}

.regist_container_1 input[type=password]:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

.regist_container_1 input[type=email]{
	border		:thin solid #00ad00;
	padding		:5px;
	color		:#222223;
	font-size	:18px;
	margin		:2px;
}
.regist_container_1 input[type=email]:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

.regist_container_1 input[type=tel]{
	border		:thin solid #00ad00;
	padding		:5px;
	color		:#222223;
	font-size	:18px;
	margin		:2px;
}
.regist_container_1 input[type=tel]:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

.regist_container_1 textarea{
	border		:thin solid #00ad00;
	padding		:3px;
	color		:#222223;
	font-size	:18px;
}
.regist_container_1 textarea:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

.regist_container_1 select{
	border		:thin solid #00ad00;
	padding		:3px;
	color		:#222223;
	font-size	:18px;
}
.regist_container_1 select:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

.mypage_container_1{
	width		:940px;
	height		:auto;
	margin		:0 auto;
	padding-left:10px;
	padding-right:10px;

	vertical-align:middle;

	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
}

.mypage_container_msg{
	width		:100%;
	height		:auto;
	margin		:0 auto;
	margin-top	:30px;
	margin-bottom:30px;
	padding		:30px;
	border		:solid 1px #E6E6FA;
}


.mypage_form_table_1{
	width		:100%;
	margin		:0 auto;
}

.mypage_form_td_1{

	padding		:10px;
	font-size	:12px;
	font-weight	:bold;
	color		:#555555;
	vertical-align:top;
	line-height	:20px;
	border 		:solid 1px #e5e5e5;
	background-color:#f6f6f6;

}

.mypage_form_td_2{

	padding		:10px;
	font-size	:12px;
	color		:#555555;
	line-height	:20px;

	vertical-align:top;

	border 		:solid 1px #e5e5e5;
}

.mypage_form_td_1 hr{
    border		: 0 none; 
    height		: 1px;
	background-color:#9097a9;
	margin:3px 0px 3px 0px;
}

.mypage_form_td_2 hr{
    border		: 0 none; 
    height		: 1px;
	background-color:#9097a9;
	margin:3px 0px 3px 0px;
}

.mypage_td_notes{
	font-size	:11px;
	color		:#555555;

}

#list_container_1_right input[type=submit]{
	border		:solid 1px #999999;
	padding		:10px;
	color		:#ffffff;
	background-color: #3f3f3f;
	cursor		:pointer;
	font-weight	:bold;
}

#list_container_1_right input[type=submit]:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

#list_container_1_right input[type=button]{
	border		:solid 1px #999999;
	margin		:0 auto;
	padding		:5px;
	color		:#ffffff;
	background-color: #3f3f3f;
	cursor		:pointer;
	font-weight	:bold;
}

#list_container_1_right input[type=button]:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

#list_container_1_right input[type=text]{
	border		:thin solid #00ad00;
	padding		:5px;
	color		:#222223;
	font-size	:18px;
	margin		:2px;
}
#list_container_1_right input[type=text]:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

#list_container_1_right input[type=password]{
	border		:thin solid #00ad00;
	padding		:3px;
	color		:#222223;
	font-size	:18px;
	background-color: #F0F8FF;
}
#list_container_1_right input[type=password]:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

#list_container_1_right input[type=email]{
	border		:thin solid #00ad00;
	padding		:5px;
	color		:#222223;
	font-size	:18px;
	margin		:2px;
}
#list_container_1_right input[type=email]:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

#list_container_1_right input[type=tel]{
	border		:thin solid #00ad00;
	padding		:5px;
	color		:#222223;
	font-size	:18px;
	margin		:2px;
}
#list_container_1_right input[type=tel]:focus{
	color		:#000001;
	background-color: #F0F8FF;
}


#list_container_1_right textarea{
	border		:thin solid #00ad00;
	padding		:3px;
	color		:#222223;
	font-size	:18px;
}
#list_container_1_right textarea:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

#list_container_1_right select{
	border		:thin solid #00ad00;
	padding		:3px;
	color		:#222223;
	font-size	:18px;
}
#list_container_1_right select:focus{
	color		:#000001;
	background-color: #F0F8FF;
}

/*------------ERAB------------*/

.erab_cart_outer{
	width:260px;
	height:auto;
	background-color:#ffffff;
	margin-left:20px;
}


.erab_btn_off{
	width		:100px;
	padding		:5px;
	margin		:0 auto;
	display		:block;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	background-color:#999999;
	color		:#ffffff;
	cursor:pointer;
	text-align:center;
	font-size	:15px;
}

.erab_btn_off a:hover{
	opacity		:0.4;
	filter		:alpha(opacity=40);
	-ms-filter	:"alpha( opacity=40 )";
}

.erab_btn_on{
	width		:100px;
	padding		:5px;
	margin		:0 auto;
	display		:block;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	background-color:#fb6969;
	color		:#ffffff;
	cursor:pointer;
	text-align:center;
	font-size	:15px;
}

.erab_btn_selected{
	width		:100px;
	padding		:5px;
	margin		:0 auto;
	display		:block;
	font-family	:"メイリオ",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	background-color:#00a185;
	color		:#ffffff;
	cursor:pointer;
	text-align:center;
	font-size	:15px;
}

/*pagetopボタン*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	z-index:30;
}
.pagetop a {
	
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #FF02B7;
	color: #fff;
	font-size: 22px;
	line-height: 2.2;
	text-indent: 0.7em;
	
    /*display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px;*/
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    text-decoration: none;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/*------------PACK_SELECT------------*/
.pack_select_btn_1{
	width:100%;
	display:table;
	height:40px;
	padding:0px 7px 0px 7px;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	border-bottom:#7d7d7d;
	cursor:pointer;
	line-height:18px;
}

.pack_select_btn_2{
	width:100%;
	display:table;
	height:40px;
	padding:0px 7px 0px 7px;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	border-bottom:#7d7d7d;
	cursor:pointer;
	line-height:18px;
}

.pack_select_maru_1{
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #ffffff;
	-webkit-box-shadow: 0 0 0 3px #ffffff;
	-moz-box-shadow: 0 0 0 3px #ffffff;
}

.pack_select_maru_2{
	width: 10px;
	height: 10px;
	background-color:#ff0000;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #ffffff;
	-webkit-box-shadow: 0 0 0 3px #ffffff;
	-moz-box-shadow: 0 0 0 3px #ffffff;
}

.item_pack_pcs_btn{
	display:inline-block;
	width: 200px;
	padding:3px;
	cursor:pointer;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	background-color:#ef9a30;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.item_movie_smp_btn{
	width: 100%;
	padding:5px;
	text-align:center;
	color:#ffffff;
	background-color:#ff0099;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}

.item_mark_tri{
	display:inline-block;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
}

.item_movie_shhd_cng_btn{
	display:inline-block;
	width: 250px;
	padding:5px;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	background-color:#4e4e4e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pack_select_btn_1:hover,.pack_select_btn_2:hover,.item_pack_pcs_btn:hover,.item_movie_smp_btn:hover,.item_movie_shhd_cng_btn:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

