@charset "UTF-8";
/* ====================================

	common.css
	---------------------------

	INDEX:
	---------------------------
		ALL SIZES:
			0. General
			1. Module
			2. Layout
			3. Header
			4. Navigation
			5. MainArea
			6. Footer

		Media Queries:
			Print styles

==================================== */


/* ===================================================

   ALL SIZES:

   =================================================== */

/*	0. General
----------------------------- */
body {
  background: #f0f0f0;
}
.container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background: #fff;
}
/*	1. Module
-------------------------------- */


/*	2. Layout
----------------------------- */
#header {
  width: 100%;
  background: url(../img/h_bg.gif) repeat-x center top;
  border-top: 8px solid #ff931c;
  height: 115px;
}
.header_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.h_id_logo {
  float: left;
  padding: 20px 0 0 0;
}
.h_tel {
  float: right;
  margin-top: 20px;
}
#footer {
  background: #fff;
  border-top: 8px solid #ff931c;
  color: #333;
  padding: 10px 0 20px 0;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
.f_inner {
  width: 1000px;
  margin: 0 auto 20px;
  position: relative;
}
.f_inner:after {
  content: "";
  display: block;
  clear: both;
}
.f_id {
  float: left;
}
.f_box_r {
  float: left;
  margin-left: 30px;
}
.f_navi {
  padding-top: 25px;
}
.f_navi li {
  display: inline-block;
  background: url(../img/f_icon_arrow.png) no-repeat left .2em;
  line-height: 1.2;
  padding-left: 18px;
  margin-right: 1em;
}
.copyright {
  font-size: 11px;
}
/* ===================================================

   page styles

   =================================================== */

.main {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.main_t01 img {
  max-width: 100%;
  height: auto;
}
.sec01 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.lp01_why_t02 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.lp01_why_t02 img {
  margin-left: -43px;
}
.qa {
  background: #fff url(../img/faq_bg_body.jpg) repeat-y;
  text-align: left;
  padding: 0 0 20px;
  position: relative;
}
.qa:after {
	content: url(../img/faq_bg_bottom.jpg);
	display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.fap_img {
  position: absolute;
  top: 146px;
  right: 68px;
}
.qa_in {
  width: 830px;
  margin: 0 auto;
}
.qa_t01 {
  margin-bottom: 30px;
}
dl.fap {
  width: 730px;
}
dl.fap dt {
  background: url(../img/faq_icon_q.png) no-repeat left 0;
  padding-left: 88px;
  min-height: 61px;
}
dl.fap dt:after {
	content: "";
  border-bottom: 2px solid #00578c;
  padding-bottom: 5px;
  width: 640px;
	display: block;
	clear: both;
}
dl.fap dd {
  background: url(../img/faq_icon_a.png) no-repeat left 10px;
  padding-top: 20px;
  padding-left: 88px;
  width: 650px;
  margin-bottom: 60px;
  min-height: 70px;
  font-size: 16px
}
.order_set {
  width: 1000px;
  height: 246px;
  background: url(../img/btn_contact_bg.png) no-repeat center top;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.order_ttl {
  position: absolute;
  top: 5px;
  left: -16px;
}
.order_tel {
  position: absolute;
  top: 79px;
  left: 49px;
}
.order_form {
  position: absolute;
  top: 90px;
  right: 40px;
}
