@charset "utf-8";
/* === Google fonts === */
@import url(https://fonts.googleapis.com/css?family=Pacifico);
*::before,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="button"],input[type="submit"] {
border-radius: 0;
}
 input[type="button"],input[type="submit"] {
-webkit-appearance: none;
}
body{
	letter-spacing:0em;
	font-family: SourceHanSansJP-Light, YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.75;
	color: #333333;
}
.linka:link		{ color: #aaaaaa !important; } /* 未訪問のリンク */
.linka:visited	{ color: #aaaaaa !important; } /* 訪問済みのリンク */
.linka:hover	{ color: #000000 !important; } /* ポイント時のリンク */
.linka:active	{ color: #aaaaaa !important; } /* 選択中のリンク */

.linkb:link		{ color: #000000 !important; } /* 未訪問のリンク */
.linkb:visited	{ color: #000000 !important; } /* 訪問済みのリンク */
.linkb:hover	{ color: #333333 !important; } /* ポイント時のリンク */
.linkb:active	{ color: #000000 !important; } /* 選択中のリンク */

.linkf:link		{ color: #ffffff !important; } /* 未訪問のリンク */
.linkf:visited	{ color: #ffffff !important; } /* 訪問済みのリンク */
.linkf:hover	{ color: #aaaaaa !important; text-decoration:none !important;} /* ポイント時のリンク */
.linkf:active	{ color: #ffffff !important; } /* 選択中のリンク */

.opa50 a:hover {
	filter: alpha(opacity=5);
	-moz-opacity:0.5;
	opacity:0.5;
}

#main_column{
	width:100% !important;
	max-width:960px;
	margin:0;
	padding-top:0 !important;
	overflow:hidden;
}



/* フッタエリア
--------------------------- */
#footer{
	position:fixed !important;
	bottom:0 !important;
}
#frame_wrap{
	margin-bottom:23px !important;
}
#pagetop {
	position: fixed;
	bottom: 48px;
	right: 8px;
	font-size: 100%;
	z-index:10000;
}
#pagetop a:first-child{
	border-radius:40px 40px 0 0;
	-webkit-border-radius:40px 40px 0 0;
	-moz-border-radius:40px 40px 0 0;
	border-bottom:none !important;
}
#pagetop a {
	display: block;
	width: 37px;
	height:37px;
	padding: 0;
	font-size: 100%;
	color: #fff;
	text-align: center;
	line-height:35px;
	border-radius: 0 0 35px 35px;
	-webkit-border-radius: 0 0 35px 35px;
	-moz-border-radius: 0 0 35px 35px 0 0;
	border:2px solid #ffffff;
	background: #333333;
	text-decoration: none;
}
#pagetop a:hover {
	text-decoration: none;
	background: #666666;
}
#bottom_wrap{
	position:relative;
	z-index:9000;
	margin: 0;
	padding:0;
	width: 100%;
}
#footer {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	border-top: 1px solid #AB0431;
    border-bottom: 1px solid #AB0431;
    background: #C52B55 !important;
    text-align:center;
}
#footer ul{
	width:100%;
	max-width:960px;
	display:inline-block;
	padding-left:15px;
	border-right: 1px solid #AB0431;
	margin:0 auto;
}

#footer ul li.kidzPhoto {
    float: left;
    display: block;
    padding: 7px 6px 5px;
    /* color: #F79DBB; */
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border: none;
   }

#footer ul li{
	position: relative;
	color:#fff;
	font-size:10px;
	float:right;
	border-left:1px solid #AB0431;
}
#footer ul li a{
	display:block;
	padding: 0 10px;
	font-size: 10px;
	line-height:40px;
	color:#fff;
}
#footer ul li:first-child a{
	padding-left:0 !important;
}
#footer ul li:first-child:before{
	content: "" !important;
	padding-left:0 !important;
}
#footer ul li:before{
	line-height: 40px;
/*	content: "｜";*/
	position: absolute;
	left: -5px;
	font-size: 10px;
	margin-top: 1px;
}
#footer p{
	float:right;
	display:inline-block;
	height:40px;
	text-align: right;
	line-height:40px;
	padding-right:15px;
	font-size: 10px;
	color:#ffffff;
}
@media (max-width:640px){
	#footer{
		text-align:center;
		padding:7px 7px 12px !important;
	}
	#footer ul{
		padding-left:0;
		float:none !important;
	}
	#footer ul li{
		float:none !important;
		display:inline-block;
	}
	#footer ul li:before{
		line-height:150%;
		content:"・";
	}
	#footer ul li a{
		display:inline-block;
		line-height:150%;
	}
	#footer p{
		float:none;
		height:auto;
		text-align:center;
		line-height:150%;
		padding-right:0;
		padding-top:5px !important;
	}
}



