/*
Theme Name: annina-child
Template: annina
Author: Masashi A
*/
 
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	/* font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;　*/
	font-family: UD Shin Go Light, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f0f0f0; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222222;
	font-size: 15px;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

.smallPart, aside .tagcloud {
	font-size: 12px;
	line-height: 1.4;
}

.annCenter {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.site-title {
	clear: both;
	font-weight: 700;
	text-align: left;
}

h1, p.site-title {font-size: 28px;}
h2, h1.entry-title {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 15px;}
h5 {font-size: 13px;}
h6 {font-size: 10px;}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	display: block;
	padding: 1.5em 1.5em 1.5em 3em;
	margin: 0 0 1.5em;
	position: relative;
	border-left: 4px solid #dd4c39;
	border-right: 2px solid #dd4c39;
	font-weight: 300;
}
blockquote::before {
	content: "\201C";
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #dd4c39;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: rgba(0,0,0,.05);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	display: block;
	background: rgba(0,0,0,.03);
	padding: 0.5em;
	border-radius: 4px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #ffffff;
	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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
.spaceLeft {
	padding-left: 5px;
}
.spaceRight {
	padding-right: 5px;
}
.spaceLeftDouble {
	padding-left: 10px;
}
.spaceRightDouble {
	padding-right: 10px;
}
.spaceLeftRight {
	padding: 0 5px;
}
.floatLeft {
	float:left;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

tr:nth-child(2n+2) {
	background-color: rgba(0,0,0,.05);
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #dd4c39;
	color: #ffffff;
	border-radius: 4px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: none; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	outline: none;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

button:hover:not(.menu-toggle),
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	border: 1px solid #dd4c39;
	transition: all 0s ease-in-out;
	background: transparent;
	color: #dd4c39;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
	width: 100%;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	outline: none;
	border: 0;
	background: rgba(0,0,0,.05);
	border-radius: 4px;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	background: rgba(0,0,0,.03);
}

#search-full input[type="search"] {
	background: transparent;
	font-size: 125%;
	line-height: 1;
	border-bottom: 1px solid;
	border-radius: 0px;
	padding: 1em 2em;
	width: 100%;
}
#search-full input[type="search"]:focus {
	border: 0;
	border-bottom: 1px solid;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 10px 14px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 14px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #dd4c39;
	text-decoration: none;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active,
.entry-title a {
	color: #222222;
}

.site-header a, .site-header a:hover, .site-header a:focus, .site-header, .site-footer a, .site-footer a:hover {
	color: #666666;
}

.site-footer a {
	border-bottom: 1px dotted;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	margin-top: 1.5em;
}
.topSearchForm {
	padding-top: 1.5em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	list-style: none;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 1em;
	border-bottom: 1px solid rgba(255,255,255,.1);
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-left: 2px solid transparent;
	font-weight: 300;
}
.main-navigation ul li .indicator {
	position: absolute;
	right: 16px;
	top: 22px;
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 1;
}
.main-navigation ul li .indicator:before {
	content: "\f0d7";
}
.main-navigation ul li .indicator, .main-navigation ul li:hover .indicator {
	border: 0 !important;
}
.main-navigation ul ul {
	display: none;
	z-index: 99999;
}
.main-navigation ul ul ul {
	top: 0;
}
.main-navigation ul ul a {
	
}
.main-navigation ul ul li {
	padding-left: 1em;
}
.main-navigation ul li:hover > a, 
.main-navigation li a:focus, 
.main-navigation li.current-menu-item > a, 
.main-navigation li.current-menu-parent > a, 
.main-navigation li.current-page-ancestor > a,
.main-navigation .current_page_item > a, 
.main-navigation .current_page_parent > a, 
.main-navigation ul > li:hover .indicator, 
.main-navigation li.current-menu-parent .indicator, 
.main-navigation li.current-menu-item .indicator {
	color: #dd4c39;
	border-left: 2px solid #dd4c39;
	background: rgba(0,0,0,.05);
}
/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 1100px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	
	.menu-toggle, .main-navigation.toggled .nav-menu {
		display: block;
		width: 100%;
		text-align: left;
		float: left;
		padding: 1.5em;
	}
	
	.menu-toggle:hover {
	}
	
	.main-navigation.toggled .nav-menu {
		padding: 0;
	}
	
	.main-navigation.toggled .nav-menu ul {
		display: block;
		left: auto;
		position: relative;
		top: 0;
		border-bottom: 0px;
		padding-left: 3%;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	.main-navigation.toggled ul ul a {
		font-size: 100%;
		width: 100%;
	}
	
	.menu-toggle i {
		float:right;
	}
	
	.main-navigation li {
		width: 100%;
	}
	
	.main-navigation a {
		border-left: 0 !important;
	}
	
	.main-navigation ul:not(.sub-menu) > li > a:hover::before,
	.main-navigation ul:not(.sub-menu) > li > a:focus::before {
		color: transparent !important;
		text-shadow: none !important;
	}
}

.site-main .comment-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.site-main .post-navigation,
.site-main .paging-navigation {
	overflow: hidden;
	padding: 3em;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	background: #dd4c39;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	border-radius: 4px;
}

.comment-navigation .nav-previous a, .comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a, .comment-navigation .nav-next a:hover {
	padding: 8px;
	color: #ffffff;
}

.post-navigation .meta-nav, .paging-navigation .meta-nav {
	border: 1px solid transparent;
	display: inline-block;
	background: #dd4c39;
	color: #ffffff;
	padding: 1.5em 3em;
	line-height: 1;
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.post-navigation .meta-nav:hover, .paging-navigation .meta-nav:hover {
	border: 1px solid #dd4c39;
	color: #dd4c39;
	background: #ffffff;
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.widget_archive li:before, 
.widget_archive li:after, 
.widget_categories li:before,
.widget_categories li:after,
.entry-footer:before,
.entry-footer:after,
.site-info:before,
.site-info:after,
.main-navigation:before,
.main-navigation:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget_archive li:after, 
.widget_categories li:after,
.entry-footer:after,
.site-info:after,
.main-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	padding: 1.5em !important;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
}
#wp-calendar > caption {
	padding: 0.5em;
	background: #dd4c39;
	color: #ffffff;
	text-align: center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#wp-calendar th {
	text-align: center;
	background: rgba(0,0,0,.05);
	padding: 5px 0;
}
#wp-calendar tfoot td {
	border: none;
	padding-top: 5px;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tbody td {
	text-align: center;
	border: 1px solid rgba(0,0,0,.05);
	padding: 5px 0;
}
#wp-calendar tbody td#today {
	border: 1px solid #dd4c39;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget-title {
	border-bottom: 2px solid rgba(0,0,0,.05);
	margin-bottom: 1.5em;
}
.widget-title h3 {
	display: inline-block;
	border-bottom: 2px solid #dd4c39;
	margin-bottom: -2px;
	font-weight: 700;
	letter-spacing: -1px;
}

