@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    width:940px;
    margin:0 auto;
    font-size:14px;
    color:#382400;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}



#main {
    float:left;
    width:720px;
}
#main-full{
	width:100%;
}

.posts #main{
	width:100%;
}

#sub {
    float:right;
    width:200px;
}

#subnav {
    display:none;
}

section {
    margin-bottom:50px;
}

a {
    color:#BE9A3E;
}
a:hover {
    color:#D7C126;
}

h1 {
    color:#85d1c6;
    font-size:28px;
    line-height:1.2;
}
h1 a {
    color:#00ACC6;
    text-decoration:none;
    text-shadow:0 3px 6px #999;
}
h1 a:hover {
    color:#22cff8;
    text-decoration:underline;
}

h2 {
    margin-bottom:0.5em;
    font-size:18px;
    color:#00acc6;
    border-bottom:3px solid #00acc6;
    clear:both;
}

h3 {
    margin-bottom:0.25em;
    padding-top:8px;
    padding-left:28px;
    color:#fff;
    font-size:16px;
    height:26px;
    background:url(/images/h3_back.png) no-repeat 2px 2px #00acc6;
}

h4 {
    margin-bottom:0.25em;
    font-size:16px;
    color:#382400;
}

h1,
h2,
h3,
h4,
.heading-5{
	clear:both;
}
/*
h4:before {
    content:"\002665";
    color:#9b2f3d;
}
*/

h5 {
    margin-bottom:0.25em;
    padding:2px;
    color:#382400;
    font-size:16px;
    border-top:1px dotted #382400;
    border-bottom:1px dotted #382400;
    background:#b7af9c;
}

h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}

p {
    margin:0 0 1em 0;
}
p.image-box{
	text-align:center;
}
p.image-box a:hover{
	opacity:0.4;
}
p b{
	font-weight:bold;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#7fb6ae;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
    margin-bottom:0.5em;
    border-bottom:1px dotted #ddd;
}
dt:before {
    content:"\0025a0";
}
dl.no-content dt:before {
	content:"";
}
dd {
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:5px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#ccc;
    min-width:4em;
}
td {
    padding:5px;
    text-align:left;
    border:1px solid #ddd;
    min-width:4em;
}
.no-border,
.no-border td,
.no-border th{
	border:0;
	table-layout: fixed;
	min-width:2em;
}
a img{
	border:0;
}
a img:hover{
	opacity:0.6;
}
table.data-table{
	table-layout:fixed;
}
table.data-table th,
table.data-table td{
	font-size:small;
}
table.data-table th{
	white-space:nowrap;
}
	
/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
    margin:10px 0;
}
header h1 {
    margin-bottom:20px;
}

.tel {
    position:absolute;
    top:0;
    right:0;
    vertical-align:top;
}
.tel span {
    color:#705c0b;
    font-family:Century, "MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
    font-size:28px;
    font-weight:bold;
    vertical-align:middle;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    margin-bottom:20px;
    padding:8px 0;
    background:linear-gradient(#D9C424, #be993e);
    overflow:hidden;
	border-radius:4px;
}
nav ul {
    margin-left:10px;
    padding:0;
}
nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:7px;
	border-right:1px dotted white;
}
nav li a {
    color:white;
    text-decoration:none;
    display:block;
    width:7em;
    text-align:center;
}
nav ul li:last-child{
	border:none;
}
nav li a:hover {
	color:yellow;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#5b4111;
}


.submenu li a {
    display:block;
    padding:5px 2px;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#f7d0cb;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width:200px;
}
.theme-table table{
	border:0;
}
.theme-table td{
	vertical-align:middle;
	font-size:small;
	border:0;
}
.theme-table td h5{
	color:black;
	background:white;
	font-weight:bold;
	border:0;
	font-size:small;
}
.number{
	width:6em;
	height:4em;
	font-weight:bold;
	color:white;
	background:linear-gradient(#666666, #333333);
	text-align:center;
	padding-top:2.6em;
	border:4px outset #666666;
}
/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}

