/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
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,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font: inherit;
font-size: 100%;
font-family: Meiryo, "メイリオ", sans-serif;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
dl, dt, dd {
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
.entry_form ul {
line-height: 1.4em;
margin-left: 2em;
}
.entry_form ol {
line-height: 1.4em;
margin-left: 2em;
}
.entry_form li {
margin-bottom: 0.4em;
}
#content ul.notice {
line-height: 1.4em;
list-style: none;
font-size: 10pt;
margin-left: 1em;
}
#content ul.notice li:before {
content: "※";
margin-left: -1em;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
th {
font-weight: bold;
}
th, td {
border: 1px solid #aaa;
}
caption, th, td {
text-align: left;
}
a:focus {
outline: none
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
embed, iframe, object {
max-width: 100%;
}

/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
color: #232323;
font-size: 16px;
word-wrap: break-word;
}
body {
background-color: #fff;
}
/* Headings */
h1,h2,h3,h4,h5,h6{ line-height: 1.2; margin: 0; overflow:hidden; padding-top:0.17em; padding-bottom:0.17em;}
h1 { font-size: 188% }
h2 { font-size: 150% }
h3 { font-size: 128% }
h4 { font-size: 116% }
h5 { font-size: 108% }
h6 { font-size: 100% }
h1,h2{ margin-bottom: 0.4em }
h2{ margin-top: 1em }
hr {
border-color: #999;
border-style: solid none;
border-width: 1px 0 0;
height: 0;
margin: 0;
}
#heading01 {
height: 40px;
color: #fff;
font:bold 22px/42px Meiryo;
text-align: left;
background-color: #ffae00;
padding: 2px 10px;
}
#heading02{
line-height: 1.2;
font-size: 150%;
color: #ffae00;
font-weight: bold;
text-align: left;
border-bottom: 1px solid #ffae00;
margin: 0 0 10px;
padding-bottom: 0.17em;
}
#heading03{
line-height: 1.2;
font-size: 150%;
color: #ffae00;
font-weight: bold;
text-align: left;
border-bottom: 1px solid #ffae00;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 0.17em;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
line-height: 1.6;
margin-bottom: 15px;
font-size: 15px;
}
strong {
font-weight: bold;
}
ruby {
font-family: Arial;
}
pre {
background-color: #fff;
margin-bottom: 20px;
overflow: auto;
padding: 20px;
border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #777777;
cursor: help;
}
address {
display: block;
margin: 0 0 15px;
}
ins {
background: #F8F8F8;
}
table {
margin: 0;
width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
font-size: 12px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin-bottom: 24px;
font-size: 20px;
}
dt {
font-weight: bold;
margin-bottom: 5px;
}
dd {
margin-bottom: 24px;
}
ol {
list-style: decimal;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote{
width: 90%;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding:3em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:10px;
}
blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:0;
bottom:0;
}
#content blockquote{
background: #f2f2f2;
}

/* =BALLOON
----------------------------------------------- */
.balloon {
width: 100%;
margin: 10px 0;
overflow: hidden;
}
.balloon .faceicon {
float: left;
margin-right: -50px;
width: 90px;
}
.balloon .faceicon img{
width: 100%;
height: auto;
border-radius: 50%;
}
.balloon .chatting {
width: 100%;
text-align: left;
}
.says {
display: inline-block;
position: relative; 
margin: 20px 0 0 70px;
padding: 20px;
border-radius: 12px;
background: #e6e6fa;
width: 70%;
}
@media screen and (max-width: 600px) {
	.balloon .faceicon img{
	width: 50%;
	height: auto;
	border-radius: 50%;
	}
	.says {
	display: inline-block;
	position: relative; 
	margin: 0 0 0 50px;
	padding: 10px;
	border-radius: 12px;
	background: #e6e6fa;
	width: 78%;
	}
}
.says:after {
content: "";
display: inline-block;
position: absolute;
top: 3px; 
left: -19px;
border: 8px solid transparent;
border-right: 18px solid #e6e6fa;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
}
.says p {
margin: 0;
padding: 0;
}
.line {
margin: 30px 0;
}

