﻿@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section { 
    display:block;
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section,
* {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
}
body {
	font: 100%/1 Arial,sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka";
}
ol,ul,li {
  list-style: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
table {
	border-collapse: collapse;
}
html {
	-webkit-text-size-adjust: 100%;
}
* {
	max-height: 99999px;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
	
/*  PIE ！パス確認ください！
---------------------------------*/

.numb,
.playTime,
.djList figure {
	position: relative;
	behavior: url(/resources/js/PIE.php);
}

/*===================================
	font link
=====================================*/

body,
a,a:visited {
	color: #313131;
}
.navi,.navi a,.navi a:visited,
.header,
.contHeader,
.footer,
.aboutTbl th,
.join,
.team .secTtl,
.menu,
.dj,.dj a,.dj a:visited,
.snsList h3,
.contact,.contact a,.contact a:visited {
	color: #fff;
}
.outline .secTtl,
.aboutTbl td {
	color: #00204e;
}
.teamList h3 span {
	color: #d2d2d2;
}
.hldy,
.scheduleTbl tbody td {
	color: #bf3a0b;
}
time {
	color: #b99c36;
}
.secTtl {
	font-size: 48px;
	font-weight: normal;
}
.navi,
.header,
.footer,
.secTtl,
.numb,
.aboutTbl th,
.scheduleTbl,
.contact {
	text-align: center;
}
a {
	text-decoration: none;
}
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

.linkpink a {
	color: #ff66cc;
	text-decoration: none
}
.linkpink a:link {
	color: #ff66cc;
	text-decoration: none
}
.linkpink a:visited {
	color: #ff66cc;
	text-decoration: none
}
.linkpink a:hover {
	color: #ffccff;
	text-decoration: underline;
	margin-bottom: 10px;
}
.linkwhite a {
	color: #ffffff;
	text-decoration: none
}
.linkwhite a:link {
	color: #ffffff;
	text-decoration: none
}
.linkwhite a:hover {
	color: #ffccff;
	text-decoration: underline;
	margin-bottom: 10px;
}
.linkCyanosis a {
	color: #00204e;
	text-decoration: none
}
.linkCyanosis a:link {
	color: #00204e;
	text-decoration: none
}
.linkCyanosis a:hover {
	color: #ff0000;
	text-decoration: underline;
	margin-bottom: 10px;
}

/*===================================
	layout	
=====================================*/

.inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.pagetop p,
.parallel,
.step li,
.stop,
.menuList li,
.menuList figure ul,
.menuList li li,
.playTime,
.djList li,
.access dl {
	overflow: hidden;
	zoom: 1;
}
.parallel > li,
.menuList .logo,
.menuList figure li {
	float: left;
}
.csoon img {
	margin: 100px auto;
}
.spHidden {
	display: none;
}
.secTtl img {
	margin-bottom: 85px;
	margin-left: auto;
	margin-right: auto;
}

/*===================================
	background	
=====================================*/

body {
	background: #fff;
}

/*===================================
	navi	
=====================================*/

/*body {
	padding-top: 45px;
}*/
.navi {
	background-color: #FFFFFF;
}
/*.navi ul {
	display: inline;
}
.navi li,
.navi p {
	display: inline-block;
	padding: 0 1em;
}*/
.navi a:hover {
	opacity: .7;
}
/*.navi h2 {
	display: none;
}*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
}
body {
	padding-top: 40px;
}
.navi {
	height: 40px;
	line-height: 1;
}
.navi ul {
	display: block;
	width: 100%;
	border-top: solid 1px #174b97;
	background-color: #00204e;
}
.navi li {
	display: block;
	padding: 0;
	border-bottom: solid 1px #174b97;
	line-height: 60px;
}
.navi li a {
	display: block;
}
.navi h2,
.navi ul,
.navi p {
	position: absolute;
}
.navi h2 {
	display: block;
	top: 8px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url(../images/navi_open.png) no-repeat 0 0;
	text-align: left;
	text-indent: -999em;
	cursor: pointer;
}
.navi h2.open {
	background-image: url(../images/navi_close.png);
}
.navi ul {
	top: 40px;
}
.navi p {
	top: 8px;
	left: 20px;
	text-align: left;
	line-height: 24px;
}

/*===================================
	header	 navy
=====================================*/

.header h2 {
	font-size: 23px;
}
.header p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}
.header {
	height: 670px;
	padding-top: 110px;
	background: #32345c url(../images/bg_hd.jpg) no-repeat 50% 0;
	background-size: cover;
}
.header img {
	margin: 0 auto;
}
.header h1 img {
	margin-bottom: 48px;
}
.header h2 img {
	margin-bottom: 56px;
}
.header p {
	margin-bottom: 1.2em;
}

/*===================================
	header	 new
=====================================*/

.contHeader {
	padding-right: 0;
	padding-left: 0;
	padding-top: 160px;
}
.contHeader .inner {
	width: 992px;
}
span.inner {
	display: block;
}
.contHeader h1 {
	margin-bottom: 45px;
}
.contHeader h2 {
	height: 47px;
	background: url(../images/bg_date20160204.png) no-repeat 0 0;
	margin-top: 80px;
	padding-top: 26px;
	padding-bottom: 24px;
	font-weight: bold;
}
.contHeader p {
	font-size: 14px;
	line-height: 1.8;
}
.contHeader p b {
	display: block;
	font-size: 20px;
	/* [disabled]color: #FFFFFF; */
}
.ttl {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.ttl img {
	margin: 0 auto;
}
.box {
	margin: 0 auto;
	min-height: 460px;
	background-position: 50% 0px;
	background-size: cover;
	background-repeat: repeat;
}


/*===================================
	footer	
=====================================*/

.copy {
	font-size: 12px;
}
.footer {
	padding: 40px 0;
	background-color: #224477;
	font-size: 14px;
}
.footer li {
	margin-bottom: 1.2em;
}
.copy {
	margin-top: 50px;
}
.pagetop {
	position: fixed;
	left: 0;
	bottom: 90px;
	width: 100%;
	
	margin: 0 auto;
}
.pagetop p {
	width: 1080px;
	margin: 0 auto;
}
.pagetop a {
	display: block;
	float: right;
	width: 51px;
	height: 51px;
	background: #13276f url(../images/pagetop.png) no-repeat 0 0;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-indent: -999em;
	text-align: left;
}

/*===================================
	outline
=====================================*/

.outline {
	padding: 112px 0 162px;
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(../images/bg_sakura.png);
	background-color: #fff;
}
.outline .secTtl {
	margin-bottom: 85px;
	margin-left: auto;
	margin-right: auto;
}
.aboutTbl {
	width: 100%;
	line-height: 1.4;
}
.aboutTbl th {
	width: 300px;
	padding: 1em 0;
	border-top: solid 1px #4d4c71;
	background-color: #00204e;
}
.aboutTbl tr:nth-last-child(1) th {
	border-bottom: solid 1px #4d4c71;
	text-align: center;
}
.aboutTbl td {
	padding: 1em;
	border-top: solid 1px #dbdbe5;
	background: #fff;
	background: rgba(255,255,255,.5);
}
.aboutTbl tr:nth-last-child(1) td {
	border-bottom: solid 1px #dbdbe5;
}

/*===================================
	join
=====================================*/

.numb {
	font-family:  Helvetica, sans-serif, Arial;
	font-size: 24px;
}
.numb span {
	font-size: 34px;
}
.step h3 {
	font-size: 36px;
}
.step p {
	font-size: 18px;
}
.how li {
	font-size: 24px;
}
.how p {
	font-size: 16px;
}
.caution {
	font-size: 14px;
}
.stop {
	font-size: 20px;
}
.join {
	padding: 70px 0 115px;
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(../images/bg_sakura_yellow.png);
	background-color: #fff;
}
.join .inner {
	width: 800px;
	color: #000000;
}
.step {
	margin: 50px 0 65px;
}
.step li {
	margin-bottom: 36px;
}
.numb {
	float: left;
	width: 88px;
	height: 68px;
	padding-top: 20px;
	background-color: #9a8854;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 25%;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #775533;
}
.numb span {
	display: block;
}
.step h3,
.step p {
	margin-left: 102px;
}
.step h3 {
	margin-top: 7px;
	line-height: 1.2;
}
.step .s2 h3 {
	margin-top: 18px;
}
.step p img {
	display: inline-block;
	vertical-align: middle;
}
.how li {
	margin-bottom: 1.4em;
	line-height: 1.2;
}
.how li:before {
	content: "●";
	font-size: 36px;
}
.how p {
	margin: 5px 0 0 24px;
}
.caution {
	margin-bottom: 80px;
	padding: 53px 58px 50px;
	background: rgba(255,255,255,.8);
	color: #434343;
	line-height: 1.2;
}
.caution dt,
.caution dd {
	margin-bottom: 0.8em;
}
.caution dd {
	padding-left: 1em;
	text-indent: -1em;
}
.caution dd:before {
	content: "・";
}
.stop {
	margin-left: 92px;
	color: #231815;
	line-height: 1.4;
}
.stop img {
	float: left;
	margin-right: 18px;
}
.stop b {
	display: block;
	margin-top: 13px;
	font-weight: normal;
}

/*===================================
	team
=====================================*/

.team .inner {
	width: 960px;
}
.teamList time {
	font-size: 15px;
}
.teamList h3 {
	font-size: 19px;
	line-height: 1.2;
}
.teamList h3 span {
	font-size: 10px;
}
.teamList li li,
.teamList p {
	font-size: 14px;
	line-height: 1.6;
}
.teamList p + p {
	font-size: 12px;
	line-height: 1.4;
}
.team {
	padding: 67px 0 72px;
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(../images/bg_wasi.png);
	background-color: #fff;
}
.team .secTtl {
	margin-bottom: 60px;
	color: #000000;
}
.teamList {
	margin-right: -15px;
}
.teamList li {
	width: 281px;
	margin: 0 15px 43px 0;
	padding: 15px 10px 10px 15px;
	border: 1px solid #666666;	/*background: #fff;*/
	border-radius: 10px;
}
.teamList li.coin {
	width: 633px;
	margin: 0 0 43px;
	padding: 32px 0 0;
	background: #fff;
	text-align: center;
}
.teamList li.coin img {
	margin: 0 auto -5px;
}
.teamList li.t1 {
	background: #fceadb;
}
.teamList li.t2 {
	background: #dcedf4;
}
.teamList li.t3 {
	background: #e6dfeb;
}
.teamList li.t4 {
	background: #ebf0df;
}
.teamList li.t5 {
	background: #f0dcdb;
}
.teamList li.t6 {
	background: #fceadb;
}
.teamList li.t7 {
	background: #dcedf4;
}
.teamList li.t8 {
	background: #e6dfeb;
}
.teamList li.t9 {
	background: #ebf0df;
}
.teamList li.t10 {
	padding-bottom: 16px;
	background: #f0dcdb;
}
.teamList li li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 1em;
	border: none;
	text-indent: -1em;
}
.teamList time {
	display: block;
	margin-bottom: 7px;
}
.teamList h3 {
	margin-bottom: 7px;
}
.teamList h3 span {
	display: block;
	margin-top: 1em;
}
.teamList h4 {
	font-size: 0.84em !important;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.teamList p + p {
	margin-top: 0.5em;
}
.teamList li li:before {
	content: "・";
}

/*===================================
	schedule
=====================================*/

.scheduleTbl thead {
	font-size: 12px;
}
.scheduleTbl tbody,
.schedule p {
	font-size: 14px;
}
.scheduleTbl tbody th {
	text-align: left;
}
.scheduleTbl thead {
	line-height: 1.4;
}
.scheduleTbl tbody {
	line-height:1.2;
}
.scheduleTbl th {
	font-weight: normal;
}
.schedule {
	padding: 70px 0 80px;
	background: #fff url(../images/bg_schedule.jpg) repeat 50% 0;
}
.schedule .secTtl {
	margin-bottom: 45px;
}
.scheduleTbl {
	margin-bottom: 5px;
	border: solid 3px #cdb78e;
	background: #fff;
}
.scheduleTbl thead,
.scheduleTbl tbody {
	width: 100%;
}
.scheduleTbl th {
	font-weight: normal;
}
.scheduleTbl th,
.scheduleTbl td {
	padding: 0.8em 0;
	border-right: solid 1px #cdb78e;
	border-bottom: solid 1px #cdb78e;
}
.scheduleTbl thead tr:nth-last-child(1) td {
	padding: 0.4em 0;
}
.scheduleTbl td:nth-last-child(1) {
	border-right: none;
}
.scheduleTbl tbody tr:nth-last-child(1) th,
.scheduleTbl tbody tr:nth-last-child(1) td {
	border-bottom: none;
}
.scheduleTbl tbody th,
.scheduleTbl tbody td {
	border-bottom-style: dotted;
}
.scheduleTbl thead th {
	width: 223px;
	background: #e6dbc6;
}
.scheduleTbl .bg {
	background: #c0dcf3;
}
.scheduleTbl tbody th {
	padding-left: 1em;
}
.scheduleTbl tbody td {
	width: 66px;
}
.schedule p.note {
	margin: -1em 0 1em;
	text-align: right;
}

/*===================================
	menu
=====================================*/

.menuList p {
	font-size: 14px;
}
.menu  {
	padding: 60px 0 70px;
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(../images/bg_sakura.png);
	background-color: #fff;
	color: #000000;
}
.menu .inner {
	width: 960px;
}
.menu .secTtl {
	margin-bottom: 40px;
	line-height: 1.2;
}
.menuList {
	line-height: 1.4;
}
.menuList li {
	margin: 0 0 60px;
}
.menuList li li {
	width: 153px;
	margin: 0 8px 8px 0;
}
.menuList .logo {
	margin-bottom: 23px;
}
.menuList h3 {
	margin-left: 195px;
}
.menuList p {
	margin: 0.8em 0 1em 195px;
}
.menuList .images {
	clear: both;
}
.menuList .images ul {
	margin-right: -8px;
}

/*===================================
	dj
=====================================*/

.dj  {
	padding: 70px 0 60px;
	background: #643b60 url(../images/bg_dj.jpg) repeat 0 0;
}
.dj .inner {
	width: 800px;
}
.playSchedule dt {
	font-family: Helvetica, sans-serif, Arial;
}
.playTime {
	color: #5e3459;
}
.playSchedule dt {
	color: #ff0058;
}
.playTime {
	font-size: 24px;
}
.playSchedule dt {
	font-size: 15px;
}
.playSchedule dd {
	font-size: 20px;
}
.djList h3 {
	font-size: 28px;
}
.djList p {
	font-size: 14px;
}
.playTime {
	font-weight: bold;
}

.playTime {
	margin: 60px 0 56px;
	padding: 30px 0 20px 160px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.playTime dt {
	float: left;
	margin-top: 0.8em;
}
.playTime dd {
	margin: 0 0 10px 190px;
}
.playSchedule {
	margin-bottom: 78px;
	padding-top: 1.2em;
	border-top: solid 1px #836280;
	line-height: 1.4;
}
.playSchedule dt {
	position: relative;
	padding-left: 27px;
}
.playSchedule dd {
	margin: -1.2em 0 0.8em;
	padding: 0 0 0.8em 146px;
	border-bottom: solid 1px #836280;
}

.djList li {
	margin-bottom: 54px;
}
.djList figure {
	float: left;
}
.djList figure img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.djList h3,
.djList p {
	margin-left: 223px;
}
.djList h3 {
	margin-bottom: 1em;
	line-height: 1.4;
}
.djList p {
	line-height: 1.6;
}
.djList p.mb {
	margin-bottom: 2em;
}
.weblink {
	margin-top: 2em;
}
.weblink a:hover {
	text-decoration: underline;
}

/*===================================
	sns
=====================================*/

.snsList h3 {
	font-size: 18px;
	font-weight: normal;
}
.sns  {
	height: 715px;
	padding-top: 65px;
	background-image: url(../images/bg_sns.jpg);
	background-size: cover;
}
.sns .secTtl {
	margin-bottom: 83px;
}
.snsList {
	margin-left: 50px;
}
.snsList li {
	width: 360px;
	padding: 12px 15px;
	margin-right: 18px;
}
.snsList .fb {
	background: #00479d;
}
.snsList .twt {
	background: #4480e4;
}
.snsList h3 {
	margin-bottom: 1em;
}
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
	max-width: 360px !important;
}
div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
	width: 360px !important;
}

/*===================================
	appli
=====================================*/

.appli  {
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	background-color: #003366;
	color: #FFFFFF;
	padding-bottom: 60px;
}
.appli h3 {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	font-size: 18px;
	padding-top: 20px;
}
.appli h4 {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	padding-top: 80px;
}
.appli .secTtl {
	margin-bottom: 70px;
}
.appli .section {
	overflow-y: auto;
	min-height: 340px;
	line-height: 1.4em;
	padding-top: 30px;
}
.appli .section img {
	float: left;
	margin-right: 15px;
}
.applibnr {
	background-color: #ffffdd;
	color: #003366;
	padding-top: 60px;
	font-weight: bold;
}
.applibnr ul {
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center;
}

.applibnr ul li {
	margin: 0 6px;
	display: inline-block;
}

/*===================================
	access
=====================================*/

.access  {
	padding: 80px 0 65px;
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(../images/bg_sakura_yellow.png);
	background-color: #fff;
}
.access .inner {
	width: 960px;
}
.access .secTtl {
	margin-bottom: 70px;
}
.access figure {
	float: left;
	width: 470px;
}
#Map {
	float: right;
	width: 470px;
	height: 380px;
	margin: 0 auto 18px;
}
#Map img {
	max-width: inherit;
}
#Map .gm-style-iw div {
	overflow: visible !important;
	height: auto !important;
	min-height: 3em !important;
	line-height: 1.4;
}
.access dl {
	clear: both;
	width: 800px;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 14px;
}
.access dl dt,
.access dl dd {
	float: left;
}
.access dl dd {
	clear: both;
}
.access dl dd.station {
	clear: none;
	float: right;
	width: 363px;
	margin-top: -1.6em;
}
.access dl dd dt,
.access dl dd.station dd {
	float: none;
	width: auto;
	margin: 0;
}

