@charset "utf-8";
@import url("/common/css/muj_common.css");
body	{
	background: #000;
}
a:link,
a:visited {   /* 通常時・訪問済の設定 */
	color:#CCC; /* フォントの色 */
	text-decoration: none;
}
a:active,
a:hover {     /* クリックしたとき・マウスオン時の設定 */
	color:#D53285; /* フォントの色 */
	text-decoration: underline;
}
/* 共通ボックス */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper h1 {
	background: url(/common/images/club/clubmuj_ttl_v2.gif);
	height: 268px;
	text-indent: -9999px;
}
h1#club	{
	background: url(/common/images/club/clubmuj_ttl.gif) no-repeat;
	height: 190px;
}
#wrapper h1 a {
	text-indent: -9999px;
	display: block;
	height: 200px;
}

#wrapper h2 {
	text-indent: 0px;
	height: auto;
	font-size: 20px;
	color: #FFF;
	background: #000;
	text-align: center;
	margin-bottom: 8px;
}
#wrapper_mf {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
#wrapper_mf h1,
#wrapper_mf h2 {
	font-size: 12px;
}
#info {
	float: left;
	width: 760px;
	background: url(/common/images/club/info_foot.gif) no-repeat 0px bottom;
	margin-bottom: 38px;
	padding-bottom: 5px;
}

#info h2 {
	background: url(/common/images/club/info_head.gif) no-repeat;
	text-indent: -9999px;
	height: 16px;
	margin-bottom: 0px;
	font-size: 10px;
}
#info dl {
	background: url(/common/images/club/info_body.gif) repeat-y;
	float: left;
	padding-bottom: 25px;
	padding-top: 23px;
	width: 760px;
	font-size: 12px;
}
#info dt {
	background: url(/common/images/club/mk_white.gif) no-repeat 0px 4px;
	float: left;
	width: 90px;
	margin-left: 78px;
	padding-left: 20px;
	padding-bottom: 25px;
	display: inline;
}
#info dd {
	float: left;
	width: 520px;
	padding-bottom: 25px;
}
#club_top_box {
	clear: both;
	background: url(/common/images/club/mn_kanban.jpg) no-repeat right 0px;
	min-height: 465px;
	_height: 465px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}
#club_top_box h2 {
	background: url(/common/images/club/menu_head.gif) no-repeat;
	text-indent: -9999px;
	height: 20px;
	margin-bottom: 20px;
}
#club_top_box dl {
	width: 314px;
}

#club_top_box dd {
	text-indent: -9999px;
}
dd.mn_hq {
	background: url(/common/images/club/mn_hq_video_txt.gif) no-repeat;
	height: 51px;
}
dd.mn_wp {
	background: url(/common/images/club/mn_wall_paper_txt.gif) no-repeat;
	height: 52px;
}
dd.mn_mm {
	background: url(/common/images/club/mn_mailmaga-txt.gif) no-repeat;
	height: 51px;
}
dd.mn_cs {
	background: url(/common/images/club/mn_coming_soon_txt.gif) no-repeat;
	height: 41px;
}




/* 各ページ汎用ボックス */
#page_contents {
	clear: both;
	width: 760px;
}
#page_contents h2 {
	text-align: center;
	font-size: 16px;
}
#entry_contents {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-bottom: 24px;
}

#price_list table {
	border: 5px solid #393939;/* change */
	border-collapse: collapse;
	width: 720px;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
}
#price_list caption {
	font-size: 14px;
	font-weight: normal;/* change */
	color:#F5F5F5;/* change */
	margin-bottom:8px; /* change */
	margin-top:8px;
}
#price_list th,
#price_list td	{
	padding: 4px;
	border: 1px solid #444444;
}
#price_list th	{
	text-align: left;
	font-weight:normal;/* change */
	width: 370px;
}
#price_list td {
	text-align: center;
}
.gray { /* 主に奇数行目 */
	background: #171717;/* change */
	color: #999999;/* change */
}
.movie { /* 3行目のDREAMBOAT */
/*	background: #FC9;*/
	color: #00A0C6;
}
.vote { /* 12行目のファイナリスト投票権利 */
/*  background: #BAC900;/* change */
	color: #BAC900;
	/*font-weight:bold !important;/* change */
}
.fnlst { /* 20/21行目の企業関連 */
/*	background: #FF0;*/
	color: #CC6600;
}
/* フォーム関連 */
#form table {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: 5px solid #393939;
}
table#form_mf {
	width: 450px;
	border-collapse: collapse;
	border: 5px solid #393939;
	margin-right: auto;
	margin-left: auto;
}
#form th,
#form td	{
	font-weight: normal;
	text-align: left;
	border: 1px solid #393939;
	padding: 8px 4px;
}
#form th	{
	width: 130px;
}
#form #confirm {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
#form .feel-a,
#form .feel-b,
#form .feel-c {
	width: 420px;
	color: #000;
	background: #F1F1F1;
	border: 2px inset #F1F1F1;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#form .feel-b {
	width: 120px;
}
#form .feel-c {
	width: 60px;
}
#form .need {
	color: #F00;
}

