@charset "UTF-8";
/*---------------------------------------------------------
Theme Name:  arc-tairyoudonya
Theme URI: 
Description: arc-tairyoudonya
Author: arc
Author URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Version: 2018009
---------------------------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@import url("font-awesome-4.5.0/css/font-awesome.css");


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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	word-wrap: break-word;
}

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

body {
	background: #fff;
}

a,
a:active {
	color: #0044bf;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
  outline:none !important;
}

a:focus {
	outline: thin dotted;
}

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


a:hover {
	color: #bf0000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 28px 0 28px;
}

h1 {
	font-size: 24px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 20px;
	line-height: 1.3;
}

h3 {
	font-size: 18px;
	line-height: 1.3;
	margin: 28px 0 28px 0;
	padding: 12px 0;
	border-bottom: 1px solid #fff;
}

h4 {
	font-size: 16px;
	line-height: 1.3;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 414px) {
h1 {
	font-size: 20px;
	line-height: 1.3;
	margin: 28px 0 0px;
}
h2 {
	font-size: 16px;
	line-height: 1.3;
}
h3 {
	font-size: 16px;
	line-height: 1.3;
}
} 

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

cite:before {
    content: "\f0da";
	font: normal 20px/1 FontAwesome;
    font-weight: bold;
    color: #404040;
    padding: 0 15px;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin: 20px 0;
	font-size: 14px;
}

@media screen and (min-width: 1000px) {
p {
	font-size: 16px;
}
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	line-height: 1.5;
	margin-bottom: 24px;
	background-color: #f2f2f2;
	padding: 12px 15px;
}

blockquote p {
	padding: 0;
	margin: 0;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 28px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: 1px solid #545454;
	border-radius: 50%;

}

@media screen and (max-width: 500px) {
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: 1px solid #545454;
	border-radius: 50%;
}
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
}

th {
	border: 1px dashed rgba(0, 0, 0, 0.2);
}

td {
	border-left: 1px dashed rgba(0, 0, 0, 0.2);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}


table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0;
	width: 100%;
	table-layout: fixed;
}

caption,
th,
td {
	font-weight: normal;
	vertical-align:middle;
}

tr {
}

th {
	border-width: 0 0 1px 0;
	font-weight: normal;
	font-size: 14px;
	padding: 6px 4px;
	margin: 0;
}

td {
	border-width: 0 1px 1px 1px;
	font-size: 14px;
	padding: 6px 8px;
	margin: 0;
}

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

th {
	font-size: 13px;
}

td {
	font-size: 13px;
}

}
del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.clare {
	clear: both;
}

* , * :after, * :before {
  box-sizing: border-box;
}

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #565656;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 20px 8px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img,
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.f120 {
	font-size: 110%;
	font-weight: bold;
}

.f130 {
	font-size: 130%;
	font-weight: bold;
}

.f-red120 {
	font-size: 120%;
	font-weight: bold;
	color: red;
}

.f-Blue120 {
	font-size: 120%;
	font-weight: bold;
	color: blue;
}

.voice {
	background-color: #f6f6f6;
	padding: 20px 22px 1px;
	margin-bottom: 22px;
}

.tag-links {
	font-size: 90%;
}

.clear{
  clear: both;
}
 
/**** base-style *********************************/

#wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#site-header {
	background: #ffffff;
	position: relative;
	z-index: 3;
	opacity: 1;
	margin: 0;
	padding: 0 8px;
	height: auto;
	width: 100%;
}

#site-header h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
}

.site-title {
	width: 100%;
	margin: 15px 0 20px 0;
	font-size: 14px;
	float: left;
}

.site-title a {
	color: #533300;
}

#content {
	padding: 0;
	margin: 18px auto;
	font-size: 16px;
}

#side {
	padding: 0 60px;
	margin: 18px auto;
}


#footer {
	background: #000000;
	color: #fff;
	margin: 36px auto 0;
	text-align: center;
}

#footer p {
	padding: 24px 0;
	margin: 0;
	color: #ffffff;
	font-size: 13px;
}

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


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

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

