@charset "UTF-8";
body {
	width: 100%;
	font-size: 100%;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

a {
	text-decoration: none;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #000;
}
a:hover, a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
a.nolink {
	cursor: none;
	pointer-events : none;
}
#unified_wrapper {
	margin: 0 auto;
	width: 100%;
}

.font_u{ font-family: "Ubuntu Condensed", sans-serif; }

.hide{display:none;}

.commingsoon{opacity:0.6;
background: #000;}

.fleft{float:left;}
.fright{float:right;}

.mg_b00{margin-bottom:0;}



/* IE10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#searchBox_wrap .searchBox input[type="text"]{
     background-color: #e1e4ea!important;
}
}

/*IE11*/
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, #searchBox_wrap .searchBox input[type="text"] {
     background-color: #e1e4ea!important;
}
}



/*===============================
sp
===============================*/
@media only screen and (max-width: 736px) {
*{-webkit-appearance: none;}
	
body {
	min-width: 320px;
}
body.locked {
	position: fixed;
	width: 100%;
	height: 100%;
}
.spNone {
	display: none;
}
#unified_wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
	
/* drawer
------------------------------ */		
	
.drawerlayer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
.drawer-hamburger, .drawer-hamburger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.drawerBtn{
	display:block;
	width: 46px;
	height: 40px;
	margin-top: 20px;
		
	}	
	
.drawer-hamburger {
	left: 0!important;
	top: 30px !important;
	width: 46px !important;
	height: 40px;
	border-right: 1px solid #242424;
	position: fixed;
	z-index: 5500;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	background-color: transparent;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.drawer-hamburger span {
	position: absolute;
	left: 0;
	width: 60%;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
}
.drawer-hamburger span:nth-of-type(1) {
	top: 10px;
	left: 8px;
}
.drawer-hamburger span:nth-of-type(2) {
	top: 19px;
	left: 8px;
}
.drawer-hamburger span:nth-of-type(3) {
	top: 28px;
	left: 8px;
}
#unified_wrapper.act .drawer-hamburger span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
#unified_wrapper.act .drawer-hamburger span:nth-of-type(2) {
	opacity: 0;
}
#unified_wrapper.act .drawer-hamburger span:nth-of-type(3) {
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#unified_wrapper.act .drawer-hamburger {
	background: url(../../img/common/bg_gNav_blue.png) repeat-x;
	border-right: 1px solid #19696a;
}
#naviWrap_sp {
	position: fixed;
	width: 225px;
	height: 100%;
	padding-top: 70px;
	top: 0;
	left: -225px;
	z-index: 1000;
	overflow: auto;
	box-sizing: border-box;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}
#unified_wrapper.act #naviWrap_sp {
	left: 0;
}
#naviWrap_sp ul.menuList_sp {
	width: 100%;
	height: 100%;
	background: #484848;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin-top: 20px;
}
#naviWrap_sp ul.menuList_sp li {
	background-color: #484848;
	display: block;
	width: 100%;
	float: none;
}
#naviWrap_sp ul.menuList_sp li a {
	color: #fff;
}
#naviWrap_sp .menuList_sp li a {
	display:block;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #484848;
}
#naviWrap_sp .menuList_sp .subMenu_acc a {
	background: url(../../img/common/sp/icon_open.png) no-repeat 90% center #484848;
	background-size: 18px auto;
	-webkit-transition: none;
	transition: none;
	display: block;
	color: #fff;
}
#naviWrap_sp .menuList_sp .subMenu_acc.active a {
	background: url(../../img/common/sp/icon_close.png) no-repeat 90% center #484848;
	background-size: 18px auto;
	-webkit-transition: none;
	transition: none;
	display: block;
}
/* subMenu*/
	
.subMenu_ul {
	display: none;
}
.subMenu_ul li a {
	background-color: #6d6d6d !important;
	background-image: none !important;
	padding: 1em 1em 1em 2em;
	box-sizing: border-box;
	display: block;
}
	
