@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.clearfix {
	min-height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from Mac IE \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* Hides from Mac IE */
.center{
	text-align:center;
}

/* =====================================================================
*
*    Font
*
* =================================================================== */

body {
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size: inherit;
	font: 100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family: monospace;
 *font-size:108%;
	line-height: 100%;
}
/* =====================================================================
*
*    Link
*
* =================================================================== */

/* \*/ a {
	outline: none;
	overflow: hidden;
	color: #FFF;
} /**/
/* \*/ a:focus {
	outline: none;
	overflow: hidden;
} /**/
a, a:visited {
	/*color:#919191;*/
	text-decoration: none;
}
a:hover, a:active {
	/*color:#919191;*/
	text-decoration: underline;
}
a:hover img, a:active img {
}
/* =====================================================================
*
*    Global Layout
*
* =================================================================== */
body {
	padding:60px 0 0 0;
	-webkit-text-size-adjust: 100%;
	background: #ffdb00 url(../img/bg.gif) no-repeat center 60px;/*display:none;*/
}
div#wrapper {
	width: 100%;
	position: relative;
	top: 0;
}
div#wrapperInner {
	max-width: 1600px;
	min-width: 940px;
	margin: 0 auto;
}
p#loader {
	position: absolute;
	top: 320px;
	left: 50%;
	margin: 0 0 0 -23px;
	z-index: 5000;
	_display: none;
}
/* =====================================================================
*
*    SP Layout
*
* =================================================================== */
header, footer{
	display:none;
}

/* =====================================================================
*
*    Contents Layout
*
* =================================================================== */
div#container {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	position: relative;
}
p.btnBackTop01 {
	text-align: center;
	padding: 5px 0 25px 0;
	_position:relative;
}
/* =====================================================================
*
*    Header Layout
*
* =================================================================== */
div#header {
	width: 940px;
	height: 76px;
	margin: 0 auto;
	position: relative;
}
div#header ul {
	position: absolute;
	top: 17px;
	right: 0;
	width: 723px;
	height: 78px;
	background:url(../img/2017/hnavi_line.gif) no-repeat right top;
}
div#header ul li {
	float: left;
	height: 39px;
	overflow: hidden;
	position:relative;
	background:url(../img/2017/hnavi_line.gif) no-repeat left top;
	padding:0 0 0 4px;
}
div#header ul li img {
	display: block;
	position:absolute;
	top:0;
	left:0;
}
div#header ul li.active {
	cursor: default;
}
div#header ul li.active img{
	top:-39px;
}
div#header ul li#hnavi01 {
	width: 181px;
	background:url(../img/2017/gnavi01_on.gif) no-repeat 0 0;
}
div#header ul li#hnavi02 {
	width: 187px;
	background:url(../img/2017/gnavi02_on.gif) no-repeat 0 0;
}
div#header ul li#hnavi03 {
	width: 177px;
	background:url(../img/2017/gnavi03_on.gif) no-repeat 0 0;
}
div#header ul li#hnavi04 {
	width: 158px;
	background:url(../img/2017/gnavi04_on.gif) no-repeat 0 0;
}
/* =====================================================================
*
*    Footer Layout
*
* =================================================================== */
div#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	min-width: 940px;
	height: 73px;
	background: #571801;
	z-index: 5000;
	padding: 1px 0 0 0;
}
div#footer div#footerInner {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 3px 0;
	height: 38px;
}
div#footerInner p#footerTW {
	margin: 8px 0 4px 0;
	width: 147px;
	height: 26px;
}
div#footerInner ul {
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
	padding:8px 0 0 0;
}
div#footerInner ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	overflow: hidden;
}
div#footerInner ul li#fbSNS {
	width: 115px;
}
div#footerInner ul li#twSNS {
	width: 115px;
}
div#footerInner ul li#gSNS {
	width: 80px;
}
/* =====================================================================
*
*    pagetop Layout
*
* =================================================================== */
div#pageTopContainer {
	width: 940px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