@media screen and (max-width: 414px) {
.site-title {
	width: 100%;
	margin: 8px 0;
}
#side {
	padding: 0 18px;
	margin: 18px auto;
}
}

@media screen and (max-width: 375px) {
}
@media screen and (max-width: 350px) {
}

@media screen and (min-width: 1024px) {
#wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

#content {
	font-size: 16px;
	line-height: 1.7;
	padding: 0;
	margin: 0;
}

#content .post {
	font-size: 16px;
	line-height: 1.5;
/*	margin-right: 34% !important;
	float: left;
	*/
}

#side {
	border: 0;
	clear: none;
	float: right;
	margin: 30px 10px 0 -100%;
	min-height: 100vh;
	width: 300px;
	padding: 0 0;
}

#footer {
	 clear: both;
}
}

/**** naver *********************************/
  
.nav-horizontal {
  margin: 0 auto;
  padding: 0;
  max-width: 1150px;
  font-size: 13px;
}

.nav-horizontal ul {
  margin: 12px auto 12px;
  padding: 4px 0 0 0;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.52);
  list-style-type: none;
}
.nav-horizontal li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.nav-horizontal li a:before {
    content: "\f138";
	font: normal 16px/1 FontAwesome;
	position: relative;
	top: 1px;
	left: -4px;
}

.nav-horizontal li a {
  display: block;
  padding: 10px 0 0 0;
  margin: 0 0 4px 0;
  text-decoration: none;
  height: 40px;
  width: 190px;
  line-height: 1;
  font-family: 'Rounded Mplus 1c';
  font-weight: 700;
  color: #fff !important;
  background-color: #cd0000;
  border-bottom: 4px solid #000000;
}

.nav-horizontal li a:hover {
  background-color: #9f0000;
  color: #fff !important;
}

.nav-horizontal .mask {
  height: 5em;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-horizontal * {
}

.nav-horizontal li .small a {
	position: relative;
	top: -12px;
	font-size: 9px;
	font-weight: 900;
	color: #ffffff !important;
  font-family: 'Noto Sans Japanese';
}
@media screen and (max-width: 1000px) {
.nav-horizontal li a {
  width: 170px;
}
}

@media screen and (max-width: 900px) {
.nav-horizontal li a {
  width: 160px;
}
}

@media screen and (max-width: 840px) {
.nav-horizontal li a {
  width: 150px;
}
}

@media screen and (max-width: 800px) {
.nav-horizontal li a {
  width: 140px;
}
}
@media screen and (max-width: 500px) {
.nav-horizontal li a {
  padding: 12px 0 0 0;
  margin: 0 0 4px 0;
  height: 40px;
  width: 170px;
}
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 370px) {
.nav-horizontal li a {
  padding: 12px 0 0 0;
  margin: 0 0 4px 0;
  height: 40px;
  width: 150px;
}
}


/* header */
#top-head {
    top: 0px;
    position: relative;
    max-width: 1024px;
    margin: 45px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
    clear: both;
}
.top-header {
    max-width: 1024px;
    margin: 0 auto;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

/**** search *********************************/

.search-form {
    display: block;
    position: relative;
    top: 3px;
    width: 250px;
    float: right;
}

.search-form:after {
    z-index: 100;
    position: absolute;
    left: 190px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    color: #414141;
    text-align: center;
    content: "\f002";
	font: normal 16px/1 FontAwesome;

}
.search-field {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 0;
    opacity: 0;
    z-index: 200;
    width: 250px;
    height: 50px;
    top: -15px;
    padding: 0 0 0 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.search-field:focus {
    width: 250px;
    opacity: 1;
    cursor: text;
    left: -60px;
    border-radius: 6px;
}
.search-form input[type="submit"] {
    display: none;
}
@media screen and (max-width: 414px) {
.search-form {
    top: 3px;
    width: 200px;
    float: right;
}
.search-form:after {
    left: 140px;
}
}
	
.footer {
  text-align: center;
  margin: 3em;
}

/**** index-news *********************************/

#content .news,#content .index-top {
	max-width: 1000px;
	margin: 24px auto 0;
}

#content .index-top h2 {
	padding: 0 3%;
	margin: 10px 0 0;
	width: 100%;
	font-size: 18px;
}

