@charset "utf-8";

/* 基本設定
 * 緑色の基本カラー：8AB73D
----------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	/*word-break: break-all;*/
	word-break: normal;
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 100%;
	line-height: 1.4;
	background: #ffffff;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, table, tr, th, td, form, dl, dt, dd {
	margin: 0;
	padding: 0;
}

img, table, tr, th, td {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

li {
	list-style-position: outside;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}


/* 基本設定
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 80%;
	line-height: 1.5;
 }


a:link,
a:visited {
	color: #007cb7;
	text-decoration: none;
}

a:hover {
	color: #ee7b00;
	text-decoration: underline;
}

a:active {
	color: #007cb7;
}

a.not-exist-link:link,
a.not-exist-link:visited {
	color: #222255;
	text-decoration: none;
}

a.not-exist-link:hover {
	color: #ee7b00;
	text-decoration: underline;
}

a.not-exist-link:active {
	color: #222255;
}

.txt-large{
	font-size: 120%;
	line-height: 1.5;
}

.txt-xlarge{
	font-size: 150%;
	line-height: 1.5;
}


/* コンテナ設定
----------------------------------------------- */
#container {
	width: 934px;
	padding: 0px;
	margin: 0px auto;
}

/* ヘッダ設定
----------------------------------------------- */
#header{
	height:105px;
	background-image: url("/images/header_bk.gif");
	}

#header-bar{
	height:7px;
	background-image: url("/images/header_bar.gif");
}

#header .title_e-ch{
	display: block;
	float:left;
}

#header .title_e-rv{
	background-image: url("/images/header_title_e-bk.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height:86px;
	display: block;
	float:left;
	line-height: 0.8;
}

#header .version{
	font-size: 80%;
}


#header .title_j{
	padding: 0px 0px 0px 18px;
	display: block;
	float:left;
	color:#ffffff;
	}



/* フッタ設定
----------------------------------------------- */

#footer{
	background-image: url("/images/footer_bk.gif");
	background-repeat: repeat-x;
	height:50px;
	text-align: center;
	padding: 25px 0px 0px 0px;
	clear: both;
}



/* メインエリア設定
----------------------------------------------- */
#main {
	padding: 0px;
	margin: 0px;
	background-image: url("/images/menu_bk_316.png");
	background-repeat: repeat-y;
	background-position: right top;
}

/* サイドメニュー設定
----------------------------------------------- */

#sidebar{
	padding: 8px;
	float:right;
	width: 300px;
	background-color: #f7f7f7;
}

#sidebar ul{
	margin:10px 0px 0px 0px;
}

#sidebar li{
	list-style: none;
	background:url("/images/icon_arrow.gif") no-repeat 0px 1px;
	line-height: 13px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 15px;
}

.h-side {
	width: 300px;
	height: 24px;
	margin: 8px 0px;
	padding-top: 0px;
	background-image: url("/images/h_bk.png");
}

.h-side .h-mark {
	float: left;
	padding: 4px 4px 0px 4px;
	vertical-align: -4px;
}

.h-side-text {
	float: left;
	height: 24px;
	padding-top: 3px;
	color: #5c5c5c;
	font-size: 12px;
	font-weight: bold;
}

.h-side-text-right {
	float: right;
	height: 24px;
	padding-top: 4px;
	padding-right: 10px;
	color: #5c5c5c;
	font-size: 10px;
}

#sidebar .paragraph {
	padding: 4px;
}

#sidebar .user-info {
	padding: 0px 4px 4px 16px;
}

#sidebar .user-info table {
	margin-left: 16px;
}

#sidebar .user-info .td-header {
}

#sidebar .user-info .td-spacer {
	width: 10px;
}

#sidebar .user-info .td-number {
	text-align: right;
}

#sidebar .horizon-list {
	width: 120px;
	float: left;
}

#user_menu {
	display: none;
	background-color: #ffffff;
	padding: 8px;
	margin-bottom: 4px;
}


/* コンテンツエリア設定
----------------------------------------------- */

#contents{
	float: left;
	width: 600px;
	padding: 10px 0px 0px 8px;
}

#contents .h1_base {
	background-color: #f7f7f7;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	margin:0px 0px 0px 0px;
}

