
/*
Theme Name: Creativememomemo3
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: Tetsuya Ihata
Author URI: http://creativememomemo.com/
Version: 1.0
Description:クリエイティブメモメモ専用テーマです。
*/

@charset "UTF-8";

/*===========================================
cf
===========================================*/

.cf:before,
.cf:after {
    display: table;
    content: " ";
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
    ***zoom: 1;
    **********zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    ***zoom: 1;
    **********zoom: 1;
}

/*===========================================
resetCSS
===========================================*/

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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    outline:0;
    border:0;
    background:transparent;
    vertical-align:top;
    font-size:100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
a {
    margin:0;
    padding:0;
    background:transparent;
    vertical-align:baseline;
    font-size:100%;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-weight:bold;
    font-style:italic;
}
ul,ol{list-style: none;}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-spacing:0;
    border-collapse:collapse;
}
/* change border colour to suit your needs */
hr {
    display:block;
    margin:1em 0;
    padding:0;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
}
input, select {
    vertical-align:middle;
}

/*===========================================
base
===========================================*/

html{
  font: 10px/1.6 "Lato", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  background: url(images/bg.png);
  background-size: 200px 200px;
  color: #444;
  font-size: 15px;
  font-size: 1.5rem;
  font-feature-settings : "palt";
  }

a {
  color: #f5517b;
  text-decoration: none;
}

a:hover,
.list_post h1:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, transparent), color-stop(0.6, #ff3));
  background: -webkit-linear-gradient(transparent 60%, #ff3 60%);
  background: -moz-linear-gradient(transparent 60%, #ff3 60%);
  background: -o-linear-gradient(transparent 60%, #ff3 60%);
  background: linear-gradient(transparent 60%, #ff3 60%);
}

/*カテゴリーリンク色*/
.list_post_cat_creative a,
#sub_category .sub_category_creative {
  color: #61a7b8;
}
.list_post_cat_tips a,
#sub_category .sub_category_tips {
  color: #8eb861;
}
.list_post_cat_idea a,
#sub_category .sub_category_idea {
  color: #E092A8;
}
.list_post_cat_works a,
#sub_category .sub_category_works {
  color: #E1A768;
}


/*===========================================
WebIconFonts
===========================================*/

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'LigatureSymbols';
    src: url('./font/LigatureSymbols-2.11.eot');
    src: url('./font/igatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('./font/LigatureSymbols-2.11.woff') format('woff'),
         url('./font/LigatureSymbols-2.11.ttf') format('truetype'),
         url('./font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('./font/LigatureSymbols-2.11.ttf') format('truetype');
}

.lsf,
.lsf:before,
.bread_crumb .top,
.post li:before,
.post_cat:before{
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1; }
}

.tec{ }

.facebook:before{content: "\E047"; }
.twitter:before{content: "\E12f"; }
.hatena:before{content: "\E161"; }
.rss:before{content: "\E113"; }
.googleplus:before{content: "\E05a"; }
.instagram:before{content: "\E155"; }
.pintarest:before{content: "\E104"; }