#content .index-top h3 {
	padding: 12px 18px;
	margin: 5px 3% 5px;
	width: 94%;
}

#content .index-top h4 {
	padding: 12px 18px;
	margin: 5px 3% 5px;
	width: 94%;
}

#content .index-top dl.list {
	padding: 12px 18px;
	margin: 18px 3% -10px 3%;
	width: 94%;
	height: 200px;
}



#content .index-top dt {
	float: left;
	clear: both;
	margin: 0 0 4px 0;
}

#content .index-top dd {
	float: left;
	margin: 0 0 4px 12px;
}

.ranking-01 {
	width: 100%;
	height: auto;
	margin:20px 0 0;
	padding: 0;
}

.ranking-01 h3 {
	border-bottom: 0px;
	margin: 12px 0 8px !important;
	padding: 0 !important
}

.ranking-01 .ranking-box {
	width: 20%;
	float: left;
	margin: 4px auto;
	padding: 0;
	text-align: center;
}

.ranking-01 .ranking-naiyou {
	margin: 8px auto 4px;
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
}
.ranking-01 .ranking-price {
	margin: 0 auto !important;
	text-align: right;
	font-size: 13px;
}

.kaisendon-menu-top {
	margin: 36px auto !important;
	max-width: 500px;
}

.kaisendon-menu-top a:hover {
	opacity: 0.7;
}

.kaisendon-menu-center {
	text-align: center !important;
	margin: 0 auto !important;
	max-width: 650px;
}

.kaisendon-menu-small {
	margin: 18px 12px 0!important;
	max-width: 300px;
	float: left;
}

.kaisendon-menu-small a:hover {
	opacity: 0.7;
}


.kaisendon-tel-01,.kaisendon-tel-02 {
	text-align: center;
}

.kaisendon-tel-01 img {
	width: 300px;
	margin: 18px auto;
}

.kaisendon-area-01 {
	text-align: center;
	margin-top: 24px;
}

.kaisendon-map-01 {
	text-align: center;
	margin: 18px auto 0;
}

.kaisendon-tel-02 img {
	width: 300px;
	margin: 12px auto;
}

.kaisendon-text-01 p {
	text-align: center;
	font-size: 18px;
}

.kaisendon-image-01 {
	margin: 24px auto !important;
	text-align: center;
}


.kaisendon-image-01 img {
	max-width: 800px;
	width: 100%;
}


@media screen and (max-width: 1050px) {
.ranking-01 {
	width: 96%;
	margin:20px auto 0;
}
}

@media screen and (max-width: 900px) {
.ranking-01 {
	width: 96%;
}
.ranking-01 .ranking-naiyou {
	font-size: 11px;
}
.ranking-01 .ranking-price {
	font-size: 13px;
}
}

@media screen and (max-width: 650px) {
.kaisendon-menu-center {
	max-width: 300px;
}
}



@media screen and (max-width: 600px) {
#content .index-top dl.list {
	padding: 12px 0 12px 18px;
	margin: 18px 3% -10px 0%;
	width: 94%;
	height: 220px;
}
.ranking-01 {
	width: 98%;
	padding-left: 1%
}
.ranking-01 .ranking-box {
	width: 33%;
	float: left;
	margin: 4px auto;
	padding: 0;
	text-align: center;
}
}



@media screen and (max-width: 500px) {
.ranking-01 {
	width: 96%;
	padding-left: 0%
}
.ranking-01 .ranking-box {
	width: 50%;
	margin: 4px auto;
	padding: 0;
	text-align: center;
}
.ranking-01 .ranking-naiyou {
	font-size: 12px;
}
.ranking-01 .ranking-price {
	font-size: 13px;
}
}


#content .post h2 {
	padding: 12px 18px;
	margin: 5px 0 5px;
	width: 100%;
	background-color: #000 !important;
	color: #fff !important;
	
}

