@charset "utf-8";
/*
Theme Name: theme857
Theme URI: http://theme.o2gp.com/
Description: theme857
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:80%/1.5 "メイリオ","Meiryo","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
background:#f2f2f2 url(images/bg.png);
}

html{background:#229114;}

.clear{clear:both;}
.center{text-align:center;}

.p11{font-size:11px;}
.s14{font-size:14px;}
.s16{font-size:16px;}
.s20{font-size:20px;}
.s26{font-size:26px;}
.gu{color:#037203;}
.mb10{margin-bottom:10px;}
.right{text-align:right;}
.mt7{margin-top:7px;}
.mt10{margin-top:10px;	}
.mt20{margin-top:20px;	}
.mt30{margin-top:30px;	}
.mt40{margin-top:40px;	}
.uli{text-decoration:underline;}
.mb20{margin-bottom:20px;	}
.pt20{padding-top:20px;}
.ml20{margin-left:20px;}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#229114;
}


a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#222;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #222;
background: -moz-linear-gradient(top, #222 0%, #229114 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#229114));
background: -webkit-linear-gradient(top, #222 0%,#229114 100%);
background: -o-linear-gradient(top, #222 0%,#229114 100%);
background: -ms-linear-gradient(top, #222 0%,#229114 100%);
background: linear-gradient(to bottom, #222 0%,#229114 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#229114',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #222;
background: -moz-linear-gradient(top, #229114 0%, #222 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#229114), color-stop(100%,#222));
background: -webkit-linear-gradient(top, #229114 0%,#222 100%);
background: -o-linear-gradient(top, #229114 0%,#222 100%);
background: -ms-linear-gradient(top, #229114 0%,#222 100%);
background: linear-gradient(to bottom, #229114 0%,#222 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229114', endColorstr='#222',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner, .inner2{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
}

#content{
width:100%;
padding:30px 0;
}
#main{
float:left;
width:715px;
padding: 0 0 30px;
font-size:14px;
}
#main h2{
background:url(images/banners/m_banner1.png)no-repeat;
height:74px;
color:#fff;
font-size:26px;
padding:32px 0 0 30px;
font-weight:normal;
}
#main h3{
background:url(images/banners/h3banner1.png)no-repeat;
height:40px;
color:#fff;
font-size:16px;
padding:10px 0 0 10px 
}
#sidebar{
float:right;
width:205px;
padding:0 10px 30px;
margin-bottom:30px;
}

#footer{
clear:both;
padding-top:20px;
border-top:1px solid #e2e2e2;
background:#222 url(images/footerBg.png);
}


/* ヘッダー
*****************************************************/
#header .bg{
height:20px;
	background:#229114;
}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:2px 0;
color: #fff;
font-size:90%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:0 0 5px;
}



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

#mainImg a:hover img{opacity:.9;}

.postWrap{
margin:0 0 20px 0;
padding:3px;
border:1px solid #e2e2e2;
background:url(images/tp.png);
}

.post{
padding:10px;
border:1px solid #f1f1f1;
background: #fef9ca;
}

article.archive span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 5px;
padding:5px 0;
font-size:130%;
background:url(images/border.png) repeat-x 0 100%;
}

h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin:5px 0 0 15px;
list-style:disc;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1, .post h2, .post h3, .post h4{clear:both;}

.post h1{
margin:20px 0;
padding:5px 10px;
font-size:150%;
color: #fff;
border-radius:4px;
background:#229114;
box-shadow:0 0 3px rgba(0,0,0,0.2); 
}

.post h2{
margin:10px 0;
padding:3px 5px;
font-size:130%;
font-weight:normal;
color: #3f0000;
border-left:5px solid #3f0000;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#229114;
border-bottom:1px solid #229114;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #229114 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #8fc859 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#229114;
}

.post table td{
padding:7px 5px;
border: 1px #8fc859 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-height:200px;width:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* フッター　ウィジェット
*****************************************************/
.widgetWrap{
margin: 0 0 20px;
padding: 3px;
border:1px solid #fff;
background:#f4f4f4;
box-shadow:0 0 3px rgba(0,0,0,0.5); 
}

section.widget, .widgetInfo,#calendar_wrap{
padding: 10px 7px;
border:1px solid #eee;
background: #fff;
}

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
box-shadow:0 0 3px rgba(0,0,0,0.5); 
}

