/*
Theme Name: 便利屋さんのサイト
Author: nextraight
Description: 便利やさんのサイト
Version: 0.1
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
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-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
html {font-size: 62.5%;overflow-y: scroll;-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body {background: #fff;}
article,aside,details,figcaption,figure,footer,header,main,nav,section {display: block;}
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:focus {outline: thin dotted;}
a:hover,
a:active {outline: 0;}
a img {border: 0;}

/*-----------------------------------------------
Font
-----------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
strong{
  font-weight:bold;
  font-size:16px;
  color:#FF6D69;
}

/*--------------------------------------------------------------
block
--------------------------------------------------------------*/
#wrap{
  border-top:solid 1px #F7338E;
}
#box{
  width:1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 48px;
}
#content{
  width:900px;
  float:left;
}
#aside{
  width:300px;
  float:left;
}
#aside:after{
  clear: both;
}

body {
}
h1{
  color:#FF6D69;
  margin-bottom: 15px;
}
h3{
  font-size:24px;
  color:#FF6D69;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------7fffbf 4bb334*/
#header{
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
}
.header__top{
  background: url(img/bnr_head.png);
  width:1200px;
  height:130px;
  margin: 0 auto;
  overflow:hidden;
}
.header__top_search{
  background: rgba(255,255,0,0.8);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius: 10px;
  margin-left:700px;
  margin-top:20px;
  width:400px;
  font-size:16px;
  padding: 30px;
  color:#14B41E;
}
.header__h2{
  font-size:16px;
  color:#14B41E;
  margin-left:30px;
  text-align: left;
}
.header__h3{
  font-size:25px;
  color:#666;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 30px;
  text-align: left;
}

/*--------------------------------------------------------------
SearchForm
--------------------------------------------------------------*/

