@charset "utf-8";

/* Base */
@import url(https://static.lekumo.jp/.shared-tpjbiz/themes/common/base-weblog.css);
/* Theme
@import url(https://static.lekumo.jp/.shared-tpjbiz/themes/jim/theme-journal_orange.css); */

/* basic page elements */

html{
  font:62.5%/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; /*10px*/
}

body{
  font-size:15px;
  color:#5f5f5f;
  background:#FFF;
  margin: 0;
  padding: 0;
  overflow-y: visible;
  overflow-x: hidden;
}

.module-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header {
  /* ie win (5, 5.5, 6) bugfix */
  p\osition: relative;
  width: 100%;
  w\idth: auto;
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
}


div{
  outline:0;
}

a{
  color:#4980b2;
  text-decoration:none;
}

a:hover{
  text-decoration: underline;
}

a img, img {
  border: 0;
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: none;
}

a.nonopacity:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background: none;
}

blockquote, div, h1, h2, h3, h4, h5, h6, p, pre, span {
  margin: 0;
  padding: 0;
}


ul,ol{
  margin:0;
}

.no-style{
  list-style:none;
}

.no-style,
.no-style li,
.no-style dt,
.no-style dd{
  margin:0;
  padding:0;
}

/* tables still need 'cellspacing="0"' */  
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}



/* page layout */

#container{
  width:100%;
}

#container-inner{
  width:100%;
  position:relative;
}

body,
#container,
#container-inner,
#pagebody,
#pagebody-inner{
  height: 100%; /*IE6対策*/
  min-height:100%;
  height:auto; /*IE6対策*/
}

html,
body.top,
body.top #container,
body.top #container-inner,
body.top #pagebody,
body.top #pagebody-inner{
  height: 100%; /*IE6対策*/
  min-height:100%;
}

#alpha{
  width:260px;
  min-height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:500;
  background:url(images/shadow.png) repeat-y right top;
}

#top-alpha{
  width:260px;
  height:100%;
  min-height:100%;
  height:auto;
  background:url(images/shadow.png) repeat-y right top;
  position:relative;
  z-index:500;
}


#alpha #alpha-inner{
  width:251px;
  min-height:100%;
  
}

#top-alpha #alpha-inner{
  width:251px;
  min-height:100%;
  position:relative;
}



#beta{
  float:none;
  padding:120px 0 0 260px;
  display:block;
  position:relative;
  z-index:100;
}


#beta-top{
  position:fixed;
  top:0;
  left:0;
  box-sizing:border-box;
  padding:0 0 0 250px;
  width:100%;
  overflow:hidden;
}


#beta #beta-inner{
  width:690px;
  padding:0 25px;
}



/*------------------------------------
サイドバー部分
--------------------------------------*/

#sidebar{
  width:250px;
}

dl#news{
  width:210px;
  margin:-80px auto 20px auto;
  z-index:500;
  position:relative;
}

dl#news dt{
  font-size:18px;
  border-bottom:3px double #8c6239;
  color:#8c6239;
}


dl#news dd a{
  display:block;
  padding:3px 5px;
  border-bottom:1px dotted #9f8a5e;
  color:#5f5f5f
}

dl#news dd a:hover{
  text-decoration:none;
  background:#f6f4ea;
}

dl#news dd a span{
  display:block;
  font-size:12px;
  line-height:12px;
  text-align:right;
}


#banner-navi{
  width:210px;
  margin:0 auto;
}

#banner-navi li{
  margin:0 0 5px 0;
}

#banner-navi li a{
  display:block;
  height:60px;
  text-indent:150%;
  white-space:nowrap;
  overflow:hidden;
  background-image:url(images/banner.jpg);
  background-repeat:no-repeat
}

#banner-navi li.b01 a{
  height:80px;
  background-position:left 0;
}

#banner-navi li.b02 a{
  background-position:left -90px;
}

#banner-navi li.b03 a{
  background-position:left -160px;
}

#banner-navi li.b04 a{
  background-position:left -230px;
}

#banner-navi li.b05 a{
  background-position:left -300px;
}


#banner-navi li.b01 a:hover{
  background-position:right 0;
}

#banner-navi li.b02 a:hover{
  background-position:right -90px;
}

#banner-navi li.b03 a:hover{
  background-position:right -160px;
}

#banner-navi li.b04 a:hover{
  background-position:right -230px;
}

