* {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-family: "M PLUS Rounded 1c","M PLUS 1p","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS UI Gothic", Osaka,sans-serif;
//	color: #333;
}

a:link {
	text-decoration: none;
	color: #039;
}

a:visited {
	color: #039;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: #ff55cc;
	border-style: none;
}

a:active {
	color: #ff55cc;
	border-style: none;
}

/* @group --- */

/* --- コンテナ --- */

#container {
	width: 100%;
	height: 100%;
}

/* --- ヘッダ --- */

.kumo_top {
	background: url(../images/kumo_top.png) no-repeat left top;
	position: absolute;
	height: 190px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -2;
}

.kumo_bottom {
	background: url(../images/kumo_bottom.png) no-repeat right bottom;
	position: fixed;
	height: 250px;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	float: right;
}

#kumo_top {
	background: url(../images/kumo_top.png) no-repeat left top;
	position: absolute;
	height: 190px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -2;
}

#kumo_bottom {
	background: url(../images/kumo_bottom.png) no-repeat right bottom;
	position: fixed;
	height: 250px;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	float: right;
}

/* @group ヘッダーロゴ */

.header-logo {
	width: 100%;
	padding-top: 30px;
}

.header-logo img {
	height: 200px;
	width: auto;
}

/* @end */

/* @end */

/* @group --- HOME --- */

#home-btn {
	width: 1024px;
	height: 80vh;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 10vh;
	margin-bottom: 5vh;

	display: flex;
//	align-items: center;
	justify-content: center;
}

.home-btn-logo a {
	height: 300px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: -120px;
}

.home-btn-logo a img {
	width: 100%;
	height: auto;
}

.home-btn-logo a:hover {
	
}

.home-btn-osaka a {
	width: 250px;
	height: 450px;
	display: block;
}

.home-btn-osaka a img {
	width: 100%;
}

.home-btn-osaka a:hover {
	
}

.home-btn-tokyo a {
	width: 200px;
	height: 450px;
	display: block;
}

.home-btn-tokyo a img {
	width: 100%;
}

.home-btn-tokyo a:hover {
	
}

.home-btn-okinawa a {
	width: 250px;
	height: 450px;
	display: block;
}

.home-btn-okinawa a img {
	width: 100%;
}

.home-btn-okinawa a:hover {
	
}

.info_padding {
	padding: 5em 2em;
}

/* @end */

/* @group --- NEWS --- */

#news-btn {
	border: 2px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	max-height: 35vh;
	max-width: 900px;
	overflow: auto;
	background-color: rgba(0,144,231,0.5);
	padding: 1em;
	margin-right: auto;
	margin-top: 1em;
	margin-left: auto;
}

.post-news {
	line-height: 1.7em;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
	padding: 0;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.post-news a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	width: 100%;
}

.post-news a:hover {
	background-color: #ff8ed0;
	color: #FFF;
}

.news-list-title {
	list-style: none;
	margin: 0;
	width: auto;
	padding: 0.5em 1em;
	font-size: 120%;
}

.news-list-update {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 7em;
	text-align: center;
	white-space: nowrap;
}

.news-list-next {
	list-style: none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	margin: 0;
	width: 2em;
	text-align: right;
	white-space: nowrap;
	padding: 0;
}

/* @end */

/* ++++++++++++++++++++++++++ */

/* @group --- コンテンツ --- */

#contents {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	z-index: 999;
}

#main {
	margin-top: 0;
	padding: 0;
}

#side {
	width: 260px;
	float: left;
}

#menu {
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3.5em;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

#menu li {
	display: block;
	padding: 0;
	float: left;
	height: 50px;
	width: 18%;
	position: relative;
	margin: 0 1%;
}

#sub-menu {
	position: relative;
	width: 1024px;
	margin: 0 auto 1.5em;
}

#sub-menu ul {
	padding: 0;
	display: table;
	margin: 0;
}

#sub-menu li {
	display: block;
	padding: 0;
	float: left;
	height: 50px;
	margin: 0;
	position: relative;
	width: 33.3%;
}

#info {
	background-size: contain;
	padding: 1em 2em;
}

#senko {
	background-size: contain;
	padding: 3em 2em;
	background: #FFEE33 url(../images/background.png) repeat fixed center;
}

#osaka {
	background-size: contain;
	padding: 3em 2em;
	background: #FF9900 url(../images/background.png) repeat fixed center;
}

#tokyo {
	background-size: contain;
	padding: 3em 2em;
	background: #66CC66 url(../images/background.png) repeat fixed center;
}

#okinawa {
	background-size: contain;
	padding: 3em 2em;
	background: #ff3388 url(../images/background.png) repeat fixed center;
}

