#container {
	width:100%;
	margin: 0 auto;
	}
#screen {
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	width:1000px;
    margin: 0 auto;
	background-color:#FFF;
/*	padding:0 10px;*/
    text-align: left;
	}


#social_box{
	background:#fff;
    width:90px;
    padding:15px;
    margin-left:-120px;
    text-align:center;
    position:fixed;
    list-style-type:none;
}

/* ---------------------------------------------------- */
/* HEADER
/* ---------------------------------------------------- */

#header {
	overflow:auto;
	width:1000px;
	margin:10px auto;
	background-color:#FFF;
	}
#header h1 {
	width:300px;
	height:60px;
	text-indent:-9999px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-top: 20px;
	display:block;
	float:left;
	}
#header h1 a:link {
	width:300px;
	height:60px;
	display:block;
	}
#header_banner {
	width: 530px;
	padding-left:20px;
	float:left;
	}

#header_sns {
	width:130px;
	margin:0px 0px 0px 10px;
	float:left;
	}
#header_sns ul {
	}
#header_sns li {
	width:130px;
	margin:1px;
	}

#g_navi {
	clear:both;
	overflow:auto;
	font-size: 1em;
	width:1000px;
	height:35px;
	background-image:url(../images/g_navi_bg.jpg);
	margin: 0px 0px 20px 0px;
	}
#g_navi ul {
	width:1000px;
	margin-top:2px;
	}
#g_navi li {
	border-right: 1px solid #666666;
	color:#cccccc;
	letter-spacing: 0.2em;
	padding: 3px 6px 0px 6px;
	font-weight:bold;
	float:left;
	}
#g_navi li:last-child {
	border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
	}
#g_navi a {
	color:#eeeeee;
	font-size: 1em;
	}
#g_navi a:hover {
	color:#ffffff;
	text-decoration:none;
	font-size: 1em;
	}

#slide_nav {
	clear:both;
	width:690px;
	float:left;
	}
#slide_nav_ss {
	width:690px;
	}
#slide_nav_ss ul li {
	width:130px;
	height: 57px;
	margin:4px;
	float:left;
	}

#content {
	clear:both;
	overflow:auto;
	overflow-x: hidden;
	width:690px;
	float:left;
	}
#content h2 {
	clear:both;
	width:600px;
	background-image:url(../images/content_h2_arrow.jpg);
	background-repeat:no-repeat;
	background-position:5px 4px;
	padding:0px 0 0 15px;
	}
#content h3 {
	width:99%;
	border-bottom:2px dotted #999;
	margin:5px 0px 0px 0px;
	}


/*==============================
Sidebar
==============================*/
#sidebar {
	width:300px;
	margin:0px 0px 0px 10px;
	float:left;
	}

#jasrac {
	overflow:auto;
	width:285px;
	margin:10px 0;
	padding:5px;
	background-color:#eeeeee;
	border: solid 1px #cccccc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	}
#jasrac_img {
	width:60px;
	padding:5px;
	float:left;
	}
#jasrac_text {
	width:200px;
	font-size:1em;
	padding-top:8px;
	float:left;
	}



/*==============================
Footer
==============================*/
#footer {
	clear:both;
	width:100%;
	text-align:center;
	}
#footer ul {
	margin:0 auto;
	padding:20px 0 0 0;
	}
#footer ul li {
	padding: 0px 10px;
	border-right:1px dotted #000000;
	display: inline;
	}
#footer li:last-child {
	border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
	}
#footer a {
	color:#333333;
	}
#footer a:hover {
	color:#ff0000;
	text-decoration:none;
	}
#footer address {
	padding:20px 0;
	}


#footer_ads {
	width:728px;
	margin:0 auto;
	}



/*==============================
両サイドバナー
==============================*/
/* CSS Document */
.link {
	position: absolute;
	width: 100px; /*縦バナーの横サイズに合わせる*/
	top: 0px;
	min-height: 780px/*100%*/;
	z-index: 0;/*重なり順の設定大きい数字程上になる*/
	height: 780px;/*ページの長さによって調整する*/
	visibility: /*hidden*/visible;/*縦バナーの表示・非表示（hidden＝消す、visible＝見せる）*/
}
#tbl {
	top: 110px;
	left: 20px;
	background: url(../images/100-780.jpg) repeat-y scroll;/*縦バナー左の画像URL*/
	}
