::-moz-selection {
	background: #f7f055;
}

::selection {
	background: #f7f055;
}

a {
	text-decoration: none;
	color: #0072ba;
}

a:hover,
a:active {
	text-decoration: underline;
}

#page {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}

#website-sp-header {
	position: relative;
	display: none;
	padding: 13px 10px 20px;
}

#website-sp-header .logo {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0 10px;
}

#website-sp-header .logo a {
	text-decoration: none;
	color: #333;
}

#website-sp-header .logo span {
	display: block;
}

#sp-nav {
	position: fixed;
	z-index: 4;
	top: 13px;
	right: -250px;
	width: 247px;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	border-bottom: 3px solid #0072ba;
	border-left: 3px solid #0072ba;
	background-color: #fff;
}

#sp-nav .search-box {
	height: 32px;
	padding: 9px 10px;
	background-color: #0072ba;
}

#sp-nav .btn-sp-nav {
	position: absolute;
	top: 0;
	left: -49px;
}

#sp-nav .btn-sp-nav a {
	display: block;
	overflow: hidden;
	width: 49px;
	height: 50px;
	text-indent: -9999px;
}

#sp-nav.is-open {
	-webkit-transform: translate(-250px, 0);
	-ms-transform: translate(-250px, 0);
	transform: translate(-250px, 0);
}

#sp-nav.is-open .btn-sp-nav a {
	background: url('../images/common/bg_btn_spnavi_close.png?1417128050') 0 0 no-repeat;
	background-size: cover;
}

#sp-nav.is-close {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

#sp-nav.is-close .btn-sp-nav a {
	background: url('../images/common/bg_btn_spnavi.png?1416850320') 0 0 no-repeat;
	background-size: cover;
}

#sp-nav .global {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
}

#sp-nav .global ul {
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
}

#sp-nav .global ul li {
	border-bottom: 1px solid #999;
}

#sp-nav .global ul li a {
	font-weight: bold;
	position: relative;
	display: block;
	padding: 13px 20px 13px 10px;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

#sp-nav .global ul li a.hover {
	background-color: #e3f1f6;
}

#sp-nav .global ul li a:after {
	font-family: 'koideicon';
	font-size: 8px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	content: '\e601';
	color: #999;
}

#sp-nav .header-links {
	font-size: 10px;
	font-size: 1rem;
}

#sp-nav .header-links ul li {
	border-top: 1px solid #e7e7e7;
}

#sp-nav .header-links ul li:first-child {
	border-top: none;
}

#sp-nav .header-links ul li a {
	font-weight: bold;
	position: relative;
	display: block;
	padding: 11px 20px 11px 10px;
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}

#sp-nav .header-links ul li a.hover {
	background-color: #e3f1f6;
}

#sp-nav .header-links ul li a:after {
	font-family: 'koideicon';
	font-size: 8px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	content: '\e601';
	color: #999;
}

#website-header {
	position: relative;
	width: 100%;
	padding: 40px 0 0;
	background: url('../images/common/bg_website_header.gif?1415617342') 0 0 repeat-x;
}

#website-header .website-header-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#website-header .search-box {
	position: absolute;
	z-index: 2;
	top: 7px;
	right: 0;
}

#website-header .search-box form.is-search-open .search-field {
	width: 181px;
}

#website-header .search-box form.is-search-open button {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

#website-header .search-box .search-field {
	font-size: 12px;
	font-size: 1.2rem;
	width: 0;
	height: 28px;
	margin: 0;
	padding: 0 14px;
	-webkit-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
	border: none;
	border-radius: 16px;
	outline: none;
	background-color: #f9f9f9;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#website-header .search-box button {
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	border: none;
	outline: none;
	background: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#website-header .header-links {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	width: 100%;
	height: 40px;
	margin: -40px 0 22px;
	text-align: right;
}

#website-header .header-links .header-links-inner {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

#website-header .header-links .header-links-inner ul {
	display: inline-block;
	margin: 0 242px 0 0;
}

#website-header .header-links .header-links-inner ul li {
	line-height: 40px;
	float: left;
	margin: 0 0 0 28px;
}

#website-header .header-links .header-links-inner ul li a {
	color: #fff;
}

#website-header .header-links .header-links-inner ul li a:link,
#website-header .header-links .header-links-inner ul li a:visited {
	text-decoration: none;
}

