@charset "utf-8";

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}ol, ul {list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}input, select {vertical-align:middle;}img {display:block;vertical-align:baseline;}.clearfix:after {content: "";clear: both;display: block;height:0;visibility:hidden;}a:focus {outline:none;}
html {overflow-y:scroll;height:100%;}
body {
	position: relative;
	width: 100%;
	min-width: 1078px;
	min-height: 100%;
	line-height:1;
	font:400 12px "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #614c3f;
	background:#fff;
	word-wrap : break-word; overflow-wrap : break-word;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	color:#f9e701;
	background:transparent;
	vertical-align:baseline;
}
a:link, a:visited, a:hover, a:active {text-decoration: none;}
.red{color: red;}

/* ---------- colorbox setting ---------- */
#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; outline: 0; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear: left; }
#cboxContent { position: relative; }
#cboxLoadedContent { overflow: auto; }
#cboxTitle { margin: 0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
#cboxOverlay { background: #fff; }
#cboxContent { overflow:hidden; }
#cboxError { padding: 50px; border: 1px solid #ccc; }
#cboxLoadedContent { margin: 28px 0; overflow: hidden; }
#cboxTitle { position: absolute; bottom: 4px; left: 0; text-align: center; width: 100%; color: #949494; }
#cboxCurrent { display: none; }
#cboxSlideshow { position: absolute; right: 30px; bottom: 4px; color: #0092ef; }
/*
#cboxPrevious { position: absolute; left: 0; top: 0; border: none; background: url(/img/icon/control.png) no-repeat 0 0; width: 25px; height: 25px; text-indent:-9999px; }
#cboxPrevious:hover{ background-position: 0 -25px; }
#cboxNext { position: absolute; left: 27px; top: 0; border: none; background: url(/img/icon/control.png) no-repeat -25px 0; width: 25px; height: 25px; text-indent:-9999px; }
#cboxNext:hover { background-position: -25px -25px; }
#cboxLoadingGraphic { background: url(/img/icon/loading.gif) no-repeat center center; }
*/
#cboxClose { position: absolute; right: 0; top: 0; border: none; background: url(/img/colorbox/close.png) no-repeat left top; width: 25px; height: 25px; text-indent:-9999px; }
#cboxClose:hover { background-position: right; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; }

/* ---------- common setting ---------- */
/* -----  common  ----- */
.loadingWrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.catchBG {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 999;
}
.catch{
	display: none;
	position: absolute;
	width: 34px;
	height: 404px;
	top: 195px;
	left: 50%;
	margin-left: -17px;
	z-index: 999;
}
.linkLine {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 3px;
	border-top: 1px #f8ea37 solid;
	border-bottom: 2px #f8ea37 solid;
}
.linkLine::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 2px;
	left: 0;
	background-color: #f8ea37;
}
.openWindow {
	display: inline-block;
	position: relative;
	width:1em;
	height:.6em;
	margin-left: 8px;
	background-color:#614c3f;
	-webkit-transition: .3s ease-out;transition: .3s ease-out;
}
.menu > .menuItem a:hover .openWindow, .footer .menuItem a:hover .openWindow {
	background-color: #f9e701;
}
.openWindow::after {
	content: "";
	position: absolute;
	width:.9em;
	height:.45em;
	border:solid 1px #614c3f;
	bottom: .25em;
	left: .25em;
	-webkit-transition: .3s ease-out;transition: .3s ease-out;
}
.menuItem a:hover .openWindow::after {
	border-color: #f9e701;
}
/* -----  main  ----- */
.blueBorder{
	position: relative;
	width: 100%;
	height: 100%;
	border: 9px solid #00a2e9;
	overflow: hidden;
}
.mainContent {
	height: 100%;
	padding: 20px;
}
/* -----  footer  ----- */
.footer .menuItem{
	display: inline-block;
	margin: 0 5px;
}
.footer .menuItem a{
	display: block;
	font-family: 'Cantata One', serif;
	color: #614c3f;
	font-size: 100%;
	padding: 2px 5px;
	background-color: rgba(255,255,255,.5);
	-webkit-transition: .3s ease-out;transition: .3s ease-out;
}
.footer .menuItem a:hover{
	color: #f9e701;
}