#banner-navi li.b05 a:hover{
  background-position:right -300px;
}

/*------------------------------------
ヘッダー部分
--------------------------------------*/


#banner{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:url(images/menu-b.jpg) repeat-x center bottom;
  color:#cdc0bc;
  border-bottom:5px solid #725a26;
}

#banner #banner-inner {
  width:740px;
  padding:0 0 0 260px;
}

#banner h1{
  font-size:11px;
  float:left;
  padding:5px 0 0 0;
}

.header-nav{
  float:right;
}

.header-nav li{
  float:left;
  padding:0 0 0 5px;
}

.header-nav li a{
  display:block;
  background:#725a26;
  color:#fff;
  font-size:12px;
  line-height:15px;
  height:15px;
  padding:5px 10px;
}

.header-nav li a:hover{
  background:#968052;
  text-decoration:none;
}

#banner #main-navi,
#banner #main-navi > li,
#banner #main-navi > li a{
  height:45px;
}

#banner #main-navi > li{
  padding:0 10px;
}

#banner #main-navi > li a.menu01{
  background-position:center -10px;
}

#banner #main-navi > li a.menu02{
  background-position:center -80px;
}

#banner #main-navi > li a.menu03{
  background-position:center -150px;
}

#banner #main-navi > li a.menu04{
  background-position:center -220px;
}

#banner #main-navi > li a.menu05{
  background-position:center -290px;
}

#banner #main-navi > li a.menu01:hover,
#banner #main-navi > li.check a.menu01{
  background-position:center -360px;
}

#banner #main-navi > li a.menu02:hover,
#banner #main-navi > li.check a.menu02{
  background-position:center -430px;
}

#banner #main-navi > li a.menu03:hover,
#banner #main-navi > li.check a.menu03{
  background-position:center -500px;
}

#banner #main-navi > li a.menu04:hover,
#banner #main-navi > li.check a.menu04{
  background-position:center -570px;
}

#banner #main-navi > li a.menu05:hover,
#banner #main-navi > li.check a.menu05{
  background-position:center -640px;
}

#banner #main-navi{
  position:relative;
}


/*---------------------------------
エントリーヘッダーリンク
-----------------------------------*/

/*---------------------------------
nav 
---------------------------------*/


#main-navi{
  background:#241002;
  background:url(images/menu-b.jpg) center bottom;
  text-align:center;
  font-size:0;
}


#main-navi > li{
  display:inline-block;
  //  margin:20px 0;
  height:70px;
  padding:0 20px;
}

#main-navi > li.check a.menu02,
#main-navi > li.check a.menu03,
#main-navi > li.check a.menu04{
  position:relative;
}

#main-navi > li.check a.menu02:after,
#main-navi > li.check a.menu03:after,
#main-navi > li.check a.menu04:after{
  content:"";
  display:block;
  background:url(images/tri.png) center bottom no-repeat;
  height:8px;
  width:100%;
  position:absolute;
  bottom:0;
}

#main-navi > li a{
  color:#fff;
  text-indent:150%;
  white-space:nowrap;
  overflow:hidden;
  display:block;
  height:70px;
  margin:0;
  background-image:url(images/menu.png);
  background-repeat:no-repeat;
}

#beta #main-navi > li {
  padding:0 10px;
}

#main-navi > li a.menu01{
  background-position:center 0;
  width:105px;
}

#main-navi > li a.menu02{
  background-position:center -70px;
  width:95px;
}

#main-navi > li a.menu03{
  background-position:center -140px;
  width:125px;
}

#main-navi > li a.menu04{
  background-position:center -210px;
  width:125px;
}

#main-navi > li a.menu05{
  background-position:center -280px;
  width:110px;
}

#main-navi > li a.menu01:hover,
#main-navi > li.check a.menu01{
  background-position:center -350px;
}

#main-navi > li a.menu02:hover,
#main-navi > li.check a.menu02{
  background-position:center -420px;
}

#main-navi > li a.menu03:hover,
#main-navi > li.check a.menu03{
  background-position:center -490px;
}

#main-navi > li a.menu04:hover,
#main-navi > li.check a.menu04{
  background-position:center -560px;
}

#main-navi > li a.menu05:hover,
#main-navi > li.check a.menu05{
  background-position:center -630px;
}