.post_social .facebook, .facebook:hover:before{color: #3b5998; }
.post_social .twitter, .twitter:hover:before{color: #00acee; }
.post_social .hatena, .hatena:hover:before{color: #2c6ebd; }
.post_social .googleplus, .googleplus:hover:before{color: #dd4b39; }
.instagram:hover:before{color: #3f729b; }
.pintarest:hover:before{color:#c8232c; }
.rss:hover:before{color: #ee802f; }



/*===========================================
base_layout
===========================================*/

#header_in,
#footer_in,
#content{
  margin: 0 auto;
  padding: 0 20px;
  width: 960px;
}

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

#main {
  float: left;
  margin: 0 -30px 0 0;
  width: 660px;
}

#goodword {
  margin: 37px 0;
}

#sub {
  position: relative;
  float: right;
  width: 300px;
}


/*===========================================
共通
===========================================*/

.memo {
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 3px 0 #DDD;
     -moz-box-shadow: 0 3px 0 #DDD;
          box-shadow: 0 3px 0 #DDD;
}

.memo:after{
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  background: url(images/clip.png) no-repeat;
  -webkit-background-size: 35px;
       -o-background-size: 35px;
          background-size: 35px;
  content:"";
}

/*===========================================
header
===========================================*/

#header {
  width: 100%;
  background: #FFF;
}


#header a{
  color: #555;
}

.site_logo {
  position: relative;
  float: left;
  margin: 26px 50px 0 0;
  padding: 9px 0 0 34px;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Dosis', sans-serif;
  line-height: .9;
  }

.site_logo a:before{
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 20px;
  height: 32px;
  border: 2px solid #555;
  border-top: 8px solid #555;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  content: " ";;
  }

.site_caption{
  position: absolute;
  top: 10px;
  right: 20px;
  color: #AAA;
  text-align: right;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}

nav {
  float: left;
  margin: 36px 0;
  }

nav li{
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Dosis', sans-serif;;
  }

nav li a{
  margin: 0 30px 0 0;
  padding: 2px;
  letter-spacing: 0.1rem;
  }

.search-form {
  position: relative;
  display: block;
}
.search-form:before, .search-field {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 40px;
}
.search-form:before {
  z-index: 100;
  content: "search";
}
.search-field {
  top: -4px;
  z-index: 200;
  border: 2px solid #CCC;
  border-radius: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-appearance: none;
}
.search-field:focus {
  width: 240px;
  outline: none;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  cursor: text;
}
.search-form input[type="submit"] {
  display: none;
}


#header_info {
  float: right;
  margin: 32px 0 24px;
  width: 130px;
}

#header_info a{
  float: right;
  margin: 0 0 0 19px;
  padding: 4px;
  font-size: 24px;
  font-size: 2.4rem;
}

/*===========================================
#名言
===========================================*/

#goodword {
  text-align: center;
}

#goodword blockquote{
  position: relative;
  display: inline-block;
  max-width: 84%;
}

#goodword blockquote:before,
#goodword blockquote:after{
  position: absolute;
  font-size: 100px;
  font-size: 10rem;
  font-family: 'Dosis', sans-serif;
  line-height: 0.7;
  opacity: .4;
}

#goodword blockquote:before{
  top: 0;
  left: -34px;
  margin: 0 20px 0 0;
  content: '“';
}

#goodword blockquote:after{
  top: 0;
  right: -34px;
  margin: 0 0 0 20px;
  content: '”';
}

#goodword small{
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}


/*===========================================
main
===========================================*/


#bread {
  margin: 0 30px 10px 0;
  color: #777;
  font-size: 11px;
  font-size: 1.1rem;
}

.bread_crumb a{
  color: #777;
}

.bread_crumb li{
  float: left;
  margin: 0 10px 0 0;
}

.bread_crumb li + li:before{
  margin: 0 10px 0 0;
  content: ">";
}

.bread_crumb .top{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.list_post {
  float: left;
  margin: 0 30px 38px 0;
  width: 300px;
  height: 484px;
}

.list_post:hover {
  margin: 3px 30px 35px 0;
  -webkit-box-shadow: 0 1px 0 #DDD;
  -moz-box-shadow: 0 1px 0 #DDD;
  box-shadow: 0 1px 0 #DDD;
  cursor: pointer;
}

.list_post_tit{
  margin: 205px 20px 16px;
}

.list_post_tit h1{
  display: inline;
  color: #444;
  word-break: break-all;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.list_post p{
  padding: 0 20px 10px;
  color: #444;
  word-break: break-all;
}

.list_post_img_wrap{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 300px;
  -webkit-border-top-left-radius: 4px ;
          border-top-left-radius: 4px ;
  -webkit-border-top-right-radius: 4px ;
          border-top-right-radius: 4px ;
}

.post_img_wrap img {
    width: 100%;
}

.list_post_img_wrap img{
  width: auto;
  height: 188px;
}

.list_post_meta{
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  width: 280px;
  background: rgba(0,0,0,.7); 
  color: #AAA;
  letter-spacing: 0.14rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Dosis', sans-ser;
  -webkit-border-top-left-radius: 4px ;
          border-top-left-radius: 4px ;
  -webkit-border-top-right-radius: 4px ;
          border-top-right-radius: 4px ;
}

.list_post_meta a{
  color: #AAA;
}

.list_post_time{
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.3;
  color: #EEE;
}

.list_post_metaUnder{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 20px;
  width: 260px;
  -webkit-border-bottom-right-radius: 4px ;
          border-bottom-right-radius: 4px ;
  -webkit-border-bottom-left-radius: 4px ;
          border-bottom-left-radius: 4px ;
  background: #FAFAFA;
}

.list_post_metaUnder div {
    float: left;
    margin: 0 16px 0 0;
    color: #ACACAF;
}

.list_post_metaUnder .list_post_cat {
    float: right;
    margin: 0;
    letter-spacing: 0.14rem;
    font-family: 'Dosis', sans-serif;
}

#page_navi{
  clear: left;
  margin: 0 auto 30px;
  color: #BBB;
  text-align: center;
  font-size: 10px;;
}
#page_navi .memo:after{
  content: none;
}

