﻿@charset "utf-8";
/* CSS Document */
/*
base 62.5%(10px)*/

/* --- link --- */

a:link {
	color: #C90C41;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a img {
	border: none;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
li a:link {
	color: #333;/*#3b5998;/*#004b9e;*/
	text-decoration: none;
}
li a:visited {
	color: #333;/*#613282;*/
	text-decoration: none;
}
li a:hover {
	color: #C90C41;
	text-decoration: underline;
}
li a:active {
	color: #cc0000;
	text-decoration: none;
}
li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
/* ------------ */
html {
	/*height:100%;*/
	overflow-y: scroll;
}
body {
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-width: 960px;
	color: #333;
	background-color: #E0E0E0;
	border-top: solid 2px #c90c41;
	word-break:break-all;
}
#wrap {
	background-color: #ffffff;
	width: 100%;
}
/* --- header --------------  */

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 155px;
	border-bottom: 1px solid #ccc;
	background: url(../images/bg_header.png) repeat-x 0 13px #ffffff;
}
.header_inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#header h1 {
	margin: 0 0 15px 15px;
	padding: 0;
	float: left;
}
#header h2 {
	margin: 22px 10px 15px 0;
	padding: 0;
	text-align: right;
	float: right;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/* --- groval_nav --------------  */

.groval_nav {
	clear: both;
	margin: 10px auto;
	padding: 0;
	width: 970px;
}
.groval_nav ul, .groval_nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.groval_nav ul li img {
	vertical-align: bottom;
}
.groval_nav ul li {
	width: 160px;
	display: block;
	height: 60px;
	float: left;
	line-height: 1.2;
	border-right: 1px solid #ccc;
}
.groval_nav ul li:first-child {
	border-left: 1px solid #ccc;
}
.groval_nav ul li a {
	width: 160px;
	text-align: center;
	display: block;
	padding: 15px 0 10px 0;
	height: 30px;
	text-decoration: none;
	font-size: 1.7em;
	float: left;
	color: #535353;
}
.groval_nav ul li a:hover, .groval_nav ul li.current a {
	color: #000;
	border-bottom: 5px solid #c90c41;
}
.txt_lead {
	display: block;
	font-size: 0.82em;/* 14px(17px-100%) */
}
/* --- container --------------  */
#container {
	clear: both;
	margin: 0 auto 10px;
	padding: 0 0 50px 0;
	width: 960px;
}
#container p{
	font-size:1.4em;
}
.page_header {
	margin: 0;
	padding: 0;
	/*background: url(../images/bg_page.png) no-repeat 500px 10px;*/
	/*height: 170px;*/
}
.main_visual {
	margin: 10px auto 25px auto;
	padding: 0;
	width: 960px;
	text-align: center;
}
h2.page_title {
	margin: 0;
	padding: 30px 25px;
	font-size: 2.8em;
	font-weight: normal;
	color: #283d5a;
}
h2.page_title.monthly_title {
	padding: 30px 25px 30px 110px;
	background:url(../images/ico_monthly.png) 0 15px no-repeat;
}
#main {
	margin: 0 0 40px 0;
	padding: 0;
	float: right;
	width: 630px;
	background-color: #ffffff;
}
#main_l {
	margin: 0 0 40px 0;
	padding: 0;
	float: left;
	width: 620px;
}
#main_l_lineup {
	margin: 0 0 40px 0;
	padding: 0;
	float: left;
	width: 500px;
}
#main_all{
	margin: 0 0 40px 0;
	padding: 0;
	float: right;
	width: 800px;
}
.main_header {
	border-top: solid 1px #7e8a9b;
	background-color: #f0f0f0;
	min-height: 50px;
	overflow: auto;
}
h2.index_title {
	margin: 0;
	padding: 10px 10px 10px 15px;
	font-size: 24px;/*2.4em;*/
	font-weight: normal;
	color: #283d5a;
}
/* top page */
.main_header_top {
	height: 50px;
	background: url(../images/bg_title.png) repeat-x 0 0;
}
.main_header_top h2.index_title {
	padding-left: 55px;
}
.main_header_top h2.index_title_lineup {
	padding-left: 10px;
}
.index_date {
	padding-top: 7px;
	color: #666;
	font-size: 0.58em;/*14px(24px-100%);*/
	display: inline-block;
	float: right;
}
h3.index_sub {
	padding: 10px 15px;
	min-height: 20px;
	font-size: 1.5em;
	font-weight: normal;
	background-color: #f7f7f7;
	border-top: solid 1px #7e8a9b;
	border-bottom: dotted 1px #ccc;
}
/* list要素---------- */
.main_list ul, .main_list_top ul {
	margin: 0;
	padding: 0;
}
.main_list ul li {
	margin: 0;
	padding: 18px;
	list-style: none;
	font-size: 1.5em;
	background: url(../images/ico_list.png) no-repeat 8px 1.7em;
	border-bottom: dotted 1px #ccc;
}
.main_list ul li a {
	margin: 0;
	display: block;
}
.main_list_top ul li {
	margin: 0;
	list-style: none;
	font-size: 1.4em;
	border-bottom: dotted 1px #ccc;
}
.main_list_top ul li.nolink{
	padding: 18px 30px 18px 18px;
}
.main_list_top ul li.nolink:before {
	margin-left: 0;
	position: relative;
	top: 0;
	left: -8px;
	content: url(../images/ico_list.png);
}
.main_list_top ul li a {
	margin: 0;
	padding: 18px 30px 18px 18px;
	display: block;
	background: url(../images/btn_next.png) no-repeat 605px 48%;
}
#main_all .main_list_top ul li a {
	background-position: 780px 48%;
}
.main_list_top ul li a:hover, .main_list_top ul li.current {
	background-color: #fcebf1;
	text-decoration: none;
}
.main_list_top ul li a:before {
	margin-left: 0;
	position: relative;
	top: 0;
	left: -8px;
	content: url(../images/ico_list.png);
}
/* 動画ページ用設定　*/
.lead_area {
	margin: 15px 10px;
	padding: 15px;
	background-color: #f7f7f7;
}
.lead_area p {
	font-size: 1.4em;
	line-height: 1.4;
}
.movie_list h3 {
	margin: 20px 0 0 0;
	padding: 0 5px;
	font-size: 1.6em;
}
.movie_list ul {
	border-top: solid 1px #7e8a9b;
}
.movie_list li a:after {
	margin-left: 0;
	position: relative;
	top: 2px;
	left:5px;
	content: url(../images/ico_movie.png);
}
/* faqページ用設定 */
.faq_list ul {
	margin-bottom: 30px;
	padding-left: 40px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #ccc;
}
.faq_list ul li {
	margin-bottom: 10px;
	background-image: none;
	border-bottom: none!important;
}
.faq_q {
	color: #C90C41;
	text-indent: -1.8em;
}
.faq_a {
	text-indent: -1.8em;
}
.faq_q:before {
	margin-right: 5px;
	position: relative;
	top: 5px;
	content: url(../images/ico_q.png);
}
.faq_a:before {
	margin-right: 5px;
	position: relative;
	top: 5px;
	content: url(../images/ico_a.png);
}
/* 個別ページ用設定 */