#contents .h1_bt{
	float:right;
	padding:21px 10px 0px 0px;
}

#contents h1{
	background:url("/images/h1_icon.gif") no-repeat 0px 26px;
	font-size: 200%;
	line-height: 100%;
	padding:22px 0px 22px 20px;
}

#contents .h2_base {
	background-color: #f7f7f7;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

#contents .h2_bt{
	float:right;
	padding:7px 8px 0px 0px;
}

#contents h2{
	background:url("/images/h2_icon.gif") no-repeat 0px 12px;
	font-size: 150%;
	line-height: 100%;
	padding:8px 0px 8px 20px;
}

#contents .h2_shadow{
	background-image: url("/images/h2_bk.gif");
	margin:0px 0px 10px 0px;
	line-height: 0;
	font-size: 0;
	height:7px;
}

#contents h3{
	font-size: 120%;
	line-height: 100%;
	padding: 4px 0px 4px 0px;
}

#contents .paragraph {
	padding: 16px 8px;
}

.contents-page-menu {
	float: right;
	font-size: 95%;
	margin-top: 2px;
	margin-right: 16px;
}

.contents-page-menu-ret {
	float: right;
	font-size: 95%;
	margin-right: 16px;
	margin-bottom: 8px;
}


/* パンクズ設定
----------------------------------------------- */

#breadcrumbs-list{
	padding: 5px 14px 4px 14px;
	background-color: #f7f7f7;
	border-bottom: solid 1px #dddddd;

/*
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	*/
}

#breadcrumbs-list .txt{
	padding: 0px 0px 0px 0px;
}


/* 設定メニュー
----------------------------------------------- */
.config-menu {
	margin-left: 16px;
	font-size: 1.0rem;
	line-height: 1.6;
}

/* トップページ設定
----------------------------------------------- */
#contents .top_message{
	background:url("/images/contents_top_tv.jpg") no-repeat right center;
	line-height: 1.6;
}

/* 	新着レビュー
----------------------------------------------- */
.latest-review {
}

.good-review {
}

.top-review {
	margin-top: 2px;
	margin-bottom: 18px;
}

.top-review .review-body {
	padding: 8px 2px 2px 2px;
}

.top-review .review-item {
	padding: 4px;
	border-bottom: solid 1px #dddddd;
}

.top-review .review-item-first {
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.top-review .review-header {
	float: left;
	width: 140px;
	padding: 2px;
	/* border: solid 1px #ff0000; */
}

.top-review .title {
}

.top-review .rating {
	width: 80px;
	margin: 0px auto;
	white-space: nowrap;
	vertical-align: top;
}

.top-review .date {
	text-align: center;
	line-height: 1.2;
}

.top-review .handle-name {
	text-align: center;
}

.top-review .review-text {
	float: right;
	width: 432px;
	padding: 0px;
	/* border: solid 1px #ff0000; */
}

.top-review .review-text .vote-text {
	font-size: 84%;
	color: #999999;
}

/* お知らせ設定
----------------------------------------------- */

#message-info-top {
	padding: 8px 8px 24px 8px;

}

#message-info-top ul {
	list-style-type: none
}

#message-info-top li {
	list-style-position: outside;
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	font-size: 100%;
	border-bottom: solid 1px #dddddd;
}

#message-info-top .date {
	float: left;
	width: 92px;
}

#message-info-top .title {
	margin-left: 100px;
}

#message-info-list {
	padding: 16px 0px 0px 0px;

}

#message-info-list ul {
	list-style-type: none
}

#message-info-list li:first-child {
	border-top: solid 1px #dddddd;
}

#message-info-list li {
	list-style-position: outside;
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 0px;
	font-size: 120%;
	border-bottom: solid 1px #dddddd;
}

#message-info-list .date {
	float: left;
	width: 92px;
}

#message-info-list .title {
	margin-left: 100px;
}

#message-info-detail #date {
	font-size: 1rem;
	float: right;
	padding: 0px 12px 0px 0px;
}

#message-info-detail #text {
	padding: 4px 8px 16px 8px;
	font-size: 1rem;
}

/* テーブル　設定
----------------------------------------------- */
.input-table {
	font-size: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}

.list-table {
	font-size: 100%;
}

