@charset "utf-8";
/* formatting style
------------------------------*/

body {
	color: #333333;
	background-color: #999999;
	background-image: url(../img/common/back.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 0.76em;
	line-height: 1.75;
}

a img {border-style: none;}
a:link  {color: #000000;text-decoration: none;}
a:visited {color: #333333;text-decoration: none;}
a:hover {color: #999999;text-decoration: none;}
a:active {text-decoration: none;position: relative;left: 1px;top: 1px;}


#wrapper {
	/*width: 858px;*/
	max-width: 860px;
	background-color: #fff;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0 auto;
	position:relative;
	border-top: 3px solid #ff6600;	
}

/* header
--------------------------------------------------------------------------------------*/
#header h1 {
	width: 28%;
	margin:3% 0 2% 4%;
	padding: 0;
	float:left;
}
#header h1 img{
	width: 100%;
	height: auto;
}
#header #headerR{
	margin:2% 3% 2% 0%;
	padding: 0;
	float:right;
	display: block;
}
#header #headerR p{text-align:center;}
#header #headerR p a{color: inherit;}

/****************************************************************************************************
gNavi
****************************************************************************************************/
#nav{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	border-top: 3px solid #ffff66;
	border-bottom: 3px double #999;
	text-align: center;
	display: block;
	clear: both;
}

#nav > ul#menu {
	/*
	max-width: 900px;
	margin:0 auto;
	*/
	width: 100%;
	display:table;
	margin:0;
}
#nav > ul > li {
	position:relative;
	display: table-cell;
  vertical-align: middle;
	text-align:center;
	width:14.2%;
	padding: 1% 0;
	border-right:1px solid #fff;
}
#nav > ul > li:last-child{border-right:none;}

#nav > ul > li > a {
	display:block;
	width:100%;
	height:100%;
	color:#666;
	font-weight: 700;
	text-decoration:none;
  vertical-align: middle;
}
#nav li.on,
#nav li.on a {
	color: #ffff66;
}
#menu li a:hover {opacity: .5; filter:alpha(opacity=50); -ms-filter: "alpha( opacity=50 )";-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;text-decoration: none;color:#fff;}
.slicknav_menu {display:none;}

#header ul#language{
	width: 100%;
	margin-top: 1%;
	margin-right: 1%;
	line-height: 1;
	text-align: right;
	clear: both;
}
#header ul#language li{
	margin:0 0.5em 0 0 ;
	display: inline;
}
#header #language li a{
	color: #ccc;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
#header #language li a:hover{color:#fff500;}
#header #language li.nolink a{color:#030303;}

/* contents
--------------------------------------------------------------------------------------*/
#leftslot{
	width: 18%;
	float:left;
	display: table-cell;
	margin-left: 2%;
	margin-top: 5%;
}
#leftslot #subnav{}
#leftslot #subnav li{
	background:url("../img/common/arrow.gif") no-repeat 0px 5px;
	padding-left: 17px;
	margin-bottom: 1%;
}
#leftslot #subnav li:first-child{
background:none;
	padding-left: 0;
	margin-bottom: 30px;
}
#rightslot{
	width:75%;
	float:right;
	display: table-cell;
	min-height: 500px;
}

#footer {
	padding: 2%;
	clear: both;
	color: #fff;
	background-color: #cc3333;
}

h2{
	margin-bottom: 5%;
}