#content .post h3 {
	padding: 12px 18px;
	margin: 5px 0 5px;
	width: 100%;
}

#content .post h4 {
	padding: 12px 18px;
	margin: 5px 0 5px;
	width: 100%;
}

#content .post .menu-box {
	width: 100%;
	margin: 12px auto;
	text-align: center;
}

#content .post .menu-box-01 {
	width: 32%;
	margin: 4px 0.2%;
	float: left;
}

@media screen and (max-width: 750px) {
#content .post .menu-box-01 {
	width: 49%;
	margin: 4px 0.2%;
	float: left;
	border-radius: 24px;
}
}

#content .post .menu-box-01 .mb {
	height: 100px;
	text-align: center;
}

#content .post .menu-box-01 .mf {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 900;
	padding: 12px 0px;
	margin: 0 12px;
	border-bottom: 3px solid #c60000;
}

#content .post .menu-box-01 .md {
	padding: 8px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}

#content .post .menu-box-01 span.sj1 {
	background-color: #d90000;
	color: #fff;
	padding: 0.22em 0.7em;
	border-radius: 100%;
	margin-right: 8px;
}

#content .post .menu-box-01 span.sj3 {
	background-color: #d90000;
	color: #fff;
	padding: 0.25em 0.4em;
	border-radius: 100%;
	margin-right: 8px;
}


#content .post .menu-box-01 span.sj2 {
	background-color: #d90000;
	color: #fff;
	padding: 0.22em 0.4em;
	border-radius: 100%;
	margin-right: 8px;
}

@media screen and (max-width: 500px) {
#content .post .menu-box-01 .mf {
	font-size: 14px;
	line-height: 1.2;
	padding: 12px 0px;
	margin: 0 4px;
}
}



#content .index-top p {
	padding: 14px 3% 12px;
}

.s0 {
	color: #444;
	font-size: 18px;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 12px 0 !important;
	margin: 0 !important;
}

.s1 {
	color: #444;
	font-size: 16px;
	display: flex;
	align-items: center;
}


.moyou01 {
	background-image: url("./img/moyou01.jpg");
	background-size: contain;
	height: 50px;
	padding: 12px 6px !important;
	text-align: center;
}

.moyou02 {
	background-image: url("./img/moyou01.jpg");
	background-size: contain;
	height: 50px;
	padding: 12px 0 !important;
	text-align: center;
}


@media screen and (max-width: 800px) {
.s0 {
	font-size: 16px;
}

.s1 {
	font-size: 13px;
}
}

@media screen and (max-width: 500px) {
.moyou01 {
	height: 70px;
}
}


.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:before {
	margin-right: .6em;
	margin-left: .6em;
}
.s1:after {
	margin-left: .6em;
	margin-right: .6em;
}

#content .news-banner h2 {
	background-color: #ffbc50;
	margin: 24px 3% 0px;
	padding: 12px 3%;
	color: #000;
	padding: 10px 20px;
	font-weight: bold;
}

#content .box h2 {
	font-size: 16px;
}

#content .news ul{
	list-style-type: none;
	padding: 0 3%;
	margin: 24px 0 0 0;
}

#content .news ul a {
	color: #000;
}

#content .news ul a:hover {
	color: #de000c;
}

#content .news ul li {
	width: 50%;
	float: left;
	padding: 6px 1%;
}

#content .news h2{
	margin: 0 3%;
}

#content .news time {
	color: #de0000;
	float: left;
}

#content .news .cat {
	color: #de0000;
	float: left;
	padding-left: 12px;
}

#content .box img {
	width: 30%;
	float: left;
	padding: 0 12px 0 0;
	margin: 0;
}

#content .post h1 {
	padding: 12px 3%;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}


#content h1.archive-title  {
	background-color: #c60000;
	margin: 24px 0 0;
	padding: 12px 3%;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

#content .time {
	text-align: right;
	padding: 12px 0;
	font-size: 13px;
}

#content .another-post {
	text-align: right;
	margin-right: 3%;
	margin: 24px 3%;
}

