/*

    Font styles

*/

/*  color  */

/*  form  */
input[type=radio],
input[type=chexkbox] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
input[type=text],
input[type=password],
textarea {
	font-size: 1.6rem;
}

/*  font  */
a {
	color: #0099cc;
	-webkit-tap-highlight-color: rgba(255,255,255,0.3);
}

/*  body  */
body {
  -webkit-text-size-adjust: 100%;
}
body img,
body iframe {
	max-width: 100%;
}

/*  webkit  */
* {
	-webkit-user-select: none;
}
img {
	-webkit-touch-callout: none;
}
input[type=text], button, textarea, select {
	-webkit-user-select: auto;
	-webkit-appearance: none;
	border-radius: 0;
}

/*  common  */
.global ul,
.global li,
.global p {
	margin: 0;
	list-style: none;
}





/*

    Header

*/

/*  layout  */
header.global {
	position: relative;
	padding: 0 10px;
}

/*  sitetop  */
header.global a.sitetop {
	display: block;
	width: 210px;
}
header.global a.sitetop img {
	display: block;
}

/*  language  */
header.global ul.lang {
	display: none; /*  hide  */
	overflow: hidden;
	background-color: #eeeeee;
	border-radius: 20px;
}
header.global ul.lang li {
	float: left;
	width: 33.3%;
	font-size: 1.3rem;
	text-align: center;
}
header.global ul.lang li a {
	display: block;
	padding: 2px 0;
	color: #666666;
}
html.ja    header.global ul.lang li.jp a { background-color: #0c519f; color: #ffeb31;}
html.en    header.global ul.lang li.en a { background-color: #0c519f; color: #ffeb31;}
html.zh-cn header.global ul.lang li.cn a { background-color: #0c519f; color: #ffeb31;}

/*  navigation  */
header.global a.menuopen {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 45px;
	padding: 33px 0 2px;
	background-color: #0c519f;
	background-image: url('images/narrow/menu.png');
	background-size: 45px auto;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 1;
}
header.global nav.global {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12,81,159,0.9);
	background-image: url('images/narrow/close.png');
	background-position: right top;
	background-size: 45px auto;
	color: #ffffff;
	font-size: 1.5rem;
	z-index: 99;
}
header.global nav.global ul.tool {
	padding: 45px 10px 10px;
	overflow: hidden;
}
header.global nav.global ul.tool li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
header.global nav.global ul.tool li.search {
	width: 100%;
}
header.global nav.global ul.tool li.search form {
	padding-right: 30px;
	background-color: #ffffff;
	background-image: url('images/narrow/search.png');
	background-size: 30px auto;
	background-position: right center;
}
header.global ul.tool li.search form input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 17px;
}
header.global nav.global ul.tool li.a30th,
header.global nav.global ul.tool li.correspondence {
	width: 100%;
}
header.global nav.global ul.tool li.a30th a, 
header.global nav.global ul.tool li.correspondence a {
	display: block;
	padding: 0;
}
header.global nav.global ul.tool li a {
	display: block;
	padding: 0.4em 0;
	text-align: center;
}
header.global ul.tool li.access a {
	color: #0c519f;
	background-color: #eeeeee;
}
header.global ul.tool li.brochure a {
	background-color: #ffeb31;
	color: #0c519f;
}
header.global ul.contents {
	padding: 0 10px;
	text-align: center;
}
header.global ul.contents li a {
	display: block;
	padding: 10px 0;
	color: #ffffff;
}





/*

    Content

*/

/*  header  */
#c_header {
	margin-top: 10px;
	padding-top: 150px;
	background-image: url('images/header/_default1.jpg');
	background-position: center center;
	background-size: cover;
}
#c_header .title {
	height: 35px;
	background-color: rgba(255,235,49,0.6);
}
#c_header .title p,
#c_header .title h1 {
	margin: 0;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 35px;
	color: #0c519f;
	text-align: center;
}

/*  breadcrumbs  */
#c_breadcrumbs {
	border-bottom: 1px #cccccc solid;
}
#c_breadcrumbs ol {
	margin: 0 5px;
	list-style: none;
	letter-spacing: 0;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: '..';
	line-height: 1.5;
}
#c_breadcrumbs ol li {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 1.1rem;
}
#c_breadcrumbs ol li:before {
	content: '\003e';
	margin-right: 5px;
}
#c_breadcrumbs ol li:first-child:before {
	content: none;
}
#c_breadcrumbs ol li a,
#c_breadcrumbs ol li span {
	color: #666666;
}

/*  contents  */
#c_content .container {
	padding: 10px;
}





/*

    Footer

*/

/*  layout  */
footer.global {
	background-color: #0c519f;
	color: #ffffff;
	font-size: 1.3rem;
}
footer.global .container {
	padding: 10px;
}

/*  address  */
footer.global p.address {
	padding-bottom: 20px;
	border-bottom: 1px #ffffff solid;
	border-bottom: 1px rgba(255,255,255,0.5) solid;
}
footer.global p.address img {
	display: block;
	width: 250px;
	margin: 10px 0;
}
footer.global p.address a {
	color: #ffffff;
}
footer.global p.address span {
	display: block;
}

/*  nav  */
footer.global nav.footer {
	padding: 10px 0 10px;
	overflow: hidden;
}
footer.global nav.footer ul {
	float: left;
	width: 50%;
}
footer.global nav.footer ul li {
	margin-top: 10px;
}
footer.global nav.footer ul li a {
	color: #ffffff;
}
footer.global nav.footer ul li a:before {
	content: '- ';
}

/*  banner  */
footer.global ul.banner {
	overflow: hidden;
}
footer.global ul.banner li {
	float: left;
	width: 50%;
}
footer.global ul.banner li a img {
	display: block;
}

/*  copyright  */
footer.global small {
	display: block;
	padding: 5px 10px;
	background-color: #ffffff;
	color: #666666;
}