/* =FORMS
----------------------------------------------- */
input, textarea {
-webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
padding: 1%;
border: 1px solid #EAEAEA;
line-height: 20px;
width: 95%;
margin: 0 0 30px;
background-color: #F8F8F8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
border: 1px solid #EAEAEA;
}
input.s {
padding: 0 0 1px 10px;
color: #777777;
background-color: #FFFFFF;
margin: 0;
border: 1px solid #EAEAEA;
}
input.s:focus {
padding-left: 10px;
border-color: #EAEAEA;
text-indent: 0;
}
.colormag-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
background-color: #ffae00;
border: 0px;
transition: background-color 0.3s linear 0s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius:3px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
display:inline-block;
color: #FFFFFF;
}
.search-wrap {
display: table;
margin: 0;
float: right;
margin: 10px 10px 10px 0;
}
#search-form input[type="submit"] {
border-radius: 0;
margin-left: -8px;
margin-bottom: 0;
padding: 6px 10px 5px;
font-size: 18px;
}
.colormag-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
background-color: #ff4500;
}
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* =LINKS
----------------------------------------------- */
a {
text-decoration: none;
}
a:focus, a:active, a:hover {
text-decoration: none;
}
.themeLink a {
color: #0066CC;
}
.themeLink a:hover {
text-decoration: underline;
}
.moreLink {
clear: both;
text-align: right;
padding: 10px;
}
.moreLink a {
color: #0066CC;
}
.moreLink a:hover {
text-decoration: underline;
}

/* =IMAGES
----------------------------------------------- */
figure {
margin: 0;
text-align: center;
}
img {
max-width:100%;
height:auto;
vertical-align:top;
margin-bottom: 0;
}
.entry-content img, .comment-content img, .widget img {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
}
img.size-full, img.size-large {
max-width: 100%;
height: auto;
}
.entry-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 1.625em;
}
p img {
}
img#wpstats {
display: none;
}

/* =BUTTON
----------------------------------------------- */
.themeBtn li {
display: inline-block;
}
.themeBtn {
margin: 10px;
}
.themeBtn a {
display:block;
width: 100%;
color: #fff;
font-weight: bold;
text-align: center;
background-color: #ffae00;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 10px 0;
}
.themeBtn>a:hover {
text-decoration: none;
}
.themeBtn:hover {
filter:alpha(opacity=80);
opacity:0.8;
}

/* =OPACITY
----------------------------------------------- */
.opacity:hover {
filter:alpha(opacity=80);
opacity:0.8;
}

