.j12s {
	font-size: 12px;
	line-height: 1.6;
}

.j10s {
	font-size: 11px;
}

.j14s {
	font-size: 14px;
	text-decoration: none;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

a.top_news:visited {
	color: yellow;
}

.j18s {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}

.j16s {
	font-size: 16px;
}

.j12h {
	font-size: 12px;
	line-height: 160%;
}

/* -------------------------- ヘッダーメニューをついて来させる */

#header_menu {
	position: fixed;
	left: 0;
	top: 0;
}

#main_box {
	width: 700px;
	min-height: 73vh;
	margin: 129px auto 0;
}

/* IE7 */

*:first-child + html #main_box {
	padding-top: 129px;
}

* html #main_box {
	margin-top: 0;
}

/* IE6 */

/* ページ内リンクずれる対応(2014.03.31) */

.page_link {
	display: block;
	padding-top: 129px;
	margin-top: -129px;
}

/* -------------------------- ページトップへ */

#top {
	padding-top: 130px;
	margin-top: -130px;
}

/* IE6 */

* html #top {
	margin-top: 0;
	padding-top: 0;
}

.hot_box {
	width: 600px;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 50px;
}

.hot_box:after {
	content: "";
	clear: both;
	display: block;
}

.hot_box h2 {
	font-size: 12px;
	color: #fff;
	padding: 5px;
}

.hot_box h2.red {
	background: #EE0011;
}

.hot_box h2.brown {
	background: #994400;
}

.hot_box h2.green {
	background: #117711;
}

.hot_box h2.light_blue {
	background: #0044CC;
}

.hot_box h2.blue {
	background: #1100BB;
}

.hot_box h2.purple {
	background: #660066;
}

.hot_box h2.gray {
	background: #666666;
}

.hot_box .inner .right {
	float: right;
	margin: 0 0 0 20px;
}

.hot_box .inner .left {
	float: left;
	margin: 0 20px 0 0;
}

.hot_box .btn {
	margin-top: 30px;
	text-align: center;
}

.movie_box {
	font-size: 12px;
	margin: 20px 0 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.movie_box .inner:after {
	content: "";
	clear: both;
	display: block;
}

.movie_box .inner .movie_rate {
	color: #CC0000;
	font-weight: bold;
	margin-right: 1em;
}

.movie_box .inner .movie_3d {
	color: #CC0000;
	font-weight: bold;
}

.movie_box .inner h2 {
	color: #000099;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

.movie_box .inner .digital_exp {
	width: 410px;
	padding: 10px;
	margin-bottom: 3em;
	background-color: #FFFFCC;
	color: #CC0000;
	font-size: 11px;
	float: left;
}

.movie_box .inner .digital_exp:after {
	content: "";
	clear: both;
	display: block;
}

.movie_box .inner figure {
	float: left;
	margin: 0 15px 15px 0;
}

.movie_box .official {
	margin-top: 1em;
}

.movie_box .official a {
	display: inline-block;
	border: 1px solid #000;
	background: #ccc;
	color: #000;
	padding: 5px 10px;
}

.movie_box .btn {
	margin-top: 30px;
	text-align: center;
}

.to_mail {
	color: #fff;
}

.current {
	color: #ff0000;
}

.form_table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 12px;
}

.form_table th {
	border: 1px solid #000;
	background: #CCCC99;
	padding: 5px;
}

.form_table td {
	border: 1px solid #000;
	padding: 5px;
}

.attention {
	text-align: center;
	margin: 1em 0;
}

.submit_btn {
	text-align: center;
	margin: 1em 0;
}
.mw_wp_form_confirm .attention{
	display: none;
}