#website-header .header-links .header-links-inner ul li a:hover,
#website-header .header-links .header-links-inner ul li a:active {
	text-decoration: underline;
}

#website-header .logo {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	margin: 0 0 17px;
	text-align: center;
}

#website-header .logo a {
	text-decoration: none;
	color: #333;
}

#website-header .logo span {
	line-height: 1;
	position: relative;
	top: 2px;
	margin: 0 25px 0 0;
	letter-spacing: 2px;
}

#website-header .logo img {
	vertical-align: middle;
}

.sticky-wrapper {
	margin: 0 0 28px;
}

#global-nav {
	position: relative;
	z-index: 4;
	width: 100%;
	margin: 0 0 28px;
	padding: 0 0 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url('../images/common/bg_gnav.png?1415975792') 0 0 repeat;
}

#global-nav.stuck {
	position: fixed;
	z-index: 4;
	top: 0;
}

#global-nav:before {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	border-bottom: 1px solid #999;
}

#global-nav:after {
	position: absolute;
	bottom: 2px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	border-bottom: 1px solid #999;
}

#global-nav > ul {
	position: relative;
	width: 960px;
	height: 46px;
	margin: 0 auto;
	*zoom: 1;
}

#global-nav > ul:after {
	display: block;
	clear: both;
	content: '';
}

#global-nav > ul > li {
	float: left;
}

#global-nav > ul > li > a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 13px 0;
	text-align: center;
	text-decoration: none;
	color: #0072ba;
}

#global-nav > ul > li > a span {
	display: inline-block;
	padding: 4px 13px 2px;
	-webkit-transition: background-position .3s ease-out;
	transition: background-position .3s ease-out;
	background: url('../images/common/bg_gnav_hl.gif?1415682092') -200px 0 no-repeat;
}

#global-nav > ul > li > a:hover span,
#global-nav > ul > li > a:active span {
	background-position: 0 0;
}

#global-nav > ul > li.current > a span {
	background-position: 0 0;
}

#global-nav > ul > li.home {
	width: 100px;
}

#global-nav > ul > li.events {
	width: 175px;
}

#global-nav > ul > li.shops {
	width: 152px;
}

#global-nav > ul > li.shops .sub {
	position: absolute;
	z-index: 1;
	left: 0;
	display: none;
	width: 924px;
	margin: 1px -10px 0;
	padding: 19px 28px 9px;
	border: 1px solid #999;
	background-color: #fff;
}

#global-nav > ul > li.shops .sub .sub-nav-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 18px;
	padding: 0 0 3px;
	border-bottom: 1px solid #999;
}

#global-nav > ul > li.shops .sub .sub-nav-bd {
	font-size: 13px;
	font-size: 1.3rem;
}

#global-nav > ul > li.shops .sub .sub-nav-bd .shop-area-list {
	*zoom: 1;
}

#global-nav > ul > li.shops .sub .sub-nav-bd .shop-area-list:after {
	display: block;
	clear: both;
	content: '';
}

#global-nav > ul > li.shops .sub .sub-nav-bd .shop-area-list li {
	position: relative;
	float: left;
	width: 132px;
	margin: 0 0 10px;
	padding: 0 10px 0 12px;
}

#global-nav > ul > li.shops .sub .sub-nav-bd .shop-area-list li:before {
	position: absolute;
	top: .2em;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 12px;
	content: '';
}

.dpr1 #global-nav > ul > li.shops .sub .sub-nav-bd .shop-area-list li:before {
	background-image: url('../images/sprites/1x-scd5dc34527.png');
	background-position: -17px -82px;
}

.dpr2 #global-nav > ul > li.shops .sub .sub-nav-bd .shop-area-list li:before {
	background-image: url('../images/sprites/2x-sa5fc8bf0de.png');
	background-position: -17px -82px;
	background-size: 30px;
}

#global-nav > ul > li.shops .sub .sub-nav-bd .shop-area-list li:nth-child(6n+1) {
	clear: both;
}

#global-nav > ul > li.shops:hover .sub {
	display: block;
}

#global-nav > ul > li.shops:hover > a {
	position: relative;
	z-index: 2;
	top: 2px;
	padding: 10px 0 16px;
	border: 1px solid #999;
	border-bottom: none;
	background-color: #fff;
}