#tbr {
	top: 110px;
	right: 20px;
	background: url(../images/100-780.jpg) repeat-y scroll;/*縦バナー右の画像URL*/
}
div.link a {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/*小さいモニタの場合非表示にする*/
 @media screen and (max-width: 1250px) {
.link {
	visibility: hidden;
}
}

/*==============================
NEWS_更新情報
==============================*/
#news {
	width:690px;
	margin:0px 0px 20px 0px;
	}
.news_box {
	clear:both;
	margin: 0px 0px 5px 0px;
/*	border-bottom:1px dotted #999999;*/
	}
.news_date {
	width: 80px;
	font-size:0.9em;
	font-weight:bold;
	padding:2px 15px 2px 2px;
	float:left;
	}
.news_comment {
	width:550px;
	font-size:0.9em;
	padding:2px 10px 2px 0px;
	float:left;
	}
/*未訪問リンク*/
.news_comment a:link {
	color: #C00;
	text-decoration: none;
	}
/*訪問済みリンク*/
.news_comment a:visited {
	font-size: 0.9em;
	color: #C00;
	text-decoration: underline;
	}
/*マウスオーバー時*/
.news_comment a:hover {
	font-size: 0.9em;
	color: #F00;
	text-decoration: underline;
	}
/*マウスクリック時*/
.news_comment a:active {
	font-size: 0.9em;
	color: #74340b;
	text-decoration: underline;
	}







#tabnavi li{
	display:inline;
}
#tabnavi li a{
	display:inline-block;
	background:#405dca;
	color:#fff;
	padding:5px;
	border-radius:5px 5px 0 0;
	text-decoration:none;
}
#tabnavi li a:hover,
#tabnavi li a.active{
	background:#ddd;
	color:#333;
}
#tabcontent{
	overflow:auto;
	height:150px;
	padding:5px;
	background-color:#eeeeee;
	border:1px solid #ccc;
	}
#topics_all a:link {
	background:#b3ffc7;
	color:#000000;
	}
#topics_movie a:link {
	background:#ffbefd;
	color:#000000;
	}
#topics_event a:link {
	background:#c6ceff;
	color:#000000;
	}
#topics_report a:link {
	background:#ffafaf;
	color:#000000;
	}
#topics_shop a:link {
	background:#fffeba;
	color:#000000;
	}
#topics_etc a:link {
	background:#dddddd;
	color:#000000;
	}



/*==============================
リクルート
==============================*/
#recruit_table dl {
	width:630px;
	margin-bottom:30px;
	}
#recruit_table dt {
	clear: both;
	width: 100px;
	font-size:0.9em;
	float: left;
	}
#recruit_table dd {
	overflow:auto;
	width: 530px;
	margin-bottom:10px;
	font-size:0.9em;
	}

#recruit table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#recruit table.type02 th {
	width: 130px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
#recruit table.type02 td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*==============================
カレンダー
==============================*/

#calendar {
	overflow:auto;
	width:690px;
	margin:0px 0px 20px 0px;
	}

.calendar_main {
	clear:both;
	overflow:auto;
	width: 680px;
	padding: 0 0 10px 0;
/*	border-bottom: 1px dotted #000000;*/
	}
.calendar_main a {
	text-decoration:underline;
	color:#900;
	}
.calendar_main a:hover {
	text-decoration:underline;
	color:#F00;
	}

.calendar_left {
	width:80px;
	float:left;
	}
.calendar_day {
	font-size:1.8em;
	font-weight:bold;
}
.calendar_right {
	overflow:auto;
	width: 318px;
	height: 90px;
	background-color:#eeeeee;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px;
	margin:5px;
	float:left;
	}
.calendar_shop {
	font-size:1.2em;
	font-weight:bold;
	}
.calendar_shop img {
	margin: 0 5px 0 0;
	vertical-align: middle;
	}
.calendar_program {
	width: 300px;
	margin: 0 10px 0 0;
	float:left;
}
.calendar_program1 {
	background-color:#feffc0;
	text-align:center;
	}
.calendar_program2 {
	background-color:#ffffe8;
	text-align:center;
}
.calendar_player {
	width: 200px;
	float:left;
}
.calendar_player1 {
	background-color:#cccccc;
	text-align:center;
}
.calendar_player2 {
	background-color:#eeeeee;
	text-align:center;
}