.inner-navi{
  position:absolute;
  top:70px;
  left:0;
  width:100%;
  border-bottom:3px solid #f8f3ea;
  background:#fbfaf7 url(images/inaho02.png) center center;
  background:#f4edde;
}

.inner-navi ul{
  width:740px;
  padding:0 0 0 260px;
  text-align:center;
  height:45px;
}

.inner-navi li{
  display:inline-block;
  height:45px;
}

.inner-navi li a{
  display:inline-block;
  padding:0 10px;
  height:45px;
  line-height:45px;
  text-indent:150%;
  white-space:nowrap;
  overflow:hidden;
  background-image:url(images/inner-menu.png);
  background-repeat:no-repeat;
}

.inner-navi li.inner01 a{
  background-position:center 0;
  width:200px;
}

.inner-navi li.inner02 a{
  background-position:center -50px;
  width:230px;
}

.inner-navi li.inner03 a{
  background-position:center -100px;
  width:170px;
}

.inner-navi li.inner04 a{
  background-position:center -150px;
  width:170px;
}

.inner-navi li.inner05 a{
  background-position:center -200px;
  width:150px;
}

.inner-navi li a:hover{
  height:42px;
  line-height:42px;
  border-bottom:3px solid #9f8a5e;
}

.filter-form{
  padding:0 0 0 260px;
  min-height:45px;
  min-width:710px;
  color:#2a1b04;
}

.inner-navi span.form-item{
  display:inline-block;
  height:45px;
}

.filter-form label {
  cursor: pointer;
  display: inline-block;
  //    font-weight: bold;
  margin-left: 0.5em;
  padding:0 5px 0 0;
  height:45px;
  line-height:45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.filter-form label.ui-state-focus {
  outline: 1px dotted;
}

.filter-form label .ui-icon {
  background: url(images/sprites.png) no-repeat 0 0;
  display: inline-block;
  height: 17px;
  margin-right: 0.5em;
  margin-top: 13px;
  width: 17px;
  vertical-align: top;
}
.filter-form label.ui-state-active .ui-icon {
  background-position: -20px 0;
}
/*---------------------------------
コンテンツ部分
---------------------------------*/

/*parts*/

.parts{
  margin:0 0 40px 0;
}

.min{
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

.parts > h2.s-24{
  font-size: 24px;
  color:#8c6239;
  padding:40px 0 10px;
}



div.title,
h2.title{
  font-size: 30px;
  line-height: 1;
  text-align:center;
  padding:20px 10px;
  background:#fff;
  box-shadow:rgba(0, 0, 0, .3)0 0 3px;
  //  color:#8c6239;
}


.parts h2.title{
  margin:0 0 20px 0;
}



.w-450{
  width:450px;
}

.w-390{
  width:390px;
}

.w-600{
  width:600px;
}

.dl-parts dt{
  font-size:18px;
  color:#900;
}

.dl-parts dt span{
  text-align:center;
  display:inline-block;
  width:26px;
  height:26px;
  padding:1px;
  border:1px solid #900;
  background:#900;
  background-clip:content-box;
  color:#fff;
  margin:-2px 5px 0 0;
}

.dl-parts dd{
  margin:5px 0 20px 0;
}



.faq-parts dt{
  font-weight:bold;
  font-size:18px;
  border-top:1px solid #8c6239;
  padding:10px 5px;
}

.faq-parts dd{
  border-top:1px dotted #9f8a5e;
  padding:10px 5px;
}


.faq-parts span{
  text-align:center;
  display:inline-block;
  width:28px;
  height:28px;
  padding:1px;
  color:#fff;
  margin:-2px 5px 0 0;
  
  vertical-align:bottom;
}

.faq-parts dt span{
  border:1px solid #900;
  background:#900;
  background-clip:content-box;
}

.faq-parts dd span{
  border:1px solid #9f8a5e;
  background:#9f8a5e;
  background-clip:content-box;
  font-weight:bold;
  font-size:18px;
}


.ul-parts li{
  padding:0 0 0 25px;
  min-height:25px;
  background:url(images/circle.png) no-repeat 5px 8px;
}

.ul-parts li:last-child{
  padding:0;
  text-indent:25px;
}

.dl-table{
  border:1px solid #e8d9b9;
  padding:1px;
  background:#f4edde;
  background-clip:content-box;
}

.dl-table dt{
  float:left;
  clear:left;
  width:120px;
  color:#2a1b04;
  padding:10px 0;
  text-align:center;
}

.dl-table dd{
  padding:0 0 0 120px;
  border-bottom:1px solid #e8d9b9;
  background:#fff;
  background-clip:content-box;
}

.dl-table dd span{
  display:inline-block;
  padding:10px;
}


/*about*/

.about-bk{
  background:url(images/about-b.jpg) 685px 750px no-repeat;
}


#promise h2{
  background:url(images/promise_01.jpg) no-repeat center top;
  height:70px;
  text-indent:150%;
  white-space:nowrap;
  overflow:hidden;
  margin:0 !important;
}

#promise p{
  background:url(images/promise_02.jpg) repeat-y center center;
  text-align:center;
  padding:40px 10px 0;
  font-size:16px;
  margin:0 !important;
}