#page_navi span,
#page_navi a {
  display:block;
  float:left;
  margin: 0 5px 10px 0;
  padding:16px 19px 15px;
  width:auto;
}
 
#page_navi a:hover{
  background: #f5517b;
  color:#fff;
}
 
#page_navi .current{
  background: #f5517b;
  color:#fff;
}

#facebook_box{
  clear: both;
  margin: 30px 0;
}


/*===========================================
sub
===========================================*/

#sub h1{
  letter-spacing: .1rem;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Dosis', sans-serif;
}

#sub a{
  color: #444;
}

#sub h1 span{
  display: inline-block;
  margin: 6px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

#sub_category>h1 {
  padding: 0 0 10px;
}

#sub_category ul {
  width: 320px;
}

#sub_category a{
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
  padding: 55px 0 0;
  width: 140px;
  height: 85px;
  text-align: center;
  letter-spacing: 0.14rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Dosis', sans-serif;
}

#sub_category a:nth-child(even) {
  margin: 0 0 20px 0;
}

#sub_category a:hover{
  margin: 1px 20px 19px 0;
  background: #FFF;
  -webkit-box-shadow: 0 1px 0 #DDD;
  -moz-box-shadow: 0 1px 0 #DDD;
  box-shadow: 0 1px 0 #DDD;
  cursor: pointer;
}

#sub_category a:hover:nth-child(even) {
  margin: 1px 0 19px 0;
}

#sub_category span {
  position: absolute;
  top: 90px;
  right: 15px;
  display: block;
  width: 110px;
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
}

#sub_post_area{
  position: relative;
  padding: 20px 0 0;
}

#sub_post {
  margin: 0 0 30px;
  width: 300px;
  line-height: 1.3;
}

#sub_post h1 {
  padding: 20px 10px 10px;
}

#sub_post h1 em {
  display: inline-block;
  margin: 4px 0 0;
  font-size: 1.2rem;
  font-size: 12px;
}

.sub_tab{
  background: #EEE;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
}

.sub_tab li {
  float: left;
  width: 50%;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
}

#sub .sub_tab a{
  color: #555;
}

.sub_post_content {
  clear: both;
  overflow: hidden;
}

.sub_post_content_area {
  display: none;
}

.sub_tab li.active {
  background: #fff;
}

#sub .sub_tab li.active a{
  color: #555;
}

.sub_post_content_area ul {
  padding: 10px 10px 20px;
}

.sub_post_content_area li {
  position: relative;
  margin: 0 0 16px;
  height: 90px;
  word-break: break-all;
}

.sub_post_content_area li a:first-child{
  float: left;
  overflow: hidden;
  margin: 0 10px 0 0;
  width: 90px;
  height: 90px;
}

.sub_post_content_area li span{
  position: absolute;
  bottom: 0;
  left: 100px;
  display: block;
  margin: 8px 0 0;
  color: #888;
  letter-spacing: 0.14rem;
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Dosis', sans-serif;
}

.sub_post_content_area img{
  height: 90px;
}

#sub_popularpost li:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #666;
  color: #FFF;
  content: "";
  text-align: center;
  line-height: 1.4;
}

#sub_popularpost li:nth-child(1):after{
  content: "1";
}

#sub_popularpost li:nth-child(2):after{
  content: "2";
}

