@charset "utf-8";





/* CMS Template(CSS編集はCMS管理画面から)
common/css/base_style.css

 Update:  2021-06-07*/







/* -- Reset style
-------------------------------------------------------------------------------- */
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;
}
html {
	overflow-y: scroll;
	font-size: 10px;
}
body {
	font: 500 10px/1 "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	text-align: center;
	letter-spacing: 0;
	background: #FFF;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
body header ,body footer{
  font: 10px/1 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';
	line-height: 1.8;
  letter-spacing: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
	font-style: normal;
	font-weight: normal;
} 
fieldset,img {
	border: 0;
	vertical-align: top;
}
img {
	width: auto;
	height: auto;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #FF9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, button, textarea, select {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input, select {
	vertical-align: middle;
}
textarea {
	resize: none;
}
select::-ms-expand {
	display: none;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
sup {
	font-size: 75%;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ul, ol {
	list-style: none;
}
*::selection {
	background: #f3f3f3;
	color: #000;
}
*::-moz-selection {
	background: #F33;
	color: #FFF;
}
:placeholder-shown {
	color: #b9b9b9;
}
::-webkit-input-placeholder {
	color: #b9b9b9;
}
:-moz-placeholder {
	color: #b9b9b9;
}
::-moz-placeholder {
	color: #b9b9b9;
}
:-ms-input-placeholder {
	color: #b9b9b9;
}
::-ms-expand {
	display: none;
}



/* -- Clear_fix
-------------------------------------------------------------------------------- */
header::after,
footer::after,
main::after,
article::after,
aside::after,
.cf::after {
	content: "";
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
