@charset "shift_jis";
/* =========================================

nasuluckitchen > blog > lsst.css

============================================ */
#main {
  padding-top: 0;
}

#main .con_data .box_listttl {
  background: url("../image/bg_ttl.png") no-repeat;
  border-bottom: 1px solid #FFB350;
  height: 123px;
  margin: 0 auto 30px;
  position: relative;
  width: 636px;
}

#main .con_data .box_listttl h1 {
  color: #FF9A16;
  display: table-cell;
  font-size: 25px;
  height: 123px;
  text-align: center;
  text-shadow: 3px 3px 0 #fff,
              -3px 3px 0 #fff,
              3px -3px 0 #fff,
              -3px -3px 0 #fff;
  vertical-align: middle;
  width: 636px;
}

#main .con_data .box_listttl h1 span {
  font-size: 33px;
}

#main .con_data .box_listttl {

}

#main .con_data .box_listttl p img {
  position: absolute;
  right: 0;
  top:0;
}

#main .con_data .box_pagedata {
  margin-bottom: 15px;
  overflow: hidden;
  width: 610px;
}

#main .con_data .box_pagedata p {
  float: left;
  margin: 7px 10px 0 0;
}

#main .con_data .box_pagedata p:last-child {
  float: right;
  margin-right: 0;
}

#main .con_data .box_pagedata .btn_blogtop {
  margin-top: 0;
  position: relative;
}

#main .con_data .box_pagedata .btn_blogtop a {
  background-image: -webkit-linear-gradient(#fff 0%, #F5E6D3 100%);
  background-image: linear-gradient(#fff 0%, #F5E6D3 100%);
  border: 1px solid #D5B999;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  color: #6F3700;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  vertical-align: middle;
  width: 160px;
}

#main .con_data .box_pagedata .btn_blogtop a:before {
  content: url(/blog/image_cmn/ico_back.png);
  height: 15px;
  left: 4px;
  position: absolute;
  top: 7px;
  width: 15px;
}

#main .con_data .box_pagedata .btn_blogtop a:hover {
  opacity: 0.8;
}

#main .con_data .box_pagedata .btn_blogtop a span {
  padding-left: 15px;
}

.con_list {
  overflow: hidden;
}

.con_list li {
  list-style: none;
  margin-bottom: 30px!important;
  width: 300px;
  float: left;
}

.con_list li:nth-child(odd) {
  clear: both;
}

.con_list li:nth-child(even) {
  margin-left: 40px!important;
  float: right;
}

.con_list .box_ttl {
  background: #F5E6D3;
  margin-bottom: 15px;
  padding: 10px 0;
  position: relative;
  width: 300px;
  height: auto;
}

