
/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-size:100%;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;

	vertical-align:baseline;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:;
	color:#000000;
	background:#fffff;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;

}
body{
	margin:0;
	padding:0;
}
a, a:visited {
	color:#555;
	text-decoration:none;
}

a:hover{
	color:#0000ff;
	text-decoration:underline;
}
a:hover img{
        position:relative;
	top:1px;
	left:1px;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
.space{
	margin:100px 0;
}

/*===================*/
/*=== フォントパターン  ===*/
/*===================*/
h1{
	color:#990000;
	width:100%;
	height:48px;
	margin-top:48px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

h2 {
	font-size:150%;
	margin: 20px 0;
	position: relative;
	text-align: center;
	z-index: 2;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

h2 span {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}

h2:after {
	border-top: 2px solid #333;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
}

.catchcopy{
	float:right;
	font-style:italic;
	font-size:100%;
	color:#830000;
	margin-top:52px;
}
.catchcopy_bnr{
	float:right;
	font-style:italic;
	font-size:100%;
	color:#830000;
}

.futoji{
	font-weight:bold;
}
.smalltext{
	font-size:60%;
}
/*===================*/
/*=== 長期休暇用 ===*/
/*===================*/
#kyuka{
	font-size:150%;
	width:950px;
	margin:0 auto;
	text-align:center;
	padding:12px 0;
}


/*===================*/
/*=== レイアウト ===*/
/*===================*/
#headcontent{
	top:12px;
	position:relative;
	width:1200px;
	margin:0 auto;
}
.oshirase{
	text-align:right;
	width:950px;
	padding:4px 0 0 0;
	margin-bottom:12px;
	font-size:20px;
	/*background-image:url(../image/sozai/ico_bar4_23.gif);*/
	background-repeat:no-repeat;
	background-position:720px 10px;
	font-family:arial,helvetica,sans-serif;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
#header{
	top:28px;
	position:relative;
	width:100%;
	height:48px;
	margin:0 auto;
	background-color:#000000;
}

#headmenu{
	width:950px;
	height:auto;
	margin:0 auto;
	position:relative;
	top:44px;
}
#maincontent{
	width:950px;
	height:auto;
	margin:0 auto;
	margin-top:120px;
	margin-bottom:120px;
}
#maincontent_1{
	width:950px;
	height:auto;
	margin:0 auto;
}
#footer{
	width:950px;
	margin:0 auto;
}


/*===================*/
/*=== ヘッダー ===*/
/*===================*/
#event_bnr{
	top:0;
	position:relative;
	width:950px;
	height:auto;
	margin:0 auto;
	padding-bottom:24px;
	text-align:center;
}
.tell{
	color:#555;
	float:left;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:0px;
	font-family:arial,helvetica,sans-serif;
}
.tellmark{
	color:#555;
	background-image:url(../../g-station/img/ico-phone.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:14px;
	font-family:arial,helvetica,sans-serif;
}
.headsubmenu{
	color:#555;
	font-size:75%;
	text-align:right;
	position:relative;
}
.yokoobi{
	width:950px;
	margin:0 auto;
	position:relative;
	height:48px;
}
.logo{
	top:0px;
	left:0;
	position:absolute;
	width: 260px;
	height:48px;
	z-index: 2;
}

/*===================*/
/*=== 検索ボックス ===*/
/*===================*/

.search-box{
	top:8px;
	right:0px;
	position:absolute;
	width: 950px;
	height: 40px;
	float:right;
	text-align:center;
	
}
.search-box form{
	margin-right:-5px;
}
.search-box .sh_text input{
	border:1;
	width:270px;
	height:20px;
}
.search-box .sh_bt input{
	width:40px;
	height:40px;
	padding-bottom:8px;
	margin:0;
	background: url(../../g-station/img/search.png) no-repeat;
	overflow:hidden;
	border-width: 0px;
	cursor: pointer;
	text-indent:150%;
	white-space:nowrap;
}
/*===================*/
/*=== ヘッダーナビゲーションメニュー ===*/
/*===================*/
.dropmenu{
	position: relative;
	list-style-type: none;
	width: 950px;
	height: 40px;
	margin-bottom:-5px;
	padding: 0;
	z-index:999999;
	float:left;
}
.dropmenu li{
	width: 11.1%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li a{
	display: block;
	margin: 0;
	padding: 0px 0 11px;
	color: #555;
	font-size: 13px;
	font-weight: nomal;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
.dropmenu li ul li{
	overflow: hidden;
	width: 950px;
	height: 0;
	color: #fff;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
.dropmenu li ul li a{
	padding: 13px 15px;
	background: #ffffff;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color:#555;
}
.dropmenu li:hover > a{
	background: #fff;
	color:#990000;
}
.dropmenu li ul li:hover > a{
	background: #f6f6f6;
	color:#990000;
}
.dropmenu > li:hover > a{
	border-radius: 3px 3px 0 0;
}
.dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-bottom: 1px dotted #ccc;
}
.dropmenu li:hover ul li:first-child{
	border-top: 0;
}
.dropmenu li:hover ul li:last-child{
	border-bottom: 1px dotted #ccc;
}
.dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}

/*===================*/
/*=== スライダー ===*/
/*===================*/
#ei-slider{
	top:24px;
	position:relative;
	width:100%;
}

.ei-slider-thumbs{
	display: none;
}
.ei-slider-large li{
	position: relative;
}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1980px;
	height: 560px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	top: 30%;
	left:18%;
	position:absolute;
}
.ei-title h3{
	font-size: 240%;
	text-align: left;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	color: #990000;

}

