﻿@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ ゴシック", "MS Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
}


#c {
	clear: both;
}


.m_t_20 {
	margin-top: 20px;
}

.m_t_30 {
	margin-top: 30px;
}

.m_t_100 {
	margin-top: 100px;
}

.m_t_100m {
	margin-top: 100px;
}

	
.m_t_100d {
	margin-top: 0px;
}

.m_l_50 {
	margin-left: 50px;
}


/* top_logo */

.top_logo {
	width: auto;
	height: 360px;
	text-align: center;
	background-image: url(../image/top_back.png);
	background-repeat: no-repeat;
}

.image {
    position:relative;
    overflow:hidden;
    width:100%;
    height:360px;
	background-color: #000;
}

.image img {
    position:absolute;
    left:50%;
    width:1280px;
    height:360px;
    margin-left:-640px;
}

a {
text-decoration: none;
}

.mainbox {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}


.normal img {
	width: auto;
	max-width: auto;
	height: auto;
	vertical-align: bottom;
}

/* logo */
.logo {
	max-width: 660px;
}

/* フルカラー帯 */


.full_color_bg {
	width: 100%;
	display: block;
}

.bd_genki {
	background-color: #FFE8A8;
}

/* box幅 */

.w760 {
	width: 760px;
	margin: 0 auto;
}

/* 見出し */


.genki_txt_top {
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 28px;
	text-align: center;
	line-height: 1.3;
	color: #9A5F2F;
	margin-top: 0;
	margin-bottom: 0;
}




/* into */

.into_text {
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


/* オートバックス店舗紹介 */
.obi_textbox {
	font-size: 14px;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #E6E6E6;
	line-height: 50px;
	margin-bottom: 20px;
}

/* 4カラム 隙間あり */
.row4 {
  margin-right: 1%;
}
.cell4 {
	text-align: center;
	float: left;
	width: 24%;
	margin-right: 1%;
  /* 32 + 1.33 = 33.33% = 3分の1 */
}


/* 3カラム 隙間あり */
.row {
  margin-right: -1.33%;
}
.cell {
	text-align: center;
	float: left;
	width: 32%;
	margin-right: 1.33%;
  /* 32 + 1.33 = 33.33% = 3分の1 */
}

.cell_textbox {
	font-size: 14px;
        width: 100%;
        height: 30px;
        text-align: center;
	background-color: #1F2C5C;
        line-height: 30px;
		color: #fff;
}

.cell_textbox2 {
	font-size: 14px;
        width: 100%;
        height: 40px;
        text-align: center;
	background-color: #EC6C00;
        line-height: 40px;
		color: #fff;
}

/* 2カラム 隙間あり*/

.one{
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
.two{
  float: left;
  width: 49%;
  margin: 0 0 0 1%;
}

.cell_textbox3 {
	font-size: 14px;
        width: 100%;
        height: 40px;
        text-align: center;
	background-color: #EC6C00;
        line-height: 40px;
		color: #fff;
}

/* 2カラム 隙間なし*/

.one_spacenon {
  float: left;
  width: 50%;
}
.two_spacenon {
  float: left;
  width: 50%;
}


/* copyright */

.copyright_text {
	text-align: center;
	font-size: 8px;
	margin: 20px 0 30px 0;
}





footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: xx-small;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
}





br {display: none; }


/* スマホだけに適用するCSS------------------------- */
@media screen and ( max-width:760px )
{

/* 両端スペース
.mainbox {
	margin: 0 10px 0 10px;
}
*/

br {display: inline; }

.m_t_100 {
	margin-top: 0px;
}
	
.m_t_100d {
	margin-top: 100px;
}

.m_l_50 {
	margin-left: 0px;
}


}
