@charset "utf-8";


/* ====================================================================================
 + base setting +
/* ==================================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

a { color:#005aff;outline:none; text-decoration:none;}
a:hover { text-decoration:none;}
a.underline:hover { text-decoration:underline;}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: nomal; }
hr { display: block; height: 1px; border: 0; margin: 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ffd56b; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; overflow: auto; /* Internet Explorer 11- */}
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
ul, ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; display: inline;line-height: 1px;}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; margin: 0; padding: 0;}
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input {	-webkit-border-radius: 0 /* iOS 8+ */}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input[type="number"] {	width: auto;/* Firefox 36+ */}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
textarea {	overflow: auto; resize: vertical;}
details {	display: block; /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */}
progress {	display: inline-block; /* Internet Explorer 11-, Windows Phone 8.1+ */}
summary {	display: block; /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */}
[hidden] {	display: none; /* Internet Explorer 10- */}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
:root {
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000000;
	cursor: default;
	text-rendering: optimizeLegibility;
}
html{
	font:12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Arial, sans-serif;
	-ms-overflow-style: -ms-autohiding-scrollbar; /* Edge 12+, Internet Explorer 11- */
	overflow-y: scroll; /* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%; /* iOS 8+ */
}
body{
	margin: 0;
	background-color: #ffffff;
	position: relative;
}
* {
	box-sizing: border-box;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight:nomal;
	margin: 0;
}

audio,
canvas,
iframe,
svg,
video {
	vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* specify the standard appearance of selects */
select {
	-moz-appearance: none;    /* Firefox 40+ */
	-webkit-appearance: none /* Chrome 45+ */
}

select::-ms-expand {
	display: none;/* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
	color: currentColor;/* Edge 12+, Internet Explorer 11- */
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
	background-color: #b3d4fc; /* required when declaring ::selection */
	color: #4c2b03;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* required when declaring ::selection */
	color: #4c2b03;
	text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
	clip: rect(0 0 0 0);
	display: inherit;
	position: absolute
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}

.clearfix{ clear:both; }
.clearfix:after{ clear:both;content:" "; display:block; height:0; font-size:0.1em; line-height: 0; visibility:hidden; overflow:hidden;}
/*  - base setting ==================================================================== */


/* + sqex-header ========================================================== */
.back-PC{
	width: 100%;
	min-width: 980px;
	padding: 10px 0 6px 0;
	text-align: center;
}
#sqex-header{
	background: #ffffff;
	border-bottom: 1px solid #838383;
	height: 38px;
	width: 100%;
	text-align: center;
}
#sqex-header #sqex-header-inner{
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#sqex-header #sqex-header-inner .logo-sqex{
	height: 14px;
	position: absolute;
	left: 12px;
	top: 12px;
	line-height: 1px;
}
#sqex-header #sqex-header-inner p{
	position: absolute;
	right: 0;
	top: 4px;
}
/* - sqex-header ========================================================== */


/* + sqex-footer ========================================================== */
#sqex-footer {
	background: #ffffff none repeat scroll 0 0;
	border-top: 1px solid #666666;
	margin: 0 auto;
	padding: 18px 0 0;
	text-align: center;
	width: 100%;
}
#sqex-footer #share-area {
	border-bottom: 1px solid #666666;
	padding: 0 0 20px;
	text-align: center;
}
#sqex-footer #share-area dt {
	display: inline;
}
#sqex-footer #share-area dd {
	display: inline;
	margin-left: 15px;
}
#sqex-footer #fnv {
	padding: 7px 0 8px;
	text-align: center;
}
#sqex-footer #fnv li {
	background: rgba(0, 0, 0, 0) url("/img/footer/bg_fnv.png") no-repeat scroll right 50%;
	display: inline;
}
#sqex-footer #fnv li.last {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#sqex-footer #fnv li a {
	color: #000000;
	display: inline-block;
	padding: 0 8px;
}
#sqex-footer address {
	border-top: 1px solid #333333;
	color: #333333;
	padding: 12px 0 24px;
	font-style: normal;
}
#sqex-footer address span {
	color: #9eacae;
	font-size: 11px;
	margin-left: 20px;
}
#sqex-footer address img {
	vertical-align: middle;
}
/* - sqex-footer ========================================================== */


/* ====================================================================================
 + general-frame-wrap +
/* ==================================================================================== */

/* general-frame-wrap964 */
.general-frame-wrap964 .general-frame-top{
	height: 8px;
	text-align: left;
	text-indent: -9999px;
	line-height: 8px;
	background: transparent url(/img/common/bg/generalframe964_top.png) left top no-repeat;
	overflow: hidden;
}
.general-frame-wrap964 .general-frame-bottom{
	height: 8px;
	text-align: left;
	text-indent: -9999px;
	line-height: 8px;
	background: transparent url(/img/common/bg/generalframe964_bottom.png) left top no-repeat;
	overflow: hidden;
}
.general-frame-wrap964 .general-frame{
	background: transparent url(/img/common/bg/generalframe964_middle.png) left top repeat-y;
}

