@charset "utf-8";

/*=====================================

en_base.css

=====================================*/

/*-------------------------------------
 reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	line-height: 0;
	vertical-align: bottom;
}
table {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #d0d0d0;
}
.eng .gsc-input-box table {
	margin: 0;
}
table th {
	padding: 8px 13px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #d0d0d0;
	background: #4593d1;
	vertical-align: middle;
}
table td {
	padding: 8px 13px;
	border: 1px solid #d0d0d0;
	background: #fff;
	vertical-align: middle;
}
table.gsc-search-box,
table.gsc-search-box th,
table.gsc-search-box td,
table.gsc-above-wrapper-area-container,
table.gsc-above-wrapper-area-container td,
table.gsc-resultsHeader,
table.gsc-resultsHeader td,
table.gsc-table-result,
table.gsc-table-result td {
	border: none;
}
table.gsc-search-box td,
table.gsc-table-result td {
	background: transparent;
}

.eng #search table {
	border: none;
}
.eng #search table td {
	padding: 4px 6px 0;
}
.eng #search .gsc-tabsArea {
	height: auto;
}
.eng #search .gsc-above-wrapper-area table,
.eng #search .gsc-resultsRoot table {
	margin-bottom: 0;
}

/* 
==========================================================================*/
@media screen and (max-width: 680px) {
table {
	line-height: 1.4;
	width: 100%!important;
}
table th {
	padding: 6px 8px;
}
table td {
	padding: 6px 8px;
}

}


/*-------------------------------------
 setting
-------------------------------------*/

body {
	position: relative;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .87rem;
	line-height: 1.6;
	background: #f4f4f4;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #14388d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
.main p.honbun em,
.main p.gaiyou em {
	font-style: italic;
}
.main p.honbun ul.aly_list_ul,
.main p.gaiyou ul.aly_list_ul {
	list-style: circle inside;
}
.main p.honbun ol.aly_list_ol,
.main p.gaiyou ol.aly_list_ol {
	list-style: decimal inside;
}
list-style: circle inside;

.tophtml em,
.bottomhtml em {
	font-style: italic;
}
.tophtml h2 em,
.bottomhtml h2 em {
	font-style: normal;
}

.main ul.aly_list_ul {
	position:relative;
	padding-left: 17px;
	list-style: disc outside;
}
.main ol.aly_list_ol {
	position:relative;
	padding-left: 17px;
	list-style: decimal outside;
}


body.eng .l-header,
body.eng .l-gnav,
body.eng .l-footer{
  font-family: "Roboto", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}