#second h3{
	margin-bottom: 5%;
	border-bottom: 1px dotted #666666;
	background: url("../img/common/bullet.png") no-repeat 0px 6px;
	background-size: 10px 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: left;
}
#second h3 span{background: url("../img/common/bullet.png") no-repeat right 1px;
	background-size: 10px 10px;
	padding-right: 15px;
}
h4{
	font-weight:700;
	font-size: 1.1em;
	float:none;
	padding:0 0;
	margin:0 0 20px 0;
	border-bottom:2px solid #d7d7d1;
	text-align: left;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h4 span{
	position:relative;	
	top:2px;
	display:inline-block;
	padding:0.1em 5px 0.1em 5px;
	border-bottom:2px solid #727265 !important;
	color:#727265;
	font-weight:700;
}
h5{
	margin-bottom: 1%;
	padding-left: 1%;
	font-weight: 700;
	font-size: 1.1em;
	color: #123b5b;
	border-left: 5px solid #123b5b;
	text-align: left;
	
}
h6{
	margin-bottom: 1%;
	font-weight: 700;
	font-size: 1em;
	color: #000;
	text-align: left;
	
}

table.one{
width:100%;
text-align:left;
border-collapse:collapse;
	border: #dbdbdb;
}

.one th{
width:8%;
padding:15px 15px 15px 12px;
	border-right: 1px dotted #dbdbdb;
	border-bottom: 1px solid #fff;
color: #fff;
text-align:left;
font-weight:700;
vertical-align:middle;
white-space:nowrap;
	background-color: #666666;
}
.one td{
width:auto;
padding:15px 12px 15px 18px;
vertical-align:middle;
text-align:left;
	border-bottom: 1px solid #dbdbdb;
}

table.two{
width:100%;
text-align:left;
border-collapse:collapse;
}
.members.en table.two{border: 1px solid #666;}
/*
.two th{
width:8%;
padding:15px 15px 15px 12px;
	border-right: 1px dotted #dbdbdb;
	border-bottom: 1px solid #fff;
color: #fff;
text-align:left;
font-weight:700;
vertical-align:middle;
white-space:nowrap;
	background-color: #666666;
}*/
.two td{
width:auto;
padding:8px 10px 8px 10px;
vertical-align:middle;
text-align:left;
	border-bottom: 1px solid #666;
}
.members.en table.two td{	border-right: 1px solid #666;}

/*奇数*/
table tr:nth-child(odd) td{
background: #fff;
}
/* index
--------------------------------------------------------------------------------------*/
#index,
#second{
	margin: 5% 5% 5% 0;
	min-height: 500px;
}


/* index
------------------------------*/
#index #whatsnew{
	width:100%;
	margin: 5% 0;
	text-align:left;
}
#index #whatsnew #whats{
	width:100%;
	margin: 0;
	padding: 2% 0;
	height:170px;
	text-align:left;
	overflow: auto;
}
#index #whatsnew h3{
	text-align: left;
	padding:0.5% 0 0.5% 3%;
	margin: 0 0 3% 0;
	font-weight:700;
	font-size: 1.2em;
	border-top: 2px solid #ea5633;
	border-bottom: 1px solid #707070;
	margin-bottom: 1.2em;
	background: url("../img/common/ch.png") no-repeat 0px 8px;
	background-size: 10px auto;
}
#index #whatsnew #whats dl{
	width:100%;
	text-align: left;
	margin: 0;
	position: relative;
}

#index #whatsnew #whats dt{
	width: 7em;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	clear:both;
	position:relative;
	font-weight:400;
	 text-align: left;
}

#index #whatsnew #whats dd {
	margin: 0 0 5px 7em;
	padding: 0;
	position:relative; 
	overflow:hidden;
	text-align: left;
}

/* link
------------------------------*/
.link .lists li,
.history .lists li{
	padding-left:3%;
	margin-bottom: 1.2em;
	background: url("../img/common/ch.png") no-repeat 0px 3px;
	background-size: 10px auto;
}
.history .lists li.dot{background: url("../img/common/square.png") no-repeat 0 8px !important;background-size: 5px 5px !important; padding-left: 14px;}



/* link
------------------------------*/

ul.disc {
    padding-left: 20px;
}
ul.disc li {
	list-style: disc;
}

ol.decimal {
    padding-left: 30px;
}
ol.decimal li {
	list-style: decimal;
}
.text-address {
	    text-indent: -61px;
    display: block;
    margin-left: 61px;
}