#sub_popularpost li:nth-child(3):after{
  content: "3";
}

#sub_popularpost li:nth-child(4):after{
  content: "4";
}

#sub_popularpost li:nth-child(5):after{
  content: "5";
}


/*===========================================
footer
===========================================*/

#footer{
  width: 100%;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}

#footer a{
    color: #555;
}

#footer h1{
  letter-spacing: 0.14rem;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Dosis', sans-serif;
}

#footer h2{
  font-size: 16px;
  font-size: 1.6rem;

}

#footer_logo{
  float: left;
  margin:0 30px 0 0;
  width: 160px;
}

#footer_logo p{
  margin: 25px 0;
}
#footer .site_logo{
  float:none;
  margin:0;
}
#footer_info a{
  display: block;
  float: left;
  margin: 0 17px 0 0;
  padding: 4px;
  font-size: 24px;
  font-size: 2.4rem;
}
#footer_info a:hover{
  opacity: 1;
}
#footer_author{
  float: left;
  margin: 0 0 10px;
  width: 770px;  
}
#footer_author h1 {
  margin: 0 0 10px;
}
#footer_author h1 span{
  display: inline-block;
  margin: 6px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer_author h2 {
  margin: 20px 30px 15px;
  font-weight: normal;
}

#footer_author h2 span{
  margin: 0 0 0 5px;
  letter-spacing: 0.1rem;
}
#footer .memo {
border: #F4F0E3 1px solid;
}

.hiyoco{
  display: block;
  float: left;
  margin: 0 20px;
  width: 120px;
  height: 120px;
  background: url("images/avatar.gif") no-repeat 0 0;
}

.hiyoco:hover{
  background-position: bottom;
}

#footer_author_info{
  padding: 0 20px 40px 160px;
}

#footer_author_info p{
  float: left;
}

#footer_social_info{
  height: 60px;
}

#footer_social_info a{
  display: block;
  float: left;
  padding: 5px 10px;
  font-size: 28px;
  font-size: 2.8rem;

}

.copyright{
  float: left;
  margin: 10px auto;
  font-size: 10px;
  font-size: 1rem;
}


/*===========================================
single
===========================================*/

.post{
  position: relative;
  margin: 0 0 30px;
  padding: 40px 30px 30px;
  width: 570px;
  font-size: 17px;
  font-size: 1.7rem;
}

.post:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #444;
  content: "";
}

.post img{
  -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
          -webkit-box-shadow: 0 1px 1px #CCC;
     -moz-box-shadow: 0 1px 1px #CCC;
          box-shadow: 0 1px 1px #CCC;
}

.post_meta{
  margin: 0 0 10px;
  letter-spacing: 0.14em;
  font-family: 'Dosis', sans-serif;
}

.post_meta a{
  color: #888;
}

.post_date{
  margin: 0 5px 0 0;
}

