@charset "utf-8";
/*
Theme Name: cloudtpl_1153_nakamura
Theme URI: http://c-tpl.com/
Description: cloudtpl_1153_nakamura
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.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 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
/*background:#003040 url(../bg.png);*/
background:none repeat scroll 0 0 #fff;

/*
word-break:break-all;
word-wrap:break-word;*/
}

html{background:#003040;}


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

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

a img:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/**** 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="email"], 
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: #8fc8ee;
background: -moz-linear-gradient(top, #8fc8ee 0%, #007bc7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc8ee), color-stop(100%,#007bc7));
background: -webkit-linear-gradient(top, #8fc8ee 0%,#007bc7 100%);
background: -o-linear-gradient(top, #8fc8ee 0%,#007bc7 100%);
background: -ms-linear-gradient(top, #8fc8ee 0%,#007bc7 100%);
background: linear-gradient(to bottom, #8fc8ee 0%,#007bc7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc8ee', endColorstr='#007bc7',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: #8fc8ee;
background: -moz-linear-gradient(top, #007bc7 0%, #8fc8ee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007bc7), color-stop(100%,#8fc8ee));
background: -webkit-linear-gradient(top, #007bc7 0%,#8fc8ee 100%);
background: -o-linear-gradient(top, #007bc7 0%,#8fc8ee 100%);
background: -ms-linear-gradient(top, #007bc7 0%,#8fc8ee 100%);
background: linear-gradient(to bottom, #007bc7 0%,#8fc8ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bc7', endColorstr='#8fc8ee',GradientType=0 );
cursor:pointer;
}

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


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

#header{
overflow:hidden;
}
/*
#content{
width:100%;
padding:30px 0;
}*/
#content{
width:700px;
padding:0px 0 30px ;
float:left;
}

#sidebar{
    float: left;
    width: 230px;
    padding: 0px 0 30px;
    margin-left: 30px;
}

#footer{
	clear:both;
	padding-top:20px;
	border-top:1px solid #e2e2e2;
	background-color: #8fc8ee;
	background-image: url(../img/footerBg.png);
}


/* ヘッダー
*****************************************************/
#header .bg{background:#007bc7;}



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

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header #area_h2{
clear:both;
float:left;
padding:10px 0;
color: #444;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
}

#header ul li a{
padding-left:15px;
background:url(../img/arrowSub.png) no-repeat 0 50%;
color: #fff;
}

#header ul li a:hover{background-position:3px 50%;
color: #efefef;}


/* トップページ　メイン画像
----------------------------------*/
#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(../img/tp.png);
}

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

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


/* タイポグラフィ
*****************************************************/
h1.title,
h2.title{
clear:both;
margin:30px 0 5px;
padding:5px 0;
font-size:150%;
background:url(../img/border.png) repeat-x 0 100%;
color:#333;
}
h1.first,
h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
}
.post p.dateLabel{
	padding-bottom:0px;}

.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:#007bc7;
box-shadow:0 0 3px rgba(0,0,0,0.2); 
}

.post h2{
text-shadow:0 -1px 0 #77775C;
	clear:both;

font-size:170%;
font-weight:bold;
color: #fff;
letter-spacing: 1px;

    background-color: #007bc7;
    line-height: 1.5;
    margin: -10px 0 10px -20px;
    padding: 8px 5px 8px 20px;

	-moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
	box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
}

.post h3{
	clear:both;

font-size:115%;
font-weight:bold;
color: #333;
letter-spacing: 1px;

    background-color: #f4f4f4;
    border-bottom: 3px solid #007bc7;
    line-height: 1.5;
    margin: 10px 0;
    padding: 5px 5px 5px 10px;
}

.post h4{
    border-left: 3px solid #007bc7;
    color: #333;
    font-size: 110%;
    font-weight: 500;
    margin: 10px 0;
    padding: 4px 8px;
}
.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 #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
width:100%;

}

.post table th{
padding:7px 10px 7px 5px;
border: #ccc solid;
border-width: 0 0 1px 1px;
font-weight:bold;
background:#f8f8f8;
vertical-align: middle;
min-width: 20%;
}

.post table td{
padding:7px 5px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
vertical-align: middle;
}

.post dt{font-weight:bold;}

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

.post img{max-width:100%;height:auto;}

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

img.alignright, img.alignleft{
margin:0 0 10px 10px;
display:inline;
}

img.alignleft{margin: 0 10px 10px 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;
}

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

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(../img/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;
}


/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;background:none;padding:0;text-decoration:underline;}
#calendar_wrap table td#prev a, #calendar_wrap table td#next a{text-decoration:none;}


/* お知らせ　
-------------*/
.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(../img/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:#777;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

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

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



/* フッター
*****************************************************/
#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:#007bc7;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}
.pagenav a{
	color:white;
}
.prev{float:left}

.next{float:right;}

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


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:990px;
margin:20px -35px 20px 0;
color:#fff;
}

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

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:3px;
font-weight:normal;
font-size:100%;
text-align:center;
border:1px solid #e2e2e2;
border-radius:4px;
background:url(../img/tp.png);
}

