@charset "UTF-8";

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, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: bottom;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
ul {
  list-style-type: none;
}
body {
  font-family: HelveticaNeue;
  font-size: 15px;
}
nav {
  position:relative;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center10t {
  text-align: center;
  margin-top: 10px;
}
.center10b {
	text-align: center;
	margin-bottom: 10px;
}
.center10tb {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mb10{
	margin-bottom:10px;
}
.mb5{
	margin-bottom:5px;
}
.mb20{
	margin-bottom:20px;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.hosoku{
	font-size:12px;
}
.clear {
  clear: both;
  display: block;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.text_right {
  text-align: right;
}
.hidden{
	overflow:hidden;
}
.pic_rfloat{
	float: right;
	margin-bottom: 5px;
	margin-left: 8px;
}
h3{
	font-size:16px;
	color:#120e46;
	clear:both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.ml-5 {
	margin-left: -10px;
}
.ml-6{
	margin-left:-5px;
}