.widget_archive li, .widget_categories li {
	text-align: right;
}
.widget_archive li a, .widget_categories li a {
	float: left;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#page {
	width: 100%;
}
p.site-title {
	margin: 0;
}
.site-header {
	background: #222222;
	padding: 1.5em;
	position: fixed;
	left: 0;
	width: 25%;
	height: 100%;
	overflow-y: auto;
}
.site-content {
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	width: 75%;
	float: right;
}
.content-annina, #disqus_thread {
	background: #ffffff;
	padding: 0 1.5em;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
#disqus_thread {
	padding: 1.5em;
}
.content-annina-title {
	background: #dd4c39;
	color: #ffffff;
	padding: 0 1.5em;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.annDouble {
	padding: 1.5em;
}
header.entry-header {
	padding: 1.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
footer.entry-footer {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid rgba(0,0,0,.05);
}
.entry-featuredImg {
	position: relative;
	margin-left: -1.5em;
	margin-right: -1.5em;
	overflow: hidden;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.entry-featuredImg img {
	width: 100%;
	display: block;
	opacity: 0; 
	transition: opacity .5s ease-in-out; 
	-webkit-transition: opacity .5s ease-in-out; 
	-moz-transition: opacity .5s ease-in-out;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.entry-featuredImg a img {
	transition: transform 1s ease-out, opacity .5s ease-in-out;
	-webkit-transition: transform 1s ease-out, opacity .5s ease-in-out;
	-moz-transition: transform 1s ease-out, opacity .5s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
}
.entry-featuredImg a:hover img {
	-ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
span.overlay-img {
	background: black;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
	opacity: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.entry-featuredImg.annina-loader {
	background-image: url('./images/annina-loading.gif');
	background-repeat: no-repeat;
	background-position: center;
}
body.single .content-area, body.page .content-area {
	float: left;
	width: 68%;
	padding: 0 0.75em;
}
body.single .widget-area, body.page .widget-area {
	float: left;
	width: 32%;
	padding: 0 0.75em;
}
.none404 {
	padding: 0 0.75em;
}
.edit-link {
	display: block;
}
.read-more {
	display: block;
	float: right;
}
header.page-header {
	padding: 0 0.75em;
	margin-bottom: 1.5em;
	text-align: center;
}
footer.site-footer {
	padding: 0 0.75em;
	margin-top: 1.5em;
	float: left;
	width: 100%;
}
.entry-title, .site-title, .page-title {
	letter-spacing: 0;
	line-height: 1.3;
}
.page-title {font-weight: 300;}
.page-title span {font-weight: 700;}
.site-description {
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
}
.tagcloud a {
	background: #666;
	color: #ffffff;
	padding: 3px 5px;
	display: inline-block;
	margin: 2px 0;
	font-weight: 700;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.tagcloud a:hover {
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	border: 1px solid #dd4c39;
	transition: all 0s ease-in-out;
	background: transparent;
	color: #dd4c39;
}
.socialLine {
	margin-top: 1.5em;
	text-align: left !important;
}
.text-copy {
	float: left;
}
#toTop:hover {
    text-decoration: none;
	background: rgba(0,0,0,.05);
}
#toTop {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	display: block;
	float: right;
	width: 3rem;
	border-radius: 4px;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.top-search {
	display: inline-block;
	cursor: pointer;
}
#search-full {
	background: rgba(255,255,255,0.9);
	color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}
.search-container {
	position: relative;
	top: 47%;
	width: 100%;
	max-width: 930px;
	padding: 0 1.5em;
	margin: 0 auto;
}
#close-search {
	display: inline-block;
	cursor: pointer;
	float: right;
}
.entry-meta, .read-more, .edit-link, .tags-links {
	color: #dd4c39;
	margin-top: 5px;
}
.page-links span {
	background: rgba(0,0,0,.03);
	padding: 5px 8px;
	border-radius: 4px;
}
.page-links a span {
	background: rgba(0,0,0,.05);
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
	overflow: hidden;
}

.sticky:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f02e";
	position: absolute;
	right: 6%;
	margin-top: -3px;
	z-index: 9;
	font-size: 200%;
	color: #dd4c39;
}


.hentry {
	margin: 0 0 1.5em;
}

.anninamas.hentry {
	padding: 0 0.75em;
	margin-bottom: 1.5em;
}

.anninamas, .grid-sizer {
	width: 20%;
}

.w2 {
	width: 40%;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	word-wrap: break-word;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
aside ul li {
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 0.5em 0;
}
aside ul li:last-child {
	border-bottom: 0px;
}
aside ul li ul.sub-menu, aside ul li ul.children {
	padding-left: 5%;
}
aside ul li ul.sub-menu li, aside ul li ul.children li {
	padding-top: 1em;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comments-title {
	margin-bottom: 1.5em;
}
.comments-title h2 {
	font-size:14px;
}
#comments ol {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1em;
}
#comments ol li {
	margin-bottom: 1.5em;
}
#comments ol .comment-respond {
	padding: 0;
	margin: 3em 0;
}
#comments ol article{
	margin: 0 0 3em;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
#comments ol ol {
	padding-left: 5%;
}
#comments article footer img {
	float: left;
	margin-right: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
#comments article .comment-content {
	clear: both;
	padding-top: 1em;
}
#comments .reply {
	background: rgba(0,0,0,.05);
	padding: 3px 8px;
	display: inline-block;
	position: absolute;
	line-height: 1;
	border-radius: 4px;
	top: 0;
	right: 0;
}
#comments .comment-meta {
	font-weight: 300;
}
.comment-reply-title small {
	float: right;
}
.comment-awaiting-moderation {
	color: red;
	margin: 0;
	font-weight: 700;
}
.comments-area {
	padding: 1.5em;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	background: rgba(0,0,0,.05);
	font-size: 75%;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media all and (max-width: 1920px) {
	.anninamas, .grid-sizer {
		width: 24.9%;
	}
	.w2 {
		width: 49.8%;
	}
}

@media all and (max-width: 1366px) {
	.anninamas, .grid-sizer {
		width: 33.33333%;
	}
	.w2 {
		width: 66.66666%;
	}
}

@media all and (max-width: 1180px) {
	.anninamas, .grid-sizer {
		width: 50%;
	}
	.w2 {
		width: 100%;
	}
}

@media all and (max-width: 1100px) {
	.site-header {
		position: relative;
		width: 100%;
	}
	.site-content {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 985px) {
	body.single .content-area, body.page .content-area, body.single .widget-area, body.page .widget-area {
		width: 100%;
		float: none !important;
	}
	#secondary {
		margin-top: 1.5em;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
	#secondary aside {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
}

@media all and (max-width: 767px) {
	.anninamas, .grid-sizer {
		width: 100%;
	}
	.w2 {
		width: 100%;
	}
	#secondary {
		-webkit-column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-count: auto;
		-moz-column-gap: initial;
		column-count: auto;
		column-gap: initial;
	}
	#secondary aside {
		-webkit-column-break-inside: initial;
		-moz-column-break-inside: initial;
		column-break-inside: initial;
	}
	#search-full input[type="text"] {
		font-size: 100%;
		padding: 1em;
	}
	.post-navigation .meta-nav, .paging-navigation .meta-nav {
		padding: 1em 2em;
	}
	
	.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous,
	.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
		float: none;
		text-align: center;
		padding: 0.5em;
	}
	.site-main .post-navigation, .site-main .paging-navigation {
		padding: 1.5em;
	}
}

