
/*
Theme Name: Moyan Curry
Description: PC、タブレット、スマートフォンと見ているデバイスに自動最適化されるレスポンシブデザインに対応したミニマルでシンプルな公式サイトタイプのWordPressテーマです。トップページにはスライドショーとサムネイルギャラリーを配置しました。とびきりの写真やイラストでオリジナリティ溢れるトップページにしてください。ロゴ、メニュー、スライドショー、ウィジット（トップページ／サイドバー／フッター）が、管理画面から簡単にカスタマイズできますので、HTMLの知識が無くてもオリジナルサイトが作れます。
Theme URI: moyan.jp
Author: seiya makino
Author URI: ornithopter.co.jp
Version: 1.0
License: GPL
License URI: ライセンスの URL
*/


@import url("/wp-content/themes/MoyanCurry/base.css");
@import url("/wp-content/themes/MoyanCurry/common.css");

/*@import url("/wp-content/themes/MoyanCurry/css/responsive/tablet_common.css")      screen and (min-width:640px) and (max-width: 1023px);*/
/*@import url("/wp-content/themes/MoyanCurry/pc_common.css");*/

@import url("/wp-content/themes/MoyanCurry/smartphone_common.css")  screen and (min-width:0px) and (max-width: 639px);
@import url("/wp-content/themes/MoyanCurry/pc_common.css") screen and (min-width:640px);

 
/**-------------------------------------------------------------------------------------------------------------------------------**/
/**-------------------------------------------------------------------------------------------------------------------------------**/


.header-avatar {
    display: none;
}
.site-branding {
    display: none;
}
.entry-content p {
    margin-left: 15px;
    margin-right: 15px;
    text-indent: 1em;
}
.entry-content .p-div {
    margin-left: 15px;
    margin-right: 15px;
}
.main-navigation li: last-child a {
    border-bottom: 0;
}
#masthead .content {
    padding: 10px;
}
#masthead .content table {
    margin-bottom: 10px;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
    display: block;
}
ol, ul {
    list-style: none;
}
caption, th, td, th {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,a:active {
    outline: 0;
}
a img {
    border: 0;
}
* html {
    font-size: 100%;
}
html {
    font-size: 100%;
    line-height: 1.5em;
}
button,input,select,textarea {
    color: #404040;
    font-size: 15px;
    font-weight: 400;
}
hr {
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    height: 0;
    margin-top: -1px;
    margin-bottom: 24px;
    padding-top: 24px;
}
p {
    margin-bottom: 24px;
}
ul, ol {
    margin: 0 0 24px 36px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,li > ol {
    margin-bottom: 0;
    margin-left: 24px;
}
dt {
    font-weight: 600;
}
dd {
    margin: 0 24px 24px;
}
b, strong {
    font-weight: 600;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 24px;
}
address {
    margin: 0 0 24px;
}
pre {
    background: rgba(119, 119, 119, 0.5);
    font-size: 0.9375em;
    line-height: 1.6em;
    margin-top: -2px;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
}
code, kbd, tt, var {
    font-size: 0.875em;
    line-height: 1.71429em;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 24px;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto;
    max-width: 100%;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
    box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
    clip: auto !important;
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    padding: 24px;
    z-index: 100000;
    position: absolute !important;
    top: 24px;
    left: 24px;
}
.entry-content:after {
    clear: both;
}
button,input,select,textarea {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    -webkit-appearance: button;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]: : -webkit-search-decoration {
    -webkit-appearance: none;
}
button: : -moz-focus-inner,input: : -moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus {
    color: #111;
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 98%;
}
* html {
    font-size: 100%;
}
html {
    font-size: 92%;
    line-height: 1.5em;
}
.entry-format, .hentry:before, .menu-toggle:before, .hentry.format-link .entry-title a:after, .comments-link a:before,.post-date a:before,.sticky .post-date a:before,.byline a:before,.edit-link a:before,a .post-date:before, .page-title:before, .site-content [class*="paging-navigation"] a:before,.site-content [class*="post-navigation"] a:before, #cancel-comment-reply-link:before, .reply:before, .social-links ul a:before {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: text-bottom;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .entry-format, .hentry:before {
    display: none;
}
}
button,input,select,textarea {
    background: white;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 12px auto;
}
hr {
    background-color: #6f9d9f;
    height: 1px;
    margin-bottom: 23px;
    padding: 0;
}
ul {
    margin: 0 0 24px 24px;
    list-style: disc;
}
ul ul {
    list-style: square;
}
ul ul ul {
    list-style: circle;
}
ol {
    margin: 0 0 24px 24px;
    list-style: decimal;
}
ol ol {
    list-style: lower-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
li > ul,li > ol {
    margin-bottom: 0;
    margin-left: 24px;
}
dt {
    font-weight: 400;
}
dd {
    margin: 12px 0 12px 24px;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    color: #ada393;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5;
    border-left: 5px solid rgba(173, 163, 147, 0.25);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    padding-left: 24px;
}
blockquote blockquote {
    font-size: inherit;
}
blockquote cite {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-align: right;
    width: 100%;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8125em;
    line-height: 1.84615em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #6f9d9f;
    border: 0;
    border-radius: 2px;
    color: #efedea;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 24px;
    text-shadow: none;
}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #bd5532;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 0.8125em;
    line-height: 1.84615em;
    padding: 12px;
    width: 100%;
}
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"] {
    background: #efedea;
    border: 1px solid #efedea;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 11px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus {
    background: #f6f4f3;
    border: 1px solid #e4e1dc;
    outline: none;
}




