﻿@charset "utf-8";

/* ****************************************************

layout.css
-----------------------------------
1: common parts for PC
	1-1: header
	1-2: main
	1-3: footer
	1-4: breadcrumbNav
-----------------------------------
2: common parts for Smartphone
	2-1: header
	2-2: main
	2-3: footer
	2-4: breadcrumbNav
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */


/*=================================

	1: common parts for PC

================================ */
#allContainer {
	position: relative;
}
#globalHeader > .headerBlock,
#globalNav > .contentsNav,
#mainContents,
.specialPlan > .planBanner,
.socialMedia > .mediaBlock,
#globalFooter > .footerNav > .navWrap,
#globalFooter > .footerBlock,
#breadcrumbNav > ul {
	width: 1000px;
	margin: 0 auto;
}

/* 1-1: header
================================ */
#headerContainer {
}
.others #headerContainer {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

/* globalHeader */
#globalHeader {
	background-color: #ffffff;
}
#globalHeader > .headerBlock {
	position: relative;
}
#globalHeader > .headerBlock > .siteLogo {
	float: left;
	width: 239px;
	height: 50px;
	padding-top: 18px;
}
#globalHeader > .headerBlock > .siteUtility,
#globalHeader > .headerBlock > .siteUtility > *,
#globalHeader > .headerBlock > .siteUtility .utilityLink > li,
#globalHeader > .headerBlock > .siteUtility .linkType01 > li {
	float: right;
}
#globalHeader > .headerBlock > .siteUtility {
	margin: 20px 0 14px;
}
#globalHeader > .headerBlock > .siteUtility .utilityLink > li,
#globalHeader > .headerBlock > .siteUtility .langLink > li{
	position: relative;
	margin-left: 9px;
}
#globalHeader > .headerBlock > .siteUtility .langLink > li {
	margin-top: 5px;
}
#globalHeader > .headerBlock > .siteUtility .utilityLink > li > a {
	display: block;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
}
#globalHeader > .headerBlock > .siteUtility .langLink > li > a {
	display: inline;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
}
#globalHeader > .headerBlock > .siteUtility .utilityLink > .search > a {
	padding-top: 26px;
	color: #555;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
#globalHeader > .headerBlock > .siteUtility .utilityLink > .search > a:before {
	position: absolute;
	top: 4px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background: url(/common/img/com_sp01.png) no-repeat;
	content: "";
	background-position: -77px 0;
}
#globalHeader > .headerBlock > .siteUtility .utilityLink > .contact > a {
	padding: 9px 20px 6px;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #9f9f9f;
	border-left: 1px solid #dfdfdf;
	border-radius: 1px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 25%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(#ffffff 0%, #ffffff 25%, #f5f5f5 100%);
	background-image: -o-linear-gradient(#ffffff 0%, #ffffff 25%, #f5f5f5 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 25%, #f5f5f5 100%);
	-webkit-box-shadow: 0 1px 0 #dfdfdf;
	-moz-box-shadow: 0 1px 0 #dfdfdf;
	box-shadow: 0 1px 0 #dfdfdf;
}
#globalHeader > .headerBlock > .siteUtility .linkType01 {
	margin-top: 0.4em;
}
#globalHeader > .headerBlock > .siteUtility .linkType01 > li {
	margin-top: 0;
	margin-left: 19px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
#globalHeader > .headerBlock > .siteUtility .linkType01 > li > a {
	color: #333333;
}
#globalHeader > .headerBlock > .siteUtility .searchBlock > #searchForm {
	margin-left: 18px;
	padding: 8px 10px 6px;
	border: 1px solid #dddddd;
}
#globalHeader > .headerBlock > .siteUtility .searchBlock > #searchForm > input {
	width: 186px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
}
#globalHeader > .headerBlock > .siteUtility .searchBlock > #searchForm > input.searchBtn {
	width: 19px;
	height: 19px;
}

#globalHeader > .headerBlock > .siteUtility .searchBlock .HDSearchModule {
	position: relative;
	width: 220px;
	margin-left: 18px;
	border: 1px solid #dddddd;
}

#HDSearchBlock .HDSearchModule .gsc-input-box {
	height: auto;
	border: none;
	box-shadow: none;
}
#HDSearchBlock .HDSearchModule .gsc-search-box {
	padding: 0;
	margin-bottom: 0;
}
#HDSearchBlock .HDSearchModule .gsib_a {
	padding: 0;
}
#HDSearchBlock .HDSearchModule .gsc-input input.gsc-input {
	line-height: 1.2;
	padding: 8px 10px !important;
	background-position: 15px 50% !important;
	border: none;
}
#HDSearchBlock .HDSearchModule .gsc-search-button .gsc-search-button {
	position: absolute;
	z-index: 2;
	width: 30px;
	min-width: inherit;
	height: 30px;
	top: 0;
	padding: 17px 15px;
	right: 0;
	margin-top: 0;
	border: none;
	color: #ffffff;
	background: #FFF url(/common/img/header_bt001.png) 50% 50% no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
