@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Cantata+One');

body {
	margin: 0;
	padding: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	background-color: #FFF;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

/* ========================================================================== */
/* header                                                                     */
/* ========================================================================== */

.gnavi{
	background: rgba(255,255,255,0.8);
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.gnavi>div{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.gnavi .menu-logo,
.gnavi .menu-furusato{
	opacity: 1;
	-webkit-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}
.gnavi .menu-logo:hover,
.gnavi .menu-furusato:hover{
	opacity: 0.8;
}
.gnavi .menu-logo{
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}
.gnavi .menu-furusato{
	display: block;
	position: absolute;
	right: 0px;
	top: 25px;
}
.gnavi ul{
	position: absolute;
	top: 30px;
	left: 140px;
}
.gnavi ul>li{
	position: relative;
	float: left;
}
.gnavi ul>li:before{
	content: "";
	position: absolute;
	left: -30px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-right: 1px solid #969696;
	-webkit-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	        transform: rotate(30deg);
}
.gnavi ul>li:first-of-type:before{
	content: none;
}
.gnavi ul>li a{
	color: #000;
	margin: 0 10px;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
}
.gnavi ul>li a:hover{
	text-decoration: underline;
}
/*
#header {
 	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s linear;
	z-index: 9999;
}

.headWrap {
	background-color: #ffd700;
	width: 100%;
	height: 140px;
	position: relative;
}

.header {
	width: 1000px;
	margin: 0 auto;
}

.header h1 {
	float: left;
	margin: 10px 0;
	font-size: 0;
	line-height: 0;
}

.globalnavi {
	float: left;
	margin: 20px 0 0 0;
}

.globalnavi li {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 20px;
}

.globalnavi li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.globalnavi li a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.globalnavi li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.languageBox {
	float: right;
	margin: 20px 0 0 0;
}

.langSelectTitle {
	float: left;
	font-size: 0;
	line-height: 0;
}

.langSelect {
	float: left;
}
*/

/*-- 20160402 --*/

.headerMenu {
	float: left;
	width: 805px;
}

.headerMenu .contactArea {
	float: left;
	width: 780px;
	margin: 12px 0 0 25px;
}

.headerMenu .contactArea .tel {
	float: left;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../../images/common/tel_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.headerMenu .contactArea .tel a {
	color: #000;
	text-decoration: none;
}

.naviWrap {
	float: left;
	width: 805px;
}

.headerMenu .mail .appBtn {
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	text-decoration:none;
	height: 35px;
	line-height: 43px;
	width: 191px;
	text-align: center;
	display: block;
	outline: none;
	float: right;
	position: relative;
	z-index: 2;
	font-size: 18px;
	box-sizing: border-box;
	cursor: pointer;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

.headerMenu .mail .appBtn:before,.btn:after {
	position: absolute;
	display: block;
	content:"";
	/*height: 100%;
	width: 100%;*/
	
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

.shadowEffect {
	border: 3px solid #c80000;
	color: #fff;
	background: #c80000;
	box-shadow:
		0px 1px 0px 0px #960000,
		0px 2px 0px 0px #960000,
		0px 3px 0px 0px #960000,
		/*0px 4px 0px 0px #005857,
		0px 5px 0px 0px #005857,
		6px 6px 0px 0px #005857,
		7px 7px 0px 0px #005857,*/
	0px 0px 0px 0px #FFF;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition:all 0s !important;
	transition:all 0s !important;
	
	/* background-image: url(../../images/activity/app_mail_icon.png); */
	background-position: 2% center;
	background-repeat: no-repeat;
}

.shadowEffect:hover {
	top: 3px;
	left: 0px;
	box-shadow: 0 0 0 0 #FFF;
}

/* Traffic Information & Weather News */
#id_sidebar{
	width: 240px;
	height: 100%;
	top: 0;
	right: 0px;
	right: -240px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 9999;
}
.ti_button{
	display: block;
	position: absolute;
	top: 0;
	height: 50px;
	margin: 0;
	border: none;

	padding: 12px 20px 15px 45px;
	background-image: url(../../images/common/info_mark.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #000;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 0 0 0 5px;
	
	-webkit-box-shadow:0px 0px 8px -5px #000000;
	-moz-box-shadow:0px 0px 8px -5px #000000;
	-ms-box-shadow:0px 0px 8px -5px #000000;
	-o-box-shadow:0px 0px 8px -5px #000000;
	box-shadow:0px 0px 8px -5px #000000;
}
.ti_button.close{
	left: -150px;
	width: 150px;
	display: none;
}
.ti_button.close.openning{
	left: -200px;
	width: 200px;
}
.en .ti_button.close.openning,
.ko .ti_button.close.openning,
.zh-cn .ti_button.close.openning,
.zh-tw .ti_button.close.openning{
	left: -250px;
	width: 250px;
}
.ti_button.open{
	right: 0;
	width: 200px;
	position: absolute;
	top: 0;
}
.en .ti_button.open,
.ko .ti_button.open,
.zh-cn .ti_button.open,
.zh-tw .ti_button.open{
	width: 250px;
}
#id_traffic_information{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 20px auto;
	width: 200px;
	background: #f8f8f8;
	
	font-size: 12px;
	line-height: 18px;
	
	padding: 10px 10px;
	text-align: left;
}
#id_traffic_information h2{
	font-size: 14px;
	margin-bottom: 5px;
	color: #fff;
	background: #444;
	padding: 5px 0;
	text-align: center;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#id_traffic_information ul>li{
	font-size: 12px;
	padding: 4px 0;
}

/* ========================================================================== */
/* pagetitle                                                                  */
/* ========================================================================== */

.pageTitleWrap {
	width: 100%;
	padding-top: 80px;
}

.pageTitle h2 {
	font-size: 0;
	line-height: 0;
	padding: 80px 0 0 0;
}

/* ========================================================================== */
/* footer                                                                     */
/* ========================================================================== */
#footer {
	background-image: url("../../images/common/footer.gif");
	background-position: center top;
	background-repeat: no-repeat;
	bottom: 0;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 100;
}

/*
.footerContainer {
	padding-top: 85px;
	margin-top: 50px;
	background-image: url(../../images/common/footer_bgimg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
}

.footerWrap {
	width: 100%;
	border-top: 5px solid #000;
	margin: 0 auto;
}

.footerContents {
	width: 1000px;
	padding: 30px 0;
	margin: 0 auto;
}

.footerLogo {
	float: left;
	font-size: 0;
	line-height: 0;
}

.footerInfo {
	float: left;
	font-size: 14px;
	line-height: 24px;
	padding: 40px 0 0 25px;
	text-align: left;
}
*/

.linkCopyArea {
	float: right;
	margin: 16px 0 0 0;
}

.privacyLink {
	float: right;
	text-align: right;
	font-size: 12px;
	margin: 15px 10px 0 0;
}

.privacyLink a {
	color: #000;
}

.snsList {
	float: right;
}

.snsList li {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 10px;
}

.copyright {
	text-align: left;
	margin: 15px 0 0 0;
	font-size: 12px;
}

/* ========================================================================== */
/* btneffct                                                                   */
/* ========================================================================== */

a.btnOnmouse {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a.btnOnmouse:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* ========================================================================== */
/* pagetop                                                                    */
/* ========================================================================== */

p.gotop{
    position: fixed;
	right: 50px;
    bottom: 0;
	z-index: 100;
}
p.gotop a{
    width: 67px;
    height: 41px;
    display: block;
}

/* ========================================================================== */
/* clearfix                                                                   */
/* ========================================================================== */
/*
 A new micro clearfix hack
 http://nicolasgallagher.com
*/
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}/* For IE 6/7 (trigger hasLayout) */


.headerMenu .mail .appBtn{
	visibility: hidden;
}
.recommendArea{
	display: none;
}
