/*============================================================
//
//  INDEX---------------------
//  --MT基本設定
//  --ヘッダ設定
//  ------ナビ
//  ------個別ナビ指定
//  ------ページセレクト時
//  --左カラム設定
//  ------ログイン
//  ------はじめての方へ
//  ------見たい動画＋ラインナップ＋バナー
//  --右カラム設定
//  ------ログインフォーム---PEND
//  ------注目動画
//  ------ランキング
//  ------ヘルプ
//  ------お支払い方法
//  --フッタ設定
//  ------ページのトップへ
//  ------フッタ
//  --中カラム設定
//  ------インデックス
//  ------コメント：ユーザーレビュー
//  ------各カテゴリ共通
//  ------枠設定：はじめての方へ・会員登録
//  ------はじめての方へ
//  ------会員登録
//  ------------会員登録（STEP01?03）
//  ------------会員情報の変更・確認（CHANGE01?03）
//  ------------退会手続き（RESIGN01?03）
//  ------------ログイン（LOGIN）
//  ------------マイページ（MYPAGE）
//  ------特集
//  ------------温泉・お風呂
//  ------------松田優作
//  ------作品詳細
//
//
//==========================================================*/



/*============================================================
//  MT基本設定---Ver.3継承
//==========================================================*/


/* Base Weblog (base-weblog.css) */
/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin: 0px;
	padding: 0px;
}
ul{
	margin: 0;
	padding: 0;
	list-style:none;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ?*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

.left{
	float:left;
}
.right{
	float:right;
}

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 950px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 0;

}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open { margin-top: 40px; }
.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 400px;
}
#comment-text
{
   height: 100px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac ?*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac ?*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac ?*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix ?*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}




/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
/*	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;*/
	font-size:12px;
	color:#333;
	line-height: 140%;
}

a, 
a:visited{
	color:#819814;
	text-decoration:none;
}
a:hover{
	color:#819814;
	text-decoration:underline;
}

/*
#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }
*/

h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p?osition: relative;
   width: 100%;
   w?idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 10px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
	min-width: 950px;
	background : url(/tv/mw/imgcommon/bg.jpg) repeat-x 0 0;
	background-color: #f3f3f3;
}

#container
{
	width: 950px;
	margin-bottom:15px;
}

#container-inner
{
	width: 100%;
}

#banner
{
   width: 100%; /* necessary for ie win */
	height: 73px;
	text-align: left;
}

#banner-inner
{
	width: 100%;
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}





.date-header
{
   margin-top: 0;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 14px;
}

.entry-content,
.trackback-content
{
	margin: 0;
	font-size:12px;
	color:#333;
	line-height: 140%;
}
.comment-content {
	margin: 0;
	font-size:10px;
	color:#333;
	line-height: 140%;
}

.comment {
	margin: 5px 0;
	padding : 6px 0 20px 0;
	border-bottom: 1px dotted #999;
}

.comment-footer {
	margin: 0;
	padding: 6px 0;
	color: #666;
	font-size: 10px;
	line-height: 130%;
	text-align: right;
}
.entry-footer,
.trackback-footer
{
	margin: 5px 0 20px 0;
	border-top: 1px dotted #999;
	padding-top: 6px;
	color: #666;
	font-size: 10px;
	line-height: 130%;
	text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #dae0e6;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 1px solid #cfd4d9;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}




/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* necessary for ie win */





/* three-column tweaks */

.layout-three-column #alpha {
	margin: 0 15px 0 0 ;
	width: 200px;
}

.layout-three-column #beta {
	margin: 0 15px 0 0 ;
	width: 515px;
}

.layout-three-column #gamma {
	margin: 0;
	width: 205px;
}
.layout-three-column #alpha-inner, 
.layout-three-column #beta-inner, 
.layout-three-column #gamma-inner {
	margin: 0;
	padding: 0;
	border-width: 0;
}



/*============================================================
//  ヘッダ設定--200812--taniguchi
//==========================================================*/
#header {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height:83px;
}
#header h1 {
	width: 380px;
	height: 73px;
	text-align: left;
	float:left;
}
#header #advertise {
	margin: 0;
	padding: 0;
	width: 478px;
	height: 73px;
	top:5px;
	text-align: right;
	float:right;
	position: relative;
}
#header h1 #logo_mw {
	margin: 0;
	padding-top: 28px;
	width: 120px;
	height: 28px;
	float:left;
}
#header h1 #logo_x {
	margin: 0;
	padding-top: 28px;
	width: 24px;
	height: 28px;
	float:left;
}
#header h1 #logo_mvg {
	margin: 0;
	padding-top: 22px;
	width: 203px;
	height: 38px;
	float:left;
}
#header #advertise .ban {
	position: absolute;
	right: 5px;
	bottom: 0;
}



/*=====　ナビ　=====*/
#navi ul {
	margin: 0 0 27px 0;
	padding: 0;
	width: 950px;
	height:50px;
}
#navi li {
	width: 158px;
	height: 50px;
	line-height: 50px;
	list-style: none;
	float:left;
	display:block;
	text-decoration:none;
	text-indent: -9999px;
	background-position: 0 0;
}
#navi li  a {
	width: 158px;
	height: 50px;
	display:block;
	text-decoration:none;
	text-indent: -9999px;
	background-position: 0 0;
/*?*/
   overflow: hidden;
/**/
}
#navi li  a:hover{
	width: 158px;
	height: 50px;
	display:block;
	text-decoration:none;
	background-position: 0 -60px;
	background-repeat : no-repeat ;
/*?*/
   overflow: hidden;
/**/
}

/*=====　個別ナビ指定　=====*/
#navi li.btn00, 
#navi li.btn00 a {
	width: 159px;
	background-image : url(/tv/mw/imgcommon/navi00.jpg) ;
}
#navi li.btn01, 
#navi li.btn01 a {
	background-image : url(/tv/mw/imgcommon/navi01.jpg) ;
}
#navi li.btn02, 
#navi li.btn02 a {
	background-image : url(/tv/mw/imgcommon/navi02.jpg) ;
}
#navi li.btn03, 
#navi li.btn03 a {
	background-image : url(/tv/mw/imgcommon/navi03.jpg) ;
}
#navi li.btn04, 
#navi li.btn04 a {
	background-image : url(/tv/mw/imgcommon/navi04.jpg) ;
}
#navi li.btn05, 
#navi li.btn05 a {
	width: 159px;
	background-image : url(/tv/mw/imgcommon/navi05.jpg) ;
}

/*=====　ページセレクト時　=====*/
.idx #navi li.btn00, 
.idx #navi li.btn00 a, 
.BEGINNER #navi li.btn01, 
.BEGINNER #navi li.btn01 a, 
.MEMBERS #navi li.btn02, 
.MEMBERS #navi li.btn02 a, 
.HELP #navi li.btn03, 
.HELP #navi li.btn03 a, 
.ABOUT #navi li.btn04, 
.ABOUT #navi li.btn04 a, 
.AGREEMENT #navi li.btn05, 
.AGREEMENT #navi li.btn05 a {
	background-position: 0 -60px;
}



/*============================================================
//  左カラム設定--200812--taniguchi
//==========================================================*/


