/*
Theme Name: misatopi
Theme URI: http://misatopi.com
Author: misatopi team
Author URI: http://misatopi.com
Description: tekitou
Version: 1.0
*/

@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ------------------------------------------------------------------

INDEX
-00 reset
-01 common
-02 index
-03 single
------------------------------------------------------------------ */

/* ------------------------------------------------------------------
01 common
------------------------------------------------------------------ */


body{
  font-size: 14px;
  /*font-family: 'Noto Sans Japanese', sans-serif;*/
  background: #f9f8f5;
}

a{
  text-decoration: none;
  transition: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
    color:#369;
}
a:hover{
  opacity:inherit;
}
hr {
    margin: 0;
    border: 0;
    height: 10px;
    background: none;
    clear: both;
}

header#header{
border-top: 4px solid #e37db4;
    border-bottom: 1px solid #ededed;
    height: 60px;
    box-sizing: border-box;
    background: #ffffff;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
}
header#header .header-inner{
  width: inherit;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
header#header .header-inner h1,
header#header .header-inner h2{
  position: absolute;
transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
}
header#header .header-inner h1{
top: 50%;
    left: 10px;
    transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
header#header .header-inner h1 a {
display: block;
    width: 120px;
    height: 25px;
    background: url(http://www.misatopi.com/wp-content/themes/misatopi/images/img_logo.png);
    background-size: 120px 25px;
    text-indent: -9999px;
}
header#header .header-inner h2{
  display:none;
}

/* sns */
header#header .header-inner ul.sns-btn{
  overflow: hidden;
  position: absolute;
  top: 10px;
display:none;
}
header#header .header-inner ul.sns-btn li{
  float: left;
  margin-right: 10px;
}
header#header .header-inner ul.sns-btn li a{
  font-size: 18px;
}
header#header .header-inner ul.sns-btn li a.icon-facebook2{ color: #27579c;}
header#header .header-inner ul.sns-btn li a.icon-twitter2{ color: #2ca7e0;}
header#header .header-inner ul.sns-btn li a.icon-rss{ color: #ef8000;}

/*nav*/
header#header .header-inner nav ul{
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 8px;
    transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
header#header .header-inner nav ul li{float: left; margin-left: 10px;}
header#header .header-inner nav ul li a{font-size: 10px; color: #999999;}
header#header .header-inner nav ul li a:before{
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #999999;
  box-sizing: border-box;
  display: inline-block;
}

/* global nav */
nav#global-nav{
border-bottom: 1px solid #ededed;
    height: 30px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
    /*width: 100%;*/
    top: 60px;
 overflow-x:auto;
  overflow-y: hidden;
width:100%;

}

nav#global-nav ul{ text-align: center;  -webkit-overflow-scrolling: touch;width:60em;}
nav#global-nav ul li{ 
float:left;
    margin-right: 6px;
    font-size: 10px;
width:10em;}
nav#global-nav ul li:last-child{ margin-right:0em;}
nav#global-nav ul li a{ color: #433f3a; line-height: 28px; font-weight: 500;}
nav#global-nav ul li a:active{ position: relative; bottom: -1px;}

/*content*/
#content-wrap{
  width: 100%;
  margin: 60px auto 0px auto;
}
#content-wrap.single{
  width: 100%;
  margin: 90px auto 0px auto;
}
#content-wrap #content-inner-left{
  float: inherit;
  width: 100%;
position:relative;
}
#content-wrap #content-inner-right{
float: inherit;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/*aside*/
.add{
  background:#fff;box-sizing: border-box;
margin: 30px auto;
}
.add300600{width:300px;}
.add300{width:300px;height:250px;}
.add728{width: 728px;height: 90px; display:none;}

#content-wrap #content-inner-right ul.entry-list{
  margin-top: 0px;;
}
#content-wrap #content-inner-right ul.entry-list li{
border-bottom: none;
    background-color: #fff;
    margin-bottom: 10px;
}
#content-wrap #content-inner-right ul.entry-list li a.rank-link{
  padding: 0px 0;
  display: block;
  overflow: hidden;
  color: #666666;
}
#content-wrap #content-inner-right ul.entry-list li:last-child{
  border: none;
}
#content-wrap #content-inner-right ul.entry-list li .img-wrap
{
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 3px 0 0 3px;
    margin-right: 10px;
    overflow: hidden;
  
}
#content-wrap #content-inner-right ul.entry-list li .entry-detail{
float: inherit;
    width: inherit;
    margin: 10px 0;
    padding-right: 10px;
}
#content-wrap #content-inner-right ul.entry-list li h2{
  color: #333;
  line-height: 140%;
  margin-bottom: 8px;
  font-size: 14px;