div#pageTopContainer div#pageTopInner {
	width: 945px;
	margin: 0 auto;
	position: relative;
	height: 80px;
	overflow: hidden;
}
div#pageTopContainer div#pageTopInner p#pageTopBtn {
	position: absolute;
	right: 5px;
	bottom: -22px;
	cursor: pointer;
}
div#pageTopContainer div#pageTopInner ul {
}
div#pageTopContainer div#pageTopInner ul li {
	position: fixed;
	left: 50%;
	bottom: -175px;
	margin:0 0 0 240px;
	z-index: 5000;
}
/* =====================================================================
*
*    Common Layout
*
* =================================================================== */

/* header */
#cpHeader {
	width: 100%;
	min-width: 940px;
	background: #FFF;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
}
#cpHeaderInner {
	position: relative;
	width: 940px;
	min-height: 60px;
	margin: 0px auto;
	text-align: left;
}
#cpHeader div, #cpHeader p, #cpHeader li {
	font-size: 12px;
	line-height: 1.5;
	color: #595959;
}
* html #cpHeader {
	height: 60px;
}
#cpHeader #megsnow-logo {
	position: absolute;
	top: 0;
	left: 0;
}
#cpHeader a:link {
	color: #0068b7;
	text-decoration: none;
	outline: none;
}
#cpHeader a:active {
	color: #0096ff;
	text-decoration: none;
	outline: none;
}
#cpHeader a:visited {
	color: #00a0e9;
	text-decoration: none;
	outline: none;
}
#cpHeader a:hover {
	color: #0096ff;
	text-decoration: underline;
	outline: none;
}
#cpHeader a.ext {
	background: url(../img/icon_blank.gif) no-repeat 0 2px !important;
	padding-left: 14px !important;
}
#cpHeader #headerNav {
	padding: 15px 0 0 200px;
}
#cpHeader #headerNav li {
	float: right;
	font-size: 85%;
	line-height: 1;
	letter-spacing: 1px;
}
#cpHeader #headerNav li.sitemap {
	border-left: 1px solid #c1c1c1;
}
#cpHeader #headerNav li#splink_header {
	display: none;
	border-left: 1px solid #c1c1c1;
	margin-left: 10px;
}
#cpHeader #headerNav li a {
	padding: 0;
	line-height: 1;
}
#cpHeader #headerNav li.sitemap a {
	padding-right: 0;
}
#cpHeader #headerNav li#splink_header a {
	padding-right: 0;
}
#cpHeader p#catchcopy {
	font-size: 85%;
	padding: 8px 10px 10px 200px;
	text-align: right;
	letter-spacing: 1px;
}
/* footer */
#cpFooter {
	clear: both;
	width: 100%;
	min-width: 940px;
	background: #FFF;
}
#cpFooterInner {
	position: relative;
	padding: 12px 0 12px 0;
	width: 940px;
	margin: 0 auto;
}
#cpFooter div, #cpFooter p, #cpFooter li {
	font-size: 12px;
	line-height: 1.5;
	color: #595959;
}
#cpFooter a:link {
	color: #0068b7;
	text-decoration: none;
	outline: none;
}
#cpFooter a:active {
	color: #0096ff;
	text-decoration: none;
	outline: none;
}
#cpFooter a:visited {
	color: #00a0e9;
	text-decoration: none;
	outline: none;
}
#cpFooter a:hover {
	color: #0096ff;
	text-decoration: underline;
	outline: none;
}
#cpFooter a.ext {
	background: url(../img/icon_blank.gif) no-repeat 0 0 !important;
	padding-left: 14px !important;
}
#cpFooter ul {
	padding-left: 0;
}
#cpFooter li {
	float: left;
	line-height: 1;
	margin-right: 15px;
}
#cpFooter li a {
	display: block;
	padding-right: 15px;
	padding-bottom: 3px;
	border-right: 1px solid #c1c1c1;
	font-size: 85%;
}
#cpFooter p#cpCopyright {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 85%;
}
.cfx:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cfx {
	zoom: 1;
}
/* WinIE7 only */
*:first-child+html .cfx {
/*	height:1%;*/
}
/* WinIE6 and below */
/*\*/
* html .cfx {
	height: 1%;
}
/**/

/* MacIE only */
/*\*//*/
.cfx
	{
	display:inline-table;
	}
/**/

.clear {
	clear: both;
}
