@charset "UTF-8";

/*基本設定
-----------------------------------------*/
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../img/trancepercent.png);
}
li {
list-style: none;
}
a img {
border: none;
}
html {
}
body {
padding: 0;
margin: 0;
position: relative;
font-size: 14px;
color: #330B0B;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: url(../img/back-page.png) #FEF9EF;
border-top: 20px solid #ADDCC7;
}
a {
color: #F87A6C;
}
a:hover {
color: #ED4D3B;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
body > header {
margin: 0 auto;
}
body > header + div {
width: 1000px;
margin: 0 auto;
}
body > header:after,
body > header + div:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
}

/*ヘッダー
-----------------------------------------*/
body > header {
margin: 0;
}
body > header h1 {
font-size: 55px;
font-weight: normal;
width: 530px;
display: table-cell;
vertical-align: middle;
color: #754C24;
}
body > header h1 a,
body > header h1 a:hover {
color: #754C24;
text-decoration: none;
}
body > header h2 {
font-size: 13px;
color: #754C24;
font-weight: bold;
width: 450px;
padding: 0 0 0 20px;
display: table-cell;
vertical-align: middle;
}
body > header h1,
body > header h2 {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/*ヘッダー:メニュー
-----------------------------------------*/
nav {
background: #E3DEC7;
}
nav:after {
content: "";
display: block;
clear: both;
}
#navInner {
width: 1000px;
margin: 0 auto;
}
#navInner > ul {
float: right;
}
#navInner > ul > li {
display: block;
float: left;
position: relative;
}
#navInner > ul > li > a {
display: table-cell;
vertical-align: middle;
height: 60px;
padding: 0 1.5em;
color: #330B0B;
text-decoration: none;
}
#navInner > ul > li > a:before {
content: "";
display: block;
position: absolute;
left: 0;
top:50%;
margin-top:-12px;
height: 24px; 
border-left: 1px solid #FFF;
}
#navInner > ul > li:first-child > a:before {
border-left: none;
}
#navInner > ul > li > a:hover,
#navInner > ul > li.here > a {
background-color: #F87A6C;
color: #FFF;
border-bottom: 5px solid #FCEE7E;
}
#navInner > ul > li > a:hover:before,
#navInner > ul > li.here > a:before {
border-left: none;
}
#navInner > ul > li:hover + li a:before,
#navInner > ul > li.here + li a:before {
border-left: none;
}
/*ヘッダー:メニュー 子メニュー
-----------------------------------------*/
#navInner > ul > li ul {
display: none;
position: absolute;
width: 200px;
padding: 0;
z-index: 9999;
text-align: left;
}
#navInner > ul > li:hover ul {
display: block;
}
#navInner > ul > li ul a {
display: block;
padding: 10px;
color: #FFF;
background: rgba( 234, 54, 40, .7);
text-decoration: none;
border: 1px solid #FFF;
border-top: none;
}
.ie8 #navInner > ul > li ul a {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9FEA3628', endColorstr='#9FEA3628',GradientType=0 );
background: url(../img/trancepercent.png);
}
#navInner > ul > li ul li:first-child a {
border: 1px solid #FFF;
}
#navInner > ul > li ul a:hover {
color: #FFF;
background: rgba( 237, 99, 88, .7);
}
.ie8 #navInner > ul > li ul a:hover {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9FED6358', endColorstr='#9FED6358',GradientType=0 );
background: url(../img/trancepercent.png);
}

/*フッター
-----------------------------------------*/
footer {
clear: both;
padding-top: 25px;
border-top: 1px dashed #754C24;
color: #330B0B;
}
footer > div {
display: table;
width: 1000px;
margin: 0 auto 25px;
}
footer > div div {/*3カラムベース＋1カラム目*/
display: table-cell;
vertical-align: top;
width: 33%;
padding: 15px 20px;
border-right: 1px dashed #754C24;
}
footer > div div + div {/*2カラム目+3カラム目*/
border-right: 1px dashed #754C24;
}
footer > div div + div + div {/*3カラム目*/
border-right: none;
}