/*==============================
カレンダータブ
==============================*/

#calendar_tabnavi li{
	display:inline;
}
#calendar_tabnavi li a{
	display:inline-block;
	background:#eeeeee;
	color:#000000;
	font-size:1.3em;
	padding:10px;
	border-radius:10px 10px 10px 10px ;
	text-decoration:none;
}
#calendar_tabnavi li a:hover,
#calendar_tabnavi li a.active{
	background:#ddd;
	color:#333;
}
#calendar_tabcontent{
	overflow:auto;
	padding:5px;
/*	background-color:#eeeeee;
	border:1px solid #ccc;*/
	}
#calendar_topics_all a:link {
	background:#dddddd;
	color:#000000;
	}
#calendar_topics_recording a:link {
	background:#d4d0ff;
	color:#000000;
	}
#calendar_topics_coverage a:link {
	background:#d0ffd1;
	color:#000000;
	}
#calendar_topics_coverage a:link {
	background:#ffe2e2;
	color:#000000;
	}



/*==============================
トップイベント
==============================*/
#top_event {
	clear:both;
	overflow:auto;
	width:690px;
	margin:0px 0px 30px 0px;
	}
#top_event li {
	border:1px solid #36F;
	margin: 5px 3px 10px 3px;
	padding:3px;
	text-align:center;
	float:left;
	}


/*==============================
トップ動画
==============================*/
#top_movie {
	clear:both;
	overflow:auto;
	width:690px;
	background-color:#e9e9e9;
	margin:0px 0px 30px 0px;
	}
#top_movie ul {
	overflow:auto;
	width:690px;
	}
#top_movie li {
	width:200px;
	height:200px;
	background-color:#e9e9e9;
	border-bottom:5px solid #666666;
	margin:7px;
	padding:8px;
	float:left;
	}
#top_movie p {
	text-align:left;
	}
#top_movie a:link {
	font-size:0.9em;
	color:#111111;
	}
#top_movie a:hover {
	font-size:0.9em;
	color:#000000;
	}
#top_movie a:hover img {
	opacity: 0.8;
	}



/*==============================
トップ動画一覧（各番組最新一つ）
==============================*/
.top_movie_list {
	width: 200px;
	margin:6px;
	padding:8px;
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	background-image:url(../images/movie_title/movie_bg.jpg);
	overflow: hidden;
	font-weight:bold;
	float:left;
	}
.top_movie_list_title {
	width:200px;
	margin-bottom:5px;
	}
.top_movie_list_ss {
	width: 200px;
	overflow: wrap;
	height:210px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	}

.top_movie_list a {
	font-size:0.9em;
	color:#000000;
	}
.top_movie_list a:hover {
	opacity: 0.8;
	}
.more_list {
	width: 200px;
	padding: 10px 0px 0px 0px;
	}


/*==============================
More
==============================*/
p.more {
	clear:both;
	width:80px;
	position:relative;
	left: 610px;
	top: -5px;
	margin-top:-20px;
	color: #ffffff;
	}
p.more a:link {
	font-size:0.9em;
	color: #000000;
	text-decoration:underline;
	}
p.more a:hover {
	font-weight:bold;
	color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}


/*==============================
トップ以外動画
==============================*/
#other_movie {
	overflow:auto;
	overflow-x:hidden;
	padding:0;
	margin:0;
	width:690px;
	text-align:left;
	color:#000000;
	}
#other_movie h2 {
	width:650px;
	}
#other_movie p {
	width:690px;
	font-size:0.8em;
	}
#other_movie ul {
	padding:0;
	margin:0;
	width:690px;
	}
#other_movie li {
	width:120px;
	height:90px;
	list-style:none;
	margin: 8px;
	float:left;
	}
#other_movie img {
	border:none;
	z-index: 1;
	}
#other_movie a {
	color:#F00;
	text-decoration:none;
	}
#other_movie a:hover {
	color:#F36;
	text-decoration:underline;
	}
#other_movie table {
  width: 690px;
  border-spacing: 0;
  font-size:0.8em;
  margin:10px 0;
	}
#other_movie table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#other_movie table th:first-child {
  border-radius: 5px 0 0 0;	
}
#other_movie table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
#other_movie table tr td {
  padding: 8px 15px;
  font-size:0.85em;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
