.navArea {
	width:100%;
	padding:15px;
	background:#F4F4F4;
	margin:0 auto 20px;
}
.navArea .left {
	float:left;
	color:#000;
	font-weight:bold;
}
.navArea .right {
	float:right;
}

div.dl {
	margin:10px auto 20px;
    width: 400px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #333;
    padding: 20px 0;
    text-align: center;
}



ul.areaMenu {
	margin:20px auto;
	width:940px;
	list-style-type:none;
}
ul.areaMenu li{
	float:left;
	list-style-type:none;
	/*width:620px;*/
	margin-right:20px;
	margin-bottom:1em;
	width:300px;
}
ul.areaMenu li.last {
	margin-right:0;
}
ul.areaMenu li a,
ul.areaMenu li span {
	width:100%;
}

ul.areaMenu li span {
	background:#333;
	opacity:0.8;
	cursor:default;
}
ul.areaMenu li span:hover {
	opacity:0.8;
}


ul.areaMenu li:last-child {
	margin-right:0px;
}

/* フラットボタン系 */
span.btnMyMenu,
a.btnMyMenu {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff;
    text-decoration: none;
    text-align:center;
    background-color: #497FAB;
    transition: all 0.2s;
    border:0;
    border-style: none;
    cursor:pointer;
}
a.btnMyMenu.large {
	width:600px;
}


span.btnReady,
a.btnReady {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff;
    text-decoration: none;
    text-align:center;
    background-color: #333;
    opacity:0.7;
    transition: all 0.2s;
    border:0;
    border-style: none;
}

/* フラットボタン系 */
a.btnTicket {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff;
    text-decoration: none;
    text-align:center;
    background-color: #FE941A;
    transition: all 0.2s;
    border:0;
    border-style: none;
    cursor:pointer;
}
a.btnNoTicket {
    display: inline-block;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
    color: #ff6633;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    transition: all 0.2s;
    border: 3px solid #ff6633;
    /*border-style: none;*/
}

a.btnEnq {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff;
    text-decoration: none;
    text-align:center;
    background-color: #FE941A;
    transition: all 0.2s;
    border:0;
    border-style: none;
    cursor:pointer;
}

a.btnTicket:hover,
a.btnEnq:hover,
a.btnMyMenu:hover {
	opacity:0.7;
}




.dl .shop {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
}
.dl .shop:first-child {
	margin-right:1em;
}

.red {
	font-size:0.9em;
	color:#f00;
}


#appLayout {
    margin: 0 auto;
}

.appAreaMain{
	display: table;
	width: 100%;
	min-height: 350px;
	background-color: #fff;
	padding: 0px 0 40px;
}
.appAreaMain .subtitle02 {
	text-align:center;
	font-size:16px;
	background:#f0ab00;
}
.appAreaMain .dl{
	margin: 10px auto 20px;
    width: 400px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #333;
    padding: 20px;
    text-align: center;
}
.appAreaMain .dl .left{
	float:left;
}
.appAreaMain .dl .right{
	float:right;
}
.appAreaMain .atend {
	margin-top:2em;
	font-size:1.5em;
	padding:0 20px;
}
.appAreaMain .atend ul.app {
	margin:1em 0;
}
.taC { text-align:center; }
.fwB { font-weight:bold; }

#app {
	position: relative;
	top: -65px;
	display: block;
}
.appAreaMain .appBlock {
	padding:20px;
}

.general_area {
	width:90%;
}

a.btnRepass {
	color:#36c;
}
a.btnRepass:hover {
	color:#f00;
	text-decoration:none;
}
/* tablet */
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
	ul.areaMenu {
		width:98%;
	}
	ul.areaMenu li {
		width:100%;
		float:none;
		margin-bottom:1em;
	}

	span.btnMyMenu,
	a.btnMyMenu {
		width:98%;

	}
	a.btnMyMenu.large {
		width:100%;
	}



}



/* smartphone */
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:768px) {


	.navArea {
		width:100%;
		padding:5px 5px;
	}

	.navArea .left {
		float:none;
		font-weight:bold;
		margin-bottom:0.5em;
		
	}
	.navArea .right {
		float:none;
	}
	.navArea .right a {
		color:#36c;
	}


	div.dl {
		margin:10px auto 20px;
	    width: auto;
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px;
	    padding: 20px 0;
	    text-align: center;
	}

	.dl .shop {
	    margin-bottom: 0px;
	    display: block;
	    vertical-align: middle;
	    text-align:center;
	    margin-right:0;
	}
	.dl .shop:first-child {
	    margin-right:0;
		margin-bottom:1em;
	}
	.dl .shop img {
		max-width:100%;
	}



	.appAreaMain .dl{
		width:90%;
		text-align:center;
		margin:auto;
	}

	.appAreaMain .dl .left,
	.appAreaMain .dl .right{
		float:none;
	}
	.appAreaMain .dl .left {
		margin-bottom:1em;
	}


}






p.w300 {
	width:440px;
	margin:5px auto;
	text-align:left;
}


#otx .pdf1,
#otx .pdf2,
#otx .pdf3,
#otx .pdf4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6em;
    text-align: center;
    display: block;
    width: 140px;
    border-radius: 5px;
    padding: 5px;
    margin: 0px auto 10px;
}

/* 資料はこちら：公開OK、PDF入手済み */
#otx .pdf1 {
	background:#060;
	color:#fff;
}
#otx a.pdf1 {
	text-decoration: none;
    cursor: pointer;


	background: #060;
    background: -moz-linear-gradient(left, #162d54 0%, #31aea4 100%);
    background: -webkit-linear-gradient(left, #162d54 0%,#31aea4 100%);
    background: linear-gradient(to right, #162d54 0%,#31aea4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aedc', endColorstr='#0069b4',GradientType=1 );
    transition: all 0.3s;

}

/* 公開準備中：公開OK、PDF入手未 */
#otx .pdf2 {
	background:#c00000;
	color:#fff;
}

/* 公開はございません：公開NG */
#otx .pdf3 {
	background:#000000;
	color:#fff;
}

/* 調整中：公開可否確認中 */
#otx .pdf4 {
	background:#162d54;
	color:#fff;
}

#otx a.pdf1:hover {
	opacity:0.7;
	-webkit-transform: scale(0.9);
    transform: scale(0.9);
    
}

a.btnRepass {
	color:#36c;
	text-decoration:underline;
}



