@charset "utf-8";

/*********************/
/***** reset *****/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  height: 100%;
}

/* opacity-rollover IE用 */
a:hover img {
  /*opacity:0.8;*/
  /*filter:alpha(opacity=80);*/
  /* IE6・7 */
  /*-ms-filter: "alpha( opacity=80 )";*/
  /* IE8 */
}

/*************************************************************/
/***** 共通 **************************************************/
/*************************************************************/
body {
  color: #333;
  font-size: 14px;
  /*font-family: "メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo,
    "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", Osaka, arial, helvetica,
    sans-serif;
  text-align: center;
  line-height: 1.5;
  background: url("../img/bg02.jpg") center top repeat-y;
  height: 100%;
  /*	overflow: hidden;*/
}

/*div#container {
    width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url("../img/bg01.png") center top repeat;
}*/

/* HTML5タグ対応と共通レイアウト集約 */
/* header */
header#header,
#header {
  position: relative;
  width: 900px;
  height: 111px;
  margin: 0 auto 0;
  text-align: left;
  padding: 0 0 0;
  background: url("../img/header_bg.jpg") center top repeat;
}

header#header h1,
#header h1 {
  position: absolute;
  top: 15px;
  left: 15px;
}

header#header p.eng,
#header p.eng {
  position: absolute;
  bottom: 3px;
  right: 10px;
  font-size: 12px;
}

header#header p.eng a,
#header p.eng a {
  text-decoration: none;
}

header#header p.eng a:hover,
#header p.eng a:hover {
  text-decoration: underline;
}

/* navi */
nav#navi,
.navi {
  float: left;
}

nav#navi li.last {
  margin-top: 45px;
}

#container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  background: url("../img/bg01.png") center top repeat;
}

div#container ul.footerBnr {
  text-align: center;
}

/* ページトップへ戻るボタン */
#pageTop {
  font-size: 12px;
  text-align: right;
  margin-top: 50px;
  margin-bottom: 50px;
}

#pageTop a {
  color: #fff;
}

#pageTop a:hover {
  color: #ccc;
}

#pageTop2 {
  font-size: 12px;
  text-align: right;
  margin: 50px 0;
}

#pageTop2 a {
  color: #333;
}

#pageTop2 a:hover {
  color: #999;
}

/* footer */
#footer {
  width: 900px;
  margin: 20px auto 0;
}

/* ユーティリティ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clear {
  clear: both;
}

.mgnT10 {
  margin-top: 10px;
}

/* navi ************************/
nav#navi ul {}

nav#navi ul li:not(:last-child) {
  border-bottom: 1px solid #666;
}

nav#navi ul li a {}

nav#navi ul li a img {
  width: 200px;
}

/* footer ************************/
div#footer {
  width: 900px;
  margin: 20px auto 0;
}

div#footer ul.footerBnr li {
  display: inline-block;
  background: #fff;
}

div#footer ul.footerBnr li:nth-child(1),
div#footer ul.footerBnr li:nth-child(2),
div#footer ul.footerBnr li:nth-child(3),
div#footer ul.footerBnr li:nth-child(4),
div#footer ul.footerBnr li:nth-child(5) {
  margin-right: 10px;
}

div#footer ul.footerBnr li:nth-child(4),
div#footer ul.footerBnr li:nth-child(5) {
  width: 135px;
}

div#footer ul.footerBnr img {
  width: 100%;
}

div#footer ul.footerBnr_sns {
  margin: 15px 0 0;
  /* text-align: right; */
}

div#footer ul.footerBnr_sns li {
  display: inline-block;
}

div#footer ul.footerBnr_sns li:nth-child(1),
div#footer ul.footerBnr_sns li:nth-child(2),
div#footer ul.footerBnr_sns li:nth-child(3),
div#footer ul.footerBnr_sns li:nth-child(4) {
  width: 155px;
  margin-right: 25px;
}

div#footer ul.footerBnr_sns li:nth-child(5) {
  width: 155px;
  /* margin-right: 33px; */
}

div#footer ul.footerBnr_sns img {
  width: 100%;
}

div#footer p.copy {
  color: #333;
  font-size: 11px;
  padding: 20px 0;
  /*	margin-top: 20px;*/
  /*	background: rgba(51,51,51,0.5);*/
}

/* mega menu ************************/
#megaMenu1,
#megaMenu2 {
  position: relative;
  width: 100%;
}

