/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "0";
	font-size: 150%;
	vertical-align: -4%;
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}
.icon-list:before {
	content: "\002c7";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background-image: url(../images/design-01.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
	background-image: url(../images/design-01.jpg);
	background-repeat: repeat-x;
}


/* ------ Header ------ */

header #header-inner #logo a img{
	margin-top: 10px;
}


header {
	width: 100%
}
header #header-inner img {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}


#header-inner {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#tagline {
	float: right;
	height: 30px;
	margin-top: 30px;
	width: 110px;
	overflow: hidden;
}

#header-inner #tw_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: -60px 0px;
	float: right;
	text-indent:-99999px;
}
#header-inner #tw_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: -60px 30px;
	text-indent:-99999px;
}
#header-inner #fb_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 60px 0px;
	float: right;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #fb_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 60px 30px;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #yt_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 0px 0px;
	float: right;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #yt_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 0px 30px;
	text-indent:-99999px;
	margin-left: 10px;
}

#logo {
	padding: 10px 0;
	margin: 0px;
}

#logo a {
	display: block;
	max-width: 238px;
}

#mnav-btn {
	display :none;
}


#gnav {
	clear: both;
	width: 100%;
	background-image: url(../images/navi_bg.jpg);
}
#mnav {
	clear: both;
	width: 100%;
	background-image: url(../images/mnavi_bg.jpg);
}
#gnav nav,#mnav nav {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#gnav nav ul {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9D0000;
	border-left-color: #5D0000;
}
#mnav nav ul {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005782;
	border-left-color: #003046;
}
#mnav .sty {
	font-weight: bolder;
	color: #FFF;
	background-color: #1F5F5F;
}


#gnav nav ul li,#mnav nav ul li {
	float: left;
	font-weight: bolder;
}

#gnav nav ul li a {
	display: block;
	/*padding: 8px 30px 6px;*/
	padding: 8px 63px 6px;
	font-size: 83%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5D0000;
	border-left-color: #9D0000;
}
#mnav nav ul li a {
	display: block;
	padding: 8px 70px 6px;
	font-size: 83%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003046;
	border-left-color: #005782;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited,
#mnav nav ul li a:link,
#mnav nav ul li a:visited {
	color: #ccc;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current,
#mnav nav ul li a:hover,
#mnav nav ul li a:active,
#mnav nav ul li a.current {
	color: #fff;
	text-decoration: none;
}

#gnav .sty {
	color: #FFF;
	font-weight: bolder;
	background-color: #B70000;
}

/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
}

#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#mainvisual-inner .img {
	position: absolute;
	display: none;
	/*width: 1280px;		/* 画像の幅 */
	/*margin-left: -640px;	/* -(画像の幅÷2) */
	width: 930px;
    margin-left: -465px;
	padding-left: 50%;
	top: 0;
}

#mainvisual-inner .img:first-child {
	position: relative;
	display: block;
}

#mainvisual-btn {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}

#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;

}
#mainvisual-btn div {
	*display: inline;
}

#mainvisual-btn a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-btn a:link,
#mainvisual-btn a:visited {
	margin-top: 0px;
}
#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
	margin-top: -10px;
}

#mainvisual-btn a img {
	vertical-align: top;
}

#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40%;
	left: 0;
	margin-top: -20px;
}

#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	/*left: 3%;*/
	left: 9%;
}
#mainvisual-arrow .next {
	/*right: 3%;*/
	right: 9%;
}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}

#mainvisual-arrow a img {
	vertical-align: top;
}


/* ------ Contents ------ */

.img2{
	margin: 0 auto;
    display: block;
	max-width:942px;
	width:100%;
}

#contents {
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#left-column {
	float: left;
	width: 690px;
}
#disc-column {
	width: 930px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #8a0000;
}
article section {
	padding: 0 0 0px;
	margin-bottom: 30px;
}
#info {
	height: 318px;
	overflow: auto;
	scrollbar-arrow-color: #460000;
	scrollbar-face-color: #880000;
	scrollbar-highlight-color: #bb0000;
	scrollbar-shadow-color: #570000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-darkshadow-color: #222222;
	scrollbar-track-color: #460000;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
	padding-right: 5px;
}
#info .contents-title .new {
	font-weight: bolder;
	color: #F00;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
}