#HDSearchBlock .HDSearchModule .gsc-clear-button {
	display: none;
}
#HDSearchBlock .HDSearchModule .gsst_a .gscb_a {
	display: none;
}
/*.gsc-branding {
	display: none !important;
}*/

#globalHeader > .headerBlock > .menuSwitch {
	display: none;
}

/* globalNav */
#globalNav {
	position: relative;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(246,246,246,1) 51%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(246,246,246,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(246,246,246,1) 51%,rgba(246,246,246,1) 100%);
	border-bottom: 1px solid #bfbfbf;
}
#globalNav > .contentsNav > li {
	float: left;
}
#globalNav > .contentsNav > li a {
	display: table-cell;
	position: relative;
	width: 1%;
	height: 45px;
	padding: 0 5px 10px;
	vertical-align: middle;
	color: #333333;
	font-size: 1.8rem;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.06em;
	outline: none;
	border-right: 1px solid rgba(221,221,221,1);
}
#globalNav > .contentsNav > li:first-child a {
	border-left: 1px solid rgba(221,221,221,1);
}
/*
#globalNav > .contentsNav > li > a:before,
#globalNav > .contentsNav > li:first-child > a:after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	min-height: 100%;
	background-color: rgba(221,221,221,1);
}
#globalNav > .contentsNav > li > a:before {
	right: 0;
}
#globalNav > .contentsNav > li:first-child > a:after {
	left: 0;
}
*/
#globalNav > .contentsNav > .on > a {
	display: table;
	width: 100%;
	text-decoration: none;
	z-index: 501;
}
#globalNav > .contentsNav > .on > a > .title {
	display: table-cell;
	vertical-align: middle;
}
#globalNav > .contentsNav > li { width: 21%; }
#globalNav > .contentsNav > li:first-child { width: 16%; }
#globalNav > .contentsNav .dropDownNav {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	z-index: 500;
}
#globalNav > .contentsNav .dropDownNav > .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 70px;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .title {
	margin-top: 25px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.33;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock + .categoryBlock > .title {
	margin-top: 40px;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .title + * {
	margin-top: 10px;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .title + .navWrap {
	margin-top: -15px;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap li {
	float: left;
	margin: 25px 50px 0 0;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap li a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	vertical-align: top;
	padding-left: 20px;
	color: #002c8b;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap li a:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 7px;
	height: 13px;
	background: url(/common/img/com_sp01.png) no-repeat 0 -80px;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap .figLink {
	width: 220px;
	margin: 20px 0 0 40px;
	background-color: #ffffff;
	cursor: pointer;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap .figLink:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap .figLink:nth-child(-n+4) {
	margin-top: 25px;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap .figLink > figure {
	margin-top: 0;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap .figLink > a {
	display: table;
	padding-left: 0;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap .figLink > a:before {
	top: 50%;
	left: 15px;
	margin-top: -6px;
}
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap .figLink > a > .title {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	padding: 0 10px 0 35px;
}
#globalNav > .contentsNav .dropDownNav .btnType01 {
	display: table;
	margin: 40px auto 0;
}
#globalNav > .contentsNav .dropDownNav .btnType01 > a {
	width: 360px;
	height: 60px;
	color: #333333;
	font-size: 1.5rem;
}
#globalNav > .contentsNav > .on > a {
 color: #999999;
 font-weight: bold;
 border-bottom: 3px solid #014099;
}
#globalNav > .contentsNav .dropDownNav { background-color: #ebf3ff; }
#globalNav > .utilityNav {
	position: fixed;
	top: 315px;
	right: -1px;
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
#globalNav > .utilityNav > li {
	display: table;
	position: relative;
	width: 62px;
	border-top: 1px solid #d9d9d9;
}
#globalNav > .utilityNav > li a {
	display: table-cell;
	height: 60px;
	padding-bottom: 7px;
	background-color: #ffffff;
	vertical-align: bottom;
	color: #555555;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: -0.06em;
}
#globalNav > .utilityNav > li:first-child {
	border-top: none;
}
#globalNav > .utilityNav > li a:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 32px;
	margin-left: -12px;
	background: url(/common/img/com_sp01.png) no-repeat;
	content: "";
}
#globalNav > .utilityNav > li .apply {
	background-color: #083e9a;
	color: #ffffff;
}
#globalNav > .utilityNav > li .apply:before { margin-left: -10px; background-position: -120px 0; }
#globalNav > .utilityNav > li .session:before { background-position: -160px 0; }
#globalNav > .utilityNav > li .bookmark:before { background-position: -200px 0; }
#globalNav > .utilityNav > li .share:before { background-position: -240px 0; }
#globalNav > .utilityNav > li .contact:before { background-position: -280px 0; }
#globalNav > .utilityNav > li .print:before { background-position: -320px 0; }

