@charset "utf-8";
/* CSS Document */




/******************************************
layout_tb
******************************************/
.pc_only,
.sp_only,
.tb_none
	{display:none;}
header {
}
.inner {
	width: 100%;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// content_wrap
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/


/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// コンテンツ
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#main {
  box-sizing: border-box;
  width:100%
}
#contents {
  box-sizing: border-box;
  padding: 0 15px;
  width:100%
}
body#toppage,
body#under {
	background: none;
}

#under .formbtn {
	top: 0px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
footer .footin {
  box-sizing: border-box;
  padding-left:15px;
  padding-right:15px;
  width:100%
}
.link_img li a span {
	font-size: 100%;
}