.list-table-header {
	color: #333333;
	padding: 1px;
	background-color: #f9f9f9;
	border: solid 1px #dddddd;
}

.list-table-row {
	color: #333333;
	padding: 1px;
	padding-right: 8px;
	border-bottom: solid 1px #dddddd;
}

.list-table-row-rect {
	color: #333333;
	padding: 1px;
	padding-right: 8px;
	border: solid 1px #dddddd;
}

.role-table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.page-table {
	padding: 0px;
	border: 0px;
	background-color: #aaaaaa;
	border-collapse: separate;
	border-spacing: 1px;
}

.page-tr {
}

.page-td {
	padding: 5px;
	margin: 0px;
	background-color:#ffffff;
}


.detail-table {
	font-size: 100%;
	width: auto;
}

.detail-table-header {
	color: #333333;
	padding: 2px;
	background-color: #f9f9f9;
	border: solid 1px #999999;
}

.detail-table-row {
	color: #333333;
	padding: 2px;
	border: solid 1px #999999;
}

.affiliate-table-row {
	font-size: 80%;
	line-height: 1;
	padding: 0px 2px;
}


.affiliate-table-b {
	margin-left: auto;
	margin-right: auto;
}

.affiliate-table-row-b {
	font-size: 80%;
	line-height: 1;
	padding: 0px 2px;
}

.syllabary-td {
	padding-bottom: 8px;
}

/* リスト　設定
----------------------------------------------- */
.ex-list {
	list-style: none;
	background:url("/images/icon_ex-mark.gif") no-repeat 2px 3px;
	padding: 0px 0px 0px 20px;
	line-height: 180%;
}

.normal-list {
	list-style: none;
	background:url("/images/icon_arrow.gif") no-repeat 0px 4px;
	line-height: 150%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}

.page-ulist {
}

.page-litem {
	list-style: none;
	background:url("/images/icon_arrow.gif") no-repeat 0px 4px;
	line-height: 150%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}

/* 広告設定
----------------------------------------------- */
.ad-middle {
	margin-bottom: 8px;
}


/* 番組情報設定
----------------------------------------------- */
.person-tr {
}

.person-td-char {
	vertical-align: top;
	/* white-space: nowrap; */
	min-width: 100px;
	line-height: 1.2;
	padding-top: 2px;
	padding-bottom: 2px;
}

.person-td-name {
	vertical-align: top;
	/* white-space: nowrap; */
	min-width: 100px;
	line-height: 1.2;
	padding-top: 2px;
	padding-bottom: 2px;
}

.person-td-text {
	vertical-align: top;
	line-height: 1.2;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* 掲示板　設定
----------------------------------------------- */
.bbs-search {
}

.bbs-message{
	padding: 16px 8px;
	margin-bottom: 16px;
	height: 216px;
	background:url("/images/ochanoma.png") no-repeat right bottom;
	line-height: 1.6;
}

.bbs-thread-list {
	padding: 0px 4px;
	margin-bottom: 16px;
	line-height: 1.5;
	color: #000000;
}

.bbs-navi {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	color: #333333;
}

.bbs-li {
	list-style: none;
	background:url("/images/icon_arrow.gif") no-repeat 0px 1px;
	line-height: 13px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 15px;
}


#input-bbs-title-label {
	float: left;
	padding-top: 3px;
	width: 72px;
}

#input-bbs-title-textbox {
	float: left;
}

#input-bbs-name-label {
	float: left;
	padding-top: 3px;
	width: 72px;
}

#input-bbs-name-textbox {
	float: left;
}

#input-bbs-res-label {
	float: left;
	padding-top: 2px;
	width: 72px;
}

#input-bbs-res-textarea {
	padding: 0px;
	margin: 0px;
	float: left;
}

#input-bbs-cno-label {
	float: left;
	padding-top: 3px;
	width: 72px;
}

#input-bbs-cno-textbox {
	float: left;
}

#input-bbs-submit {
	margin-left: 72px;
}

#input-bbs-warning {
	margin: 8px 0px 8px 0px;
}

.bbs-page-menu {
	float: right;
	font-size: 95%;
	margin-top: 2px;
	margin-right: 16px;
}