.cardata{
	margin-bottom:0!important;
	min-height:360px;
}
.col3_area{
	clear:both;
	padding:25px 0;
	border-top:1px solid #ccc;
}
.col3_menu{
	margin-bottom:20px;
	padding:0 10px 20px 10px;
	float:left;
	width:358px;
	border-right:solid 1px #ccc;
}
.col3_menu:last-child{
	border-right:none;
}
.col3_header {
	height: 60px;
	background: url(../images/bg_title.png) repeat 0 0;
}
.col3_header h2 {
	margin: 0;
	padding: 15px 10px 10px 10px;
	font-size: 2.4em;
	line-height:1;
	font-weight: normal;
	color: #283d5a;
}
.col3_menu ul {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
.col3_menu ul li {
	margin: 0;
	list-style: none;
	border-bottom: solid 1px #f0f0f0;
	font-size:1.4em;
}
.col3_menu ul li a {
	margin: 0;
	padding: 15px 30px 15px 12px;
	display: block;
	background: url(../images/btn_next.png) no-repeat 342px 48%;
}
.col3_menu ul li a:hover, .col3_menu ul li.current
{
	background-color: #fcebf1;
	text-decoration: none;
}
.txt_sub{
	font-size:0.58em;/*14px(24px-100%);*/
	color:#666666;
	display:block;
}
.col3_menu .btn_more a {
	padding: 2px 8px 2px 16px;
	line-height:1.5!important;
}
.col3_hi li a{
	padding: 27px 30px 27px 12px!important;
}
.col3_hi li.nolink{
	padding: 27px 30px 27px 12px!important;
}
.col4_menu{
	width:178px;
}
.col4_menu ul li a {
	background: url(../images/btn_next.png) no-repeat 162px 48%;
}

/* --- sideBar --------------  */

#side {
	margin: 0 0 50px 1px;
	padding: 0;
	float: left;
	width: 298px;
}
#side_r {
	margin: 0 0 50px 0;
	padding: 0;
	float: right;
}
#side_r_lineup {
	margin: 0 0 50px 0;
	padding: 0;
	float: right;
	width: 418px;
}
.sidemenu {
	margin: 0;
	padding: 0;
	border: solid 1px #ccc;
}
.side_header {
	height: 50px;
	background: url(../images/bg_title.png) repeat-x 0 0;
}
.side_header h2 {
	margin: 0;
	padding: 10px 10px 10px 55px;
	font-size: 24px;/*2.4em;*/
	font-weight: normal;
	color: #283d5a;
}
.side_header_lineup h2 {
	padding: 10px 10px 10px 10px;
}
.title_cat {
	background: url(../images/ico_category.png) no-repeat 7px 7px;
}
.title_calendar {
	background: url(../images/ico_calendar.png) no-repeat 7px 7px;
}
.title_new {
	background: url(../images/ico_new.png) no-repeat 7px 7px;
}
.btn_more a {
	padding: 2px 8px 2px 16px;
	display: inline-block;
	color: #ffffff;
	font-size: 0.5em;/*12px(24px-100%);*/
	text-decoration: none;
	float: right;
	background: url(../images/ico_02.png) no-repeat 7px 7px #1b395b;
}
.btn_more a:hover {
	background-color: #1868b7;
}
.usp_header {
	position: relative
}
h2.title_usp {
	margin: 0;
	padding-left: 100px;
	height: 30px;
	display: block;
}
.title_usp:before {
	margin-left: 0;
	position: absolute;
	top: -8px;
	left: -8px;
	content: url(../images/index_usp.png);
}
.usp_list li a {
	padding: 6px 30px 6px 18px!important;
	text-align: center;
	border-top: none!important;
}
.usp_list_lineup li a {
	text-align: left;
}
.sidemenu ul {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
.sidemenu ul li {
	margin: 0;
	list-style: none;
	font-size: 1.4em;
}
.sidemenu ul li a {
	margin: 0;
	padding: 12px 30px 12px 12px;
	display: block;
	background: url(../images/btn_next.png) no-repeat 282px 48%;
	border-top: solid 1px #f0f0f0;/**/
}
.sidemenu_lineup ul li a {
	background: url(../images/btn_next.png) no-repeat 400px 48%;
}
.sidemenu ul li ul li{
	font-size: 1em;
}
.sidemenu ul li a:hover, .sidemenu ul li.current
{
	background-color: #fcebf1;
	text-decoration: none;
}
.sidemenu ul.year_list {
	text-align: center;
}
.li_date {
	padding-top: 5px;
	color: #666;
	font-size: 0.92em;/*13px (14px-100%);*/
	display: block;
}
h3.side_sub {
	margin: 0;
	padding: 10px 15px;
	min-height: 20px;
	font-weight: normal;
	background-color: #f7f7f7;
	border-top: solid 1px #7e8a9b;
	border-bottom: dotted 1px #ccc;
}
/*----- dl  開閉表示　-----*/
dl {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	border-top: solid 1px #ccc;
}
/*----- dt  リスト表示　-----*/

dl dt.accordion {
	clear: both;
	margin: 0;
	padding: 12px 30px 12px 12px;
	overflow: hidden;
	background: url(../images/btn_on.png) center right no-repeat #fff;
	-webkit-background-size: 20px 8px;
	background-size: 20px 8px;
	font-size:1.4em;
}
dl dt a {
	display: block;
	width: 100%;
	text-decoration: none!important;
	color: #333!important;
}
dl dt.accordion:hover {
	background-color: #f7f7f7;
}
dl dt.active {
	clear: both;
	margin: 0;
	padding: 12px 30px 12px 12px;
	list-style: none;
	overflow: hidden;
	background: url(../images/btn_off.png) center right no-repeat #ffffff;
	-webkit-background-size: 20px 8px;
	background-size: 20px 8px;
}
/*----- dd  開閉データ部分　-----*/

dl dd {
	margin: 0;
	padding: 0;
}
.sub_list {
	margin: 0;
	padding: 0;
}
.sub_list li {
	margin: 0;
	list-style: none;
}
.sub_list li a {
	margin: 0;
	padding: 4px 25px!important;
	display: block;
	background: url(../images/ico_list.png) no-repeat 15px 45%!important;
	border-top: none!important;
}
.sub_list li a:hover {
	/*	background: url(../images/ico_list.png) no-repeat 15px 45%;*/
	background-color: #fcebf1!important;
}
/* --- footer --------------  */

#footer {
	clear: both!important;
	padding: 5px 10px;
	height: 50px;
	background-color: #e0e0e0;
}
.footer_nav {
	margin: 5px auto 2px;
	width: 960px;
	position: relative;
}
.footer_nav ul {
	margin: 0;
	padding: 0;
}
.footer_nav ul li {
	margin: 0 0 10px 0;
	margin-top:3px\9;
	margin-bottom:15px\9;
	padding: 0 8px;
	list-style: none;
	border-left: solid 1px #9a9a9a;
	float: left;
	display: inline-block;
	font-size: 1.3em;
}
.footer_nav ul li:first-child {
	border: none;
}
.copyright {
	clear: both;
	margin: 0;
	padding: 2px 10px;
	text-align: left;
	font-size: 1.2em;
	border-top: solid 1px #9a9a9a;
}
.pagetop {
	width: 60px;
	position: absolute;
	top: 0;
	right: 10px;
}
clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*----------------------------------------------------
 管理画面用設定
