@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 {
    border-top: 5px solid #e60012;
}
.container {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
/*	1. Module
-------------------------------- */


/*	2. Layout
----------------------------- */
#header {
    width: 100%;
    background: #fff;
}
.header_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.h_lead {
    padding-top: 5px;
    font-size: 13px;
}
.h_id_logo {
    float: left;
    padding: 10px 0 20px 0;
}
.h_unei {
    margin-left: 10px;
    line-height: 1;
}
.h_tel {
    float: right;
}
#footer {
    background: #0e0e0e;
    color: #fff;
    border-top: 20px solid #e60012;
    padding: 10px 0 30px 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;
}
ul.f_navi {
    float: left;
}
ul.f_navi li {
    display: inline-block;
    line-height: 1.1;
}
ul.f_navi li a {
    display: block;
    background: url(../img/icon_bull_red.png) no-repeat left .2em;
    padding-left: 15px;
    margin-right: 1em;
    color: #fff;
    text-decoration: none;
}
ul.f_navi li a:hover {
    color: #e60012;
}
.copyright {
    float: right;
}
#nav-dock {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 137px;
	right: 20px;
}
#nav-dock a {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav-dock a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


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

   page styles

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

.main {
    width: 100%;
    background: url(../img/main_bg.jpg) no-repeat top center;
    min-height: 430px;
}
.main_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 430px;
}
.main_t01 {
    padding: 76px 0 0 10px;
}

.sec01 {
    padding: 40px 0;
    text-align: center;
}
.sec01_ttl01 {
    margin-bottom: 30px;
}
ul.nayami_list {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
ul.nayami_list:after {
	content: "";
	display: block;
	clear: both;
}
.nayami_list li {
    float: left;
    margin-left: 29px;
}
.nayami_list li:first-child {
    margin-left: 0;
}
.sec01_ttl021 {
    margin-bottom: 10px;
}
.sec01_ttl022 {
    width: 100%;
    background: #edebc6;
    padding: 10px 0;
}
.sec02 {
    margin-bottom: 40px;
}
.sale_p_set {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.sale_p_set:after {
	content: "";
	display: block;
	clear: both;
}
.sale_p_box {
    box-sizing: border-box;
    background: #f8fff3;
    border: 3px solid #b4d1a0;
    padding: 25px 20px;
    width: 314px;
    margin-right: 29px;
    position: relative;
    float: left;
}
.sale_p_box.last {
    margin-right: 0;
}
.sale_p {
    position: absolute;
    top: -15px;
    left: 72px;
}
.sale_p_ttl {
    text-align: center;
    color: #e60012;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
}
.sale_p_ttl strong {
    font-size: 25px;
    font-size: 2.5rem;
}
.sale_p_box p {
    font-size: 14px;
}
.contact {
    box-sizing: border-box;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: #0e0e0e;
    text-align: center;
    padding: 25px 10px 10px 10px;
    margin-bottom: 30px;
}
.contact_inner {
    background: #fff;
    margin-top: 10px;
    text-align: left;
    padding: 20px;
}
.contact_inner:after {
	content: "";
	display: block;
	clear: both;
}
.btn_tel {
    float: left;
}
.btn_tel p {
    line-height: 1.2;
}
.btn_inquiry {
    float: right;
}
#fb_box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 0;
    background: #f8f7ee;
    border: 1px solid #E9EAED;
}
.sals_area {
    box-sizing: border-box;
    width: 1000px;
    margin: 20px auto;
    background: #f8f7ee;
    border: 2px solid #E9EAED;
    padding: 20px 30px;
    text-align: center;
    
}
.sals_area > .ttl {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    background: #348100;
    padding: 2px 0;
}
.sals_area > .txt {
    font-size: 16px;
}
.txt strong {
    color: #E60012;
}