.bbs-page-menu-ret {
	float: right;
	font-size: 95%;
	margin-right: 16px;
	margin-bottom: 8px;
}

.bbs-page-navi {
}

.bbs-page-navi .page-head {
	float: left;
}
.bbs-page-navi .page-tail {
	float: right;
}

.bbs-page-navi .page-list {
	text-align: center;
}

.bbs-page-info {
}


.res {
	padding: 0px;
	margin-bottom: 16px;
	line-height: 1.5;
	color: #000000;
}

.res_header {
	margin-bottom: 8px;
	padding: 0px;
	background-color: #f7f7f7;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.res_no {
	float: left;
	width: 32px;
	text-align: right;
	padding: 5px 8px 4px 8px;
}

.res_name {
	float: left;
	width: 250px;
	padding: 5px 8px 4px 8px;
	border-left: solid 1px #dddddd;
}

.res_id {
	float: left;
	/*width: 100px;*/
	padding: 5px 8px 4px 8px;
	border-left: solid 1px #dddddd;
}

.res_time {
	float: right;
	padding: 4px 8px 5px 8px;
	border-left: solid 1px #dddddd;
}

.res_text {
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
}

/* タブ設定
----------------------------------------------- */
.tabbox {

}
.tabrow {
	height: 49px;
	text-align: center;
	list-style: none;
	margin: 16px 0px;
	padding-left: 16px;
	border-bottom: 1px solid #aaaaaa;
}
.tabrow li {
	float: left;
	line-height: 48px;
	height: 48px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	font-size: 140%;
	border: 1px solid #aaaaaa;
	background: #f7f7f7;
	text-align: center;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.tabrow li.selected {
	font-weight: bold;
	background: #ffffff;
	color: #000000;
	border-bottom-color: #ffffff;
	background:url("/images/tab_bk.png") no-repeat 0px 14px;
}

/* 番組情報
----------------------------------------------- */
#detail-star-area {
	width: 250px;
	float: left;
}

#detail-star-large {
	font-size: 100%;
	margin-bottom: 8px;
}

#detail-text-area {
	width: 310px;
	margin-top: 8px;
	float: left;
}

#star-list {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	margin-left: 8px;
}

.star-list-icon {
	width: 16px;
	height: 16px;
	line-height: 1px;
	padding:0px;
}

.star-list-rating {
	width: 16px;
	height: 16px;
	line-height: 11px;
	padding:0px;
	font-size: 11px;
	vertical-align: middle;
}

.star-list-bar {
	width: 100px;
	height: 16px;
	line-height: 1px;
	padding:0px;
}

.star-list-num {
	width: 48px;
	height: 16px;
	line-height: 11px;
	padding:0px;
	font-size: 11px;
	vertical-align:middle;
	text-align: right;
}

.social-button {
	width: 100%;
	text-align: right;
	height: 28px;
}

.facebook-share-button {
	background-color: #3b5998;
	color: #ffffff;
	padding: 2px 4px;
	font-size: 80%;
	/* float: right; */
	margin-right: 8px;
}

a.facebook-share-button:link,
a.facebook-share-button:visited {
	color: #ffffff;
	text-decoration: none;
}

a.facebook-share-button:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.facebook-share-button:active {
	color: #ffffff;
}

.twitter-tweet-button {
	background-color: #55acee;
	padding: 2px 4px;
	font-size: 80%;
	/* float: right; */
	margin-right: 12px;
}

a.twitter-tweet-button:link,
a.twitter-tweet-button:visited {
	color: #ffffff;
	text-decoration: none;
}

a.twitter-tweet-button:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.twitter-tweet-button:active {
	color: #ffffff;
}

.line-send-button {
	background-color: #00c300;
	padding: 2px 4px;
	font-size: 80%;
	/* float: right; */
	margin-right: 12px;
}

a.line-send-button:link,
a.line-send-button:visited {
	color: #ffffff;
	text-decoration: none;
}

a.line-send-button:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.line-send-button:active {
	color: #ffffff;
}

/* レビュー設定
----------------------------------------------- */
.review-search {
	line-height: 2;
}

.review-page-navi {
}

.review-page-navi .page-head {
	float: left;
}
.review-page-navi .page-tail {
	float: right;
}