#content .another-post a {
	display: block;
	color: #000000;
}

@media screen and (max-width: 768px) {
#content .news time {
	font-size: 12px;
}
#content .news .cat {
	font-size: 12px;
}
}


@media screen and (max-width: 700px) {
#content .news ul li {
	width: 100%;
	float: none;
	margin: 0;
	padding: 10px 0px 10px 0;
	clear: both;
}
}

@media screen and (max-width: 700px) {
#content .box h2 {
	font-size: 15px;
}
}



/**** content single *********************************/

#content .post {
	max-width: 1000px;
	margin: 0 5%;
}

@media screen and (max-width: 600px) {
#content .post {
	padding: 0;
	margin: 0 2%;
}
}

/**** breadcrumb *********************************/

#breadcrumb {
	margin: 0 0 -10px 0 !important;
	font-size: 12px;
}

#breadcrumb .bread a {
	color: #000;
	padding: 6px 8px;
	line-height: 2.6;
}

#breadcrumb .bread a:hover {
	color: #000;
	background-color: #3d3d3d;
}

#breadcrumb .bread:after {
	content: "\f101";
	font: normal 16px/1 FontAwesome;
	padding: 0 8px;
}

.tag {
	margin: 24px 0 12px;
}

.tag a {
	color: #5d5d5d;
	padding: 6px 8px;
	line-height: 2.6;
	background-color: #f1f1f1;
	border: 1px solid #d4d4d4;
}

.tag a:hover {
	color: #000;
	background-color: #3d3d3d;
	border: 1px solid #ffffff;
}

/**** side *********************************/

#side a {
	color: #2b2b2b;
}

#side a:hover {
	color: #bf0000;
}

#side ul {
	list-style-type: none;
	padding: 0;
	margin: 4px 0 24px;
}

#side h4 {
	background-color: #f3fbff;
	border-bottom: 4px #004e76 solid;
	padding: 10px 14px;
	margin: 0;
	clear: both;
}

#side ul li {
	padding: 8px 0px;
	line-height: 1.4;
	clear: both;
}

#side ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

#side .widget_recent_comments li {
	min-height: 50px;
	padding: 12px 0px;
}

#side .post-date,
#side .wpp-views {
	font-size: 12px;
}

#side #searchform {
	width: 100%;
	margin: 24px 0;
	text-align: center;
}


#side .widget_meta ul li a {
	height: 35px;
}

#side .widget_categories ul,
#side .widget_archive ul,
#side .tagcloud {
	margin: 18px 0;
}


#side .widget_categories ul li,
#side .widget_archive ul li,
#side .tagcloud a {
	border: none;
	display: inline-block;
	margin: 0;
	padding: 4px 8px 0px 0px;
}

#side .widget_categories ul li a,
#side .widget_archive ul li a,
#side .tagcloud a {
	height: 20px;
	padding: 4px 8px;
	background-color: #4a4a4a;
	border-radius: 4px;
	border: none;
	color: #fff;
}

#side .tagcloud a {
	margin: 4px 2px 8px 4px;
	padding: 2px 8px 6px;
}

#side .widget_categories ul li a:hover,
#side .widget_archive ul li a:hover,
#side .widget_tag_cloud a:hover {
	background-color: #cc0000;
	
}

#side .widget_text .textwidget {
	padding: 18px 0px 24px;
}

@media screen and (max-width: 969px) {
#side ul li {
	font-size: 17px;
}
#side .post-date,#side .wpp-views {
	margin-top: -18px;
	float: right;
}
#side .widget_recent_comments li {
	padding: 12px 0px;
}
#side .widget_text .textwidget {
	font-size: 16px;
}
}

@media screen and (max-width: 569px) {
#side ul li {
	font-size: 15px;
}
#side ul li a {
	height: 75px;
}
#side .post-date,#side .wpp-views {
	margin-top: -18px;
	float: right;
}
#side .widget_text .textwidget {
	font-size: 14px;
}
}

/**** plugin- popular post *********************************/