/*=====　ログイン　=====*/
#alpha #login_pu {
	margin: 0 0 15px 0;
	padding: 5px 0;
	width: 200px;
	background-color : #ebebeb;
}
#alpha #login_pu .inner {
	margin: 0 auto;
	padding: 0;
	width: 188px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#alpha #login_pu .wrap {
	margin: 0 auto;
	padding: 12px 0;
	width: 165px;
}
#alpha #login_pu h3 {
	margin: 0 0 10px 0;
	width: 140px;
	height: 20px;
}
#alpha #login_pu .btn {
	margin: 5px auto 0;
	padding: 0;
	width: 138px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_login-large.jpg) no-repeat 0 0;
}
#alpha #login_pu .btn a {
	width: 138px;
	height: 30px;
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_login-large.jpg) no-repeat 0 0;
}
#alpha #login_pu .btn a:hover{
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_login-large.jpg) no-repeat 0 -30px;
}


/*=====　はじめての方へ　=====*/
#alpha #beginner {
	margin: 0 0 15px 0;
	padding: 5px 0;
	width: 200px;
	background-color : #ebebeb;
}
#alpha #beginner .inner {
	margin: 0 auto;
	padding: 0;
	width: 188px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#alpha #beginner .wrap {
	margin: 0 auto;
	padding: 12px 0;
	width: 165px;
}
#alpha #beginner h3 {
	margin: 0 0 10px 0;
	width: 165px;
	height: 20px;
}
#alpha #beginner .attention {
	margin: 0;
	font-size: 10px;
	color: #c00;
	line-height: 140%;
	font-weight: normal;
}

#alpha #beginner .btn {
	margin: 5px auto;
	padding: 0;
	width: 138px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_usr.jpg) no-repeat 0 0;
}
#alpha #beginner .btn a {
	width: 138px;
	height: 30px;
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_usr.jpg) no-repeat 0 0;
}
#alpha #beginner .btn a:hover{
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_usr.jpg) no-repeat 0 -30px;
}


#alpha h4 {
	margin: 0;
	width: 200px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	background: url(/tv/mw/imgcommon/stbg_left.gif) no-repeat;
	text-indent:15px;
}
#alpha #genre, 
#alpha #lineup {
	margin: 0 0 15px 0;
	width: 198px;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	border-left : 1px solid #ccc;
	background-color : #fff;
}
#alpha #genre .inner, 
#alpha #lineup .inner {
	margin: 0 auto;
	padding: 8px 0 0 0;
	width: 180px;
}
#alpha #banner {
	width: 100%;
	height: auto;
}


/*=====　見たい動画＋ラインナップ＋バナー　=====*/
#alpha #genre ul, 
#alpha #lineup ul, 
#alpha #banner ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#alpha #genre li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
	text-indent: 14px;
	background : url(/tv/mw/imgcommon/arrow_right.gif) no-repeat 0 1px;
}

#alpha #lineup li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}

#alpha #genre .list, 
#alpha #lineup .list {
	margin: 5px 0 8px 0;
	padding: 0;
	width: 39px;
	height: 18px;
	float: right;
}

#alpha #banner li {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}



/*============================================================
//  右カラム設定--200812--taniguchi
//==========================================================*/


/*=====　ログイン　=====*/
#gamma #login {
	margin: 0 0 15px 0;
	padding: 5px 0;
	width: 205px;
	background-color : #ebebeb;
}
#gamma #login .inner {
	margin: 0 auto;
	padding: 0;
	width: 193px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#gamma #login .wrap {
	margin: 0 auto;
	padding: 12px 0;
	width: 170px;
}
#gamma #login h3 {
	margin: 0 0 10px 0;
	width: 140px;
	height: 20px;
}

/*==　ログインフォーム　==*/
.rit{
	margin: 0 auto;
	width: 170px;
	text-align:right;
}
.rit .lginid{
	width: 100%;
}
.rit .lginid input{
	margin:5px 0;
	width: 168px;
	height: 15px;
	border : 1px solid #819814;
}
.rit .lginpw{
	width: 100%;
}
.rit .lginpw input{
	margin:5px 0;
	width: 168px;
	height: 15px;
	border : 1px solid #819814;
}
.rit .lginsm{
	width: 100px;
	margin-top: 6px;
}
.rit .lgoutsm{
	padding-top:5px;
}
/*==========*/


/*=====　ステータス　=====*/
#gamma #status {
	margin: 0 0 15px 0;
	padding: 5px 0;
	width: 205px;
	background-color : #ebebeb;
}
#gamma #status .inner {
	margin: 0 auto;
	padding: 0;
	width: 193px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#gamma #status .wrap {
	margin: 0 auto;
	padding: 12px 0;
	width: 170px;
}
#gamma #status h3 {
	margin: 0 0 10px 0;
	width: 100px;
	height: 20px;
}

#gamma #status .usr {
	margin: 5px 0 8px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	color: #819814;
	line-height: 140%;
	border-bottom:1px solid #bdbdbd;
}
#gamma #status .usr span {
	padding: 0 5px;
	font-size: 10px;
	color: #666;
}
#gamma #status .pt_hold {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #f66b1f;
	font-weight: bold;
	line-height: 140%;
	background: url(/tv/mw/imgcommon/for_statuspt.gif) no-repeat 0 2px;
	text-indent:90px;
}
#gamma #status .pt_limit {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #c00;
	font-weight: bold;
	line-height: 140%;
}

#gamma #status ul{
	margin: 0;
	padding: 0;
	width: 170px;
}
#gamma #status li {
	margin: 0 0 5px 0;
	list-style: none;
	width: 170px;
	height: 18px;
}


/*=====　右側共通部分　=====*/
#gamma h4 {
	margin: 0;
	width: 205px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	background: url(/tv/mw/imgcommon/stbg_right.gif) no-repeat;
	text-indent:15px;
}
#gamma #spotlight, 
#gamma #ranking, 
#gamma #help, 
#gamma #payment {
	margin: 0 0 15px 0;
	width: 203px;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	border-left : 1px solid #ccc;
	background-color : #fff;
	display:block;
	overflow:hidden;
}
#gamma #spotlight .inner, 
#gamma #help .inner {
	margin: 0 auto;
	padding: 8px 0 0 0;
	width: 185px;
	display:block;
	overflow:hidden;
}
#gamma #ranking .inner, 
#gamma #payment .inner {
	margin: 0 auto;
	padding: 8px 0;
	width: 185px;
	display:block;
	overflow:hidden;
}



/*=====　注目動画　=====*/
#gamma #spotlight .wrap {
	margin: 0 0 10px 0;
	width: 100%;
}
#gamma #spotlight .wrap .left {
	width: 54px;
}
#gamma #spotlight .wrap .right {
	width: 120px;
}
#gamma #spotlight .wrap p {
	font-size: 10px;
	color: #333;
	line-height: 130%;
}


/*=====　ランキング　=====*/
#gamma #ranking .rank {
	margin: 0 0 2px 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
}
#gamma #ranking .note {
	margin: 3px 0 0 0;
	font-size: 10px;
	color: #666;
	line-height: 130%;
}
#gamma #ranking .line {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 13px;
	line-height: 13px;
	background : url(/tv/mw/imgcommon/dotline.gif) repeat-x 0 0;
}


/*=====　ヘルプ　=====*/
#gamma #help .note {
	margin: 0 0 5px 0;
	font-size: 10px;
	color: #666;
	line-height: 130%;
}

#gamma #help .inquiry {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	line-height: 140%;
	text-indent: 14px;
	background : url(/tv/mw/imgcommon/arrow_right.gif) no-repeat 0 1px;
}


/*=====　お支払い方法　=====*/
#gamma #payment ul.note{
	margin: 0 0 0 6px;
	padding: 0;
}
#gamma #payment li{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #333;
	line-height: 130%;
	text-indent: 8px;
	background : url(/tv/mw/imgcommon/disc.gif) no-repeat 0 6px;
}


