@charset "utf-8";

/* =======================================

	Common CSS

========================================== */

html, body {
	width: 100%;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 14px/1.231;
	line-height: 100%;
	color: #666666;
	-webkit-text-size-adjust: none; /* iphone */
}

body {
	-webkit-tap-highlight-color: rgba(159,172,213,0.8); /* iphone タップ画面ハイライト */
}

a {
	display: block;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(159,172,213,0.8); /* iphone タップ画面ハイライト */
}

ul{
	list-style-type: none;
}



#contents{
	width: 100%;
	vertical-align: top;
}



/* ===== header ===== */
header{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
header .hconten{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
header .htop{
/*	padding: 2px 0; 	一旦削除のためコメントアウト*/ 
	padding: 5px 0; 
	margin-bottom: 6px;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	background-color: #9FACD5;
}
header h1{
	float: left;
	width: 25%;
	text-align: center;
	margin: 15px 0;
}

header h1 a{
	display: inline;
	vertical-align: top;
}

header h1 img{
	width: 60px;
	height: auto;
}
header .hbtn{
	width: 75%;
	float: left;
	overflow: hidden;
	border-bottom: 2px solid #0069b5;
}

header .hbtn a,
header .hbtn span{
	float: left;
	display: block;
	width: 33%;
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-size: 13px;
	color: #0069b5;
	text-decoration: none;
	border-left: 1px solid #ccc;
	font-weight: bold;
}

header .hbtn span,
header .hbtn a.lang_btn{
	height: 39px;
	line-height: 39px;
	font-size: 11px;
	color: #fff;
	border: none;
	background: #556db6;
	float: right;
}

header .hbtn a.lang_btn{
	background: #bec3d1;
}



/* ===== nav ===== */
nav{
	padding: 5px 10px;
}
nav .banner{
	margin: 5px 0;
}
nav ul li{
	text-align: left;
	vertical-align: middle;
}
nav ul li a{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-right: 1px solid #B8C4E6;
	border-left: 1px solid #B8C4E6;
	border-bottom: 1px solid #FFF;
	padding: 15px 30px 15px 10px;
	background:	/* Firefox */
		url(../images/common/nav_icon.png) right no-repeat, -moz-gradient(bottom, from(#889DDC),to(#445DA9));
	background:	/* Safari、Chrome */
		url(../images/common/nav_icon.png) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#889DDC),to(#445DA9));
	background-size: 28px 35px,100% 100%;
	-webkit-background-size: 28px 35px,100% 100%;	/* Safari、Chrome */
}
nav ul li:first-child a{	/* 最初列 */
	border-top: 1px solid #B8C4E6;
	border-top-left-radius: 5px;		/* 左上 */
	-moz-border-top-left-radius: 5px;		/* Firefox */
	-webkit-border-top-left-radius: 5px;		/* Safari、Chrome */
	border-top-right-radius: 5px;		/* 右上 */
	-moz-border-top-right-radius: 5px;		/* Firefox */
	-webkit-border-top-right-radius: 5px;		/* Safari、Chrome */
}
nav ul li:last-child a{		/* 最後列 */
	border-bottom: 1px solid #B8C4E6;
	border-bottom-left-radius: 5px;		/* 左下 */
	-moz-border-bottom-left-radius: 5px;		/* Firefox */
	-webkit-border-bottom-left-radius: 5px;		/* Safari、Chrome */
	border-bottom-right-radius: 5px;	/* 右下 */
	-moz-border-bottom-right-radius: 5px;		/* Firefox */
	-webkit-border-bottom-right-radius: 5px;	/* Safari、Chrome */
}



/* ===== footer ===== */
footer .pageTop{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 3px 10px;
	font-size: 10px;
	text-align: right;
	color: #3089CD;
}
footer .pageTop a{
	display: inline;
	color: #3089CD;
	text-decoration:underline;
}
footer .copyright{
	padding: 2px 0;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	background-color: #9FACD5;
}



/* ===== bread ===== */
#bread{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-top: 2px solid #637AC0;
}
#bread h2{
	padding: 4px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #2748AD;
	background: url(../images/common/bread_h2bg.png) top repeat-x;
	background-size: 1px 25px;
	-webkit-background-size: 1px 25px;	/* Safari、Chrome */
	border-bottom: 2px solid #ABABAB;
}
#bread .breadcrumb{
	padding: 4px 10px;
	font-size: 12px;
	text-align: right;
}
#bread .breadcrumb a{
	display: inline;
	color: #3089CD;
	text-decoration: underline;
}



/* ===== 共通アイテム ===== */
.title{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 4px 10px;
	background:	/* Firefox */
		-moz-gradient(bottom, from(#889DDC),to(#445DA9));
	background:	/* Safari、Chrome */
		-webkit-gradient(linear, left top, left bottom, from(#889DDC),to(#445DA9));
}
.title p{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
.textBox{
	padding: 10px;
	font-size: 12px;
	text-align: left;
	color: #444444;
}



