@charset "UTF-8";

/**
 * 【css Navigation】
 *
 * 1.0 Default
 * 2.0 Layout
 * 3.0 Style
 */

/* =========================================================
	1.0 Default
========================================================= */
* {
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; }
@media screen and (max-width: 750px) {
/* SP */
	textarea,
	input[type="text"] {
		border-radius: 0; }
	input[type="submit"] {
		border-radius: 0;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none; }
/* /SP */
}
html {
	font-size: 10px; }
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%; }
a:link,
a:visited {
	text-decoration: underline; }
a:hover,
a:active {
	text-decoration: none; }
img,
iframe {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	/* object-fit: contain; */ }
/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%; }
	table th {
		text-align: left;
		font-weight: normal;
		vertical-align: top; }
	table td {
		vertical-align: top; }
/* =========================================================
	2.0 Layout
========================================================= */
#header,
#gNavi,
#contents,
#footer {
	text-align: left; }
#contents {
	margin: 0 auto;
	padding: 0; }
/* 1 Column */
#oneColumn {}
/* 2 Column */
#twoColumnL {
	float: left; }
#twoColumnR {
	float: right; }
/* 3 Column */
#threeColumnL {
	float: left; }
#threeColumnC {
	float: left; }
#threeColumnR {
	float: right; }
/* =========================================================
	3.0 Style
========================================================= */
/* clear */
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	overflow:hidden;
	font-size:0.1em;
	line-height:0; }
.clear { clear: both; }
/* Text align */
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }
/* Font weight */
.fwN { font-weight: normal; }
.fwB { font-weight: bold; }
/* Font */
.ffG {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*font-family: "游ゴシック", "YuGothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/ }
.ffM {
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-weight: bold;
	/*font-family: "HG明朝B","MS 明朝",serif;*/
	/*font-weight: normal;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/ }
/* Position */
.pF { position: fixed; }
.pS { position: static; }
.pR { position: relative; }
.pA { position: absolute; }
/* Float */
.fL { float: left; }
.fR { float: right; }