#other_movie table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#other_movie table tr {
  background: #fff;
}
#other_movie table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
#other_movie table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#other_movie table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#other_movie table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#other_movie table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}




/*==============================
イベントページ_トップ
==============================*/
.event_other_top {
	overflow:auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width:690px;
	}
.event_other_top h3 {
	clear:both;
	}
.event_other_top ul {
	padding-bottom:10px;
	}
.event_other_top li {
	width:104px;
	height:148px;
	margin:2px 5px;
	float:left;
	}

.event_other_top_movie {
	clear:both;
	width:690px;
	}
.event_other_top_movie h2 {
	clear:both;
	margin-top:100px;
	}
.event_other_top_movie ol {
	overflow-x: hidden;
	overflow-y: hidden;
	width:690px;
	}
.event_other_top_movie li {
	width:200px;
	height:200px;
	background-color:#e9e9e9;
	border-bottom:5px solid #666666;
	font-size:0.8em;
	margin:7px;
	padding:8px;
	float:left;
	}



/*==============================
V-PRESSアワード
==============================*/
#award {
	}
.award_mvp {
	width:690px;
	margin-bottom:70px;
	}
.award_mvp_movie p {
	overflow:auto;
	width: 690px;
	text-align:center;
	padding:5px;
	}
.award_mvp_movie p a:link {
	font-size:1.5em;
	font-weight:bold;
	background-color:#fff700;
	border:solid 5px #ff6f00;
	border-radius: 25px;
	padding: 0 50px;
	}

.award_pack {
	overflow:auto;
	width:690px;
	margin-bottom:20px;
	}
.award_photo {
	width:200px;
	padding:5px;
	float:left;
	}
.award_right {
	width:480px;
	float:left;
	}
.award_title {
	width:480px;
	font-size:1.5em;
	}
.award_name {
	width:480px;
	font-size:1.3em;
	}
.award_movie p {
	font-size:1em;
	font-weight:bold;
	text-align:right;
	margin: 0 20px 0 0;
	}
.award_movie p a:link {
	overflow:auto;
	padding:5px;
	background-color:#fff700;
	border:solid 4px #ff6f00;
	border-radius: 20px;
	padding: 0 30px;
	}






/*==============================
V-PRESSアワード2017
==============================*/
#award2017 {
	}
.award_pack2017 {
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden; 
	width:330px;
	margin:0 7px 20px 7px;
	float:left;
	}
.award_photo2017 {
	width:320px;
	padding:5px;
	background-color:#F09;
	}
.award_title2017 {
	width:330px;
	font-size:1.5em;
	}
.award_name2017 {
	width:330px;
	font-size:1.3em;
	}
.award_movie2017 p {
	font-size:1em;
	font-weight:bold;
	text-align:right;
	margin: 0 100px 0 0;
	padding:10px;
	}
.award_movie2017 p a:link {
	overflow:auto;
	padding:5px;
	background-color:#fff700;
	border:solid 4px #ff6f00;
	border-radius: 20px;
	}






/*==============================
V-GiRLs最光位決定戦
==============================*/

#girls_profile {
	clear:both;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width:690px;
	}

#girls_profile h3 {
	border-bottom:none;
	}
.girls_data {
	clear:both;
	overflow:auto;
	width:690px;
	background-color:#fff2ff;
	background-image:url(../event/vgirls_grandprix/images/profile_bg.png);
	margin:10px 0 5px 0;
	border-bottom:solid 1px #CCC;
	}

.girls_photo {
	width:120px;
	margin: 0px 0px 10px 10px;
	float:left;
	}

.girls_comment {
	width:280px;
	margin: 5px 0px 0px 10px;
	float:left;
	}

.girls_btn {
	overflow:auto;
	float:left;
	}
.girls_btn ul {
	overflow:auto;
	width:500px;
	}
.girls_btn li {
	width:200px;
	height: 40px;
	margin: 20px;
	float:left;
	}
.girls_pv {
	width:200px;
	margin: 5px 0px 0px 30px;
	text-align:center;
	float:left;
	}
.girls_pv a {
	color:#C00;
	}
.girls_pv a:hover {
	color:#F00;
	}

.girls_battle_other_top_movie {
	clear:both;
	width:690px;
	padding-bottom:20px;
	}