/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
img {
	vertical-align: top;
	max-width: 100% !important;
	height: auto;
	-ms-interpolation-mode: bicubic; 
}

}




/* for Sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 481px) {
html, body{
	text-align: center;
	width: 100%;
	font-size:15px;
	line-height:1.5;
	min-width:initial;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}


/* header
--------------------------------------------------------------------------------------*/
#header{
	max-width: 98%;
	width: 98%;
	height: 54px;
	margin: 0;
	padding: 0 1%;
	border-bottom: 3px solid #fff500;
}

#header h1 {
	width: 40%;
	margin: 1% 0 0 0;
	padding: 0;
	float:left;
}
#header #headerR{display: none;}

#header ul#language{
	width: 35%;
	top: 0 !important;
	right: 14%;
	margin-top: 40px;
	position: absolute;
	font-size: 11px;
	z-index: 7712;
}
#header ul#language li{
	margin:0 0.2em 0 0 ;
	display: inline;
}

/* common
--------------------------------------------------------------------------------------*/

#wrapper{
	}
#leftslot{display:none !important;}
#rightslot{
	width:90%;
	margin:0;
	float:none;
	display: block;
	padding: 0 5% 5% 5%;
	min-height: inherit;
}
.slicknav_menu {display:block;}
#nav{display:none;}

.box,
.box2nd {
clear:both;
	text-align: left;
}


/* common
--------------------------------------------------------------------------------------*/
	
	/* index
--------------------------------------------------------------------------------------*/
#index,
#second{
	margin: 10% 0;
	min-height:inherit;
}

/* #index 
--------------------------------------------------------------------------------------*/

#index #whatsnew{
	width:100%;
	margin: 5% 0;
}

#index #whatsnew #whats{
	width:90%;
	margin: 0 0 0 0;
	padding: 2% 5%;
	height:170px;
	text-align:left;
	overflow: auto;
}
#index #whatsnew h3{
	font-size: 1.1em;
}
#index #whatsnew #whats dl{
	margin: 0;
	position: relative;
}

#index  #whatsnew #whats dt{
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	float: none;
	clear:both;
	 display: block;
}
#index #whatsnew #whats dd {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	position:relative; 
	overflow:hidden;
	text-align: left;
}
	
table.one{
width: 100%;
margin: 0;
padding: 0;
text-align: left;
border-collapse:collapse;
}

.one th {
	width: auto !important;
	display: block;
	font-size:110%;
	word-break: break-all !important;
	white-space: normal !important;
	font-weight:bolder;
	padding:1% 0;
	margin:0 0 2% 0;
	border-right:none;
	text-align:left;
	border-bottom:1px dotted #000;
}
.one td {
	width: auto;
	display: block; 
	padding:1% 0 10% 0;
	border-top: none;
	border-bottom: none;
}
table tr:nth-child(odd) th,
table tr:nth-child(odd) td{
background-color: transparent;
}
	.list_upperalpha.mgL40{
	margin-left: 0;}
	
	
/* link
------------------------------*/
.link .lists li,
.history .lists li{
	padding-left:5%;
}
.history .lists li.dot{background: url("../img/common/square.png") no-repeat 0 8px !important;background-size: 5px 5px !important; padding-left: 18px;}


h2{
	margin-bottom: 5%;
}
/*
#second h3{
	margin-bottom: 5%;
	border-bottom: 1px dotted #666666;
	background: url("../img/common/bullet.png") no-repeat 0px 6px;
	background-size: 10px 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: left;
}*/
#second h3 span{
	background: url("../img/common/bullet.png") no-repeat right 5px;
	background-size: 10px 10px;
	padding-right: 15px;
}
.two td{
width:auto;
padding:5px 8px;
vertical-align:middle;
text-align:left;
	border-bottom: 1px solid #666;
}
	
	.text-address {
    text-indent: -75px;
    margin-left: 75px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	

}