@charset "utf-8";

/* =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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	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:93%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
background:#f6f6f6;
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#666;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#333;
}


/**** Clearfix ****/
nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, #footerInfo:before,#footerInfo:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,#footerInfo:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,#footerInfo{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:#fff url(images/inputBg.png) repeat-x;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
color:#fff;
background: #d06387;
background: -moz-linear-gradient(top, #d06387 0%, #f386a4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d06387), color-stop(100%,#f386a4));
background: -webkit-linear-gradient(top, #d06387 0%,#f386a4 100%);
background: -o-linear-gradient(top, #d06387 0%,#f386a4 100%);
background: -ms-linear-gradient(top, #d06387 0%,#f386a4 100%);
background: linear-gradient(to bottom, #d06387 0%,#f386a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d06387', endColorstr='#f386a4',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #d06387;
background: -moz-linear-gradient(top, #f386a4 0%, #d06387 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f386a4), color-stop(100%,#d06387));
background: -webkit-linear-gradient(top, #f386a4 0%,#d06387 100%);
background: -o-linear-gradient(top, #f386a4 0%,#d06387 100%);
background: -ms-linear-gradient(top, #f386a4 0%,#d06387 100%);
background: linear-gradient(to bottom, #f386a4 0%,#d06387 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f386a4', endColorstr='#d06387',GradientType=0 );
}


/* レイアウト
------------------------------------------------------------*/
#wrapper, #header, .inner{
margin: 0 auto;
padding-bottom:10px;
width: 960px;
}

#header{
padding:10px 0;
}

#content{
	float: right;
	width: 675px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#sidebar{
float:left;
width:250px;
padding-top:30px;
}

#footer{
clear:both;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:90%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
float:left;	
padding:20px 0 0;
font-size:160%;
font-weight:bold;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
padding:0 10px 20px 0;
text-align:right;
}

.tel{
display:inline;
margin-left:10px;
padding-left:45px;
font:40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:url(images/tel.png) no-repeat 0 50%;	
}


/* トップナビゲーション
*****************************************************/
nav#mainNav{
clear:both;
margin-bottom:20px;
background:url(images/navBg.png) repeat-x;
position:relative;
}

nav#mainNav ul li{
float: left;
position: relative;
margin:0 10px;
height:66px;
line-height:66px;
}

nav#mainNav ul li a{
display: block;
height:66px;
text-align: center;
_float:left;
color:#666;
}

nav#mainNav ul li a span{
margin: 0 10px 0 -5px;
padding: 0 8px 0 20px;
_position:relative; /*To fix IE6 problem (not displaying)*/
float:left;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
color:#fff;
background: url(images/mainNav.png) no-repeat 100% 50%;
}

nav#mainNav ul li.current-menu-item a span,nav#mainNav ul li a:hover span,nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span{
background: url(images/mainNav.png) no-repeat 0 50%;
}

nav#mainNav ul li.current-menu-parent li a,
nav#mainNav ul li.current-menu-item li a,
nav#mainNav ul li.current-menu-item li a span,
nav#mainNav ul li.current-menu-parent li a span,
nav#mainNav ul li.current-menu-item li.current-menu-item a span,nav#mainNav ul li li a:hover span,nav#mainNav ul li li a:active span{
background:none;
}

nav#mainNav ul li.current-menu-item li a{color:#555;}

nav#mainNav ul li.current-menu-item li.current-menu-item a, nav#mainNav ul li li a:hover,
nav#mainNav ul li.current-menu-parent li.current-menu-item a{
color:#fff;
background: #d06387;
background: -moz-linear-gradient(top, #d06387 0%, #f386a4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d06387), color-stop(100%,#f386a4));
background: -webkit-linear-gradient(top, #d06387 0%,#f386a4 100%);
background: -o-linear-gradient(top, #d06387 0%,#f386a4 100%);
background: -ms-linear-gradient(top, #d06387 0%,#f386a4 100%);
background: linear-gradient(to bottom, #d06387 0%,#f386a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d06387', endColorstr='#f386a4',GradientType=0 );
}

nav#mainNav ul li.current-menu-parent:hover li a span,nav#mainNav ul li.current-menu-parent li a{color:#666;}
nav#mainNav ul li.current-menu-parent:hover li.current-menu-item a span, nav#mainNav ul li.current-menu-parent li a:hover{color:#fff;}

nav#mainNav ul ul{width:160px;}

nav#mainNav ul li li{
float: none;
height:40px;
line-height:40px;
width:160px;
}

nav#mainNav ul li li a{
width:100%;
height:40px;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:65px;
left:-7px;
z-index: 100;
border:1px solid #ccc;
border-top:0;
border-radius:0 0 6px 6px;
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
}

nav#mainNav ul li:hover ul li{
margin:0;
background:#f5f5f5;
border-bottom:1px dashed #fff;
}

nav#mainNav ul li:hover ul li:last-child{
border:0;
border-radius:0 0 6px 6px;
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
}

