
.section{
	padding-top: 150px ;
	display:block;
}

.section-0{
	padding-top: 150px ;
	display:block;
}

.double{
	padding-top: 200px ;
	display:block;
}



/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
.double{
	padding-top: 150px ;
	display:block;
}
}

/* ----- タイトル ----- */
#pc_nav{
	display:block;
}


/* ----- サブメニュー2段 ----- */
.stage_2{
	height:80px!important;
}
.stage_2 nav{
	width:650px;
}


#mb_nav{
	display: none;
}
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#pc_nav{
	display: none;
}
#mb_nav{
	display:block;
	width:100%
}
}
/* ----- サブメニュー2段 ----- */
.stage_2{
	height:100px!important;
}


/* ----- アクセス ----- */
#access_content {
	width:100%
	padding: 0 20px;
	text-align:left;
}

#access_content h1{
	font-size:140%;
	font-weight:bold;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#access_content p{
	margin-top: 1.6em;
}
#access_content .program{
	font-weight:bold;
	color:#747474;
	padding: 6px 10px;
	background-color: #ededed;
}

#access_content .description{
	font-size:90%;
	line-height: 1.5em;
}

/* --  map -- */

.map_lead{
	width:480px;
	float:left;
	padding-right: 60px;
}

#access_content .map{
	width:500px;
	float:left;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){

#access_content {
	width:100%;
	padding: 0 20px;
	text-align:left;

}
.map_lead{
	width:100%;
	float:none;
	padding-right: 0px;
	padding-bottom: 20px;
}

#access_content .map{
	width:100%;
	float:none;
}

#sub_navi_title_mb{
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom: 10px;
}
#sub_navi_title_mb img{
	width:300px;
	height:35px;
	margin: 0 auto;
}

}
/* ----- アクセス ----- */

/* ----- チケット ----- */
#ticket_content {
	width:1024px;
	padding: 0 20px;
	text-align:left;
}

#ticket_content h1{
	font-size:140%;
	font-weight:bold;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#ticket_content .ticket_info{
	width:100%;
	text-align:center;
	font-size:140%;
	font-weight:bold;
}
#ticket_content .ticket_info_l{
	width:100%;
	text-align:center;
	font-size:160%;
	font-weight:bold;
}
#ticket_content .txt_center{
	width:100%;
	text-align:center;
}
#ticket_content .sub{
	font-weight:bold;
	font-size:120%;
	margin-bottom: 5px;
}

#ticket_content .sub_box{
	display:inline; 
	font-weight:bold;
	font-size:110%;
	border: 1px #ddd solid;
	padding: 6px 12px;
	margin-bottom: 10px;
}
#ticket_content .description{
	margin-top: 14px;
}
#ticket_content .description2{
	margin-top: 1em;
}
#ticket_content .playguide .description{
	margin-top: 30px;
}

#ticket_content .playguide .description{
	margin-top: 30px;
}

.ticket_center{
	display:block;
}
.ticket_center_mb{
	display: none;
}


.ticket_center td{
	padding: 2px 4px;
}

#ticket_content .member th{
	width:2em;
	font-weight:bold;
}
#ticket_content .accent{
	font-size:120%;
	font-weight:bold;
}

#ticket_content ul{
	list-style-type: disc;
	margin-left: 2em;
}
#ticket_content #ticket_numberlist ul{
	list-style-type: decimal;
	margin-left: 2em;
}
#ticket_content .indent{
	text-indent: 1em;
}

#ticket_content .ticket_form {
	margin: 1em 0;
}

#ticket_content .ticket_form ul{
	list-style-type: none;
	margin-left:0em;
	padding: 4px 10px;
	border:solid 1px #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

#ticket_content .ticket_form li{
	padding: 4px 0;
}


#ticket_content .ticket_form .left{
	width:100%;
	font-size:120%;
	text-align:center;
}
#ticket_content .ticket_form .right{
	width:100px;
	text-align:center;
	margin: 0 auto;
}
#ticket_content .ticket_form .right img{
	width:100px;
}
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#ticket_content {
	width:100%;
	padding: 0 20px;
	text-align:left;
}
#ticket_content h1{
	font-size:135%;
	font-weight:bold;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#ticket_content .small{
	font-size:86%;
}
#ticket_content .small_s{
	font-size:64%;
}

.ticket_center{
	display: none;
}
.ticket_center_mb{
	display:block;
}
.ticket_center_small{
	font-size:75%;
}



}
/* ----- チケット ----- */

/* ----- アバウト ----- */
#about_content {
	width:1024px;
	padding: 0 20px;
	text-align:left;
}
#about_content h1{
	font-size:140%;
	font-weight:bold;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#about_content .about_info p{
	margin-bottom: 20px;
}

#about_content .indent{
	text-indent: 1em;
	margin-bottom: 20px;
}

#about_content .description .indent{
	text-indent: 1em;
}


