@charset "UTF-8";
/* CSS Document */
/*==================================

　■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, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Arial , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	background: #fff;
	word-break: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	color: #000;
	text-decoration: none;
	background: #ff9;
}
mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
	background: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select {
	vertical-align: middle;
}
img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.8;
	vertical-align: baseline;
	word-break: normal;
	word-wrap: break-word;
	border: 0;
	background: transparent;
	outline: 0;
}
a {
	margin: 0;
	padding: 0;
	color: #00358a;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* リンク画像マウスオーバー時に半透明 */
a:hover {
	opacity: 0.75;
	cursor: pointer;
}
/* フォームのリサイズを縦方向のみ許可 */
textarea {
	resize: vertical;
}

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

　■common

 *==================================*/
 
 /** float
===================================*/
.clear {
	clear: both;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}

/** align
===================================*/
.align-c {
	text-align: center;
}
.align-r {
	text-align: right;
}

/** clearfix
===================================*/
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#name-img {
	display: inline-block;
	height: 14px;
}
#name-img img {
	vertical-align: baseline;
}