#promise p span{
  font-weight:bold;
  font-size:18px;
}

#promise:after{
  content:"";
  display:block;
  height:70px;
  background:url(images/promise_03.jpg) no-repeat center bottom;
}


#about-miyazaki .check,
#access .check{
  margin:40px 0 10px;
  padding:0;
  background:url(images/check.jpg) right bottom no-repeat;
  min-height:100px;
  min-width:370px;
  width:370px;
}

#about-miyazaki .check p,
#access .check p{
  font-size: 20px;
  color:#cd6667;
  padding:14px 0 0 0;
}

#about-miyazaki .check a,
#access .check a{
  display:inline-block;
  padding: 10px;
  min-width:260px;
  text-align:center;
  font-weight:bold;
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background:#8c6239 url(images/inaho.png);
}

#about-miyazaki .check a:hover,
#access .check a:hover{
  background:#977451 url(images/inaho.png);
  text-decoration:none;
}


#other-service > div{
  background:#f2f2f2;
  padding:10px 0 0 10px;
  margin:20px 0 0 0;
}

#other-service > div dl{
  background:#fff;
  float:left;
  margin:0 10px 10px 0;
  width:330px;
}

#other-service > div dt{
  font-size: 17px;
  color:#8c6239;
  padding:5px 10px 0;
}


#other-service > div  dd{
  padding:5px 10px;
  margin:0;
  min-height:72px;
}

#other-service > div dl span{
  font-size: 11px;
  color:#cd6667;
}


#company dl{
  border:1px solid #c4c4c4;
}

#company dt{
  padding:5px;
  text-align:center;
  float:left;
  clear:left;
  width:150px;
  border-top:1px dotted #c4c4c4;
}

#company dd{
  padding:5px;
  float:left;
  width:517px;
  border-left:1px dotted #c4c4c4;
  border-top:1px dotted #c4c4c4;
}

#company dt:first-child,
#company dt:first-child + dd{
  border-top:none;
}

#other-service > div > dl span{
  font-size: 11px;
  color:#cd6667;
}

/*select*/


#replacement{
  padding:40px 0 0 0;
}


#first .dl-parts dd span{
  display:block;
  padding:10px 5px 0 90px;
  background:url(images/point.jpg) no-repeat 5px bottom;
  border:3px double #9f8a5e;
  //  margin:10px 0;
  min-height:80px;
  min-width:289px;
  color:#725a26;
}

#first .dl-parts dt{
  padding:20px 0 0 0;
}

#first .s-bk01,
#first .s-bk03{
  min-height:230px;
  padding:20px 300px 0 0;
}

#first .s-bk01{
  background:url(images/select-b01.jpg) right center no-repeat;
}

#first .s-bk02{
  min-height:240px;
  padding:20px 0 0 300px;
  background:url(images/select-b02.jpg) left center no-repeat;
}

#first .s-bk03{
  background:url(images/select-b03.jpg) right center no-repeat;
}


#first .check,
#replacement .check{
  padding: 5px;
  border:1px solid #CCC;
  background:#f6f4ea url(images/inaho.png);
}

#replacement .check{
  margin:10px 0 0 0;
}

#first .check h3,
#replacement .check h3{
  font-weight:bold;
  background:#9f8a5e url(images/inaho.png);
  color:#fff;
  padding:5px 10px;
}

#first .check p,
#replacement .check p{
  padding:5px;
}

.faq > a{
  display:block;
  margin:10px 0 0 0;
  padding:5px;
  border-radius:1.5em;
  text-align:center;
  background:#f6f4ea;
  border:1px solid #c6c2ae;
  color:#9f8a5e;
}