#banners a:hover img{box-shadow:0 0 4px rgba(255,255,255,0.7);}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget ul.sub-menu{margin-left:10px;}

section.widget a:hover{background-position: 3px 50%;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}




/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#229114;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#be3014;}



/* フッター
*****************************************************/
#footerWrapper{
width:990px;
margin-right:-30px;
}

#footer aside{
float:left;
width:300px;
margin-right:30px;
}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-size:90%;
zoom:1;
color:#fff;
background:#222;
}

#logo{
float: left;
width: 230px;
margin: 10px 0 40px 10px;
line-height: 1.5;
color:#fff;
}
#footer .box{
float: left;
width: 120px;
margin: 10px 0 10px 50px;
line-height: 2;
color:#fff;
}
#footer .box2{
float: left;
width: 280px;
margin: 0 0 10px 20px;
line-height: 2;
color:#fff;
}
#footer a{
color:#fff;
text-decoration:underline;
}

#footer a:hover{
color:#fff;
text-decoration:none;
}

#footer .box_img{
padding: 0px 0px 10px 0px;
}

#footer .last{margin-right:0;}



/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}



/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{
clear:both;
position:relative;
overflow: hidden;
z-index:200;
background:#222 url(images/mainnavBg.png) repeat-x;
font-size:20px;
}

nav#mainNav ul{
float:left;
left:50%;
position:relative;
}

nav#mainNav ul li{
float:left;
left:-50%;
position:relative;
border-right:1px solid #037203;
}

nav#mainNav ul li:first-child{border-left:1px solid #037203;}

nav#mainNav ul li a{
display: block;
text-align: center;
float:left;
color:#fff;
height:40px;
line-height:40px;
padding:20px 62px 5px;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:80%;
}

nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
background:#222 url(images/mainnavBg.png) repeat-x 0 100%;
}

nav#mainNav ul ul{width:160px;}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:60px;
left:0;
z-index:500;	
}

nav#mainNav ul li li{
padding:0 0 0 10px;
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
border:0;
background:#222 url(images/mainnavBg.png) repeat-x;
border-bottom:1px solid #229114;
}

nav#mainNav ul li li:first-child{border-left:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li li.current-menu-item a{font-weight:bold;}

nav#mainNav ul li li:hover{background:#222 url(images/mainnavBg.png) repeat-x 0 100%;}

nav#mainNav ul li:hover ul li:last-child{
border:0;
}

/* トップページ
*****************************************************/
#box_m{}
#box_mm{}
#box_m2{}
#box_m a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
}
#box_m2 a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
}

.box_l{
float: left;
width:470px;
}
.box_r{
float: right;
width:470px;
}
#box_m h2,#box_mm h2{
background:url(images/banners/banner1.png)no-repeat;
height:50px;
color:#fff;
font-size:20px;
padding:20px 0 0 20px ;
}
#box_m h3,#box_mm h3{
background:url(images/banners/banner2.png)no-repeat;
height:50px;
color:#fff;
font-size:20px;
padding:20px 0 0 20px ;
}
#box_m2 h3{
background:url(images/banners/banner3.png)no-repeat;
height:50px;
color:#fff;
font-size:20px;
padding:20px 0 0 20px ;
}
/* トップ最新情報
*****************************************************/
.new{
overflow: hidden;
padding:20px 5px 15px;
margin-bottom: 5px;
}
.new_img{
float: left;
width:200px;
margin-right:10px;
text-align:center;
}
.new_img img{
width:auto;
height:130px;
border:1px solid #ccc;
}
.new_t{
float: right;
width:240px;
}
.newiti{
padding:20px 5px;
}
.newiti ul{
padding-left: 10px;
}
.newiti li{
background:url(images/list.png)no-repeat 0 50%;
margin-bottom: 5px;
padding-left: 20px;
}