/* @group ボタン */

.btn_down a {
	background: url(../images/btn_down.png) no-repeat center top;
	display: block;
	height: 50px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

.btn_down a:hover {
	display: block;
	background: url(../images/btn_down.png) no-repeat center bottom;
	width: 200px;
	height: 50px;
}

.btn00 a {
	font-size: 135%;
	//	line-height: 3em;
	max-height: 80px;
	background: #011ca4;
	display: block;
	position: relative;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FFF;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	overflow: hidden;
}

.btn00 a:hover {
	font-size: 2.5vw;
	transform: rotate( -10deg );
	display: block;
	position: relative;
	background: #ff8ed0;
	float: left;
	border: 2px solid #FFF;
	text-align: center;
}

.btn-m-osaka a {
	display: block;
	position: relative;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	width: 100%;
}

.btn-m-osaka a:hover {
	transform: rotate( -8deg );
	display: block;
	position: relative;
	float: left;
}

.btn-m-osaka img {
	width: 100%;
}

.btn-m-tokyo a {
	display: block;
	position: relative;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	width: 100%;
}

.btn-m-tokyo a:hover {
	transform: rotate( -8deg );
	display: block;
	position: relative;
	float: left;
}

.btn-m-tokyo img {
	width: 100%;
}

.btn-m-okinawa a {
	display: block;
	position: relative;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	width: 100%;
}

.btn-m-okinawa a:hover {
	transform: rotate( -8deg );
	display: block;
	position: relative;
	float: left;
}

.btn-m-okinawa img {
	width: 100%;
}

/* @end */

/* @end */

/* @group --- 内容 --- */

/* ===== post ===== */

#twbox {
	width: 250px;
	margin-right: 10px;
	background: url(images/bg-box.png) repeat;
	height: 300px;
	clear: both;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.post {
	word-break: break-all;
	max-width: 980px;
	line-height: 1.7em;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
//	border: 3px #FFF solid;
	clear: both;
	display: block;
//	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}

.post-spacer {
	clear: both;
	display: block;
	height: 3em;
}

.post-archive {
	height: 100%;
	word-break: break-all;
	background-color: #fff;
	clear: both;
	margin: 15vh auto;
	display: block;
}

.post-artist {
	height: 100%;
	word-break: break-all;
	background-color: #fff;
	clear: both;
	margin: 5vh auto;
	display: block;
}

.title {
	margin: -10px 0 0;
	background-color: #FFEE33;
	border-bottom: 3px solid #0011EE;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}

.title a {
	display: block;
}

.title2 {
	margin: -10px 0 0;
	background-color: #0011AA;
	border-bottom: 3px solid #FF9900;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}

.title2 a {
	display: block;
}

.title2 h2, .title2 h2 span {
	color: #FFFFFF;
}

.title-news {
	margin: 0;
	padding: 5px 10px;
	color: #039;
}

.title-news a {
	color: #039;
	font-weight: bold;
	display: block;
}

.title-news a:hover {
	color: #ff55cc;
	font-weight: bold;
	display: block;
}

.title a:hover {
	color: #ff55cc;
}

.kiji {
	min-height: 10em;
	padding: 0 10px;
	margin: 0;
}

.kiji p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.kiji a {
	color: #039;
}

.kiji a:hover {
	color: #ff55cc;
}

.kiji a img {
	display: block;
//	border-style: none;
}

.kiji a:hover img {
	
}

.kiji-header {
	background-color: #fff;
	padding: 0;
	margin: -10px 0 0 -10px;
}

.kiji-header img {
	background-color: #fff;
	padding: 0;
	margin: 0;
}

.kiji table {
	margin-top: 10px;
	margin-bottom: 5px;
}

.kiji tr td {
	padding: 5px;
}

.tr_back1 {
	background-color: rgba(255,255,255,0.05);
}

.tr_back2 {
	background-color: rgba(0,0,0,0.05);
}

.post-info {
	font-size: 11px;
	padding: 0 10px;
	line-height: 2em;
	font-weight: normal;
}

/* @end */

/* @group --- フッタ --- */

#footer {
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	bottom: 0;
	width: 100%;
	position: relative;
}

.footer_kadomaru {
	width: 794px;
	height: 17px;
	margin-right: auto;
	margin-left: auto;
	/*

角丸 */
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	/* 装

飾 */
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	background: url(images/cont_bottom.png) no-repeat center top;
}

/* @end */

/* @group --- アーティスト --- */

.ap img {
	width: auto;
	margin: 0 auto;
	height: 70px;
}

.lineup img {
	max-width: 700px;
	margin: 0 auto;
	height: auto;
}

.artist-list {
	padding: 0;
	width: 100%;
	margin: 0;
}

.artist-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.artist-list ul li {
	list-style: none;
	width: 24%;
	height: 24%;
	float: left;
	margin: 0;
	padding: 0.5%;
	display: block;
}

.ap-thm p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.ap-thm img {
	width: 100%;
}

.ap-thm img a {
	margin: 0;
	padding: 0;
	border: 1px solid #3AE;
}

.ap-thm img a:hover {
	margin: 0;
	padding: 0;
	border: 1px solid #E36;
}

.ap-header img {
	margin: 0;
	padding: 0;
	max-height: 50vh;
	max-width: 100%;
	width: auto;
}

.border-dot {
	height: 0;
	border-bottom: 2px dotted #FFF;
	margin-top: 2.5em;
}

/* @end */

/* @group --- グッズ --- */

.post-goods {
	background-color: #F7B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	clear: both;
	padding: 0;
	color: #FFF;
	border: 3px solid #FFF;
	width: 1000px;
	margin: 1em auto 2em;
	font-weight: 900;
}

.goods-nav {
	max-width: 980;
	margin-right: auto;
	margin-left: auto;
	font-size: 130%;
}

.item {
	padding: 0;
	max-width: 980px;
	margin: 1em 0;
}

.item img {
	width: auto;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* ++++++++++++++++++++++++++ */

@media screen and (max-width:1024px) {

#home-btn {
	width: 55%;
	height: 100vh;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 5vh;
	margin-bottom: 15vh;
	
//	display: flex;
//	align-items: center;

}

.home-btn-logo a {
	max-height: 150px;
	width: 60%;
	height: auto;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10%;
	//	display: block;
}

.home-btn-osaka a {
	width: 100%;
	height: auto;
	//	display: block;
}

.home-btn-tokyo a {
	width: 100%;
	height: auto;
	//	display: block;
}

.home-btn-okinawa a {
	width: 100%;
	height: auto;
	//	display: block;
}

.update {
	clear: both;
	display: block;
	position: relative;
	margin-top: 18%;
}

#news-btn {
	max-height: 35vh;
	max-width: 90%;
	margin-right: 5%;
	margin-left: 5%;

//	overflow: auto;
//	margin-top: 1em;
//	background-color: rgba(0,144,231,0.5);
//	padding: 1em;
}

.post {
	font-size: 14px;
	word-break: break-all;
	max-width: 95%;
	
	line-height: 1.7em;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
//	border: 3px #FFF solid;
//	display: table;
	margin: 1.5em auto;
}

#senko {
	background-size: cover;
	background: #FFEE33 url(../images/background.png) repeat fixed center;
}

#osaka {
	background-size: contain;
	background: #FF9900 url(../images/background.png) repeat fixed center;
}

#tokyo {
	background-size: contain;
	background: #66CC66 url(../images/background.png) repeat fixed center;
}