#global-nav > ul > li.shops:hover > a span {
	background-position: 0 0;
}

#global-nav > ul > li.photo {
	width: 146px;
}

#global-nav > ul > li.menu {
	width: 209px;
}

#global-nav > ul > li.order {
	width: 178px;
}

#global-nav > ul > li.order .sub {
	position: absolute;
	z-index: 2;
	left: 0;
	display: none;
	width: 924px;
	margin: 1px -10px 0;
	padding: 19px 28px;
	border: 1px solid #999;
	background-color: #fff;
	*zoom: 1;
}

#global-nav > ul > li.order .sub:after {
	display: block;
	clear: both;
	content: '';
}

#global-nav > ul > li.order .sub .sub-nav-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 18px;
	padding: 0 0 3px;
	border-bottom: 1px solid #999;
}

#global-nav > ul > li.order .sub .sub-nav-title a {
	color: #333;
}

#global-nav > ul > li.order .sub .sub-nav-title a[target='_blank']:after,
#global-nav > ul > li.order .sub .sub-nav-title span.new-window:after {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 8px;
	content: '';
	vertical-align: middle;
}

.dpr1 #global-nav > ul > li.order .sub .sub-nav-title a[target='_blank']:after,
.dpr1 #global-nav > ul > li.order .sub .sub-nav-title span.new-window:after {
	background-image: url('../images/sprites/1x-scd5dc34527.png');
	background-position: -17px 0;
}

.dpr2 #global-nav > ul > li.order .sub .sub-nav-title a[target='_blank']:after,
.dpr2 #global-nav > ul > li.order .sub .sub-nav-title span.new-window:after {
	background-image: url('../images/sprites/2x-sa5fc8bf0de.png');
	background-position: -17px 0;
	background-size: 30px;
}

#global-nav > ul > li.order .sub .order {
	font-size: 13px;
	font-size: 1.3rem;
}

#global-nav > ul > li.order .sub .order ul li {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 13px;
}

#global-nav > ul > li.order .sub .order ul li:before {
	position: absolute;
	top: .25em;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 12px;
	margin: 0 4px 0 0;
	content: '';
}

.dpr1 #global-nav > ul > li.order .sub .order ul li:before {
	background-image: url('../images/sprites/1x-scd5dc34527.png');
	background-position: -17px -82px;
}

.dpr2 #global-nav > ul > li.order .sub .order ul li:before {
	background-image: url('../images/sprites/2x-sa5fc8bf0de.png');
	background-position: -17px -82px;
	background-size: 30px;
}

#global-nav > ul > li.order .sub .order ul li a:hover,
#global-nav > ul > li.order .sub .order ul li a:active {
	text-decoration: underline;
}

#global-nav > ul > li.order .sub .order.internet {
	float: left;
	width: 450px;
	margin: 0 20px 0 0;
}

#global-nav > ul > li.order .sub .order.internet ul li {
	float: left;
	width: 183px;
	padding-right: 0;
}

#global-nav > ul > li.order .sub .order.internet ul li:nth-child(odd) {
	width: 217px;
	padding-right: 12px;
}

#global-nav > ul > li.order .sub .order.pc {
	float: left;
	width: 211px;
	margin: 0 29px 0 0;
}

#global-nav > ul > li.order .sub .order.smp-app {
	float: left;
	width: 211px;
}

#global-nav > ul > li.order:hover .sub {
	display: block;
}

#global-nav > ul > li.order:hover > a {
	position: relative;
	z-index: 3;
	top: 2px;
	padding: 10px 0 16px;
	border: 1px solid #999;
	border-bottom: none;
	background-color: #fff;
}

#global-nav > ul > li.order:hover > a span {
	background-position: 0 0;
}

#content {
	width: 100%;
	padding: 0 0 45px;
}

#content .content-single-column,
#content .content-double-column {
	width: 960px;
	margin: 0 auto;
}

#content .pagetop {
	display: none;
	width: 100%;
	min-width: 960px;
	max-width: 1260px;
	height: 0;
	margin: 0 auto;
}

#content .pagetop.stuck {
	position: fixed;
	z-index: 4;
	right: 0;
	bottom: 47px;
	left: 0;
}

