@charset "utf-8";
/*?f???p????CSS*/
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;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
html {
	line-height: 1;
	height: 100%;
}
ol,ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
a:hover {
	color: #324FC0;
}
body {
	font-size: 14px;
	line-height: 1.6;
	height: 100%;
}
a {
	color: #0080FF;
	text-decoration: none;
}
header {
	color: #fff;
	width: 100%;
	text-align: center;
	position: fixed;
	background-color: rgba(0, 0, 51, 0.8);
	z-index: 99;
	top: 0px;
}
#menu ul {
	padding-top: 50px;
}
#menu ul li ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#tooltip .setumei {
	padding-top: 50px;
	font-size: 13px;
}
footer {
	text-align: center;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
}
#wrap {
	background-image: url(../images/bg_st.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	background-attachment: fixed;
}
.menu-btn {
	position: absolute;
	left: 0;
	top: 0;
	height: 45px;
	width: 45px;
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/btn-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tooltip-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/btn-tooltip.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fb-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/btn-fb.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tooltip h2 {
	font-size: 18px;
	font-weight: bold;
	clear: both;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	color: #096;
	text-align: center;
}
#tooltip h3 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
	color: #FFF;
	background-color: #096;
	width: 45%;
	text-align: center;
	padding-top: 0.2em;
	border-radius: 5px;
}
#tooltip h4 {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	color: #00C;
}
#tooltip .setumei div dl dt {
	font-weight: bold;
	margin-left: 1em;
}
#tooltip .setumei div dl dd {
	margin-left: 2em;
}
#tooltip .setumei div b {
	color: #F00;
}
#tooltip .setumei div .r {
	float: right;
	margin-bottom: 1em;
}
#tooltip .gazou {
	width: 47%;
	float: left;
	margin-right: 2%;
}
#tooltip img {
	width: 100%;
}
footer p {
	background-color: rgba(0, 0, 51, 0.8);
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
}
small {
	font-size: 14px;
}
/* articleのレスポンシブ */
#main {
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
header h1 {
	font-size: 16px;
	padding: 10px;
}
#main h1 {
	font-size: 19px;
	font-weight: normal;
	margin-top: 18px;
	margin-right: 1em;
	margin-bottom: 18px;
	margin-left: 1em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#main h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 17px;
	margin-right: 1em;
	margin-bottom: 17px;
	margin-left: 1em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#main h3 {
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}
#main h4 {
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: left;
	margin-left: 1em;
	font-size: 16px;
}
span {
	white-space: nowrap;
	display: inline-block;
}
#main .layout_1 {
	float: left;
	width: 98.5%;
	background-color: rgba(255, 255, 225, 0);
}
#main .layout_2 {
	float: left;
	width: 98.5%;
	text-align: center;
	background-color: rgba(255, 255, 225, 0);
	margin-top: 10px;
	margin-right: 0.5%;
	margin-bottom: 0%;
	margin-left: 0.5%;
}
#main .layout_2 div {
	vertical-align: middle;
	display: table-cell;
	width: 98.5%;
}
#main .layout_2 img {
	width: 100%;
}
#main .layout_3 {
	float: left;
	width: 98.5%;
	background-color: rgba(255, 255, 225, 0);
}
#main section .gazou_c {
	margin-top: 4%;
	margin-right: auto;
	margin-left: auto;
	width: 45%;
	margin-bottom: 0px;
}
#main section .gazou_c img {
	width: 100%;
}
#main section p {
	margin-right: 1em;
	margin-left: 1em;
	text-align: left;
	margin-bottom: 1em;
}
#main section a {
	color: #333;
}
#main section .r {
	float: right;
	margin-bottom: 1em;
}
#main section {
	width: 98.5%;
	text-align: center;
	float: left;
	overflow: auto;
	background-color: rgba(51, 102, 225, 0.3);
	border: 1px solid #36F;
	color: #333;
	margin-top: 10px;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 0.5%;
}
#main section ol li {
	text-align: left;
	margin-left: 40px;
	list-style-type: square;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main section table {
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}
#main section table td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
#main section .slidbox {
	width: 100%;
}
#main .mk_1 {
	border: 1px solid #FFF;
	background-color: rgba(255, 255, 225, 0);
}
#main .mk_1 img {
	width: 100%;
}
#main .mk_2 {
	border: 1px solid #FFF;
	background-color: rgba(255, 255, 225, 0);
	display: none;
}
#main .mk_2 img {
	width: 100%;
}
#main .mk_3 img {
	width: 100%;
}

