@charset "UTF-8";
/* CSS Document */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/*--------------------------------------------------
  ヘッダ（header）
--------------------------------------------------*/
/*トップ用*/
header {
	position: relative;
	height: 90px;
	background: #FFF;
	box-shadow: 0.5px 0.5px 2px 2px rgba(0,0,0,0.1);
}
header #title {
	padding-top: 30px;
	padding-left: 30px;
}
/*--------------------------------------------------
  コンテナ（container）
--------------------------------------------------*/
#container {
	clear: both;
	width: 100%;
	margin: auto;
	line-height: 1.5;
	padding: 0px 0 0;
}
#main_img {
	background:#FFF;
	height: auto;
}
#main_img p {
	margin:auto;
	padding: 0;
	width: 100%;
}
/*--------------------------------------------------
  メイン（main）
--------------------------------------------------*/
#main {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}

/*--------------------------------------------------
  フッタ（footer）
--------------------------------------------------*/
#FOOTER {
	clear: both;
	position: relative;
	width: 1050px;
	margin: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#FOOTER_box {
	clear:both;
}
/* コピーライト */
#copyright {
	width: 100%;
	margin: auto;
	font-size: 14px;
	float: left;
	text-align: center;
	letter-spacing: 1px;
	margin-top: -3px;
}
#PAGETOP {
	margin: 100px auto;
	text-align: center;
	background: #EEEEEE;
	padding: 20px 20px 13px;
	width: 300px;
	border-radius: 40px;
}

/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin: 20px auto;
}
#page_navi li {
	display: inline;
	font-size: 13px;
}
#page_navi a {
	text-decoration: none;
	color: #396E3B;
}
#page_navi a:hover {
	text-decoration: underline;
}

table .fm {
	font-size: 20px;
	color: #E75297;
	font-weight: bold;
}
/* 注意書き */
.attention dt {
	float: left;
	width: 18px;
}
.attention dd {
	margin-left: 18px;
}

/* --responsive------------------------------------------- */

/* 750px start */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 1324px) {
    .pc { display: none !important; }
    .sp { display: block !important; }

body {
	background: none;
}
/*--------------------------------------------------
  ヘッダー（header）
--------------------------------------------------*/
/*トップ用*/
header {
	position: relative;
	height: 80px;
	background: #FFF;
	box-shadow: 0.5px 0.5px 2px 2px rgba(0,0,0,0.1);
}
header #title {
	padding-top: 30px;
	padding-left: 30px;
}
/*--------------------------------------------------
  コンテナ（container）
--------------------------------------------------*/
#container {
	line-height: 1.5;
	padding: 0px 0px;
}
#main_img {
	background:#FFF;
	height:auto;
}
#main_img p {
	width: 100%;
	margin:auto;
	padding: 0;
}
#main_img img {
	width: 100%;
	height:auto;
}
/*--------------------------------------------------
  メイン（main）
--------------------------------------------------*/
#main {
	width: 100%;
	margin: auto;
	margin-top: 30px;
}
/*--------------------------------------------------
  フッタ（footer）
--------------------------------------------------*/
#FOOTER {
	clear: both;
	position: relative;
	width: 100%;
	margin: auto;
}
#FOOTER_box {
	margin: auto;
	clear:both;
	text-align: center;
}
#FOOTER_box p {
	text-align: center;
	float: none;
}
/* コピーライト */
#copyright {
	width: 100%;
	margin: auto;
	font-size: 14px;
	float: left;
	text-align: center;
	letter-spacing: 0px;
	margin-top: -3px;
	margin-bottom: 10px;
}


}
/* 767pixel end */