.review-page-navi .page-list {
	text-align: center;
}

.review-page-info {
}

.review {
	padding: 0px;
	margin-bottom: 16px;
	line-height: 1.5;
	color: #000000;
}

.review_header {
	margin-bottom: 8px;
	padding: 0px;
	background-color: #f7f7f7;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.review_time {
	float: left;
	padding: 5px 8px 4px 8px;
}
.review_name {
	float: left;
	width: 200px;
	padding: 5px 8px 4px 8px;
	border-left: solid 1px #dddddd;
}

.review_rating {
	float: right;
	padding: 4px 8px 5px 8px;
	border-left: solid 1px #dddddd;
}

.review_menu_button {
	float: right;
	cursor: pointer;
	padding: 4px 8px 5px 8px;
	border-left: solid 1px #dddddd;
}

#review_menu {
	position: absolute;
	width: 160px;
	background: #ffffff;
	padding: 8px;
	border: solid 1px #dddddd;
	box-shadow: 4px 4px 10px #999999;
}

#review_menu ul {
	list-style-type: none;
}

#review_menu li {
	margin: 0px 8px;
	padding: 0px;
}

#review_menu span {
	width: 100%;
	display: block;
}

#review_menu .splitter {
	width: 100%;
	height: 1px;
	margin: 8px 0px;
	border-top: solid 1px #dddddd;
}


.review_res {
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
}

.review_vote {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 84%;
	color: #999999;
	text-align: right;
}

.review_frame {
	margin-top: 16px;
	margin-bottom: 32px;
	border-bottom: solid 1px #dddddd;
}

.review_frame_bottom {
	font-size: 120%;
	margin-top: 16px;
	border-top: solid 1px #dddddd;
	padding: 8px;
	text-align: center;
}

#input-name-label {
	float: left;
	padding-top: 3px;
	width: 36px;
	height: 24px;
}

#input-name-textbox {
	float: left;
	height: 24px;
}

#input-separator1 {
	float: left;
	display: none;
}

#input-rating {
	float: left;
	padding: 3px 8px 0px 16px;
	height: 24px;
}

#input-rating-star {
	float: left;
	padding-top: 1px;
	height: 24px;
}

#input-separator2 {
	float: left;
	display: none;
}

#input-rating-msg {
	float: left;
	padding: 3px 0px 0px 8px;
	height: 24px;
}

#input-review-label {
	float: left;
	padding-top: 2px;
	width: 36px;
}

#input-review-textarea {
	padding: 0px;
	margin: 0px;
	float: left;
}

#input-review-submit {
	margin-left: 36px;
}

#input-review-warning {
	margin: 8px 0px 8px 0px;
}

#input-review-request {
	border-top: 1px solid #dddddd;
	padding: 24px 0px 16px 0px;
}

#input-review-request textarea {
}


/* ベストレビュー
----------------------------------------------- */
.best-review-count {
	margin: 8px 0px 8px 2px;
	padding-left: 16px;
	font-size: 150%;
	font-weight: bold;
	background:url("/images/tab_bk.png") no-repeat 0px 4px;
}

/* クール設定
----------------------------------------------- */
.audience-rating-box {
	width: 584px;
	overflow-x: auto;
}


/* 切り替えボタン
----------------------------------------------- */
.change-display-mode-box {
	text-align: center;
	font-size: 70%;
	margin: 24px 0px;
}
.change-display-mode-button {
	background: #eeeeee;
	border: 1px solid #dddddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #111111;
	width: 250px;
	padding: 10px 10px;
	font-size: 140%;
}

/* ドラマ速報設定
----------------------------------------------- */
#top-news-list {
	padding: 4px 0px 4px 0px;

}

#top-news-list ul {
	list-style-type: none;
	margin-bottom: 8px;
}

#top-news-list li:first-child {
	border-top: solid 1px #dddddd;
}

#top-news-list li {
	list-style-position: outside;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	border-bottom: solid 1px #dddddd;
}


#news-list {
	padding: 16px 0px 0px 0px;

}

#news-list ul {
	list-style-type: none
}

#news-list li:first-child {
	border-top: solid 1px #dddddd;
}

