@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
reset
----------------------------------------------- */

/*
 html5doctor.com Reset Stylesheet v1.6.1
 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com http://html5doctor.com/html-5-reset-stylesheet/ Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
li {
	list-style: none;
}


/* -----------------------------------------------
font setting
----------------------------------------------- */

body {
	font:12px Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
@media screen and (max-width: 800px) {
body {
	font-size: 10px;
}
}
@media screen and (max-width: 480px) {
body {
	font-size: 9px;
}
}
.bold {
	font-weight: bold;
}
.f10 {
	font-size: 83.3%;
}
.f11 {
	font-size: 91.7%;
}
.f12 {
	font-size: 100%;
}
.f13 {
	font-size: 108.3%;
}
.f14 {
	font-size: 116.6%;
}
.f15 {
	font-size: 125%;
}
.f16 {
	font-size: 133.3%;
}
.f17 {
	font-size: 141.6%;
}
.f18 {
	font-size: 150%;
}
.f19 {
	font-size: 158.3%;
}
.f20 {
	font-size: 166.6%;
}
.f21 {
	font-size: 175%;
}
.f22 {
	font-size: 183.3%;
}
.f23 {
	font-size: 191.6%;
}
.f24 {
	font-size: 200%;
}
.f25 {
	font-size: 208.3%;
}
.f26 {
	font-size: 216.6%;
}
.f27 {
	font-size: 225%;
}
.f28 {
	font-size: 233.3%;
}
.f29 {
	font-size: 241.6%;
}
.f30 {
	font-size: 250%;
}
.f31 {
	font-size: 258.3%;
}
.f32 {
	font-size: 266.6%;
}

/* 行間設定 */
body {
	line-height: 1.5;
}

/* 文字色設定 */

body {
	color: #666666;
}



/*----------------------------------------------------
	form setting
----------------------------------------------------*/

input, textarea {
	vertical-align: middle;
}

input,
textarea {
	line-height: 1.4;
	vertical-align: middle;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="date"] {
	height:1.2em;
	line-height:1.2;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: -0.05em;
}

input[type="checkbox"] {
	vertical-align: top;
}


/*----------------------------------------------------
	リンク設定
----------------------------------------------------*/

a {
	color: #666666;
	cursor:pointer;
	text-decoration: underline;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:focus {
}
a:active {
}


/* -----------------------------------------------
common module
----------------------------------------------- */

/* テキスト揃え */
.txtCenter {
	text-align: center !important;
}
.txtLeft {
	text-align: left !important;
}
.txtRight {
	text-align: right !important;
}


/* マージン調整 */
.m0 {
	margin: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}


/* パディング調整 */
.pb0 {
	padding-bottom: 0 !important;
}

/* 背景・枠設定 */
.nobg {
	background: none !important;
}
.nobdr {
	border: none !important;
}

/* 文字調整 */

.bold {
	font-weight: bold;
}

/* フロート設定 */

.left {
	float: left !important;
}
.right {
	float: right !important;
}
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 1px;
}


/* -----------------------------------------------
レイアウト調整
----------------------------------------------- */

body {
	background: url(/common/images/bg_body.gif) top left repeat;
}
#container {
	width: 100%;
}
#mainArea {
	margin: 0 auto;
	max-width: 1600px;
	min-width: 320px;
}
#contents {
}
#footer {
}


/* -----------------------------------------------
ヘッダー部分
----------------------------------------------- */

#header {
	margin-bottom: 25px;
	height: 94px;
	background-color: #1f1f1f;
}
#headerInner {
	margin: 0 auto;
	max-width: 1600px;
	min-width: 320px;
	height: 64px;
}
#headerInner h1 {
	margin-left: 3.3%;
	padding: 10px 0 0 0;
}

/* -----------------------------------------------
フッター部分
----------------------------------------------- */

#footer {
	margin-top: 70px;
	border-top: 1px #cccccc solid;
}
#footerInner .copyright {
	padding-top: 11px;
	height: 29px;
	background-color: #ffffff;
	text-align: center;
	font-size:12px;
}


/* -----------------------------------------------
トピックパス
----------------------------------------------- */