#about_sponsor{
	width:984px;
	height:auto;
	margin: 40px auto 40px auto;
	text-align:left;
	font-size:100%;
}
.about_sponsor_sub{
	text-indent: 3em;
	padding-bottom: 8px;
}

#about_sponsor td{
	padding: 4px 4px 4px 0;
	vertical-align: top;
}


#about_sponsor_logo img{
	width:120px;
	height:auto;
}

#about_sponsor .pc{
	display:block;
}
#about_sponsor .mb{
	display: none;
}


#archives_name{
	width:986px;
	text-align:center;
	margin: 0 auto;
	padding-bottom: 20px;
}

#about_table{
	width:760px;
	margin:0 auto;
	letter-spacing: 0.1em;
	display:block;
	font-size:85%;
}
#about_table table{
	width:100%;
}
#about_table td{
	border: 0px #ff0000 solid;
	padding-bottom: 20px;
}
#about_table img{
	width:212px;
	height:auto;
}
#mb_about_table{
	display: none;
}

#about_table1 td{
	padding: 2px 50px 2px 0px;
}

#about_table2 td{
	padding: 2px 10px 2px 0px;
}
#about_table2 th{
	padding: 2px 10px 2px 0px;
	white-space: nowrap;
	font-weight:normal;
}

#about_table3{
	width:980px;
	overflow:hidden;
	margin: 0 auto;
}
.about_table3{
	width:996px;
}
.about_table3 li{
	width:150px;
	float:left;
	margin: 0 16px 16px 0px;
}
#about_table3b{
	width:830px;
	overflow:hidden;
	margin: 0 auto;
}
.about_table3b{
	width:846px;
}
.about_table3b li{
	width:150px;
	float:left;
	margin: 0 16px 16px 0px;
}
#about_table3c{
	width:316px;
	overflow:hidden;
	margin: 0 auto;
}
.about_table3c{
	width:332px;
}
.about_table3c li{
	width:150px;
	float:left;
	margin: 0 16px 16px 0px;
}


#about_table{
	display:block;
}
#mb_about_table{
	display: none;
}
#about_table1{
	display:block;
}
#mb_about_table1{
	display: none;
}
#about_table2{
	display:block;
}
#mb_about_table2{
	display: none;
}

#about_table3 .small{
	font-size:85%;
}

.taxt-left {
	text-align:left;
}
.taxt-right {
	text-align:right;
}

#section04 .description p{
	margin-bottom: 1em;
}

#section04 .description .indent{
	text-indent: 1em;
}

/* -- F/Tサポーター -- */
#supporter-link-section{
	width:200px;
	margin:40px auto;
}

#supporter-link{
	width:200px;
	height:27px;
	display:block;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	background: url(../img/news_link_bg.gif) no-repeat;
}
#supporter-link a{
	text-decoration: none;
	color:#fff;
}
#supporter-link a:hover{
	color:#333;
}

/* -- アーカイブエリア -- */
#archives_area{
	width:820px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
#archives_area li{
	width:100px;
	height:40px;
	float:left;
}
#archives_area .right{
	margin-right:20px;
	margin-bottom:0px;
}
#archives_area .right2{
	margin-right:20px;
	margin-bottom:0px;
}
#archives_area .right3{
	margin-right:0px;
	margin-bottom:0px;
}

#about_content #bt_blog{
	width:100%;
	margin: 0;
}
#about_content #bt_blog img{
	width:260px;
	height: auto;
	margin-bottom:20px;
	float:right;
}



/*  事業実績報告書  */
#results_report{
	font-size:130%;
}
#results_report .space{
	padding-bottom: 14px;
}

/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#results_report{
	font-size:120%;
}
}
/*  /事業実績報告書  */


/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
.f-left {
	text-align:left;
}
.f-right {
	text-align:right;
}


#about_content {
	width:100%;
	padding: 0 20px;
	text-align:left;
}
#about_content h1{
	font-size:140%;
	font-weight:bold;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#about_content .about_info p{
	margin-bottom: 20px;
}


#about_sponsor .pc{
	display: none;
}
#about_sponsor .mb{
	display:block;
}

#about_sponsor{
	width:100%;
	height:auto;
	margin: 40px auto 40px auto;
	text-align:left;
	font-size:100%;
}
.about_sponsor_sub{
	text-indent: 3em;
	padding-bottom: 8px;
}
#about_sponsor_bunnka{
	width:100%;
	height:auto;
	margin: 5px auto;
	padding-bottom: 40px;
	text-align:left;
	font-size:85%;
}
#about_sponsor_bunnka li{
	display: table-cell;
	vertical-align: middle;
}
#about_sponsor_bunnka img{
	width:100%;
	height:auto;

}
#about_sponsor_bunnka .about_sponsor_bunnka_right{
	width:100px;
}
#about_sponsor_bunnka .about_sponsor_bunnka_left{
	width:200px;
	font-size:70%;
	line-height:1.4em;
}