@media screen and (min-width: 0px) and (max-width: 639px) {
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 12px;
    width: 100%;
}
}
textarea {
    background: #efedea;
    border: 1px solid #efedea;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 11px;
}
textarea:focus {
    background: #f6f4f3;
    border: 1px solid #e4e1dc;
    outline: none;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    textarea {
    padding: 12px;
    width: 100%;
}
}
address {
    font-style: italic;
    margin-bottom: 24px;
}
pre {
    background: rgba(0, 0, 0, 0.03);
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.8125em;
    line-height: 1.84615em;
    margin-bottom: 24px;
    padding: 24px;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.8125em;
    line-height: 1.84615em;
}
abbr, acronym {
    border-bottom: 1px dotted #ada393;
    cursor: help;
    margin-bottom: 23px;
}
mark, ins {
    background: fff9c0;
    text-decoration: none;
}
sup,sub {
    font-size: 0.8125em;
    line-height: 1.84615em;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
small {
    font-size: 0.8125em;
    line-height: 1.84615em;
}
big {
    font-size: 1.25em;
    line-height: 1.2em;
}
figure {
    margin: 0;
}
.site-content table {
    margin-bottom: 24px;
    width: 100%;
}
td, th {
    border-bottom: 1px solid rgba(173, 163, 147, 0.25);
    border-collapse: collapse;
    padding: 6px 3px 5px;
}
th {
    font-weight: 700;
}
img {
    height: auto;
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .site {
    max-width: 979px;
}
}
@media screen and (min-width: 640px) and (max-width: 979px) {
}
@media screen and (min-width: 0px) and (max-width: 639px) {
}
@media screen and (min-width: 640px) and (max-width: 979px) {
}
@media screen and (min-width: 640px) and (max-width: 979px) {
}
@media screen and (min-width: 0px) and (max-width: 639px) {
}
.site-main {
    margin: 0;
}
.site-footer a {
    color: #ada393;
    text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
}
.site-info {
    margin: 0 auto;
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .site-info {
    max-width: 51em;
}
}
@media screen and (min-width: 980px) {
}
.site-header a:hover .header-image {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 @media screen and (min-width: 640px) and (max-width: 979px) {
    .site-header .header-image {z
    opacity: 1;
}
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .site-header {
}
}
@media screen and (min-width: 0px) and (max-width: 639px) {

}
}
.header-avatar {
    display: block;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    top: -46px;
    display: none;
}
.header-avatar img {
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.site-branding {
    background: white;
    border-left: 1px solid #e4e1dc;
    border-right: 1px solid #e4e1dc;
    border-bottom: 1px solid #e4e1dc;
    border-radius: 0 0 2px 2px;
    margin: 0 auto 24px;
    padding: 24px;
    position: relative;
}
.site-branding:after {
    border-top: 8px solid #30a68c;
    content: "";
    position: absolute;
    top: -8px;
    left: -1px;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: -1;
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .site-branding:after {
    width: -webkit-calc(100% + 3px);
}
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .site-branding:after {
    width: 100%;
    left: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .site-branding {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
}
}
.site-title {
    font-size: 1.625em;
    line-height: 1.84615em;
    line-height: 1.38462em;
    font-weight: 300;
    margin: 6px 0 0;
    text-align: center;
}
.site-title a {
    color: #bd5532;
    padding: 0;
    text-decoration: none;
}
.site-description {
    font-size: 0.8125em;
    line-height: 1.84615em;
    color: #ada393;
    font-family: "メイリオ", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .main-navigation li {
    margin: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .main-navigation {
    margin: 0;
    max-width: 100%;
}
 .main-navigation a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    margin: 0;
}
}
.menu-toggle:before {
    font-size: 1em;
    line-height: 1.5em;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .menu-toggle {
    display: block;
}
}
.header-search {
    display: none;
    position: relative;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .header-search {
    display: block;
}
}
.header-search label {
    width: 75%;
}
.header-search input,.header-search input:focus {
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.header-search input[type="search"] {
    background-color: white;
    height: 48px;
}
.header-search input[type="submit"] {
    background-color: #bd5532;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 48px;
}
.header-search input[type="submit"]:hover {
    background-color: #a94c2d;
}
#search-toggle:before {
    content: "\f400";
}
#widgets-toggle:before {
}
.menu-toggles .menu-toggle:nth-child(1): nth-last-child(1) {
    width: 100%;
}
.menu-toggles .menu-toggle:nth-child(1): nth-last-child(2), .menu-toggles .menu-toggle:nth-child(2): nth-last-child(1) {
    width: 50%;
}
.menu-toggles .menu-toggle:nth-child(1): nth-last-child(3), .menu-toggles .menu-toggle:nth-child(2): nth-last-child(2), .menu-toggles .menu-toggle:nth-child(3): nth-last-child(1) {
    width: 33.33333%;
}
.entry-format {
    background: transparent;
    color: transparent;
    z-index: 4;
}
.hentry-wrapper {
    margin: 0 0 0px;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .hentry-wrapper {
    margin: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .hentry:before {
    content: "\f100";
    z-index: 2;
}
.hentry.type-page:before {
    content: "\f443";
}
.hentry.sticky:after, .hentry.format-image:after {
    border-top-color: #30a68c;
}
.hentry.sticky:before, .hentry.format-image:before {
    background: #6f9d9f;
    content: "\f308";
}
.hentry.format-image:before {
    content: "\f102";
}
.hentry.format-gallery:after, .hentry.format-aside:after {
    border-top-color: #d68265;
}
.hentry.format-gallery:before, .hentry.format-aside:before {
    background: #d68265;
    border-top-color: #d37859;
    content: "\f101";
}
.hentry.format-link:after {
    border-top-color: #acc7c8;
}
.hentry.format-link:before {
    background: #acc7c8;
    content: "\f107";
}
.hentry.format-link .entry-title a:after {
    content: "\f442";
    display: inline-block;
    font-size: 48px;
    margin-left: 7px;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .hentry.format-link .entry-title a:after {
    font-size: 1.25em;
    line-height: 1.2em;
}
}
.hentry.format-video:after, .hentry.format-audio:after {
    border-top-color: #ada393;
}
.hentry.format-video:before, .hentry.format-audio:before {
    background: #ada393;
    content: "\f104";
}
.hentry.format-audio:before {
    content: "\f109";
}
.hentry.format-status:after, .hentry.format-quote:after {
    border-top-color: #755c51;
}
.hentry.format-status:before, .hentry.format-quote:before {
    background: #755c51;
    content: "\f106";
}
.hentry.format-status:before {
    content: "\f105";
}
.hentry.format-gallery:before {
    content: "\f103";
}
.no-results.hentry:before {
    display: none;
}
.error404 .hentry:before {
    display: none;
}
.byline {
    display: none;
}
.single .byline,.group-blog .byline {
    display: inline;
}
.entry-content,.entry-summary {
    margin-bottom: 24px;
    margin-top: 0px;
}
.hentry-wrapper:hover .entry-thumbnail img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.entry-thumbnail img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    margin: 0 auto;
    opacity: 0.8;
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .entry-thumbnail img {
    opacity: 1;
}
}
.entry-thumbnail:hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.page-links {
    clear: both;
    color: #ada393;
    margin: 24px 0;
    word-spacing: 6px;
}
.page-links span.active-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #bd5532;
    display: inline-block;
    border-radius: 50%;
    color: white;
    margin-bottom: 6px;
    width: 24px;
    height: 24px;
    text-align: center;
    text-decoration: none;
}
.page-links a span.active-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #d68265;
    display: inline-block;
    border-radius: 50%;
    color: white;
    margin-bottom: 6px;
    width: 24px;
    height: 24px;
    text-align: center;
    text-decoration: none;
}
.page-links a:hover span.active-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #bd5532;
}
a.more-link {
    font-size: 0.8125em;
    line-height: 1.84615em;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ada393;
    text-decoration: none;
}