/* =RADIUS
----------------------------------------------- */
.borderRadius05, .borderRadius05 a {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.borderRadius10, .borderRadius10 a {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.circleRadius, .circleRadius a {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
line-height: 25px;
height: 25px;
width: 25px;
text-align: center;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height:1%;
}
.clearfix {
display: block;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
display: inline;
float: left;
margin-right: 10px;
}
.alignright {
display: inline;
float: right;
margin-left: 10px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {
background-size: cover;
}
#page {
max-width: 1200px;
margin: 0 auto;
}
.wide {
padding-top: 0;
padding-bottom: 0;
}
.wide #page {
max-width: 100%;
}
.inner-wrap {
margin: 0 auto;
max-width: 1140px;
}

/* =HEADER
----------------------------------------------- */
#masthead {
}
#header-meta {
background-color: #ffffff;
}
#header-text-nav-container {
background-color: #FFFFFF;
}
#header-text-nav-wrap {
}
#header-left-section {
float: left;
}
#header-logo-image {
float: left;
padding-right: 20px;
}
#header-logo-image img {
margin-bottom: 0;
}
#header-text {
float: left;
padding-right: 20px;
}
#site-title {
padding-bottom: 0;
line-height: 1.2;
}
#site-title a {
color: #444444;
font-size: 46px;
}
#site-description {
line-height: 24px;
font-size: 16px;
color: #666666;
padding-bottom: 0px;
}
#header-right-section {
float: left;
}
#header-right-section .widget {
text-align: left;
color: #232323;
font-size: 13px;
}
#header-right-section .widget .widget-title {
padding-bottom: 0;
font-size: 13px;
line-height: 1.2;
padding-bottom: 5px;
}
.header-image {
background-color: #000;
width: 100%;
text-align: center;
}

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
margin: 0;
list-style: none;
}
#site-navigation {
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
position: relative;
background-color: #232323;
z-index: 100;
}
#site-navigation .inner-wrap {
position: relative;
}
.home-icon {
float: left;
}
.home-icon .fa {
color: #ffffff;
font-size: 27px;
}
.home-icon.front_page_on {
background-color: #ffae00;
}
.main-navigation .home-icon a {
padding: 7px 10px 6px;
}
.main-small-navigation .home-icon a {
padding: 7px 10px;
}
.main-navigation {
width: 100%;
background-color: #232323;
text-align: center;
z-index: 100;
}
.main-navigation li {
float: left;
position: relative;
font-weight: 300;
}
.main-navigation a {
color: #ffffff;
display: block;
float: none;
font-size: 14px;
font-weight: 600;
padding: 10px 12px;
text-transform: uppercase;
}
.main-navigation li.default-menu,
li.default-menu {
display: none;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.menu-item-has-children:hover > a:after {
color: #ffffff;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li:hover > a {
background-color: #ffae00;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 14px;
padding-left: 6px;
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation .sub-menu,
.main-navigation .children {
background-color: #232323;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
display:none;
z-index: 100;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
display:block;
}
.main-navigation ul li ul {
position: absolute;
width: 200px;
top: auto; /* 40px */
}
.main-navigation ul li ul li {
float: none;
}
.main-navigation ul li ul li a {
border-top: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
float: none;
font-size: 14px;
height: 100%;
padding: 10px 15px;
color: #ffffff;
width: 170px;
text-align: left;
text-transform: none;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
color: #FFFFFF;
background-color: #ffae00;
}
.main-navigation ul li ul li ul {
left: 200px;
top: 0;
}
.main-navigation select {
display: none;
}

/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle, .top-menu-toggle {
display: none;
cursor: pointer;
height: 40px;
}
.site-header .menu-toggle {
color: #ffffff;
margin: 0;
text-align: center;
padding-bottom: 0;
}
.site-header .menu-toggle:hover {
background-color: #ffae00;
}
.site-header .menu-toggle:before {
content: "\f0c9";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
display: block;
text-decoration: inherit;
font-size: 24px;
color: #ffffff;
padding: 8px 12px;

}
.main-small-navigation {
float: none;
}
.main-small-navigation .menu-primary-container,
.main-small-navigation .nav-menu {
padding-top: 40px;
padding-bottom: 10px;
}
.main-small-navigation ul {
margin: 0;
list-style: none;
}
.main-small-navigation a {
display: block;
font-size: 14px;
color: #333333;
padding: 10px;
text-decoration: none;
text-transform: uppercase;
}
.main-small-navigation .random-post a {
padding: 8px 12px;
border-bottom: none;
}
.main-small-navigation li {
background-color: #f2f2f2;
}
.main-small-navigation li a:hover {
background-color: #ffae00;
color: #FFFFFF;
}
.main-small-navigation ul ul a {
padding-left: 45px;
text-transform: none;
}
.main-small-navigation ul ul ul a {
padding-left: 90px;
}
.main-small-navigation .current_page_item > a,
.main-small-navigation .current-menu-item > a {
background: #ffae00;
color: #FFFFFF;
}
.main-small-navigation .menu-item-12699 { /* お問い合わせ */
}

/* =CONTENT
----------------------------------------------- */
#main {
background-color: #ffffff;
padding-top: 10px; /* ヘッダーとコンテンツの余白 */
}

/* =LIST
----------------------------------------------- */
.themeBoxwrap a {
color: #232323;
}
.themeBoxwrap img {
position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
max-width: 100%;
}
li.themeBoxwrap>a:hover img, li.themeBoxwrap>a:hover p {
background-color: transparent;
}
.themeBoxwrap dl {
font-size: 12px;
}
.themeBoxwrap dt {
line-height: 1.2em;
font-weight: bold;
}
.themeBoxwrap dd {
position: absolute; right: 5px; bottom: 2px; color: #fff;
margin: 0;
padding: 0;
}
.imgSet {
float: left;
width: 80px;
height: 80px;
border: solid 1px #aaa;
box-sizing:border-box;
background-color: #fff;
}
.metaSet {
position: absolute;
top: 5px;
left: 90px;
}
.metaSet dt {
font-family: 'Yu Mincho'; font-size: 20px;
}
.ListBoxwrap dl, .ListBoxwrap dt, .ListBoxwrap dd {
margin: 0;
padding: 0;
}
.ListBoxwrap ul {
list-style: none;
}
.ListBoxwrap dl {
font-size: 12px;
color: #232323;
}
.ListBoxwrap dt {
line-height: 1.2em;
font-size: 16px;
padding: 0 0 0.17em;
}
.ListBoxwrap dd {
position: absolute; bottom: 0; left: 0;
}
.ListBoxwrap :hover {
background-color: #f7f7f8;
}
.ListBoxwrap :hover dt {
color: #0066CC;
text-decoration: underline;
}
.ListBoxwrap :hover p {
background-color: transparent;
}
.ListExcerpt {
line-height: 1.2em;
font-size: 12px;
}
.termList ul {
overflow: hidden;
max-width: 100%;
padding: 2px;
}
.termList li {
float: left;
box-sizing: border-box;
padding: 1px;
}
.termList .term {
display: block;
border: 1px solid #ddd;
background: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 0.9rem;
font-weight: bold;
color: #232323;
height: 40px;
line-height: 40px;
padding: 0 10px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
overflow:hidden;
}
.termList .term:hover {
background: #f9f9f9;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
margin: 15px 0;
}
.pagination span {
padding: 2px 5px;
border: 1px solid #EAEAEA;
background-color: #ffae00;
color: #FFFFFF;
}
.pagination a span {
background-color: #FFFFFF;
color: #777777;
}
.pagination a span:hover {
color: #0066CC;
border-color: #ffae00;
text-decoration: none;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
font-size: 12px;
border: 1px solid #cccccc;
background-color: #f8f9fa;
margin-bottom: 10px;
}
#colophon .wp-caption {
border: 1px solid #444444;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 5px auto 0;
max-width: 100%;
}
.wp-caption-text {
line-height: 1.6em;
font-size: 12px;
text-align: right;
margin: 5px;
}
.single-sakapedia .wp-caption-text {
line-height: 1.6em;
text-align: left;
}