.topicPathWrapper{
	border-bottom: 1px #cccccc solid;
	height: 30px;
	background-color: #fff;
	margin-bottom: 20px;
}
.topicPath {
	margin: 0 auto;
	max-width: 1600px;
	min-width: 320px;
	height: 30px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.topicPath p {
	margin-left: 12.5%;
	color: #1f1f1f;
}


/* -----------------------------------------------
コンテンツ部分
----------------------------------------------- */

.contentBox {
	margin: 0 auto;
	border: 1px #cccccc solid;
	width: 75%;
	min-width: 320px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #dddddd inset;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contentBoxBody {
	padding: 15px 10px;
}
.contentBox h2 {
	padding: 10px 0;
	border-bottom: 1px #d9d9d9 solid;
	color: #237c34;
	font-size: 150%;
	text-align: center;
}
.contentBox p {
	margin-bottom: 25px;
	font-size: 133.3%;
	text-align: center;
}


/* -----------------------------------------------
ボタンモジュール
----------------------------------------------- */

/* ボタン */

.button {
	display: block;
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}
.btnGreen {
	border-radius: 6px;
	color: #fff;
	background-color: #237c34;
	text-decoration: none;
}
.btnBlack {
	border-radius: 6px;
	color: #fff;
	background-color: #1f1f1f;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
.button {
	height: 42px;
	line-height: 42px;
}
}

/* -----------------------------------------------
フォームモジュール
----------------------------------------------- */

/* フォーム部品 */

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="date"] {
	border: 1px #c6c6c6 solid;
	border-radius: 6px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-shadow: 1px 2px 5px #dddddd inset;
	font-size: 150%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (max-width: 640px) {
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="date"] {
	height: 36px;
	line-height: 36px;
}
}
select {
}
textarea {
	border: 1px #d3d3d3 solid;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #dddddd inset;
}
.grayText {
	color: #cccccc;
}
.textFocus {
	color: #666666;
}

/* フォームエリア */

.formArea {
}
.formArea table {
	width: 100%;
}
.formArea table th {
	padding-bottom: 25px;
	width: 38%;
	font-size: 150%;
	text-align: right;
}
.formArea table th span {
	font-size: 66.7%;
	font-weight: normal;
}
.formArea table td {
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 25px;
	font-size: 150%;
}
.formArea table td.need {
	width: 18%;
}
.formArea table td .error {
	color: #ff0000;
	font-size: 66.7%;
}
.buttonArea {
	margin: 0 auto;
	width: 34%;
}
.error {
	color: #ff0000;
}
.notice {
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}


/* -----------------------------------------------
コンテンツ部分
----------------------------------------------- */

.detailContentBox {
	width: 45%;
	min-width: 320px;
}


/* -----------------------------------------------
ログイン
----------------------------------------------- */