font-weight:500;
}
#content-wrap #content-inner-right ul.entry-list li .entry-data .view-num {
    float: right;
}
#content-wrap #content-inner-right ul.entry-list li .entry-data .date {
    float: left;
}
#content-wrap #content-inner-right ul.entry-list li .entry-data {
    font-size: 12px;
    color: #999;
    overflow: hidden;
}

aside ul.keyword-list{ overflow: hidden;}
aside ul.keyword-list li{
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
aside ul.keyword-list li a{
  color: #827b75;
  font-size: 12px;
  padding: 4px 6px 6px 6px;
  display: inline-block;
  border: 1px solid #eae3d9;
  border-radius: 2px;
  background: #fff;
}
.keyword-list span {
    color: #fff;
    display: inline-block;
    background: grey;
    font-size: 10px;
    border-radius: 50%;
    padding: 0 4px;
    font-weight: bold;
}

/*footer*/

footer#footer{
  background: #464542;
  padding: 20px 0 0 0;
}

footer#footer .copyright{
  background: #33322f;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
}

/*pankz*/
.pankz{
    overflow: hidden;
    position: absolute;
    top: -20px;
    font-size: 10px;
left:10px;
}
.pankz li{
float: left;
    max-width: 18em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pankz li:after{
    content: "";
    margin: 0 6px;
    display: inline-block;
    border: 1px solid transparent;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
    position: relative;
    top: -2px;
}
.pankz li:last-child:after{
content:none;
}
/* ------------------------------------------------------------------
02 index
------------------------------------------------------------------ */

/* topic */
#content-wrap #content-inner-left .topic{
    height: inherit;
    background: #ffffff;
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}
#content-wrap #content-inner-left .topic .topic-entry-list{
    float: inherit;
    width: 100%;
display:none;
}
#content-wrap #content-inner-left .topic .topic-entry-list ul{

}
#content-wrap #content-inner-left .topic .topic-entry-list h1{
  font-weight: bold;
  color: #333;
  margin: 12px 0px 7px 0px;
}
#content-wrap #content-inner-left .topic .topic-entry-list ul li{
  border-bottom: 1px dotted #e5e5e5;
  margin-right: 20px;
  box-sizing: border-box;
}
#content-wrap #content-inner-left .topic .topic-entry-list ul li a{
  line-height: 40px;
  width: 330px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
color:#369;
}
#content-wrap #content-inner-left .topic .topic-entry-list ul li:last-child{
  border: none;
}
#content-wrap #content-inner-left .topic .topic-entry-list.thumbnail{
  float: inherit;
display:block
}
#content-wrap #content-inner-left .topic .topic-entry-list.thumbnail a{
  display: block;
  background: #ccc;
  height: 242px;
  position: relative;
  color: #fff;
  background-size: cover;
}
#content-wrap #content-inner-left .topic .topic-entry-list.thumbnail a h2{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    line-height: 140%;
    font-weight: bold;
    font-size: 16px;
}

#content-wrap #content-inner-left .recent-entry-list,
#content-wrap #content-inner-left .report-entry-list{
width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#content-wrap #content-inner-left section h1,
#content-wrap #content-inner-right aside h1{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  border-top: 3px solid #ffffff;
  padding: 12px 0;
  position: relative;
}
#content-wrap #content-inner-left section h1:before,
#content-wrap #content-inner-right aside h1:before{
  content: "";
  display: inline-block;
  width: 80px;
  background: #ff9933;
  height: 3px;
  position: absolute;
  top: -3px;
}