.post_cat:before{
  margin: 0 6px 0 0;
  color: #888;
  content: "\E04c";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.post_social {
  display: inline-block;
  float: right;
}

.post_social a{
  display: inline-block;
}

.post_social div {
  position: relative;
  float: right;
  margin: -5px 0 0 10px;
  font-size: 20px;
  font-size: 2rem;
}

.post_social div:hover {
  color: #888;
}

.post_social_main{
    position: relative;
    display: block;
    float: none;
    margin: 20px auto 5px;
    padding: 10px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background: #EEE;
    text-align: center;
}

.post_social_main:after {
    position: absolute;
    right: 94px;
    bottom: -15px;
    border-top: 15px solid #EEE;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: '';
}

.post_social_main div{
  display: inline-block;
  float: none;
  margin: 0 10px;
  width: inherit;
  font-size: 40px;
  font-size: 4rem;
}

.post_social_tit{
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.count{
  display: inline-block;
  margin: 0 0 0 5px;
}

.post p {
    margin: 30px 0;
    word-break: break-all;
}

.post p :first-child{
    margin: 0 0 30px;
}


.post h1{
  padding: 0 0 24px;
}

.post h1 a{
  color: #111;
  word-break: break-all;
  font-weight: normal;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.1;
}

.post h2 {
  margin: 96px 0 36px -30px;
  padding: 15px 0 15px 22px;
  border-left: 8px solid #F5517B;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
}
.post h3 {
  margin: 64px 0 30px -30px;
  padding: 10px 0 10px 27px;
  border-left: 3px solid #F5517B;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}
.post h4 {
  margin: 46px 0 24px -30px;
  padding: 4px 0 4px 28px;
  border-left: 1px solid #F5517B;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
}
.post h5 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.post h6 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.post ul {
  margin: 0 0 24px;
}

.post li {
  margin: 4px 0 4px 1em;
  text-indent: -1em;
  line-height: 1.3;
}

.post li:before {
  margin: 0 6px 0 0;
  color: #AAA;
  content: "\E112";
}

.post li li{
  color: #888;
}

.post strong {
  padding: 0 .1em;
  color: #222;
  font-weight: bold;
}

.post em, .post ins {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, transparent), color-stop(0.6, #D1EFF3));
  background: -webkit-linear-gradient(transparent 60%, #D1EFF3 60%);
  background: -moz-linear-gradient(transparent 60%, #D1EFF3 60%);
  background: -o-linear-gradient(transparent 60%, #D1EFF3 60%);
  background: linear-gradient(transparent 60%, #D1EFF3 60%);
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.post blockquote {
  margin: 0 0 30px;
  padding: 10px;
  border-left: 6px solid #FDAFBF;
  background: #F3F3F3;
}

.post blockquote p {
  margin: 0;
}

.post blockquote ul {
  margin: 0 0 0 12px;
}

.post blockquote li {
  margin: 16px 0;
  text-indent: 0;
}

.post blockquote li:before{
content: none;
}

.post small {
  color: #777;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.post pre {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 30px;
  padding: 30px;
  width: 100%;
  background: #222;
  color: #FFF;
  word-wrap: break-word;
  font-size: 13px;
  font-size: 1.3rem;
}

.left {
  float:left;
}
.right{
  float:right;
}
.half {
  width :48%;
}

 p + .account{
  margin: 20px 0 0;
}

.account_title{
  margin: 0 0 15px;
  font-weight: bold;
}

.account p{
  margin: 20px 0 ;
}

.caution {
  margin: 0 0 25px;
  padding: 20px;
  border: #F69 1px dashed;
  background: #FFDEDE;
  background: rgba(255, 200, 216, 0.1);
}

.caution p,
.caution blockquote,
.caution ul{
  margin: 0 0 10px;
}

.caution_tit {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

img.arrow {
  display: block;
  margin: 0 auto;
  border: none;
  background: none;
  box-shadow:none;
}

.mac-key {
  display: inline-block;
  margin: -10px 4px 4px;
  min-width: 50px;
  height: 44px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
  color: #666;
  text-align: center;
  font: 11px/44px Helvetica, serif;
}

.post_main_hiyoco{
  float: none;
  margin: 0;
  width: 100%;
  background-position: right 0;;
}

.post_main_hiyoco:hover{
  background-position: right bottom;
}

/* similar-posts(s) */
  #similar_post {
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  }

  #similar_post_title{
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  }

  #similar_post  .similar-posts {
    margin: 0;
  }

  #similar_post .similar-posts li {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 4px 20px;
  padding: 0;
  min-height: 160px;
  width: 48%;
  height: 160px;
  text-indent: 0;
  word-break: break-all;
  }
  #similar_post .similar-posts li:before {
    content: none;
  }
/* similar-posts(e) */

#disqus_thread{
  padding: 15px 0 0;
}

#dsq-comments li{
  margin: 5px 0;
  padding: 10px;
  text-indent: 0;
  background: #EEE;
  width: auto;
}

#dsq-comments li:before{
  content: none;
}

#dsq-comments p{
  margin: 0;
}

textarea#comment{
  max-width: 96%;
}


/*===========================================
search＆category
===========================================*/

.category_tit,
.search_tit{
  margin: 0 30px 30px 0;
  padding: 40px;
  line-height: 1.4;
}
.category_tit_word,
.search_tit_word{
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1;
}

.search_result{
  margin: 40px 0;
  text-align: center;
}

/*===========================================
contact
===========================================*/