.loginBody {
	padding-left: 0;
	padding-right: 0;
}
.loginBody .formArea {
	padding: 0 10px;
}
.loginBody .formArea .loginPanel {
	margin: 0 auto;
	border: 1px #c6c6c6 solid;
	border-radius: 6px;
	width: 34%;
	min-width: 280px;
	box-shadow: 1px 2px 5px #dddddd inset;
}
.loginBody .formArea .loginPanel input {
	border: none;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	box-shadow: none;
	background-color: transparent;
	-webkit-appearance:none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.loginBody .formArea .loginPanel input[type="password"] {
	border-top: 1px #c6c6c6 solid;
}
.loginBody .formArea .passSave {
	margin: 15px auto;
	width: 34%;
	min-width: 280px;
	font-size: 133.3%;
}
.loginBody .formArea .passSave input {
	vertical-align: middle;
}
.loginBody .formArea .buttonArea a span {
	text-shadow: 0 -3px 2px #1c632a;
}
.loginBody .formArea .passReminder {
	margin: 10px 0 20px 0;
	text-align: center;
}
.loginBody .formArea .passReminder a {
	color: #237c34;
	text-decoration: underline;
	font-size: 133.3%;
	font-weight: bold;
}
.loginBody .newRegist {
	padding: 10px;
	border-top: 1px #c6c6c6 solid;
}
.loginBody .newRegist .buttonArea .btnLogin {
	border-radius: 6px;
	color: #fff;
	background-color: #3399ff;
	text-decoration: none;
}
.loginBody .newRegist .buttonArea .btnLogin  span {
	text-shadow: 0 -3px 2px #297acc;
}


/* -----------------------------------------------
動画部分
----------------------------------------------- */

.detailContentBox {
	margin-bottom: 20px;
}
.detailContentBox .moviePanel .title {
	margin-bottom: 15px;
	font-size: 166.7%;
	font-weight: bold;
}
.detailContentBox .moviePanel .image {
	margin-bottom: 15px;
}
.detailContentBox .moviePanel .movieInfo {
	padding-bottom: 15px;
}
.detailContentBox .moviePanel .movieInfo table {
	width: 100%;
}
.detailContentBox .moviePanel .movieInfo table th {
	padding: 0 0 8px 10px;
	border-bottom: 1px #cccccc dotted;
	width: 33%;
	color: #237c34;
	font-size: 133.3%;
	text-align: left;
}
.detailContentBox .moviePanel .movieInfo table td {
	padding: 8px 10px 8px 0;
	border-bottom: 1px #cccccc dotted;
	font-size: 133.3%;
	text-align: left;
}
.detailContentBox .moviePanel .movieInfo table .end {
	border-bottom: none;
}
.detailBtnBack {
	margin: 0 auto;
	width: 25%;
}
.movieCatList {
}
.movieCatList .movieBox {
	margin-bottom: 10px;
	padding: 7px;
	overflow: hidden;
}
.movieCatList .movieBox .movie {
	float: left;
	width: 58.6%;
}
.movieCatList .movieBox .movieInfo {
	float: right;
	width: 37.2%;
}
.movieCatList .movieBox .title {
	margin-bottom: 10px;
	font-size: 166.7%;
	font-weight: bold;
}
.movieCatList .movieBox .movieInfo table {
	width: 100%;
}
.movieCatList .movieBox .movieInfo table th {
	padding: 0 0 8px 0;
	border-bottom: 1px #cccccc dotted;
	width: 33%;
	color: #237c34;
	font-size: 133.3%;
	text-align: left;
}
.movieCatList .movieBox .movieInfo table td {
	padding: 8px 10px 8px 0;
	border-bottom: 1px #cccccc dotted;
	font-size: 133.3%;
	text-align: left;
}
.movieCatList .movieBox .movieInfo table .end {
	padding-bottom: 0;
	border-bottom: none;
}
@media screen and (max-width: 800px) {
.movieCatList .movieBox .movie {
	margin-bottom: 15px;
	float: none;
	width: 100%;
}
.movieCatList .movieBox .movieInfo {
	padding-bottom: 15px;
	float: none;
	width: 100%;
}
}

.categoryList {
	border: none;
	background-color: transparent;
	box-shadow: none;
}
.categoryList .categoryTop {
	margin-bottom: 5px;
}
.buttonGroup {
	padding-right: 5%;
	border: 1px #cccccc solid;
	position: relative;
	min-width: 320px;
	background-color: #fff;
	border-radius: 3px;
	height: 73px;
	box-shadow: 1px 1px 2px #dddddd inset;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.buttonGroup .shadeBtn {
	position: absolute;
	top: 30px;
	right: 2%;
	width: 22px;
	height: 12px;
	cursor: pointer;
}
.buttonGroup .shadeBtnon {
	background: url(/common/images/icon_cat_up.png) top left no-repeat;
}
.buttonGroup .shadeBtnon img {
	visibility: hidden;
}
.buttonGroup .categoryLink {
	padding-top: 10px;
	padding-left: 2.2%;
}
.buttonGroup .categoryLink a {
	font-size: 166.7%;
	font-weight: bold;
	text-decoration: none;
}
.buttonGroup .categoryInfo {
	padding-left: 2.2%;
	font-size: 133.3%;
	text-align: left;
}
.buttonGroup2 {
	margin-left: 5.6%;
	padding-right: 5%;
	border: 1px #cccccc solid;
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	height: 73px;
	box-shadow: 1px 1px 2px #dddddd inset;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.buttonGroup2 .shadeBtn2 {
	position: absolute;
	top: 30px;
	right: 2%;
	width: 22px;
	height: 12px;
	cursor: pointer;
}
.buttonGroup2 .shadeBtnon2 {
	background: url(/common/images/icon_cat_up.png) top left no-repeat;
}
.buttonGroup2 .shadeBtnon2 img {
	visibility: hidden;
}
.buttonGroup2 .categoryLink {
	padding-top: 10px;
	padding-left: 2.2%;
}
.buttonGroup2 .categoryLink a {
	font-size: 166.7%;
	font-weight: bold;
	text-decoration: none;
}
.buttonGroup2 .categoryInfo {
	padding-left: 2.2%;
	font-size: 133.3%;
	text-align: left;
}
.categoryList .categorySecond {
	margin-top: 5px;
}
.categoryList .shadeContents2 ul {
	padding-left: 11.1%;
	padding-right: 5.6%;
}
.categoryList .shadeContents2 ul li {
	margin-top: 5px;
	margin-left: 11.1%;
	margin-right: 5.6%;
	padding-right: 5%;
	border: 1px #cccccc solid;
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	height: 73px;
	box-shadow: 1px 1px 2px #dddddd inset;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.categoryList .shadeContents2 ul li .categoryLink {
	padding-top: 10px;
	padding-left: 2.2%;
}
.categoryList .shadeContents2 ul li .categoryLink a {
	font-size: 166.7%;
	font-weight: bold;
	text-decoration: none;
}
.categoryList .shadeContents2 ul li .categoryInfo {
	padding-left: 2.2%;
	font-size: 133.3%;
	text-align: left;
}
.singleForm {
}
.singleForm table {
	margin: 0 auto;
	width: 50%;
}
.singleForm table th {
	width: 100%;
	text-align: center;
}
.singleForm table td.need {
	width: 7%;
}
@media screen and (max-width: 800px) {
.singleForm table {
	width: 90%;
}
}