.footmenu {
    width:100%;
    padding:20px 0;
    overflow:hidden;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
.footmenu ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    font-size:12px;
    text-align:center;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#7dbdb4;
}
.totop img:hover {
    background:#85d1c6;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 2em;
}

.list li {
    margin:0;
    padding:0;
    list-style:none;
    text-indent:-1.3em;
}
.list li:before {
    content:"\002618\00a0";
    color:#9b2f3d;
}

.temp {
    clear:both;
    overflow:hidden;
    margin-bottom:50px;
}

.img {
    float:left;
    width:300px;
}

.text {
    float:right;
    width:450px;
}

.photo {
    margin:20px 0;
    padding:10px;
    box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
    background:#fff;
}

.info dt,
.no-content dt {
    border-bottom:none;
}
.index .info dt {
    width:8em;
    float:left;
}
.info dd {
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}

.catalog {
    overflow:hidden;
    margin-top:8px;
    margin-right:-10px;
}
.catalog li {
    list-style:none;
    float:left;
    margin:0 10px 10px 0;
}
.catalog li img {
    width:95px;
}

img.alignright{
	width:32%;
	float:right;
	margin:0 1.66em 1.66em;
}
/*================================================
 *  スライドショー
 ================================================*/
.slide {
     width:100%;
     overflow:hidden;
     position:relative;
     margin-bottom:20px;
     padding-bottom:25px;
}

.slideInner {
     list-style:none;
     margin:0;
     padding:0;
}
.slideInner li {
     position:absolute;
     background:#fff;
     margin:0;
     padding:0;
}
.slideInner li img {
   width:100%;
}

.slidePrev {
      position:absolute;
      width:50px;
      height:60px;
      left:0;
      cursor:pointer;
      z-index:100;
}

.slideNext {
      position:absolute;
      display:block;
      width:50px;
      height:60px;
      right:0;
      cursor:pointer;
      z-index:100;
}

.controlNav {
      position:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#ccc;
      cursor:pointer;
}
.controlNav span.current {
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      background:#85d1c6;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
        box-sizing: border-box;
        width:100%;
        padding:0 10px;
    }

    header h1 {
        margin-bottom:0;
    }

    .tel {
        position:relative;
        text-align:right;
    }

    #main {
        float:none;
        width:100%;
    }

    #sub {
        float:none;
        width:100%;
    }

    .catalog {
        margin-right:-2%;
    }
    .catalog li {
        float:left;
        width:23%;
        margin:0 2% 2% 0;
    }

    .catalog li img {
        width:100%;
    }

    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        width:48%;
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

   .totop {
    display:none !important;
    }

    /* 下層サブメニュー */
    #subnav {
        display:block;
        position:relative;
    }
    #subnav h3 {
        cursor:pointer;
        background:#85d1c6;
    }
    #subnav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    #subnav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    #subnav li {
        margin:0;
        padding:0;
        list-style:none;
    }
    #subnav li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    #subnav li a {
        display:block;
        padding:5px 2px;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }
    #subnav li a:hover {
        background:#f7d0cb;
    }
}
.follow{
	text-align:right;
}
.date{
	text-align:right;
	color:#aaaaaa;
}
a.current{
	color:#ccc !important;
}
a.current:hover{
	color:#ccc !important;
}

/*====== 投稿ページ用CSS ==========*/

div.posts{
	width:85%;
	margin:auto;
}
div.posts div.subtitle{
	font-weight:bold;
	text-align:right;
}
div.posts div.subtitle:before,
div.posts div.subtitle:after{
	content:'～';
}
div.posts div.update{
	color:#999;
	text-align:right;
}
div.posts div.update:before{
	content:'(';
}
div.posts div.update:after{
	content:' : updated)';
}
.margin10{
	margin:10px 0 0 10px;
}
.report-link li{
	list-style-image:url(../images/triungle.png);
}
.report-link{
	margin-left: 2em;
	background: #eee;
	padding: .5em;
	border-radius: 4px;
}