.wpp-list .wpp-thumbnail {
	float: left;
	margin: 0 10px 10px 0px;
	width: 70px !important;
	border: 0;
	border-radius: 0;
	transition: 0.5s;
}

.wpp-post-title {
	padding-left: 10px;
}

/**** popular post *********************************/

#side .articles a {
	padding: 10px 0 0 0;
	min-height: 70px;
	width: 100%;
	position: relative;
}

#side .articles img {
	float: left;
	margin: 0 10px 10px 0px;
	padding: 0;
	width: 70px;
	height: 70px;
	border: 0;
	border-radius: 0;
	transition: 0.5s;
}


#side .articles .view_count {
	bottom: 0px;
	right: 0;
	color: #666;
	font-size: 12px;
	background: rgba(0,0,0,0.1);
	padding: 0 5px 0 5px;
	float: right;
	position: relative;
	top: -13px;
}

#side .articles .view_count:after { 
	content: "view";
	color: #000;
	margin: 0 0 0 5px;
}

#side .wpp-list a {
	padding: 0 0 0 0;
	min-height: 70px;
	position: relative;
}

#side .wpp-list .popular-title {
	position: relative;
	top: -6px;
}

#side .wpp-list .wpp-views {
	bottom: 0px;
	right: 0;
	color: #666;
	font-size: 12px;
	background: rgba(0,0,0,0.1);
	padding: 0 5px 0 5px;
	float: right;
	position: relative;
	top: -13px;
}

/**** sns-side *********************************/


.rss-side {
	display: inline-block;
	width: 50px;
	margin: 18px 0;
}

.rss-side a:hover {
	opacity: 0.5;
}

.twitter-side {
	display: inline-block;
	width: 50px;
}

.twitter-side i.fa {
	font-size: 46px;
	color: #84b7e7;
	line-height: 1;
}

.facebook-side {
	display: inline-block;
	width: 50px;
}

.facebook-side i.fa {
	font-size: 46px;
	color: #0a388d;
	line-height: 1;
}

.g-side {
	display: inline-block;
	width: 50px;
}

.g-side i.fa {
	font-size: 46px;
	color: #c30000;
	line-height: 1;
}


.rss-side i.fa {
	font-size: 46px;
	color: #ff8a30;
	line-height: 1;
}

.feedly-side {
	display: inline-block;
}

.feedly-side img {
	border-radius: 8px;
	position: relative;
	top: -12px;
	left: 0px;
}

/**** calendar *********************************/

.widget_calendar table {
	text-align: center;
	margin: 16px 0;
}

.widget_calendar td {
	padding: 4px 0;
}

.widget_calendar td {
	color: #aeaeae !important;
}

.widget_calendar td a{
	color: #323232 !important;
}

.widget_calendar td a:hover{
	color: #cc0000 !important;
}

/**** kanren *********************************/
.incident ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.incident img {
	float: left;
	margin: 0 10px 0px 0px;
	width: 70px !important;
	border: 0;
	border-radius: 0;
	transition: 0.5s;
}

.incident ul li {
	width: 48%;
	float: left;
	margin-right: 2%;
	line-height: 1.3;
	font-size: 15px;
	border-bottom: 1px solid #a8a8a8;
}

.incident ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	color: #2b2b2b;
}

.incident ul li a:hover {
	color: #bf0000;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,251,237,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,251,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,251,237,1) 100%);
}

@media screen and (max-width: 668px) {
.incident ul li {
	width: 100%;
	float: none;
	margin-right: 0;
	line-height: 1.3;
	font-size: 16px;
}
}
/**** comment *********************************/

#comment {
	clear: both;
	padding-top: 24px;
}

#comment h4{
	clear: both;
	padding-top: 24px;
}

#comment ul {
	list-style-type: none;
}

#comment ol {
	list-style-type: none;
}

.commets-list {
	margin-left: 0px;
}

#comment .reply {
	width: 100px;
	float: right;
	text-align: center;
	margin-bottom: 18px;
}

#comment .reply a {
	display: block;
	padding: 4px 8px;
	border: 1px solid #777;
	color: #414141;
	background-color: #eaeaea;
	font-size: 12px;
}