/* ヘッダーエリア
--------------------------- */
#header_wrap {
	position: fixed;
	top:0;
	width: 100%;
	border-top: none;
	min-height: 65px;
	z-index:9000;
	left:0;
    background:#ffffff url(../img/kidzania/bg.png) repeat-x 0 0;
	background-attachment: scroll;
}
#header {
/*	margin: 0 !important;
	width: 100%;
	position: relative;
	z-index: 10000;*/
}
#logo_area {
/*	height: 65px;*/
	position: relative;
	padding-left:0 !important;
	overflow: hidden;
	float: none !important;
	width: auto !important;
	text-align: left;
/*	border-bottom: 1px solid #e5e5e5*/
}
.logoRight .block_body.clearfix{
	position: relative;
}
#header_utility {
	position: absolute;
	top:0;
	right:0;
	float: none !important;
	width: 65px !important;
	height:65px;
	border-left:1px solid #e2e2e2;
	z-index: 1000;
}
#headerInternalColumn{
	overflow-x:hidden;
	float: none !important;
	height: 100%;
	width: 100% !important;
	max-width:250px;
	margin:0!important;
}
#headerInternalColumn:after{
	content: "";
	position: fixed;
	border-left: 1px solid #e2e2e2;
	height: 100%;
	width: 1px;
	top: 0;
	left: 0;
	z-index: 99;
}
.couName{
	float:left;
	margin: 18px;
	height:28px;
	line-height:100%;
}
.couName a{
	font-weight:bold;
	font-size:16px;
	line-height:100%;
}
.couName a.linkb:hover{
	text-decoration: none;
}
#site_description {
	font-size: 95% !important;
	color: #aaa;
}
.container-push .logoRight{
	padding-right:250px;
}
.logoRight{
	float:right;
}



.container-push #header_utility{
	display:none !important;
}
.container-push #logo_area{
	padding-right:0 !important;
}
.pushy.pushy-open .menu-btn span.closeUp{
	font-size: 36px;
	position: absolute;
	right: 15px;
	margin-top: -18px;
	top: 50%;
	width: 30px;
	line-height: 100%;
}
.pushy.pushy-open .menu-btn{
	position: relative;
	overflow: hidden;
	border-bottom:1px solid #e2e2e2;
}
#headerInternalColumn .menu-btn{
	cursor: pointer;
}
#headerInternalColumn .menu-btn:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
.pushy-open h2.menuTit{
	width:250px !important;
	height:64px;
	margin:0 !important;
}
h2.menuTit{
	cursor: pointer;
	width: 64px;
	height: 64px;
	line-height: 43px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.pushy-open h2.menuTit{
	text-align: left;
	padding-left:20px;
}
h2.menuTit span{
	width:40px;
	height:40px;
	display: block;
	position: relative;
	line-height: 100%;
	padding: 0;
}
h2.menuTit span.icoMenu{
	text-indent: -9999px;
}
.ie8 h2.menuTit{
	line-height:45px;
}
.menuTit img{
	vertical-align:top;
}
h2.menuTit a{
	line-height:100%;
}
h2.menuTit a img{
	vertical-align: top;
}
.pushy-active .position100{
	display:block !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background-color: transparent;
	z-index:9998;
}



/* MENUアイコンスタイル
--------------------------- */
#mynavi_area li a {
	display: block;
	font-size: 12px !important;
	font-weight: normal;
	padding: 15px 15px 14px 55px !important;
	line-height: 100%;
	vertical-align: top;
}



#category_area ul{
	margin: 0 !important;
}
#category_area .block_body,
#leftArea #mynavi_area ul{
	margin: 0 !important;
	border-bottom: 1px solid #e2e2e2;
}
#leftArea ul li{
	background: none !important;
	width: 100%;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
}
#leftArea h3{
	font-size:15px;
	text-align:left;
	line-height:100%;
	padding:25px 22px 23px !important;
	color:#000000;
}
#leftArea .mynavi_list li a{
	position:relative;
	display: block;
	font-size: 12px;
	font-weight: normal !important;
	color: #000000;
	padding: 15px 15px 13px 55px !important;
	line-height: 100%;
	vertical-align: top;
}
#leftArea .mynavi_list li a:before{
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width:40px;
	height:100%;
	border-right:1px solid #e2e2e2;
}
#leftArea .mynavi_list li a:hover{
	color:#ff0000;
}
#leftArea .mynavi_list li a:hover:after,
#leftArea .mynavi_list li a.selected:after{
	content: "";
	position: absolute;
	top: 0;
	right: -2px;
	width: 3px;
	height: 100%;
	background: #fff;
	z-index: 100;
}
#category_area li {
	padding-left: 0 !important;
}
#mynavi_area li p,
#category_area li.level1 p {
	position: relative;
	text-align: left;
	margin:0 !important;
	padding:0;
	background:none !important;
}
#category_area li.level1 {
	border-bottom: none !important;
}
#category_area li:hover{
	color:#ff0000 !important;
}
#category_area li.level1 p a{
	display: block;
	font-size:12px !important;
	font-weight: normal;
	padding: 15px 15px 14px 55px !important;
	line-height: 100%;
	vertical-align: top;
}
#category_area li.level1 p a:hover:after,
#category_area li.level1 p a.onlink:after{
	content: "";
	position: absolute;
	top: 0;
	right: -2px;
	width: 3px;
	height: 100%;
	background: #fff;
	z-index: 100;
}
#category_area li.level1 p a:before{
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width:40px;
	height:100%;
	border-right:1px solid #e2e2e2;
}
#mynavi_area li a .ptCount,
#category_area li p a .ptCount{
	position: absolute;
	display: block;
	top: 50%;
	right: 13px;
	margin-top: -8px;
	text-align: center;
	width: 30px;
	padding: 2px 0 1px;
	font-size:12px;
	line-height: 100%;
	vertical-align: top;
	font-weight: normal;
	color:#aaa;
	border: 1px solid #aaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#mynavi_area li a:hover .ptCount,