#megaMenu1>div.menu01 {
  display: none;
  z-index: 9999;
  position: absolute;
  top: -12px;
  left: 200px;
  width: 328%;
  padding: 20px;
  background: rgba(10, 10, 10, 0.8);
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#megaMenu2>div.menu02 {
  display: none;
  z-index: 9999;
  position: absolute;
  top: -66px;
  left: 200px;
  width: 328%;
  padding: 20px 20px 0 20px;
  background: rgba(10, 10, 10, 0.8);
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#megaMenu2 div.menu02 p.ttl {
  font-weight: bold;
  background: rgba(255, 207, 15, 1);
  padding: 2px 5px;
  margin-bottom: 10px;
  /*	border: 1px solid #FFF;*/
}

#megaMenu1 div.menu01 ul {
  float: left;
  color: #fff;
  margin-right: 20px;
}

#megaMenu2 div.menu02 ul {
  float: left;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 25px;
}

#megaMenu1 div ul li a,
#megaMenu2 div ul li a {
  color: #fff;
  text-decoration: none;
}

#megaMenu1 div ul li a:hover,
#megaMenu2 div ul li a:hover {
  color: #ccc;
  text-decoration: underline;
}

#megaMenu1 div ul li.first,
#megaMenu2 div ul li.first {
  width: 185px;
  border: 1px solid #ffcf0f;
  padding: 2px 4px;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.3);
}

#megaMenu1 div ul li.first a,
#megaMenu2 div ul li.first a {
  color: #fff;
}

#megaMenu2 div ul li.second {
  margin-left: 1em;
}

#megaMenu2 div ul li.third {
  margin-left: 2em;
}

#megaMenu2 div ul li.fourth {
  margin-left: 52px;
  text-indent: -15px;
}

/*************************************************************/
/*************************************************************/
/*************************************************************/
a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

/*****************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/*****************/
.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clear {
  clear: both;
}

/*****************/
.mgnT5 {
  margin-top: 5px;
}

.mgnT10 {
  margin-top: 10px;
}

.mgnT15 {
  margin-top: 15px;
}

.mgnT20 {
  margin-top: 20px;
}

.mgnT25 {
  margin-top: 25px;
}

.mgnT30 {
  margin-top: 30px;
}

.mgnT35 {
  margin-top: 35px;
}

.mgnT40 {
  margin-top: 40px;
}

.mgnT50 {
  margin-top: 50px;
}

.mgnT60 {
  margin-top: 60px;
}

.mgnT80 {
  margin-top: 80px;
}

.mgnT100 {
  margin-top: 100px;
}

.mgnT150 {
  margin-top: 150px;
}

.mgnT200 {
  margin-top: 200px;
}

*p.mgnT-1 {
  margin-top: -1px;
}

.mgnB2 {
  margin-bottom: 2px;
}

.mgnB5 {
  margin-bottom: 5px;
}

.mgnB10 {
  margin-bottom: 10px;
}

.mgnB20 {
  margin-bottom: 20px;
}

.mgnB15 {
  margin-bottom: 15px;
}

.mgnB30 {
  margin-bottom: 30px;
}

.mgnB40 {
  margin-bottom: 40px;
}

.mgnB50 {
  margin-bottom: 50px;
}

.mgnB100 {
  margin-bottom: 100px;
}

.mgnL10 {
  margin-left: 10px;
}

.mgnL50 {
  margin-left: 50px;
}

.mgnL80 {
  margin-left: 80px;
}

.mgnL100 {
  margin-left: 100px;
}

.mgnR10 {
  margin-right: 10px;
}

.mgnR12 {
  margin-right: 12px;
}

.mgnR15 {
  margin-right: 15px;
}

.mgnR20 {
  margin-right: 20px;
}

.mgnR22 {
  margin-right: 22px;
}

.mgnR30 {
  margin-right: 30px;
}

.padT10 {
  padding-top: 10px;
}

.padT20 {
  padding-top: 20px;
}

.padT30 {
  padding-top: 30px;
}

.padT50 {
  padding-top: 50px;
}

.padT80 {
  padding-top: 80px;
}

.padT100 {
  padding-top: 100px;
}

.padL3 {
  padding-left: 3px;
}

.padL5 {
  padding-left: 5px;
}

.padL10 {
  padding-left: 10px;
}

.padL15 {
  padding-left: 15px;
}

.padR10 {
  padding-right: 10px;
}

/*****************/
.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

/*****************/
.txtColor1 {
  color: #24adf7;
  text-align: left;
  padding-left: 40px;
}

.txtIndent {
  text-indent: -1em;
  margin-left: 1em;
}