#content-wrap #content-inner-left .recent-entry-list{
  float: inherit;
}
#content-wrap #content-inner-left .report-entry-list{
  float: inherit;
}
#content-wrap #content-inner-left ul.entry-list{
  margin-top: 0px;
}
#content-wrap #content-inner-left ul.entry-list li{
    border-bottom: none;
    background-color: #fff;
    margin-bottom: 10px;
}
#content-wrap #content-inner-left ul.entry-list li a{
  padding: 0px 0;
  display: block;
  overflow: hidden;
  color: #666666;
}
#content-wrap #content-inner-left ul.entry-list li:last-child{
  border: none;
}
#content-wrap #content-inner-left ul.entry-list li .img-wrap
{
  float: left;
  width: 80px;
  height: 80px;
border-radius: 3px 0 0 3px;
  margin-right: 10px;
  overflow:hidden;
  background-size: cover;
  background-position: 50%;
}
#content-wrap #content-inner-left ul.entry-list li .entry-detail{
float: inherit;
    width: inherit;
    margin: 10px 0;
    padding-right: 10px;
}
#content-wrap #content-inner-left ul.entry-list li h2{
  color: #333;
  line-height: 140%;
  margin-bottom: 10px;
  font-size: 14px;
font-weight:500;
}
#content-wrap #content-inner-left ul.entry-list li .entry-data .view-num {
    float: right;
}
#content-wrap #content-inner-left ul.entry-list li .entry-data .date {
    float: left;
}
#content-wrap #content-inner-left ul.entry-list li .entry-data {
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
#content-wrap #content-inner-left ul.entry-list li:first-child .img-wrap{
  width: 100%;
  height: 170px;
  float: none;
  margin-bottom: 10px;
    border-radius: 3px 3px 0 0;
}
#content-wrap #content-inner-left ul.entry-list li:first-child .entry-detail{
  float: none;
  width: inherit;
    padding: 0 10px;
}

/*photo*/
#content-wrap #content-inner-left .photo-entry ul{
}
#content-wrap #content-inner-left .photo-entry ul li{
    width: 68px;
    height: 68px;
    background: #ffffff;
    float: left;
    margin-right: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#content-wrap #content-inner-left .photo-entry ul li img {
    width: 60px;
    height: 60px;
    margin: 4px;
}
#content-wrap #content-inner-left .photo-entry ul li:last-child{
  margin-right: 0;
}
section.photo-entry {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
margin-top: -20px;
}
/* ------------------------------------------------------------------
03 single
------------------------------------------------------------------ */
p.av-c,
p.av-r {
    margin-left: 50px;
    position: relative;
    min-height: 4em;
}
p.av-c:before {background-image: url(http://www.misatopi.com/wp-content/uploads/2015/08/img_cnoki-96x96.jpg);}
p.av-r:before {background-image: url(http://www.misatopi.com/wp-content/uploads/2015/08/RICO_avatar_1439830250-96x96.jpeg);}

p.av-c:before,
p.av-r:before {
content: "";
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    left: -50px;
    top: 2px;
    border-radius: 25px;
}
p.av-c:after,
p.av-r:after {
    content: "";
    position: absolute;
    left: -54px;
    font-size: 10px;
    font-weight: bold;
    top: 40px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 14px;
    height: 14px;
    border-radius: 7px;
    color: #fff;
    letter-spacing: -1px;
}

p.av-c:after{content:"シイノキ";
    background-color: #5b88cb;
}
p.av-r:after{content:"みさ子";
    background-color: #bf79b8;
}
#content-wrap #content-inner-left.single{
    margin-top: 30px;
}

#content-wrap #content-inner-left.single .bottom-ad .bottom-ad-right {
    width: 336px;
    float: right;
display:none;
}
#content-wrap #content-inner-left.single .bottom-ad .bottom-ad-left {
    width: 336px;
    float: left;
}
#content-wrap #content-inner-left.single .bottom-ad {
    overflow:hidden;
margin-top:20px;
}
#content-wrap #content-inner-left.single .single-inner{
    background: #fff;
    border-radius: 5px;
margin:10px;
}
#content-wrap #content-inner-left.single .single-inner header{
    width: 100%;
    height: 230px;
    position:relative;
border-radius: 5px 5px;
background-size:cover;
}
#content-wrap #content-inner-left.single .single-inner header h1{
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    width: 100%;
    font-weight: bold;
    border:none;
    box-sizing: border-box;