/* header
------------------------------ */		
#unified_header {
	width: 100%;
	/*height: 80px;*/
	position: fixed;
	top: 0;
	background: #fff;
	text-align: left;
	z-index: 5000;
}
#unified_header .spNav .headerInner {
	height: 40px;
	padding: 10px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
#unified_header .spNav .headerInner h1 {
	width:60%;
	max-width: 126px;
	float: left;
	margin: 0 5px;
}
#unified_header .spNav .headerInner h1 img {
	width: 100%;
}
	
/* nav_sns
------------------------------ */
.nav_sns{position:absolute; top:12px; right:7em;}
.btn_sns{overflow: hidden; height:25px;}
.btn_sns li{float:left; margin-right:10px;}
.btn_sns li:last-child{margin-right:0;}
.btn_sns li img{width:25px; height:25px;}
	
/* lang
------------------------------ */
.headerInner .header_lang{position:absolute; top:17px; right:5px; display: inline-block; vertical-align: middle; color: #d9d9d9; font-size: 10px; padding:0 12px;}
.headerInner .header_lang a{ color: #666; }
	
/* .gNav
------------------------------ */	
#unified_header .spNav .navBox { padding-top: 10px;}
	
#unified_header .spNav .gNav {
	height: 40px;
	width: 100%;
	background: url(../../img/common/bg_gNav.png) repeat-x;
	background-size: auto 100%;
	z-index: 0;
}
#unified_header .spNav .gNav ul {
	height: 40px;
	width : 92.8% ; /* IE8以下とAndroid4.3以下用フォールバック */
   width : -webkit-calc(100% - 46px);
	width: calc(100% - 46px);
	margin-left: 46px;
	display: table;
	}
#unified_header .spNav .gNav ul li {
	display: table-cell;
	height: 40px;
	width: 13%;
	max-width: 46px;
	}
#unified_header .spNav .gNav ul li img {
	display: none;
}
#unified_header .spNav .gNav ul li:nth-child(1) {
	background: url(../../img/common/sp/gnav01.png) no-repeat center center;
	background-size: auto 40px;
}
#unified_header .spNav .gNav ul li:nth-child(2) {
	background: url(../../img/common/sp/gnav02.png) no-repeat center center;
	background-size: auto 40px;
	}
#unified_header .spNav .gNav ul li:nth-child(3) {
	background: url(../../img/common/sp/gnav03.png) no-repeat center center;
	background-size: auto 40px;
}
#unified_header .spNav .gNav ul li:nth-child(4) {
	background: url(../../img/common/sp/gnav04.png) no-repeat center center;
	background-size: auto 40px;
}
#unified_header .spNav .gNav ul li:nth-child(5) {
	background: url(../../img/common/sp/gnav05.png) no-repeat center center;
	background-size: auto 40px;
}
#unified_header .spNav .gNav ul li:nth-child(6) {
	background: url(../../img/common/sp/gnav06.png) no-repeat center center;
	background-size: auto 40px;
}
#unified_header .spNav .gNav ul li:nth-child(7) {
	background: url(../../img/common/sp/gnav07.png) no-repeat center center;
	background-size: auto 40px;
	}
#unified_header .spNav .gNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #242424;
}
#unified_header .spNav .gNav ul li:last-child a {
	border-right: none;
}
/* #menuList 
------------------------------ */
#menuList {
	width: 40%;
	height: 40px;
	position: absolute;
	z-index: 10;
	background: #ebebeb;
	display: none;
}
	
	
/* #contents 
------------------------------ */

#unified_contentsWrap {
	width: 100%;
	margin-top: 90px;
	padding: 0 !important;
}
	
#container .cont_inner{
	margin: 0 1.5%;
	}
	
.h_underLine{
    font-size: 20px!important;
	line-height: 1.2em!important;
	font-family: "Ubuntu Condensed", sans-serif!important;
	padding: 20px 0px 10px 10px!important;
	margin-bottom: 1em!important;
    border-bottom: #efefef 3px solid!important;
	box-sizing: border-box!important;
}
	
	
	
/* pagetop
------------------------------ */	
	
#pageTop {
	display:none;
	position: fixed;
	right: 0px;
	bottom: 40px;
}
#pageTop img {
	width: 3em;
}
	