.faq > a:hover{
  background:#9f8a5e;
  color:#f6f4ea;
  text-decoration:none;
}

#replacement .ul-parts{
  padding:0 0 240px 0;
  background:url(images/select-b04.jpg) left bottom no-repeat;
  margin:0 0 40px 0;
}

#replacement .ul-parts li span{
  display:block;
  text-indent:0;
  padding:10px 5px 0 90px;
  background:url(images/point.jpg) no-repeat 5px bottom;
  border:3px double #9f8a5e;
  margin:10px 0;
  min-height:80px;
  color:#725a26;
}

/*hamekomi*/


#about-hamekomi{
  background:url(images/hamekomi-b01.jpg) right 200px no-repeat;
}

#about-hamekomi .bk{
  width:370px;
}

#about-hamekomi .check{
  margin:20px 0 0 0;
  padding: 5px;
  border:1px solid #CCC;
  background:#f6f4ea url(images/inaho.png);
}

#about-hamekomi .check h3{
  font-weight:bold;
  background:#9f8a5e url(images/inaho.png);
  color:#fff;
  padding:5px 10px;
}

#about-hamekomi .check ul{
  padding:5px;
}


#about-hamekomi .dl-parts dt{
  padding:20px 0 0 0;
}

#about-hamekomi dd span{
  display:block;
  color:#cd6667;
}

#about-hamekomi .b01{
  min-height:210px;
  padding:20px 250px 0 0;
  background:url(images/hamekomi-b02.jpg) right center no-repeat;
}

#about-hamekomi .b02{
  min-height:210px;
  padding:20px 0 0 250px;
  background:url(images/hamekomi-b03.jpg) left center no-repeat;
}

#about-hamekomi .b03{
  padding:20px 0 0 0;
}

#about-hamekomi .b03 span{
  padding:250px 0 0 0;
  background:url(images/hamekomi-b04.jpg) left center no-repeat;
}



#about-hamekomi .b04{
  min-height:210px;
  padding:20px 250px 0 0;
  background:url(images/hamekomi-b05.jpg) right center no-repeat;
}


#about-hamekomi .b05{
  min-height:210px;
  padding:20px 0 0 250px;
  background:url(images/hamekomi-b06.jpg) left center no-repeat;
}

/*faq*/

#faq-page dd a{
  display:block;
  margin:10px 0;
  padding:5px;
  border-radius:1.5em;
  text-align:center;
  background:#f6f4ea;
  border:1px solid #c6c2ae;
  color:#9f8a5e;
}

#faq-page dd a:hover{
  background:#9f8a5e;
  color:#f6f4ea;
  text-decoration:none;
}

/*access*/

.access-bk01{
  padding:0 0 480px 0;
  background:url(images/shop.jpg) center bottom no-repeat;
}

.access-bk02{
  background:url(images/shop02.jpg) right center no-repeat;
}

.access-bk02 .ul-parts{
  padding:0 0 20px 0;
}

#access .access-bk02 .check{
  margin:0 0 20px 0;
}
.dl-table dd span.kanban{
  display:block;
  min-height:300px;
  background:url(images/kanban.jpg) 98% center no-repeat;
  padding:10px 250px 10px 10px;
}



/*contact*/

#contact .check{
  margin:40px 0 10px;
  padding:0;
  background:url(images/point.jpg) no-repeat 5px bottom;
  min-height:100px;
  min-width:390px;
  width:390px;
}

#contact .check p{
  font-size: 20px;
  color:#cd6667;
  padding:14px 0 0 0;
  text-align:right;
}

#contact .check a{
  display:inline-block;
  padding: 10px;
  min-width:260px;
  text-align:center;
  font-weight:bold;
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background:#8c6239 url(images/inaho.png);
}

#contact .check a:hover{
  background:#977451 url(images/inaho.png);
  text-decoration:none;
}

#contact .check span{
  display:inline-block;
  min-width:70px;
  margin: 5px 10px 0 110px;
  padding:3px 5px;
  text-align:center;
  font-weight:bold;
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background:#8c6239 url(images/inaho.png);
}




/*products*/

#products .title{
  max-width:670px;
  margin:0 0 10px 0;
}

.gallery {
  margin: 0;
  padding: 0;
  max-width:690px;
}