/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
background-color: #ffae00;
font-size: 12px;
margin-top: 20px;
padding: 20px 0;
}
.footer-socket-area, .footer-socket-area a {
width: 100%;
color: #232323;
}
.footer-socket-area a:hover {
text-decoration: underline;
}
.footer-socket-right-section {
float: right;
}
.footer-socket-left-section {
float: left;
}
.footer-socket-wrapper .copyright {
color: #b1b6b6;
float: left;
max-width: 50%;
}
.footer-socket-wrapper .copyright a {
color: #b1b6b6;
border-bottom: 1px solid #5a5d62;
}
.footer-socket-wrapper .copyright a:hover {
color: #ffffff;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
bottom: 20px;
position: fixed;
right: 20px;
display: none;
opacity: 0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
a#scroll-up i {
font-size: 40px;
color: #ffae00;
}
a#scroll-up:hover {
opacity: 1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* =BANNER
----------------------------------------------- */
.themeBanner {
display: inline-block;
width: 100%;
height: 50px;
line-height: 1.2em;
color: #000;
border-bottom: solid 1px #aaa;
padding: 10px 0 ;
}
.bannerTitle {
font-size: 18px;
font-weight: bold;
text-align: left;
}
.bannerDescription {
font-size: 12px;
text-align: left;
}
.bannerIcon {
width: 50px;
height: 50px;
position: relative;
box-sizing: border-box;
margin: 0 5px;
}
.bannerText {
font-family: 'MS Mincho';
line-height: 1em;
position: absolute;
top: 50%;
-webkit- transform: translateY(-50%);
transform: translateY(-50%);
font-size: 20px;
font-weight: bold;
text-align: center;
}
.bannerInstagram {
background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
float: left;
width: 70.17543859%;
}
#secondary {
float: right;
width: 27.19298245%;
}

