@charset "utf-8";

/*****************************************
              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, legend, form, fieldset, legend, input, textarea, label, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
header, hgroup, main, footer, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	border: 0;
}
article, aside, details, figcaption, figure,
header, hgroup, main, footer, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong,
caption,
th {
	font-weight: bold;
}
img {
	vertical-align: top;
}
ul, dl, ol { 
	text-indent: 0;
}
label {
	cursor: pointer;
}
input, textarea, select {
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="password"],
textarea {
	padding: 8px;
	box-sizing: border-box;
	border: none;
	border: solid 1px #CCC;
	font-family: sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #FFD;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	padding: 8px 12px;
	background: #EEE;
	border: solid 1px #CCC;
	color: #333;
	cursor: pointer;
	line-height: 1;
	transition: 0.2s;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
	display: inline-block;
	background: #F7F7F7;
	border: solid 1px #AAA;
	cursor: pointer;
}
select {
	padding: 11px 22px 11px 12px;
	background: url(../img/common/arw_select.png) 100% 50% no-repeat;
	background-size: 16px auto;
	background-color: #FFF;
	box-sizing: border-box;
	border: solid 1px #CCC;
	color: #333;
	cursor: pointer;
}
input[type="checkbox"] {
	width: 14px;
	height: 14px;
	background: url(../img/common/checkbox_off.png) 0 0 no-repeat;
	background-size: 14px auto;
	vertical-align: middle;
	cursor: pointer;
}
input[type="checkbox"]:checked {
	width: 14px;
	height: 14px;
	background: url(../img/common/checkbox_on.png) 0 0 no-repeat;
	background-size: 14px auto;
	background-size: 14px auto;
	cursor: pointer;
}
input[type="checkbox"] + label {
	margin: 0 10px 0 5px;
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"] {
	width: 14px;
	height: 14px;
	background: url(../img/common/radio_box_off.png) 0 0 no-repeat;
	background-size: 14px auto;
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"]:checked {
	width: 14px;
	height: 14px;
	background: url(../img/common/radio_box_on.png) 0 0 no-repeat;
	background-size: 14px auto;
	background-size: 14px auto;
	cursor: pointer;
}
input[type="radio"] + label {
	margin: 0 10px 0 5px;
	vertical-align: middle;
	cursor: pointer;
}
.mce-tinymce input[type="submit"],
.mce-tinymce input[type="reset"],
.mce-tinymce input[type="button"],
.mce-tinymce button {
	padding: inherit;
	background: inherit;
	border: inherit;
	color: inherit;
	cursor: inherit;
	line-height: inherit;
	transition: inherit;
}
.mce-tinymce input[type="submit"]:hover,
.mce-tinymce input[type="reset"]:hover,
.mce-tinymce input[type="button"]:hover,
.mce-tinymce button:hover {
	display: inherit;
	background: inherit;
	border: inherit;
}
.mce-tinymce select {
	padding: inherit;
	background: inherit;
	box-sizing: inherit;
	border: inherit;
	color: inherit;
}
/*****************************************
            Font Family
*****************************************/
@font-face {
    font-family: "GenJyuuGothic";
	font-style: normal;
	font-weight: 400;
	src: url("../font/genjyuugothic/GenJyuuGothic-Normal.woff") format("woff"), url("../font/genjyuugothic/GenJyuuGothic-Normal.ttf") format("truetype"); 
}
@font-face {
	font-family: "GenJyuuGothic";
	font-style: normal;
	font-weight: 700;
	src: url("../font/genjyuugothic/GenJyuuGothic-Medium.woff") format("woff"), url("../font/genjyuugothic/GenJyuuGothic-Medium.ttf") format("truetype"); 
}