#content .pagetop a {
	float: right;
	width: 54px;
	height: 33px;
	margin-top: -23px;
	padding: 9px 8px;
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	text-align: center;
	text-indent: -9999em;
	border: 2px solid #fff;
	border-radius: 5px;
	outline: none;
	background: url('../images/common/btn_page_top.png?1415810803') 50% 50% no-repeat;
	background-color: #f0f0f0;
}

#content .pagetop a:hover,
#content .pagetop a:active {
	background: url('../images/common/btn_page_top_ov.png?1415975258') 50% 50% no-repeat;
	background-color: #0072ba;
}

#website-footer {
	padding: 0 0 20px;
}

#website-footer .footer-links {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	margin: 0 0 25px;
	padding: 15px 0 20px;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#website-footer .footer-links ul {
	display: inline-block;
	vertical-align: top;
	*zoom: 1;
}

#website-footer .footer-links ul:after {
	display: block;
	clear: both;
	content: '';
}

#website-footer .footer-links ul li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
	float: left;
	padding: 0 10px;
}

#website-footer .footer-links ul li:first-child {
	border-left: none;
}

#website-footer .footer-links ul li a {
	color: #333;
}

#website-footer .footer-links ul li a:link,
#website-footer .footer-links ul li a:visited {
	text-decoration: none;
}

#website-footer .footer-links ul li a:hover,
#website-footer .footer-links ul li a:active {
	text-decoration: underline;
}

#website-footer .footer-links:before {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	border-bottom: 1px solid #999;
}

#website-footer .footer-links:after {
	position: absolute;
	bottom: 2px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	border-bottom: 1px solid #999;
}

#website-footer .social-stuff {
	position: relative;
	width: 960px;
	margin: 0 auto 22px;
	text-align: center;
	*zoom: 1;
}

#website-footer .social-stuff:after {
	display: block;
	clear: both;
	content: '';
}

#website-footer .social-stuff ul {
	position: relative;
	display: inline-block;
}

#website-footer .social-stuff ul li {
	display: inline-block;
	margin: 0 6px;
	vertical-align: top;
}

#website-footer .social-stuff ul li iframe {
	vertical-align: top;
}

#website-footer .social-stuff ul li.tw-tweet {
	width: 92px;
}

#website-footer .copyright {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 44px 0 0;
	text-align: center;
	background: url('../images/common/footer_logo.png?1415628668') 50% 0 no-repeat;
}