/* footer
------------------------------ */
	
.footerNav,  .footerInner {
	display: none;
}
	
.footerLink ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	text-align: right;
	padding-right: 20px;
}
	
	.footerLink li {
		display: inline-block;
		margin-left: 10px;
	}
	.footerLink a:link,
	.footerLink a:visited {
		display: inline-block;
		color: #000;
	}
	
	.footerLink a::before {
		content: ">";
		margin-right: 5px;
		display: inline-block;
	}
	
.copyright {
	display: block;
	width: 100%;
	background: #333333;
	color: #fff;
	line-height: 1.2em;
	padding: 10px 0;
	text-align: center;
}

/* searchBox
-------------------------------*/ 

#searchBox_wrap {
	width: 100%;
	height: 0px;
	margin: 0 auto;
	position: relative;
	}
	
#searchBox_wrap .searchBox{
	position: fixed;
	right:0.5em;
	top:5px;
	padding: 0.2em 0;
	box-sizing: border-box;
	z-index:10000;
	width: 50%;
	max-width: 160px;
	height:22px;
	background: url(../../img/common/sp/bg_search.png) no-repeat right center;
	background-size: contain;
	}
	
#searchBox_wrap #cse-search-box{
	height: 1.6em;
	}	
	
	/* テキスト入力フォーム */
#searchBox_wrap .searchBox input[type="text"]{
    border: none !important;
	width: 80%;
	max-width:110px!important;
    height:1.3em !important;
	padding:0 10px 4px 6px;
	background: none!important;
	background-color: inherit !important;
	box-sizing: border-box;
	text-indent: 0px!important;
}	

input[type=submit]{
	border: none!important;
	text-indent: -9999px;
	overflow: hidden;
		width:30px;
		height:18px;
		background: url(../../img/common/icon_search.png) no-repeat;
	}


	
/* ------------------------------	
	eventPage style spNav
------------------------------ */
	
/* eventPage header */
	
.case_event #unified_header,
#unified_header.case_event{
	width: 100%;
	height: 40px;
	position: static !important;
	background: #fff;

}
.case_event #unified_header .spNav .headerInner,
#unified_header.case_event .spNav .headerInner{
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.case_event #unified_header .spNav .headerInner h1,
#unified_header.case_event .spNav .headerInner h1{
	width:46%;
	margin:3px 0 5px 3px;
	max-width: 150px;
	float: left;
}
.case_event #unified_header .spNav .headerInner h1 img,
#unified_header.case_event .spNav .headerInner h1 img{
	width: 100%;
	margin: 0;
}
	
.case_event #unified_header .spNav .headerInner .innerR,
#unified_header.case_event .spNav .headerInner .innerR{
	width: 50%;
	max-width: 163px;
	float:right;
	} 
	
.case_event #unified_header .spNav .headerInner ul.l_nav,
#unified_header.case_event .spNav .headerInner ul.l_nav{
	display:block;
	width: 63%;
	max-width:100px;
	height:30px;
	float:right;
	}
.case_event #unified_header .spNav .headerInner ul.l_nav li,
#unified_header.case_event .spNav .headerInner ul.l_nav li{
	display:block;
	padding-right: 3%;
	float:left;
	}
.case_event #unified_header .spNav .headerInner ul.l_nav li img,
#unified_header.case_event .spNav .headerInner ul.l_nav li img{
	
	height:30px;
	}
	
.case_event #unified_header .spNav .headerInner ul.r_nav,
#unified_header.case_event .spNav .headerInner ul.r_nav{
	float:right;
	width:35%;
	}
	
.case_event #unified_header .spNav .headerInner ul.r_nav img,
#unified_header.case_event .spNav .headerInner ul.r_nav img{
	height:12px;
	margin-bottom: 3px;
	}		
	
/* contents */
.case_event	#unified_contentsWrap {
	width: 100%;
	padding: 0 !important;
	margin-top:0!important;
}	

/* motogpBtn */

#motogpBtn_wrap {
	width: 100%;
	height: 0;
	margin: 0 auto;
	position: relative;
}