#archives_name{
	width:100%;
	text-align:center;
	margin: 0 auto;
	padding-bottom: 20px;
}


#mb_about_table{
	width:180px;
	margin:0 auto;
	letter-spacing: 0.1em;
	display:block;
	font-size:85%;
}


#about_table1 td{
	padding: 2px 50px 2px 0px;
}

#about_table2 td{
	padding: 2px 10px 2px 0px;
}


#about_table{
	display: none;
}
#mb_about_table{
	display:block;
}
#about_table1{
	display: none;
}
#mb_about_table1{
	display:block;
}
#about_table2{
	display: none;
}
#mb_about_table2{
	display:block;
	margin-top: 20px;
}
#mb_about_table2 p{
	line-height: 1.1em;
	padding: 0.2em 0;
}

#mb_about_table2 .small{
	font-size:70%;
}
#mb_about_table2 .job{
	font-size:85%;
	font-weight:bold;
	padding-top: 14px;
}


#about_table3{
	width:150px;
	overflow:hidden;
	text-align:center;
	margin: 0 auto;
}
.about_table3{
	width:100%;
}
.about_table3 li{
	width:100%;
	float: none;
	margin: 0 0 16px 0px;
}
#about_table3b{
	width:150px;
	overflow:hidden;
	margin: 0 auto;
}
.about_table3b{
	width:100%;
}
.about_table3b li{
	width:150px;
	float: none;
	margin: 0 0 16px 0px;
}
#about_table3c{
	width:150px;
	overflow:hidden;
	margin: 0 auto;
}
.about_table3c{
	width:100%;
}
.about_table3c li{
	width:150px;
	float: none;
	margin: 0 0 16px 0px;
}





/* -- F/Tサポーター -- */
#supporter-link-section{
	width:200px;
	margin:40px auto;
}

#supporter-link{
	width:200px;
	height:27px;
	display:block;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	background: url(../img/news_link_bg.gif) no-repeat;
}
#supporter-link a{
	text-decoration: none;
	color:#fff;
}
#supporter-link a:hover{
	color:#333;
}

/* -- アーカイブエリア -- */
#archives_area{
	width:100%;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}
#archives_area ul{
}

#archives_area li{
	width:120px;
	height:40px;
	float:left;
}
#archives_area .right{
	margin-right:20px;
	margin-bottom:20px;
}
#archives_area .right2{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}
#archives_area .right3{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#about_content #bt_blog{
	width:100%;
}
#about_content #bt_blog img{
	width:160px;
	height:auto;
	float:right;
	margin-bottom: 14px;
}


}
/* Media Queries 320px */
/* ----- /アバウト ----- */



/* ----- サイトポリシー ----- */
#sitepolicy_content {
	width:100%;
	padding: 0 20px;
	text-align:left;
}
#sitepolicy_content h1{
	font-size:120%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#e54e82;
	border-width:0 0 0 10px;
	border-style:solid;
	background:#fff;
	padding:5px 10px 3px 10px;
	margin-bottom: 10px;
}
#sitepolicy_content p{
	margin: 40px 0;
}
#sitepolicy_content ul{
	list-style-type: square;
	margin-left: 2em;
}


/* ----- プラシバシーポリシー ----- */
#privacypolicy_content {
	width:100%;
	padding: 0 20px;
	text-align:left;
}
#privacypolicy_content h1{
	font-size:120%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#e54e82;
	border-width:0 0 0 10px;
	border-style:solid;
	background:#fff;
	padding:5px 10px 3px 10px;
	margin-bottom: 10px;
}
#privacypolicy_content p{
	margin: 40px 0;
}
#privacypolicy_content ul{
	list-style-type: square;
	margin-left: 2em;
}

/* ----- コンタクト ----- */


#contact_name{
	width:420px;
	text-align:center;
	font-size:140%;
	height:auto;
	margin:  0 auto;
	padding-top: 80px;
}
#contact_table{
	width:100%;
	font-size:120%;
	letter-spacing: 0.1em;
	padding: 36px 0 120px 0;
	text-align:left;
}
#contact_table .small{
	font-size:100%;
}
#contact_table a{
	color:#6da85b;
}
#contact_table th{
	font-weight:normal;
	padding-right: 30px;
}
#contact_table table{
	margin-right:auto;
	margin-left:auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#contact_name{
	width:100%;
	text-align:center;
	font-size:140%;
	color:#333;
	height:auto;
	margin:  0 auto;
	padding-top: 98px;
}
#contact_table{
	font-size:70%;
}
#contact_table th{
	padding-right: 10px;
}
#contact_table .small{
	font-size:60%;
}

}

/* ----- サイトマップ ----- */

.section-sitemap ul{
	list-style-type: none;
	padding-bottom: 100px;
}
.section-sitemap li{
	padding: 6px 0;
}
.section-sitemap .first {
	font-size:140%;
}
.section-sitemap img {
	width:20px;
	height:20px;
	margin: 0 auto;
}