.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
	list-style-type: none;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h3, .ei-title h4{
		text-align: center;
	}
	.ei-title h3{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h4{
		font-size: 30px;
		line-height: 40px;
	}
}
/*===================*/
/*=== メインアイテム  ===*/
/*===================*/
.mainitem{
	width:950px;
	height:auto;
	margin-bottom:42px;
}
.mainitem li{
	display: inline-block;
}
.mainitem li.centerleft{
	padding:0 3px 0 6px;
}
.mainitem li.centerright{
	padding:0 6px 0 3px;
}
.mainitem li a img{
	width:230px;
}
.mainitem li p.itemname{
	color:#333;
	width:180px;
	height:24px;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 60%;
	padding:6px 0 0 22px;
	margin-top:6px;
}

.mainitem li p.itemprice{
	width:180px;
	height:24px;
	font-weight:bolder;
	color:#ff0066;
	font-size:90%;
	text-align:right;
}
/*===================*/
/*=== サブアイテム  ===*/
/*===================*/
.subitem{
	width:500px;
	height:auto;
	margin-bottom:42px;
	margin:0 auto;
}
.subitem li{
	display: inline-block;
}
.subitem li.centerleft{
	padding:0 3px 0 6px;
}
.subitem li.centerright{
	padding:0 6px 0 3px;
}
.subitem li a img{
	width:230px;
}
.subitem li p.itemname{
	color:#333;
	width:180px;
	height:24px;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 60%;
	padding:6px 0 0 22px;
	margin-top:6px;
}

.subitem li p.itemprice{
	width:180px;
	height:24px;
	font-weight:bolder;
	color:#ff0066;
	font-size:90%;
	text-align:right;
}
/*===================*/
/*=== メインバナー  ===*/
/*===================*/
.mainbnr{
	width:950px;
	height:auto;
}
.mainbnr1{
	width:950px;
	margin-bottom:36px;
}
.mainbnr1 li{
	display: inline-block;
}
.mainbnr1 li a img{
	width:470px;
}
.mainbnr2{
	width:950px;
}
.mainbnr2 li{
	display: inline-block;
}
.mainbnr2 li a img{
	width:470px;
}
.mainbnr_right{
	padding-left:6px;
}

/*===================*/
/*=== ニューアイテム  ===*/
/*===================*/
.newitemranking{
	width:950px;
	height:auto;
	margin-top:60px;
}
.newitembox,.newitembox_2{
	width:300px;
	float:left;
}
.newitembox_2{
	padding:0 25px;
}
.newitemranking img{
	width:300px;
}
p.newitem{
	color:#333;
	width:300px;
	height:24px;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 100%;
	padding:6px 0 0 0;
	margin-top:6px;
	text-align:left;
}
p.newitemprice{
	width:300px;
	height:24px;
	font-weight:bolder;
	color:#ff0066;
	font-size:90%;
	text-align:right;
}
.series_btn{
	width:950px;
}
.series_btn a img{
	float:right;
	width:160px;
	margin-top:24px;
}

/*===================*/
/*=== アイテムランキング  ===*/
/*===================*/
.itemranking{
	width:950px;
	height:auto;
	margin-top:60px;
}
.itembox,.itembox_2{
	width:180px;
	float:left;
}
.itembox_2{
	padding:0 12.5px;
}
.itemranking img{
	width:180px;
}
p.rank1,p.rank2,p.rank3,p.rank4,p.rank5{
	color:#333;
	width:180px;
	height:24px;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 60%;
	padding:6px 0 0 22px;
	margin-top:6px;
}
p.rank1{
	background-image:url(../../g-station/images/etc/rank1.gif);
	background-repeat:no-repeat;
}
p.rank2{
	background-image:url(../../g-station/images/etc/rank2.gif);
	background-repeat:no-repeat;
}
p.rank3{
	background-image:url(../../g-station/images/etc/rank3.gif);
	background-repeat:no-repeat;
}
p.rank4{
	background-image:url(../../g-station/images/etc/rank4.gif);
	background-repeat:no-repeat;
}
p.rank5{
	background-image:url(../../g-station/images/etc/rank5.gif);
	background-repeat:no-repeat;
}
p.itemprice{
	width:180px;
	height:24px;
	font-weight:bolder;
	color:#ff0066;
	font-size:90%;
	text-align:right;
}

