@charset "utf-8";

/* reset browser settings
------------------------------------------------------------------- */
/* リニューアル前のhtmlを移植したページに対しては、初期化が影響しないように大枠のidでセレクタコントロールしておく。 */
#stage div,
#stage p,
#stage h1,
#stage h2,
#stage h3,
#stage h4,
#stage h5,
#stage h6,
#stage tr,
#stage th,
#stage td,
#stage dl,
#stage dt,
#stage dd,
#stage a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1.4;
}

#stage form {
  margin: 0px;
  padding: 0px;
}

#stage ul,
#stage ol,
#stage li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#stage table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

table {
  font-size: 100%;
}

#stage tr {
  vertical-align: top;
}

#stage input {
  font-size: 100%;
  margin: 0;
}

#stage img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* 共通設定：文字色など
--------------------------------------------------------------------*/

* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
  color: #595959;
  font-size: 82.5%;
  font-size: 12px;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", sans-serif;
}

#stage br {
  letter-spacing: 0px;
}

#stage span.hdn {
  display: none;
}

.idt-m1 {
  text-indent: -1em;
  padding-left: 1em;
}

.blk {
  display: block;
}

.algn-c {
  text-align: center;
}
.algn-r {
  text-align: right;
}

/* 共通設定：リンク色設定
--------------------------------------------------------------------*/

a:link {
  color: #0068b7;
  text-decoration: none;
  outline: none;
}
a:active {
  color: #0096ff;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #00a0e9;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0096ff;
  text-decoration: underline;
  outline: none;
}

a.ext {
  background: url("../img/icon_blank.gif") no-repeat 0 2px !important;
  padding-left: 14px !important;
}

a:hover img.bovr {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.hovr img.bovr {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.hovr a {
  color: #0096ff;
  text-decoration: underline;
}

/* 共通設定：配置
--------------------------------------------------------------------*/
#stage {
  position: relative;
  text-align: center;
  zoom: 1;
}

/*------------------------
	共通設定：ヘッダ
------------------------*/
#stage #header {
  position: relative;
  width: 940px;
  min-height: 60px;
  margin: 0px auto;
  text-align: left;
}
#stage #header div,
#stage #header p,
#stage #header li {
  font-size: 12px;
  line-height: 1.5;
  color: #595959;
}

* html #stage #header {
  height: 60px;
}

#header #megsnow-logo {
  position: absolute;
  top: 0;
  left: 0;
}

/* header link */
#stage #header a:link {
  color: #0068b7;
  text-decoration: none;
  outline: none;
}
#stage #header a:active {
  color: #0096ff;
  text-decoration: none;
  outline: none;
}
#stage #header a:visited {
  color: #00a0e9;
  text-decoration: none;
  outline: none;
}
#stage #header a:hover {
  color: #0096ff;
  text-decoration: underline;
  outline: none;
}
#stage #header a.ext {
  background: url("../img/icon_blank.gif") no-repeat 0 2px !important;
  padding-left: 14px !important;
}

#header #headerNav {
  padding: 15px 10px 0 200px;
}

#header #headerNav li {
  float: right;
  font-size: 85%;
  line-height: 1;
  letter-spacing: 1px;
}

#header #headerNav li.sitemap,
#header #headerNav li#spLinkBlockInPc {
  border-left: 1px solid #c1c1c1;
}

#header #headerNav li#spLinkBlockInPc {
  margin-left: 10px;
}

#header #headerNav li#spLinkBlockInPc a {
  padding-right: 0;
}

#header #headerNav li#splink_header {
  display: none;
  border-left: 1px solid #c1c1c1;
  margin-left: 10px;
}

#header #headerNav li a {
  padding: 0 10px;
  line-height: 1;
}

#header #headerNav li.sitemap a {
  padding-right: 0;
}

#header #headerNav li#splink_header a {
  padding-right: 0;
}

#header p#catchcopy {
  font-size: 85%;
  padding: 8px 10px 10px 200px;
  text-align: right;
  letter-spacing: 1px;
}

/*------------------------
	共通設定：contentsエリア
------------------------*/
#stage #contents {
  position: relative;
  width: 940px;
  margin: 0px auto;
  text-align: left;
}

#stage #contents a.ext {
  background: url("../img/icon_blank.gif") no-repeat 0 2px !important;
  padding-left: 14px !important;
}

/*------------------------
	共通設定：フッタエリア
------------------------*/

#stage #footer {
  position: relative;
  margin-top: 20px;
  padding: 10px 0 20px;
  width: 940px;
  margin: 0 auto;
  border-top: 1px solid #dadada;
}
#stage #footer div,
#stage #footer p,
#stage #footer li {
  font-size: 12px;
  line-height: 1.5;
  color: #595959;
}

/* footer link */
#stage #footer a:link {
  color: #0068b7;
  text-decoration: none;
  outline: none;
}
#stage #footer a:active {
  color: #0096ff;
  text-decoration: none;
  outline: none;
}
#stage #footer a:visited {
  color: #00a0e9;
  text-decoration: none;
  outline: none;
}
#stage #footer a:hover {
  color: #0096ff;
  text-decoration: underline;
  outline: none;
}
#stage #footer a.ext {
  background: url("../img/icon_blank.gif") no-repeat 0 2px !important;
  padding-left: 14px !important;
}

#footer ul {
  /*	padding-left:15px;*/
  padding-left: 0px;
}

#footer li {
  float: left;
  line-height: 1;
  margin-right: 15px;
}
#footer li a {
  display: block;
  padding-right: 15px;
  font-size: 85%;
}

#footer li:not(:last-of-type) a {
  border-right: 1px solid #c1c1c1;
}

/*
#footer p#copyright
	{
	position:absolute;
	top:10px;
	right:0;
	font-size:85%;
	}
*/
#footer p#copyright {
  margin-top: 2em;
  font-size: 85%;
  text-align: left;
}

/* 共通設定：●矢印
--------------------------------------------------------------------*/

/* 共通設定：印刷時のみ表示
--------------------------------------------------------------------*/
#stage .forprint {
  display: none;
}

/* 共通設定：クリア
--------------------------------------------------------------------*/

.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;
}