#motogpBtn_wrap .motogpBtn{
	position: fixed;
	right:8px;
	top:10px;
	padding: 10px 0 8px;
	box-sizing: border-box;
	z-index:10000;
	width: 52%;
	height: auto;
	background-color: rgba(178,15,53,1.0) !important;
	border: none;
	color:#FFF !important;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size:12px;
	line-height: 0;
}
	
#motogpBtn_wrap .motogpBtn img{
	width: 15px;
	margin: 0 0.5em 0.25em 0;
}

}

/*===============================
tab and PC
===============================*/
@media only screen and (min-width: 737px) {
body {
	width: 100%;
	min-width: 980px;
}
.pcNone {
	display: none;
}
#unified_wrapper {
	background: url(../../img/common/pc/bg_content.png) no-repeat;
	background-size: 100% auto;
	margin-top: 120px;
	padding-top: 130px;
	box-sizing: border-box;
}
	
#unified_header .inner,
#unified_footer .inner{
	width: 980px;
	margin: 0 auto;
}

/* header
------------------------------ */
	
#unified_header {
	width: 100% !important;
	padding-top: 10px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 2000;
}

#unified_header .inner{
height:70px;
}

#unified_header .pcNav .inner h1 {
	width: 258px;
	margin-top: 0;
	float: left;
}

#unified_header .pcNav .inner h1 img{
	height: 60px;
}

/* gNav
------------------------------ */	
#unified_header .pcNav .gNav { 
	font-family: "Ubuntu Condensed", sans-serif;
	height: 70px;
	width: 470px;
	float: right;
}
#unified_header .pcNav .gNav ul {
	height: 70px;
	width: 100%;
	display: block;
}
#unified_header .pcNav .gNav ul li {
	display: block;
	height: 70px;
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #cccccc;
}
#unified_header .pcNav .gNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff !important;
}
#unified_header .pcNav .gNav ul li:first-child {
	border-left: none;
}
#unified_header .pcNav .gNav ul li:last-child {
	border-right: none;
	position: relative;
}
#unified_header .pcNav .gNav ul li:nth-child(6) {
	position: relative;
}
#unified_header .pcNav .gNav #panel_search {
	position: absolute;
	right: 0;
	top: 71px;
	width: 240px;
	height: 40px;
	padding: 5px;
	border-top: 1px solid inherit;
	box-sizing: border-box;
	background-color: #dbdbdb;
	z-index: 2000;
}
/*search*/
	
#unified_header .pcNav .gNav #panel_search,
#unified_header .pcNav .gNav #panel_lang .panel {
	display: none;
}
#unified_header .pcNav .gNav #panel_search p {
	width: 240px;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}
/*language*/

#unified_header .pcNav .gNav #panel_lang .panel {
	position: absolute;
	z-index: 2000;
	width: 78px;
	padding: 0;
	background: none;
	border-top: 1px solid #fff;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
#unified_header .pcNav .gNav #panel_lang li {
	float: none;
	height: 40px;
	width: 78px;
	margin-top: 1px;
	box-sizing: border-box;
	background: #dbdbdb;
	border-left: none;
	border-right: none;
}
/* menuList */	
	
#unified_header .pcNav .menuList {
	height: 40px;
	background: url(../../img/common/bg_gNav.png) repeat-x;
	background-size: auto 100%;
}

#unified_header .pcNav .menuList .inner{
width:960px !important;
height:40px !important;
}

#unified_header .pcNav .menuList ul {
	display: block;
}
#unified_header .pcNav .menuList ul li {
	position: relative;
}
#unified_header .pcNav .menuList ul li .btn {
	display: block;
	height:40px;
	float: left;
	margin: 0 1px;
	transform: skew(-30deg);
	border-right: 1px solid #727272;
}

#unified_header .pcNav .menuList ul li .btn a {
	display: block;
	height:100%;
	padding: 0 16px;
	transform: skew(30deg);
	line-height: 40px;
}

#unified_header .pcNav .menuList ul li .btn img{
margin-top:11px;
margin-left:20px;
margin-right:20px;
}