.girls_battle_other_top_movie h2 {
	clear:both;
	}
.girls_battle_other_top_movie ol {
	overflow-x: hidden;
	overflow-y: hidden;
	width:690px;
	}
.girls_battle_other_top_movie li {
	width:200px;
	height:200px;
	background-color:#e9e9e9;
	border-bottom:5px solid #666666;
	font-size:0.8em;
	margin:7px;
	padding:8px;
	float:left;
	}


/*==============================
ナオブリー
==============================*/

.naoburi2 a {
	color:#C00;
	}
.naoburi2 a:hover {
	opacity: 0.7;
	}




/*==============================
sidebar Contents
==============================*/
#sidebar_movie {
	overflow:auto;
	width:300px;
	background-color: #eeeeee;
	margin-bottom:10px;
	}
#sidebar_movie h2 {
	width:300px;
	margin-bottom:5px 5px 0 5px;
	}
#sidebar_movie p {
	width:289px;
	padding:5px 4px 5px 5px;
	font-size:0.8em;
	}
#sidebar_movie ul {
	width:300px;
	}
#sidebar_movie ul li {
	width:140px;
	font-size: 0.85em;
	display:block;
	margin:3px;
	padding:2px;
/*	padding:5px 0px 5px 20px;
	background-image:url(../images/arrow_icon01.png);
	background-repeat:no-repeat;
	background-position: 7px 12px;*/
	float:left;
	}
#sidebar_movie a:link {
	color:#333333;
	text-decoration:underline;
	}

#shop_info {
	clear:both;
	width: 300px;
	height:70;
	margin:10px 0px 10px 0px; 
	}
#shop_info li {
	padding-bottom:15px;
	}

#sidebar_banner {
	clear:both;
	width:300px;
	}

#sidebar_event {
	width:300px;
	margin-bottom:20px;
	}
#sidebar_event li {
	width:300px;
	margin:2px 0 2px 0;
	}

#sidebar_blog {
	width:300px;
	margin-bottom:20px;
	}
#sidebar_blog li {
	width:300px;
	margin:2px 0 5px 0;
	}

.side_bn {
	width:300px;
	margin-bottom:20px;
	}
.side_bn li {
	width:300px;
	margin:2px 0 5px 0;
	}



/*==============================
inner_movie
==============================*/
#inner_movie {
	width:690px;
	}




/*==============================
ホールレポート
==============================*/
.hall_report {
	clear:both;
	overflow:auto;
	width:690px;
	margin-bottom:20px;
	}

.hall_report h3 {
	clear:both;
	font-weight:bold;
	font-size:1.5em;
	padding-top:20px;
	}

.hall_report_left {
	width: 250px;
	float:left;
	}

.hall_report_right {
	width: 400px;
	float:left;
	}
.hall_report table {
	font-size:0.8em;
	padding-bottom:10px;
	}
.hall_report th {
	padding: 0px 10px 2px 10px;
	background-color:#dddddd;
	font-size:1.1em;
	}

.hall_report_right ul {
	padding:3px;
	}
.hall_report_right li {
	overflow:auto;
	width: 190px;
	text-align:center;
	margin: 0 2px 2px 2px;
	border:1px solid #dddddd;
	background-color:#f48400;
	color:#FFF;
	float:left;
	}
.hall_report_right li a {
	color:#FFF;
}
.hall_report_right li a:active {
	color:#00ffff;
}
.hall_report_right li a:hover {
	color:#00ffff;
}



/*====================
ビックマーチ39調査
====================*/
.hall_report_big {
	overflow:auto;
	width:330px;
	padding:6px;
	float:left;
	}
.hall_report_big_what {
	width:40px;
	float:left;
	}
.hall_report_big_right {
	overflow:auto;
	float:left;
	}
.hall_report_big_hole {
	}
.hall_report_big_title {
	}
.hall_report_big_writer {
	}
.hall_report_big_writer img {
	margin:5px;
	}


.side_report_hole {
	overflow:auto;
	width:300px;
	background-color: #eeeeee;
	margin-bottom:10px;
	}
.side_report_hole_name {
	width:300px;
	font-size:1.2em;
	}
.side_report_hole_result {
	width: 140px;
	margin: 4px;
	text-align:center;
	background-color: #FFC;
	float: left;
	}
