﻿@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
a:hover{cursor : pointer;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/*----------------------------------------------*/
/*初期化                                        */
/*----------------------------------------------*/
	*{
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
	}
	html{
	}
	body{
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		color: #333;
		background: url(img/bg_body.gif);
		font-family: 'Arial', 'Lato', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		font-size: 12px;
		line-height: 2;
		-webkit-text-size-adjust : none;
		-webkit-font-smoothing: antialiased;
		text-align: center;
	}
	body.english
	{
		font-family: Verdana, Geneva, sans-serif;
	}
@media(max-width:960px)
{
	body{
		background: #F4F4F4;
	}
}
@media print
{
	body{
		background: none;
	}
}
	h1, h2, h3, h4, h5, th
	{
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
	}
	html{
	}
	address
	{
		font-style: normal;
		font-size: 12px;
		line-height: 12px;
	}
	.clear
	{
		clear: both;
	}
	.mobile
	{
		display: none;
	}
@media screen and (max-width:600px)
{
	.mobile
	{
		display: block;
	}
}
/*----------------------------------------------*/
/* メインフレーム                               */
/*----------------------------------------------*/
	div#body
	{
		position: relative;
		width: 960px;
		min-height:100%;
		margin: 0 auto 0 auto;
		color: #333;
		text-align: left;
	}
	div#front
	{
		position: absolute;
		top:0;
		right:0;
		z-index: 5;
		min-height:100%;
		width: 100%;
		background: #fff;
		-o-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-ms-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
		overflow: hidden;
		/* ie lt9 */
			behavior: url("/PIE.htc") \9;
	}
	#front.open
	{
		right: 180px;
	}
	div#back
	{
		width: 100%;
	}
@media screen and (min-width:0px)
{
	div#body{
		width: 100%;
		max-width: 960px;
		min-widhh: 320px;
	}
}
@media print
{
	div#front
	{
		box-shadow: none;
	}
}
/*----------------------------------------------*/
/* 上NAV                                        */
/*----------------------------------------------*/
	nav#nav-top
	{
		margin: 0 50px;
		text-align: left;
	}
	nav#nav-top ul li
	{
		display: inline;
		margin: 0 5px 0 0;
		padding: 0 15px 0 0;
		background: url(img/nav-top_fix.gif) no-repeat right center;
	}
	nav#nav-top ul li.last
	{
		padding: 0;
		background: none;
	}
	nav#nav-top li a
	{
		color:#444;
		text-decoration: none;
	}
	nav#nav-top li a:hover
	{
		color:#888;
		text-decoration: underline;
	}
@media screen and (min-width:601px)
{
	nav#nav-top
	{
		margin: 0 5%;
	}
	nav#nav-top ul li
	{
		float: left;
		margin: 0;
		padding: 0;
		background: none;
	}
	nav#nav-top ul li::after
	{
		margin:0px 0.5em;
		content:">";
	}
	nav#nav-top ul li.last::after
	{
		margin:0;
		content:"";
	}
	nav#nav-top ul::after
	{
		display: block;
		clear: both;
		content: " ";
	}
}
@media screen and (max-width:600px)
{

	nav#nav-top
	{
		display: none;
	}
}
/*----------------------------------------------*/
/* 下メニュー                                   */
/*----------------------------------------------*/
	nav#nav-bottom
	{
		height: 50px;
		margin: 8px 77px;
		color: #999999;
		font-size: 12px;
		text-align: left;
	}
	nav#nav-bottom ul li
	{
		display: inline;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		background: url(img/nav-bottom_fix.gif) no-repeat right center;
	}
	nav#nav-bottom ul li.last
	{
		padding: 0;
		background: none;
	}
	nav#nav-bottom ul li a
	{
		display: inline;
		color: #999999;
		text-decoration: none;
		/*cursor: auto;*/
	}
	nav#nav-bottom ul li a:hover
	{
		color: #444;
		text-decoration: underline;
	}