/* =POST CONTENT
----------------------------------------------- */
.page-header .page-title {
border-bottom: 2px solid #444444;
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 0;
}
.page-header .page-title span {
background-color: #444444;
color: #fff;
padding: 6px 12px;
display: inline-block;
}
.archive #content .post p {
font-size: 14px;
}
.archive #content .post:nth-child(2n+1) {
float: right;
width: 48.7013%;
}
.archive #content .post:nth-child(2n) {
float: left;
width: 48.7013%;
clear: both;
}
.archive #content .post:first-child {
float: none;
width: 100%;
}
.archive #content .post:not(:first-child) .article-content .entry-title {
font-size: 22px;
}
#content .post a:hover {
text-decoration: underline;
}
#content .post {
margin-bottom: 30px;
}
.single #content .post {
margin-bottom: 0;
}
.single #content .post,
#content .post {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#content .post img {
margin-bottom: 0;
}

/*--------------------------------------------------------------
Responsive Structure（page、inner-wrap）
--------------------------------------------------------------*/
@media screen and (max-width: 1190px) {
	#page {
	width: 100%;
	}
	.wide #page {
	width: 100%;
	}
	.inner-wrap {
	margin: 0 10px; /* width: 98%; */
	}
}
@media screen and (max-width:768px) and (orientation:landscape) {
	#header-logo-image {
	float: none;
	text-align: center;
	padding-right: 0;
	}
}
@media screen and (max-width:768px) {
	#header-text-nav-wrap {
	padding: 10px 0;
	}
	#header-left-section {
	float: none;
	margin-bottom: 10px;
	}
	#header-logo-image {
	float: none;
	text-align: center;
	padding-right: 0;
	}
	#header-text {
	float: none;
	text-align: center;
	padding-right: 0;
	}
	#header-right-section {
	float: none;
	}
	#header-right-section .widget {
	text-align:center;
	}
	.menu-toggle {
	display: block;
	float: left;
	}
	.main-navigation ul {
	display: none;
	}
	.main-navigation .home-icon a {
	padding: 7px 10px;
	}
	.widget_slider_area,
	.widget_beside_slider {
	float: none;
	width: 100%;
	}
	.widget_slider_area {
	padding-bottom: 10px;
	}
	#primary, #secondary {
	float: none;
	width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.news-bar {
	text-align: left;
	}
	.date-in-header,
	.breaking-news,
	#masthead .social-links {
	float: left;
	max-width: 100%;
	}
	.newsticker li {
	text-align: left;
	}
	.footer-socket-right-section,
	.footer-socket-left-section {
	float: none;
	text-align: center;
	}
	.footer-socket-wrapper .copyright {
	float: none;
	max-width: 100%;
	text-align: center;
	}
	.footer-socket-area .social-links {
	float: none;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
	width:25%;
	}
}
@media screen and (max-width: 420px) {
	.widget_featured_posts .first-post,
	.widget_featured_posts .following-post {
	float: none;
	width: 100%;
	}
	.main-content-section .tg-one-half {
	width: 100%;
	}
	.tg-second-footer-widget,
	.tg-third-footer-widget,
	.tg-fourth-footer-widget {
	float: none;
	margin-right: 0;
	width: 100%;
	}
	.single-related-posts {
	margin-right: 0;
	width: 100%;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
	width:33.33%;
	}
}
@media screen and (max-width: 380px) {
	.widget_highlighted_posts .single-article {
	float: none;
	margin-right: 0;
	max-width: 100%;
	}
}