.gallery-item {
  list-style: none;
  margin-top: 15px;
}
.gallery-item.is-loading {
  opacity: 0;
}
.gallery-item a {
  display: block;
  /* 外側に配置された子孫要素を隠す */
  overflow: hidden;
  position: relative;
}
.gallery-item img{
  width:220px;
  height:auto;
}

.gallery-item .caption {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
  color: #5f5f5f;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 親要素と同じサイズに */
  width: 100%;
  height: 100%;
  /* 親要素の領域外に絶対配置 */
  position: absolute;
  left: 100%;
  top: 100%;
}
.gallery-item .caption:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery-item .caption > .inner {
  display: inline-block;
  vertical-align: middle;
}
.gallery-item .title {
  display: block;
  font-saptionize: 18px;
  line-height: 1.17;
}
.gallery-item .date {
  display: block;
  font-family: "Georgia", serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1.75;
}

/* フィルター */


/* 追加読み込みボタン */
.load-more {
  display:block;
  margin:10px 0 0 0;
  padding:10px;
  border-radius:1.5em;
  text-align:center;
  background:#f6f4ea;
  border:1px solid #c6c2ae;
  color:#9f8a5e;
  width:100%;
  max-width:690px;
  margin-top: 15px;
}

.load-more:hover{
  background:#9f8a5e;
  color:#f6f4ea;
  text-decoration:none;
}



/* jQuery UI helper */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*---------------------------------
#alpha 内部
---------------------------------*/

/*---------------------------------
#beta 内部
---------------------------------*/






/* default */

.blogmenu{
  margin:-80px 0 0 0;
  position:relative;
  z-index:500;
}

.date-header, h3.comments-header, h3.trackbacks-header, h2.comments-open-header {
  font-size: 1.1em;
  text-align: center;
  letter-spacing: 3px;
  color: #069;
  color: #999;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.entry {
  //  margin: 0 20px 30px 10px;
  overflow:visible;
  width: auto;
}

.entry-header {
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align:center;
  padding:20px 10px;
  background:#fff;
  box-shadow:rgba(0, 0, 0, .3)0 0 3px;
  margin:0 0 40px 0;
}

.entry-header a {
  text-decoration: none;
  color: #592d1d;
  font-weight: bold;
}

.entry-content {
  line-height: 1.8;
  margin: 0 0 10px;
  // font-size: 13px;
}

.entry-more-link {
  font-weight: bold;
}

.entry-content p, .entry-content ol, .entry-content ul, .entry-content pre, .entry-content table {
  margin-bottom: 10px;
}


.entry-content table {
  border: 1px solid #c8cb96;
}

.entry-content table th {
  background: #e8e9d3;
  color: #592d1d;
}

.entry-content table th, .entry-content table td {
  padding: 4px 8px;
  border-bottom: 1px solid #c8cb96;
}

.entry-content blockquote {
  margin: 0 25px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  color: #444;
  font-style: italic;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
}

.entry-content pre {
  background: #f2f2f2;
  padding: 10px 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.entry-footer, .comment-footer {
  font-family: verdana;
  color: #777;
  border-top: 1px solid #ddd;
  text-align: right;
  padding-top: 10px;
  margin: 0;
  font-size: 10px;
}

.content-nav {
  margin: 0 0 20px;
  padding: 4px;
  font-family: arial;
  color: #999;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
}

.content-nav a {
  color: #999;
}

.content-nav a:hover {
  color: #069;
}

.content-header {
  margin: 5px 10px;
  border-bottom: 1px dotted #ddd;
}

.trackbacks, .comments, .comments-open, .comments-closed, #atp-comments, .archive {
  margin: 0 0 15px;
  width: auto;
}

.comments-open, #atp-comments {
  // background: #eee;
  padding: 5px 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.trackback-content, .comment-content, .comments-open-content, .comments-closed {
  margin: 5px 0;
}

.trackbacks-info, .trackback-footer, .comments-info, .comment-footer, .comments-open-footer, .archive-content {
  margin: 5px 0 20px;
}

#comment-author, #comment-email, #comment-url, #comment-text {
  width: 80%;
}



/* comments */

.comment {
  padding: 5px 15px;
}

.comment-even {
  background: #fdfdf6;
  border-radius: 2px;
  -moz-border-radius: 2px;
}