/* menuContainer */
#menuContainer {
	display: none;
}

/* 1-2: main
================================ */
#contentsWrap {
	overflow: hidden;
}
#mainContents {
	padding-bottom: 50px;
}

/* snsContent
================================ */
#snsContent {
	width: 1000px;
	margin: 20px auto;
}
#snsContent .snsCol {
	float: left;
}
#snsContent .snsCol.facebook {
	width: 150px;
}
#snsContent .snsCol.twitter {
	width: 150px;
}
#snsContent .snsCol.googleplus {
	width: 150px;
}
#snsContent .snsCol.youtube {
	width: 150px;
}
#snsContent .snsCol.blog {
	width: 260px;
}
#siteTop #snsContent .snsCol.blog {
	width: 200px;
}
.disney #snsContent .snsCol.blog {
	width: 205px;
}
#snsContent .snsCol.instagram {
	width: 140px;
}
#snsContent .snsCol.btn {
	width: 210px;
}
.disney #snsContent .snsCol.btn {
	width: 185px;
}
#snsContent .snsCol.btn > .btnList > li {
	margin-top: 0.3em;
}
#snsContent .snsCol.btn > .btnList > li:first-child {
	margin-top: 0;
}
#snsContent .snsCol.btn a {
	width: 210px;
	padding: 10px 20px;
	font-size: 1.4rem;
	line-height: 1.1;
	text-align: center;
}
.disney #snsContent .snsCol.btn a {
	width: 185px;
}
#snsContent .snsCol .snsIcon {
	float: left;
	margin-right: 6px;
}
#snsContent .snsCol .snsIcon a,
#snsContent .snsCol .snsIcon span {
	display: block;
	width: 45px;
	height: 45px;
	background: url(/common/img/com_sp01.png) no-repeat;
	-webkit-background-size: 318px auto;
	background-size: 305px auto;
	text-indent: -9999px;
	outline: none;
}
#snsContent .snsCol.facebook .snsIcon span {
	background-position: 0 -44px;
}
#snsContent .snsCol.twitter .snsIcon a {
	background-position: -49px -44px;
}
#snsContent .snsCol.googleplus .snsIcon a {
	background-position: -149px -44px;
}
#snsContent .snsCol.youtube .snsIcon a {
	background-position: -99px -44px;
}
#snsContent .snsCol.blog .snsIcon a,
#snsContent .snsCol.blog .snsIcon span {
	background-position: -199px -44px;
}
#snsContent .snsCol.instagram .snsIcon a,
#snsContent .snsCol.instagram .snsIcon span  {
	background-position: -249px -44px;
}
#snsContent .snsCol dl {
	float: left;
	padding-top: 2px;
}
#snsContent .snsCol dl dt {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.1;
}
#snsContent .snsCol dl dd {
}
#snsContent .snsCol dl dd ul {
	margin-top: 5px;
}
#snsContent .snsCol dl dd ul li {
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 1.1;
}
#snsContent .snsCol dl dd ul li:first-child {
	margin-top: 0;
}

/* siteSearchResult
================================ */
#siteSearchResult {
	margin-top: 30px;
}
#siteSearchResult a,
#siteSearchResult .gs-result .gs-title,
#siteSearchResult .gs-result .gs-title * {
	color: #053e96 !important;
}
#siteSearchResult .gsc-result .gs-title {
	height: auto;
}
#siteSearchResult .gsc-control-cse {
	background: #fafafa;
	border: none;
}
#siteSearchResult .gsc-results {
	line-height: 1.4;
}

#siteSearchResult .gsc-control-cse .gsc-option-menu-container {
	width: 80px;
}
#siteSearchResult .gsc-control-cse .gsc-option-menu-container a:hover {
	text-decoration: underline !important;
}
#siteSearchResult .gsc-results .gsc-cursor-page {
	padding: 3px 8px;
	border: solid 1px #555555;
}
#siteSearchResult .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
#siteSearchResult .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
#siteSearchResult .gsc-results .gsc-cursor-page:hover {
	border: solid 1px #555555;
	background: #a8a8a8;
	color: #333333;
}