@media screen and (min-width:601px)
{
	nav#nav-bottom
	{
		height: auto;
		margin: 8px 8%;
	}
	nav#nav-bottom ul::after
	{
		display: block;
		clear: both;
		content: " ";
	}
	nav#nav-bottom ul li
	{
		float: left;
		margin: 0;
		padding: 0;
		background: none;
	}
	nav#nav-bottom ul li::after
	{
		margin: 0px 12px;
		content: "|";
	}
	nav#nav-bottom ul li.last::after
	{
		content: "";
	}
	nav#nav-bottom ul li a
	{
		color: inherit;
		cursor: auto;
	}
	nav#nav-bottom ul li a:hover
	{
		cursor:pointer;
	}
}
@media screen and (max-width:600px)
{
	nav#nav-bottom
	{
		height:auto;
		margin:50px 8%;
		color:#444444;
		font-size:14px;
		text-align:left;
	}
	nav#nav-bottom ul
	{
		border:solid 1px #888888;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}
	nav#nav-bottom ul li
	{
		display:list-item;
		position:relative;
		margin:0;
		padding:0;
		border-bottom:solid 1px #888888;
		background:none;
		line-height:18px;
	}
	nav#nav-bottom li.last
	{
		border-bottom:none;
	}
	nav#nav-bottom ul li a
	{
		text-decoration:none;
		cursor:auto;
		color:inherit;
		display:block;
		padding:0.75em 1em 0.75em 3.5em;
	}
	nav#nav-bottom ul li a:hover
	{
		text-decoration:none;
		cursor:pointer;
		background-color:#EEE;
	}
	nav#nav-bottom ul li.first a
	{
		-o-border-top-left-radius: 5px;
		-ms-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-o-border-top-right-radius: 5px;
		-ms-border-top-right-radius: 5px;
		-moz-border-top-right-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
	}
	nav#nav-bottom ul li.last a
	{
		-o-border-bottom-left-radius: 5px;
		-ms-border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-o-border-bottom-right-radius: 5px;
		-ms-border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	nav#nav-bottom a::before
	{
		position: absolute;
			left: 2em;
		content: ">";
	}
}
@media print
{
	nav#nav-bottom
	{
		display: none;
	}
}
/*----------------------------------------------*/
/* サイドメニュー                               */
/*----------------------------------------------*/
	div#back
	{
		display: none;
	}
@media screen and (max-width:919px){
	div#back
	{
		display: block;
	}
	nav#nav-side
	{
		display: none;
		width:180px;
		position:fixed;
			right:-360;
		z-index:1;
		background:#F4F4F4;
		font-size:12px;
		line-height:14px;
			-o-transition: right 0.3s;
			-ms-transition: right 0.3s;
			-moz-transition: right 0.3s;
			-webkit-transition: right 0.3s;
		transition: right 0.3s;
	}
	nav#nav-side.open
	{
		display: block;
		right: 0px;
	}
	nav#nav-side ul
	{
		color: black;
	}
	nav#nav-side a
	{
		display:block;
		padding:1.25em 2.5em;
		border-bottom:solid 1px #ddd;
		text-decoration:none;
		cursor:auto;
		color:inherit;
	}
	nav#nav-side a:hover
	{
		cursor:pointer;
	}
	nav#nav-side a::before
	{
		position: absolute;
			left:1.5em;
		content: "-";
	}
}
/*----------------------------------------------*/
/* language                                     */
/*----------------------------------------------*/

	div#language
	{
		height: auto !important;
		height: 50px;
		min-height: 50px;
		margin: 15px 77px;
		color: #333;
		font-size: 12px;
		text-align:center;
		font-size: 11px;
		font-family: Georgia, serif;
	}
	div#language h2
	{
		font-size:16px;
		line-height:18px;
	}
	div#language ul li
	{
		display: inline;
		padding: 0 10px 0 10px;
		background:url(img/nav-bottom_fix.gif) no-repeat right center;
	}
	div#language ul li.last
	{
		background: none;
	}
	div#language ul li a
	{
		display: inline;
		color: #888;
		text-decoration: none;
		cursor: auto;
	}
	div#language ul li a:hover
	{
		color: #222;
		text-decoration: underline;
		cursor: pointer;
	}
@media screen and (min-width:0px)
{
	div#language
	{
		margin: 15px 5%;
	}
	div#language ul li
	{
		display:inline-block;
	}
}
@media print
{
	div#language
	{
		display: none;
	}
}
/*----------------------------------------------*/
/* header                                       */
/*----------------------------------------------*/
	header
	{
		display: block;
		position: relative;
		width: 100%;
		height: auto !important;
		height: 40px;
		min-height: 40px;
		margin: 0;
		padding: 0px 0px 0px;
		text-align: left;
	}
	header h1
	{
		width: auto;
		margin: 10px 50px 0px 5%;
		font-weight: bold;
		font-size: 20px;
		line-height: 24px;
		text-decoration: none;
	}
	header h1 a
	{
		outline: none;
		color: inherit;
		text-decoration: none;
		line-height: 35px;
	}
	header p.btn-nav
	{
		display: none;
		position: absolute;
		top: 0px;
		right: 10px;
		width:37px;
		height:37px;
		margin-top: 0px;
		background:url(img/btn-nav.png) no-repeat;
		background-size:37px 37px;
	}
	header p.btn-nav:hover
	{
		cursor:pointer;
	}
@media screen and (max-width:919px){
	.japanese header p.btn-nav{
		display:block;
	}
}
@media screen and (max-width:720px)
{
	.english header p.btn-nav{
		display:block;
	}
}
/*----------------------------------------------*/
/* footer                                       */
/*----------------------------------------------*/
	footer
	{
		position:relative;
		text-align:center;
	}
	footer h1
	{
		font-size:140%;
		text-align:center;
		margin:20px 0px 30px 0px;
		padding:0px 0px 35px 0px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
		background: url(img/anh-logo.png) no-repeat center bottom transparent;
		background-size: 71px 31px;
		/* ie lt9 */
			background: url(img/anh-logo_fix.png) no-repeat center bottom #FFFFFF \9;
	}
	footer div
	{
		margin:0px 5% 3px 0px;
	}

	footer a
	{
		color:black;
		text-decoration: none;
		outline:none;
	}
	footer div p,
	footer div address
	{
		display: inline-block;
		margin:0px 5px;
		font-size:12px;
		line-height:18px;
		/* ie lt8 */
			 *display: inline;
	}
@media screen and (max-width:400px)
{
	footer div
	{
		margin:0;
	}
}
