@charset "UTF-8";

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

body {
    background: #ebebe3 none;
    font-size: 14px;
    font-family: "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.7;
    color:#474747;
}
* { 
    transition-duration: 0.15s;
    transition-property: background-color, border-color, color, opacity;
    transition-timing-function: linear;
}
a {color:#474747;}

h1, h2, h3, h4, h5 {margin-top: 0;}

#page {position: relative;}

.wrapper { 
}

.main-container {
    z-index: 1;
    position: relative;
    margin:20px;
}
.main .column-one {
    float: none;
    width: auto;
    margin-bottom: 20px;
}
.main .column-two {
    float: none;
    width: auto;
    clear: both;
    border-radius: 5px;
    padding:20px;
}
.sidebar-primary .main .column-one {
    float: left;
    width:67%;
    clear: none;
}
.sidebar-primary .main .column-two {
    float: right;
    width:30%;
    clear: none;
    padding: 0;
    margin: 0 0 0 3%;
}



/* [header]
-------------------------------------------------------------- */

#header_sp {
    height: auto;
}
#header_sp div.headerTop {
    height:55px;
    background: url(img/bg_header01.gif) repeat-x;
    -webkit-background-size: auto 55px;
    background-size: auto 55px;
}
#header_sp div.headerTop h1 {
    padding:12px 0;
    font-size: 12px;
    line-height: 1;
    text-align:center;
}
#header_sp div.headerTop h1 a {
    display:block;
    width: 44px;
    height: 31px;
    margin: 0 auto;
}
#header_sp div.headerTop a.btn_all,
#header_sp div.headerTop a.btn_search {
    position:absolute;
    top:0px;
    padding:18px 15px;
    z-index:10;
}
#header_sp div.headerTop a.btn_all {
    left:0px;
}
#header_sp div.headerTop a.btn_search {
    right:0px;
}

#header_pc {
    display: none;
}

#share {
    display: none;
}



/* [footer]
-------------------------------------------------------------- */

#footer_sp {
    padding: 15px 15px 25px;
    background-color: #000;
    text-align: left;
    font-size: 10px;
    color: #fff;
}
#footer_sp a {
    color: #fff;
    text-decoration: none;
}
#btnPc {
    float: right;
    margin: 0;
}
#btnPc a {
    display: block;
    background-color: #323232;
    padding: 3px 20px;
}
#footerSns {
    float: left;
}
#footerSns li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
#footerSns li:last-child {
    margin-right: 0;
}
#footerLinks {
    clear: both;
    margin: 0;
    padding: 12px 0 0;
    overflow: hidden;
    list-style-type: none;
}
#footerLinks li {
    float: left;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1.1;
}
#footerLinks li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
#copyright {
    font-size: 8px;
    margin: 12px 0 0;
}

#footer_pc_wrap,
#footer_pc {
    display: none;
}








/* ==========================================================================
   HOME
   ========================================================================== */

/* [QNA title]
-------------------------------------------------------------- */

.qna_title_wrap {
    padding: 16px 10px 15px;
    background: #fff none;
}
.qna_title {
    position: relative;
    padding: 0 0 47.5%;
    background: transparent url(/wp-content/uploads/2016/04/qna_title_sp.png) left top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing:content-box;
}

.qna_title h1,
.qna_title p {
    position: absolute;
    text-indent: -9999px;
}

/* [QOTD]
-------------------------------------------------------------- */
.top_qotd_wrap {
    margin: 0;
    padding: 15px 4px;
    background: #00a7ce none;
}

/* 今日の質問、日付 */
.qotd_title {
    display: table;
    width: 100%;
}
.qotd_title h1 {
    display: table-cell;
    width: 115px;
    height: 22px;
    margin: 0;
    padding: 0;
    background: transparent url(img/qotd_title_sp.png) left top no-repeat;
    -webkit-background-size: 115px 22px;
    background-size: 115px 22px;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    vertical-align: top;
}
.qotd_title p {
    display: table-cell;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    line-height: 22px;
    vertical-align: top;
    letter-spacing: 0.1em;
}
.qotd_title small {
    font-size: 15px;
}

/* 質問内容(左/上側) */