#comment p {
	padding: 0;
	margin: 12px 0px 4px 0px;
	line-height: 1.5;
}

.comment-author {
	clear: both;
}

.comment-author .fn {
	position: relative;
	top: -10px;
	font-style: normal;
	font-size: 15px;
}

.comment-author .says {
	position: relative;
	top: -10px;
	font-size: 13px;
}

.comment-meta {
	position: relative;
	top: -20px;
	float: right;
	font-size: 13px;
}

.comment-respond {
	clear: both;
}
/**** contentslist *********************************/

#toc {
  margin: 0 auto 12px;
  width: 95%;
  background: #f3f3f3;
}
.mokuji_wrap {
  border: 1px solid #aaa;
}
.mokuji {
  color: #363636;
  font-weight: bold;
  padding: 10px 20px 15px;
}

.mokuji:before {
    content: "\f1ea";
	font: normal 20px/1 FontAwesome;
    font-weight: bold;
    color: #404040;
    padding: 0 15px 0 0;
    font-size: 16px;
}

#toc ul {
  border: 0;
  font-size: 14px;
  padding: 0 20px;
}
#toc li {
  line-height: 1.5;
}

/**** tablenav *********************************/

.tablenav {
	margin: 0px 3% 20px;
	padding: 30px 0 20px;
	line-height:1.5;
	font-weight: bold;
	clear: both;
}

.tablenav a {
	color: #000;
}

a.page-numbers, .tablenav .current {
	padding: 12px 14px;
	text-decoration:none;
	font-size:smaller;
	background: #474747;
	border-radius: 4px;
}

a.page-numbers:hover {
	color: #ffffff;
	background: #737373;
}

.tablenav .current {
	color: #ffffff;
	background: #c2c2c2;
	font-weight:bold:
}

.tablenav .next,
.tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
	background: #474747;
}

.tablenav .next a:hover,
.tablenav .prev a:hover {
	background: #c2c2c2;
}

.p-navi dl {
	background-color: #000000;
	color: #ca0000;
	margin: 48px 3% 0;
	padding: 12px 4px;
}

.p-navi dt {
	font-size: 15px;
}

.p-navi dd {
	font-size: 14px;
	margin: 0 0 8px;
}

.p-navi dd a {
	color: #fff;
}

.p-navi dd a:hover {
	color: #e00000;
}


/**** twitter *********************************/

.balloon-btn{
  width:65px;
  height:63px;
  margin-right:10px;
  margin-left:6px;
  float:left;      
}
 
.balloon-btn a{
  display:block;
  color:#777;
  font-size:14px;
  text-decoration:none;
}
 
a.arrow-box-link{
  color: #bbb;
  text-align:center;
  display:block;
}
 
a.balloon-btn-link{
  border:1px solid #ddd;
  width:65px;
  height:18px;
  line-height:16px;
  position:relative;
  color:white;
  border-radius:3px;
  text-align:center;
  display:block;
}
 
.arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  text-align:center;
  width:65px;
  height:33px;
  border-radius:3px;
  line-height:33px;
}
 
.arrow-box:after,
.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
 
.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow-box:before {
  border-color: rgba(187, 187, 187, 0);
  border-top-color: #ccc;
  border-width: 5px;
  margin-left: -5px;
}
 
a.twitter-balloon-btn-link .blogicon-twitter{
  color:#55acee;
  font-size: 16px;
}
a.twitter-balloon-btn-link .tweet-label{
  font: 11px/18px "Helvetica Neue",Arial,sans-serif;
  font-weight: bold;
  color: #000;
  margin-left: 3px;
  vertical-align: top;
}
 
a.balloon-btn-link {
  font-size:16px;
  border:1px solid #bbb;
  margin-top: 6px;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
  background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
  background-color:#f9f9f9;
  color:#666666;
  display:inline-block;
}

.h-bookmark {
  float:left;
  margin-left:5px;
}

.f-share {
  float:left;
  margin-left:5px;  
}