----------------------------------------------------*/
#kanri #wrap {
	background-color: #ccc;
}
#kanri a:hover {
	color: #286199
}
#kanri .sidemenu ul li a:hover, #kanri .sidemenu ul li.current {
	background-color: #ebf2fc;
}
#kanri .sub_list li a:hover {
	background-color: #ebf2fc!important;
}
#kanri h2.page_title {
	margin: 15px 0;
	padding: 15px 25px;
	color: #f7f7f7;
	background-color: #555;
}
/*
#kanri .groval_nav ul li, #kanri .groval_nav ul li a {
	width: 191px;
}
*/
#kanri .groval_nav ul li a:hover, #kanri .groval_nav ul li.current a {
	color: #000;
	border-bottom: 5px solid #286199;
}

/* table要素---- */
table {
	width: 610px;
	margin: 10px auto;
	background-color: #ffffff;
	font-size:1.4em;
	/*table-layout:fixed;*/
}

table tr th {
	padding: 10px 10px;
	background-color: #F3F3F3;
	font-weight: normal;
}
table.tbl_select tr th {
	padding: 6px 6px;
	background-color: inherit;
	width: 10em;
}
table tr td {
	padding: 10px 5px;
	text-align: left;
}

.table_wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: top;
	display: table;
}
.table_col1 {
	width: 100px;
	float: left;
}
.table_col2 {
	float: right;
	width: 260px;
}