/*============================================================
//  フッタ設定--200812--taniguchi
//==========================================================*/

/*=====　ページのトップへ　=====*/
#container .bk_top {
	margin: 25px auto;
	padding: 0;
	width: 950px;
}
#container .bk_top p{
	font-size: 10px;
	color: #819814;
	text-align: right;
	text-indent: 18px;
	background : url(/tv/mw/imgcommon/arrow_top.gif) no-repeat 0 0;
	float:right;
}

/*=====　フッタ　=====*/
#footer {
	padding-bottom:15px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

#footer .other {
	margin:0 0 5px 0;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color: #ffffff;
}
#footer .copyright {
	margin:0;
	text-align:center;
	clear:both;
}
#footer .other a, 
#footer .other a:visited{
	color:#333333;
	text-decoration:none;
}
#footer .other a:hover{
	color:#333333;
	text-decoration:underline;
}



/*============================================================
//  中カラム設定--200812--taniguchi
//==========================================================*/


/*=====　インデックス　=====*/
.idx .catch {
	margin: 0 0 15px 0;
	padding: 0;
	width: 515px;
	height: 200px;
}
.idx h2 {
	margin: 0;
	padding: 0 0 10px 0;
	width: 515px;
	height: 30px;
}

.idx .sp_ttl {
	margin: 0 0 5px 0;
	padding: 0;
	width: 515px;
	height: 104px;
	position:relative;
}
.idx .sp_ttl .sp_link{
	margin: 0;
	padding: 0;
	width: 495px;
	position:absolute;
	left:10px;
	bottom:5px;
}
.idx .sp_ttl ul{
	margin: 0;
	padding: 0;
	width: 490px;
}
.idx .sp_ttl li {
	margin: 0 10px 0 0;
	list-style: none;
	float:left;
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
}
.idx .sp_ttl li.link-red {
	color: #c00;
}
.idx .sp_ttl li.link-yellow {
	color: #f3fd06;
}
.idx .sp_ttl li.link-white {
	color: #fff;
}

.idx .sp_ttl li.link-red a, 
.idx .sp_ttl li.link-red a:visited{
	color:#c00;
	text-decoration:none;
}
.idx .sp_ttl li.link-red a:hover{
	color:#c00;
	text-decoration:underline;
}
.idx .sp_ttl li.link-yellow a, 
.idx .sp_ttl li.link-yellow a:visited{
	color:#f3fd06;
	text-decoration:none;
}
.idx .sp_ttl li.link-yellow a:hover{
	color:#f3fd06;
	text-decoration:underline;
}
.idx .sp_ttl li.link-white a, 
.idx .sp_ttl li.link-white a:visited{
	color:#fff;
	text-decoration:none;
}
.idx .sp_ttl li.link-white a:hover{
	color:#fff;
	text-decoration:underline;
}
.idx .update {
	margin: 0 0 10px 0;
	padding: 0;
	width: 515px;
	text-align:right;
}
.idx .update p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:right;
	float:right;
}



/*=====　コメント：ユーザーレビュー　=====*/
.review {
	margin: 0 0 20px 0;
	width: 100%;
}
.review .ttl {
	margin: 0 0 10px 0;
	padding: 0;
	width: 515px;
	height : 24px;
	border-bottom : 1px solid #999;
}
.review .ttl h2 {
	margin: 0;
	padding: 0;
	width: 140px;
	height : 20px;
	float:left;
}
.review .ttl .btn_post {
	margin: 0 10px 0 0;
	padding: 0;
	width: 80px;
	height : 20px;
	float:right;
}

.review h3 {
	margin: 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}



/*=====　各カテゴリ共通　=====*/
.BEGINNER #beta h2, 
.MEMBERS #beta h2, 
.HELP #beta h2, 
.ABOUT #beta h2, 
.AGREEMENT #beta h2 {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	text-indent: 14px;
	text-align:left;
	background : url(/tv/mw/imgcommon/h2_bg.jpg) no-repeat 0 0;
}
.BEGINNER #beta h3, 
.HELP #beta h3, 
.ABOUT #beta h3, 
.AGREEMENT #beta h3 {
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-align:left;
}

.HELP #beta h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
.HELP #beta h5 {
	margin: 0 0 3px 0;
	padding: 0 2px;
	width: 15px;
	font-size: 12px;
	color: #fff;
	line-height: 140%;
	font-weight: bold;
	text-align:center;
	background-color : #ffa209;
}
.HELP #beta h6 {
	margin: 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
}

.BEGINNER #beta p, 
.HELP #beta p, 
.ABOUT #beta p, 
.AGREEMENT #beta p {
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	font-weight: normal;
	text-align:left;
}
.MEMBERS #beta p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	text-align:left;
}



/*=====　枠設定：はじめての方へ・会員登録　=====*/
.BEGINNER  .fr, 
.MEMBERS  .fr, 
.HELP  .fr {
	margin: 0 auto;
	padding: 0;
	width: 513px;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	background-color : #fff;
}
.BEGINNER .fr_top, 
.MEMBERS .fr_top, 
.HELP .fr_top {
	margin: 15px auto 0;
	padding: 0;
	width: 515px;
	height: 12px;
	background-color : #fff;
}
.BEGINNER .fr_bottom, 
.MEMBERS .fr_bottom, 
.HELP .fr_bottom {
	margin: 0 auto 15px;
	padding: 0;
	width: 515px;
	height: 12px;
	background-color : #fff;
}

.MEMBERS  .fr2 {
	margin: 0 auto;
	padding: 0;
	width: 515px;
	background-color : #666;
}
.MEMBERS .fr2_top {
	margin: 15px auto 0;
	padding: 0;
	width: 515px;
	height: 7px;
	background-color : #666;
}
.MEMBERS .fr2_bottom {
	margin: 0 auto 15px;
	padding: 0;
	width: 515px;
	height: 7px;
	background-color : #666;
}

.BEGINNER .fr .inner, 
.MEMBERS .fr .inner, 
.MEMBERS .fr2 .inner, 
.HELP .fr .inner {
	margin: 0 auto;
	padding: 0;
	width: 495px;
}

/*=====　ヘルプ　=====*/
.HELP .admission {
	margin: 0 auto;
	padding: 0;
	width: 515px;
}

.HELP #beta .attention, 
.HELP .title_indent, 
.HELP .red {
	margin: 0;
	color: #c00;
}
.HELP .green {
	margin: 0;
	color: #060;
	font-weight: bold;
}
.HELP .bg_pink {
	margin: 5px 0;
	background-color: #ffebeb;
}

.HELP .fr .inner img {
	margin: 3px;
	padding: 0;
	float: right;
}