#ticket {
	overflow: auto;
	scrollbar-arrow-color: #460000;
	scrollbar-face-color: #880000;
	scrollbar-highlight-color: #bb0000;
	scrollbar-shadow-color: #570000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-darkshadow-color: #222222;
	scrollbar-track-color: #460000;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #8C0000;
	border-bottom-color: #8C0000;
	padding-bottom: 10px;
}

#ticket2 {
	overflow: auto;
	scrollbar-arrow-color: #460000;
	scrollbar-face-color: #880000;
	scrollbar-highlight-color: #bb0000;
	scrollbar-shadow-color: #570000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-darkshadow-color: #222222;
	scrollbar-track-color: #460000;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #8C0000;
	border-bottom-color: #8C0000;
	padding-bottom: 10px;
}
#tenpo,#instore {
	color: #CCC;
	overflow: auto;
	scrollbar-arrow-color: #460000;
	scrollbar-face-color: #880000;
	scrollbar-highlight-color: #bb0000;
	scrollbar-shadow-color: #570000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-darkshadow-color: #222222;
	scrollbar-track-color: #460000;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #8C0000;
	padding: 10px 0;
}

article section:first-child {
	border-top: none;
}
article h1 {
	font-weight: bolder;
	color: #bb0000;
	font-size: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	line-height: 140%;
}

.contents-title {
	padding: 15px 0 10px;
	font-size: 100%;
	font-weight: 500;
	color: #FFF;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	line-height: 80%;
}
#info .list li {
	list-style: disc;
	color: #CCC;
	font-size: 90%;
	line-height: 160%;
	margin-left: 1.5em;
}
#ticket .list li {
	list-style: square;
	color: #CCC;
	font-size: 90%;
	line-height: 160%;
	margin-left: 1.5em;
}
#ticket2 .list li {
	list-style: square;
	color: #CCC;
	font-size: 90%;
	line-height: 160%;
	margin-left: 1.5em;
}


article section p {
	font-size: 90%;
	line-height: 160%;
	color: #CCC;
}
article #ticket .message {
	margin-top: 10px;
}
article #ticket2 .message {
	margin-top: 10px;
}

.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}

.column1 h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.column1 p {
	font-size: 83%;
}

.box {
	padding: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #fff;
	margin-bottom: 20px;
}

article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
}

article .box p {
	font-size: 83%;
}

.disc-box {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #8a0000;
	padding-top: 10px;
	margin-bottom: 20px;

}

.disc-box dt {
	float: left;
	width: 8em;
}
.disc-box dt img {
	border: 1px solid #666;
	margin: 0px 0px 10px;
	padding: 0px;
}

.disc-box dd {
	margin-left: 12em;
	font-size: 85%;
	color: #CCC;
	line-height: 1.6;
}
.disc-box dd h2 {
	font-size: 140%;
	font-weight: bolder;
	color: #FFF;
	margin: 0px 0px 5px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.disc-box dd h3 {
	font-weight: bolder;
	color: #FFF;
}


.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 5px;
	background-color: #333;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
	font-size: 120%;
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}
article #ticket #signature {
	font-weight: bolder;
	text-align: right;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 120%;
}
article #ticket2 #signature {
	font-weight: bolder;
	text-align: right;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 120%;
}
.ifra .if33 iframe,.ifra .if50 iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 98% ;
    height: 98% ;
}
.ifra .if100 iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100% ;
    height: 98% ;
}
.ifra{
	width:100%;
	max-width:690px;
}
.ifra .if33{
	width:33%;
	max-width:690px;
	padding:5px;
	box-sizing:border-box;
	float:left;
	    position: relative;
    padding-top: 28.25%;
}
.ifra .if50{
	width:50%;
	max-width:690px;
	padding:5px;
	box-sizing:border-box;
	float:left;
	    position: relative;
    padding-top: 28.25%;
}
.ifra .if100{
	width:100%;
	max-width:690px;
	padding:5px;
	box-sizing:border-box;
	float:left;
	    position: relative;
    padding-top: 57.25%;
}