ul.thumb h3 span{
display:block;
padding:5px 3px;
border-radius:3px;
background:#8fc8ee url(../img/mainnavBg.png) repeat-x;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#702e30;}


/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{
clear:both;
position:relative;
z-index:200;
background: url(../img/mainnavBg.png) repeat-x;
margin-bottom: 30px;
}

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

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

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#fff;
height:40px;
line-height:40px;
padding:15px 35px 5px;
font-size:13px;
}

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:70%;
}

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

}

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:#8fc8ee url(../img/mainnavBg.png) repeat-x;
border-bottom:1px solid #fff;
}

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

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0 0 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:url(../img/mainnavBg.png) repeat-x 0 100%;}

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

/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{

    margin: 5px -10px 20px 0;
    overflow: hidden;
    width: 670px;
}
.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 40px;
background:none;
text-align: center;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #777;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#007bc7 ;
	text-decoration:none;
}

/* post中 */
.post .thumbWrap  ul li{
float:left;
width: 204px;
height:200px;
margin:0 25px 0 0;
padding:2px 0 10px;
background:none;
text-align: center;
}

.post .thumbWrap  ul li  p {
    padding-bottom: 5px;
}
.custom_image_footer img,
.post .thumbWrap  ul li img{
	width: 200px !important;
	height:auto !important;
}
ul.thumb h3 a{color:#fff;}

ul.thumb h3 a:hover{text-decoration:none !important;}
ul.thumb h3:hover span{
	background:#f65959;
	color:#fff;
	text-decoration:none !important;
}



#slider_wrap {
    margin: 20px auto 15px;
}

/* slider tab */
.rslides {
    margin: 0 auto !important;
}

.rslides_tabs {
  list-style: none;
  padding: 0;

  font-size: 14px;
  list-style: none;
  margin: 0 auto 0px;
  max-width: 960px;
  padding: 0;
  text-align: right;
  width: 960px;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  background:#F4F4F4;


border:1px solid #fff;
background-color:#f4f4f4;
box-shadow:0 0 2px rgba(0,0,0,0.2);

  }

.rslides_tabs a {
  width: auto;
  line-height: 27px;
  padding: 1px 8px;
  height: auto;
  background: transparent;
  display: inline;
  color:#007bc7 ;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs a:hover,
.rslides_tabs li.rslides_here {
	background-color:#007bc7 ;
	border-color:#007bc7 ;
	color:#fff;
	text-decoration:none;
}
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }
/*
widget table
*/
#footerWrapper table,
#sidebar table{
border-top: 1px #CCCCCC solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 10px;
font-size:12px;
width:100%;
}
#footerWrapper table th,
#footerWrapper table td.td_left,
#sidebar table th,
#sidebar table td.td_left{
padding:7px 5px 7px 5px;
border: #CCCCCC solid;
border-width: 0 0 1px 0px;
font-weight:bold;
color:#666;
background:#f4f4f4;
}
#footerWrapper table td.td_left,
#sidebar table td.td_left{
	width:9em;
}
#footerWrapper table td,
#sidebar table td{
padding:7px 5px;
border: 1px #CCCCCC solid;
border-width: 0 0 1px 0px;
background:#fff;
vertical-align: middle;
}

/*page_item*/
.post #page_item table{
	width:auto;
	border: medium none;
}
.post #page_item table td{
border: medium none;
text-align: center;
	vertical-align: top;
	font-size:22px;
}
/*tel*/
#logo_right_area{
	float:right;
	width:500px;
	color:#333;
}
#header .tel_main,
#header .tel_branch{
	margin:25px 0 0;
	float:left;
	width:280px;
	text-align:right;
	line-height:1.3;
	color:#666;
	font-size:12px;
}
.post .tel_main,
.post .tel_branch{
	margin:10px 0 0;
	float:left;
	width:344px;
	text-align:left;
	line-height:1.3;
	color:#666;
	font-size:12px;
}
.area_tel{
	color:#c7081d;
	font-weight:bold;
	font-size:16px;
}
.area_tel_number{
	font-size:24px;
}
/* shop */
.area_shop_pic{
	width:305px;
	float:right;
}
.area_shop_table{
	float:left;
	width:375px;
}
/* shop */
.area_left{
	width:49%;
	float:left;
}
.area_right{
	float:right;
	width:49%;
}
/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
 clear: both;
    overflow: hidden;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}
/*アーカイブ*/
.thumb_img_area img{
	float:left;

    border: 1px solid #CCCCCC;
    margin: 2px 15px 5px 0;
    padding: 1px;
	height:135px;
	width:216px;
}
.thumbWrap ul.thumb img{

    border: 1px solid #CCCCCC;
    padding: 1px;
}
.kakaku {
    color: #C7243A;
    font-weight: bold;
}
.kakaku_num{
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 0 6px 0 0;
    vertical-align: middle;
}