/* 1-3: footer
================================ */

/* globalFooter */
#globalFooter > .footerNav {
	position: relative;
	background-color: #f3f3f3;
}
#globalFooter > .footerNav:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(/common/img/footer_bg01.png) no-repeat 50% 0;
	content: "";
}
#globalFooter > .footerNav > .navWrap {
	padding: 40px 0 38px 20px;
}
#globalFooter > .footerNav .siteName {
	font-size: 1.8rem;
	font-weight: bold;
}
#globalFooter > .footerNav .siteName + * {
	margin-top: 20px !important;
}
#globalFooter > .footerNav .contentsLink > li,
#globalFooter > .footerNav .corporateLink > li {
	position: relative;
}
#globalFooter > .footerNav .contentsLink > li > a,
#globalFooter > .footerNav .corporateLink > li > a {
	display: inline-block;
	padding-left: 16px;
	color: #333333;
	font-weight: bold;
}
#globalFooter > .footerNav .contentsLink > li > a:before,
#globalFooter > .footerNav .corporateLink > li > a:before {
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 8px;
	height: 13px;
	background: url(/common/img/com_sp01.png) no-repeat 1px -80px;
	content: "";
}
#globalFooter > .footerNav .contentsLink > li {
	float: right;
	width: 250px;
	margin-top: 25px;
}
#globalFooter > .footerNav .contentsLink > li:first-child {
	width: 210px;
}
#globalFooter > .footerNav .contentsLink > .hasChild {
	float: left;
	margin-top: 0;
}
#globalFooter > .footerNav .contentsLink > .hasChild + li {
	margin-top: 0;
}
#globalFooter > .footerNav .contentsLink > .hasChild > .childLink > li {
	margin-top: 10px;
	padding-left: 16px;
	font-size: 1.4rem;
}
#globalFooter > .footerNav .corporateLink > li {
	float: left;
	margin-right: 40px;
}
#globalFooter > .footerNav .siteInfoLink > li {
	position: relative;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 1.4rem;
}
#globalFooter > .footerNav .siteInfoLink > li:before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 12px;
	margin-top: -7px;
	background-color: #c6c6c6;
	content: "";
}
#globalFooter > .footerNav .siteInfoLink > li:last-child,
#globalFooter > .footerNav .siteInfoLink > li:last-child.spElm + li {
	margin-right: 0;
	padding-right: 0;
}
#globalFooter > .footerNav .siteInfoLink > li:last-child:before,
#globalFooter > .footerNav .siteInfoLink > li:last-child.spElm + li:before {
	display: none;
}
#globalFooter > .footerBlock {
	padding: 30px 0;
}
#globalFooter > .footerBlock > .licence {
	float: left;
}
#globalFooter > .footerBlock > .licence > ul {
	display: table;
}
#globalFooter > .footerBlock > .licence > ul > li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}
#globalFooter > .footerBlock > .licence > ul > li:first-child {
	padding-left: 0;
}
#globalFooter > .footerBlock > .credit {
	float: right;
	padding-top: 25px;
}
#globalFooter > .footerBlock > .credit > p {
	font-size: 1.3rem;
	text-align: right;
}

/* pageTop */
#footerContainer > .pageTop > a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(/common/img/com_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}

/* 1-4: breadcrumbNav
================================ */
#breadcrumbNav > ul {
	padding: 12px 0;
}
#breadcrumbNav > ul > li {
	position: relative;
	float: left;
	margin-left: 10px;
	padding-left: 18px;
	font-size: 1.3rem;
}
#breadcrumbNav > ul > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "≫";
}
#breadcrumbNav > ul > li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#breadcrumbNav > ul > li:first-child:before {
	display: none;
}



@media print {

/*=================================

	3: print for PC

================================ */

}


/*=================================

	clearfix

=================================*/
#globalHeader > .headerBlock:after,
#globalHeader > .headerBlock > .siteUtility:after,
#globalHeader > .headerBlock > .siteUtility .utilityLink:after,
#globalHeader > .headerBlock > .siteUtility .linkType01:after,
#globalNav > .contentsNav:after,
#globalNav > .contentsNav .dropDownNav .categoryBlock > .navWrap > ul:after,
.socialMedia > .mediaBlock > .snsGroup:after,
#globalFooter > .footerNav ul:after,
#globalFooter > .footerBlock:after,
#breadcrumbNav > ul:after,
#snsContent:after {
	content: "";
	display: block;
	clear: both;
}