#searchsubmit {
  color:#fff;
  width:50px;
  height:22px;
  border: none;
  cursor: pointer;
  position: relative\9;
  right: -45px;
  background-color:#14B41E;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -o-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  top:73px;
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.header__img{
  width: 1200px;
  height: 400px;
}
.header__ul{
  border-top:solid 1px yellow;
  width:100%;
  background: #14B41E;
  display: inline-block;
  margin:0px;
  padding:0px;
  margin-bottom: 10px;
}
.header__li{
  display: inline-block;
  font-size:17px;
}
.header__a {
  display: block;
  padding:30px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.header__a:hover{
  color: yellow;
  background: #84C333;
}
/*--------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs{
  margin:0 auto;
  width:1200px;
  text-align:left;
  padding-left: 30px;
  padding-top:5px;
}
.breadcrumbs a{
  color:#14B41E;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
#content{
  border-right: dotted 1px #999;
  padding: 30px;
  color:#666;
  font-size: 16px;
  margin-bottom:20px;
  font-family: 'Noto Sans Japanese', sans-serif;

}
.content__block{
  padding:20px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #666;
}
.content__block_ttl{
  font-size:25px;
  color:#FF6D69;
}
.content__block_txt{
  font-size:12px;
  margin-bottom: 15px;
}
.content__block_date{
  font-size: 13px;
  display: block;
  margin-top: 17px;
  color: #49ACB1;
  margin-left: 9px;
}
.content__block_date:after{
  clear:both;
}
.content__ttl{
  font-size:29px;
  color:#FF6D69;
}
.content__txt{
  padding-left: 15px;
  padding-right: 15px;
}
.content__obi{
  background: #14B41E;
  padding:15px;
  text-align: center;
  color:#fff;
  font-size: 16px;
  margin-top:20px;
  border-left:solid 2px yellow;
}
.next_previous{
  margin-top:50px;
}
.content__previous{
  display: inline-block;
  text-align: left;
  width:400px;
  color:#FF6D69
}
.content__previous a{
  color:#FF6D69;
}
.content__next{
  display: inline-block;
  float:right;
  color:#FF6D69;
  width:400px;
}
.content__next a{
  color:#FF6D69;
}
/*--------------------------------------------------------------
content single
--------------------------------------------------------------*/
.single__content{
  padding:20px;
}

.single__ttl{
  font-size:29px;
  color:#FF6D69;
  font-weight:bold;
  border-bottom:2px solid;
}
.single__txt p{
  padding-left:15px;
  padding-right:15px;
}
.single__txt ul{
  list-style: disc;
  padding-left:55px;
  padding-top:10px;
  padding-bottom:10px;
}
.single__txt h3{
  font-weight:bold;
}
.single__txt a{
  color:#FF6D69;
}
/*--------------------------------------------------------------
Content area
--------------------------------------------------------------*/
.area__content p{
  padding:20px;
}
.area__content h3{
  padding-left:20px;
}
.area__shop{
  padding: 20px;
  margin-bottom: 20px;
}
.area__shop_name{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    background: #EBF6F5;
    text-align: center;
    padding: 10px;
    border-top:2px solid #14B41E;
    /*border-left:5px solid #71A726;*/
}
.area__shop_box{
  clear:both;
  padding-top:15px;
  display:table;
}
.area__imgbox{
  display:block;
  height:auto;
  float:left;
}
.area__shop_img{
  /*float:left;*/
  margin-top:5px;
  vertical-align: middle;
}
.area__shop_table{
  width:524px;
  margin-left:275px;
  border-collapse: separate;
  border-spacing:0px 5px;
}
.area__shop_table th{
  padding:10px;
  /*width:120px;
  border-bottom: 1px dotted;*/
  background: #14B41E;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}
.area__shop_table th:after{
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #14B41E;
  border-width: 10px;
  margin-top: -10px;
}
.area__shop_table td{
  /*border-left:1px dotted;*/
  /*border-bottom: 1px dotted;*/
  background: #EBF6F5;
  width: 360px;
  padding-left: 20px;
  padding:10px;
  padding-left:30px;
  padding-right:20px;
}
.area__shop_survice{
  vertical-align: middle;
}
/*--------------------------------------------------------------
Content category
--------------------------------------------------------------*/
.cat__content{
  padding:30px;
  border-bottom:dotted 1px #666;
}
.cat__content:last-child{
  border:none;
}
.cat__obi{
  font-size:25px;
  color:#FF6D69;
}
.cat__date{
  font-size: 13px;
  display: block;
  margin-top: 17px;
  color: #49ACB1;
  margin-left: 9px;
}
.cat__date:after{
  clear:both;
}
.cat__txt{
  font-size:12px;
}

/*--------------------------------------------------------------
category一覧
--------------------------------------------------------------*/
.category__box{

}
/*--------------------------------------------------------------
search
--------------------------------------------------------------*/
.search_result{
  font-size:30px;
  border-bottom:dotted 1px #666;
  padding-bottom: 10px;
}
.search__block{
  padding:20px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #666;
}
.search__obi{
  font-size:25px;
  color:#FF6D69;
}
.no_hit{
  text-align: right;
}
/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
.wp_page{
  text-align: center;
  padding-top:20px;
	padding-bottom: 20px;
}
/*-----------------------------------------------
table
-----------------------------------------------*/
.single__txt table {
  border-collapse:collapse;
}
.single__txt th {
  border:1px solid #ccc;
  background:#ffffbc;
  vertical-align:middle;;
}
.single__txt td {
  border:1px solid #ccc;
  vertical-align:middle;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
#aside{
  padding-left:20px;
  padding-right: 20px;
  font-family: 'Noto Sans Japanese', sans-serif;

}
.side_bnr{
  width:100%;
}
.aside__search{
  color:#666;
  font-size:15px;
  padding:15px;
}
.aside__obi{
  background: #14B41E;
  padding:15px;
  text-align: center;
  color:#fff;
  font-size: 16px;
  margin-top:20px;
  border-left:solid 2px yellow;
}
.aside__li{
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  padding-bottom:5px;
  color:#FF6D69;
  font-size: 14px;
  border-bottom: dotted 1px #666;
}
.aside__a{
  text-decoration: none;
  z-index: 2;
  color:#FF6D69;
}
.aside__more{
  text-align: right;
}
#aside ul:last-child{
  padding-bottom:30px;
}
#aside li:last-child{
  border: none;
}
/*.aside_thumb{
  float:left;
  margin-right:5px;
}*/
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#footer{
  font-family: 'Noto Sans Japanese', sans-serif;
  clear:both;
  text-align: center;
  padding:30px;
  padding-top:10px;
  background: #14B41E;
  color:#fff;
}
.footer__box{
  margin:0 auto;
  width:1200px;
  height:100px;
  position: relative;
}
.footer__ul{
  width:100%;
  background: #14B41E;
  display: inline-block;
  margin:0px;
  padding:0px;
}
.footer__li{
  display: inline-block;
  font-size:17px;
}
.footer__a {
  display: block;
  padding:30px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.footer__a:hover{
  color: yellow;
  background: #84C333;
}

.footer__copy{
  font-size:13px;
  text-align: center;
  position: absolute;
  top: 75px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footer__pagetop{
  position:absolute;
  right:100px;
  bottom:0px;
}
.footer__pagetop_img{
  width:60px;
  height:60px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
  z-index: 9999;
}
.foot__back{
  margin: 0 auto;
  position:absolute;
  top:-72px;
  left:0px;
}
/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.content__continue_btn{
  background: #14B41E;
  background-image: -webkit-linear-gradient(top, #14B41E, #169232);
  background-image: -moz-linear-gradient(top, #14B41E, #169232);
  background-image: -ms-linear-gradient(top, #14B41E, #169232);
  background-image: -o-linear-gradient(top, #14B41E, #169232);
  background-image: linear-gradient(to bottom, #14B41E, #169232);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: inline-block;
  float:right;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.content__continue_btn:hover{
  /*background: #84C333;
  background-image: -webkit-linear-gradient(top, #84C333, #8ad923);
  background-image: -moz-linear-gradient(top, #84C333, #8ad923);
  background-image: -ms-linear-gradient(top, #84C333, #8ad923);
  background-image: -o-linear-gradient(top, #84C333, #8ad923);
  background-image: linear-gradient(to bottom, #84C333, #8ad923);*/
  text-decoration: none;
  color: yellow;
  background: #84C333;
}
.content__continue_btn::after{
  clear:both;
}
/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