nav#mainNav ul li ul li a span{
margin:0;
float:none;
padding:0 0 0 5px;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 20px;
padding:5px;
line-height:33px;
font-size:120%;
font-weight:normal;
border:1px solid #dadade;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

h2.title span,.newsTitle h3 span,section.widget h3 span{
padding:6px 5px 6px 26px;
color:#dd6d92;
background:url(images/span.png) no-repeat 0 50%;
}

.dateLabel{
margin:-10px 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-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding-left:26px;
font-size:140%;
color:#555;
border-bottom:1px solid #dadade;
background:url(images/span.png) no-repeat 0 50%;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#555;
background:url(images/border.png) repeat-x 0 100%;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#555;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.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{
clear:both;
border: 1px #d2d2d6 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 5px;
border: #d2d2d6 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#dd6d92;
}

.post table td{
padding:7px 5px;
border: 1px #d2d2d6 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
padding:4px;
background:#fff;
border:1px solid #ccc;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
background:#fff;
border:1px solid #ccc;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
margin:0 0 10px;
padding:5px;
line-height:33px;
font-size:120%;
font-weight:normal;
border:1px solid #dadade;
background:url(images/headingBg.png) repeat-x 0 100%;
}

section.widget a{
display:block;
padding:10px 5px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

/* 更新情報
-------------*/
.newsTitle{
margin:0 0 20px;
padding:5px;
line-height:33px;
font-size:120%;
border:1px solid #dadade;
background:url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 10px 0 13px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.newsTitle p:hover{background-position:4px 50%}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding:5px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.news p a{
display:block;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#666;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#333;}


/* ページ上部へ戻る
*****************************************************/
#pagetop{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;
}

*:first-child+html #pagetop{margin-bottom:-10px;}

#pagetop a{
float:right;
display:block;
position:relative;
padding:5px 15px 2px;
font-size:90%;
border:1px solid #dadade;
border-bottom:0;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
background:#fff;
}


/* フッター
*****************************************************/
#footerInfo{
padding:20px 10px;
margin-bottom:20px;
border:1px solid #dadade;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

#footerLogo{
float:left;
padding:10px;
}

.contactInfo{float:right;text-align:right;}

#footer ul{
text-align:center;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(images/bullet.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 20px 0 12px;
overflow:hidden;
}

#footer ul li	li{
display:block;
padding:0;
margin-left:3px;
background:url(images/sub1.png) no-repeat 0 50%;
}

#footer ul li	li:last-child{background-image:url(images/subLast.png);}

#footer ul li	li a{padding:0 10px;}

*:first-child+html #footer ul{width:920px;margin:0 auto;}
*:first-child+html #footer ul ul{width:auto;}
*:first-child+html #footer ul li{float:left;}
*:first-child+html #footer ul li li{float:none;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:90%;
color:#fff;
background:#a7a7a7;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#666;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:650px;
margin-right:-25px;
}

.thumbWrap_PR{
width:645px;
margin-right:-20px;
}

ul.thumb{margin: 0;}

/*おすすめ商品の見出しがない場合*/
ul.gap{margin-top:40px;}

ul.thumb li{
float:left;
width:300px;
margin:0 25px 0 0;
padding:0 0 40px;
background:none;
}

ul.thumb li img.wp-post-image{
float:left;
display:inline;
padding:0 5px 3px 0;
}

ul.thumb h3{
font-weight:normal;
font-size:110%;
}

.thumbWrap ul.thumb h3{
padding:0 15px 0 0;
display:inline;
background:url(images/arrow.png) no-repeat 100% 50%;
}

.thumbWrap_PR ul.thumb li{
width: 195px;
margin:0 20px 0 0;
}
#content section #post-2 .post .ul_sitemap .text03 font strong font {
}
#content section #post-2 header .text03 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