.pocket-btn {
  float:left;
  margin-right: 10px;
}

.feedly {
  clear: both;
  position: relative;
}

@media screen and (max-width: 376px) {
.pocket-btn {
  float:left;
  position: relative;
  left: 10px;
  top: 6px;
}
.feedly {
  clear: both;
  position: relative;
  top: -60px;
  left: 80px;
}
}
@media screen and (max-width: 580px) {
.feedly {
  clear: both;
  position: relative;
  top: 0px;
  left: 0px;
}
}

.social-buttons {
	clear: both;
	margin-top: 20px;
	padding-top: 24px;
}

.fb-bottom {
	clear: both;
}

/* page-top-icon */

.side-sns {
	background-color: #fff;
    position: fixed;
    display: none;
    bottom: 110px;
    right: 0px;
	width: 60px;
	height: 150px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}

.side-sns a {
}


.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
}
.pagetop a {
    display: block;
    text-align: center;
    color: #e10000;
    background-color: #fff;
    font-size: 32px;
    text-decoration: none;
    line-height: 0.5;
    padding: 4px 6px 8px 6px;
    border: 2px solid #e10000;
    border-radius: 100%;
    opacity: 0.3;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #de3737;
    background-color: #fff;
    font-size: 32px;
    text-decoration: none;
    line-height: 0.5;
    padding: 4px 6px 8px 6px;
    opacity: 0.3;
}

.side-fb {
    display: none;
    position: fixed;
    bottom: 170px;
    right: 15px;
}
.side-fb a {
    display: block;
    text-align: center;
    color: #0034b4;
    font-size: 40px;
    text-decoration: none;
    line-height: 0.5;
    opacity: 0.3;
}
.side-fb a:hover {
    display: block;
    text-align: center;
    color: #de3737;
    background-color: #fff;
    font-size: 40px;
    text-decoration: none;
    line-height: 0.5;
    opacity: 0.3;
}

.side-info {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 15px;
}
.side-info a {
    display: block;
    text-align: center;
    color: #969696;
    font-size: 36px;
    text-decoration: none;
    line-height: 0.5;
    opacity: 0.3;
}
.side-info a:hover {
    display: block;
    text-align: center;
    color: #de3737;
    background-color: #fff;
    text-decoration: none;
    line-height: 0.5;
    opacity: 0.3;
}

.side-q {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 25px;
}
.side-q a {
    display: block;
    text-align: center;
    color: #969696;
    font-size: 40px;
    text-decoration: none;
    line-height: 0.5;
    opacity: 0.3;
}
.side-q a:hover {
    display: block;
    text-align: center;
    color: #de3737;
    background-color: #fff;
    font-size: 40px;
    text-decoration: none;
    line-height: 0.5;
    opacity: 0.3;
}


.link-a{background-image:-webkit-linear-gradient(#169a0f 0, #12b809 95%, #12b809 100%);background-image:linear-gradient(#169a0f 0, #12b809 95%, #12b809 100%);color:#09740b;line-height:1.3;text-align:center;font-size:18px;border-radius:40px;box-shadow:0 -3px 0 #186f03;font-weight:bold;position:relative;overflow:hidden;width:80%;margin:8px auto 12px; text-align:center!important;}
.link-a a{color:#fff;display:block;height:55px;padding:14px 12px 0;text-align: center;}
.link-a a:hover{color:#dd0000;}
.link-a:before{content:"";background-image:-webkit-linear-gradient(130deg,
rgba(255,255,255,0) 20%,
rgba(255,255,255,0.5) 50%,
rgba(255,255,255,0) 80%);background-image:linear-gradient(130deg,
rgba(255,255,255,0) 20%,
rgba(255,255,255,0.5) 50%,
rgba(255,255,255,0) 80%);width:200%;height:200%;position:absolute;top:-100%;left:-200%;-webkit-transition:all 0.5s;transition:all 0.5s;}
.link-a:hover:before{top:0%;left:100%;}

@media screen and (max-width: 376px) {
.link-a{width:92%;margin:8px 4% 12px;}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}