line-height: 140%;
}
#content-wrap #content-inner-left.single .single-inner header h1 span.date {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 0px;
}
#content-wrap #content-inner-left.single .single-inner header .category-name{
    position: absolute;
    top: 10px;
    left: -5px;
    padding: 8px 20px 8px 15px;
    font-weight: bold;
    border-radius: 2px 2px 2px 0px;
    font-size: 14px;
    color: #fff;
}
#content-wrap #content-inner-left.single .single-inner header .category-name:before{
content: "";
    border: 3px solid transparent;
    width: 0px;
    height: 0px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
#content-wrap #content-inner-left.single .single-inner header .category-name a{ color:#fff;}

#content-wrap #content-inner-left.single .single-inner header .category-lifestyle{background:#d48c52;}
#content-wrap #content-inner-left.single .single-inner header .category-lifestyle:before{ border-left: 3px solid #985b2a;}
#content-wrap #content-inner-left.single .single-inner header .category-report{background:#7ad452;}
#content-wrap #content-inner-left.single .single-inner header .category-report:before{ border-left: 3px solid #4b9929;}
#content-wrap #content-inner-left.single .single-inner header .category-photo{background:#526ed4;}
#content-wrap #content-inner-left.single .single-inner header .category-photo:before{ border-left: 3px solid #294299;}
#content-wrap #content-inner-left.single .single-inner header .category-information{background:#29b5ca;}
#content-wrap #content-inner-left.single .single-inner header .category-information:before{ border-left: 3px solid #1f8291;}

#content-wrap #content-inner-left.single .single-inner header h1:before{
content:none;
}
#content-wrap #content-inner-left.single .single-inner header .header-img-cover {
    background: url(http://www.misatopi.com/wp-content/themes/misatopi/images/bg.png);
    width: 100%;
    height: 230px;
border-radius: 5px 5px;
}
#content-wrap #content-inner-left.single .single-inner .entry-info {
    overflow: hidden;
    padding: 10px;
    background: #f6f6f6;
}
#content-wrap #content-inner-left.single .single-inner .entry-info .author-data {
    float: none;
    margin-bottom: 10px;
}
#content-wrap #content-inner-left.single .single-inner .entry-info .author-data span{
	font-weight:bold;
	color:#333;
}
#content-wrap #content-inner-left.single .single-inner .entry-info .author-data img {
    width: 44px;
    height: auto;
    border-radius: 32px;
    vertical-align: middle;
    margin-right: 10px;
    box-sizing: border-box;
    border: 2px solid #fff;
}
#content-wrap #content-inner-left.single .single-inner .entry-info .sns-box {
    float: right;
}
#content-wrap #content-inner-left.single .single-inner .entry-inner{
    padding:10px;
}
#content-wrap #content-inner-left.single .single-inner.page p,
#content-wrap #content-inner-left.single .single-inner .entry-inner p{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 1em;
}
#content-wrap #content-inner-left.single .single-inner .entry-inner blockquote p {
    line-height: 180%;
}
#content-wrap #content-inner-left.single .single-inner .entry-inner blockquote {
    position: relative;
    margin-bottom: -10px;
    padding: 15px 15px 0px;
}
#content-wrap #content-inner-left.single .single-inner .entry-inner blockquote:before {
    content: "\e640";
    position: absolute;
    left: 10px;
    color: rgba(100,100,100,0.1);
    font-size: 20px;
    line-height: 100%;
    transform: rotate(180deg);
    font-family: icomoon;
    top: 10px;
}
#content-wrap #content-inner-left.single .single-inner .entry-inner p cite {
    font-size: 10px;
    margin-bottom: -10px;
}
#content-wrap #content-inner-left.single .single-inner .entry-inner p strong{
	color:#333;
}
/*#content-wrap #content-inner-left.single .single-inner .entry-inner p:last-child {
    margin: 0;
}*/