#news-list li {
	list-style-position: outside;
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 0px;
	font-size: 120%;
	border-bottom: solid 1px #dddddd;
}

/* ユーザ関連設定
----------------------------------------------- */
.login_title_text {
	margin: 8px 0px 8px 2px;
	padding-left: 16px;
	font-size: 150%;
	font-weight: bold;
	background:url("/images/tab_bk.png") no-repeat 0px 4px;
}

#login_button_area {
	width: 280px;
	float: left;
	padding: 0px;
}

.login_button_google {
	width: 250px;
	margin-left: 8px;
	margin-bottom: 16px;
	text-align: center;
	background-color: #dd4b39;
}

.login_button_facebook {
	width: 250px;
	margin-left: 8px;
	margin-bottom: 16px;
	text-align: center;
	background-color: #3B5998;
}

.login_button_twitter {
	width: 250px;
	margin-left: 8px;
	margin-bottom: 16px;
	text-align: center;
	background-color: #55acee;
}

.login_button_ch-review {
	width: 250px;
	margin-left: 8px;
	text-align: center;
	background-color: #f09717;
}

.register_button_ch-review {
	width: 250px;
	margin-left: 8px;
	margin-bottom: 16px;
	text-align: center;
	background-color: #f09717;
}

#login_button_area span {
	padding: 10px 0px;
	width: 100%;
	font-size: 120%;
	color: #ffffff;
	display: block;
}

#login_form_area {
	width: 280px;
	float: right;
	margin-right: 16px;
}

.login_form {
	width: 250px;
	padding:16px;
	margin: 0px auto;
	margin-bottom: 16px;
	border: solid 1px #dddddd;
}

.register_id_form {
	width: 298px;
	padding: 10px 0px;
	margin: 0px auto;
	margin-bottom: 16px;
	text-align: center;
	border: solid 1px #dddddd;
}

#user_center_box {
	width: 280px;
	margin: 0px auto;
}


/* マイページ関連設定
----------------------------------------------- */
.mypage-review-page-navi {
	margin: 0px 0px 16px 0px;
	padding: 0px 4px;
}

.mypage-review-page-navi .mypage-page-head {
	float: left;
}
.mypage-review-page-navi .mypage-page-tail {
	float: right;
}

.mypage-review-page-navi .mypage-page-list {
	text-align: center;
}

#mypage_latest_review {
	float: left;
	width: 394px;
}

#mypage_latest_review h2 {
	font-size: 1rem;
}

#mypage_vote_info {
	float: right;
	width: 194px;
}

#mypage_vote_info h2 {
	font-size: 1rem;
}

#mypage_vote_info table {
	margin-left: 0px;
}

#mypage_vote_info .td-header {
}

#mypage_vote_info .td-spacer {
	width: 10px;
}

#mypage_vote_info .td-number {
	text-align: right;
}

.review_contents_title {
	padding: 4px 8px;
	font-weight: bold;
	background-color: #f7f7f7;
	border-top: solid 1px #dddddd;
}

.mypage_form_label {
	width: 64px;
	height: 26px;
	float: left;
}

.mypage_form_input {
	height: 26px;
	float: left;
}

.mypage_vote_table {
	margin-top: 16px;
	font-size: 1rem;
}

.mypage_vote_table .list-table-header {
	padding: 2px 8px;
	font-size: 0.8rem;
	text-align: center;
}

.mypage_vote_table .td-cours {
	padding: 2px 8px;
}
.mypage_vote_table .td-cours-num {
	padding: 2px 8px;
	text-align: right;
}
.mypage_vote_table .td-month {
	padding: 2px 8px;
	text-align: right;
}
.mypage_vote_table .td-month-num {
	padding: 2px 8px;
	text-align: right;
}


/* マイページレビュードラマ一覧
----------------------------------------------- */
#mypage_drama_list {
	padding: 16px 8px 16px 16px;
}

#mypage_drama_list .cours {
	font-weight: bold;
}

#mypage_drama_list .title {
	float: left;
	width: 248px;
	padding-left: 16px;
}

#mypage_drama_list .rating {
	width: 90px;
	float: left;
	white-space: nowrap;
}

#mypage_drama_list .count {
	width: 48px;
	float: left;
	padding-left: 16px;
	text-align: right;
}