#form_si td	{
	white-space: nowrap;
}
#form #attention {
	margin: 12px auto;
	width: 625px;
	border: 5px solid #393939;
	padding: 5px;
}

#form #policy {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
#policy h3 {
	color: #FFF;
	margin-bottom: 6px;
	font-size: 12px;
}
#form #p_contents {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	background: #EEE;
	padding: 8px;
	overflow: scroll;
	color: #333;
	height: 18em;
}
#p_contents ol {
	list-style: decimal inside;
	padding-bottom: 6px;
}
#p_contents li {
	color: #333;
	margin-bottom: 6px;
}
#p_contents   ol   ol {
	color: #333;
	list-style: lower-alpha inside;
	display: table-cell;
	border-collapse: collapse;
	border: 1px solid #333;
	margin-top: 12px;
	margin-bottom: 12px;
	text-indent: 20em;
	padding-bottom: 0px;
}
#p_contents ol ol li {
	border-top: 1px solid #333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-indent: 2px;
}



#footer	{
	clear: both;
	height: 105px;
	width: 760px;
	float: left;
	background: #000;
	border-top: 1px solid #231F20;
}
#footer p {
	margin-top: 20px;
	float: left;
	height: 60px;
	width: 600px;
	display: inline;
}
#footer em {
	font-style: normal;
}
#footer a:link,
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #D53285;
}
.copyright {
	color: #666;
}
#signin_page	{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 12px;
}
#signin_page table {
	width: 450px;
	border-collapse: collapse;
	border: 5px solid #393939;
	margin: 8px auto;
}
/* 壁紙ページ */
#wallpaper table {
	width: 760px;
	border: 1px solid #333;
	border-collapse: collapse;
	margin-bottom: 24px;
}

#wallpaper th,
#wallpaper td	{
	text-align: center;
}
#wallpaper th	{
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	font-size: 12px;
	padding-top: 4px;
}
#wallpaper td	{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	letter-spacing: 1px;
	padding-bottom: 4px;
}
#wallpaper td a:link,
#wallpaper td a:visited	{
	color: #FFF;
}
#wallpaper td a:hover,
#wallpaper td a:active	{
	color: #D53285;
	text-decoration: underline;
}
#wallpaper img {
	display: inline;
}

/* 高画質動画 */
#mov_contents {
	clear: both;
	width: 680px;
	float: left;
	display: inline;
	margin: 0px 40px 20px;
}
#mov_contents h2 {
	font-size: 10px;
	background: url(../images/club/mov_head.gif) no-repeat;
	text-indent: -9999px;
	height: 20px;
	margin-bottom: 20px;
}
.mov_box1,
.mov_box2 {
	width: 315px;
	border: 1px solid #444;
	padding: 6px 5px 6px 6px;
	margin-bottom: 14px;
	height: 258px;
}
.mov_box1 {
	clear: both;
	float: left;
}
.mov_box2 {
	float: right;
}
.mov_thumb	{
	border: 2px solid #FFF;
	margin-bottom: 6px;
}
h3.mov_ttl {
	background: url(/common/images/club/mov_ttl_bg.gif) no-repeat;
	padding-left: 50px;
	padding-top: 16px;
	font: bold 14px/1.1 "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FFF;
	height: 30px;
	width: 265px;
	overflow: hidden;
}
* html h3.mov_ttl {
	height: 29px;
}
p.mov_btn {
	margin-top: 12px;
	float: right;
	height: 16px;
}
#thanks	{
	margin: 0px auto 24px;
	width: 500px;
}

#skeed_box {
	width: 652px;
	display: block;
	border: 1px solid #CCC;
	clear: both;
	margin-bottom: 12px;
	float: left;
	padding: 8px 13px;
}
#skeed_box dl {
	padding-top: 10px;
	clear: both;
	float: left;
	width: 460px;
}
#skeed_box dt {
	float: left;
	width: 100px;
	display: inline;
	margin-right: 13px;
}
#skeed_box dd {
	font-size: 11px;
	color: #CCC;
}
#skeed_box ul {
	float: left;
	width: 190px;
}
#skeed_box li {
	background: url(/common/images/limited_mk.gif) no-repeat 0px 3px;
	padding-left: 10px;
	color: #C06;
	font-size: 11px;
}
#skeed_box li a:link,
#skeed_box li a:visited {
	color: #C06;
	text-decoration: none;
}
#skeed_box li a:hover,
#skeed_box li a:active	{
	color: #CCC;
	text-decoration: underline;
}
.kanban p {
	margin-bottom: 6px;
}
.kanban  img {
	margin-right: auto;
	margin-left: auto;
}