#___gcse_0 .gsc-control-searchbox-only {
	padding: 0;
	border: none;
	background-color: transparent;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools {
	width: auto !important;
	text-align: right;
	border: none;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box {
	width: 227px;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input {
	padding: 0;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box {
	position: relative;
	height: 22px;
	padding: 5px 0 5px 10px;
	vertical-align: top;
	color: #fff;
	border: none;
	border: none;
	border-radius: 17px 0 0 17px;
	outline: none;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box.gsc-input-box-focus {
	border: none;
	box-shadow: none;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_a {
	height: 22px;
	padding: 0;
	vertical-align: top;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_a input {
	font-size: 13px;
	font-size: 1.3rem;
	height: 22px !important;
	margin: 0 !important;
	vertical-align: top;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_b {
	line-height: 0;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_b .gsst_a {
	padding-top: 0;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_b .gsst_a .gscb_a {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box td.gsc-search-button {
	width: 27px;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box td.gsc-search-button input.gsc-search-button {
	position: relative;
	width: 0;
	min-width: 0;
	height: 0;
	margin: 0;
	padding: 16px;
	text-align: center;
	vertical-align: top;
	color: #0072ba;
	border: none;
	border-radius: 0 100% 100% 0;
	background: #fff url('../images/common/icon_magnifier.png?1416854861') 50% 50% no-repeat;
	background-size: 16px 17px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#___gcse_0 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box td.gsc-search-button input.gsc-search-button:focus {
	outline: none;
	box-shadow: none;
}

#___gcse_1 {
	overflow: hidden;
	width: 275px;
}

#___gcse_1 .gsc-control-searchbox-only {
	float: right;
	padding: 0;
	border: none;
	background-color: transparent;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools {
	width: auto !important;
	border: none;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools.is-search-open table.gsc-search-box {
	border-radius: 15px;
	background-color: #fff;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools.is-search-open table.gsc-search-box .gsc-input .gsc-input-box {
	width: 175px;
	padding: 3px 0 3px 10px;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools.is-search-open table.gsc-search-box td.gsc-search-button {
	border-radius: 0 100% 100% 0;
	background-color: #fff;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools.is-search-open table.gsc-search-box td.gsc-search-button input.gsc-search-button {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	border-radius: 100%;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input {
	padding: 0;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 22px;
	-webkit-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
	vertical-align: top;
	color: #fff;
	border: none;
	border-radius: 17px 0 0 17px;
	outline: none;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box.gsc-input-box-focus {
	border: none;
	box-shadow: none;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_a {
	height: 22px;
	padding: 0;
	vertical-align: top;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_a input {
	font-size: 13px;
	font-size: 1.3rem;
	height: 22px !important;
	margin: 0 !important;
	vertical-align: top;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_b {
	line-height: 0;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_b .gsst_a {
	padding-top: 0;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box .gsc-input .gsc-input-box .gsib_b .gsst_a .gscb_a {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box td.gsc-search-button {
	width: 27px;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box td.gsc-search-button input.gsc-search-button {
	position: relative;
	width: 0;
	min-width: 0;
	height: 0;
	margin: 0;
	padding: 14px;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	text-align: center;
	vertical-align: top;
	color: #0072ba;
	border: none;
	border-radius: 100%;
	background: #fff url('../images/common/icon_search.png?1415632745') 50% 50% no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#___gcse_1 .gsc-control-searchbox-only form.gsc-search-box-tools table.gsc-search-box td.gsc-search-button input.gsc-search-button:focus {
	outline: none;
	box-shadow: none;
}

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

#page {
	overflow: hidden;
	min-width: 320px;
}

#website-sp-header {
	display: block;
	margin: 0 0 20px;
	border-bottom: 1px solid #999;
}

#website-sp-header:before {
	position: absolute;
	bottom: 2px;
	left: 0;
	display: block;
	width: 100%;
	content: '';
	border-bottom: 1px solid #999;
}

#website-sp-header:after {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width: 100%;
	content: '';
	border-bottom: 1px solid #999;
}

#website-header {
	display: none;
}

#global-nav {
	display: none;
}

#content {
	box-sizing: border-box;
	padding: 0 10px;
}

#content .content-single-column,
#content .content-double-column {
	width: 100%;
}

#content .pagetop {
	display: block;
	min-width: 0;
	height: auto;
}

#content .pagetop.stuck {
	position: static;
}

#content .pagetop a {
	display: block;
	float: none;
	width: auto;
	height: 38px;
	margin: 0 -10px;
	padding: 9px 0 13px;
	text-align: center;
	border: none;
	border-radius: 0;
	background: url('../images/common/btn_page_top_sp.png?1417133433') 50% 50% no-repeat;
	background-color: #e5f1f8;
	background-size: 60px auto;
}

#content .pagetop a:hover,
#content .pagetop a:active {
	background: url('../images/common/btn_page_top_sp.png?1417133433') 50% 50% no-repeat;
	background-color: #e5f1f8;
	background-size: 60px auto;
}

#website-footer .footer-links {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-top: none;
}

#website-footer .footer-links ul {
	font-size: 0;
	position: relative;
	display: block;
	text-align: left;
}

#website-footer .footer-links ul:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #999;
}

#website-footer .footer-links ul li {
	line-height: 1.2;
	position: relative;
	display: table;
	box-sizing: border-box;
	width: 50%;
	padding: 0;
	vertical-align: top;
	border-top: 1px solid #999;
}

#website-footer .footer-links ul li:nth-child(odd) {
	border-left: none;
}

#website-footer .footer-links ul li a {
	display: table-cell;
	height: 50px;
	padding: 0 20px 0 14px;
	vertical-align: middle;
}

#website-footer .footer-links ul li a:hover,
#website-footer .footer-links ul li a:active {
	text-decoration: none;
}

#website-footer .footer-links ul li a:after {
	font-family: 'koideicon';
	font-size: 9px;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -5px;
	content: '\e601';
	color: #999;
}

#website-footer .social-stuff {
	width: 100%;
	margin-bottom: 20px;
}

#website-footer .copyright {
	width: 100%;
	padding: 52px 0 0;
	background: url('../images/common/footer_logo@2x.png?1416770918') 50% 0 no-repeat;
	background-size: 191px 32.5px;
}

}

