@charset "utf-8";
/* reset */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, figure, aside, header, footer, main, nav {
  margin: 0;
  padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse:collapse;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{
	vertical-align:bottom;
}
hr{
	clear:both;
	border:none;
	background-color:#FFFFFF;
}
figure{
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
main, section, aside {
  display: block;
}

/*
------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.8;
  color: #000;
}

/* style
-------------------------------------*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* g_nav
----------------------------- */
#g_nav {
  position: fixed;
  left: 0;
  top: 0;
	height: 60px;
  width: 100%;
	background-color: rgba(0,0,0,.8);
  z-index: 999;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
}

#g_nav .inner {
  overflow: hidden;
  *zoom: 1;
}
#g_nav h1 {
	float: left;
}
#g_nav ul {
	display: table;
	float: right;
	margin: 15px 0;
  width: 753px;
}
#g_nav ul li {
	display: table-cell;
  text-align: center;
	height: 30px;
  border-left: 1px solid rgba(255,255,255,.3);
	vertical-align: middle;
}
#g_nav ul li:nth-child(1) {
  width: 166px;
}
#g_nav ul li:nth-child(2) {
  width: 85px;
}
#g_nav ul li:nth-child(3) {
  width: 181px;
}
#g_nav ul li:nth-child(4) {
  width: 140px;
}
#g_nav ul li:nth-child(5) {
  width: 181px;
}
#g_nav ul li a {
  display: block;
	line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -.03em;
  text-decoration: none;
  text-align: center;
}
#g_nav ul li a img {
  vertical-align: middle;
}
#g_nav ul li:last-child {
  border-right: 1px solid rgba(255,255,255,.3);
}

/* footer
----------------------------- */
#footer_wrap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_top {
  margin-bottom: 60px;
  padding: 15px 0 10px;
  background-color: #000;
}
.footer_top ul {
  display: table;
  margin: 0 auto;
  width: 1020px;
	height: 30px;
  text-align: center;
  letter-spacing: -.4em;
  border-right: 1px solid rgba(255,255,255,.3);
}
.footer_top li {
	display: table-cell;
  border-left: 1px solid rgba(255,255,255,.3);
  letter-spacing: normal;
	vertical-align: middle;
}
.footer_top li:nth-child(1) {
  width: 158px;
}
.footer_top li:nth-child(2) {
  width: 268px;
}
.footer_top li:nth-child(3) {
  width: 170px;
}
.footer_top li:nth-child(4) {
  width: 230px;
}
.footer_top li:nth-child(5) {
  width: 194px;
}
.footer_top li a {
  display: block;
	line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.footer_top small {
  display: block;
  margin-top: 25px;
  font-size: 10px;
  line-height: 1.0;
  color: #fff;
  text-align: center;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
	background-color: rgba(0,0,0,.8);
  width: 100%;
  z-index: 999;
}
footer .f_info {
	float: left;
	line-height: 60px;
	color: #fff;
	font-size:90%;
}
footer .f_link {
	display: table;
	float: right;
	width: 486px;
}
footer .f_link li {
	display: table-cell;
  width: 248px;
}
footer .f_link li:first-child {
	display: table-cell;
  width: 238px;
}
footer .pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

/* contents
----------------------------- */
#wrapper,footer {
  opacity: 0;
}
#contents {
  margin-top: 62px;
}
#gb #contents {
  margin-top: 0;
}


.info_btn {
  margin: 100px 0;
}
.info_btn ul {
  overflow: hidden;
  *zoom: 1;
}
.info_btn ul + ul {
  margin-top: 10px;
}
.info_btn li {
  position: relative;
  float: left;
  height: 165px;
}
.info_btn .info01 li {
  width: 165px;
}
.info_btn .info02 li {
  width: 336px;
}

.info_btn li + li {
  margin-left: 6px;
}
.info_btn li p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: .04em;
  color: #fff;
  text-align: center;
	overflow: hidden;
}
.ie .info_btn li p {
	padding-top: 2px;
}
.info_btn .info01 li p {
  width: 165px;
}
.info_btn .info02 li p {
  width: 336px;
}
.info_btn li p:after {
  content: "\003E";
  position: absolute;
  top: 0;
  right: 2px;
  line-height: 22px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -ms-transform: scale(.6,1);
  -webkit-transform: scale(.6,1);
  transform: scale(.6,1);
}
.info_btn li.list01 p {
  background-color: rgba(229,174,4,.85);
}
.info_btn li.list02 p {
  background-color: rgba(74,173,20,.85);
}
.info_btn li.list03 p {
  background-color: rgba(0,0,0,.7);
}
.info_btn li.list04 p {
  background-color: rgba(0,0,0,.7);
}
.info_btn li.list05 p {
  background-color: rgba(0,0,0,.7);
}
.info_btn li.list06 p {
  background-color: rgba(0,10,123,.85);
}
.info_btn .info02 li p {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 336px;
  height: 30px;
  line-height: 30px;
	font-family: Century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
	overflow: hidden;
}
.info_btn .info02 li p:after {
  content: "\003E";
  position: absolute;
  top: 0;
  right: 8px;
  line-height: 30px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 23px;
  -ms-transform: scale(.6,1);
  -webkit-transform: scale(.6,1);
  transform: scale(.6,1);
}
.info_btn .info02 li.list07 p {
  background-color: rgba(227,178,25,.9);
}
.ie .info_btn .info02 li.list07 p {
	padding-top: 3px;
}
.info_btn .info02 li.list08 p {
  background-color: rgba(223,93,34,.9);
}
.ie .info_btn .info02 li.list08 p {
	padding-top: 3px;
}
.info_btn .info02 li.list09 p {
  background-color: rgba(86,174,36,.9);
  letter-spacing: .05em;
}

#gb div.logo_pana {
	text-align: center;
	margin-top: 50px;
}
#gb div.logo_pb {
	text-align: center;
	margin-top: 50px;
}

.mb_40 {
	margin-bottom: 40px;
}