#unified_header .pcNav .menuList ul li:first-child .btn {
	width: 60px;
	background: url(../../img/common/bg_gNav_blue.png);
	background-size: auto 100%;
	border-right: none;
}

#unified_header .pcNav .menuList ul li:first-child .btn img{
margin-top:7px !important;
margin-left:0;
margin-right:0;
}

#unified_header .pcNav .menuList ul li:last-child .btn {
	border-right: none;
}

#unified_header .pcNav .menuList .panel_body {
	font-family: "Ubuntu Condensed", sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF !important;	
	display: none;
	position: absolute;
	top: 40px;
	z-index: 1000;
	width: 980px;
	height:130px;
	padding: 20px 15px 15px;
	margin-left: -10px;
	background: rgba(51,51,51,.9);
	border-top: 2px solid #00a040;
	/*box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);*/
	box-sizing: border-box;
}
#unified_header .pcNav .menuList ul li:nth-child(2) .panel_body:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 175px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #00a040;
}
#unified_header .pcNav .menuList ul li:nth-child(3) .panel_body:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 395px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #00a040;
}
#unified_header .pcNav .menuList ul li:nth-child(4) .panel_body:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 610px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #00a040;
}
#unified_header .pcNav .menuList ul li:nth-child(5) .panel_body:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 835px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #00a040;
}
#unified_header .pcNav .menuList ul li:nth-child(6) .panel_body:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 865px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #00a040;
}

#unified_header .pcNav .menuList .panel_body ul {
	display: block;
	width: 210px;
	min-height: 90px;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: left;
	float: left;
	border-right: 1px solid #fff;
}
#unified_header .pcNav .menuList .panel_body ul:last-child {
	border-right: none;
}
#unified_header .pcNav .menuList .panel_body ul li:nth-child(1), 
#unified_header .pcNav .menuList .panel_body ul li:nth-child(2) {
	margin-bottom: 10px;
}
	
#unified_header .pcNav .menuList .panel_body ul a{
	display:block;
}
	
#unified_header .pcNav .menuList .panel_body ul li.menutxt a{
	color: #fff;
}
	
#unified_header .pcNav .menuList .panel_body ul li.menutxt a:hover{
	color: #848491;
}
	
/* nav_sns
------------------------------ */
.nav_sns{float:right; margin-left:15px;}
.btn_sns{overflow: hidden;}
.btn_sns li{ float:left; margin:15px 15px 14px 0;}
.btn_sns li:last-child{margin:15px 0 14px 0;}
.btn_sns li img{ width:35px; height:35px;}
	
/* lang
------------------------------ */
.header_lang{ text-align:right; font-size:12px; letter-spacing:0.1em; color: #d9d9d9; float: right; padding: 23px 0 0; margin-left: 15px;}
.header_lang a{ color:#666 !important; padding:3px 0; font-weight: normal;}
	
/* contents
-------------------------------*/ 

#contents_wrap{
width:980px;
box-sizing:border-box;
margin:0 auto;
background:#fff;
}
	
.h_underLine{
    font-size: 26px!important;
    border-bottom: 3px solid #eee!important;
    padding: 40px 0px 20px 20px!important;
    margin-bottom: 30px!important;
	box-sizing: border-box;
	margin-bottom: 1em;
}


/*
footer
-------------------------------*/ 
	
#unified_footer {
	border-top: 1px solid #aaaaaa;
	background: #eeeeee;
}
#unified_footer .footerNav {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#unified_footer .footerNav ul {
	display: block;
	float: left;
	width: 245px;
	text-align: left;
}
#unified_footer .footerNav ul li {
	font-size: 12px;
	color: #000 !important;
	line-height: 22px;
	padding-left: 10px;
	background: url(../../img/common/icon_arrow.png) no-repeat left center;
}
#unified_footer .footerNav ul li a {
	display: block;
	color: #000 !important;
}
#unified_footer .footerNav ul li.tit {
	padding-left: 0px;
	margin: 40px 0 15px;
	font-size: 14px;
	font-weight: bold;
	background: none;
}
#unified_footer .footerInner {
	width: 100%;
	background: #fff;
	padding: 10px 0;
}
#unified_footer .footerInner p.logo {
	float: left;
	margin-top: 5px;
}
#unified_footer .footerInner p.link {
	width: 420px;
	margin-right: 60px;
	float: right;
}
#unified_footer .footerInner p.link a {
	display: block;
	width: 200px;
	float: left;
	margin-right: 10px;
}
#unified_footer .copyright {
	display: block;
	width: 100%;
	height: 50px;
	background: #333333;
	color: #fff;
	line-height: 18px;
	padding-top: 10px;
}
	