footer > div div ul li {/*1カラム目:リスト（バナー置き場）*/
display: table;
margin: 0 0 35px;
}
footer > div div ul li a {/*1カラム目:リスト（バナー置き場）*/
display: table-cell;
vertical-align: top;
padding-right: 15px;
}
footer > div div ul li p {/*1カラム目:リスト（バナー置き場）*/
display: table-cell;
vertical-align: middle;
font-size: 12px;
}

footer > div div + div ul li {/*2カラム目:リスト（バナー置き場）*/
display: block;
margin: 0 0 8px;
}
footer > div div + div ul li ul {/*2カラム目:リスト（バナー置き場）*/
margin: 8px 0 0 2em;
}
footer > div div + div ul li a {/*2カラム目:リスト（バナー置き場）*/
display: inline;
color: #330B0B;
}
footer > div div + div ul li a:hover {/*2カラム目:リスト（バナー置き場）*/
color: #801B1B;
}

footer small {
display: block;
font-size: 16px;
text-align: center;
line-height: 40px;
background: #ADDCC7;
width: 100%;
height: 40px;
color: #330B0B;
font-family: Arial,sans-serif;
border-bottom: 100px solid #D1C49A;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/*ページの上に戻る
-----------------------------------------*/
#goto-pagetop {
position: fixed;
bottom: 30px;
right: 55px;
background: url(../img/trancepercent.png);
}
#goto-pagetop a {
display: block;
text-indent: -999em;
overflow: hidden;
width: 71px;
height: 71px;
text-decoration: none;
position: relative;
}
#goto-pagetop a:before {
content: url(../img/pagetop.png);
display: block;
position: absolute;
text-indent: 0;
width: 71px;
height: 71px;
top:0;
left: 0;
}
/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*スライダー背景
-----------------------------------------*/
#slideBack {
position: absolute;
/*top: 200px;*/
left: 0;
right: 0;
width: 100%;
height: 400px;
background: url(../img/back.png) no-repeat center center;
}

/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
main {
padding: 0 0 30px 0;
}
body section {
padding: 30px 35px 0 35px;
margin: 0 0 60px;
position: relative;
}
body section + section{
padding-top: 0;
}
article {
margin: 0 0 60px;
position: relative;
}
article:last-child {
margin: 0;
}
main:after,
section:after,
article:after {
content: "";
display: block;
clear: both;
}
.clear {
clear: both;
}

/*大見出し
-----------------------------------------*/
section > h1 {
background: url(../img/midashi02.png) bottom right no-repeat;
font-size: 26px;
font-weight: normal;
padding: 10px 10px 20px;
position: relative;
color: #754C24;
margin-bottom: 18px; 
}
section > h1:before {
content: "";
display: block;
background: url(../img/midashi02.png) top right no-repeat;
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
}

/*中見出し
-----------------------------------------*/
section header {
border-left: 5px solid #F87A6C;
margin: 0 0 20px;
padding: 5px;
width: 100%;
font-weight: normal;
position: relative;
}
section header:after {
content: "";
display: block;
height: 0;
width: 100%;
border-bottom: 1px dashed #754C24;
position: absolute;
bottom: -3px;
left: -5px;
}
section header h2 {
margin: 0 150px 0 0;
font-size: 20px;
font-weight: normal;
color: #754C24;
}
section header time {
font-size: 12px;
color: #754C24;
position: absolute;
bottom: 5px;
right: 3px;
}

/*大見出し:画像タイプ
-----------------------------------------*/
section header.img {
border-left: none;
margin: -30px -35px 45px -35px;
padding: 0;
position: relative;
}
section header.img:after {
content: "";
display: block;
width: 1000px;
height: 30px;
background: url(../img/shadow.png) center 50px;
bottom: -30px;
left: 0;
border: none;
}
section header.img img {
margin: 0;
border: 3px solid #FFF;
}
section header.img h1 {
border-bottom: none;
background: url(../img/midashi01.png) bottom;
padding: 15px 45px;
margin: 0;
width: 1000px;
font-size: 26px;
color: #754C24;
font-weight: normal;
position: absolute;
bottom: 0;
}

/*平文
-----------------------------------------*/
p {
margin-bottom: 1em;
line-height: 160%;
}
section p {
clear: both;
}
section > div,
.theme-tmp + div {
display: block;
clear:both;
margin: 20px 35px 4em;
background: url(../img/note.png) top left;
}
section > div p,
.theme-tmp + div p {
line-height: 37px;
margin-bottom: 37px;
}
section > div {
margin: 0 0 3.5em;
}