#mynavi_area li a.selected .ptCount,
#category_area li p a:hover .ptCount,
#category_area li p a.onlink .ptCount{
	color:#ff0000 !important;
	border: 1px solid #ff0000 !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#mynavi_area li a .ptCount:before,
#category_area li p a .ptCount:before{
	content: "";
	position: absolute;
	left: -8px;
	text-align:left;
	margin-top: -3px;
	top: 50%;
	width: 9px;
	height: 5px;
}
#leftArea .mynavi_list li a.selected{
	color:#ff0000 !important;
}
#leftArea .mynavi_list li a.selected:link,
#category_area li a.onlink:link {
	text-decoration: none !important;
}
#leftArea .mynavi_list li a.selected:visited,
#category_area li a.onlink:visited {
	text-decoration: none !important;
}
#leftArea .mynavi_list li a:hover,
#category_area li a:hover {
	text-decoration: none !important;
}
#header_login_area {
	height: 64px;
	line-height: 100%;
}
#header_login_area p.btn {
	position: relative;
	width:64px;
	height: 64px !important;
	padding: 0 !important;
	vertical-align: top !important;
}
#header_login_area .block_body{
	height: 100%;
	width: 100%;
}
#header_login_area p.btn input{
	position: absolute;
	top: 0;
	left:0;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: none !important;
	padding: 0 !important;
	text-indent: -9999px;
	padding: 0;
	margin: 0 !important;
	line-height: 100%;
	font-size: 12px !important;
	outline: none;
}
#header_login_area p.btn input:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
#category_area{
	margin-bottom: 60px
}



.fixed{
	position:fixed;
	top:0px;
	z-index:1000;
}
.clearBoth {
	width: 100%;
	clear: both;
}



/* ヘッダーアイコンスタイル
--------------------------- */
.iconBox {
	margin: 0;
	width: auto;
	line-height: 100%;
	position: relative;
	z-index: 10;
	clear: both;
	*zoom: 1;
}
.iconBox:before,
.sampleBox:after {
	content: "";
	display: table;
}
.iconBox:after {
	clear: both;
}
.logoRight .logWrap{
	text-align: center;
	padding-right:65px;
}
.container-push .logoRight .logWrap,
.LC_Page_Error .logoRight .logWrap{
	padding-right:0 !important;
}
.logoRight .logWrap li{
	list-style: none;
	float: left;
	width: 64px;
	height: 64px;
	line-height:52px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e2e2e2;
}
.logoRight .logWrap a{
	text-indent:0px;
	display: block;
	position: relative;
	width: 64px;
	height: 40px;
	line-height:100%;
	padding: 47px 5px 0px;
	text-decoration: none;
	transition: .3s;
	font-size:xx-small;
	letter-spacing:-1px;
	overflow:visible;
	text-align:center;
}

.logoRight .logWrap a:link,.logoRight .logWrap a:visited,.logoRight .logWrap a:hover,.logoRight .logWrap a:active {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

.balloonpop{
	margin-top:-11px !important;
}
.balloonpop .balloonpop{
	display:none;
	margin-top:3px !important;
}
.logoRight .logWrap a.logo{
	width: 135px;
	height: auto;
	margin-top: 5px;
}
.logoRight .logWrap a.logo img{
	width:100%;
	max-width:192px;
}
#mycontents_area{
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 120;
}



/* スライダービュー
--------------------------- */
#sliderView {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:100;
}
#sliderView ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	z-index:100;
}
#sliderView ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
	z-index:100;
}
#sliderView ul li img {
	width: auto;
	height:100%;
}



/* SideNavi
------------------------- */
#sliderView .btnPrev,
#sliderView .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 105;
}



/* PagiNation
--------------------------- */
.pagiNation {
	display:none !important;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 110;
	visibility: visible;
}
.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}



/* ClearFixElements
--------------------------- */
#sliderView ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#sliderView ul {
	display: inline-block;
	overflow: hidden;
}