#main .slid {
	border: 1px solid #FFF;
	background-color: #FFF;
}
#main .b_w {
	background-color: rgba(51, 102, 225, 0.3);
	border: 1px solid #36F;
	color: #333;
}
#main .b_w ul li {
	text-align: left;
	margin-left: 40px;
	list-style-type: square;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .d_w {
	background-color: rgba(0, 0, 255, 0.1);
	border: 1px solid #36F;
	color: #333;
}
#main .d_w ul li {
	text-align: left;
	margin-left: 40px;
	list-style-type: square;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .g_s {
	background-color: rgba(0, 153, 0, 0.3);
	border: 1px solid #090;
	color: #333;
}
#main .y_s {
	background-color: rgba(225, 225, 0, 0.3);
	border: 1px solid #FF0;
	color: #333;
}
#main .y_s ul li {
	text-align: left;
	margin-left: 40px;
	list-style-type: square;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .gazou {
	float: left;
	width: 40%;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 1em;
	background-color: #FFF;
}
#main .gazou img {
	float: left;
	width: 100%;
}

@media all and (min-width: 550px) {
#main {
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 20px;
}
header h1 {
	font-size: 18px;
	padding: 10px;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
}
#main .layout_2 {
	height: 500px;
	margin: 0.5%;
	display: table;
}
#main .layout_2 div {
	vertical-align: middle;
	display: table-cell;
	width: 98.5%;
}
#main .layout_2 img {
	max-width: 500px;
}
#main section {
	width: 48.55%;
	margin: 0.5%;
	height: 360px;
}
#main .mk_1 {
	display: none;
}
#main .mk_2 {
	display: table;
}
#main .mk_2 div {
	vertical-align: middle;
	display: table-cell;
}
#main .mk_2 img {
	max-width: 350px;
	height: 320px;
}
#main .mk_3 img {
	max-width: 450px;
	height: 450px;
}
#main .b_w {
	width: 98.5%;
	height: 320px;
}
#main .b_w ul li {
	font-size: 16px;
	margin-left: 25%;
	margin-right: 60px;
	margin-bottom: 10px;
}
#main .d_w {
	width: 65.4%;
	height: 400px;
}
#main .y_s {
	width: 48.7%;
	height: 550px;
}
#main .d_w ul li {
	font-size: 16px;
	margin-left: 25%;
	margin-right: 50px;
	margin-bottom: 10px;
}

#main .slid {
	height: auto;	
}
}
@media all and (min-width: 960px) {
#wrap {
	background-image: url(../images/bg_pc.jpg);
}
header h1 {
	font-size: 18px;
	padding: 10px;
	letter-spacing: 0.3em;
	word-spacing: 1em;
}
#main .layout_1 {
	width: 32.1%;
	margin: 0.5%;
}
#main .layout_1 section {
	float: none;
	height: 360px;
	width: 98.5%;
	margin-top: 10px;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 0.5%;
}
#main .layout_2 {
	width: 65.4%;
	height: 742px;
	margin: 0.5%;
	display: table;
}
#main .layout_2 div {
	vertical-align: middle;
	display: table-cell;
	width: 98.5%;
}
#main .layout_2 img {
	max-width: 730px;
}
#main .layout_3 {
	width: 65.4%;
	margin: 0.5%;
}
#main .layout_3 section {
	float: left;
	height: 360px;
	width: 48.55%;
	margin: 0.5%;
}
#main h1 {
	font-size: 20px;
}
#main section {
	width: 32.1%;
}
#main .b_w {
	width: 65.4%;
}
}
@media all and (min-width: 1400px) {
header h1 {
	font-size: 18px;
	padding: 10px;
	letter-spacing: 0.4em;
	word-spacing: 1.5em;
}
#main .layout_1 {
	width: 23.8%;
	margin: 0.5%;
}
#main .layout_2 {
	width: 48.7%;
	margin: 0.5%;
}
#main .layout_3 {
	width: 23.8%;
	margin: 0.5%;
}
#main .layout_3 section {
	float: none;
	height: 360px;
	width: 98.5%;
	margin-top: 10px;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 0.5%;
}
#main section {
	width: 23.8%;
}
#main .b_w {
	width: 48.7%;
}
#main .b_w {
	width: 65.4%;
}
}