div + section {
background: rgba(209,196,154,.5);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FD1C49A', endColorstr='#4FD1C49A',GradientType=0 );
border: 1px dotted #BAA591;
padding-left: 43px;
padding-bottom: 10px;
}
div + section figcaption {
padding-top: 5px;
}

/*画像
-----------------------------------------*/
main img {
margin: 0 35px 20px;
vertical-align: bottom;
}
main #slider img {
margin: 0;
}
.imgFlame {
background: #FFF;
border: 2px dotted #754C24;
padding: 8px;
margin-bottom: 5px;
}
.imgFlame img {
margin: 0;
}

/* 画像配置（キャプション入り）
-----------------------------------------*/
figure {
font-size: 12px;
}
figure img {
margin: 0;
}
.imgList article img {
margin: 0 0 5px;
}

/* 文章＋画像設定
-----------------------------------------*/
section > figure,
section  > figure + figure,/*画像一覧*/
article figure,/*画像配置（キャプションあり）*/
article div > .imgFlame,/* 画像配置（キャプションなし）*/
article > .imgFlame,/*画像が見出しと同列になるタイプ（キャプションなし）*/
.imgList article /* imgList*/{
float: left;
margin: 0 35px 20px 0;
}
article figure + div,/*画像配置（キャプションあり）*/
article > .imgFlame + div/* 画像配置（キャプションなし）*/{
float: left;
}
article > header + div:after {
content: "";
display: block;
clear: both;
}
figure.endOfLine,
.imgList article.endOfLine/*画像一覧:行末*/ {
margin-right: 0;
}

.imgList article h1 {
font-size: 16px;
font-weight: normal;
margin: 0 0 3px;
color: #754C24;
}
.imgList article p {
font-style: 12px;
line-height: 140%;
margin: 0 0 3px;
}
.imgList article p.price {
font-style: 18px;
color: #F15A24;
display: block;
margin: 0;
text-align: right;
font-weight: bold;
}

/*逆レイアウト*/
article.reverse figure,/*画像配置（キャプションあり）*/
article.reverse div > .imgFlame,/*画像配置（キャプションなし）*/
article.reverse > .imgFlame/*画像が見出しと同列になるタイプ（キャプションなし）*/ {
float: right;
margin: 0 0 20px 35px;
}

/* 画像が見出しと同列になるタイプ
-----------------------------------------*/
section article > figure + div,/*キャプションあり*/
section article > img + div/*キャプションなし*/ {
float: left;
}
section div header h2 {
margin: 0;
}
/*逆レイアウト*/
section article.reverse > figure + div,/*キャプションあり*/
section article.reverse > img + div/*キャプションなし*/ {
float: right;
}

/*普通のリスト
-----------------------------------------*/
main ul {
margin: 0 0 0 1em;
}
main ul li {
margin: 0 0 6px 0;
}
main ul li:before {
content: "・";
margin-left: -1em;
}

/* テーブル
-----------------------------------------*/
table {
border: 1px #666 solid;
border-spacing: 0;
border-collapse: collapse;
margin: 0 0 10px 0;
}
table caption {
text-align:left;
font-weight: bold;
}
td, th {
border: 1px #754C24 solid;
padding: 20px 5px 10px;
}
th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight:normal;
background-color: rgba(173, 220, 199, .5);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FADDCC7', endColorstr='#4FADDCC7',GradientType=0 );
}
td {
background-color: rgba(242, 242, 242, .5);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FF2F2F2', endColorstr='#4FF2F2F2',GradientType=0 );
}

/* アクセス用
-----------------------------------------*/
article.access > div {
float: left;
width: 480px;
margin: 0 35px 25px 0;
}
article.access > div img {
float: left;
margin: 0;
}
article.access > div img[width="230"] {
margin: 20px 20px 0 0;
}
article.access > div img[width="230"] + img {
margin: 20px 0 0 0;
}
article.access > div + table {
float: left;
width: 415px;
margin: 0 0 25px;
}
article.access p {
clear: both;
display: block;
}