.qotd_article_detail {
}
.qotd_article_detail dl {
}
.qotd_article_detail dt {
    position: relative;
    padding: 12px;
    background: #fff none;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: underline;
    text-indent: 1em;
    z-index: 10;
}
.qotd_article_detail dt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    height: 41px;
    background: transparent url(img/marker_new_sp.png) left top no-repeat;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
    z-index: 100;
}
.qotd_article_detail dt:after {
    position: absolute;
    left: 15px;
    bottom: -20px;
    width: 0;
    height: 0;
    margin: 0;
    content: '';
    border-top: 10px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
}

.qotd_article_detail dd {
    margin: 25px 0 0;
    padding: 12px 12px 15px;
    background: #fff none;
}

.qotd_article_answer_link {
    display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: underline;
}

.qotd_link_detail {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
}
.qotd_link_detail a {
    display: inline-block;
    margin: 5px 0 0;
    padding: 0 15px 0 0;
    background: transparent url(img/qotd_link_detail_sp.png) right top no-repeat;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
    font-size: 12px;
    font-weight: bold;
}

.qotd_article_detail .entry-image,
.qotd_article_detail .entry-video {
    margin: 15px -12px -15px;
}
.qotd_article_detail .entry-image a,
.qotd_article_detail .entry-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.qotd_article_detail .entry-image a {
    overflow: hidden;
}
.qotd_article_detail .entry-image a img {
    display: block;
    transform: scale(1);
    transition: all 0.2s ease-out 0s;
}
.qotd_article_detail .entry-image a:hover img {
    transform: scale(1.1);
}



/* QOTDメッセージ(右/下側) */
.qotd_message {
    margin: 15px 10px 0;
}

.qotd_message_title {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
}

.qotd_message_txt {
    margin: 5px 0 0;
    padding: 0;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
}

/* ご質問、Twitter */

.qotd_link_qtw {
    display: table;
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
}
.qotd_link_qtw li {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: center;
}
.qotd_link_qtw li a {
    display: inline-block;
    width: 141px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: transparent url(img/qotd_link_tw_sp.png) center top no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    text-indent: -9999px;
}
.qotd_link_qtw li:first-child a {
    width: 125px;
    background: transparent url(img/qotd_link_q_sp.png) center top no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
}

.qotd_mamaseye_logo {
    display: block;
    width: 125px;
    height: 30px;
    margin: 16px auto 0;
    padding: 0;
    background: transparent url(img/momseye_logo_sp.png) left top no-repeat;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
}



/* [ボタン]
-------------------------------------------------------------- */