#ori_cnt span.baiyaku {
    background-color: #c7243a;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 9px;
}


.list .baiyaku {
    background-color: #c7243a;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0px 5px;
	margin-right:1em;
}
.list .kakaku{
	    font-size: 15px;
}
.top-news-thumb .baiyaku {
    background-color: #c7243a;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0px 3px;
	margin-right:1em;
}

.news-list span.baiyaku {
    background-color: #c7243a;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0px 3px;
/*	margin-left:1em;*/
}
.news-list .kakaku{
	margin-left:1em;
}

/* google_translate_element あらかじめ表示サイズを確保 */
#google_translate_element{
	width:269px;
	height:28px;	
}

#addFunk_header_under_logo {
    float: right;
    margin: 10px 0 5px;
    text-align: right;
    width: 500px;
}
/* おすすめ */
ul.top-news-list li img {
    float: right;
    margin: 0 0 0 10px;
    padding: 2px;
	border:1px solid #ccc;
    height: auto !important;
    width: 66px !important;
}
section.widget ul.top-news-list li a {
	border:none;
	padding: 0px 0 0px 12px;
}
ul.top-news-list li{
    border-bottom: 1px dashed #CCCCCC;
    line-height: 1.4;
    margin: 0 0 10px;
    min-height: 60px;
    overflow: hidden;
    padding: 0 0 10px;
}
ul.top-news-list li .entry-meta2{
	display:none;
}
section.widget a.thum_img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
section.widget a {
	font-size:12px;
}
section.widget div.ichiran{
	margin: -0;
}
section.widget div.ichiran a {
    background: url("../img/arrow.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    display: block;
    padding: 0 0  0 12px;
}
section.widget div.ichiran a:hover{
background-position: 2px 50%;
}
.sns_clear{
	clear:both;
	margin:0 0 10px;
}
/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
 clear: both;
    overflow: hidden;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:0px;}
/*アーカイブ*/
.thumb_img_area img{
	float:left;

    margin:0px 15px 0px 0;
	height:138px;
	width:220px;
}
.thumbWrap ul.thumb img{

}

a.loop_title {
    font-size: 18px;
    font-weight: 600;
}
.post .list p.dateLabel {
    margin: 5px 0 15px;
}

/* ショップ情報 */
dl {
    border-top: 1px solid #EEEEEE;
}

dt {
    clear: both;
    float: left;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 1em;
    width: 28%;
    word-break: break-all;
}
dd {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 1em;
    padding-left: 25%;
    padding-top: 1em;
}
/*ボタン */
a.detail_box  {
    background-color: #E40003;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 5px 0 0 0px;
    padding: 5px;
    text-align: center;
    width: 260px;
}
a.detail_box:hover{
    background-color: #f41013;
	text-decoration:none;
}
/* サイドバナー
*****************************************************/
section#text-2.widget{
margin: 5px 0 20px;
padding: 0;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}


section#text-2.widget h3{
	background-color:#F28081;

color: #fff;
border-bottom:medium none;
padding: 2px 7px 6px 10px;
}
section#text-2.widget .textwidget{
padding: 0px;
}
section#text-3.widget a,
section#text-2.widget a{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    padding: 0;
    text-decoration: none;
}

section#text-2.widget a:hover{
text-decoration:underline;
background-position: 3px 50%;
}
section#text-3.widget{
margin: 20px 0 20px;
padding: 0;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
/*---------------------------------
single under content
---------------------------------*/
div.anshin{
	border: 3px solid #f65959;
	padding: 20px 181px 20px 10px;
	background:url(../img/anshin.png) bottom right no-repeat;
	clear:both;
	margin-bottom:10px;
	min-height:110px;
}
div.anshin .title{
	font-size: 22px;
	color: #f65959;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.1em;
}
/*
アーカイブサムネール表示
*/
.post ul.top-news-thumb{
	margin:0;
	width:690px;
	overflow:hidden;
	margin:0 -20px 0 0;
}
ul.top-news-thumb li{
	list-style:none;
	float:left;
	font-size: 12px;
 	display:block;
	width:155px;
	margin:0px 15px 15px 0;
	text-align:center;
	line-height:1.5;
	display: inline;
	height:230px;
	padding:0;
	background: none no-repeat scroll 0 0 transparent;
	 border: medium none;
}

/**/
#text-3 img,
#text-2 img {
	width:100%;
}

#recruit_banner img,
#coupon_banner img {
	width:100%;
}

/* トップページバナー画像 */
.bnrimg {
	margin: 0 10px 10px 0;
}

/* 商品案内ページ・商品リスト */
.item-list li {
	list-style-type: none !important;
}
.list_m_ttl {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
.list-block {
	width: 180px;
	height: 120px;
	float: left;
}
.asterisk {
	text-indent: 1em;
}
.item-list ul {
	clear: both;
}