@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	background-color: #1c4a70;
}

#wrap {
	width: 100%;
	height: 100%;
	//overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 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, sub, sup, 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%;
   box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

p.center {
	display: block;
	text-align: center;
}

p.right {
	display: block;
	text-align: right;
}

.color01 {
	color: #ff0000;
}

.mt0 {
	margin-top: 0 !important;
}

.mt1em {
	margin-top: 1em !important;
}

.mt2em {
	margin-top: 2em !important;
}

/******************************************************

						見出し

*******************************************************/

h1 {
	display: block;
	font-weight: normal;
}

h2 {
	display: block;
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
	color: #031f2b;
	text-align: left;
	border-bottom: 2px dotted #033660;
	margin-bottom: 10px;
	padding: 10px 10px 10px 1em;
	line-height: 1;
}

h2.border_none {
	border: none;
}

h3 {
	display: block;
	width: 100%;
	padding: 15px 20px;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #033660;
	line-height: 1;
}

h3:before {
	content: url("../images/common/news_icon.png");
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 1;
}

h4 {
	display: block;
	font-weight: normal;
}

h5 {
	display: block;
	font-weight: normal;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