#okinawa {
	background-size: contain;
	background: #ff3388 url(../images/background.png) repeat fixed center;
}

.ap img {
	max-height: 65px;
//	width: 70%;
	height: auto;
}

.lineup img {
	margin: 0 auto;
	height: auto;
	width: 90%;
}

/* @group グッズ */

.post-goods {
	background-color: #F7B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	clear: both;
	padding: 0;
	color: #FFF;
	border: 3px solid #FFF;
	width: 95%;
	margin: 1em auto 2em;
	font-weight: bolder;
}

.goods-nav {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 105%;
}

.item {
	margin: 1em 0;
	padding: 0;
	width: 100%;
}

.item img {
	width: 100%;
	height: auto;
}

/* @end */

/* @group ヘッダーロゴ */

.header-logo {
	width: 100%;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.header-logo img {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group メニュー */

#menu {
	margin-right: auto;
	margin-left: auto;
	display: table;
	position: relative;
	width: 95%;
	margin-top: 4%;
}

#sub-menu {
	margin-right: auto;
	margin-left: auto;
	display: table;
	position: relative;
	width: 95%;
}

/* @end */

}

@media screen and (max-width:480px) {

#home-btn {
	width: 100%;
	height: 80vh;

	margin-right: auto;
	margin-left: auto;
	margin-top: 5vh;
	margin-bottom: 5vh;

	display: flex;
	align-items: center;
}

.home-btn-logo a {
	max-height: 150px;
	width: 100%;
	height: auto;
	position: absolute;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: -60px;
}

.home-btn-osaka a {
	width: 90%;
	height: auto;
	//	display: block;
}