#content-wrap #content-inner-left.single .single-inner.page h2,
#content-wrap #content-inner-left.single .single-inner .entry-inner h2{
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    background-color: #ededed;
    padding: 15px 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 30px;
}
#content-wrap #content-inner-left.single .single-inner.page h3,
#content-wrap #content-inner-left.single .single-inner .entry-inner h3{
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-top: 3px double #ccc;
    padding-top: 20px;
    padding-left: 0px;
}
.fb-comments.fb_iframe_widget {
    background-color: #fff;
    padding: 6px;
    border-radius: 0 0 5px 5px;
display:none;
}
dl.event-info,
dl.spot-info {
    border: 2px solid #999;
    border-radius: 3px;
    padding: 15px 20px;
    line-height: 140%;
    box-sizing: border-box;
position:relative;
}
dl.spot-info.clearfix:before {
    content: "施設情報";
    position: absolute;
    top: -10px;
    background: #fff;
    color: #333;
    font-weight: bold;
    padding: 0 10px;
    left: 10px;
    font-size: 16px;
    letter-spacing: 5px;
}
dl.event-info.clearfix:before {
    content: "イベント情報";
    position: absolute;
    top: -10px;
    background: #fff;
    color: #333;
    font-weight: bold;
    padding: 0 10px;
    left: 10px;
    font-size: 16px;
}
dl.event-info dt,
dl.spot-info dt {
    clear: both;
    width: 90px;
    color: #333;
}
dl.event-info dd, dl.spot-info dd {
    width: inherit;
}
dl.event-info dt, dl.event-info dd,
dl.spot-info dt, dl.spot-info dd {
    float: none;
}
dl.event-info dd,
dl.spot-info dd {
margin-bottom:5px;
}


/*記事リスト*/

#content-wrap #content-inner-left.single section.etc-entry-link {
    background: none;
    padding: 10px;
    border-radius: 0;
    overflow: hidden;
}
#content-wrap #content-inner-left.single section.etc-entry-link .left {
    float: inherit;
    width: 100%;
    margin-bottom: 30px;
}
#content-wrap #content-inner-left.single section.etc-entry-link .right {
    float: inherit;
    width: 100%;
}
#content-wrap #content-inner-left.single section.etc-entry-link ul.entry-bottom-list {
    margin-top: 0px;
}
#content-wrap #content-inner-left.single section.etc-entry-link .entry-bottom-list li{
    border-bottom: none;
    background-color: #fff;
    margin-bottom: 10px;
}
#content-wrap #content-inner-left.single section.etc-entry-link .entry-bottom-list li:last-child{
border:none;
}
#content-wrap #content-inner-left.single section.etc-entry-link .entry-bottom-list li a{
    display: block;
    overflow: hidden;
    padding: 0px 0;
}
#content-wrap #content-inner-left.single section.etc-entry-link .img-wrap{
    float: left;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    width:80px;
height:80px;
    margin-right:10px;
}
#content-wrap #content-inner-left.single section.etc-entry-link .img-wrap img{
    width: 80px;
    height: 80px;
}
#content-wrap #content-inner-left.single section.etc-entry-link .entry-detail{
    float: inherit;
    width: inherit;
    margin: 10px 0;
    padding-right: 10px;
}
#content-wrap #content-inner-left.single section.etc-entry-link .entry-detail h2{
    color: #333;
    line-height: 140%;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
}
#content-wrap #content-inner-left.single section.etc-entry-link .entry-detail .entry-data{
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
#content-wrap #content-inner-left.single section.etc-entry-link .entry-detail .entry-data .view-num {float:right;}
#content-wrap #content-inner-left.single section.etc-entry-link .entry-detail .entry-data .date {float:left;}

/* ------------------------------------------------------------------
04 category
------------------------------------------------------------------ */
section.category-inner {
    padding: 0 10px;
}
ul.category-view li {
    background: #fff;
    width: 100%;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 3px;
    overflow: hidden;
    min-height: 320px;
    position: relative;
}
ul.category-view li:nth-child(3n) {
    margin-bottom: 25px;
}
ul.category-view li .img-wrap{
width: 100%;
    height: 180px;
    background-size: cover;
}
ul.category-view li .entry-detail {
    padding: 10px;
}
ul.category-view li .entry-detail h2 {
    color: #333;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 6px;
}
ul.category-view li .entry-detail .entry-txt {
    color: #666;
    line-height: 140%;
    margin-bottom: 10px;
}
ul.category-view li .entry-detail .entry-data {
margin: 0 -10px -10px;
    padding: 10px;
    font-size: 12px;
    border-top: 1px solid #ededed;
    color: #999;
    overflow: hidden;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 10px;
}
ul.category-view li .entry-detail .date {float:left;}
ul.category-view li .entry-detail .view-num {float:right;}