a.btn{
    display: block;
    display: inline-block;
    
    border-radius: 5px;
    padding: 9px 50px;
    font-size: 14px;
    line-height: 18px;
    color: #512c1b;
    
    border: 1px solid #f2b734;
    font-weight: bold;
    text-decoration: none;
    
    background: url(img/index/arrow.png) no-repeat 8px 50% #fab708;
    background: url(img/index/arrow.png) no-repeat 8px 50%, linear-gradient(bottom, #fdd620 100%, #fab708 0%);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -o-linear-gradient(bottom, #fdd620 100%, #fab708 0%);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -moz-linear-gradient(bottom, #fdd620 100%, #fab708 0%);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -webkit-linear-gradient(bottom, #fdd620 100%, #fab708 0%);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -ms-linear-gradient(top, #fdd620, #fab708);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -webkit-gradient(linear, left bottom, left top, color-stop(1, #fdd620), color-stop(0, #fab708) );
    
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffdd620,EndColorStr=#fffab708);
}
a:hover.btn{
    background: url(img/index/arrow.png) no-repeat 8px 50% #fdd620;
    background: url(img/index/arrow.png) no-repeat 8px 50%, linear-gradient(bottom, #fab708 100%, #fdd620 0%);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -o-linear-gradient(bottom, #fab708 100%, #fdd620 0%);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -moz-linear-gradient(bottom, #fab708 100%, #fdd620 0%);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -webkit-linear-gradient(bottom, #fab708 100%, #fdd620 0%);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -ms-linear-gradient(top, #fab708, #fdd620);
    background: url(img/index/arrow.png) no-repeat 8px 50%, -webkit-gradient(linear, left bottom, left top, color-stop(1, #fab708), color-stop(0, #fdd620) );
    
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffab708,EndColorStr=#fffdd620);
}
a.external{
    background: url(img/index/external.png) no-repeat 13px 50% #fab708;
    background: url(img/index/external.png) no-repeat 13px 50%, linear-gradient(bottom, #fdd620 100%, #fab708 0%);
    background: url(img/index/external.png) no-repeat 13px 50%, -o-linear-gradient(bottom, #fdd620 100%, #fab708 0%);
    background: url(img/index/external.png) no-repeat 13px 50%, -moz-linear-gradient(bottom, #fdd620 100%, #fab708 0%);
    background: url(img/index/external.png) no-repeat 13px 50%, -webkit-linear-gradient(bottom, #fdd620 100%, #fab708 0%);
    background: url(img/index/external.png) no-repeat 13px 50%, -ms-linear-gradient(top, #fdd620, #fab708);
    background: url(img/index/external.png) no-repeat 13px 50%, -webkit-gradient(linear, left bottom, left top, color-stop(1, #fdd620), color-stop(0, #fab708) );
    
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffdd620,EndColorStr=#fffab708);
}
a:hover.external{
    background: url(img/index/external.png) no-repeat 13px 50% #fdd620;
    background: url(img/index/external.png) no-repeat 13px 50%, linear-gradient(bottom, #fab708 100%, #fdd620 0%);
    background: url(img/index/external.png) no-repeat 13px 50%, -o-linear-gradient(bottom, #fab708 100%, #fdd620 0%);
    background: url(img/index/external.png) no-repeat 13px 50%, -moz-linear-gradient(bottom, #fab708 100%, #fdd620 0%);
    background: url(img/index/external.png) no-repeat 13px 50%, -webkit-linear-gradient(bottom, #fab708 100%, #fdd620 0%);
    background: url(img/index/external.png) no-repeat 13px 50%, -ms-linear-gradient(top, #fab708, #fdd620);
    background: url(img/index/external.png) no-repeat 13px 50%, -webkit-gradient(linear, left bottom, left top, color-stop(1, #fab708), color-stop(0, #fdd620) );
    
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffab708,EndColorStr=#fffdd620);
}



/* [カテゴリボタン]
-------------------------------------------------------------- */

#cat-nav-wrap {
    background: #fff none;
}

#cat-nav{
    margin: 0 0 5px;
    padding: 15px 0 10px;
}

#cat-nav p{
    display: block;
    margin: 0 18px;
    color: #31190d;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

#cat-nav ul{
    margin: 12px 11px 0;
    padding: 0;
    text-align: left;
}
#cat-nav li{
    box-sizing: border-box;
    display: inline-block;
    width: 33%;
    padding: 0 5px 10px;
}
#cat-nav li a{
    display: block;
    border-radius: 5px;
    height: 38px;
    background: #ebe9df;
    line-height: 38px;
    color: #2f170b;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#cat-nav li a:hover{
    background: #d7d5cd
}
#cat-nav li a.new{
    background: #efede2 none;
}
#cat-nav li a:hover.new{
    background: #d7d5cd;
}
#cat-nav li a.current{
    background: #2d1306;
    color: #fff;
}
#cat-nav li a.current.new{
    background: #240c00;
}

#cat-nav .annotation {
    margin: 5px 18px 0;
    color: #2d1306;
    font-size: 10px;
    line-height: 18px;
}



/* 各記事 */

#posts {
    margin-left: auto;
    margin-right: auto;
}

.box {
    float: left;
    margin: 12px;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;      /* Opera/IE 8+ */
    
    width: 313px;
}
.box p {
    margin: 0;
}

.box .post-thumb-link,
.box .entry-image {
    display: block;
    width: 313px;
    /*height: 313px;*/
    overflow: hidden;
}
.box h2 {
    position: relative;
    margin: 0;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    background: #fff;
}
.box h2:after {
    position: absolute;
    left: 15px;
    bottom: -20px;
    width: 0;
    height: 0;
    margin: 0;
    content: '';
    border-top: 10px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
}

.box h2 a:hover{
    opacity: 0.7;
    text-decoration: none;
}
article.new h2{
    text-indent: 18px;
    background: url(img/marker_new_sp.png) no-repeat #fff;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
}
article.update h2{
    text-indent: 18px;
    background: url(img/index/update.png) no-repeat #fff;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
}

.edit-post {
    margin: 0;
    position: absolute;
    top:10px;
    right: 10px;
    display: none;
    background: #eee;
    border-radius: 100px;
    padding:8px 5px;
    font-size: 70%;
    text-align: center;
    text-transform: uppercase;
}

.edit-post a {
}


article:hover .edit-post {
    display: block;
}

.tags {
    background: url(img/ico_tags.png) left 10px no-repeat;
    padding-left:20px;
    font-size: 90%;
}
.tags strong {
    display: none;
}

.box .meta {
    padding: 4px 10px;
    font-size: 12px;
}
.box .meta .post-category {
    float: right;
}
.box .meta a{
    color: #572916;
    line-height: 20px;
}
.box .meta a:hover{
    opacity: 0.7;
    text-decoration: none;
}
/* Infinite Scroll loader */
#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  text-shadow:none;
  font-size: 80%;
}




.gallery { margin:20px auto  ; }
.gallery .gallery-item {
    float: left;
    margin-top:10px;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 {
    max-width: 313px;
}
.gallery-columns-3 {
    max-width: 469px; /* 469.5 */
}
.gallery-columns-4 {
    max-width: 626px;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
    background: #fff;
    width: 100%;
}
.gallery img:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow:0 0 7px rgba(0, 0, 0, 0.3);
    border-color:#fff;
}
.gallery-columns-2 .attachment-thumbnail {
    max-width: 92%;
    height: auto;
}
.gallery-columns-3 .attachment-thumbnail {
    max-width: 93%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 95%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }



/* 詳細ページ */
.page_article_detail_wrap {
    padding: 15px;
    background: #fff none;
}

.page_article_detail {
}

.post-category {
    display: block;
    margin: 10px 0 0;
    line-height: 1;
}

.page_article_detail header {
    margin: 0;
}

.page_article_detail .entry-content img {
    width: 100%;
    height: auto;
}

.page_article_detail .entry-video {
    margin: 15px 0 0 !important;
}

.page_article_detail .entry-content p {
    font-size: 12px;
    line-height: 20px;
}

.entory-button-top a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px;
    border-radius: 5px;
    background: #c00 none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.entory-button-top a:hover {
    -ms-filter:"alpha( opacity=70)";
    filter: alpha( opacity=70);
    opacity: 0.7;
}

/* ==========================================================================
   BLOG /  SEARCH / ARCHIVES / TAG / CATEGORIES
   ========================================================================== */
.full-width {
    width:auto;
    float:none;
    clear: both;
    margin: 0 0 20px 0;
}

/* ==========================================================================
   POST FORMATS 
   ========================================================================== */
.icon {
    display: block;
    float:left;
    width: 24px;
    height: 24px;
    position: static;
    margin: 0 10px 0 -10px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: url(img/ico_default.png) top left no-repeat;
}
.icon-link {
    background-image: url(img/ico_link.png);
}
.icon-audio {
    background-image: url(img/ico_audio.png);
}
.icon-image {
    background-image: url(img/ico_image.png);
}
.icon-gallery {
    background-image: url(img/ico_gallery.png);
}
.icon-video {
    background-image: url(img/ico_video.png);
}
.icon-quote {
    background-image: url(img/ico_quote.png);
}




#posts .format-standard img,
#posts .format-image img {
    display: block;
    transform: scale(1);
    transition: all 0.2s ease-out 0s;
    padding: 0;
}

#posts .post-thumb-link:hover img, 
#posts .entry-image:hover img  { 
    transform: scale(1.1);
}

.format-quote {
    
}
    blockquote { 
        font-style: italic;
        background: url(img/quote.png) 0 0 no-repeat;
        margin:1em 0;
        padding-left:40px;
        font-family: Georgia, serif;
    }

    .format-quote .quote-author {
        font-weight: bold;
        padding-left:40px;
    }
    .entry-quote {
        margin-bottom: 20px;
    }

.format-link {
    
}

.format-video {
    
}

    .format-video .entry-video {
        
    }
    .format-video .edit-post {
        bottom: 10px;
        top: auto;
    }
    .format-video .entry-video iframe {
        width: 100%;
    }


    .format-gallery .entry-gallery {
        
    }
    .format-gallery  .flexslider {
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

.format-image {

}

    .format-image .entry-image {
        

    }

.format-audio {
    
}
    .format-audio .entry-audio {
        
    }
    .format-audio .jp-jplayer {
        width: auto;
        display: none;
    }
    .format-audio .jp-jplayer img {
        
    }
    .format-audio .fluid-width-video-wrapper {
        display: none;
    }
    .format-audio .jp-audio-container {

    }
    .format-audio .jp-audio { 
        padding:0;
    }

.format-gallery .flexslider .slides img {
    padding: 0;
}

#posts .format-status {
    background: #CAE8FF;
    font-size: 100%;
}
    #posts .format-status .entry-content {
        font-weight: bold;
    }
#posts .format-aside {
    background: #FFFBCA;
}


/* ==========================================================================
   POST 
   ========================================================================== */

.single article.post{
    /* margin: 10px 12px 0;
    padding: 30px 30px 10px; */
    background: #fff;
}
h2.post-title {
    margin: 0 0 10px;
    padding: 10px 15px;
    border: 1px solid #cdab8d;
    font-size: 16px;
    line-height: 20px;
    color: #572916;
    background: #faf6f3;
}

.single .format-gallery .entry-gallery,
.single .format-video .entry-video,
.single .format-image .entry-image,
.single .format-audio .entry-audio   {
    margin:0 0 40px 0;
}
.single .flexslider {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;      /* Opera/IE 8+ */

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-top:1px solid #fff;
}
.single .meta a{
    font-size: 12px;
    color: #8f8f8f;
}
.single .entry-image a {
    display: block;
}
.single .entry-image img {
    width: 100%;
    height: auto;
}

.single .entry-link {
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.tagcloud a,
.entry-tags a {
    margin: 0 5px 5px 0;
    padding: 4px 14px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    border-radius: 50px 50px 50px 50px;
    background: #fff;
    font-family: Georgia;
    font-style: italic;
    font-size: 90% !important;

}

.entry-content {
    
}


/* Pagination */
.emm-title {
    display: none;
}
.emm-paginate {
    margin: 0 8px;
    padding: 45px 0 20px;
}
.emm-paginate a, .emm-paginate span {
    border: 1px solid #CCCCCC;
    background: none;
    border-radius: 4px 4px 4px 4px;
    margin: 0 4px;
    padding: 5px 11px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: color 0.1s ease-in 0s;
}
.emm-paginate .emm-title {
    border: medium none;
    padding-left: 0;
    background: none;
}
.emm-paginate .emm-current {
    color: #000;
    font-weight: bold;
}
.emm-paginate a:hover {
    border-color: #572916;
    background: #572916;
    color: #fff;
}


/* Images */
.alignleft {
    float: left;
    margin: 0 20px 20px 0; 
}
.alignright {
    float: right;
    margin: 0 0 20px 20px; 
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
    max-width: 600px;
    width: auto;
    height: auto;
}
.hentry img,
.comment-content img,
.author-avatar img,
img.wp-post-image {
    /* border-radius: 3px; */
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    padding:5px;*/
    background: #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;      /* Opera/IE 8+ */
}
.alignnone{
    max-width: 600px;
    width: auto;
    height: auto;
}

img.wp-smiley {
    border:none;
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.wp-caption {
    max-width: 100%;
    padding: 4px;
    text-align: center;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-size: 12px;
    color: #666666;
}



/* ==========================================================================
   Widgets 
   ========================================================================== */

/* ==========================================================================
   COMMENTS 
   ========================================================================== */

/* ==========================================================================
   CONTACT FORM
   ========================================================================== */

/* ==========================================================================
   SCREEN SIZES
   ========================================================================== */
/*
@media only screen and (max-width: 700px){
    .aligncenter{
        width: 100%;
    }
    .alignnone{
        width: 100%;
    }
}
*/

@media only screen and (max-width: 673px), screen and (max-device-width: 673px) {
    .wrapper {
        margin:0 auto 10px;
    }
    .box {
        width: 313px;
    }
    #posts{
        width: 320px !important;
    }
    #posts .box {
        margin: 20px 3px 3px;
    }
    #posts .box:first-child {
        margin: 15px 3px 3px;
    }
    .box .post-thumb-link {
        width: 313px;
        height: auto;
    }
    .box .post-thumb-link img,
    .entry-image img {
        width: 100%;
        height: auto;
    }
    .main-container  {
        margin: 0 auto;
    }
}