table.lineup_content {
	font-size: 100%;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

table.lineup_content td {
	vertical-align: bottom;
	padding: 0 5px;
}

table.lineup_content li {
	padding: 18px 18px 5px 18px;
}

textarea{
	width:390px!important;
	display:block;
	font-family: sans-serif;
	font-size:1em;
}
.td-check-colum {
	width: 15px;
}
.tbl_check {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.tbl_check tr th, .tbl_check tr td {
	padding: 5px 5px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.txt_ex {
	display: block;
	color: #666;
	font-size: 0.92em;/*13px(14px-100%);*/
}
.txt_caution{
	display: block;
	margin: 15px 15px 0 15px;
	text-align: left;
	font-size: 0.92em;/*13px(14px-100%);*/
}
.txt_red{
	color:#ff0000;
}
/* form要素 ---- */
select {
	border: 0;
	padding: 5px;
	font-size: 0.93em;/*15px(14px-100%);*/
	border: solid 1px #ccc;
	margin: 0;
	width: 100%;
}
select.sort {
	border: 0;
	padding: 5px;
	font-size: 1em;
	border: solid 1px #ccc;
	margin: 0;
	width: 100%;
}
option {
	font-size: 0.93em;/*15px(14px-100%);*/
}
input[type="text"] {
	border: 0;
	padding: 8px;
	font-size: 1.07em;/*15px(14px-100%);*/
	border: solid 1px #ccc;
	margin: 0;
	width: 96%;
}
input[type="file"] {
	width: 100%;
}
input[type="button"], input[type="submit"] {
	margin: 10px 10px;
	padding: 10px;
	width: 120px;
	text-align: center;
	height: 40px;
	border: none;
	color: #ffffff;
}
/* label ---- */
.label_select_file_btn {
	padding: 6px;
	border-radius: 5px;
	padding: 5px;
	font-size: 15px;
	border: solid 1px #ccc;
	margin: 0;width: 100%;
	margin-right: 5px;
	background-color: rgb(248, 248, 248);
}
/* button要素 ---- */
.btn_area {
	text-align: right;
	padding: 0 5px 20px;
}
.btn_public {
	background-color: #C90C41;
	color: #ffffff;
}
.btn_public:hover {
	background-color: #ed1456!important;
	color: #ffffff;
}
.btn_submit {
	background-color: #C90C41;
	color: #ffffff;
}
.btn_submit:hover {
	background-color: #84062d!important;
	color: #ffffff;
}
.btn_edit {
	background-color: #286199;
	color: #ffffff;
}
.btn_edit:hover {
	background-color: #1b395b!important;
	color: #ffffff;
}

input:disabled {
	background-color: #ccc!important;
	border-color: #ccc!important;
}
input:disabled.btn_public:hover,
input:disabled.btn_submit:hover,
input:disabled.btn_edit:hover {
	background-color:#ccc!important;
}

/*ページ送り用設定 ---- */
.pagination {
	clear: both;
	margin: 0 auto;
	padding: 0 10px 40px 10px;
	text-align: center;
	width: 55%;
}
.pagination ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.pagination ul li {
	margin-bottom: 10px;
	list-style: none;
	display: inline-block;
	float: left;
	font-size: 1.3em;
}
.pagination ul li a {
	margin: 0 5px;
	padding: 5px 8px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	text-decoration: none;
}
.pagination ul li a:hover {
	background-color: #e8e8e8;
}
.pagination ul li.current {
	margin: 0 2px;
	padding: 5px 8px;
	text-decoration: none;
}
.pagination ul li.current {
	background: #000;
	border: solid 1px #000;
	color: #ffffff;
}

.file_name {
	margin-top: 0.5em;
}