/* general-frame-wrap697 */
.general-frame-wrap697 .general-frame-top{
	height: 8px;
	text-align: left;
	text-indent: -9999px;
	line-height: 8px;
	background: transparent url(/img/common/bg/generalframe697_top.png) left top no-repeat;
	overflow: hidden;
}
.general-frame-wrap697 .general-frame-bottom{
	height: 8px;
	text-align: left;
	text-indent: -9999px;
	line-height: 8px;
	background: transparent url(/img/common/bg/generalframe697_bottom.png) left top no-repeat;
	overflow: hidden;
}
.general-frame-wrap697 .general-frame{
	background: transparent url(/img/common/bg/generalframe697_middle.png) left top repeat-y;
}

/* general-frame-wrap475 */
.general-frame-wrap475 .general-frame-top{
	height: 8px;
	text-align: left;
	text-indent: -9999px;
	line-height: 8px;
	background: transparent url(/img/common/bg/generalframe475_top.png) left top no-repeat;
	overflow: hidden;
}
.general-frame-wrap475 .general-frame-bottom{
	height: 8px;
	text-align: left;
	text-indent: -9999px;
	line-height: 8px;
	background: transparent url(/img/common/bg/generalframe475_bottom.png) left top no-repeat;
	overflow: hidden;
}
.general-frame-wrap475 .general-frame{
	background: transparent url(/img/common/bg/generalframe475_middle.png) left top repeat-y;
}

/* cream-frame-wrap964 */
.cream-frame-wrap964 .cream-frame-top{
	height: 8px;
	text-align: left;
	text-indent: -9999px;
	line-height: 8px;
	background: transparent url(/img/common/bg/creamframe964_top.png) left top no-repeat;
	overflow: hidden;
}
.cream-frame-wrap964 .cream-frame-bottom{
	height: 8px;
	text-align: left;
	text-indent: -9999px;
	line-height: 8px;
	background: transparent url(/img/common/bg/creamframe964_bottom.png) left top no-repeat;
	overflow: hidden;
}
.cream-frame-wrap964 .cream-frame{
	background: transparent url(/img/common/bg/generalframe964_middle.png) left top repeat-y;
}
/* ====================================================================================
 + general-parts +
/* ==================================================================================== */
.pie-radius{
	position: relative;
}
.title-sub{
	width: 966px;
	height: 42px;
	margin: 0 auto;
	background: url(/img/common/title/title_sub.png) left top  no-repeat;
}
.error-massage-area{
	padding: 8px;
	text-align: center;
}
.error-massage-area .error-massage{
	padding: 30px 0;
}

/* ====================================================================================
 + layout +
/* ==================================================================================== */

.super-wrapper{
	width: 100%;
	height: 100%;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 8px 0 0 0;
}

/* + header ============================================================== */
.main-header{
	width: 100%;
	height: 114px;
	position: relative;
}
.main-header .logo{
	width: 246px;
	height: 114px;
	position: absolute;
	left: 0;
	top: 0;
}
/* header-global-navi */
.main-header .header-global-navi{
	width: 734px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/img/header/bg_globalnavi.png) right top no-repeat;
}
.main-header .header-global-navi .tab{
	display: inline;
}
.main-header .header-global-navi .tab a{
	display: block;
	width: 178px;
	height: 72px;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
}
.main-header .header-global-navi .tab .link:hover{
	background-position: left -72px;
}
.main-header .header-global-navi .tab .link.active{
	background-position: left bottom;
}
.main-header .header-global-navi .tab.tab-news .link{
	background-image: url(/img/header/tab_news.png);
	left: 10px;
	top: 4px;
}
.main-header .header-global-navi .tab.tab-products .link{
	background-image: url(/img/header/tab_products.png);
	left: 188px;
	top: 4px;
}
.main-header .header-global-navi .tab.tab-topics .link{
	background-image: url(/img/header/tab_topics.png);
	left: 366px;
	top: 4px;
}
.main-header .header-global-navi .tab.tab-movie .link{
	background-image: url(/img/header/tab_movie.png);
	left: 544px;
	top: 4px;
}
.main-header .header-global-navi .tab.tab-30th .link{
	height: 74px;
	background-image: url(/img/header/tab_30th.png);
	left: 544px;
	top: 4px;
}
.main-header .header-global-navi .tab.tab-30th .link:hover{
	background-position: left bottom;
}