/* ------------------------------------------------------------------
05 page
------------------------------------------------------------------ */




#content-wrap #content-inner-left.single .single-inner.page {
    padding: 20px;
}
.author-img{
    border-radius:50%;
}
#content-wrap #content-inner-left.single .single-inner.page dl dd {
    float: left;
}
#content-wrap #content-inner-left.single .single-inner.page dl dt {
    float: left;
    margin-right: 20px;
    clear: both;
}
#content-wrap #content-inner-left.single .single-inner.page dl {
    overflow: hidden;
}
#content-wrap #content-inner-left.single .single-inner.page .sns-wrap {
    overflow: hidden;
    margin-bottom: 30px;
}

#content-wrap #content-inner-left.single .single-inner.page .sns-wrap .fb-page,
#content-wrap #content-inner-left.single .single-inner.page .sns-wrap .twitter {
    width: 100%;
    float: inherit;
margin-bottom:20px;
}
#content-wrap #content-inner-left.single .single-inner.page .wpcf7 p {
    margin-bottom: 10px;
}
#content-wrap #content-inner-left.single .single-inner.page input.wpcf7-text {
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 38px;
    padding: 0 7px;
    color: #666;
    font-size: 14px;
width:200px;
-webkit-appearance: none;
}
#content-wrap #content-inner-left.single .single-inner.page  .wpcf7-textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #666;
    padding: 8px 7px;
    font-size: 14px;
    resize: none;
    width: 100%;
    box-sizing: border-box;
-webkit-appearance: none;
}
#content-wrap #content-inner-left.single .single-inner.page  .wpcf7-submit {
-webkit-appearance: none;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #edb25f;
}
div.wpcf7-mail-sent-ok {
background-color: lightblue;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 30px 0!important;
    font-weight: bold;
    border: none!important;
}
/*ranking*/
.ranking-area {
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    background: url(http://www.misatopi.com/wp-content/themes/misatopi/images/img_ranking_bg.gif);
    border-radius: 0 0 6px 6px;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ranking-area a{display:block;width:120px;height:120px;text-indent:-9999px;}
.ranking-area a:hover {
    transform: rotate(0deg);
}
.ranking-area .link-ranking {
    background: url(http://www.misatopi.com/wp-content/themes/misatopi/images/bnr_blogranking.png);
position: absolute;
    bottom: -20px;
    left: -10px;
transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
background-size: 120px;
}
.ranking-area .link-blogmura {
    background: url(http://www.misatopi.com/wp-content/themes/misatopi/images/bnr_blogmura.png);
position: absolute;
    bottom: -20px;
    right: -10px;
transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
background-size: 120px;
}
/*sp nav
nav#global-nav {
display:none;
}
#sp-nav{display:block;}

header#header .header-inner nav ul{
display:none;
}
header#header .header-inner nav#sp-nav ul#global-info {
    position: absolute;
    background: rgba(0,0,0,0.8);
    top: 56px;
    transform: initial;
}
header#header .header-inner nav#sp-nav ul#global-info li a:before {
    content: initial;
}
header#header .header-inner nav#sp-nav ul#global-info li {
    float: left;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
header#header .header-inner nav#sp-nav ul#global-info li:nth-child(2n) {
    border-right: none;
}
header#header .header-inner nav ul#global-info li a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    padding: 15px 10px;
}

div#gnav-btn {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 9px;
    right: 10px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}
div#gnav-btn:hover {
  cursor:pointer;
}
div#gnav-btn:hover + ul#global-info{
display:block;
}
div#gnav-btn .line0, div#gnav-btn .line1, div#gnav-btn .line2 {
    height: 3px;
    width: 26px;
    background: #ccc;
    display: block;
    border-radius: 2px;
    position: absolute;
    left: 4px;
}
div#gnav-btn .line2 {
    top: 18px;
}
div#gnav-btn .line1 {
    top: 12px;
}
div#gnav-btn .line0 {
    top: 6px;
}
div#gnav-btn .line0, div#gnav-btn .line1, div#gnav-btn .line2 {
    height: 3px;
    width: 22px;
    background: #ccc;
    display: block;
    border-radius: 2px;
    position: absolute;
    left: 6px;
}*/