﻿/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
body {
  background-color: #fff;
}
a {
  color: black;
  outline: none;
  text-decoration: none;
  font-size: 12px;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
.fLeft {
  float: left;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*-------------
firefox fade対策
-------------*/
img {
  box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
  font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
  font-size: 12px;
  line-height: 2.2;
  color: #282828;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
/*-------------
container
-------------*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header_top.clearfix {
  width: 1000px;
  margin: 0 auto 5px auto;
}
img.headerlogo.clearfix {
  float: left;
  margin: 10px 0 0 30px;
}
div#topmain {
  background-color: #000;
  text-align: center;
}
.lang {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.lang ul {
	width: 215px;
	margin: 0 0 0 auto;
}
.lang li {
	float: left;
	margin: 0 5px;
	font-weight: 700;
	text-align: right;
	font-size: 14px;
}
.lang li a:hover {
	text-decoration: underline;
}
.lang li::after {
	content: " / ";
}
.lang li:last-child::after {
	content: "";
}
/*-------------
memu
-------------*/
/*nav*/
div#menu {
  overflow: hidden;
  width: 650px;
  float: right;
}
div#menu-nav {
  padding: 15px 0 0 0;
}
#menu-nav li {
  float: left;
  font-weight: 600;
}
#menu-nav ul a {
  display: block;
  padding: 10px 18px 0 18px;
  height: 27px;
  font-size: 13px;
}
#menu-nav ul a:hover {
  border-bottom: solid 5px #f30f0f;
}
li#menu_last {
  margin: -2px 0 0 15px;
}
li#menu_last a {
  height: 46px;
  padding: 0;
}
li#menu_last a:hover {
  border: none;
}
#menu-nav li ul.drop {
  width: 177px;
  border-top: solid 5px #f30f0f;
  position: absolute;
  z-index: 100;
  /*left: 0;*/
  top: 52px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: .80;
  -moz-opacity: .80;
  padding: 0 0 8px 0;
  margin: 0;
  background-color: #000;
  display: none;
  line-height: 15px;
}
#menu-nav li ul.drop li {
  font-size: 11px;
  font-weight: 500;
  background-color: #000;
  opacity: 1.0;
  text-align: left;
  padding: 0;
  margin: 0;
  position: static;
  width: 100%;
  float: none;
}
#menu-nav li ul.drop li a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  height: 15px;
}
#menu-nav li ul.drop li a:link {
  text-decoration: none;
  color: #fff;
}
#menu-nav li ul.drop li a:hover {
  text-decoration: underline;
  border: none;
  color: #fff;
  text-decoration-color: #fff;
}
/*-------------
main
-------------*/
#main {
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #e8e8e8;
}
.topbox1.clearfix {
  width: 1000px;
  text-align: center;
  margin: 30px auto 0 auto;
}
p.topbox1_title {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 30px;
  margin: 0 0 15px 0;
}
span.title_en {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 15px;
  font-family: 'arial';
  font-style: italic;
}
p.topbox1_test {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
ul.topbox1_list.clearfix {
  margin: 30px auto 20px auto;
  width: 890px;
}
ul.topbox1_list.clearfix li {
  float: left;
}
ul.topbox1_list.clearfix li:nth-child(1) {
  width: 290px;
  height: 294px;
  background: url(../images/top/toplist1.png) no-repeat;
}
ul.topbox1_list.clearfix li:nth-child(2) {
  width: 290px;
  height: 294px;
  background: url(../images/top/toplist2.png) no-repeat;
  margin: 0 10px;
}
ul.topbox1_list.clearfix li:nth-child(3) {
  width: 290px;
  height: 294px;
  background: url(../images/top/toplist3.png) no-repeat;
}
ul.topbox1_list.clearfix li:nth-child(4) {
  width: 290px;
  height: 294px;
  background: url(../images/top/toplist4.png) no-repeat;
}
ul.topbox1_list.clearfix li:nth-child(5) {
  width: 290px;
  height: 294px;
  background: url(../images/top/toplist5.png) no-repeat;
  margin: 0 10px;
}
ul.topbox1_list.clearfix li:nth-child(6) {
  width: 290px;
  height: 294px;
  background: url(../images/top/toplist6.png) no-repeat;
}
dl.toplist {
  width: 87%;
  margin: 150px auto 0 auto;
}
dl.toplist dt {
  font-size: 12px;
  font-weight: 600;
  border-bottom: dotted 1px #c1c1c1;
  line-height: 23px;
  text-align: left;
}
dl.toplist dt img {
  margin: 5px 10px 0 0;
}
dl.toplist dt a:hover {
  color: #cc2b2f;
}
.topbox2.clearfix {
  width: 100%;
  padding: 0 0 40px 0;
  background-color: #000;
  margin: 40px 0 0 0;
}
.topbox2_inner.clearfix {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}
p.topbox2_title {
  font-size: 23px;
  color: #fff;
  letter-spacing: 5px;
  line-height: 37px;
  padding: 65px 0 0 0;
  font-family: 'Meiryo UI';
}
span.title_en2 {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 20px;
  font-family: 'arial';
  font-style: italic;
}
ul.topbox2_list.clearfix {
  width: 755px;
  margin: 20px auto 0 auto;
  border-top: solid 4px #fff;
  padding: 30px 0 0 0;
}
ul.topbox2_list.clearfix li {
  float: left;
}
ul.topbox2_list.clearfix li:nth-child(2) {
  margin: 0 0 0 35px;
}
ul.topbox2_list.clearfix li p {
  margin: 15px 0 0 0;
  letter-spacing: 1px;
}
ul.topbox2_list.clearfix li p img {
  margin: 5px 15px 0 0;
}
ul.topbox2_list.clearfix li p a {
  color: #fff;
}
ul.topbox2_list.clearfix li p a:hover {
  border-bottom: solid 1px #fff;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 313px;
  right: 25px;
}
/*-------------
footer
-------------*/
#footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  background-color: #dcdcdc;
}
footer .ft_middle {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  overflow: hidden;
}
.footer_box.clearfix {
  float: left;
  width: 350px;
}
p.footertext {
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  margin: 35px 0 0 10px;
}
p.footertext2 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 900;
  margin: 0 0 0 10px;
  letter-spacing: -1px;
}
.footermail.clearfix {
  margin: 10px 0 0 10px;
}
.footermail.clearfix:hover {
  opacity: 0.8;
}
.ft_bottom {
  font-size: 10px;
  margin: 25px 0 0 10px;
  letter-spacing: -1px;
}
.footer_box2.clearfix {
  float: left;
}
.footer_box2listbox.clearfix {
  float: left;
  margin: 15px 10px 0 0;
  font-weight: 900;
}
span.footerarrow {
  color: #cc2b2f;
  font-size: 20px;
  margin: 0 10px 0 0;
}
ul.footer_box2list2 {
  margin: 15px 0 0 15px;
  float: left;
}
ul.footer_box2list li {
  line-height: 22px;
}
ul.footer_box2list2 li {
  line-height: 20px;
}
ul.footer_box2list li a {
  font-size: 12px;
}
ul.footer_box2list2 li a {
  font-size: 11px;
}
li#footer_top {
  font-weight: 600;
  line-height: 22px;
}
li#footer_top a {
  font-size: 12px;
}
li#footer_top2 {
  margin: 22px 0 0 0;
}
ul.footer_box2list a:hover, ul.footer_box2list2 a:hover {
  text-decoration: underline;
}
.footer_box3.clearfix {
  float: right;
}