.home-btn-tokyo a {
	width: 90%;
	height: auto;
	//	display: block;
}

.home-btn-okinawa a {
	width: 90%;
	height: auto;
	//	display: block;
}

#news-btn {
	max-height: 45vh;
//	max-width: 90%;
//	margin-right: 5%;
//	margin-left: 5%;
//	overflow: auto;
//	margin-top: 1em;
//	background-color: rgba(0,144,231,0.5);
//	padding: 1em;
}

.update {
	clear: both;
	margin-top: 100px;
	display: block;
	position: relative;
}

.post {
	font-size: 14px;
	word-break: break-all;
	max-width: 95%;
	
	line-height: 1.7em;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
//	border: 3px #FFF solid;
//	display: table;
	margin: 0.5em auto 2em;
}

/* @group ヘッダーロゴ */

.header-logo {
	width: 100%;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.header-logo img {
	width: 75%;
	height: auto;
}

/* @end */

/* @group メニュー */

#menu {
	margin-top: -5%;
	width: 100%;
}

#sub-menu {
	margin-right: auto;
	margin-left: auto;
	display: table;
	position: relative;
	width: 100%;
	margin-top: 0;
}

/* @end */

/* @group アーティスト */

.ap img {
	width: 90%;
	height: auto;
}

.lineup img {
	width: 90%;
	margin: 0 auto;
	height: auto;
}

.artist-list {
	padding: 0;
	width: 100%;
	margin: 0;
}

.artist-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.artist-list ul li {
	list-style: none;
	width: 32%;
	height: 32%;
	float: left;
	margin: 0;
	padding: 0.5%;

	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.ap_thm img {
	border: 1px solid #3AE;
	max-width: 100%;
	float: left;
}

.ap_thm a {
	margin: 0;
	padding: 0;
}

.ap_thm p {
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.ap_thm a:hover {
	margin: 0;
	padding: 0;
}

.border-dot {
	height: 0;
	border-bottom: 2px dotted #FFF;
	margin-top: 2.5em;
}

/* @end */

#kumo_top {
	background: url(../images/kumo_top-min.png) no-repeat left top;
	position: absolute;
	height: 190px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -2;
}

#kumo_bottom {
	background: url(../images/kumo_bottom-min.png) no-repeat right bottom;
	position: fixed;
	height: 250px;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	float: right;
}

.kumo_top {
	background: url(../images/kumo_top-min.png) no-repeat left top;
	position: absolute;
	height: 190px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -2;
}

.kumo_bottom {
	background: url(../images/kumo_bottom-min.png) no-repeat right bottom;
	position: fixed;
	height: 250px;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	float: right;
}

}

/* ++++++++++++++++++++++++++ */

/* @group ページトップ */

#pageTop {
	position: fixed;
	bottom: 15px;
	right: 10px;
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,0.15) url(../images/pagetop.png) no-repeat center center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 1.0;
	background-color: rgba(0,153,255,0.5);
}

/* @end */

/* @group 詳細 */

.info {
	padding: 20px;
}

.info ul {
	padding-left: 1.5em;
}

.info ul li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.info-border {
//	border: 2px solid #000;
	margin: 0;
	padding: 0;
}

.td1 {
//	background: #2266EE;
	font-weight: bolder;
	color: #FFFFFF;
//	border-bottom: 1px solid #000;
	padding: 0.5em;
	white-space: nowrap;
	line-height: 1.4em;
}

.td2 {
//	background: #FFFFCC;
	border-bottom: 1px solid #FFF;
	padding: 0.5em;
	font-size: 120%;
}

.td2 div {
	font-size: 75%;
	line-height: 1.4em;
}

.td3 {
//	background: #FFFF99;
	border-bottom: 1px solid #FFF;
	padding: 0.5em;
}

.td4 {
	background: #EDF7F8;
	color: #006699;
	padding: 0.5em;
}

.td5 {
	background: #EEFFCC;
	color: #006633;
	padding: 0.5em;
}

.td6 {
//	background: #FFFF99;
	border-bottom: 1px solid #FFF;
	padding: 0.5em;
}

.td7 {
	background: #FFFF33;
	color: #003399;
	padding: 0.5em;
}

.tx-day {
//	font-weight: bolder;
	font-size: 160%;
}

.tx-day strong {
	font-weight: bolder;
	font-size: 200%;
	line-height: 1.6em;
}

.tx-day span {
	font-weight: normal;
	font-size: 100%;
}

.tx-stage {
	font-weight: bolder;
	font-size: 120%;
}

.tx-ticket {
	color: #CC3300;
}

/* @end */

/* @group MAP */

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group メニュー */

