@charset "utf-8";
/* CSS Document */
/*******************************
　共通設定
*******************************/
*{
	margin:0px;
	padding:0px;
}

body{
	word-break: break-all;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.8;
}

h1{
	font-size: 12px;
}

/* 回り込み介助 */
hr{
	clear: both;
	border: none;
}

img{
	border: none;
	vertical-align: top;
}

table{
	border-collapse: collapse;
}

/* 隙間調整 */
.mt1per{
	margin-top: 1% !important;
}
.mt2per{
	margin-top: 2% !important;
}
.mt3per{
	margin-top: 3% !important;
}
.mt4per{
	margin-top: 4% !important;
}
.mt5per{
	margin-top: 5% !important;
}
.mt6per{
	margin-top: 6% !important;
}
.mt7per{
	margin-top: 7% !important;
}
.mt8per{
	margin-top: 8% !important;
}
.mt9per{
	margin-top: 9% !important;
}
.mt10per{
	margin-top: 10% !important;
}

/* common */
a{
	color: #000000;
}
a:hover{
	text-decoration: none;
}
#wrap{
	width: 93.75%;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/*******************************
　ヘッダー
*******************************/
#header_bg{
	background: url("../Image/bg.png");
}
#header_bg p{
  	font-size: 14px;
	margin: auto;
	text-align: center;
	padding: 1%;
}
.h_logo{
	width: 24%;
	margin: auto;
	margin-top: 5%;
	position: relative;
}
.h_qr{
	width: 39%;
	margin: auto;
	margin-top: 5%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#site_link{
	text-align: center;
	margin-top: 5%;
}
#site_link li{
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	margin-left: 2%;
}
#site_link li:first-child{
	margin-left: 0;
}

#site_link2{
	text-align: center;
	margin-top: 5%;
}
#site_link2 li{
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	margin-left: 8%;
}
#site_link2 li:first-child{
	margin-left: 0;
}


/*******************************
　フッター
*******************************/
.f_links_top{
	width: 17%;
	margin-top: 10%;
	margin-left: auto;
}
#footer_bg{
	background: url("../Image/bg.png");
	margin: auto;
	padding: 2%;
	line-height: 1.6;
	margin-bottom: 2%;
}
#footer_bg .text1{
	margin-top: 4%;
}
.f_con{
}
.f_con .f_text1{
	font-size: 14px;
}
.f_con .f_text2{
}
.f_con .f_text3{
}
.copyright{
	text-align: right;
}

/*******************************
　全ページスタイル
*******************************/
#main_wrap{
	margin-top: 5%;
}