.HELP .fr .inner table,
.BEGINNER .fr .inner table {
	margin: 10px auto;
	padding: 0;
	width: 485px;
}
.HELP .fr .inner th,
.BEGINNER .fr .inner th {
	padding:5px 0;
	width: 100px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.HELP .fr .inner td,
.BEGINNER .fr .inner td {
	padding:5px 0;
	width: 380px;
	text-align: left;
	vertical-align: top;
}



.HELP dl.wrap {
	margin: 0 auto;
	padding: 0;
	width: 515px;
}
.HELP dl.wrap dt {
	margin: 0 0 10px 0;
	padding: 0;
	width: 515px;
	color: #ffa209;
}

.HELP dl.wrap dd {
	margin: 0 0 10px 0;
	padding: 0;
	width: 515px;
}
.HELP dl.inner {
	margin: 0 0 10px 30px;
	padding: 0;
	width: 485px;
}

.HELP dl.inner dt {
	margin: 10px 0;
	padding: 0;
	width: 485px;
	color: #ffa209;
}

.HELP dl.inner dd {
	margin: 0 0 10px 0;
	padding: 0;
	width: 485px;
}


.HELP .totop {
	margin: 0 auto 10px;
	padding: 0;
}



/*=====　はじめての方へ　=====*/
.BEGINNER #beta .attention {
	margin: 0;
	color: #c00;
}
.BEGINNER .fr h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
.BEGINNER .fr h5 {
	margin: 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	font-weight: bold;
}
.BEGINNER .fr p.idt {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	font-weight: normal;
}
.BEGINNER .fr .inner img {
	margin: 3px;
	padding: 0;
	float: right;
}



/*=====　会員登録　=====*/
.MEMBERS #beta #step01, 
.MEMBERS #beta #step0201, 
.MEMBERS #beta #step0202, 
.MEMBERS #beta #step0203, 
.MEMBERS #beta #step0301, 
.MEMBERS #beta #step0302, 
.MEMBERS #beta #step04, 
.MEMBERS #beta #resign01, 
.MEMBERS #beta #resign02, 
.MEMBERS #beta #resign03, 
.MEMBERS #beta #change01, 
.MEMBERS #beta #change02, 
.MEMBERS #beta #change03, 
.MEMBERS #beta #change04 {
	margin: 0;
	padding: 0;
	width: 515px;
	text-align:center;
}

.MEMBERS .step {
	margin: 20px 0;
	width: 515px;
	height: 56px;
}

/*枠あり*/
.MEMBERS .fr h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
.MEMBERS .fr h5 {
	margin: 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	font-weight: bold;
	text-align:left;
}
.MEMBERS .fr p.idt {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	font-weight: normal;
}

.MEMBERS #beta .btn {
	margin: 10px;
}

.MEMBERS #beta .leading {
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
}
.MEMBERS #beta .note {
	margin: -12px 0 8px 0;
	font-size: 12px;
	color: #666;
	line-height: 140%;
	font-weight: normal;
}



/*==会員登録：STEP01==ここから==*/
#step01 h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #ffa209;
	line-height: 28px;
	font-weight: bold;
	text-indent: 18px;
	text-align:left;
	background : url(/tv/mw/imgcommon/h3_bg.jpg) no-repeat 0 0;
}
#step01 h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
#step01 .wrap1 {
	margin: 20px 0 120px 0;
	width: 100%;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#step01 .wrap2 {
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#step01 .wrap3 {
	margin: 10px 0 ;
	width: 100%;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#step01 .fr .inner img {
	margin: 3px;
	padding: 0;
	float: right;
}

#step01 .btn_next {
	margin: 10px auto;
	padding: 0;
	width: 165px;
	height: 28px;
	line-height: 28px;
	text-indent: -9999px;
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_next.jpg) no-repeat 0 0;
	text-align:left;
}
#step01 .btn_next a {
	width: 165px;
	height: 28px;
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_next.jpg) no-repeat 0 0;
}
#step01 .btn_next a:hover{
	display:block;
	text-decoration: none;
	background:url(/tv/mw/imgcommon/btn_next.jpg) no-repeat 0 -30px;
}
#step01 .attention {
	margin: 0;
	color: #c00;
}
/*==会員登録：STEP01==ここまで==*/


/*==会員登録：STEP02-01==ここから==*/
#step0201 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#step0201 h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
#step0201 .attention {
	color: #c00;
}
#step0201 .wrap {
	margin: 0 auto;
	width: 445px;
}
#step0201 .wrap input{
	margin:5px 0;
	width: 280px;
	height: 15px;
	border : 1px solid #819814;
}
#step0201 .wrap p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#step0201 .wrap .btn {
	margin: 10px auto 0;
	width: 165px;
	height: 28px;
}
/*==会員登録：STEP02-01==ここまで==*/


/*==会員登録：STEP02-02==ここから==*/
#step0202 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#step0202 h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
#step0202 .wrap {
	margin: 0 auto;
	width: 475px;
}
#step0202 .wrap .left {
	margin: 10px 10px 10px 0;
	width: 154px;
	height: 16px;
	float:left;
}
#step0202 .wrap .left2 {
	margin: 10px 0;
	width: 300px;
	float:left;
}
#step0202 .wrap .left2 p {
	margin: 0;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	font-weight: normal;
	text-align:left;
}


#step0202 .btn {
	margin: 0 auto;
	width: 515px;
}
#step0202 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#step0202 .btn .left_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:right;
	float:left;
}
#step0202 .btn .right_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:left;
	float:right;
}
/*==会員登録：STEP02-02==ここまで==*/


/*==会員登録：STEP02-03==ここから==*/
#step0203 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#step0203 h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
#step0203 .wrap {
	margin: 0 auto;
	width: 475px;
}
#step0203 .wrap .left {
	margin: 10px 10px 10px 0;
	width: 154px;
	height: 16px;
	float:left;
}
#step0203 .wrap .left2 {
	margin: 10px 0;
	width: 300px;
	float:left;
}
#step0203 .wrap .left2 p {
	margin: 0;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	font-weight: normal;
	text-align:left;
}

#step0203 .btn {
	margin: 0 auto;
	width: 515px;
}
#step0203 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
}
#step0203 .btn img {
	margin: 0 auto;
	width: 340px;
	height: 30px;
}
/*==会員登録：STEP02-03==ここまで==*/


/*==会員登録：STEP03-01==ここから==*/
#step0301 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#step0301 h4 {
	margin: 10px 15px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-align:left;
}

#step0301 .box {
	margin: 0 auto 10px;
	padding: 10px 0;
	width: 513px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#step0301 .box table {
	margin: 10px auto;
	padding: 0;
	width: 485px;
}
#step0301 .box th {
	padding:5px 0;
	width: 120px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#step0301 .box td.ipt {
	padding:5px 0;
	width: 360px;
	text-align: left;
	vertical-align: top;
}
/*
#step0301 .box td input {
	margin:5px 0;
	height: 15px;
	border : 1px solid #ccc;
	background-color : #ff9;
}
*/
#step0301 .box td select {
	margin: 0 2px;
	border : 1px solid #ccc;
	background-color : #ff9;
}
#step0301 .box td input.w250 {
	margin: 0 2px;
	width: 250px;
	height: 15px;
	border : 1px solid #ccc;
	background-color : #ff9;
}
#step0301 .box td input.w250_wh {
	margin: 0 2px;
	width: 250px;
	height: 15px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#step0301 .box td input.w100 {
	margin: 0 2px;
	width: 100px;
	height: 15px;
	border : 1px solid #ccc;
	background-color : #ff9;
}
#step0301 .box td input.w50 {
	margin: 0 2px;
	width: 50px;
	height: 15px;
	border : 1px solid #ccc;
	background-color : #ff9;
}
#step0301 .box td input.zipauto {
	margin: 0 5px;
	padding: 1px 0 0 0;
	font-size: 10px;
	color: #666;
}

#step0301 .box  .note {
	margin: 3px 0;
	font-size: 10px;
	color: #666;
	line-height: 130%;
	text-align:left;
}
#step0301 .box  .note2 {
	margin: 3px 0 0 0;
	font-size: 10px;
	color: #c00;
	line-height: 130%;
	text-align:left;
}
#step0301 .attention {
	margin: 0;
	color: #c00;
}
#step0301 .attention a, 
#step0301 .attention a:visited {
	color: #c00;
	text-decocration:none;
}
#step0301 .attention a:hover{
	color:#c00;
	text-decoration:underline;
}