#unified_footer .footerLink ul {
	margin: 0;
	padding: 10px 73px 10px 0;
	text-align: right;
}
	
#unified_footer .footerLink li {
	display: inline-block;
	margin-left: 10px;
}
#unified_footer .footerLink a:link,
#unified_footer .footerLink a:visited {
	display: inline-block;
	color: #000;
	vertical-align: middle;
}
	
#unified_footer .footerLink a:hover {

}
	
#unified_footer .footerLink a::before {
	content: ">";
	margin-right: 5px;
	display: inline-block;
}
	
/* pageTop
-------------------------------*/ 
	
#pageTop {
	display:none;
	position: fixed;
	right: 10px;
	bottom: 40px;
	z-index: 2000;
}

/* searchBox
-------------------------------*/ 

#searchBox_wrap {
	width: 980px;
	height: 0px;
	margin: 0 auto;
	position: relative;
	}	
	
#searchBox_wrap .searchBox{
	position: absolute;
	right:0;
	top:-45px;
	padding-top:10px;
	box-sizing: border-box;
	z-index: 1000;
	width: 305px;
	height: 45px;
	background: url(../../img/common/bg_search.png) no-repeat;
	}

	/*  form*/
#searchBox_wrap .searchBox input[type="text"]{
    border: none !important;
	width:180px!important;
    height:32px !important;
	font-size:14px !important;
	padding:3px 0;
    margin:0 20px 0 28px!important;
	background: none!important;
	background-color: inherit !important;
	box-sizing: border-box;
	text-indent: 0px!important;
}

input[type=submit]{
	border: none!important;
	text-indent: -9999px;
	overflow: hidden;
		width:50px;
		height:30px;
		background: url(../../img/common/icon_search.png) no-repeat;
	}
	
/* ------------------------------	
	eventPage style pcNav
------------------------------ */
#unified_wrapper.case_event {
	background: url(../../img/common/pc/bg_content.png) no-repeat center 0px;
	background-size: 100% auto;
	margin-top: 0px !important;
	box-sizing: border-box;
}

/* header */
	
.case_event #unified_header,
#unified_header.case_event{
	width: 100% !important;
	padding-top: 10px;
	background: #fff;
	position: static !important;
	z-index: 2000;
}
	
/* contents */

/* motogpBtn */
	
#motogpBtn_wrap .motogpBtn{
	margin: -90px auto 40px;
	padding:15px;
	box-sizing: border-box;
	width: 640px;
	height:50px;
	background-color: rgba(178,15,53,0.8);
	border:#FFFFFF solid 1px;
	color:#FFFFFF !important;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size:24px;
	display:block;
}
	
#motogpBtn_wrap .motogpBtn img{
	width: auto;
	margin: 0 10px 6px 0;

}
}


/*--- Anchor link ---*/
div#contact,div#links,div#ms,div#hch,div#mp,div#hw,div#astp,div#htr,div#free-wi-fi,div#rental-router,div#sim-card,div#dokidoki,div#itadaki{ padding-top: 120px !important; margin-top: -120px !important;}


/*-- margin ------------------- */
.mt05 {margin-top:5px;}
.mt08 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}

.mb05 {margin-bottom:5px;}
.mb08 {margin-bottom:8px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
	
.pt50{ padding-top: 50px;}

.red { color:#E51C1C !important;}
	
.fs16 { font-size: 14px !important; line-height: 140% !important;}



	
	
	