@media all and (max-width: 579px) {
	.form-allowed-tags {display: none;}
	.text-copy {
		float: none;
		text-align: center;
	}
	#toTop {
		float: none;
		width: 100%;
		padding-top: 1.5em;
	}
	.site-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}
	.site-header {
		padding: 0.75em;
	}
	#comments .reply {
		position: relative;
		margin-bottom: 1.5em;
	}
}

/*--------------------------------------------------------------
追加 
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"], .comment-navigation .nav-previous, .comment-navigation .nav-next, .post-navigation .meta-nav, .paging-navigation .meta-nav, #wp-calendar > caption, .content-annina-title, .tagcloud a, .navigation.pagination .nav-links .page-numbers {
    background: #666666;
    padding: 10px 2%;
    border-radius: 4px;
    color: #fff;
}

button:hover:not(.menu-toggle), input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .post-navigation .meta-nav:hover, .paging-navigation .meta-nav:hover, #wp-calendar tbody td#today, .tagcloud a:hover, .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
    color: #fff !important;
    background: #333333;
}

.post-navigation .meta-nav {
    padding: 10px 20%;
}

/*--------------------------------------------------------------
追加 radarchart
--------------------------------------------------------------*/

.radarchart {
margin-top: -40px;
margin-left: -20%;
}