#step0301 .btn {
	margin: 0 auto;
	width: 515px;
}
#step0301 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#step0301 .btn .left_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:right;
	float:left;
}
#step0301 .btn .right_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:left;
	float:right;
}
/*==会員登録：STEP03-01==ここまで==*/


/*==会員登録：STEP03-02==ここから==*/
#step0302 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#step0302 h4 {
	margin: 10px 15px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-align:left;
}

#step0302 .box {
	margin: 0 auto 10px;
	padding: 10px 0;
	width: 513px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#step0302 .box table {
	margin: 10px auto;
	padding: 0;
	width: 485px;
}
#step0302 .box th {
	padding:5px 0;
	width: 120px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#step0302 .box td.ipt {
	padding:5px 0;
	width: 360px;
	text-align: left;
	vertical-align: top;
	color:#819814;
}
#step0302 .box  .note {
	margin: 3px 0;
	font-size: 10px;
	color: #666;
	line-height: 130%;
	text-align:left;
}

#step0302 .btn {
	margin: 0 auto;
	width: 515px;
}
#step0302 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#step0302 .btn .left_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:right;
	float:left;
}
#step0302 .btn .right_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:left;
	float:right;
}
/*==会員登録：STEP03-02==ここまで==*/


/*==会員登録：STEP04==ここから==*/
#step04 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#step04 h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}

#step04 .btn {
	margin: 0 auto;
	width: 515px;
}
#step04 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
}
#step04 .btn img {
	margin: 0 auto;
	width: 340px;
	height: 30px;
}
/*==会員登録：STEP04==ここまで==*/


/*==会員情報の変更・確認：change-01==ここから==*/
#change01 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#change01 h4 {
	margin: 10px 15px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-align:left;
}

#change01 .box {
	margin: 0 auto 10px;
	padding: 10px 0;
	width: 513px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#change01 .box table {
	margin: 10px auto;
	padding: 0;
	width: 485px;
}
#change01 .box th {
	padding:5px 0;
	width: 120px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#change01 .box td.ipt {
	padding:5px 0;
	width: 360px;
	text-align: left;
	vertical-align: top;
}
#change01 .box td.ipt .db {
	color:#819814;
}

#change01 .box td select {
	margin: 0 2px;
	color:#819814;
	border : 1px solid #ccc;
	background-color : #ff9;
}
#change01 .box td input.w250 {
	margin: 0 2px;
	width: 250px;
	height: 15px;
	color:#819814;
	border : 1px solid #ccc;
	background-color : #ff9;
}
#change01 .box td input.w250_wh {
	margin: 0 2px;
	width: 250px;
	height: 15px;
	color:#819814;
	border : 1px solid #ccc;
	background-color : #fff;
}
#change01 .box td input.w100 {
	margin: 0 2px;
	width: 100px;
	height: 15px;
	color:#819814;
	border : 1px solid #ccc;
	background-color : #ff9;
}
#change01 .box td input.w50 {
	margin: 0 2px;
	width: 50px;
	height: 15px;
	color:#819814;
	border : 1px solid #ccc;
	background-color : #ff9;
}
#change01 .box td input.zipauto {
	margin: 0 5px;
	padding: 1px 0 0 0;
	font-size: 10px;
	color: #666;
}

#change01 .box  .note {
	margin: 3px 0;
	font-size: 10px;
	color: #666;
	line-height: 130%;
	text-align:left;
}
#change01 .box  .note2 {
	margin: 3px 0 0 0;
	font-size: 10px;
	color: #c00;
	line-height: 130%;
	text-align:left;
}


#change01 .btn {
	margin: 0 auto;
	width: 515px;
}
#change01 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#change01 .btn .center_btn {
	margin: 10px auto 0;
	width: 165px;
	height: 28px;
	text-align:center;
}
/*==会員情報の変更・確認：change-01==ここまで==*/


/*==会員情報の変更・確認：change-02==ここから==*/
#change02 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#change02 h4 {
	margin: 10px 15px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-align:left;
}

#change02 .box {
	margin: 0 auto 10px;
	padding: 10px 0;
	width: 513px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#change02 .box table {
	margin: 10px auto;
	padding: 0;
	width: 485px;
}
#change02 .box th {
	padding:5px 0;
	width: 120px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#change02 .box td.ipt {
	padding:5px 0;
	width: 360px;
	text-align: left;
	vertical-align: top;
	color:#819814;
}
#change02 .box  .note {
	margin: 3px 0;
	font-size: 10px;
	color: #666;
	line-height: 130%;
	text-align:left;
}

#change02 .btn {
	margin: 0 auto;
	width: 515px;
}
#change02 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#change02 .btn .left_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:right;
	float:left;
}
#change02 .btn .right_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:left;
	float:right;
}

/*==会員情報の変更・確認：change-02==ここまで==*/


/*==会員情報の変更・確認：CHANGE03==ここから==*/
#change03 .btn {
	margin: 0 auto;
	width: 515px;
}
#change03 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
}
#change03 .btn img {
	margin: 0 auto;
	width: 340px;
	height: 30px;
}
/*==会員情報の変更・確認：CHANGE03==ここまで==*/


/*==退会手続き：RESIGN01==ここから==*/
#resign01 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#resign01 h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
#resign01 .stock {
	margin: 0 auto 15px;
	padding: 8px 0;
	width: 260px;
	border : 1px solid #c00;
	background-color : #fff;
	text-align:center;
}
#resign01 .stock p {
	margin: 0 20px;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 160%;
	font-weight: normal;
	text-align:left;
}
#resign01 .stock span {
	font-size: 16px;
	color: #c00;
	font-weight: bold;
}
#resign01 .box {
	margin: 0 auto 10px;
	padding: 0;
	width: 513px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#resign01 .box table {
	margin: 10px auto;
	padding: 0;
	width: 485px;
}
#resign01 .box th {
	padding:5px 0;
	width: 120px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
#resign01 .box td.ipt {
	width: 360px;
	text-align: left;
	vertical-align: middle;
}
#resign01 .box td input {
	margin:5px 0;
	width: 200px;
	height: 15px;
	border : 1px solid #ccc;
	background-color : #ff9;
}

#resign01 .attention {
	margin: 0;
	color: #c00;
}
#resign01 .btn {
	margin: 0 auto;
	width: 515px;
}
#resign01 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#resign01 .btn .left_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:right;
	float:left;
}
#resign01 .btn .right_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:left;
	float:right;
}
/*==退会手続き：RESIGN01==ここまで==*/


/*==退会手続き：RESIGN02==ここから==*/
#resign02 h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#resign02 h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
#resign02 .stock {
	margin: 0 auto 15px;
	padding: 8px 0;
	width: 260px;
	border : 1px solid #c00;
	background-color : #fff;
	text-align:center;
}
#resign02 .stock p {
	margin: 0 20px;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 160%;
	font-weight: normal;
	text-align:left;
}
#resign02 .stock span {
	font-size: 16px;
	color: #c00;
	font-weight: bold;
}
#resign02 .box {
	margin: 0 auto 10px;
	padding: 0;
	width: 513px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#resign02 .box table {
	margin: 10px auto;
	padding: 0;
	width: 485px;
}
#resign02 .box th {
	padding:5px 0;
	width: 120px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
#resign02 .box td.ipt {
	width: 360px;
	text-align: left;
	vertical-align: middle;
	color:#819814;
}