.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

/* ------ Right Column ------ */

#right-column {
	float: right;
	width: 210px;
	padding-bottom: 20px;
}

#right-column .box {
	margin-bottom: 15px;
	padding: 15 0px 15px;
}

#right-column .box h2 {
	padding: 0px 0;
	font-weight: bold;
	color: #CCC;
}

#right-column .box p {
	font-size: 120%;
	line-height: 160%;
	color: #555;
}

#right-column .box .tel {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #c00;
	text-align: center;
	line-height: 100%;
}

#right-column .btn {
	width: auto;
	height: 30px;
	margin: 10px auto 0;
	border-radius: 5px;
}

#right-column .btn a {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 75%;
}

#right-column .ad {
	margin-bottom: 20px;
	padding: 10px 0 0;
}

#right-column .ad li {
	padding-bottom: 10px;
	text-align: center;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}


/* ------ Footer ------ */

footer {
	width: 100%;
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer-inner p {
	margin: 0px 0px 20px;
	float: right;
	font-size: 67%;
	font-weight: bolder;
	color: #999;
	padding-bottom: 20px;
}


footer nav,
#copyright {
	text-align: center;
	margin-bottom: 10px;
}

footer ul li {
	display: inline-block;

	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #999;
	border-left: solid 1px #ccc;

	*zoom: 1;
	clear: both;
}

footer ul li:first-child {
	border-left: none;
	clear: both;
}

.toktenimg{
	width:50%;
	float:left;
	margin-bottom:40px;
}
.btn.gale {
	width: 320px;
}

.btn.gale a {
	width: 320px;
}
.tsutaya{
	color: #fff;
    text-decoration: none;
    background: url(../images/bg_gradient.png) repeat-x #c00;
    background: -moz-linear-gradient(top, #c00, #900);
    background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
    background: -webkit-linear-gradient(top, #c00, #900);
    background: linear-gradient(to bottom, #c00, #900);
    font-size: 120%;
	    display: block;
    width: 320px;
    height: 40px;
    border-bottom: solid 1px #800;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-text-shadow: 0px -1px 0px #700;
    text-shadow: 0px -1px 0px #700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}


.sponly{
	display: none;
}

.detai{
    padding-left: 7px;
    border-left: 7px solid #ccc;
}


/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

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

	#header-inner {
		width: 90%;
		height: 150px;
	}

	#gnav nav,#mnav nav {
		width: 90%;
	}

	#gnav nav ul li a {
		padding: 8px 15px 6px;
	}

	#mnav nav ul li a {
	    padding: 8px 50px 6px;
	}


	#mainvisual .img {
		/*width: 130%;*/		/* 画像の幅÷980 */
		/*margin-left: -65%;*/	/* -(画像の幅÷980÷2) */
		width:100%;
		margin-left: -50%;
	}

	#contents {
		width: 100%;
	}

	#left-column,#disc-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.column-set {
		width: 105%;
	}

	.column1 {
		width: 29%;
		margin-right: 4.1%;
	}

	#right-column {
	float: none;
	margin: 0 auto;

		*margin: 0 auto 20px;
	overflow: hidden;

		*zoom: 1;
	width: 90%;
	}

	#right-column-inner {
		width: 105%;
	}

	#right-column .box {
	float: left;
	margin-right: 4.1%;
	padding: 0 1.5% 15px;
	width: 42%;
	}

	#right-column .ad {
	padding: 10px 1.5% 0;
	width: 100%;
	}

	#footer-inner {
		width: 100%;
	}
	.contents-title {
	line-height: 140%;
}
	
}