.wpcf7-form > div {
    display: none;
}

.wpcf7-text {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
    min-width: 300px;
    width: 60%;
    border: 5px solid #DDD;
}

.wpcf7-textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
    width: 100%;
    border: 5px solid #DDD;
}

.wpcf7-submit {
    padding: 10px;
    width: 200px;
    border: none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #333;
    color: #FFF;
    font-size: 15px;
}


/*===========================================
tablet_
===========================================*/

@media screen and (max-width: 980px) {

  #header_in, #footer_in, #content {
    width: 630px;
  }
  #sub {
    padding: 0;
    width: 100%;
    position: static !important;

  }
  #sub_category ul {
    width: 660px;
  }
  #sub_category ul a {
    margin: 0 23px 20px 0;
  }
  #sub_category ul a:nth-child(even) {
    margin: 0 23px 20px 0;
  }
  #sub_category ul a:nth-child(4) {
    margin: 0 0 20px 0;
  }
  #sub_category ul a:hover,
  #sub_category a:hover:nth-child(even) {
    margin: 1px 23px 19px 0;
  }
  #sub_post {
  width: auto;
  }
  .sub_popularpost_title, .sub_newpost_title {
    padding: 26px 0 0;
    width: 470px;
  }
  #footer_author {
    width: 440px;
  }

}

/*===========================================
smartphone_
===========================================*/


@media screen and (max-width: 670px) {
  #header_in, #footer_in, #content {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }

  #content.content_home {
    padding: 0;
    width: 300px;
  }

  nav{
    float: right;
    margin: 12px 0 41px;
  }

  nav li{
    float: none;
    text-align: right;
  }

  nav li a{
    margin: 0;
  }

    .search-form:before, .search-field {
    right: 0;
    left: auto;
    text-align: right;
}

  .site_caption{
    display: none;
  }

  #header_info {
    display: none;
  }
  #main,
  #sub {
    float: none;
    margin: 0 auto !important;
    width: 100%;
  }
  .site_logo {
    margin: 30px auto 0;
    width: auto;
  }
  #bread {
    display: none;
  }
  .post {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }
  .post h1 > a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .post h1 {
   padding: 18px 0 12px;
  }
  .post h2 {
  margin: 96px 0 36px -10px;
  padding: 15px 0 15px 6px;
  border-left: 4px solid #f5517b;
  }
  .post h3 {
  margin: 64px 0 30px -10px;
  padding: 10px 0 10px 8px;
  border-left: 2px solid #f5517b;
  }
  .post h4 {
  margin: 30px 0 24px -10px;
  padding: 4px 0 4px 9px;
  }
  .list_post {
    margin: 0 0 30px;
    padding: 0 0 40px;
    height: auto;
    width: 100%;
  }
  .list_post:hover {
    margin: 1px 0 29px;
  }
  .list_post_img_wrap {
    width: 100%;
  }
  .list_post_img_wrap img {
    height: auto;
    width: 100%;
  }
  #similar_post .similar-posts li {
    min-height: 1px;
    width: 96%;
  }
  .list_post_meta {
    width: calc(100% - 20px);
  }
  .list_post_metaUnder {
    width: calc(100% - 40px);
  }
  .list_post_tit {
    margin: 136px 20px 12px;
  }
  .category_tit, .search_tit {
    margin: 0;
  }
  #sub_category ul {
    width: 300px;
  }
  #sub_category ul a {
    display: block;
    margin: 0 20px 20px 0;
  }
  #sub_category ul a:nth-child(even){
    margin: 0 0 20px 0;
  }
  #sub_popularpost > h1, #sub_newpost>h1 {
    padding: 24px 10px;
  }
  #sub_popularpost > ul, #sub_newpost > ul {
    padding: 0 10px 20px;
  }
  .sub_popularpost_title, .sub_newpost_title {
    padding: 0;
    width: 180px;
  }
  #footer_in {
    padding: 10px 2%;
  }
  #footer_logo {
    width: 100%;
    text-align: center;
  }
  #footer .site_logo {
    margin: 0 auto;
    text-align: left;
  }
  #footer_author {
    width: auto;
  }
  #footer_social_info {
    height: 90px;
  }
}
