/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	font-size: 15px;
	/*background: url(../images/body_bg.jpg);*/
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 100px;
	position: relative;
	/*background: url(../images/hd_bg.jpg) no-repeat;*/
}
#hd_btn {
	overflow:hidden;
}
#hd_btn img {
	float:right;
	margin-right:5px;
}
/* ==== Navigation === */
#nav {
	width:220px;
	height:500px;
	margin-top:5px;
	float:left;
	background: url(../images/nav_bg.jpg) no-repeat;
}
.nav_en {
	height:400px !important;
	background: url(../en/images/nav_bg.jpg) no-repeat !important;
}

#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {}

#main {
	width: 720px;
	float: right;
	margin-top:5px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
/*#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}*/
/* ==== Footer === */
#ft {
	margin-top:20px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 16px;
	left: 0px;
}
h2 {
	margin: 20px 0 5px;
	font-size: 1.2em;
	height:37px;
	box-sizing:border-box;
	padding: .1em 0 0 1.4em;
	background: url(../images/h2_bg.jpg) left center no-repeat;
}
h3 {
	margin: 20px 0 5px;
	font-size: 1.2em;
	height:37px;
	box-sizing:border-box;
	padding: .1em 0 0 1.4em;
	background: url(../images/h3_bg.jpg) left center no-repeat;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: 1.2em 0 1em 0;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }


/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	background: url(../images/i_img_bg.jpg) bottom center no-repeat;
	padding-bottom:20px;
	margin-bottom:20px;
}
#i_news_frame {
	width:720px;
	height:200px;
	border:none;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 9em;
	background: url(../images/common/news_icon.gif) 0 14px no-repeat;
	padding-left: 15px;
}

#i_bnr{
	margin-top:20px;
	width:220px;
	float:right;
	margin-left:20px;
}

.waku{
	border:2px solid #F60;
	width:80%;
	text-align:center;
	padding:10px;
}

.m_table {
	width: 100%;
	border-collapse: collapse;
}

.m_table td {
	border: 1px solid #D7D7D7;
	text-align: center;
	vertical-align: middle;
}

.m_table td img {
    display: block;
    margin: 0 auto;
}

.m_table th {
    width: 15%;
	border: 1px solid #D7D7D7;
	background-color: #F2F2F2;
	text-align: center;
	font-weight: bold;
}

/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}
.cover_gallery ul{
	margin-left:-25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cover_gallery li{
	list-style-type:none;
	width:calc((100% / 3) - 60px);
	margin:30px;
}
.cover_gallery img{
	width:100%;
	border:1px solid #eee;
}