@media all and (-ms-high-contrast: none){

/* @group 左 */

.left-menu {
	display: none;
}

.left-menu-close {
	display: none;
}

/* @end */

/* @group 右 */

.right-menu {
	display: none;
}

.right-menu-close {
	display: none;
}

/* @end */

/* @group 下 */

.bottom-menu {
	display: none;
}

.bottom-menu-close {
	display: none;
}

/* @end */

/* @group in_button */

.in-btn {
//	display: none;
}

/* @end */

/* @group bttom_button */

.bottom-btn {
//	display: none;
}

/* @end */}

/* @group 左 */

.left-menu a {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #1DA1F2 url(../images/btn_twitter_wh35.svg) no-repeat center center;
	height: 35px;
	width: 35px;
	padding: 10px;
	margin: 10px;
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	z-index: 1000;
}

.left-menu a:hover {
	background-color: #ff8ed0;
}

.left-menu-close a {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #55CCFF url(../images/btn_close.svg) no-repeat center center;
	height: 35px;
	width: 35px;
	padding: 10px;
	margin: 10px;
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	z-index: 2000;
}

.left-menu-close a:hover {
	background-color: #ff8ed0;
}

/* @end */

/* @group 右 */

.right-menu a {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	height: 35px;
	width: 35px;
	padding: 10px;
	margin: 10px;
	position: fixed;
	right: 0;
	top: 0;
	background: #FFF url(../images/btn_open.svg) no-repeat center center;
	display: block;
	z-index: 1000;
}

.right-menu a:hover {
	background-color: #ff8ed0;
}

.right-menu-close a {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	height: 35px;
	width: 35px;
	padding: 10px;
	margin: 10px;
	right: 0;
	position: fixed;
	top: 0;
	background: #55CCFF url(../images/btn_close.svg) no-repeat center center;
	z-index: 2000;
}

.right-menu-close a:hover {
	background-color: #ff8ed0;
}

/* @end */

/* @group 下 */

.bottom-menu a {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	height: 35px;
	width: 35px;
	padding: 10px;
	margin: 10px;
	position: fixed;
	background: #0000AA url(../images/btn_bottom_sup.svg) no-repeat center center;
	display: block;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.bottom-menu a:hover {
	background-color: #ff8ed0;
}

.bottom-menu-close a {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	height: 35px;
	width: 35px;
	padding: 10px;
	margin: 10px;
	position: fixed;
	background: #55CCFF url(../images/btn_close.svg) no-repeat center center;
	bottom: 0;
	left: 0;
	z-index: 2000;
}

.bottom-menu-close a:hover {
	background-color: #ff8ed0;
}

/* @end */

.tw_box {
	max-height: 700px;
	overflow: auto;
	height: 100%;
	margin: 0 auto;
	padding: 75px 10px 20px;
}

/* @group in_button */

.in-btn {
	width: 100%;
	clear: both;
	padding-top: 70px;
}

.in-btn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.in-btn li {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	height: 50px;
}

.in-btn li img {
	margin: 0;
	padding: 0;
	height: 50px;
}

.in-btn a {
	display: block;
	width: 100%;
	font-weight: bold;
	line-height: 50px;
	font-size: 135%;
	height: 50px;
}

.in-btn a:hover {
	background-color: #ff8ed0;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}

.out-btn_left {
	width: 70%;
	display: block;
	height: 100%;
}

.out-btn_right {
	width: 70%;
	display: block;
	height: 100%;
}

/* @end */

/* @group bttom_button */

.bottom-btn {
	max-width: 1024px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.bottom-btn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.bottom-btn ul li {
	list-style: none;
	max-height: 80px;
	float: left;
	margin: 0;
	display: block;
	padding: 0;
	width: 33.3%;
	text-align: center;
}

.bottom-btn img {
	margin: 0 auto;
	padding: 0;
	display: block;
	height: auto;
	width: 100%;
	max-width: 220px;
}

.bottom-btn a {
	display: block;
	width: 100%;
	font-weight: bold;
	line-height: 50px;
	font-size: 135%;
}

.bottom-btn a:hover {
	background-color: #ff8ed0;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}

/* @end */

/* @end */

/* @group YouTube */

.youtube {
	background-color: #000;
	margin: 1em 0;
	padding: 0 125px;
	border: 0px solid #000;
	border-radius: 15px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.youtube_min {
	background-color: #000;
	border: 0px solid #000;
	border-radius: 15px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	padding: 1em 5px;
	margin: 1em auto;
}

.youtube_photo {
	background-color: #000;
	width: 100%;
	display: table;
	border: 1px solid #666;
}

/* @end */