@media all and (max-width: 560px) {
.radarchart {
margin-left: 0;
zoom: 70%;
}
}

.radarchart a {
opacity: 0.0 !important;
}

.radarchart svg g:nth-child(9) g g path {
 fill: rgba(255,102,0,0.1);
}


/*--------------------------------------------------------------
追加 本文　本文strong　本文h3　本文border-dotted
--------------------------------------------------------------*/

.entry-content p {
font-size: 110%;
line-height: 2.2;
}

.entry-content p img {
margin-top: 15px;
}

.entry-content strong {
font-size: 1.3em;
line-height: 2;
}

.entry-content h3 {
font-size: 1.3em;
margin-bottom: 15px;
}

.entry-content .border-dotted {
border-top: 1px dotted #ccc;
padding-top: 20px;
}

.entry-content .hitorimeshido {
font-size: 1.3em;
margin-bottom: 15px;
}

/*--------------------------------------------------------------
追加 本文注釈
--------------------------------------------------------------*/

.entry-content small {
display:block;
margin-top: -20px;
line-height: 1.7;
}

/*--------------------------------------------------------------
追加 本文リンク
--------------------------------------------------------------*/

.entry-content a:link {
	text-decoration: underline;
}

/*--------------------------------------------------------------
追加 本文隠し文章
--------------------------------------------------------------*/

.entry-content .invi {
display:none;
}

/*--------------------------------------------------------------
追加 YARPP
--------------------------------------------------------------*/

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	height: auto !important;
}

/*--------------------------------------------------------------
追加 フッター
--------------------------------------------------------------*/

.site-footer a, .site-footer a:hover {
	color: #ffffff;
}

