/*
 * Common Style
 */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

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

  reset

============================================== */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,a,small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	font-size: 15px;
}
html {overflow: auto;}
body {
	font-family: YuGothic, 'Yu Gothic', 'Roboto Condensed', sans-serif;
	line-height: 1;
	color: #004182;
	min-width: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	font-weight: 400;
	word-break: break-strict;
	word-wrap: break-word;
	line-break: strict;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic,  'Roboto Condensed', sans-serif;
	}
}
h1, h2, h3, h4, h5, h6, p,small,dt,dd,li {
	line-height: 1.75;
}
article, aside, dialog, figure, footer, header,hgroup, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
sup {
	font-size: 76%;
	vertical-align: super;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
table {
	width: 100%;
}
a,a:focus,
nput:focus {
	outline: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #165c7b;
	vertical-align: baseline;
	transition: opacity 0.2s linear 0s;
}
a:hover {
	text-decoration: none;
	opacity: .8;
}
ul {
	letter-spacing: -0.4em;
}
li {
	list-style: none;
	letter-spacing: normal;
}


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

  module

============================================== */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.text_hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.block {
	display: block;
}