.side_report_hole_check {
	width: 140px;
	margin: 4px;
	text-align:center;
	background-color:#9FF;
	float: left;
	}



/*====================
SHOP一覧
====================*/
#shop_image_left {
	overflow:auto;
	width:260px;
	float:left;
	}
#shop_image {
	overflow:auto;
	width:250px;
	margin:5px;
	}
#shop_map {
	overflow:auto;
	margin:5px;
	}

#shop_logo {
	padding-right:5px;
	}

.bg_color_green {
	background-color:#b4ffc8;
	}

#update {
	text-align:right;
	margin-bottom:10px;
	}


#shop2 h3 {
	clear:both;
	width:690px;
	}
#shop2 ul {
	overflow:auto;
	width:690px;
	margin-bottom: 15px;
	}
#shop2 li {
	width: 210px;
	height:35px;
	border:1px solid #dddddd;
	margin:3px;
	padding:5px;
	text-align:center;
	background-color:#eeeeee;
	float:left;
	}
#shop2 li:nth-child(even) {
	background: #fcfffd;
}

#shop2 li a {
	color:#000000;
	}
#shop2 li a:hover {
	color:#F00;
	}




#shop_image_right {
	overflow:auto;
	width: 400px;
	}
#shop table {
  width: 100%;
  border-spacing: 0;
  font-size:14px;
  float:left;
}
#shop table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#shop table th:first-child {
  border-radius: 5px 0 0 0;	
}
#shop table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
#shop table tr {
  padding: 8px 15px;
  font-size:1;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
#shop table td {
  padding: 8px 15px;
  font-size:0.85em;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;
}
#shop table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#shop table tr {
  background: #fff;
}
#shop table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
#shop table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#shop table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#shop table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
/*#shop table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}*/
#shop a:link {
	font-size:1em;
	color: #333333;
	text-decoration:underline;
	}
#shop a:hover {
	font-size:1em;
	color: #C00;
	text-decoration:underline;
	}


/*====================
SHOPレポート
====================*/
#shop_repo {
	overflow:auto;
	width: 690px;
	}
#shop_repo_logo {
	width: 250px;
	padding:5px;
	float:left;
	}

#shop_repo_info_area {
	overflow:auto;
	width: 410px;
	padding:10px 0 0 5px;
	}
#shop_repo_info {
	overflow:auto;
	}
#shop_repo_info_left {
	width: 100px;
	background-color:#CCC;
	border-bottom:1px dotted #333333;
	float:left;
	}
#shop_repo_info_right {
	width: 300px;
	border-bottom:1px dotted #333333;
	float:left;
	}
#shop_repo_comment {
	clear:both;
	width:670px;
	}


dl.accordion { background:#DDD; width:680px; margin:5px; }
dl.accordion dt {
    background:url(../shop/images/open.png) #CFC;
    border-bottom:1px solid #aaaaaa; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
    background:url(../shop/images/close.png) #CF6;}
dl.accordion dd { background:#eeeeee; padding:10px; line-height:1.5; display:none;}


/*====================
SHOP一覧
====================*/
#pachitora_side {
	overflow:auto;
	width:300px;
/*	background-color: #ff6600;*/
	}
#pachitora_side h2 {
	width:300px;
	}
#pachitora_side ul {
	overflow:auto;
	width:290px;
	padding:3px;
	background-color: #ff9e5e;
	border:2px solid #ff6600;
	}
#pachitora_side li {
	width: 140px;
	font-size:0.9em;
	text-align:center;
	float:left;
	}
#pachitora_side a {
	color: #0c419a;
	text-decoration:underline;
	}
#pachitora_side a:hover {
	color: #000000;
	text-decoration:underline;
	}




/*====================
トップページ告知
====================*/
.special_event {
	overflow:auto;
	width:690px;
/*	background-color:#e4ffee;*/
	margin-bottom:20px;
	}

.special_event a {
	color:#ff0000;
	font-size:120%;
	font-weight:bold;
	text-decoration:underline;
	}



/*====================
動画一覧内広告
====================*/
.movie_list_ads {
	overflow:auto;
	width: 690px;
	}
.movie_list_ads li {
	overflow:auto;
	width: 300px;
	height: 250px;
	padding:20px;
	float:left;
	}


.pagenation {
	clear:both;
	overflow:auto;
	width:690px;
	background-color:#CCC;
	margin:30px 0;
	}