@media screen and (min-width: 0px) and (max-width: 639px) {

}
.entry-meta, .entry-meta a, .pingback .edit-link,.trackback .edit-link, #cancel-comment-reply-link, .reply {
    color: #ada393;
    font-size: 0.8125em;
    line-height: 1.84615em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.entry-meta a, .pingback .edit-link a,.trackback .edit-link a, #cancel-comment-reply-link a, .reply a {
    font-size: inherit;
}
header .entry-meta, header .entry-meta a, .entry-meta header a, header .pingback .edit-link, .pingback header .edit-link,header .trackback .edit-link,.trackback header .edit-link, header #cancel-comment-reply-link, header .reply {
    text-align: center;
}
header .entry-meta:hover, header .entry-meta a:hover, .entry-meta header a:hover, header .pingback .edit-link:hover, .pingback header .edit-link:hover,header .trackback .edit-link:hover,.trackback header .edit-link:hover, header #cancel-comment-reply-link:hover, header .reply:hover {
    color: #7c705e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    header .entry-meta, header .entry-meta a, .entry-meta header a, header .pingback .edit-link, .pingback header .edit-link, header .trackback .edit-link, .trackback header .edit-link, header #cancel-comment-reply-link, header .reply {
    text-align: left;
}
}
.comments-link,.post-date,.sticky .post-date,.byline,.edit-link,a .post-date {
    display: inline-block;
    margin: 0 12px;
}
.comments-link a,.post-date a,.sticky .post-date a,.byline a,.edit-link a,a .post-date a {
    text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .comments-link, .post-date, .sticky .post-date, .byline, .edit-link, a .post-date {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    width: 100%;
}
}
.page .entry-footer .edit-link {
    margin: 0;
}
.comments-link a:before,.post-date a:before,.sticky .post-date a:before,.byline a:before,.edit-link a:before,a .post-date:before:before {
    display: inline-block;
    margin-right: 2px;
}
.comments-link a:before {
    content: "\f300";
}
.post-date a:before,a .post-date:before {
    content: "\f307";
}
.sticky .post-date a:before {
    content: "\f308";
}
.byline a:before {
    content: "\f304";
}
.edit-link a:before {
    content: "\f411";
}
.tags-links {
    font-size: 0.8125em;
    line-height: 1.84615em;
    clear: both;
    display: block;
    font-weight: bold;
    margin: 12px 0 12px 11px;
}
.tags-links a {
    background-color: #6f9d9f;
    color: white;
    display: block;
    float: left;
    margin-right: 24px;
    margin-bottom: 6px;
    padding: 1px 6px 2px 6px;
    position: relative;
}
.tags-links a:hover {
    background-color: #bd5532;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tags-links a:hover:after {
    background-color: #bd5532;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tags-links a:after {
    background-color: #6f9d9f;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 22px 0 0 22px;
    content: "";
    display: block;
    position: absolute;
    left: -11px;
    top: 0;
    width: 11px;
    height: 22px;
    z-index: 0;
}
.tags-links a:before {
    background: white;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: -4px;
    width: 4px;
    height: 4px;
    z-index: 1;
}
.sep {
    margin: 0 6px;
}
.page-title {
    color: #ada393;
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0 0 72px;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .page-title {
    margin: 17px 0 24px;
    padding: 0 24px;
    text-align: center;
}
}
.page-title:before {
    font-size: 1.5em;
    line-height: 2em;
    line-height: 1em;
    margin-right: 7px;
}
.archive.category .page-title:before {
    content: "\f301";
}
.archive.tag .page-title:before {
    content: "\f302";
}
.archive.author .page-title:before {
    content: "\f304";
}
.archive.date .page-title:before {
    content: "\f307";
}
.search.search-results .page-title:before {
    content: "\f400";
}
.archive.term-post-format-aside .page-title:before {
    content: "\f101";
}
.archive.term-post-format-image .page-title:before {
    content: "\f102";
}
.archive.term-post-format-gallery .page-title:before {
    content: "\f103";
}
.archive.term-post-format-video .page-title:before {
    content: "\f104";
}
.archive.term-post-format-status .page-title:before {
    content: "\f105";
}
.archive.term-post-format-quote .page-title:before {
    content: "\f106";
}
.archive.term-post-format-link .page-title:before {
    content: "\f107";
}
.archive.term-post-format-audio .page-title:before {
    content: "\f109";
}
.taxonomy-description {
    color: #ada393;
    font-style: italic;
    margin-top: 24px;
}
.author-archives-header {
    background: white;
    border: 1px solid #e4e1dc;
    border-radius: 2px;
    margin: -48px 0 72px;
    padding: 24px 48px;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .author-archives-header {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 24px;
}
}
.author-archives-name,.author-archives-url,.author-archives-bio {
    clear: both;
    display: block;
}
.search-results .page .sep: first-of-type {
    display: none;
}
.entry-content img.wp-smiley,.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    margin-bottom: 24px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.wp-caption-text {
    color: #ada393;
    font-size: 0.8125em;
    line-height: 1.84615em;
    margin: 12px 0;
    padding: 0 1%;
}
.size-thumbnail + .wp-caption-text,.size-medium + .wp-caption-text {
    font-size: 0.8125em;
    line-height: 1.84615em;
    line-height: 1.84615em;
}
.site-content .gallery {
    margin-bottom: 24px;
}
.site-content .gallery a img {
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.667%;
}
.gallery-columns-7 .gallery-item {
    width: 14%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.site-content .gallery-columns-1.gallery a img {
    max-width: 100%;
}
.gallery-item {
    float: left;
    margin-bottom: 24px;
    text-align: center;
}
.gallery-item img {
    border: 1px solid #efedea;
    border-radius: 2px;
    padding: 3px;
}
.gallery-caption {
    font-size: 0.8125em;
    line-height: 1.84615em;
    line-height: 1.84615em;
    margin: 0 auto;
    max-width: 90%;
}
embed,iframe,object {
    max-width: 100%;
}
.site-content [class*="navigation"] {
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.site-content [class*="paging-navigation"] a,.site-content [class*="post-navigation"] a {
    color: white;
}
.site-content [class*="paging-navigation"] a:before,.site-content [class*="post-navigation"] a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ada393;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 49px;
    line-height: 90px;
    opacity: 0.25;
    position: fixed;
    top: 50%;
    text-decoration: none;
    width: 90px;
    height: 90px;
    content: "\f430";
    z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .site-content [class*="paging-navigation"] a:before, .site-content [class*="post-navigation"] a:before {
    font-size: 28px;
    line-height: 60px;
    width: 60px;
    height: 60px;
}
}
.site-content [class*="paging-navigation"] a:hover:before,.site-content [class*="post-navigation"] a:hover:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-content [class*="paging-navigation"] .nav-previous a:before,.site-content [class*="post-navigation"] .nav-previous a:before {
    left: 0;
    margin-left: -48px;
    text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .site-content [class*="paging-navigation"] .nav-previous a:before, .site-content [class*="post-navigation"] .nav-previous a:before {
    margin-left: -35px;
}
}
.site-content [class*="paging-navigation"] .nav-next a:before,.site-content [class*="post-navigation"] .nav-next a:before {
    right: 0;
    margin-right: -48px;
    text-align: left;
    content: "\f429";
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .site-content [class*="paging-navigation"] .nav-next a:before, .site-content [class*="post-navigation"] .nav-next a:before {
    margin-right: -35px;
}
}
.comment-navigation:before,.comment-navigation:after {
    content: "";
    display: table;
}
.comment-navigation:after {
    clear: both;
}
.site-content .comment-navigation {
    margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .site-content .comment-navigation {
    padding: 0 24px;
}
}
.site-content .comment-navigation .nav-previous {
    float: left;
    width: 50%;
}
.site-content .comment-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
div#respond {
    background: white;
    border: 1px solid #e4e1dc;
    border-radius: 2px;
    padding: 24px 48px;
    position: relative;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    div#respond {
    padding: 24px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
}
.comment-body {
    background: white;
    border: 1px solid #e4e1dc;
    border-radius: 2px;
    padding: 48px 48px 24px;
    position: relative;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .comment-body {
    padding: 48px 24px 24px;
    border-left: 0;
    border-right: 0;
}
}
.comment-content {
    margin-top: 24px;
}
.comment-content a {
    word-wrap: break-word;
}
.comment-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 24px;
    padding: 0;
}
.comment-list .children {
    list-style: none;
    padding-left: 6px;
}
.comment-list li.comment {
    margin-top: 48px;
}
.pingback,.trackback {
    margin: 12px 0;
}
.pingback a,.trackback a {
    text-decoration: none;
}
.pingback .edit-link,.trackback .edit-link {
    float: right;
    margin-left: 24px;
    margin-right: 0;
}
.pingback .edit-link a,.trackback .edit-link a {
    color: #ada393;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .pingback .edit-link, .trackback .edit-link {
    clear: both;
    float: none;
    margin: 0;
}
}
.pingback .comment-body,.trackback .comment-body {
    padding: 24px 48px;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .pingback .comment-body, .trackback .comment-body {
    padding: 24px;
}
}
.comment-author {
    font-size: 1.25em;
    line-height: 1.2em;
    color: #bd5532;
    text-align: center;
}
.comment-author a {
    text-decoration: none;
}
.comment-author .avatar-wrapper {
    border-radius: 50%;
    display: block;
    float: left;
    margin: 0 12px 0 -35px;
    position: absolute;
    top: -36px;
    left: 50%;
    width: 70px;
    height: 70px;
    z-index: 3;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .comment-author .avatar-wrapper {
    margin-left: -30px;
    top: -30px;
    width: 60px;
    height: 60px;
}
}
.comment-author .avatar {
    border-radius: 50%;
}
.comment-author cite {
    font-style: normal;
}
.bypostauthor > .comment-body {
    border-color: #d68265;
}
.comment-metadata, .comment-metadata a {
    color: #ada393;
    font-size: 0.8125em;
    line-height: 1.84615em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .comment-metadata, .comment-metadata a {
    text-align: left;
}
}
.comment-metadata a {
    font-size: inherit;
    text-decoration: none;
}
#cancel-comment-reply-link {
    font-size: 0.8125em;
    line-height: 1.84615em;
    float: right;
    font-family: "メイリオ", Helvetica, Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
}
#cancel-comment-reply-link:before {
    font-size: 1.625em;
    line-height: 1.84615em;
    content: "\f412";
    content: "\f405";
    margin-right: 3px;
    vertical-align: middle;
}
.reply {
    display: inline-block;
    font-size: inherit;
    margin-right: 24px;
    text-decoration: none;
}
.reply:before {
    content: "\f412";
    margin-right: 3px;
}
.comment-respond {
    border-top: 8px solid #bd5532;
}
.comment-reply-title {
    margin-top: 0;
}
.comments-title {
    color: #ada393;
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 48px;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    .comments-title {
    padding: 0 24px;
    text-align: center;
}
}
.comment-form label {
    display: inline-block;
    width: 96px;
}
.required {
    color: #bd5532;
}
.comment-form-author,.comment-form-email,.comment-form-url,.comment-form-comment {
    margin: 0 0 24px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.comment-form-author label,.comment-form-email label,.comment-form-url label,.comment-form-comment label {
    font-size: 0.8125em;
    line-height: 1.84615em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    top: 6px;
}
.comment-form-author input,.comment-form-email input,.comment-form-url input,.comment-form-comment input {
    display: block;
    margin: 0 0 24px;
    padding-left: 100px;
    width: 100%;
}
.comment-form-author textarea,.comment-form-email textarea,.comment-form-url textarea,.comment-form-comment textarea {
    margin: 0 0 24px;
    padding: 48px 12px 6px;
    clear: both;
    width: 100%;
}
.says {
    display: none;
}
.form-allowed-tags, .form-allowed-tags code {
    color: #ada393;
    font-size: 0.8125em;
    line-height: 1.84615em;
}
.form-allowed-tags code {
    font-size: 0.8125em;
    line-height: 1.84615em;
}
.no-comments {
    color: #ada393;
    font-style: italic;
    margin: 24px 0;
    text-align: center;
}
#wp-calendar td, #wp-calendar th,#wp-calendar th {
    text-align: center;
}
#wp-calendar caption {
    font-weight: 700;
    margin: 12px 0;
    text-align: center;
}
.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
#infinite-footer {
    z-index: 999;
}
#infinite-footer .container {
    background: #efedea;
    border-top: 0;
    color: #ada393;
    font-style: italic;
    position: relative;
}
#infinite-footer .container a {
    color: #ada393;
}
#infinite-footer .blog-info a,#infinite-footer .blog-credits {
    font-size: 0.8125em;
    line-height: 1.84615em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.infinite-loader {
    margin: 0 auto 48px;
    width: 28px;
}
#infinite-handle span {
    font-size: 0.8125em;
    line-height: 1.84615em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #6f9d9f;
    border-radius: 2px;
    color: white;
    display: block;
    float: none;
    font-weight: bold;
    margin: -24px auto 48px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 140px;
}
#infinite-handle span:hover {
    background: #bd5532;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
    #infinite-handle span {
    border-radius: 0;
    width: 100%;
}
}
div.sharedaddy div.sd-block {
    padding: 11px 0 12px !important;
}
.social-links {
    margin: 0 auto;
    padding: 12px 0 0;
    text-align: center;
}
.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.social-links ul a {
    display: inline-block;
    margin: 0 3px;
    text-decoration: none;
}
.social-links ul a:before {
    background: #6f9d9f;
    border-radius: 50%;
    color: white;
    content: "\f415";
    display: block;
    font-size: 24px;
    line-height: 1;
    position: relative;
    transition: top 0.3s ease-in-out;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 6px;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.social-links ul a:hover {
    text-decoration: none;
}
.social-links ul a:hover:before {
    background: #bd5532;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.social-links ul: last-of-type {
    margin-right: 0;
}
.social-links ul a[href*="wordpress.org"]:before,.social-links ul a[href*="wordpress.com"]:before {
    content: "\f205";
}
.social-links ul a[href*="facebook.com"]:before {
    content: "\f204";
}
.social-links ul a[href*="twitter.com"]:before {
    content: "\f202";
}
.social-links ul a[href*="dribbble.com"]:before {
    content: "\f201";
}
.social-links ul a[href*="plus.google.com"]:before {
    content: "\f206";
}
.social-links ul a[href*="pinterest.com"]:before {
    content: "\f209";
}
.social-links ul a[href*="github.com"]:before {
    content: "\f200";
}
.social-links ul a[href*="tumblr.com"]:before {
    content: "\f214";
}
.social-links ul a[href*="youtube.com"]:before {
    content: "\f213";
}
.social-links ul a[href*="flickr.com"]:before {
    content: "\f211";
}
.social-links ul a[href*="vimeo.com"]:before {
    content: "\f212";
}
.social-links ul a[href*="instagram.com"]:before {
    content: "\f215";
}
.social-links ul a[href*="codepen.io"]:before {
    content: "\f216";
}
.social-links ul a[href*="linkedin.com"]:before {
    content: "\f207";
}
.social-links ul a[href*="/feed"]:before {
    content: "\f413";
}