.con_list .box_ttl:after{
  background-image: linear-gradient(-45deg, 
                                    #FFB5AB 25%,
                                    #FF8A7A 25%, #FF8A7A 50%,
                                    #FFB5AB 50%, #FFB5AB 75%,
                                    #FF8A7A 75%, #FF8A7A);
  background-size: 6px 6px;
  content: '';
  height: -webkit-calc(100%);
  height: calc(100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.con_list .box_ttl:before {
  content: url(../image/ico_next.png);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -17px;
}

.con_list .box_ttl:hover {
  opacity: 0.8;
}

.con_list .box_ttl .date_area {
  color: #CC3333;
  font-weight: bold;
  margin: 0 10px 5px 30px!important
}

.con_list .box_ttl .date_area span:first-child {
  color: #fff;
  background: #FF634E;
  border-radius: 5px;
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.con_list .box_ttl .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 0 30px!important;
  width: 230px;
}

.con_list .box_ttl a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -999px;
  top: 0;
  width: 100%;
}

.con_list .box_thumbnail {
  background: #fff;
  box-shadow :0 0 0 2px #D5B999,
              0 0 0 4px #fff,
              0 0 0 8px #D5B999;
  margin: 0 auto;
  overflow: hidden;
  width: 282px;
}

.con_list .box_thumbnail p {
  text-align: center;
  position: relative;
}

.con_list .box_thumbnail .img {
  height: 170px;
  margin: 15px auto 5px!important;
  overflow: hidden;
  width: 225px;
}

.con_list .box_thumbnail .img img {
  width: 225px;
}

.con_list .box_thumbnail .menu {
  margin: 0 auto!important;
  text-align: left;
  width: 230px;
}

.con_list .box_thumbnail .btn {
  margin: 10px 0!important;
}

.con_list .box_thumbnail .btn a:hover {
  opacity: 0.8;
}

/*     page_skip     */

.page_skip{
  margin:20px auto;
  text-align:center;
  width:620px;
}

.page_skip a:link, .page_skip a:visited {
  color: #0000ff;
}

.page_nav_ul {
  font-size:0px;
}

.page_nav_ul > li {
  display: inline-block;
  font-size:15px;
  margin:0 5px!important;
  position: relative;
}

.page_count_box{
  behavior: url(/css/PIE.php);
  border: 1px solid #D5B999;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  font-size: 15px;
  height: 34px;
  letter-spacing: 0.01em;
  line-height: 34px;
  margin: 0px 3px;
  padding:0;
  width: 34px;
}

.ac {
  background: #D5B999;
  color: #fff;
}

.page_count_box a {
  behavior: url(/css/PIE.php);
  border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  color: #D5B999;
  display: block;
  font-size: 15px;
  font-weight: normal;
  height: 34px;
  letter-spacing: 0.01em;
  line-height: 34px;
  text-decoration:none;
  width: 34px;
}

.page_count_box:hover {
  background:#D5B999;
}
.page_count_box a:hover {
  background:#D5B999;
  color:#fff;
}

.p_toback, .p_tonext {
  border: 1px solid #D5B999;
  behavior: url(/css/PIE.php);
  border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  color:#D5B999;
  font-size:15px;
  line-height:34px;
  width:95px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .p_toback, .p_tonext {
    behavior: url("/css/PIE.php");
    border: 1px solid #D5B999;
    border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
    color: #fff;
    font-size:15px;
    line-height:34px;
    width:95px;
    }
} 
  
.p_toback{
  background:url(../image/bg_back.png) no-repeat 92px 12px #fff;
  padding-right:10px!important;

}
.p_tonext{
  background:url(../image/bg_next.png) no-repeat 8px 12px #fff;
  padding-left:10px!important;
}
.p_toback a:hover{
  background:url(../image/bg_back_ov.png) no-repeat 92px 12px #D5B999;
  display: block;
  color:#fff;
  line-height:34px;
  margin-right: -10px!important;
  padding-right: 10px!important;
  text-decoration:none;
  text-shadow: 1px 1px 0px rgba(250, 200, 15, 1);
  width:95px;
}
.p_tonext a:hover{
  background:url(../image/bg_next_ov.png) no-repeat 8px 12px #D5B999;
  color:#fff;
  display: block;
  line-height:34px;
  margin-left: -10px!important;
  padding-left: 10px!important;
  text-decoration:none;
  text-shadow: 1px 1px 0px rgba(250, 200, 15, 1);
  width:95px;
}
.p_toback_gr {
  background:url(../image/bg_back_gr.png) no-repeat 92px 12px #ccc;
  behavior: url(/css/PIE.php);
  border-radius: 4px;
  color:#8E8E8E;
  font-size:15px;
  line-height:36px;
  padding-right:10px!important;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  width:95px;
  }
.p_tonext_gr{
  background:url(../image/bg_next_gr.png) no-repeat 8px 12px #ccc;
  behavior: url(/css/PIE.php);
  border-radius: 4px;
  padding-left: 10px!important;
  color:#8E8E8E;
  line-height:36px;
  font-size:15px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  width:95px;
  }
  
.page_select_ttl{
  background:url("../image/bg_select_bottom.png") #fff no-repeat right center;
  color:#D5B999;
  cursor:pointer;
  font-size:15px;
  display:block;
  line-height:34px;
  position:relative;
  text-align:left;
  width:146px;
}
.page_select_ttl span{
  border: 1px solid #D5B999;
  border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(/css/PIE.php);
  color:#A2853F;
  cursor:pointer;
  font-size:15px;
  display:block;
  line-height:34px;
  padding-left:5px;
  position:relative;
  text-align:left;
  width:140px;
}
.page_select_ttl_hover{
  background:url("../image/bg_select_bottom_on.png")#fff no-repeat right center;
  color:#D5B999;
}
.page_select_ttl_hover span{
  border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
  behavior: url(/css/PIE.php);
  border-bottom: 1px dotted #D5B999;
}
.page_select_menu{
  border-left: 1px solid #D5B999;
  border-right: 1px solid #D5B999;
  border-bottom: 1px solid #D5B999;
  color:#D5B999;
  font-size:15px;
  line-height:34px;
  max-height:195px;
  overflow-y: scroll;
  overflow-x: hidden;
  position:absolute;
  text-align:left;
  z-index:1000;
  width:145px;
}
.page_select_menu ul{
  text-indent:10px;
  width:145px;
}
.page_select_menu li{
  background:#fff;
  border-bottom:1px dotted #D5B999;
  line-height:34px;
}
.page_select_menu .li_last{
  border-bottom:none;
  margin-left:-9px;
  padding-left:9px;
}
.page_select_menu a{
  display:block;
  width:140px;
}
.page_select_menu a:hover{
  background:#F5E6D3;
  color:#A38443;
  text-decoration:none;
}
.page_select_menu::-webkit-scrollbar {
  width: 12px;
}
 
.page_select_menu::-webkit-scrollbar-track {
  background:  rgba(200,200,200,1); 
}
 
.page_select_menu::-webkit-scrollbar-thumb {
  background: rgba(200,230,255,1); 
}
.page_select_menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(200,230,255,1);  
}