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, 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%;
	font-weight: normal;
}
.clear {
	clear: both;
}
body {
	background-color: #ffffff;
	font-family: "Meiryo UI", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.container {
	max-width: 100%;
}
header {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	background-repeat: no-repeat;
	background-image: url("../images/header_back.png");
	background-position : right top;
}
#header_a01 {
	margin: 10px 0 0 30px;
	float: left;
	width: 100%;
	max-width: 373px;
	height: auto;
}
#smenu {
	width: 135px;
	height: 30px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: 5px;
}
#smenu a {
	color: #fff;
}
#smenu_txt {
	font-size: 12px;
	color: #FFFFFF;
}
#pcmenu {
	width: 290px;
	height: 52px;
	float: left;
	margin: 0 0 0 50px;
}
#pcmenu li {
	float: left;
	margin-right: 10px;
}
#spmenu {
	display: none;
}
#spmenu_ul {
	background: #ccc;
	display: block;
	margin-bottom: 0;
}
#toggle {
	background: #023894;
}
#header_b01 {
	float: right;
	margin: 15px 15px 0 0;
}
#vis {
	margin-top: 15px;
}
.wideslider_sp {
	display: none;
}
.wideslider_sp img {
	width: 100%;
	height: auto;
}
#v01 {
	width: 95%;
	margin: 20px auto;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
	color: #333333;
}
#v01_a01 {
	float: left;
	width: 20%;
	max-width: 116px;
	height: auto;
}
#v01 ul {
	float: right;
	width: 75%;
	height: 138px;
	overflow: auto;
	list-style-type: none;
}
#v01 li {
	width: 100%;
	margin-right: 10px;
	border-bottom: 1px dotted #ccc;
}
#v02 {
	width: 95%;
	margin: 15px auto 30px auto;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
	color: #333333;
}
.v02_p00 {
	width: 100%;
	max-width: 298px;
	height: auto;
	margin: 0 auto;
}
.v02_b00 {
	width: 127px;
	height: auto;
	margin: 10px 0 20px auto;
	display: block;
}
#v04 {
	width: 100%;
	height: 110px;
	background-color: #555555;
	line-height: 1.5;
	font-size: 14px;
	color: #FFFFFF;
}
#v04_con {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#v04 a {
	color: #FFFFFF;
}
#v04_txt {
	margin: 0 30px;
	padding-top: 45px;
}
footer {
	width: 100%;
	font-size: 13px;
	color: #555555;
	background-color: #dcdcdc;
	border-bottom: 12px solid #023894;
	padding-top: 20px;
	padding-bottom: 50px;
}
#footer_con {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#footer_left {
	width: 168px;
	float: left;
	margin: 10px;
}
#footer_left img {
	margin-bottom: 20px;
}
#footer_right {
	width: 324px;
	float: right;
	margin: 10px;
	line-height: 1.5;
}
#footer_right img {
	margin-bottom: 20px;
}
#footer_f01 {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	color: #333333;
	padding: 10px;
}
/** スライダー **/
.wideslider {
	width: 100%;
	height: 612px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 7px 0 0 0;
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev, .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(../images/vis_b_left.png) no-repeat right center;
}
.slider_next {
	background: #fff url(../images/vis_b_right.png) no-repeat left center;
}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
header {
	background-image: none;
}
#pcmenu {
	display: none;
}
#spmenu {
	display: block;
	margin-top: 15px;
	clear: both;
}
#spmenu_ul {
	display: none;
	width: 100%;
	padding: 0;
	border-top: 1px solid #aaa;
}
#spmenu_ul li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #aaa;
}
#spmenu_ul li a {
	color: black;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
}
#spmenu_ul li a:hover, #spmenu_ul li:hover {
	background: #bbb;
	text-decoration: none;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
}
#toggle a {
	color: #fff;
	display: block;
	position: relative;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #023894;
}
#toggle a:before {
	margin-top: -6px;
}
#toggle a:after {
	margin-top: 2px;
}
#header_b01 {
	display: none;
}
#header_a01 {
	float: none;
	margin: 10px auto;
	display: block;
	width: 95%;
	max-width: 373px;
	height: auto;
}
#smenu {
	display: none;
}
.wideslider {
	display: none;
}
.wideslider_sp {
	display: block;
}
#v04_txt {
	padding-top: 25px;
}
#footer_left {
	float: none;
	margin: 20px 0 0 20px;
	width: 85%;
}
#footer_right {
	float: none;
	margin: 10px 0 0 20px;
	width: 85%;
}
#footer_left_b02 {
	margin-left: 5px;
}
}