#resign02 .attention {
	margin: 0;
	color: #c00;
}
#resign02 .btn {
	margin: 0 auto;
	width: 515px;
}
#resign02 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#resign02 .btn .left_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:right;
	float:left;
}
#resign02 .btn .right_btn {
	margin: 10px 0 0 0;
	width: 250px;
	height: 28px;
	text-align:left;
	float:right;
}
/*==退会手続き：RESIGN02==ここまで==*/


/*==退会手続き：RESIGN03==ここから==*/
#resign03 .btn {
	margin: 0 auto;
	width: 515px;
}
#resign03 .btn p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
}
#resign03 .btn img {
	margin: 0 auto;
	width: 340px;
	height: 30px;
}
/*==退会手続き：RESIGN03==ここまで==*/


/*==ログイン：LOGIN==ここから==*/
#certify h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#certify h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
#certify .box {
	margin: 0 auto 10px;
	padding: 0;
	width: 513px;
	border : 1px solid #ccc;
	background-color : #fff;
	text-align: center;
}
#certify .box table {
	margin: 10px auto;
	padding: 0;
	width: 485px;
}
#certify .box th {
	padding:5px 0;
	width: 120px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
#certify .box td.ipt {
	width: 220px;
	text-align: left;
	vertical-align: middle;
}
#certify .box td .btn {
	margin: 0 auto;
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
#certify .box td input {
	margin:5px 0;
	width: 200px;
	height: 15px;
	border : 1px solid #ccc;
	background-color : #ff9;
}
/*==ログイン：LOGIN==ここまで==*/


/*==マイページ：MYPAGE==ここから==*/
#mypage h3 {
	margin: 0 0 10px 0;
	width: 515px;
	height: 32px;
	text-align:left;
}
#mypage h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #ffa209;
}

#mypage .wrap {
	margin: 0 auto;
	width: 100%;
}
#mypage .wrap .left_stock {
	margin: 0 0 15px 0;
	width: 144px;
	text-align:center;
	float:left;
}
#mypage .wrap .right_buy {
	margin: 0 0 15px 0;
	width: 350px;
	text-align:left;
	background:url(/tv/mw/imgcommon/mypg_bg02.jpg) no-repeat left bottom;
	float:right;
}

#mypage .wrap .left_stock .stock {
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	width: 144px;
	text-align:center;
	background:url(/tv/mw/imgcommon/mypg_bg01.gif) no-repeat left bottom;
}
#mypage .wrap .left_stock .btn {
	margin: 0 auto 12px;
	width: 76px;
	height: 27px;
}
#mypage .wrap .right_buy .inner {
	margin: 0 auto 10px;
	width: 330px;
	text-align:left;
}

#mypage .wrap .left_stock .stock .pt_hold {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	color: #f66b1f;
	font-weight: bold;
	line-height: 140%;
	text-align:center;
}
#mypage .wrap .left_stock .stock .pt_limit {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	color: #c00;
	font-weight: bold;
	line-height: 140%;
	text-align:center;
}
#mypage .wrap .right_buy .inner p {
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:left;
}
#mypage iframe {
	margin: 0 0 5px 0;
	padding: 0;
	width: 513px;
	height: 110px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#mypage .attention {
	color: #c00;
}

#mypage .box {
	margin: 0 auto 20px;
	padding: 0;
	width: 513px;
	border : 1px solid #ccc;
	background-color : #fff;
}
#mypage .box h5 {
	margin: 0 0 8px 0;
	width: 513px;
	height: 32px;
}
#mypage .box table {
	margin: 0 auto;
	padding: 0;
	width: 500px;
}
#mypage .box td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	clear: both;
}
#mypage .box th {
	margin: 2px 0;
	padding: 0 0 0 5px;
	width: 230px;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	clear: both;
}
#mypage .box td.package {
	margin: 2px 0;
	padding: 0;
	width: 90px;
}
#mypage .box td.packagettl {
	margin: 2px 0;
	padding: 0;
	width: 140px;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:left;
}
#mypage .box td.start {
	margin: 2px 0;
	padding: 0;
	width: 75px;
	font-size: 10px;
	color: #03c;
	line-height: 130%;
	text-align:center;
}
#mypage .box td.end {
	margin: 2px 0;
	padding: 0;
	width: 75px;
	font-size: 10px;
	color: #c00;
	line-height: 130%;
	text-align:center;
}
#mypage .box td.pt {
	margin: 2px 0;
	padding: 0;
	width: 60px;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#mypage .box td.onoff {
	margin: 2px 0;
	padding: 0;
	width: 60px;
	text-align:center;
}
#mypage .box td.spend {
	margin: 2px 0;
	padding: 0;
	width: 120px;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}
#mypage .box td.story {
	margin: 2px 0;
	padding: 5px 0 0 0 ;
	font-size: 10px;
	color: #333;
	line-height: 25px;
	text-align:left;
}
#mypage .box td.audition {
	margin: 2px 0;
	padding: 5px 0 0 0;
	text-align:center;
}

#mypage .box .btn_onoff {
	margin: 0 auto;
	width: 48px;
	height: 18px;
}
#mypage .box .btn_audition {
	margin: 0 auto 5px;
	width: 75px;
	height: 20px;
}

/*#mypage .wrap p {
	margin:15px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align:center;
}*/
/*==マイページ：MYPAGE==ここまで==*/













/*==特集：温泉・お風呂==ここから==*/
.SPECIAL #beta #sp_onsen {
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
}
#sp_onsen h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	text-indent: 14px;
	background : url(/tv/mw/imgcommon/h2_bg.jpg) no-repeat 0 0;
}
#sp_onsen h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #ffa209;
	line-height: 28px;
	font-weight: bold;
	text-indent: 18px;
	background : url(/tv/mw/imgcommon/h3_bg.jpg) no-repeat 0 0;
}
#sp_onsen .fr {
	margin: 0 auto;
	padding: 0;
	width: 513px;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	background-color : #fff;
}
#sp_onsen .fr_top, 
#sp_onsen .fr_bottom {
	margin: 0 auto;
	padding: 0;
	width: 515px;
	height: 12px;
	line-height: 12px;
	background-color : #fff;
}
#sp_onsen .fr .inner {
	margin: 0 auto;
	padding: 0;
	width: 495px;
}
#sp_onsen .fr h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	border-left : 3px solid #ffa209;
	border-bottom : 1px solid #ccc;
}
#sp_onsen .fr ul {
	margin: 0;
	padding: 0;
	width: 495px;
}
#sp_onsen .fr li {
	margin: 0 5px 0 0;
	width: 95px;
	list-style: none;
	float:left;
}
#sp_onsen .fr li.last {
	margin: 0;
}
#sp_onsen .listing, 
#sp_onsen .highlight {
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
}
#sp_onsen .listing .wrap, 
#sp_onsen .highlight .wrap {
	margin: 0 0 10px 0;
	font-size: 10px;
	color: #333;
	line-height: 130%;
}
#sp_onsen .listing .wrap .left {
	width: 134px;
}
#sp_onsen .listing .wrap .right {
	width: 370px;
}
#sp_onsen .listing h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #333;
	line-height: 140%;
	font-weight: bold;
}
/*==特集：温泉・お風呂==ここまで==*/