/* =WPP PLUGIN
----------------------------------------------- */
.wpp-list {
counter-reset: ranking;
list-style-type: none;
}
.wpp-list li {
line-height: 1.2em;
position: relative;
height: 75px; border-bottom: solid 1px #aaa;
overflow: hidden;
font-size: 14px;
}
.wpp-list a::before {
counter-increment: ranking;
content: counter(ranking);
position: absolute;
top: 5px;
left: 5px;
background-color: rgba(0,0,0,0.6);
text-align: center;
width: 1.5em;
height: 1.5em;
color: #fff;
line-height: 1.5em;
font-size: 100%;
}
.wpp-list a::before {
border-radius: 0 0 5px 0;
background-color: #ff4500;
}
.wpp-thumbnail {
float: left;
padding-right: 5px;
}
.wpp-excerpt {
line-height: 1.2em;
font-size: 0.6em;
}
.wpp-list a {
display: block;
height: 100%;
color: #777;
}
.wpp-list dl {
margin: 0;
padding: 5px;
}
.wpp-list dt {
line-height: 1.4em;
color: #232323;
font-size: 16px;
}
.wpp-list li:hover dt {
color: #0066CC;
text-decoration: underline;
}
.wpp-list dd {
position: absolute; right: 5px; bottom: 0; font-size: 12px;
margin: 0;
padding: 0;
}
.wpp-list li:hover {
background-color: #f7f7f8;
}
.wpp-views {
line-height: 0;
position: absolute; bottom: 15px; right: 5px; font-size: 14px;
color: #fff; text-shadow: 2px 2px 4px #000;
}
.wpp-views:hover, .wpp-views i:hover {
background-color: transparent;
}
.area {
display: none;
}

/* =WP PAGENAVI PLUGIN
----------------------------------------------- */
.wp-pagenavi {
clear: both;
line-height: 0;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
#content .wp-pagenavi .page,
#content .wp-pagenavi a {
padding: 4px 10px;
color: #777777;
border: 1px solid #F2F2F2;
}
#content .wp-pagenavi .current,
#content .wp-pagenavi a:hover {
padding: 4px 10px;
color: #FFFFFF;
background-color: #ffae00;
border: 1px solid #F2F2F2;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
margin-left: 5px;
border-radius: 2px;
}
#content .wp-pagenavi span.pages {
margin-left: 0;
color: #777777;
padding: 4px 10px;
border: 1px solid #F2F2F2;
}

/* =Easy Footnotes PLUGIN
----------------------------------------------- */
.qtip-content a {
color: #06C;
}
.qtip-content a:hover {
text-decoration: underline;
}

/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('/wp/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
/*
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}
*/
.fa-eye:before{content:"\f06e";margin-right:4px}
.fa-twitter-square:before{content:"\f081";color:#55acee}
.fa-facebook-square:before{content:"\f082";color:#315096}
.fa-instagram:before{content:"\f16d"}
.fa-check-circle:before{content:"\f058"}
.fa-envelope-o:before{content:"\f003"}
.fa-search:before{content:"\f002"}
.fa-bars:before{content:"\f0c9"}
.fa-angle-up:before{content:"\f106"}
.fa-pencil:before{content:"\f040"}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* glyphs */
@font-face{font-family:glyphs;src:url(/wp/wp-content/plugins/glyphs/fonts/glyphs.eot?bucgv7);src:url(/wp/wp-content/plugins/glyphs/fonts/glyphs.eot?bucgv7#iefix) format('embedded-opentype'),url(/wp/wp-content/plugins/glyphs/fonts/glyphs.ttf?bucgv7) format('truetype'),url(/wp/wp-content/plugins/glyphs/fonts/glyphs.woff?bucgv7) format('woff'),url(/wp/wp-content/plugins/glyphs/fonts/glyphs.svg?bucgv7#glyphs) format('svg');font-weight:400;font-style:normal}[class*=" g-"],[class^=g-]{font-family:glyphs!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.g-line:before{content:"\e900";color:#fff;font-size:40px}

/* contact-form-7 CSS */
div.wpcf7{margin:0;padding:0}div.wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-mail-sent-ok{border:2px solid #398f14}div.wpcf7-mail-sent-ng{border:2px solid red}div.wpcf7-spam-blocked{border:2px solid orange}div.wpcf7-validation-errors{border:2px solid #f7e700}.wpcf7-form-control-wrap{position:relative}span.wpcf7-not-valid-tip{color:red;font-size:1em;display:block}.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid red;background:#fff;padding:.2em .8em}span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}span.wpcf7-list-item-label::after,span.wpcf7-list-item-label::before{content:" "}.wpcf7-display-none{display:none}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url(/wp/wp-content/plugins/contact-form-7/images/ajax-loader.gif);width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7 .placeheld{color:#888}div.wpcf7 .wpcf7-recaptcha iframe{margin-bottom:0}div.wpcf7 input[type=file]{cursor:pointer}div.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7-submit{padding:5px 20px}