@media only screen and (min-width: 674px) and (max-width: 999px){

    /* [header] */
    #header_sp {
        display: none;
    }

    #header_pc {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        background: #0a0a0a url(img/bg_header01.png) 0 0 repeat-x;
        color: #d1d0d0;
        box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
        -webkit-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
        -moz-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
        position: relative;
        z-index: 5000;
    }
    #header_pc a {
        color: #a6a6a3;
    }
    #headerIn_pc {
        margin: 0 auto;
        width: auto;
        text-align: left;
        position: relative;
    }
    #headerIn_pc > .inner {
        height: 32px;
        margin: 0 0 0 113px;
    }
    #headerLogo_pc {
        position: absolute;
        left: 0;
        top: 0;
        width: 113px;
        text-align: center;
    }

    /* [QNA title]  */
    .qna_title {
        padding: 0 0 7.8224101%;
        background: transparent url(/wp-content/uploads/2016/04/qna_title_tablet.png) left top no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    /* footer */
    #footer_sp {
        display: none;
    }

    #footer_pc_wrap {
        display: block;
        padding: 20px 0 0;
        background: #fff none;
    }

    #footer_pc {
        display: block;
        width: auto;
        border-top: 1px solid #757576;
        clear: both;
        font-size: 11px;
        margin: 0 auto 0;
        padding: 10px 10px 55px;
        color: #757576;
    }
    #footer_pc a {
        color: #757576;
        text-decoration: none;
    }
    #footerUtility {
        float: right;
    }
    #footerLinks {
        overflow: hidden;
        padding-top: 0;
    }
    #footerLinks li {
        float: left;
        border-left: 1px solid #757576;
        margin-left: 13px;
        margin-right: 0;
        padding-left: 13px;
        padding-right: 0;
        line-height: 1.1;
        line-height: 1.29; /* IE8 */
    }
    #footerLinks li:first-child {
    border-left: none;
    }
    #copyright {
        margin-top: 3px;
        font-size: 11px;
        text-align: right;
    }

    /* sns */
    #share {
        display: block;
        background: #fff none;
    }
    #share ul {
        display: table;
        width: 100%;
        margin: 0 auto;
        padding: 26px 0 0;
    }
    #share ul li {
        display: table-cell;
        line-height: 22px;
        list-style: none;
        text-align: right;
        vertical-align: top;
    }
    #share ul li.fb-like {
        width: auto;
    }
    #share ul li.twitter {
        width: 115px;
    }
    #share ul li.twitter iframe.twitter-share-button {
        width:105px !important;
    }


    /* 今日の質問、日付 */
    .top_qotd_wrap_inner {
        display: table;
        width: 96%;
        margin: 0 auto;
    }

    /* 質問内容 */
    .qotd_article {
        display: table-cell;
        width: 313px;
        padding: 0;
        vertical-align: middle;
    }
    .qotd_message {
        display: table-cell;
        width: auto;
        padding: 0 0 0 20px;
        vertical-align: middle;
    }

    /* QOTDメッセージ(右/下側) */
    .qotd_message_title {
        font-size: 15px;
        line-height: 24px;
    }

    .qotd_message_txt {
        margin: 10px 0 0;
        padding: 0 0 15px;
        border-bottom: 1px solid #fff;
        font-size: 11px;
        line-height: 18px;
    }

    .qotd_link_qtw {
        width: 90%;
        margin: 15px auto 0;
    }

    .qotd_link_qtw li {
        text-align: center;
    }

    .qotd_link_qtw li a {
        display: inline-block;
    }

    .qotd_mamaseye_logo {
        width: 150px;
        height: 36.29031px;
    }



    /* [カテゴリボタン] */
    #cat-nav p{
        display: inline;
        margin: 0;
        font-size: 14px;
    }
    #cat-nav p:first-child{
        margin: 0 0 0 18px;
    }

    #cat-nav ul{
        text-align: left;
    }

    #cat-nav li{
        box-sizing: border-box;
        display: inline-block;
        width: 16.6%;
    }

    #cat-nav li a{
        width: 100%;
    }


    /* POST一覧 */
    article.new h2{
        text-indent: 18px;
        background: url(img/marker_new_pc.png) no-repeat #fff;
        -webkit-background-size: 41px 41px;
        background-size: 41px 41px;
    }
    article.update h2{
        text-indent: 18px;
        background: url(img/index/update_pc.png) no-repeat #fff;
        -webkit-background-size: 41px 41px;
        background-size: 41px 41px;
    }

    /* 各記事 */
    .page_article_detail header {
        margin: 30px 0 0;
    }

    .page_article_detail #share ul {
        padding: 0;
    }

    h2.post-title {
        line-height: 20px;
        font-size: 16px;
    }

    .page_article_detail .entry-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .entory-button-top a {
        width: 400px;
    }

}