/*===================*/
/*=== アイテムスライダー ===*/
/*===================*/

.mi-slider {
	position: relative;
	height: 490px;
	top:-60px;
}

.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 140px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}

.no-js .mi-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}

.mi-slider ul.mi-current {
	pointer-events: auto;
}

.mi-slider ul li {
	display: inline-block;
	padding: 20px;
	width: 20%;
	max-width: 300px;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
	display: block;
	margin: 0 auto;
}

.mi-slider ul li a {
	outline: none;
	cursor: pointer;
}

.mi-slider ul li img {
	max-width: 100%;
	border: none;
}

.mi-slider ul li.seemore{
	display: inline-block;
	font-size:60%;
	width: 20%;
	max-width: 300px;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.mi-slider ul li h5 {
	display: inline-block;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 60%;
	padding: 20px 0px 0;
}

.mi-slider ul li:hover {
	opacity: 0.7;
} 

.mi-slider nav {
	position: relative;
	top: 400px;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	border-top: 5px solid #333;
}

.no-js nav {
	display: none;
}

.mi-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 40px 30px 30px 34px;
	position: relative;
	color: #888;
	font-size: 75%;
	outline: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
	content: '';
	position: absolute;
	top: -5px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
	border-color: transparent;
	border-top-color: #333;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;
}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); transform: translateX(600%); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
}

.mi-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
	.mi-slider nav {
		max-width: 90%;
	}
	.mi-slider nav a {
		font-size: 12px;
		padding: 40px 10px 30px 14px;
	}
}

@media screen and (max-width: 740px){
	.mi-slider {
		height: 300px;
	}
	.mi-slider nav {
		top: 220px;
	}
}

@media screen and (max-width: 490px){ 
	.mi-slider {
		text-align: center;
		height: auto;
	}

	.mi-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	.mi-slider ul li {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	.mi-slider nav {
		display: none;
	}
}
/*===================*/
/*=== フッター ===*/
/*===================*/
.arrow_r{
	background-image: url(../../g-station/img/ico_arrow_wr_b.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#footer{
	width:950px;
	margin:0 auto;
	height:auto;
	border-top: 2px #333 solid;
}
#footer p{
	text-align:center;
	bottom:0px;
	position:relative;
}

#footer li a{
	display: block;
}

#footer li img{
	width: 85px;
	margin: 10px 17px;
	text-align: center !important;
}

#footer .footerWrap01{
	width: 100%;
}

#footer .boxWrap{
	margin: 0 auto;
	width: 950px;
	padding: 30px 0;
	overflow: hidden;
}

#footer div.box01{
	width: 200px;
	float: left;
	background-color: #fff;
	margin-right: 25px;
	height: 300px;
	padding: 0;
}

#footer div.box02{
	width: 700px;
	float: left;
	background-color: #fff;
	margin-right: 25px;
	/*height: 320px;*/
}


#footer .midashi01{
	padding: 0 0 5px 0;
	font-size: 1.2em;
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #CCC;
}

#footer .footerGuide dt{
	font-size: 12px;
	margin-bottom: 10px;
}

#footer .footerGuide dd{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #666666;
}


#footer .footerSupport dt{
	font-size: 15px;
	margin: 10x 0 0;
}

#footer .footerSupport dt.midashi02,
#footer .footerGuide dt.midashi02{
	border-left: 5px #CCC solid;
	padding: 0 0 0 5px;
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}


#footer .footerGuide .floatList{
	float: right;
	width: 100px;
}


#footer .footerSupport dt img{
	margin-bottom:10px;
}

#footer .footerSupport dd{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 5px;
	color: #666666;
}

#footer .footerSupport dd.text01{
	font-size: 15px;
	line-height: 1.3em;
}


#footer{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 50px;
	font-size: 11px;
	line-height: 1.4em;
	color: #666666;
}



#footer .footerCopy li:after:last-child{
	color: #FFFFFF !important;
}


#footer .footerCopyRight{
	float: left;
	width: 290px;
	margin: 0 auto;
	padding: 15px 10px 50px 0;
	font-size: 11px;
	line-height: 1.4em;
	color: #666666;
}


	
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}