/*==特集：松田優作==開始==*/
.SPECIAL #beta #sp_matsuda {
	margin: 0;
	padding: 0;
	width: 515px;
	background : url(/tv/mw/images/sp_matsuda/matsuda_imagebg.jpg) no-repeat 0 40px;
	background-color: #080707;
}
#sp_matsuda h2 {
	margin: 0;
	padding: 0 0 10px 0;
	width: 515px;
	height: 30px;
	background-color: #f3f3f3;
}
#sp_matsuda h3 {
	margin: 20px 0 10px 0;
	width: 495px;
	height: 28px;
}

#sp_matsuda .inner {
	margin: 0 10px;
	width: 495px;
}
#sp_matsuda .product, 
#sp_matsuda .wrap {
	margin: 0 0 10px 0;
	width: 495px;
}
#sp_matsuda .product ul
#sp_matsuda .listing ul {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#sp_matsuda .product li.left {
	margin: 10px 0;
	width: 240px;
	list-style: none;
	float:left;
}
#sp_matsuda .product li.right {
	margin: 10px 0;
	width: 240px;
	list-style: none;
	float:right;
}
#sp_matsuda .listing li {
	margin: 10px 5px 10px 0;
	width: 120px;
	list-style: none;
	text-align:center;
	float:left;
}
#sp_matsuda .listing li.last {
	margin: 10px 0 10px 0;
	width: 120px;
	list-style: none;
	float:left;
}

#sp_matsuda .product li .item {
	width: 120px;
	text-align:center;
	float:left;
}
#sp_matsuda .product li .inf {
	width: 120px;
	float:left;
}
#sp_matsuda .wrap .left {
	margin: 0 0 5px 0;
	width: 240px;
}
#sp_matsuda .wrap .right {
	margin: 0 0 5px 0;
	width: 240px;
}

#sp_matsuda p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	font-weight: normal;
}
#sp_matsuda .ph {
	margin: 0 8px 5px 0;
	float: left;
}


#sp_matsuda h4.ttl {
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 140%;
	color: #f3fd06;
	font-weight: bold;
}
#sp_matsuda h4.ttl a, 
#sp_matsuda h4.ttl a:visited{
	color:#f3fd06;
	text-decoration:none;
}
#sp_matsuda h4.ttl a:hover{
	color:#f3fd06;
	text-decoration:underline;
}

#sp_matsuda .period, 
#sp_matsuda .price {
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	font-weight: normal;
}
#sp_matsuda .fee {
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	font-weight: bold;
}

#sp_matsuda .copyright {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}


/*ラインナップ*/
#sp_matsuda .sp_ttl {
	margin: 0 auto 5px;
	padding: 0;
	width: 495px;
	height: 100px;
	position:relative;
}
#sp_matsuda .sp_ttl .sp_link{
	margin: 0;
	padding: 0;
	width: 475px;
	position:absolute;
	left:10px;
	bottom:3px;
}
#sp_matsuda .sp_ttl ul{
	margin: 0;
	padding: 0;
	width: 470px;
}
#sp_matsuda .sp_ttl li {
	margin: 0 10px 0 0;
	list-style: none;
	float:left;
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
}
#sp_matsuda .sp_ttl li.link-white {
	color: #fff;
}

#sp_matsuda .sp_ttl li.link-white a, 
#sp_matsuda .sp_ttl li.link-white a:visited{
	color:#fff;
	text-decoration:none;
}
#sp_matsuda .sp_ttl li.link-white a:hover{
	color:#fff;
	text-decoration:underline;
}
#sp_matsuda .update {
	margin: 0 auto 10px 0;
	padding: 0;
	width: 490px;
	text-align:right;
}
#sp_matsuda .update p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	line-height: 140%;
	text-align:right;
	float:right;
}

/*==特集：松田優作==ここまで==*/


/*==特集：黒バック、背景画像なし==開始==*/

.SPECIAL #beta #sp_bk {
	margin: 0;
	padding: 0;
	width: 515px;
	background-color: #080707;
}
#sp_bk h2 {
	margin: 0;
	padding: 0 0 10px 0;
	width: 515px;
	height: 30px;
	background-color: #f3f3f3;
}
#sp_bk h3 {
	margin: 20px 0 10px 0;
	width: 495px;
	height: 28px;
}

#sp_bk .inner {
	margin: -20px 10px 0;
	width: 495px;
}
#sp_bk .product, 
#sp_bk .wrap {
	margin: 0 0 10px 0;
	width: 495px;
}
#sp_bk .product ul
#sp_bk .listing ul {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#sp_bk .product li.left {
	margin: 10px 0;
	width: 240px;
	list-style: none;
	float:left;
}
#sp_bk .product li.right {
	margin: 10px 0;
	width: 240px;
	list-style: none;
	float:right;
}
#sp_bk .listing li {
	margin: 10px 5px 10px 0;
	width: 120px;
	list-style: none;
	text-align:center;
	float:left;
}
#sp_bk .listing li.last {
	margin: 10px 0 10px 0;
	width: 120px;
	list-style: none;
	float:left;
}

#sp_bk .product li .item {
	width: 120px;
	text-align:center;
	float:left;
}
#sp_bk .product li .inf {
	width: 120px;
	float:left;
}
#sp_bk .wrap .left {
	margin: 0 0 5px 0;
	width: 240px;
}
#sp_bk .wrap .right {
	margin: 0 0 5px 0;
	width: 240px;
}

#sp_bk p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	font-weight: normal;
}
#sp_bk p.matsuda {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 160%;
	color: #fff;
	font-weight: normal;
}
#sp_bk p.writer {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	font-weight: normal;
	text-align:right;
}
#sp_bk .ph {
	margin: 0 8px 5px 0;
	float: left;
}
#sp_bk .ph495 {
	margin: 0 0 5px 0;
}


#sp_bk h4.ttl {
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 140%;
	color: #f3fd06;
	font-weight: bold;
}
#sp_bk h4.ttl a, 
#sp_bk h4.ttl a:visited{
	color:#f3fd06;
	text-decoration:none;
}
#sp_bk h4.ttl a:hover{
	color:#f3fd06;
	text-decoration:underline;
}

#sp_bk .period, 
#sp_bk .price {
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	font-weight: normal;
}
#sp_bk .fee {
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	font-weight: bold;
}

#sp_bk .copyright {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}


/*ラインナップ*/
#sp_bk .sp_ttl {
	margin: 0 auto 5px;
	padding: 0;
	width: 495px;
	height: 100px;
	position:relative;
}
#sp_bk .sp_ttl .sp_link{
	margin: 0;
	padding: 0;
	width: 475px;
	position:absolute;
	left:10px;
	bottom:3px;
}
#sp_bk .sp_ttl ul{
	margin: 0;
	padding: 0;
	width: 470px;
}
#sp_bk .sp_ttl li {
	margin: 0 10px 0 0;
	list-style: none;
	float:left;
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
}
#sp_bk .sp_ttl li.link-yellow {
	color: #f3fd06;
}

#sp_bk .sp_ttl li.link-yellow a, 
#sp_bk .sp_ttl li.link-yellow a:visited{
	color:#f3fd06;
	text-decoration:none;
}
#sp_bk .sp_ttl li.link-yellow a:hover{
	color:#f3fd06;
	text-decoration:underline;
}
#sp_bk .update {
	margin: 0 auto 10px 0;
	padding: 0;
	width: 490px;
	text-align:right;
}
#sp_bk .update p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	line-height: 140%;
	text-align:right;
	float:right;
}

/*==特集：黒バック、背景画像なし==ここまで==*/