/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

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

	#header-inner {
		position: relative;x
		width: 100%;
	}

	#tagline {
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/*margin-bottom: 20px;*/
	margin-bottom: 0px;
	padding-left: 15px;
	}

	#logo {
		padding: 0 0 15px;
	}

	#logo a {
		margin: 0 auto;
	}

	#gnav nav {
		width: 100%;
	}

	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
	}

	#gnav nav ul li {
		float: left;
		width: 50%;
		*width: 49.9%;
	}

	#gnav nav ul li a {
		display: block;
		padding: 8px 0 6px;
		text-align: center;
		border-left: solid 1px #111;
		border-right: solid 1px #333;
		border-bottom: solid 1px #111;
		border-top: solid 1px #333;
	}

	#mnav-btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 3px 0 2px;
	background-image: url(../images/mnavi_bg.jpg);
	}

	#mnav-btn div {
		width: 50px;
		margin-left: 15px;
		border-bottom: solid 1px #444;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#mnav-btn a {
	display: block;
	height: 34px;
	line-height: 34px;
	color: #ccc;
	font-size: 26px;
	border: solid 1px #111;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #111;
	}

	#mnav-btn a:link,
	#mnav-btn a:visited {
		background: url(../images/bg_gradient.png) repeat-x #416567;
		background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
		background: -webkit-linear-gradient(top, #444, #333);
		background: -o-linear-gradient(top, #444, #333);
		background: linear-gradient(to bottom, #444, #333);
	}
	#mnav-btn a:hover,
	#mnav-btn a:active,
	#mnav-btn a.current {
		background: url(../images/bg_gradient.png) repeat-x #528183;
		background: -moz-linear-gradient(top, #555, #444);
		background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
		background: -webkit-linear-gradient(top, #555, #444);
		background: -o-linear-gradient(top, #555, #444);
		background: linear-gradient(to bottom, #555, #444);
	}

	#mnav {
		position: absolute;
		width: 250px;
		top: 340px;
		left: -250px;
	}

	#mnav nav {
		width: 100%;
		margin-top: 35px;
		border-top: solid 1px #222;
		border-bottom: solid 1px #333;
	}

	#mnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: solid 1px #111;
	}

	#mnav nav ul li {
		float: none;
		width: 100%;
	}

	#mnav nav ul li a {
	display: block;
	padding: 8px 20px 6px;
	font-size: 90%;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #111;
	border-top: solid 1px #333;
	background: url(../images/icon_arrow_01.gif) no-repeat right center;

		*zoom: 1;
	}

	#contents {
		position: relative;
	}
	#mainvisual-arrow .prev{
		left: 3%;
	}
	#mainvisual-arrow .next {
		right: 3%;
	}
	header #header-inner #logo a img {
    margin-top: -8px;
	}
	.column1 {
		width: 45.5%;
		margin-right: 4%;
	}

	footer {
		position: relative;
	}
	.ifra div{
	width:100%;
	max-width:690px;
	padding:0px;
	box-sizing:border-box;
}
	.ifra iframe{
		position:relative;
	}

	.toktenimg{
	width:100%;
	float:none;
	margin-bottom:40px;
}
}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

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

	.box {
	padding: 0;
	}

	#contents-title {
		font-size: 110%;
	}

	.btn {
		width: auto;
	}

	.btn a {
	width: auto;
	font-size: 100%;
	}

	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	.column1 {
		float: none;
		width: 100%;
	}

	.box {
		margin-bottom: 20px;
	}

	.disc-box dt {
		float: none;
		width: auto;
	}

	.disc-box dd {
		margin: 0 0 10px 0;
	}
    
	.disc-box dt img {
	    margin: 0px 10px 10px 0px;
    }

	#right-column {
		*margin-bottom: 0;
	}

	#right-column-inner {
		width: 100%;
	}

	#right-column .box {
	float: none;
	width: auto;
	margin-right: 0;
	padding: 0 0px 20px;
	}

	#right-column .box p {
		font-size: 120%;
	}

	#right-column .box .tel {
		font-size: 150%;
	}

	#right-column .btn {
		height: 40px;
		margin: 10px auto 0;
		border-radius: 7.5px;
		font-size: 90%;
	}

	#right-column .btn a {
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
	}

	#right-column .ad {
		margin-right: 0;
		padding: 10px 10px 0;
	}
.ifra iframe{
	width:100% !important;
}
	.pconly {
	display: none;
}
		.sponly{
			display: block;
		}	
}