/* header-sub-navi */
.header-sub-navi{
	width: 734px;
	height: 34px;
	position: absolute;
	left: 246px;
	top: 80px;
	padding: 5px 0 0 18px;
	background: url(/img/header/bg_subnavi.png) left top no-repeat;
	overflow: hidden;
}
.header-sub-navi .sub-navi{
	display: inline;
	line-height: 1;
}
.header-sub-navi .sub-navi .link{
	height: 24px;
	display: block;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	text-indent: -9999px;
	line-height: 1;
	float: left;
}
.header-sub-navi .sub-navi .link:hover{
	background-position: 0 -24px;
}
.header-sub-navi .sub-navi .link.active{
	background-position: 0 -48px;
}
.header-sub-navi .sub-navi.about .link{background-image: url(/img/header/subnavi_about.png); width: 154px;}
.header-sub-navi .sub-navi.schedule .link{background-image: url(/img/header/subnavi_schedule.png); width: 106px;}
.header-sub-navi .sub-navi.hiroba .link{background-image: url(/img/header/subnavi_hiroba.png); width: 128px;}
.header-sub-navi .sub-navi.mail .link{background-image: url(/img/header/subnavi_mail.png); width: 106px;}
.header-sub-navi .sub-navi.manners .link{background-image: url(/img/header/subnavi_manners.png); width: 144px;}
/* - header ============================================================== */


/* + page-top ============================================================== */
.page-top-area{
	width: 100%;
	padding: 14px 0 14px 0;
	text-align: right;
}
.page-top-area .btn-pagetop{
	width: 100%;
	padding: 0 0 14px 0;
	text-align: right;
	cursor: pointer;
}
/* - page-top ============================================================== */


/* + general-content-wrap ================================================== */
.general-content-wrap{
	margin: 8px 0 0 0;
	background: url(/img/common/bg/bg_contentwrap_middle.png) left top repeat-y;
}
.general-content-wrap .general-content-wrap-inner{
	background: url(/img/common/bg/bg_contentwrap_bottom.png) left bottom no-repeat;
}
.general-content-wrap .general-content-wrap-inner .general-content{
	background: url(/img/common/bg/bg_contentwrap_top.png) left top no-repeat;
	overflow: hidden;
}
.general-content-wrap .general-content-wrap-inner .general-content.visible{
	overflow:visible;
}
.general-content-head{
	width: 100%;
	height: 42px;
	background: url(/img/common/bg/bg_contenthead.png) left top no-repeat;
	display: table;
}
.general-content-head .title-cell{
	display: table-cell;
	padding: 0 0 0 17px;
	text-align: left;
	vertical-align: middle;
	font-size:
}
.general-content-head .title-cell img{
	margin-top: -1px;
}
.general-content-head .link-cell{
	display: table-cell;
	padding: 0 16px 0 0;
	text-align: right;
	vertical-align: middle;
}
.general-content-head .link-cell img{
	margin-top: -2px;
}
/* - general-content-wrap ================================================== */


/* + brickframe-wrap ================================================== */
.brickframe-wrap{
	width: 964px;
	margin: 0 auto;
}
.brickframe-wrap .brickframe-head{
	width: 100%;
	height: 8px;
	background: url(/img/common/bg/bg_brickframe_top.png) left bottom no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	line-height: 1;
}
.brickframe-wrap .brickframe-body{
	width: 100%;
	background: url(/img/common/bg/bg_brickframe_middle.png) left top repeat-y;
}
.brickframe-wrap .brickframe-foot{
	width: 100%;
	height: 8px;
	background: url(/img/common/bg/bg_brickframe_bottom.png) left top no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	line-height: 1;
}
/* - brickframe-wrap ================================================== */


/* + pager ================================================================= */
.pager{
	margin: 0 8px;
	text-align:center;
	padding:0 0 11px 0;
	line-height: 1;
}
.pager .general-frame{
	margin-top: -1px;
	margin-bottom: -2px;
}
.pager span,
.pager a{
	display: inline-block;
	margin:0 2px;
	line-height: 1;
}
.pager .current{
}
.pager a{
	text-decoration:underline;
}
/* - pager ================================================================= */


/* ====================================================================================
/*  + font setting +
/* ==================================================================================== */

/* base	100%(12px)

(30px) -> 2.583rem
(29px) -> 2.5rem
(28px) -> 2.417rem
(27px) -> 2.333rem
(26px) -> 2.25rem
(25px) -> 2.167rem
(24px) -> 2.083rem
(24px) -> 2rem
(23px) -> 1.917rem
(22px) -> 1.833rem
(21px) -> 1.75rem
(20px) -> 1.667rem
(19px) -> 1.583rem
(18px) -> 1.5rem
(17px) -> 1.417rem
(16px) -> 1.333rem
(15px) -> 1.25rem
(14px) -> 1.167rem
(13px) -> 1.083rem
(11px) -> 0.917rem
(10px) -> 0.833rem
(9px)	-> 0.75rem
(8px)	-> 0.667rem
*/