/* トップページ 最新記事4件
------------------------------------------------------------*/
.thumbWrap{
width:980px;
margin-right:-20px;
}

.thumbWrap h2{
width:960px;
font-size:20px;
font-weight:bold;
color:#d77d09;
border-bottom:2px solid #f69c28;
margin-bottom: 20px;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 24px 0 0;
padding:2px 0 40px;
background:none;
}


/* 最新記事リンク */
ul.thumb h3{
width:228px;	
font-weight:normal;
font-size:100%;
text-align:center;
background:#2a317c;
}

ul.thumb h3 span{
display:block;
background:#2a317c;
color:#fff;
padding:2px 0;
}
/* Tポイントカード
------------------------------------------------------------*/
.tpoint{
border:1px solid #f69c28;	
padding:20px;	
font-size:20px;
}
.tpoint img{
float: left;	
margin-right:20px;	
}

/* トップ店長あいさつ
*****************************************************/
.tenchou{
overflow: hidden;
padding:20px 0 10px 5px;
}
.tenchou_t{
float: left;
width:260px;
}
.tenchou img{
float: right;
margin-right:10px;
}

/* トップ店舗案内
*****************************************************/
.topannai{
overflow: hidden;
padding:20px 0 10px 5px;
}
.topannai_t{
float: left;
width:220px;
}
.topannai_map{
float: right;
width:220px;
}
.topannai_map iframe{
border: 1px solid #ccc;
}
.topannai_t p{
padding-bottom: 10px;
}
#box_m2 .topannai_t ul{
margin-top:20px;
padding-left:20px;
}
#box_m2 .topannai_t li{
background:url(images/list.png)no-repeat 0 50%;
margin-bottom: 5px;
padding-left:20px;
}
.topannai_map img{
margin-top:20px;
}

/* サイドバー
*****************************************************/
#sidebar h3{
background:url(images/banners/s_banner2.png)no-repeat;
height:31px;
color:#fff;
font-size:14px;
padding:5px 0 0 10px ;
}
#sidebar a:hover img{opacity:.7;}

#sidebar .s_new{
padding: 20px 0;
}
#sidebar .s_new img{
width:auto;
height:130px;
border:1px solid #ccc;
}
#sidebar .s_new_t{
width:205px;
}
#sidebar .s_newiti{
padding: 5px 0;
}
#sidebar .s_newiti ul{
padding-left: 5px;
}
#sidebar .s_newiti li{
background:url(images/list.png)no-repeat 0 50%;
margin-bottom: 5px;
padding-left: 20px;
}
.s_osusume{
padding:20px 0;
}
.s_osusume img{
width:auto;
height:130px;
border:1px solid #ccc;
}
.s_number1{
margin-bottom: 10px;
}

.s_number2{
}
#sidebar  .topannai_t ul{
margin-top:10px;
padding-left:10px;
}
#sidebar  .topannai_t li{
background:url(images/list.png)no-repeat 0 50%;
margin-bottom: 5px;
padding-left:20px;
}
.osm{text-align:center;}
.osm li{margin-bottom: 10px;}
.osm img{
	width:100%;
	height:auto;
}

/* お問い合せ
*****************************************************/
.form{
padding:20px 10px;
}
.inform{
border: #cccccc solid 1px;
padding:40px;
margin-top: 20px;
}
.s03{
margin-top: 20px;
}

/* アクセス地図
*****************************************************/
.acc{
margin: 20px 0;
}
.acc img{
float:left;
margin: 10px 20px 0;
}
.acc p{
font-size: 14px;
line-height: 1.8;
padding: 5px 10px 0;
}
.acc .mei{
font-size: 20px;
color: #037203;
}
.accmap{
margin-top: 20px;
}
.accmap iframe{
border: #cccccc solid 1px;
}
/* 売り場案内
*****************************************************/
.annai{
margin: 40px 0;
}
.annai_l{
float:left;
}
.annai_l img{
border: #cccccc solid 1px;
}

.annai_r{
float:right;
width: 420px;
}
.annai_ru{
height: 110px;
}
.annai_rs{

}
.annai_rs_l{
float:left;
}
.annai_rs_r{
float:right;
}