@media only screen and (min-width: 1000px){

    /* header */
    #header_sp {
        display: none;
    }

    #header_pc {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        background: #0a0a0a url(img/bg_header01.png) 0 0 repeat-x;
        color: #d1d0d0;
        box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
        -webkit-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
        -moz-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
        position: relative;
        z-index: 5000;
    }
    #header_pc a {
        color: #a6a6a3;
    }
    #headerIn_pc {
        margin: 0 auto;
        width: 1000px;
        text-align: left;
        position: relative;
    }
    #headerIn_pc > .inner {
        height: 32px;
        margin: 0 0 0 113px;
    }
    #headerLogo_pc {
        position: absolute;
        left: 0;
        top: 0;
        width: 113px;
        text-align: center;
    }

    /* footer */
    #footer_sp {
        display: none;
    }

    #footer_pc_wrap {
        display: block;
        padding: 20px 0 0;
        background: #fff none;
    }

    #footer_pc {
        display: block;
        width: 1000px;
        border-top: 1px solid #757576;
        clear: both;
        font-size: 11px;
        margin: 0 auto 0;
        padding: 10px 0 55px;
        color: #757576;
    }
    #footer_pc a {
        color: #757576;
        text-decoration: none;
    }
    #footerUtility {
        float: right;
    }
    #footerLinks {
        overflow: hidden;
        padding-top: 0;
    }
    #footerLinks li {
        float: left;
        border-left: 1px solid #757576;
        margin-left: 13px;
        margin-right: 0;
        padding-left: 13px;
        padding-right: 0;
        line-height: 1.1;
        line-height: 1.29; /* IE8 */
    }
    #footerLinks li:first-child {
    border-left: none;
    }
    #copyright {
        margin-top: 3px;
        font-size: 11px;
        text-align: right;
    }

    /* sns */
    #share {
        display: block;
        background: #fff none;
    }
    #share ul {
        display: table;
        width: 1000px;
        margin: 0 auto;
        padding: 26px 0 0;
    }
    #share ul li {
        display: table-cell;
        line-height: 22px;
        list-style: none;
        text-align: right;
        vertical-align: top;
    }
    #share ul li.fb-like {
        width: 895px;
    }
    #share ul li.twitter {
        width: 115px;
    }
    #share ul li.twitter iframe.twitter-share-button {
        width:105px !important;
    }



    /* [QNA title] */
    .qna_title_wrap {
        padding: 0;
    }

    .qna_title {
        display: block;
        width: 1000px;
        margin: 0 auto;
        height: 75px;
        padding: 27px 0 19px;
        background: transparent url(/wp-content/uploads/2016/04/qna_title_pc.png) left 27px no-repeat;
    }

    .qna_title h1,
    .qna_title p {
        background: transparent none;
        text-indent: -9999px;
    }

    /* [QOTD] */
    .top_qotd_wrap {
        padding: 25px 0 15px;
    }

    .top_qotd_wrap_inner {
        display: table;
        width: 1000px;
        margin: 0 auto;
    }

    /* 今日の質問、日付 */
    .qotd_article {
        display: table-cell;
        width: 313px;
        margin: 0;
        padding: 0 0 0 49px;
        vertical-align: middle;
    }

    .qotd_title h1 {
        width: 60%;
        height: auto;
        background: transparent none;
        color: #fff;
        font-size: 24px;
        line-height: 24px;
        text-indent: 0;
    }
    .qotd_title p {
        font-size: 22px;
        font-weight: bold;
    }
    .qotd_title small {
        font-size: 16px;
    }

    /* 質問内容(左/上側) */

    .qotd_article_detail dl {
        margin: 20px 0 0;
    }
    .qotd_article_detail dt {
        padding: 14px;
        font-size: 18px;
        line-height: 26px;
        text-decoration: underline;
        text-indent: 1.5em;
        z-index: 10;
    }
    .qotd_article_detail dt:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 41px;
        height: 41px;
        background: transparent url(img/marker_new_pc.png) left top no-repeat;
        -webkit-background-size: 41px 41px;
        background-size: 41px 41px;
        z-index: 100;
    }
    .qotd_article_detail dt:after {
        position: absolute;
        left: 15px;
        bottom: -18px;
        margin: 0 0 0 0;
        content: '';
        border-top: 9px solid #fff;
        border-right: 7px solid #fff;
        border-bottom: 9px solid transparent;
        border-left: 7px solid transparent;
    }

    .qotd_article_detail dd {
        margin: 22px 0 0;
        padding: 15px;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        text-decoration: underline;
    }
    .qotd_link_detail a {
        margin: 5px 0 0;
        padding: 0 15px 0 0;
        background: transparent url(img/qotd_link_detail_pc.png) right top no-repeat;
        -webkit-background-size: 8px 13px;
        background-size: 8px 13px;
        line-height: 14px;
    }

    .qotd_article_detail .entry-image,
    .qotd_article_detail .entry-video {
        margin: 20px -15px -15px;
    }
    .qotd_article_detail .entry-image a,
    .qotd_article_detail .entry-image img {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* QOTDメッセージ(右/下側) */
    .qotd_message {
        display: table-cell;
        width: 589px;
        margin: 0;
        padding: 0 49px 0 48px;
        vertical-align: middle;
    }

    .qotd_message_title {
        font-size: 16px;
        line-height: 28px;
    }

    .qotd_message_txt {
        margin: 5px 0 0;
        padding: 0 0 17px;
        border-bottom: 1px solid #fff;
        font-size: 12px;
        line-height: 20px;
    }



    /* ご質問、Twitter */

    .qotd_link_qtw {
        width: 322px;
        margin: 20px 0 0 108px;
    }
    .qotd_link_qtw li:first-child {
        width: 161px;
    }
    .qotd_link_qtw li a {
        width: 161px;
        height: 24px;
        background: transparent url(img/qotd_link_tw_pc.png) left top no-repeat;
        -webkit-background-size: 161px 24px;
        background-size: 161px 24px;
        text-indent: -9999px;
    }

    .qotd_link_qtw li:first-child a {
        width: 141px;
        height: 24px;
        background: transparent url(img/qotd_link_q_pc.png) left top no-repeat;
        -webkit-background-size: 141px 24px;
        background-size: 141px 24px;
    }

    .qotd_mamaseye_logo {
        width: 154px;
        height: 37px;
        margin: 22px auto 0;
        padding: 0;
        background: transparent url(img/momseye_logo_pc.png) left top no-repeat;
        -webkit-background-size: 154px 37px;
        background-size: 154 37px;
        text-indent: -9999px;
        font-size: 1px;
        line-height: 37px;
        text-indent: -9999px;
    }



    /* [カテゴリボタン] */

    #cat-nav{
        width: 1000px;
        margin: 0 auto 5px;
        padding: 18px 9px;
    }

    #cat-nav p{
        display: inline;
        margin: 0;
        font-size: 14px;
        line-height: 14px;
    }

    #cat-nav ul{
        margin: 5px 0 0;
        padding: 0;
        text-align: center;
    }
    #cat-nav li{
        display: block;
        float: left;
        width: auto;
        margin: 10px 0 0 16px;
        padding: 0;
    }
    #cat-nav li a{
        display: block;
        border-radius: 5px;
        width: 126px;
        height: 38px;
        margin: 0;
        padding: 0;
        background: #ebe9df;
        line-height: 38px;
        color: #2f170b;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }

    #cat-nav li.left-row {
        margin: 10px 0 0 0;
    }

    #cat-nav .annotation {
        display: block;
        margin: 18px 0 0;
        font-size: 11px;
        line-height: 11px;
    }



    /* [wrapperまわり] */
    .wrapper {
        width: 987px;
    }
    .main{
        margin-left: auto;
        margin-right: auto;
        width: 987px;
        overflow: hidden;
    }
    .main .column-one{
        margin-left: -12px;
        margin-right: -12px;
        width: 1011px;
    }



    /* 詳細ページ */
    article.new h2{
        text-indent: 18px;
        background: url(img/marker_new_pc.png) no-repeat #fff;
    }
    article.update h2{
        text-indent: 18px;
        background: url(img/index/update.png) no-repeat #fff;
    }



    .page_article_detail_wrap {
        width: auto;
        margin: 0;
        padding: 0;
    }

    .page_article_detail {
        width: 970px;
        margin: 0 auto;
        padding: 15px;
    }

    .page_article_detail #share ul {
        width: 970px;
        padding: 0;
    }
    .page_article_detail #share ul li.fb-like {
        width: 845px;
    }

    .page_article_detail header {
        margin: 30px 0 0;
    }

    .page_article_detail .entry-content img {
        width: auto;
    }

    .page_article_detail .entry-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .entory-button-top a {
        width: 400px;
    }

}





/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   WP social bookmark, etc
   ========================================================================== */

.wp_social_bookmarking_light{
    border: 0 !important;
    padding: 10px 0 20px 0 !important;
    margin: 0 !important;
}
.wp_social_bookmarking_light div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}