@charset "utf-8";

/* 初期リセット */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acr.exm, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, Link,
table, tbody, thead, tr, th, td, tfoot {
	margin: 0;
	padding: 0;
	font-style: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/*	HTML5*/
header,article,aside,section,footer,nav{
	display: block;
}
* {
	letter-spacing: 0;
}
ul {
	list-style: none;
}
html,
body {
	/* font-family: 'ヒラギノ角ゴ Pro W3','Hiragino kaku GothicPro','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif; */
	font-family: 'Noto Sans JP',sans-serif;
	color: #333;
	cursor: auto;
	line-height: 100%;
}
/*iPhoneなど input要素のボタンにCSSが効かない時の対処方法*/
input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.mgT10{margin-top:10px;}



/* --------------------------------------------------
 * タイトル
 * -------------------------------------------------- */
.title {
	margin: 0 ;
	padding: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fefefe 0%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#fafafa 100%);
}
.title_en {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fefefe 0%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#fafafa 100%);
}
.title .titleText,
.title_en .titleText {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 3px solid #00ad92;
}
.title .titleText h2 {
	margin: 11px 0 11px 10px;
	padding: 0;
	font-weight: normal!important;
}
.title_en .titleText h2 {
	margin: 11px 0 11px 10px;
	padding: 0;
	font-weight: normal!important;
}



/* --------------------------------------------------
 * 印刷・ダウンロード
 * -------------------------------------------------- */
.printfile {
	float: right;
	margin: 0;
	/* height: 24px; */ /* 20161213 削除 */
}
.printfile li {
	float: left;
	padding: 0;
}
.printfile li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	background: url("../../image/5021/Premium_printfileBtn.png") right repeat-x;
}
.printfile li a div {
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
.printfile li a div.printfilePrint {
	background: url("../../image/5021/Premium_printfileBtnPrint.png") no-repeat;
}
.printfile li a div.printfileExcel {
	background: url("../../image/5021/Premium_printfileBtnExcel.png") no-repeat;
}
.printfile div { /* 20161213 追加 */
	margin: 15px 5px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
}