.pagenation ul {
	
	}
.pagenation li {
	width:200px;
	font-size:1.2em;
	margin-left:130px;
	float:left;
	}

.old {
	}
.new {
	}

#formwrap_recruit {
	overflow:auto;
	overflow-x: hidden;
	overflow-y: hidden;
	}
#formwrap_recruit h2 {
	margin-top:20px;
	}
#formwrap_recruit h3 {
	margin-top:20px;
	}
#formwrap_recruit li {
	padding:5px 5px;
	color:#F00;
	}
#formwrap_recruit th {
	width:200px;
	}


/*====================
オフ会
====================*/
.off_entry_list {
	width:100%;
	}
.off_entry_list p {
	
	}
.off_entry_list ul {
	clear:both;
	overflow:auto;
	margin-bottom:20px;
	text-align:center;
	}
.off_entry_list li {
	width:30%;
	background-color:#eeeeee;
	padding:3px 8px;
	margin:2px;
	float:left;
	}




/*====================
プレイヤー
====================*/
#player {
	}
#player a:hover {
	opacity:0.7;
	}
.player_list {
	overflow:auto;
	width:690px;
	margin-bottom:20px;
	}
.player_list li {
	width:120px;
	margin: 10px 14px 20px 0;
	padding:2px;
	font-size:0.9em;
	text-align:center;
	background-color:#14a83b;
	float:left;
	}
.player_list li a {
	color:#FFF;
	text-decoration:none;
	}



.player_main {
	overflow:auto;
	width:690px;
	}

.player_name {
	font-size:2em;
	font-weight:bold;
	margin: 10px 0 20px 0;
	}

.player_img {
	overflow:auto;
	width:690px;
	margin-bottom:20px;
	}

.player_date {
	width:690px;
	}
.player_date dl {
	overflow:auto;
	}
.player_date dt {
	clear:both;
	overflow:auto;
	width:150px;
	font-size:0.9em;
	padding:5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	background-color:#dddddd;
	float:left;
	}
.player_date dd {
	overflow:auto;
	width:519px;
	font-size:0.9em;
	padding:5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	background-color:#eeeeee;
	}



.player_movie {
	overflow:auto;
	width:690px;
	}
.player_movie li {
	width:200px;
	margin:10px 10px 10px 15px;
	float:left;
	}



/*====================
パチバズ
====================*/
#pachibazu {
	overflow:auto;
	width: 690px;
	font-size: 1.1em;
	}
#pachibazu_gaiyou {
	width: 690px;
	}
#pachibazu_concept h3 {
	border-bottom: none;
	}
#pachibazu_gaiyou h3 {
	border-bottom: none;
	}
#pachibazu_gaiyou ol {
	width: 690px;
	}
#pachibazu_gaiyou li {
	width: 670px;
	margin: 5px 0 5px 6px;
	padding: 3px 3px 3px 5px;
	font-size: 0.8em;
	list-style-type: disc;
	background-color: #b4e2fe;
	}
#pachibazu_mission h3 {
	border-bottom: none;
	}
#pachibazu_mission ol {
	width: 690px;
	}
#pachibazu_mission li {
	width: 330px;
	margin: 5px 0 5px 6px;
	padding: 3px 3px 3px 5px;
	font-size: 1.3em;
	background-color: #b4e2fe;
	float: left;
	}


#japanseminar {
	width: 690px;
	}
#japanseminar_profile {
	overflow: auto;
	width: 690px;
	}
.japanseminar_profile_box {
	clear: both;
	overflow: auto;
	width: 690px;
	margin: 5px 0 5px 0;
	}
.japanseminar_profile_face {
	overflow: auto;
	width: 150px;
	float: left;
	}
.japanseminar_profile_face p {
	width: 150px;
	display: block;
	}
.japanseminar_profile_text {
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 530px;
	}
.japanseminar_profile_text table {
	border-collapse: collapse;
	width:100%;
}
.japanseminar_profile_text th {
	border-bottom: #cccccc 1px dotted;
	background-color: #eeeeee;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px;
	width: 80px;
}
.japanseminar_profile_text td {
	border-bottom: #cccccc 1px dotted;
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	padding: 4px;
}
.japanseminar_profile_text a:link {
	color: #FF0000;
	}







