/*===================================
	contact
=====================================*/

.contact {
	padding: 30px 0;
	background-color: #00204e;
	font-size: 14px;
	line-height: 2;
}
.contact dt,
.contact dd {
	display: inline;
	padding: 0 0.5em;
}


/*===================================
	other
=====================================*/
.pad_lef {
	padding-left:20px;
}

.tab_wid {
	width: 400px;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
	
	
	body {
		font-size: 18px;
	}
	.pcBrk {
		display: none;
	}
	
	/*===================================
		layout	
	=====================================*/
	
	.inner,
	.join .inner,
	.team .inner,
	.menu .inner,
	.dj .inner,
	.access .inner {
		width: 600px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.spHidden {
		display: block;
	}
	.pcHidden {
		display: none;
	}
	
	/*===================================
		navi	
	=====================================*/
	
	.navi {
		font-size: 24px;
	}
	/*body {
		padding-top: 40px;
	}
	.navi {
		height: 40px;
		font-size: 24px;
		line-height: 1;
	}
	.navi ul {
		display: block;
		border-top: solid 1px #174b97;
		background-color: #00204e;
	}
	.navi li {
		display: block;
		padding: 0;
		border-bottom: solid 1px #174b97;
		line-height: 60px;
	}
	.navi li a {
		display: block;
	}
	.menuSp h2,
	.menuSp ul,
	.navi p {
		position: absolute;
	}
	.menuSp h2 {
		display: block;
		top: 8px;
		right: 20px;
		width: 24px;
		height: 24px;
		background: url(../images/navi_open.png) no-repeat 0 0;
		text-align: left;
		text-indent: -999em;
		cursor: pointer;
	}
	.menuSp h2.open {
		background-image: url(../images/navi_close.png);
	}
	.menuSp ul {
		top: 40px;
	}
	.navi p {
		top: 8px;
		left: 20px;
		text-align: left;
		line-height: 24px;
	}*/
	
	/*===================================
		header	 navy
	=====================================*/
	
	.header p {
		font-size: 18px;
	}
	.header {
		height: 730px;
	}
	.en .header {
		height: 810px;
	}
	
	/*===================================
		header	 new
	=====================================*/
	
	.contHeader {
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 108px;
	background-size: cover;
	background-position: 50% 0%;
	}
	.contHeader .inner {
		width: 560px;
		padding: 0;
	}
	.contHeader h1 {
		margin-bottom: 30px;
	}
	.contHeader h2 {
	height: auto;
	margin-bottom: 70px;
	padding-top: 0;
	background: none;
	}
	.contHeader h2 img {
		padding: 24px 15px 19px 22px;
		background: rgba(0,0,0,.5);
	}
	.contHeader p {
		font-size: 18px;
		line-height: 1.8;
	}
	.contHeader p b {
	font-size: 24px;
	}
	.ttl {
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 108px;
	background-size: cover;
	background-position: 50% 0%;
}
	
	/*===================================
		footer	
	=====================================*/
	
	.footer {
		line-height: 1.2;
	}
	.copy {
		font-size: 14px;
	}
	.pagetop p {
		width: 100%;
	}
	
	/*===================================
		outline
	=====================================*/
	
	.aboutTbl th {
		width: 200px;
	}
	
	/*===================================
		join
	=====================================*/
	
	.step p {
		font-size: 22px;
	}
	.how li {
		font-size: 27px;
	}
	.how p {
		font-size: 18px;
	}
	.caution {
		font-size: 16px;
	}
	.stop {
		font-size: 22px;
	}
	.how li:before {
		font-size: 40px;
	}
	.step h3 {
		margin-top: 0;
	}
	.step .s2 h3 {
		margin-top: 5px;
	}
	.how li {
		padding-left: 0.9em;
		text-indent: -0.9em;
	}
	.how p {
		margin-left: 0;
		text-indent: 0;
	}
	.caution {
		padding: 53px 30px 50px;
	}
	.stop {
		margin: 0;
	}
	
	/*===================================
		team
	=====================================*/
	
	.teamList time {
		font-size: 18px;
	}
	.teamList h3 {
		font-size: 24px;
	}
	.teamList h3 span {
		font-size: 14px;
	}
	.teamList li li,
	.teamList p {
		font-size: 18px;
	}
	.teamList p + p {
		font-size: 15px;
	}
	.teamList.parallel li {
		float: none;
		width: auto;
		margin: 0 0 43px;
		padding: 30px 40px;
	}
	.teamList,
	.teamList.parallel li li {
		margin: 0;
		padding: 0;
	}
	.teamList li.coin {
		width: auto;
	}
	
	/*===================================
		menu
	=====================================*/
	
	.menuList h3 {
		font-size: 18px;
	}
	.menuList p {
		font-size: 17px;
	}
	.menuList figure {
		margin-right: -20px;
	}
	.menuList li li {
		width: 290px;
		margin: 0 20px 20px 0;
	}
	.menuList .logo {
		width: 290px;
	}
	.menuList .logo img {
		width: 100%;
	}
	.menuList h3,
	.menuList p {
		margin-left: 310px;
	}
	
	/*===================================
		dj
	=====================================*/
	
	.playTime {
		font-size: 28px;
	}
	.playSchedule dt {
		font-size: 18px;
	}
	.playSchedule dd {
		font-size: 24px;
	}
	.djList p {
		font-size: 16px;
	}
	.playTime {
		padding-left: 50px;
	}
	.djList figure {
		margin-right: 29px;
	}
	.djList h3,
	.djList p {
		margin-left: 0;
	}
	.djList p.mb {
		margin-bottom: 0;
	}
	
	/*===================================
		sns
	=====================================*/
	
	.sns  {
		height: auto;
		padding-bottom: 60px;
	}
	.snsList {
		margin: 0;
	}
	.snsList.parallel li {
		float: none;
		width: auto;
		margin: 0 0 30px;
		padding: 15px 15px 20px;
	}
	.twitter-timeline {
		width: 500px !important;
	}
	div.fb-like-box,
	div.fb-like-box iframe[style],
	div.fb-like-box span {
		max-width: 500px !important;
	}
	div.fb_iframe_widget,
	div.fb_iframe_widget iframe[style],
	div.fb_iframe_widget span {
		width: 500px !important;
	}
	.fb-page {
		margin-left: 35px;
	}
	.twitter-timeline {
		margin-left: 35px;
	}
	
	/*===================================
		access
	=====================================*/
	
	.access dl {
		width: auto;
		font-size: 16px;
		text-align: center;
	}
	.access figure,
	#Map {
		float: none;
		width: 600px;
		margin: 0 auto 30px;
	}
	#Map {
		height: 380px;
	}
	.access figure img {
		width: 100%;
	}
	.access dl dt,
	.access dl dd,
	.access dl dd.station {
		float: none;
	}
	.access dl dd.station {
		width: auto;
		margin-top: 1em;
	}
}
