﻿@charset "utf-8";

/********************************************************
 *                                                      	
 *　共通設定                　　　　　　　　　　　　
 *                                                      
 ********************************************************/
body {
	color: #444444;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 11px;
	background-color: #f0f0f0;
	overflow-x: hidden;
	line-height: 1;
	min-height: 100vh;
	height: 100%;
}
.font-size-default {
	font-size: 11px;
}
@media (max-width: 320px) {
	body {
		font-size: 10px;
	}
	.font-size-default {
		font-size: 10px;
	}
}
@media (min-width: 540px) and (max-width: 767px) {
	body {
		font-size: 12px;
	}
	.font-size-default {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	body {
		width: 768px;
		font-size: 14px;
		margin: 0 auto;
	}
	.font-size-default {
		font-size: 14px;
	}
}

.contents-wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a.no-link {
	cursor: default;
}

div,dl,dt,dd,ul,ol,li,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}

/******************************************************
 *
 * よく使うやつ
 *
 ******************************************************/
.no-js .under-js {
	display: none;
}

.js .under-no-js {
	display: none;
}

.clearfix:before,
.clearfix:after { content: ""; display: table; width: 0; height: 0; border-collapse: separate; border-spacing: 0 0; }
.clearfix:after { clear: both; }

.white-background {
	background-color: white;
}
.black-background {
	background-color: black;
}
.lightgray-background {
	background-color: #e0e0e0;
}
.sandybrown-background {
	background-color: #eab88f;
}
.default-background {
	background-color: #f0f0f0;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.no-space {
	width: 0;
	height: 0;
	overflow: hidden;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

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

.relative {
	position: relative;
}

.absolute-top {
	position: absolute;
	top: 0;
}
.absolute-bottom {
	position: absolute;
	bottom: 0;
}
.absolute-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.indent1 {
	padding-left: 1em;
}
.indent2 {
	padding-left: 1em;
	text-indent: -1em;
}

.width-5-percent  { width: 5%; }
.width-10-percent { width: 10%; }
.width-15-percent { width: 15%; }
.width-20-percent { width: 20%; }
.width-25-percent { width: 25%; }
.width-30-percent { width: 30%; }
.width-35-percent { width: 35%; }
.width-40-percent { width: 40%; }
.width-45-percent { width: 45%; }
.width-50-percent { width: 50%; }
.width-55-percent { width: 55%; }
.width-60-percent { width: 60%; }
.width-65-percent { width: 65%; }
.width-70-percent { width: 70%; }
.width-75-percent { width: 75%; }
.width-80-percent { width: 80%; }
.width-85-percent { width: 85%; }
.width-90-percent { width: 90%; }
.width-95-percent { width: 95%; }
.width-5-percent.align-center,
.width-10-percent.align-center,
.width-15-percent.align-center,
.width-20-percent.align-center,
.width-25-percent.align-center,
.width-30-percent.align-center,
.width-35-percent.align-center,
.width-40-percent.align-center,
.width-45-percent.align-center,
.width-50-percent.align-center,
.width-55-percent.align-center,
.width-60-percent.align-center,
.width-65-percent.align-center,
.width-70-percent.align-center,
.width-75-percent.align-center,
.width-80-percent.align-center,
.width-85-percent.align-center,
.width-90-percent.align-center,
.width-95-percent.align-center {
	margin-left: auto;
	margin-right: auto;
}
.width-5-percent.align-right,
.width-10-percent.align-right,
.width-15-percent.align-right,
.width-20-percent.align-right,
.width-25-percent.align-right,
.width-30-percent.align-right,
.width-35-percent.align-right,
.width-40-percent.align-right,
.width-45-percent.align-right,
.width-50-percent.align-right,
.width-55-percent.align-right,
.width-60-percent.align-right,
.width-65-percent.align-right,
.width-70-percent.align-right,
.width-75-percent.align-right,
.width-80-percent.align-right,
.width-85-percent.align-right,
.width-90-percent.align-right,
.width-95-percent.align-right {
	margin-left: auto;
	margin-right: 0;
}
.width-5-percent.align-left,
.width-10-percent.align-left,
.width-15-percent.align-left,
.width-20-percent.align-left,
.width-25-percent.align-left,
.width-30-percent.align-left,
.width-35-percent.align-left,
.width-40-percent.align-left,
.width-45-percent.align-left,
.width-50-percent.align-left,
.width-55-percent.align-left,
.width-60-percent.align-left,
.width-65-percent.align-left,
.width-70-percent.align-left,
.width-75-percent.align-left,
.width-80-percent.align-left,
.width-85-percent.align-left,
.width-90-percent.align-left,
.width-95-percent.align-left {
	margin-left: 0;
	margin-right: auto;
}
.width-100-percent {
	width: 100%;
}
.height-30 {
	height: 30px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-auto {
	height: auto;
}

/* バナーやリンクの下の説明テキスト */
.link-navi-text {
	margin: 1px 0 0;
	font-size: 100%;
	color: #999999;
}
.link-navi-text.highlight {
	color: #00afaa;
}

/* 普通のテキスト */
.plain-text {
	font-size: 120%;
	color: #555;
	line-height: 1.2;
}
.plain-text.middle,
.plain-text.text-medium {
	font-size: 130%;
}
/* 黒のテキスト */
.black-text {
	font-size: 120%;
	color: black;
	line-height: 1.2;
}
.black-text.middle,
.black-text.text-medium {
	font-size: 130%;
}
/* 太字 */
.bold-text {
	font-weight: bold;
}
/* グレイテキスト */
.gray-text {
	font-size: 120%;
	color: #a0a0a0;
	line-height: 1.2;
}
.gray-text.middle,
.gray-text.text-medium {
	font-size: 130%;
}
/* 赤テキスト */
.red-text {
	font-size: 120%;
	color: red;
	line-height: 1.2;
}
.red-text.middle,
.red-text.text-medium {
	font-size: 130%;
}

/* 注意事項の赤テキスト用 */
.landing-red-text {
	font-size: 13px;
	color: red;
	line-height: 1.2;
}

/* 強調テキスト */
.highlisht-text {
	font-size: 140%;
	color: #6c8a31;
	line-height: 1.2;
}
/* テキストの中のリンク  */
.link {
	color: #0000ff;
}

.link-text {
	color: #0000ff;
	text-decoration: underline;
}

/* オーバレイで右寄せ表示 */
.overlay-right {
	position: absolute;
	text-align: right;
	width: 100%;
	top: 0;
	left: 0;
}

/* 余白 */
.margin-top {
	margin-top: 12px;
}
.margin-top-small {
	margin-top: 6px;
}
.margin-top-large {
	margin-top: 24px;
}
.margin-top-x-large {
	margin-top: 36px;
}
.margin-bottom {
	margin-bottom: 12px;
}
.margin-bottom-small {
	margin-bottom: 6px;
}
.margin-bottom-large {
	margin-bottom: 24px;
}
.margin-bottom-x-large {
	margin-bottom: 36px;
}
.margin-both {
	margin-top: 12px;
	margin-bottom: 12px;
}
.margin-both-small {
	margin-top: 6px;
	margin-bottom: 6px;
}
.margin-both-large {
	margin-top: 24px;
	margin-bottom: 24px;
}
.margin-both-x-large {
	margin-top: 36px;
	margin-bottom: 36px;
}
.margin-left {
	margin-left: 12px;
}
.margin-right {
	margin-right: 12px;
}
.margin-left-small {
	margin-left: 6px;
}
.margin-right-small {
	margin-right: 6px;
}
.margin-left-large {
	margin-left: 24px;
}
.margin-right-large {
	margin-right: 24px;
}

.margin-side {
	margin-left: 12px;
	margin-right: 12px;
}
.margin-side-small {
	margin-left: 6px;
	margin-right: 6px;
}
.margin-side-large {
	margin-left: 24px;
	margin-right: 24px;
}
.margin-side-x-large {
	margin-left: 36px;
	margin-right: 36px;
}
.margin-all {
	margin: 12px;
}
.margin-all-small {
	margin: 6px;
}
.margin-all-large {
	margin: 24px;
}
.margin-left-auto {
	margin-left: auto;
}
.margin-right-auto {
	margin-right: auto;
}
.padding-all {
	padding: 12px;
}
.padding-top {
	padding-top: 12px;
}
.padding-bottom {
	padding-bottom: 12px;
}
.padding-left {
	padding-left: 12px;
}
.padding-right {
	padding-right: 12px;
}
.padding-side {
	padding-left: 12px;
	padding-right: 12px;
}
.padding-both {
	padding-top: 12px;
	padding-bottom: 12px;
}
.padding-top-small {
	padding-top: 6px;
}
.padding-bottom-small {
	padding-bottom: 6px;
}
.padding-left-small {
	padding-left: 6px;
}
.padding-right-small {
	padding-right: 6px;
}
.padding-side-small {
	padding-left: 6px;
	padding-right: 6px;
}
.padding-both-small {
	padding-top: 6px;
	padding-bottom: 6px;
}
.padding-all-small {
	padding: 6px;
}
.padding-top-large {
	padding-top: 24px;
}
.padding-bottom-large {
	padding-bottom: 24px;
}
.padding-left-large {
	padding-left: 24px;
}
.padding-right-large {
	padding-right: 24px;
}
.padding-side-large {
	padding-left: 24px;
	padding-right: 24px;
}
.padding-both-large {
	padding-top: 24px;
	padding-bottom: 24px;
}
.padding-all-large {
	padding: 24px;
}

/******************************************************
 *
 * フラグメントの飛び先
 * ※header.css で上書きする
 *
 ******************************************************/
.link-target-position {
	position: relative;
	visibility: hidden;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}

/******************************************************
 *
 * グリッド
 *
 ******************************************************/
ul.grid-box {
	display: table;
	table-layout: fixed;
	width: 100%;
}
ul.grid-box > li {
	display: table-row;
}
ul.grid-box > li > .grid-cell {
	display: table-cell;
	vertical-align: top;
}

/******************************************************
 *
 * ボタン列挙
 *
 ******************************************************/
.button-list {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
}
.button-list.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}
.button-list ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.button-list ul > li {
	display: table-row;
}
.button-list ul > li > .button-box {
	display: table-cell;
	vertical-align: top;
}
.button-list ul > li:not(:first-child) > .button-box {
	padding-top: 6px;
}
.button-list ul > li > .button-box:not(:first-child) {
	padding-left: 3px;
}
.button-list ul > li > .button-box:not(:last-child) {
	padding-right: 3px;
}

/******************************************************
 *
 * z-index
 *
 * 補足： leanModal は z-index 11000 を使う
 *
 ******************************************************/
.z-index-relative-0, .z-index-relative-1, .z-index-relative-2, .z-index-relative-3, .z-index-relative-max {
	position: relative;
}
.z-index-absolute-0, .z-index-absolute-1, .z-index-absolute-2, .z-index-absolute-3, .z-index-absolute-max {
	position: absolute;
}
.z-index-0,		.z-index-relative-0,	.z-index-absolute-0		{ z-index: 0; }
.z-index-1,		.z-index-relative-1,	.z-index-absolute-1		{ z-index: 1; }
.z-index-2,		.z-index-relative-2,	.z-index-absolute-2		{ z-index: 2; }
.z-index-3,		.z-index-relative-3,	.z-index-absolute-3		{ z-index: 3; }
.z-index-max,	.z-index-relative-max,	.z-index-absolute-max	{ z-index: 10000; }

/******************************************************
 *
 * 画像の上に透過画像をかぶせるヤツ
 *
 ******************************************************/
img.transparent-overlay {
	position: absolute;
	z-index: 9000;		/* z-index-max の値より小さくないといけない！ */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/******************************************************
 *
 * 画像リンク用
 *
 ******************************************************/
.image-link {
	display: block;
}

/******************************************************
 *
 * 横幅 あるいは 縦長いっぱいの画像
 *
 ******************************************************/
.image-fit-width {
	display: block;
	width: 100%;
}
.image-fit-height {
	display: block;
	height: 100%;
}
.image-fit-contain {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/******************************************************
 *
 * テキストボタン
 *
 ******************************************************/
.text-button {
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-size: 130%;
	padding: 0.7em 0.3em;
	text-align: center;
    border-radius: 3px; 
	border: solid 1px transparent;
	background-color: transparent;
}
.text-button.inline-block {
	display: inline-block;
	padding: 0.4em 0.8em;
}
.text-button.kadomaru-double {
	border-radius: 0.6em;
}
.text-button.inline-block.left-arrow {
	padding-left: 1.3em;
}
.text-button.inline-block.right-arrow {
	padding-right: 1.3em;
}
.text-button.inline-block.left-triangle {
	padding-left: 1.5em;
}
.text-button.inline-block.right-triangle {
	padding-right: 1.5em;
}
.text-button.left {
	text-align: left;
}
.text-button.button-style-default {
	color: #fff;
	background-color: #6c8a31;
	border-color: #6c8a31;
    border-radius: 3px;
}
.text-button.button-style-normal {
	color: #6c8a31;
	background-color: #fff;
	border-color: #6c8a31;
}
.text-button.button-style-important {
	color: #fff;
	background-color: #f62b2b;
	border-color: #f62b2b;
}
.text-button.button-style-important-edge {
	color: #f62b2b;
	background-color: #fff;
	border-color: #f62b2b;
}
.text-button.button-style-sns {
	color: white;
	background-color: #1e90ff;
	border-color: #1e90ff;
}
.text-button.button-style-blue {
	border: 1px solid #25729a;
	color: #fff;
	background-color: #3093c7;
}
.text-button.button-style-brown {
	color: black;
	background-color: #fff9ec;
	border-color: #d2b48c;
}
.text-button.button-style-pink {
	color: #444;
	background-color: #f4c0ab;
	border-color: #f4c0ab;
}
.text-button.button-style-orange {
	color: white;
	background-color: #ff8000;
	border-color: #ff8000;
}
.text-button.button-style-lightgray {
	color: #6c8a31;
	background-color: #f0f0f0;
	border-color: #6c8a31;
}

.text-button.button-style-bk {
	color: #6c8a31;
	background-color: #f0f0f0;
	border-color: #6c8a31;
}
.text-button.double {
	line-height: 1.1;
	padding: 0.1em 0.3em;
}
.text-button.half {
	width: 50%;
	margin: 0 auto;
}
.text-button.large {
	font-size: 180%;
}
.text-button.small {
	font-size: 110%;
	padding: 0.6em 0.2em;
}
.text-button .small-font {
	font-size: 80%;
}
.text-button.right-triangle {
	position: relative;
	padding-right: 1.1em;
}
.text-button.left-triangle {
	position: relative;
	padding-left: 1.1em;
}
.text-button.right-triangle:after {
	content: '▶';
	display: block;
	position: absolute;
	font-size: 0.5em;
	top: 1.9em;
	right: 0.6em;
}
.text-button.left-triangle:before {
	content: '◀';
	display: block;
	position: absolute;
	font-size: 0.5em;
	top: 1.9em;
	left: 0.6em;
}
.text-button.right-arrow {
	position: relative;
	padding-right: 1.1em;
}
.text-button.left-arrow {
	position: relative;
	padding-left: 1.1em;
}
.text-button.right-arrow:after {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #969696;
	border-right: 2px solid #969696;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.35em;
	right: 0.4em;
}
.text-button.left-arrow:before {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #969696;
	border-left: 2px solid #969696;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.35em;
	left: 0.4em;
}
.text-button.button-style-default.right-arrow:after {
	border-color: #fff;
}
.text-button.button-style-normal.right-arrow:after {
	border-color: #6c8a31;
}
.text-button.button-style-important.right-arrow:after {
	border-color: #fff;
}
.text-button.button-style-important-edge.right-arrow:after {
	border-color: #fff;
}
.text-button.button-style-brown.right-arrow:after {
	border-color: #d2b48c;
}
.text-button.button-style-pink.right-arrow:after {
	border-color: #444;
}
.text-button.button-style-orange.right-arrow:after {
	border-color: white;
}
.text-button.button-style-lightgray.right-arrow:after {
	border-color: #6c8a31;
}
.text-button.button-style-default.left-arrow:before {
	border-color: #fff;
}
.text-button.button-style-normal.left-arrow:before {
	border-color: #6c8a31;
}
.text-button.button-style-important.left-arrow:before {
	border-color: #fff;
}
.text-button.button-style-important-edge.left-arrow:before {
	border-color: #fff;
}
.text-button.button-style-brown.left-arrow:before {
	border-color: #d2b48c;
}
.text-button.button-style-pink.left-arrow:before {
	border-color: #444;
}
.text-button.button-style-pink.left-arrow:before {
	border-color: white;
}
.text-button.button-style-lightgray.left-arrow:before {
	border-color: #6c8a31;
}
.text-button.disabled {
	cursor: default;
	opacity: 0.65;
	border-color: #c0c0c0;
	color: #c0c0c0;
	background-color: transparent;
}
.text-button.disabled.right-arrow:after {
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
}
.text-button.disabled.left-arrow:before {
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
}
.text-button p > .icon {
	height: 1em;
	width: auto;
	margin-right: 0.5em;
}

/******************************************************
 *
 * テキストリンク
 *
 ******************************************************/

a.text-link {
	font-size: 130%;
}

a.text-link,
a.text-link:hover,
a.text-link:visited {
	color: #6c8a31;
}

a.text-link.underline,
a.text-link.underline:hover,
a.text-link.underline:visited {
	text-decoration: underline;
}

a.text-link.orange,
a.text-link.orange:hover,
a.text-link.orange:visited {
	color: #ec6b00;
}
a.text-link.orange-black,
a.text-link.orange-black:hover,
a.text-link.orange-black:visited {
	background-color: #fd9723;
	color: black;
}
a.text-link.dark-gray,
a.text-link.dark-gray:hover,
a.text-link.dark-gray:visited {
	color: #666;
}
a.text-link.font-size-small,
a.text-link.font-size-small:hover,
a.text-link.font-size-small:visited {
	font-size: 120%;
}
a.text-link.font-size-inherit,
a.text-link.font-size-inherit:hover,
a.text-link.font-size-inherit:visited {
	font-size: inherit;
}
.text-link.right-arrow {
	position: relative;
	padding-right: 1.5em;
}
.text-link.right-arrow:after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #6c8a31;
	border-right: 2px solid #6c8a31;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.32em;
	right: 0.5em;
}
.text-link.right-arrow.orange:after {
	border-top-color: #ec6b00;
	border-right-color: #ec6b00;
}
.text-link.right-arrow.orange-black:after {
	border-top-color: black;
	border-right-color: black;
}
.text-link.right-arrow.dark-gray:after {
	border-top-color: #666;
	border-right-color: #666;
}
.text-link.left-arrow {
	position: relative;
	padding-left: 1.5em;
}
.text-link.left-arrow:before {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #6c8a31;
	border-left: 2px solid #6c8a31;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.32em;
	left: 0.5em;
}
.text-link.left-arrow.orange:before {
	border-left-color: #ec6b00;
	border-bottom-color: #ec6b00;
}
.text-link.left-arrow.orange-black:before {
	border-left-color: black;
	border-bottom-color: black;
}
.text-link.left-arrow.dark-gray:after {
	border-left-color: #666;
	border-bottom-color: #666;
}

/******************************************************
 *
 * リンク一覧
 *
 ******************************************************/
.text-link-list-box {
	display: block;
}
.text-link-list-box .text-link {
	display: block;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.text-link-list-box.thin-padding .text-link {
	display: block;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

/******************************************************
 *
 * ページタイトル / ページ全体の表示領域
 *
 ******************************************************/
.page-title-box {
	display: block;
	padding: 6px;
	background-color: #6c8a31;
}
.page-title-default {
	font-size: 160%;
	color: white;
}
.page-title-box h1, .page-title-box h2 {
	display: inline-block;
	font-weight: inherit;
}
.page-contents-box {
}
.page-contents-box:before,
.page-contents-box:after {
	content: '';
	display: table;
	height: 0;
}

/******************************************************
 *
 * コーナーのパネルと帯
 *
 ******************************************************/
.corner-panel-list-box .corner-panel-box {
	margin-top: 40px;
}
.corner-obi-box {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
}
.corner-obi-box .corner-obi-title {
	display: inline-block;
	font-size: 150%;
	color: #545454;
}
.corner-panel-list-box .corner-panel-box .corner-obi-box {
	padding-bottom: 5px;
	border-bottom: 3px solid #545454;
}

.corner-obi-box2 {
	display: block;
	margin-top: 18px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 150%;
	color: #545454;
	border-bottom: 3px solid #545454;
}

.corner-obi-box3 {
	display: block;
	margin-top: 18px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 150%;
	color: #545454;
	border-bottom: 3px solid #5b9bd5;
}

.corner-obi-box4 {
	display: block;
	margin-top: 18px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 150%;
	color: #545454;
	border-bottom: 3px solid #f193b7;
}

.corner-obi-box5 {
	display: block;
	margin-top: 18px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 150%;
	color: #545454;
	border-bottom: 3px solid #a9d18e;
}


.corner-panel-list-box .corner-panel-box.free		.corner-obi-box	.corner-obi-title	{ color: #ba0202; }
.corner-panel-list-box .corner-panel-box.anime		.corner-obi-box	.corner-obi-title	{ color: #ba028d; }
.corner-panel-list-box .corner-panel-box.kids		.corner-obi-box	.corner-obi-title	{ color: #ffd700; }
.corner-panel-list-box .corner-panel-box.drama		.corner-obi-box	.corner-obi-title	{ color: #0250ba; }
.corner-panel-list-box .corner-panel-box.cinema		.corner-obi-box	.corner-obi-title	{ color: #bbbcde; }
.corner-panel-list-box .corner-panel-box.variety	.corner-obi-box	.corner-obi-title	{ color: #884898; }
.corner-panel-list-box .corner-panel-box.free		.corner-obi-box { border-bottom-color: #ba0202; }
.corner-panel-list-box .corner-panel-box.anime		.corner-obi-box { border-bottom-color: #ba028d; }
.corner-panel-list-box .corner-panel-box.kids		.corner-obi-box { border-bottom-color: #ffd700; }
.corner-panel-list-box .corner-panel-box.drama		.corner-obi-box { border-bottom-color: #0250ba; }
.corner-panel-list-box .corner-panel-box.cinema		.corner-obi-box { border-bottom-color: #bbbcde; }
.corner-panel-list-box .corner-panel-box.variety	.corner-obi-box { border-bottom-color: #884898; }

/******************************************************
 *
 * ブロック帯
 *
 ******************************************************/
.block-title-box {
	display: block;
	font-size: 140%;
	padding: 6px 6px;
	background-color: #6c8a31;
	color: white;
}
.block-title-box.thin {
	font-size: 120%;
}
.block-title-box.large {
	font-size: 180%;
}
.block-title-box.x-large {
	font-size: 220%;
}
.block-title-box.light {
	background-color: #f5f5dc;
	color: #444444;
}
.block-title-box.lightgray {
	background-color: #e0e0e0;
	color: #444444;
}
.block-title-box.broadcast {
	background-color: #919191;
}
.block-title-box.caution {
	background-color: #808080;
	color: white;
}

/******************************************************
 *
 * このページのTOPへ
 *
 ******************************************************/
.page-top-box {
	display: block;
	margin-right: 6px;
	text-align: right;
}

/******************************************************
 *
 * サイトTOPへ
 *
 ******************************************************/
.site-top-box {
	display: block;
	font-size: 120%;
	padding: 12px;
	text-align: right;
}

/******************************************************
 *
 * 区切り線  / 上線 / 下線
 *
 ******************************************************/
.separator {
    display: block;
    height: 0;
    border-top: 1px solid #dfdfdf;
}
.separator.dark-gray {
    border-top-color: #e0e0e0;
}
.separator.border-width-2 {
    border-top-width: 2px;
}

/* 上線 / 下線 */
.border-bottom-dashed {
	border-bottom: 1px dashed #e0e0e0;
}
.border-top-bluegreen {
	border-top: 1px solid #00afaa;
}
.border-bottom-bluegreen {
	border-bottom: 1px solid #00afaa;
}
.border-top-lightgray {
	border-top: 1px solid #e0e0e0;
}
.border-bottom-lightgray {
	border-bottom: 1px solid #e0e0e0;
}
.border-top-gray {
	border-top: 1px solid #aaaaaa;
}
.border-bottom-gray {
	border-bottom: 1px solid #aaaaaa;
}
.border-top-darkgray {
	border-top: 1px solid #666666;
}
.border-bottom-darkgray {
	border-bottom: 1px solid #666666;
}
.border-top-white {
	border-top: 1px solid white;
}
.border-bottom-white {
	border-bottom: 1px solid white;
}
.border-top-default {
	border-top: 1px solid #6c8a31;
}
.border-bottom-default {
	border-bottom: 1px solid #6c8a31;
}

/* 枠線 */
.border-box {
	border: 1px solid #bfbfbf;
}


/* 枠 */
.red-border-1 {
	border: 1px solid red;
}
.red-border-2 {
	border: 2px solid red;
}
.white-border-2 {
	border: 2px solid white;
}
.orange-dashed-border-2 {
	border: 2px dashed #6c8a31;
}
.lightgray-border-1 {
	border: 1px solid #e0e0e0;
}
.lightgray-border-2 {
	border: 2px solid #e0e0e0;
}
.darkgray-border-1 {
	border: 1px solid #aaaaaa;
}

/******************************************************
 *
 * 結果なし
 *
 ******************************************************/
.empty-list {
	padding: 12px;
	width: 60%;
	margin: 0 auto;
}
.empty-list .empty-box {
	padding: 12px 0;
	color: #c0c0c0;
	text-align: center;
	border-top: 2px solid #bdbdbd;
	border-bottom: 2px solid #bdbdbd;
}

/******************************************************
 *
 * 無料登録ボタン （中央寄せで一つだけ）
 *
 ******************************************************/
.default-regist-button-box {
	margin: 24px auto;
	width: 50%;
}

/******************************************************
 *
 * サポートメニュー
 *
 ******************************************************/
.support-menu-box {
}
.support-menu-box > ul,
.support-menu-box > * > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.support-menu-box > ul > li,
.support-menu-box > * > ul > li {
	display: table-row;
}
.support-menu-box > ul > li > .support-menu,
.support-menu-box > * > ul > li > .support-menu {
	display: table-cell;
	position: relative;
	padding: 1em 6px;
	color: #666666;
	font-size: 120%;
	border-bottom: 1px solid #e0e0e0;
}
.support-menu-box .support-menu-box .support-menu {
	font-size: inherit;
}
.support-menu-box.single > ul > li > .support-menu,
.support-menu-box.single > * > ul > li > .support-menu {
	padding-left: 12px;
	padding-right: 12px;
}
.support-menu-box > ul > li > .support-menu:not(:first-child),
.support-menu-box > * > ul > li > .support-menu:not(:first-child) {
	border-left: 1px solid #e0e0e0;
}
.support-menu-box > ul > li > .support-menu.disabled,
.support-menu-box > * > ul > li > .support-menu.disabled {
	color: #d0d0d0;
}
.support-menu-box > ul > li > .support-menu .no-link,
.support-menu-box > * > ul > li > .support-menu .no-link {
	line-height: 1.2;
}
.support-menu-box > ul > li > .support-menu > .right-arrow,
.support-menu-box > * > ul > li > .support-menu > .right-arrow {
	display: block;
	position: relative;
	padding-right: 8px;
}
.support-menu-box.single > ul > li > .support-menu > .right-arrow,
.support-menu-box.single > * > ul > li > .support-menu > .right-arrow {
	padding-right: 10px;
}
.support-menu-box > ul > li > .support-menu > .right-arrow:after,
.support-menu-box > * > ul > li > .support-menu > .right-arrow:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.35em;
}

/******************************************************
 *
 * 保有ポイント表示
 *
 ******************************************************/
.hold-point-box {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	color: #00afaa;
}
.hold-point-box .hold-point-login {
	float: left;
}
.hold-point-box .hold-point-login .hold-point-login-method {
	font-size: 120%;
}
.hold-point-box .hold-point-number {
	font-size: 120%;
}

/******************************************************
 *
 * フッタ
 *
 ******************************************************/
/* コピーライト */
.footer-copyright-box {
	display: block;
	padding: 12px 6px;
	background-color: #6c8a31;
	font-size: 120%;
	color: #fff;
	text-align: center;
}

/* フッタ */
.footer-box {
	display: block;
	padding: 12px 6px;
	background-color: #6c8a31;
}
.footer-box .footer-title-text {
	color: #fff;
	font-size: 110%;
}
.footer-box .footer-data-text {
	margin-top: 3px;
	color: #fff;
}
.footer-box .footer-copyright-box {
	margin-top: 12px;
	padding-bottom: 0;
	border-top: 1px solid white;
}

/******************************************************
 * PLAY ボタン上書き
 * ※無料動画では freebutton02.png を使用することはナシ。 #6167#note-3
 ******************************************************/
.play-overlay:after, .play-overlay-large:after, .play-overlay-free:after, .play-overlay-free-large:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.play-overlay:after, .play-overlay-large:after {
	background-image: url('/images/SP/stand/notfreebutton.png');
}
.play-overlay-free:after, .play-overlay-free-large:after {
	background-image: url('/images/SP/stand/notfreebutton.png');
}
.play-overlay:after, .play-overlay-free:after {
	background-size: 30% auto;
}
.play-overlay-large:after, .play-overlay-free-large:after {
	background-size: 50% auto;
}

/************************
 * line-clamp のはみだし消去
 ************************/
.line-clamp-mask {
	display: none;
}
.supported-browser .line-clamp-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	z-index: 2;
	background-color: #f0f0f0;
}

/******************************************************
 *
 * 注意書きの箱
 *
 ******************************************************/
.caution-box {
	border: 1px solid #f40f5c;
	box-sizing: border-box;
}
.caution-box .caution-lead-text {
	display: block;
	text-align: center;
}
.caution-box .caution-text-box {
	padding: 0 18px 18px;
}

/******************************************************
 *
 * TOPに追加した会員登録ボタン用
 *
 ******************************************************/

.text-button.button-style-default2 {
	color: #fff;
	background-color: #6c8a31;
	border-color: #6c8a31;
	border-radius: 15px;
	box-shadow: 3px 3px #aaaaaa;
	font-size: 20px;
	padding: 15px 4px;
	letter-spacing: 2px;
	font-weight: bold;
}

/******************************************************
 *
 * LPや特集に使用するボタン用
 *
 ******************************************************/

.button p {
 background: #6c8a31;
 color: #fff;
 padding: 3% 0;
 margin: 2% 0;
 font-size: 15px;
 font-weight: bold;
 box-shadow: 2px 2px 2px rgba(44, 81, 140, 0.48);
 border: 1px solid #6c8a31;
}

/******************************************************
 *
 * 改行させたい時用
 *
 ******************************************************/

.new-line {
 white-space: pre-line;
}