.comments-open-data p {
  color: #999;
}

.comment-content {
  font-size: 13px;
  line-height: 1.8;
}

.comment-footer {
  text-align: right;
}



/* modules */

.module {
  margin-bottom: 10px;
}

.module-header {
  text-align: center;
  /* border-top: 1px solid #ccc; */
  border-bottom: 1px dotted #592d1d;
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
  margin: 0 5px 2px 5px;
  padding: 7px 0 5px;
  letter-spacing: 3px;
}

.module-header a {
  text-decoration: none;
  color: #555;
}

.module-content {
  margin: 0;
  padding: 0;
}

.module-content ul {
  margin: 0 0 10px 0;
}

.module-content ul li {
  background: #fff;
  padding: 5px 15px;
  margin: 0 5px;
  font-family: arial;
  border-bottom: 1px dotted #592d1d;
}

.module-content ul li a {
  text-decoration: none;
}

.module-content ul li a:hover {
  text-decoration: underline;
}

.module-photo .module-content img {
  border: 4px solid #fff;
}

.module-syndicate a {
  padding: 2px 0 2px 22px;
  display: block;
  font-size: 13px;
  font-family: arial;
}

.module-calendar .module-content {
  margin: 0 0 15px;
}

.module-mmt-calendar .module-content table, .module-calendar .module-content table {
  font-size: 12px;
  border-spacing: 1px;
}

.module-calendar .module-content table th {
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  padding: 5px 0;
  background: #eee;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.module-calendar .module-content table td {
  color: #999;
  padding: 5px 0;
  background: #f2f2df;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: arial;
  line-height: 20px;
}

.module-calendar .module-content table td a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.module-calendar .module-content table td a:hover {
}

.module-mmt-calendar .module-header, .module-recent-photos .module-header {
  background-image: none;
}

.module-powered {
  margin: 0;
  padding: 0;
}

.module-powered .module-content {
  margin: 15px 0;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  background-repeat: repeat-x;
  background-position: top left;
}

.module-powered .module-content a {
}

.module-photo {
  border: 0;
  background: none;
}

.module-photo .module-content {
  margin: 10px;
}

.module-photo img {
  border: 0;
}

.archive-list-item {
  margin-bottom: 5px;
}

.typelist-thumbnailed {
  margin: 0 0 20px;
}

.typelist-thumbnailed .module-list-item {
  margin: 1px 0;
  border-width: 1px;
  border-style: solid;
  padding: 0;
  background-repeat: repeat-x;
  background-position: top left;
}

.module-featured-photo {
  width: 415px;
}

.module-featured-photo .module-content {
  margin: 15px 0 5px;
}

.module-featured-photo img {
  width: 415px;
}

.module-recent-photos {
  border: 0;
  margin-left: 2px;
}

.module-recent-photos .module-content {
}

.module-recent-photos .module-list {
  margin: 0;
}

.module-recent-photos .module-list-item {
  width: 64px; /* mac ie fix */
  margin: 0 5px 6px 0;
  padding: 0;
  background-image: none;
}

.module-recent-photos .module-list-item a {
  border: #ccc 1px solid;
  padding: 1px;
  background-color: #eee;
}



/* calendar tweaks */

.layout-calendar #gamma {
  width: 195px;
  margin-left: 0;
}

.layout-calendar #gamma-inner, .layout-calendar #delta-inner {
  padding-top: 0;
}

.module-mmt-calendar {
  width: 415px;
  margin: 0;
}

.module-mmt-calendar .module-header, .layout-timeline .module-recent-photos .module-header {
  margin: 0;
  padding: 5px 15px;
  color: #fff;
  // font-size: 13px;
  font-weight: bold;
  text-align: right;
}

.module-mmt-calendar .module-content {
  margin: 15px 0;
}

.module-mmt-calendar .module-content tbody .day-date {
  color: #666;
}

.module-mmt-calendar table {
  width: 415px;
}

.module-mmt-calendar th {
  color: #fff;
  border-top: 1px solid #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom: 1px solid #ccc;
  padding: 2px;
  text-align: right;
  font-weight: bold;
}

.module-mmt-calendar td {
  border-top: 1px solid #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom: 1px solid #ccc;
  padding: 2px;
  text-align: right;
  font-weight: normal;
  background-repeat: repeat-x;
  background-position: top left;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
  border-right: none;
}