/*==特集：白バック、背景画像なし==開始==*/
.SPECIAL #beta #sp_wh {
	margin: 0;
	padding: 0;
	width: 515px;
	background-color: #ffffff;
}
.TEMPORARY #beta #sp_wh {
	margin: 0;
	padding: 0;
	width: 515px;
	background-color: #ffffff;
}
#sp_wh h2 {
	margin: 0;
	padding: 0 0 10px 0;
	width: 515px;
	height: 30px;
	background-color: #f3f3f3;
}
#sp_wh img.sp_title {
	margin-bottom:10px;
}


#sp_wh h3 {
	margin: 10px 0;
	width: 495px;
	height: 28px;
}

#sp_wh .inner {
	margin: 0 10px;
	width: 495px;
}
#sp_wh .product, 
#sp_wh .wrap {
	margin: 0 0 10px 0;
	width: 495px;
}
#sp_wh .product ul
#sp_wh .listing ul {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#sp_wh .product li.left {
	margin: 10px 0;
	width: 240px;
	list-style: none;
	float:left;
}
#sp_wh .product li.right {
	margin: 10px 0;
	width: 240px;
	list-style: none;
	float:right;
}
#sp_wh .listing li {
	margin: 10px 5px 10px 0;
	width: 120px;
	list-style: none;
	text-align:center;
	float:left;
}
#sp_wh .listing li.last {
	margin: 10px 0 10px 0;
	width: 120px;
	list-style: none;
	float:left;
}

#sp_wh .product li .item {
	width: 120px;
	text-align:center;
	float:left;
}
#sp_wh .product li .inf {
	width: 120px;
	float:left;
}
#sp_wh .wrap .left {
	margin: 0 0 5px 0;
	width: 240px;
}
#sp_wh .wrap .right {
	margin: 0 0 5px 0;
	width: 240px;
}

#sp_wh p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
}
#sp_wh .ph {
	margin: 0 8px 5px 0;
	float: left;
}


#sp_wh h4.ttl {
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 140%;
	color: #fe6d01;
	font-weight: bold;
}
#sp_wh h4.ttl a, 
#sp_wh h4.ttl a:visited{
	color:#fe6d01;
	text-decoration:none;
}
#sp_wh h4.ttl a:hover{
	color:#fe6d01;
	text-decoration:underline;
}

#sp_wh .period, 
#sp_wh .price {
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
}
#sp_wh .fee {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}

#sp_wh .copyright {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}


/*ラインナップ*/
#sp_wh .sp_ttl {
	margin: 0 auto 5px;
	padding: 0;
	width: 495px;
	height: 100px;
	position:relative;
}
#sp_wh .sp_ttl .sp_link{
	margin: 0;
	padding: 0;
	width: 475px;
	position:absolute;
	left:10px;
	bottom:3px;
}
#sp_wh .sp_ttl ul{
	margin: 0;
	padding: 0;
	width: 470px;
}
#sp_wh .sp_ttl li {
	margin: 0 10px 0 0;
	list-style: none;
	float:left;
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
}
#sp_wh .sp_ttl li.link-white {
	color: #fff;
}

#sp_wh .sp_ttl li.link-white a, 
#sp_wh .sp_ttl li.link-white a:visited{
	color:#fff;
	text-decoration:none;
}
#sp_wh .sp_ttl li.link-white a:hover{
	color:#fff;
	text-decoration:underline;
}
#sp_wh .update {
	margin: 0 auto 10px 0;
	padding: 0;
	width: 490px;
	text-align:right;
}
#sp_wh .update p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	text-align:right;
	float:right;
}

/*==特集：白バック、背景画像なし==ここまで==*/

/*=====　作品詳細　=====*/
#product h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #f66b1f;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	border-left : 3px solid #f66b1f;
	border-bottom : 1px solid #999;
}
#product h3 {
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #ffa209;
	line-height: 140%;
	font-weight: bold;
}
#product .wrap, 
#product .scene, 
#product .info {
	margin: 0 0 20px 0;
	width: 100%;
}
#product .must-see {
	margin: 0 0 20px 0;
	padding: 10px 0;
	width: 100%;
	background-color:#f4e9d1;
}
#product .info {
	margin: 0 0 10px 0;
	width: 100%;
}


#product .wrap .left {
	margin: 0;
	width: 265px;
}
#product .wrap .right {
	margin: 0;
	width: 240px;
}
#product .wrap .inner {
	margin: 10px auto;
	padding: 10px 0;
	width: 100%;
	background-color:#ebeadd;
}
#product .wrap .inner .limit, 
#product .wrap .inner .price {
	margin: 0 0 5px 0;
	padding: 0 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	color: #333;
}
#product .wrap .inner .btn_audition {
	margin: 0 auto;
	padding: 0;
	width: 110px;
	height: 30px;
}
#product .wrap .inner .limit span {
	color: #f66b1f;
}
#product .wrap .inner .price span {
	font-size: 14px;
	font-weight: bold;
	color: #f66b1f;
}

#product .must-see .inner {
	margin: 0 auto;
	padding: 0;
	width: 495px;
}


#product .must-see h4 {
	margin: 0 0 10px 0;
}
#product .must-see p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	color: #333;
}

#product .scene h4, 
#product .info h4 {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom : 1px solid #999;
}

#product .scene .listing ul {
	margin: 0 auto 10px;
	padding: 0;
	width: 512px;
}
#product .scene .listing li {
	margin: 0;
	width: 128px;
	list-style: none;
	text-align:center;
	float:left;
}

#product .info table {
	margin: 0 auto 10px;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
#product .info th {
	margin: 0;
	padding: 5px 0;
	width: 115px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
	border-bottom : 1px dotted #999;
}
#product .info td {
	margin: 0;
	padding: 5px 0;
	width: 400px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
	border-bottom : 1px dotted #999;
}

#product .copyright {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	color: #666;
}



/*==prg==ここまで==*/

#beta .prg {
	margin: 0 0 30px 0;
}
#beta .prg .wrap {
	font-size: 12px;
	line-height: 140%;
	color: #333;
	font-weight: normal;
}

#beta .prg p.ttl {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #f66b1f;
	line-height: 140%;
	font-weight: bold;
	text-indent:10px;
	text-align:left;
	border-left : 3px solid #f66b1f;
	border-bottom : 1px solid #999;
}
#beta .prg p.ttl span{
	margin: 1px 5px 0;
	padding: 0;
	width: 36px;
	height: 17px;
	line-height: 17px;
}

#beta .prg .wrap .left {
	margin: 0;
	width: 190px;
	float: left;
}
#beta .prg .wrap .right {
	margin: 0;
	width: 315px;
	float: right;
}


/* 注意書き */
.point_alert{
	border: 1px solid #cccccc;
	background: #ffffaa;
	padding: 5px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	line-height: 150%;
}
.point_alert_logo{
	background: url(http://mvg.webnt.jp/tv/mw/imgcommon/antch_logo.gif) #ffffaa 8px center no-repeat;
}
.point_alert .cnt{
	text-align: center;
}
.point_alert .padlft{
	padding-left: 120px;
}
.point_alert p{
	line-height: 150%;
	margin: 0;
	padding: 0;
}
.point_alert .str{
	font-weight: bold;
}
.point_alert .min{
	font-size: 10px;
}
.point_alert .mar{
	margin-top: 5px;
}

.TEMPORARY #beta #sp_bk {
	margin: 0;
	padding: 0;
	width: 515px;
	background-color: #080707;
}

.oshirase_center {
	border: 1px solid #CCCCCC;
	background-color: #FFFFAA;
	margin-bottom: 10px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding:10px;
	line-height:120%;
}

.oshirase_center a {
	color:#FF0000;
}