/*--------------------------------------------------------------
追加 タグクラウド
--------------------------------------------------------------*/

.tagcloud a {
    padding: 0;
	background: #ffffff !important;
	border: 0px !important;
	color: #666 !important;
	box-shadow: none;
}

.tagcloud a:hover {
    padding: 0;
	background: #ffffff;
	border: 0px !important;
	color: #999 !important;
}

/*--------------------------------------------------------------
追加 .page-title
--------------------------------------------------------------*/

.page-title {
	font-size: 16px;
	font-weight: 700;
}

/*--------------------------------------------------------------
追加 .site-description
--------------------------------------------------------------*/

.site-description {
margin-top:20px;
}

@media all and (max-width: 579px) {
.single-post .site-description {
display: none;
}
}

/*--------------------------------------------------------------
追加 メニュー
--------------------------------------------------------------*/

#menu-item-746 {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #cccccc;
}

/*--------------------------------------------------------------
追加 aside
--------------------------------------------------------------*/

aside ul li {
font-size: 12px;
padding: 0.3em 0;
}

/*aside ul li ul.children li:first-child {
    padding-top: 2em;
}*/

aside ul li ul.children li {
    padding-top: 0.3em;
}

/*--------------------------------------------------------------
追加 ウィジット部分
--------------------------------------------------------------*/

.widget {
margin: 0;
}

.widget-title {
margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
追加 メインナビゲーション
--------------------------------------------------------------*/

.main-navigation a {
    padding: 0.5em;
}

/*--------------------------------------------------------------
追加 ボーダーライン
--------------------------------------------------------------*/

div .border-top {
border-top:1px solid #ccc;
padding-top:20px;
}

div .border-bottom {
border-bottom:1px solid #ccc;
padding-bottom:20px;
}

/*--------------------------------------------------------------
追加 to top
--------------------------------------------------------------*/
.gp-back-to-top {
opacity: 0.5 !important;
background-color:rgba(0,0,0,0.5);
}

/*--------------------------------------------------------------
追加 instagram
--------------------------------------------------------------*/
.instagram {
margin-top:20px;
margin-bottom:20px;
font-weight:600;
}

/*--------------------------------------------------------------
追加 GoogleAdsense
--------------------------------------------------------------*/

.GoogleAdsense {
margin-top:20px;
margin-bottom:20px;
}

/*--------------------------------------------------------------
マップページ
--------------------------------------------------------------*/

.mymap {
position: relative;
width: 100%;
padding-top: 100%;
}
@media screen and (max-width: 600px) {
	.mymap {
		display: none;
	}
}

.mymap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mymap .i4ewOd-pzNkMb-haAclf {
visibility: hidden;
}

.mymap_text {
}
@media screen and (min-width: 600px) {
	.mymap_text {
		display: none;
	}
}

/*--------------------------------------------------------------
メニュー
--------------------------------------------------------------*/

@media screen and (max-width: 1100px) {
	.nav-menu img {
		display: none;
	}
}

/*--------------------------------------------------------------
追加　タイトル下ブログランキング
--------------------------------------------------------------*/

.undertitle_blogranking {
	margin-top: 10px;
	font-size:85%;
}

/*--------------------------------------------------------------
追加　フッターナビ1行指定
--------------------------------------------------------------*/

.paging-navigation .meta-nav {
	white-space: nowrap;
	padding: 10px 10%;
}

/*--------------------------------------------------------------
追加　アフィリめし
--------------------------------------------------------------*/

.affili-flame {
border: 1px solid #cccccc;
border-radius: 8px;
margin-bottom: 50px;
padding: 20px;
padding-bottom: 0;
background: #f4f4f4;
}

.affili-meshi {
border-top: 1px solid #cccccc;
padding-top: 20px;
font-size: 18px;
}

.entry-content .font-size_larger {
font-size: 1.8em;
line-height: 1.3;
}

/*--------------------------------------------------------------
追加　お問い合わせページ
--------------------------------------------------------------*/

div.wpcf7-mail-sent-ok {
    border: 2px solid #ff0000;
}

/*--------------------------------------------------------------
追加　リンクカード
--------------------------------------------------------------*/

p + .linkcard {
	margin-top:-25px;
}

/*--------------------------------------------------------------
追加　記事中スモールタイトル
--------------------------------------------------------------*/

.small_title {
	margin-top:50px;
}

.small_title strong {
	font-size: 1.5em;
}