.day-photo a {
  border: #ccc 1px solid;
  padding: 1px;
  background-color: #eee;
}



/* modules */

.module-powered .module-content {
  background-color: #eee;
  font-size: 13px;
  font-style: italic;
  color: #222;
  margin: 10px 30px;
  padding: 6px 8px;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
}

.module-powered .module-content a {
  color: #069;
}

.typelist-thumbnailed .module-list-item {
  border-color: #b8c6e5;
  background-color: #dae2f2;
}

.typelist-thumbnail {
  background: #dae2f2;
}

.module-recent-photos .module-list-item a:hover {
  border-color: #192f73;
}

.module-elsewhere .typelist-plain .module-list-item, .typelist-plain .archive-list-item {
  background: #f2f2df;
  padding: 5px 15px;
  margin: 0 0 1px 0;
}

.module-elsewhere .typelist-plain .module-list-item, .typelist-plain .archive-list-item a img {
}



/* calendar tweaks */

.layout-calendar #pagebody-inner {
}

.module-mmt-calendar .module-header, .layout-timeline .module-recent-photos .module-header {
  background-color: #eee;
}

.module-mmt-calendar table {
  background-color: #eee;
}

.module-mmt-calendar th {
  border-right-color: #eee;
}

.module-mmt-calendar td {
  border-right-color: #ddd;
  background-color: #eee;
}

.day-photo a:hover {
}



/*---------------------------------
footer 
---------------------------------*/


/* thumbnail gallery */
.entry .entry-content .asset-image-multiple ul {
  margin: 0;
  padding: 0;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails img {
  height: 40px;
  padding: 2px;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails li {
  list-style: none;
  margin: 0;
  padding: 2px 2px 0 0;
  text-indent: 0;
  display: inline;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails li.on img {
  border: 2px solid #880000;
  padding: 0;
}



/* search results */

.search-subheader {
  margin-bottom: 25px;
}

.search-results .entry-header {
  margin: 0 0 10px;
  padding-bottom: 0;
  text-align: left;
  background-image: none;
}

.search-results .entry-header a {
  color: #069;
}

.search-results .entry-header a:hover {
  text-decoration: underline;
}

.search-results .entry-footer {
  text-align: left;
}

.search-results .comment {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

.search-results .comment-header a {
  text-decoration: none;
}

.search-results .comment-header a:hover {
  text-decoration: underline;
}

.search-results .comment-content p {
  margin-top: 0;
  margin-bottom: 5px;
}


/*ぱんくず*/
.t-40{
  margin:40px 0 0 0;
}
#breadcrumbs {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  margin: 0 0 10px 0;
  padding: 0;
}

#breadcrumbs li {
  margin: 0;
  padding: 0;
  display: inline-block;
}





/* slider
--------------------------------------------------------- */
.slideFrame {
  overflow: hidden;
  width: 100%;
}

.slideCell {
  display: block;
  float: left;
  margin-right: 5px;
}

/* controller */
/*
.slideCtrl {
display: none;
position: absolute;
top: 0;
width: 30%;
padding:0 10px;
height: 100%;
color: #5f5f5f;
font-size: 12px;
font-weight: bold;
text-align: center;
//  background-color: #fff;
//  opacity: 0.8;
//  -moz-opacity: 0.8;
//  -webkit-opacity: 0.8;
//  filter: alpha(opacity=80);
}

.slideCtrl.left { left: 0; }
.slideCtrl.right { right: 0; }
*/

/* slider-0
--------------------------------------------------------- */
#slider-0.slideFrame {
  height: 150px;
  margin:15px 0 30px 0;
}

#slider-0.slideFrame li img{
  padding:0 20px;
}


/* slider-1
--------------------------------------------------------- */
#slider-1.slideFrame {
  position: relative;
  height: 250px;
  margin: 30px 0 40px 0;
}

#slider-1.slideFrame li img{
  padding:0 20px;
}

/* slider-2
--------------------------------------------------------- */
#slider-2.slideFrame {
  position: relative;
  height: 250px;
  margin: 0 0 40px 0;
}


#slider-2.slideFrame li img{
  padding:0 20px;
}




/* sample
--------------------------------------------------------- */
#sample {
  padding: 35px 0 25px;
}

/*totop*/

#totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index:500;
}
#totop a {
  display: block;
  width: 50px;
  height:50px;
}

