/*
Theme Name: Doubutu Kikin 2016
Theme URI: http://underscores.me/
Author: Doubutu Kikin
Author URI: http://www.doubutukikin.or.jp/
Description: Original theme for Doubutu Kikin
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doubutukikin2016
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Doubutu Kikin 2016 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
	## Search results
# Infinite scroll
# Media
	## Captions
	## Galleries
# Top
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	letter-spacing: normal !important;
}

body {
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif !important;
}

#page {
    top: -30px;
    position: relative;	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #595757;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
}

h1.page-title div.sec-ttl {
	font-size: 13px;
	float: right;
    margin-top: 12px;
    margin-right: 30px;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 2;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.ta-center {
	text-align: center;
}

.ta-right {
	text-align: right;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*: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: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 3em;
	margin-top: 3em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	padding: 0 0 0 0.5em;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.container {
	padding: 0 10px;
	margin: 0 auto;
}

@media (min-width: 960px) {
	.container {
		width: 940px;
	}

}

@media (min-width: 1040px) {
	.container {
		padding: 0;
		width: 1024px;
	}
}

@media (min-width: 768px) {
	.visible-md, .visible-sm {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-md, .hidden-sm {
		display: none !important;
	}
h1.page-title div.sec-ttl {
	font-size: 0.4em;
	float: none;
    margin-right: 0px;
}
}

.pure-g {
    margin: 0 -1vw !important;
}

.pure-g [class *="pure-u"] {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1vw;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif !important;
}

.btn-s {
	padding: 3px 20px;
}

.btn-m {
	padding: 5px 0;
	width: 230px;
    display: inline-block;
}

.btn-l {
    padding: 15px 0;
    width: 300px;
    font-size: 21px;
    font-size: 1.5rem;
    margin: 0 30px 0 0;
    display: inline-block;
}

.btn-full, .btn-stl {
    padding: 7px 10px;
    width: 100%;
    display: block;
}

@media (max-width: 767px) {
	.btn-full, .btn-l {
	    padding: 10px 0;
	}
	.btn-l {
		width: 100%;
		display: block;
		margin: 30px 0;
	}
}

.box1 {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
	box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
	padding: 1em;
}

td {
	word-wrap: break-word;
}

.responsive-table-wrapper {
    overflow: auto;
}

.responsive-table-wrapper table {
    min-width: 500px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn, .btn-stl a {
    text-align: center;
    white-space: nowrap;
	border: none;
	color: #fff !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e83828+49,d03123+50 */
	background: #e83828; /* Old browsers */
	background: -moz-linear-gradient(top,  #e83828 49%, #d03123 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e83828 49%,#d03123 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e83828 49%,#d03123 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83828', endColorstr='#d03123',GradientType=0 ); /* IE6-9 */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.75;
	text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	opacity: 0.75;
	text-decoration: 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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

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 {
	color: #111;
}

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: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav.pagination {
    text-align: center;
    padding: 50px 0;
}

.page-numbers {
    display: inline-block;
    padding: 0.2em 0.6em;
    border: 1px solid #e83828;
    margin: 3px;
}

a.page-numbers:hover,
a.page-numbers:active,
a.page-numbers:focus,
.page-numbers.current {
    background: #e83828;
    color: #fff;
    text-decoration: none;
}

.page-numbers.dots {
	border: none;
}

.post-navigation {
	padding: 50px 0;
}

.post-navigation a {
    border: 1px solid #e83828;
    padding: 7px 30px;
    color: #e83828;
    display: inline-block;
    font-size: 1.5em;
}

.post-navigation a:hover,
.post-navigation a:active,
.post-navigation a:focus {
    background: #e73828;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e83828;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover,
a.underline:focus,
a.underline:active {
	text-decoration: none !important;
}


a:visited {
	color: #e83828;
}

a:hover,
a:focus,
a:active {
	color: #e83828;
	text-decoration: underline;
}

a.is-active:hover,
a.is-active:focus,
a.is-active:active {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.75;
}

a.is-disabled:hover,
a.is-disabled:focus,
a.is-disabled:active {
	text-decoration: none;
}

a.cat_titile {
	color: #000000;
}

a.cat-title :visited {
	color: #000000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.rollover:hover,
.rollover:focus,
.rollover:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn-stl:hover,
.btn-stl:focus,
.btn-stl:active {
	opacity: 0.75;
	text-decoration: none;
}

.btn-stl a:hover,
.btn-stl a:focus,
.btn-stl a:active {
	opacity: 1;
	text-decoration: none;
}

.btn-stl {
	text-align: center;
}

.btn-stl a {
	color: inherit;
	display: inline-block;
	padding: 5px 60px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: left;
	margin-bottom: 30px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
    border-left: 1px solid #666;
}

.main-navigation li:first-child > a {
    padding-left: 0;
}

.main-navigation li > a {
	font-size: 18px;
    font-size: 1.285rem;
	display: block;
    text-decoration: none;
    color: #666;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	opacity: 0.75;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
    overflow: hidden;
    margin: 0 -10px 50px -10px;
}

.menu-toggle {
    background: url(./img/mobile_menu_open.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 20px;
}
.main-navigation.toggled .menu-toggle {
    background-image: url(./img/mobile_menu_close.png);
}

@media (min-width: 768px) {
	.main-navigation li > a {
	    padding: 0.3em 15px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li:first-child,
	.main-navigation li:last-child {
	    border: none;
	}
	.main-navigation li:last-child a {
		border: none;
		color: #fff !important;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e83828+49,d03123+50 */
		background: #e83828; /* Old browsers */
		background: -moz-linear-gradient(top,  #e83828 49%, #d03123 50%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e83828 49%,#d03123 50%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #e83828 49%,#d03123 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83828', endColorstr='#d03123',GradientType=0 ); /* IE6-9 */
		padding: 5px 40px !important;
	}

}

@media (min-width: 1040px) {
	.main-navigation li > a {
	    padding: 0.3em 30px;
	}
}

@media (max-width: 767px) {
	.main-navigation {
		width: 100%;
		margin: 0;
	}

	.main-navigation li:first-child {
		border-top: 1px solid #e83828;
	    border-bottom: 1px solid #e83828;
	}
	.main-navigation li {
		width: 100%;
	    border-bottom: 1px solid #e83828;
	    border-left: none;
	    padding: 0;
	    text-align: center;
	}

/* 	.main-navigation li:last-child {
		padding: 30px;
	} */
	
	.search-container {
		padding: 30px;
	}

	.main-navigation li > a {
		color: #e83828;
		padding: 10px;
	}

	.main-navigation li > a:hover,
	.main-navigation li > a:focus,
	.main-navigation li > a:active {
		background: #e83828;
		color: #fff;
		opacity: 1;
	}

	.site-branding {
		padding-right: 60px;
	}
}

.sns-navigation {
	float: right;
	margin-bottom: 30px;
}

.sns-navigation.mobile {
	float: none;
	margin: 40px 0 20px 0;
	text-align: center;
}

.sns-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sns-navigation li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-branding {
    position: relative;
}

.site-title {
    width: 70%;
    margin-top: 50px;
}

.search-form input {
    border: none;
}

input.search-submit {
    background: url(./img/search.png) no-repeat right #fff;
	width: 8%;
    height: 15px;
    padding: 2px;
}

input.search-field {
    font-size: 12px;
    font-size: 0.857rem;
    width: 89%;
    padding: 0;
}

form.search-form {
    border: 1px solid #000;
    padding: 0 5px;
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 25%;
}

.menu form.search-form {
    width: 100%;
    position: inherit;
}

@media (max-width: 767px) {
	.site-title {
		width: 96%;
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter{
  text-align: center;
  display: block;
  margin: 0 auto;
}
.alignleft {
  text-align: left;
  display: block;
}

.alignright {
  text-align: right;
  display: block;
}

/*--------------------------------------------------------------
# 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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.sidebar-list {
    margin: 0 30px 0 0;
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
}

.sidebar-list li {
    padding: 20px;
    margin: 0 20px;
    border-bottom: 1px dotted #ccc;
    background: url(./img/sidebar_arrow.png) no-repeat left;
}

.sidebar-list li.parent {
    background-color: #e83828;
    color: #fff;
    background-image: none;
    margin: 0;
    border: none;
    font-size: 20px;
    font-size: 1.428rem;
    padding: 30px 20px;
}

.main-category-title {
	display:block;
	padding: 20px;
   margin: 0 20px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

.main-category-title-btn {
	display:block;
	padding: 35px 20px 25px 20px;
   margin: 0 20px;
   border-bottom: 1px dotted #ccc;
   background: url(./img/sidebar_arrow.png) no-repeat left;
	cursor: pointer;
	position: relative;
}

.main-category-title-btn:after {
	content: url(./img/arrow-down.png);
  display: inline-block;
	position: absolute;
	right: 0;
	top: 20px;
}

.s_act-news-title::before {
	content: url(./img/arrow-right.png);
	padding-right: 5px;
}

.sidebar-list .sub-categoty{
	list-style: none;
	display: none;
}

.sidebar-list a {
	color: inherit;
}

.sidebar-list a.current {
	color: #e83828;
}

@media (max-width: 767px) {
	.sidebar-list {
		margin: 0 0 30px;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#breadcrumb {
    font-size: 12px;
    font-size: 0.857rem;
    padding: 20px 0;
    background: #e83828;
    color: #fff;
    margin-bottom: 60px;
}

#breadcrumb a {
    color: #fff;
}

.entry-title {
    color: #e83828;
    padding-bottom: 15px;
    border-bottom: 1px solid #e83828;
    margin-top: 0;
}

.entry-content h3 {
    color: #e83828;
    font-size: 18px;
    font-size: 1.285rem;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.child-page-block {
    border: 1px solid #ddd;
    background: #f7f8f8;
    margin-bottom: 60px;
}

.child-page-block .text {
    padding: 20px;
}

.child-page-block .thumbnail {
    max-height: 18vw;
    overflow: hidden;
}
.child-page-block .thumbnail img {
	width: 100%;
	display: block;
}

.child-page-block h2 {
    margin: 0;
}

.child-page-block h2 a {
    color: #e83828;
}

.site-content {
    margin-bottom: 30px;
	top: -10px;
    position: relative;
}

@media (max-width: 767px) {
	#breadcrumb {
		margin-bottom: 40px;
	}

	.child-page-block {
		margin-bottom: 30px;
	}

	.child-page-block .thumbnail {
		max-height: 30vw;
	}

	.child-page-block .text p {
	    display: none;
	}
	.home .site-content {
		margin-bottom: 0;
	}

}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Search results
--------------------------------------------------------------*/
.archive .page-header,
.search-results .page-header {
    border-bottom: 1px solid #e83828;
    color: #e83828;
}
.archive .page-header--noline {
	border-bottom: none;
}

.archive .entry-title,
.search-results .entry-title {
    font-size: 18px;
    font-size: 1.285rem;
    border: none;
    padding: 0;
    margin: 0;
}

.archive .hentry,
.search-results .hentry {
    border-bottom: 1px dotted #666;
    padding: 30px 0;
    margin: 0;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.flex-control-nav {
	bottom: 20px !important;
}

.flex-control-paging li a {
    background: #dcdcdc !important;
    width: 20px !important;
    height: 20px !important;
    box-shadow: none !important;
}

.flex-control-nav li a {
    margin: 0 10px !important;
}

.flex-control-paging li a.flex-active{
	background: #595757 !important;
}

.metaslider .flexslider {
	margin: 0 !important;
}

#contents-banner {
    margin: 30px 0 0 0;
    padding: 80px 0 0 0;
    border-top: 1px solid #e83828;
    background: #f4f4f4;
}


#topics {
    padding: 30px 0 80px 0;
    background: #f4f4f4;
}

#topics a {
	font-size: 16px;
	font-size: 1.142rem;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(209,50,35,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(209,50,35,1);
	box-shadow: 0px 0px 10px 0px rgba(209,50,35,1);
	text-overflow: ellipsis;
	overflow: hidden;
    padding: 10px 20px 10px 50px;
    width: auto;
    margin: 15px 0 0 50px;
}

#topics .bubble {
    width: 86px;
    height: 74px;
    position: absolute;
    top: 0;
    z-index: 10000;
}

#topics .bubble.blog {
	background: url(img/blog_btn.png) no-repeat;
}

#topics .bubble.click {
	background: url(img/click_btn.png) no-repeat;
}

.home #contents-banner {
    background: none;
    border: none;
    padding: 0;
    margin-top: 25px;
}

.home #topics {
    background: none;
    padding: 0px 0 30px 0;
}

#information {
	margin: 10px 0 60px;
}

#information h2 {
	margin: 0;
}

.info-table {
	margin: 0;
}

.info-table a {
	color: inherit;
}

.info-table .new img {
	max-width: none;
    vertical-align: middle;
}

.info-table td {
	vertical-align: top;
	padding: 0.5em;
	border: none;
}

@media (max-width: 767px) {
	.flex-control-nav {
	    zoom: 0.4;
	    bottom: -70px !important;
	}

	.home #topics {
		padding: 10px 0;
	}

	#topics [class*="pure-u"] {
		margin-bottom: 1em;
	}

	.sakura-neko-shop {
		display: block;
		text-align: center;
		margin: 30px 0;
	}

	#topics a {
		font-size: 3vw;
	}

	#information {
		margin-bottom: 30px;
	}

	#contents-banner {
		padding-top: 40px;
		margin-top: 0;
	}

	#topics {
		padding-bottom: 40px;
	}
}

@media (max-width: 599px) {
	#topics .bubble {
		top: 3px;
		width: 70px;
		height: 60px;
		background-size: contain !important;
	}

	#topics a {
		margin-left: 30px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer .site-info {
    text-align: center;
    margin: 50px 0 20px 0;
}

.footer-navigation {
	border-top: 1px solid #e83828;
	padding-top: 60px;
}

.footer-navigation h3 {
	color: #e83828;
	font-weight: normal;
	font-size: 18px;
    font-size: 1.285rem;
    margin: 0 0 10px;
}

.footer-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-navigation li {
	padding: 0.3em 0;
}

.footer-navigation li ul {
	margin-top: 10px;
}

.footer-navigation li ul>li {
    background: url(./img/footer_nav_line1.png) no-repeat left 5px top;
    padding-left: 30px;
}

.footer-navigation li ul>li:last-child {
    background: url(./img/footer_nav_line2.png) no-repeat left 5px top;
}

.footer-navigation a {
	color: #e83828;
}
.footer-navigation a:hover,
.footer-navigation a:focus,
.footer-navigation a:active {
	text-decoration: underline;
}

.footer-navigation img {
    float: left;
    display: inline;
    margin-right: 15px;
}

.footer-navigation nav {
    overflow: hidden;
    margin-bottom: 20px;
}

.contact img {
    float: none;
    margin: 0;
}

.contact {
    text-align: center;
    margin: 30px 0;
}

@media (max-width: 767px) {
	.footer-navigation {
		padding-top: 30px;
	}
}

/*--------------------------------------------------------------
# 以前のテーマから
--------------------------------------------------------------*/

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cB {
    clear: both;
}

/* ユーティリティークラス
----------------------------------------*/
.dB {
  display: block;
}

.dIl {
  display: inline-block;
}

.bgRd {
 background-color: #e83828;
 color: #fff;
}

.bgPk {
 background-color: #e83828;
 color: #fff;
}

.bgwh {
 background-color: #ffffff;
 color: #ea2d0b;
 border: 1px solid #ea2d0b;
 }

.bgwhB {
 background-color: #ffffff;
 font-size: 185%;
 color: #e83828;
 border: 1px solid #e83828;
 padding: 5px;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fcBk {
  color: #333 !important;
}

.fcGr {
  color: #666 !important;
}

.fcRd {
  color: #ea2d0b !important;
}

.fcPk {
  color: #e83828 !important;
}

.fcWh {
  color: #fff !important;
}

.fwB {
  color: #333;
  font-weight: bold;
}

.taC {
  text-align: center !important;
}
.taRt {
  text-align: right !important;
}

.vaM {
  vertical-align: middle !important;
}

.ls005 {
  letter-spacing: -0.05em;
}
.ls01 {
  letter-spacing: -0.1em;
}

.lh3 {
  line-height: 1.3 !important;
}

/*.w30 {
  width: 30px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w100 {
  width: 100px;
}

.w100 li {
  float: left;
}

.w100 a {
  width: 100px;
  margin-right: 10px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w180 {
  width: 180px;
}

.h30 {
  height: 30px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}
*/
.taR {
  text-align: right;
  position: absolute;
  right: 0;
}

.taL {
  text-align: left;

}

.c1 {
  text-align: center;
}

.mt_8 {
    margin-top: -8px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 span{
  display: block;
}

.mt13{
  margin-top: 13px  !important;
}

.mt20{
  position: relative;
}

.mt_20{
  position: relative;
  /*margin-top: -20px;*/
}

.mt26{
  margin-top: 26px !important;
}

.mb0{
  margin-bottom: 0 !important;
}

.mb3{
  margin-bottom: 3px !important;
}

.mb5{
  margin-bottom: 5px !important;
}

.mb20{
  /*position: relative;*/
}

.mb26{
  margin-bottom: 26px !important;
}

.mb39{
  margin-bottom: 39px !important;
}

.mb52{
  margin-bottom: 52px !important;
}

.mb78{
  margin-bottom: 78px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.p5{
  padding:0 5px;
}

.tI{
  text-indent: 2em;
}

.vm{
  vertical-align: top;
}

.vmi{
  vertical-align: middle;
}

.lineH15 {
  /*line-height: 2;*/
  line-height: 1.8;
}

#lineH12 {
  line-height: 1;
}

.fl {
  float: left !important;
}

p .alignright {
  float: right;
  margin-left: 15px;
}
p .aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

/*----------------------------------------
  共通スタイル
----------------------------------------*/
/* 見出し */
.hdr-stl-01 {
  font-size: 27px;
  color: #666666;
  font-family: "メイリオ", Meiryo;
  line-height: 1;
  font-weight: normal;
}

.hdr-stl-02 {
    font-size: 22px;
    font-size: 1.571rem;
    font-weight: normal;
    border-left: 4px solid #e83828;
    padding-left: 15px;
}

.hdr-stl-03 {
  font-size: 185%;
  color: #e83828;
  line-height: 1;
    margin-top: 30px;
}

.hdr-stl-04 {
  font-size: 185%;
  line-height: 1;
}

.hdr-stl-05 {
  padding: 10px;
  background: #e83828;
  font-size: 185%;
  color: #fff;
  line-height: 1;
}

.hdr-stl-06 {
  font-size: 123.077%;
  color: #e83828;
  line-height: 1;
}

.hdr-stl-07 {
  padding: 10px;
  background: #e83828;
  color: #fff !important;
  margin: 0 0 1em 0;
  font-size: 1rem;
}

.hdr-stl-07 a {
  color: #fff;
}

.hdr-stl-08 {
  font-size: 123.077%;
  color: inherit !important;
}

  /*05の修正　その１*/
.hdr-stl-09 {
  font-size: 123.077%;
  color: #e83828;
}

/*05の修正　その２*/
.hdr-stl-10 {
  width: auto;
  padding: 5px;
  background: #e83828;
  font-size: 185%;
  color: #fff;
 font-weight: normal;
}


/*05の修正　その３　色反転*/
.hdr-stl-11 {
	display: inline-block;
	padding: 5px;
	background: #fff;
	border: 1px solid #e83828;
	font-size: 185%;
	color: #e83828;
	font-weight: normal;
	width: auto;
}

.hdr-stl-12 {
	display: inline-block;
	background-color: #e83828;
	font-size: 123%;
	color: #fff;
	padding: 5px;
	text-decoration: normal;
	width: auto;
}

.hdr-stl-13 {
  font-size: 148%;
  color: #666666;
  font-weight: normal;
}

.hdr-stl-14 {
	font-size: 123.077%;
	font-weight: normal;
	color: inherit !important;
}

.hdr-stl-02 .fz11 img {
  vertical-align: middle;
}

/* 見出しに付随するリンクテキスト */
.hdr-attatch-link {
  position: relative;
}
.hdr-attatch-link > a {
  position: absolute;
  top: -40px;
  right: 0;
}

.attatch-link-arrow  {
  padding-left: 12px;
  background-image: url(./img/ico_arrow.png);
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
}

.attatch-img-cat-01 {
  min-height: 40px;
  padding-left: 60px;
  background-color: transparent;
  background-image: url(./img/ico_cat_01.png);
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 40px;
}

.attatch-img-cat-02 {
  min-height: 40px;
  padding-left: 60px;
  background-color: transparent;
  background-image: url(./img/ico_cat_02.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.attatch-img-cat-03 {
  min-height: 40px;
  padding-left: 60px;
  background-color: transparent;
  background-image: url(./img/ico_cat_03.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.attatch-img-cat-04 {
  min-height: 40px;
  padding-left: 60px;
  background-color: transparent;
  background-image: url(./img/ico_cat_04.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.attatch-ico-pdf {
  display: inline-block;
  min-height: 26px;
  padding-right: 34px;
  background-color: transparent;
  background-image: url(./img/ico_pdf.png);
  background-position: right top;
  background-repeat: no-repeat;
  word-break: break-all;
  word-wrap: break-word;
}

.attatch-ico-checkmark  {
  padding-left: 24px;
  background-image: url(./img/ico_checkmark.png);
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
}

/* カラムユニット(カセットレイアウト) */
.mod-wrap {
  width: auto;
  margin-left: -4%;
}

.mod-col-2 {
  float: left;
  width: 46%;
  margin-left: 4%;
  line-height: 1.3;
}
.mod-col-2 .thumb a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.mod-col-2 .title,
.mod-col-2 .excerpt {
  margin: 0 10px;
}

.mod-col-2 .excerpt2 {
  margin: 0 10px;
}

.mod-col-2 .title {
  height: 36px;
  font-size: 139%;
}

@media (max-width: 500px) {
	.mod-wrap {
		margin-left: 0;
	}
	.mod-col-2 {
		width: 100%;
		margin-left: 0;
	}
}

/* カラムユニット(左画像・右テキスト) */
.mod-col-leftSmall {
  width: 100%;
}
.mod-col-leftSmall .thumb {
  float: left;
  width: 30%;
}
.mod-col-leftSmall .thumb img {
/*  width: 100%;
  height: auto;*/
}
.mod-col-leftSmall .title,
.mod-col-leftSmall .excerpt {
  margin: 0 0 13px 32%;
}
.mod-col-leftSmall .title {
  font-size: 139%;
  margin-top: 0;
}

.mod-col-leftSmall h2 {
  font-size: 139%;
}

/* カラムユニット(左画像・右テキスト) */
.mod-col-rightSmall {
  width: 100%;
}
.mod-col-rightSmall .thumb {
  float: right;
  width: 200px;
}
.mod-col-rightSmall .thumb img {
  width: 100%;
  height: auto;
}

/* ボックススタイル */
.box-stl-highright {
  padding: 10px 20px;
  background: #e83828;
  color: #fff;
  line-height: 2em;
  font-size: 1rem;
}
.box-stl-highright a {
  color: #fff;
}
.box-stl-highright a:hover {
  color: #fff;
}

/* ボックススタイル(枠) */
.box-stl-highright-border {
  padding: 10px 20px;
  border: 1px solid #e83828;
  line-height: 2em;
}

/* ボックススタイル(コンテスト・寄付)*/
.branch {
  width: 650px;
}

/* テキストスタイル */
.txt-stl-highright-border {
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.braFrame {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  height: 30px;
  border: 1px solid #e83828;
  background: #fff;
  color: gray;
  text-decoration: none;
  margin: 0 auto;
}

/* テーブルスタイル */
.tbl-fixed {
    table-layout: fixed;
}

table {
	width: auto;
}

.tbl-stl-01,
.tbl-stl-02,
.tbl-stl-04 {
  width: 100%;
}

table {
  table-layout: fixed;
  border: none;
  margin: 0 0 13px;
  font-size: 92.30%;
  line-height: 1.8;
}

table caption {
	border: 1px solid #e83828;
	border-bottom: none;
	text-align: center;
	background: #e83828;
	color: #fff;
}

.sakura-record .tbl-stl-01{
  table-layout: fixed;
  width: 350px;
  border: none;
  margin: 0 0 13px;
  font-size: 92.30%;
  line-height: 1.8;
}


/* テーブルスタイル1 */
.tbl-stl-01 th {
  font-weight: normal;
  background: #e83828;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  color: #fff;
}

.tbl-stl-01 th.wd10 {
	width: 8%;
}

.tbl-stl-01 td {
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  background: #fff;
  padding: 5px;
}

.tbl-stl-01 .pref {
  background: #f4f4f4;
  color: #666666;
  font-weight: bold;
}

/* テーブルスタイルデフォルト兼用 */
/* テーブルスタイル2 */
table th,
.tbl-stl-02 th {
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
	border: solid 1px #e83828;
	text-align: left;
	/*width: 30%;*/
}
table td,
.tbl-stl-02 td {
  border: solid 1px #e83828;
  padding: 5px;
}

/* テーブルスタイル3 */
.tbl-stl-03 th {
  font-weight: normal;
  background: #c6d9f1;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  color: #000;
}

.tbl-stl-03 td {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  background: #fff;
  padding: 5px;
  color: #000;
}


/* テーブルスタイル4*/
.tbl-stl-04 th {
  background: #e83828;
  color: #fff;
  border-color: #E3E3E3;
  font-weight: bold;
  text-align: center;
  border-style: solid;
  border-width: 1px;
}

.tbl-stl-04 td {
  color: #000;
  border-color: #E3E3E3;
  font-weight: bold;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  font-size: 30px;

}

/* 定義リスト */
.def-stl-01 {
  line-height: 1.8;
}
.def-stl-01 dt {
  clear: left;
  float: left;
  width: 120px;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
}
.def-stl-01 dd {
  padding: 10px 0 10px 140px;
}

.def-stl-02 {
  line-height: 1.8;
}
.def-stl-02 dt {
  clear: left;
  float: left;
  width: 40%;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
  height: 60px;
}
.def-stl-02 dd {
  padding: 10px 10px 10px 41%;
  margin: 0;
  height: 60px;
}

.def-stl-03 {
  line-height: 1.8;
}
.def-stl-03 dt {
  clear: left;
  float: left;
  width: 20%;
  padding: 0;
  color: #333;
  font-weight: bold;
}
.def-stl-03 dd {
  padding: 0 0 0 21%;
  margin: 0;
}

.def-stl-04 {
  line-height: 1.8;
}
.def-stl-04 dt {
  clear: left;
  float: left;
  width: 60px;
  padding: 0;
  color: #333;
  font-weight: bold;
}
.def-stl-04 dd {
  padding: 0 0 0 70px;
}

.prise img {
  display: block;
  position: relative;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.caution{
  font-size: 10px;
  color: #e83828;
}


/* リストスタイル（●） */
.list-stl-desc {
  margin-bottom: 13px;
  margin-left: 2em;
}
.list-stl-desc li {
  list-style-type: disc;
  line-height: 1.8;
}

/* リストスタイル（英大文字） */
.list-stl-upperAlpha {
  margin-bottom: 13px;
  margin-left: 2em;
}
.list-stl-upperAlpha li {
  list-style-type: upper-alpha;
  line-height: 1.8;
}

/* リストスタイル（英大文字） */
.list-stl-lowerAlpha {
  margin-bottom: 13px;
  margin-left: 2em;
}
.list-stl-lowerAlpha li {
  list-style-type: lower-alpha;
  line-height: 1.8;
}

/* リストスタイル（数） */
.list-stl-decimal {
  margin-bottom: 13px;
  margin-left: 2em;
}
.list-stl-decimal li {
  list-style-type: decimal;
  line-height: 1.8;
}

/* リストスタイル（なし） */
.list-stl-none {
	margin: 0 0 13px 0;
    padding: 0;
}
.list-stl-none li {
  list-style-type: none;
  line-height: 1.8;
  padding: 0;
}

/* 画像 */
.img-size-full {
  width: 100%;
  height: auto;
}

.img-size-half {
  width: 335px;
  height: auto;
}

.img-pos-center {
  display: block;
}

.flL ul{
 list-style-type: none;
 }

.flL li{
 float: left;
margin: 0 0 10px 30px;
 }

 .flL li　img{
 margin:0 10px 10px 0;
 }

/*  ページナビゲーション
----------------------------------------*/
.page_navi {
    text-align: center;
}
.page_navi li {
    display: inline;
}
.page_navi li span {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 8px;
    background: #e83828;
    border: solid 1px #ccc;
}
.page_navi li a:hover {
    color: #fff;
    padding: 5px 8px;
    background: #e83828;
    border: solid 1px #ccc;
}
.page_navi li a {
    color: #666;
    padding: 5px 8px;
    background: #eee;
    display: inline-block;
    border: solid 1px #ccc;
    text-decoration: none;
}

 /* メディア掲載ページ
----------------------------------------*/
#newspapere-area .mod-media-img{
    float: left;
}

/* 報告書ページ
----------------------------------------*/
/*.def-stl-03 dt {
	width: 20%;
}

.def-stl-03 dd {
	padding: 0 0 0 60px;
}
*/
#period_ap {
	margin: 20px;
	padding: 25px;
	outline: solid 1px #d5d5d5;
}

#period_ap p{
	margin-top: 10px;
}

.support_text{
	font-size:11px;
	color:#595757;
}


/* 協力病院一覧ページ
----------------------------------------*/
th.prefecture {
	width: 10% !important;
}

th.hospital {
	width: 30% !important;
}

th.sub {
	width: 60% !important;
}

.page-id-92 table th, .page-id-92 table td {
    vertical-align: top;
}

/* 犬・猫の不妊手術についてページ
----------------------------------------*/
th.pros-cons {
	width: 6%;
}

th.female {
	width: 47%;
}

th.male {
	width: 47%;
}

.tbl-trntrn td {
	vertical-align: top;
}

/* 創設者　富岡操ページ
----------------------------------------*/
.page-id-61 h3 {
    font-size: 1rem;
    color: inherit;
}

@media (max-width: 500px) {
	.page-id-61 .def-stl-02 dt {
	    width: 100%;
	    float: none;
	    padding: 0;
	    height: auto;
	}

	.page-id-61 .def-stl-02 dd {
	    width: 100%;
	    padding: 0 0 1em 2em;
	    height: auto;
	}
}

/* ＣＭ・テレビ・啓発動画などページ
----------------------------------------*/
.page-id-1097 .hdr-stl-02,
.page-id-4193 .hdr-stl-02 {
	font-size: 20px;
	font-size: 1.428rem;
}

.campaign ul,
ul.campaign {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.campaign li {
float: left;
}

.campaign li a{
 display: inline-block;
 background-color: #e83828;
 font-size: 123%;
 color: #fff;
 text-decoration:none;
 padding: 5px 10px;
 margin: 0;
 width: auto;
 float: left;
}
.campaign li a:hover{
  text-decoration: underline;
}

.campaign li img{
 display: inline-block;
 padding: 10px !important;
 /*margin-bottom: 5px;*/
 float: left;
}

/* ２６年度さくらねこ無料不妊手術事業 */
.campaign-tbl caption {
		border: 1px solid #e83828;
		border-bottom: none;
		text-align: center;
		background: #e83828;
		color: #fff;
}

.campaign-tbl td {
		/*width: 50%;*/
}
/* 犬・猫の不妊手術についてページ
-------------------------------------------*/
.tbl-trntrn .list-stl-none li {
    margin-bottom: 13px;
}

/* 協力病院一覧ページ
-------------------------------------------*/
.btn-stl a {
    height: auto;
    padding: 10px;
    line-height: 1.5;
}

hr.section_hr {
    background-color: #e83828;
    border: 0;
    margin-top: 60px;
    width: 100%;
    margin-bottom: 60px;}

/* 協力病院一覧ページ
-------------------------------------------*/
.activity_news {
	position: relative;
}
.activity_news h2 {
	font-size: 21px;
	color: #E83828;
}
.activity_news ul {
	padding: 0;
	margin: 0 -5px;
	display: flex;
}
.activity_news li {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	width: 25%;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
	float: left;
	border-radius: 10px;
  overflow: hidden;
}
.activity_news li a {
	display: block;
	color: #595757;
}
.act-news-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.act-search-title {
	margin: 0;
	font-size: 18px;
	color: #000000;
	margin-right: 20px;
}
.act-search-title::before {
	content: "▶︎";
	color: #e83828;
	margin-right: 9px;
}
.act-news-title::before {
	content: "▶︎";
	color: #e83828;
}
.act-search-area {
	display: flex;
	width: 50%;
	align-items: baseline;
}
.act-search-area__side {
	display: block;
	width:100%;
	margin-bottom:15px;
}
.act-select-area {
	width: 220px;
	height: 26px;
}
.act-search-area__side .act-select-area {
	width: 262px;
}

@media (max-width: 768px) {
	.act-select-area {
		width: 78%;
	}

	.act-search-area__side .act-select-area {
		width: 83%;
	}
}
a.act-basic-btn {
	color: #FFFFFF;
	padding: 3px 8px;
	margin-left: 5px;
}
a.is-active {
	background: #e83828;
}
a.is-disabled {
	background: #aaa;
	cursor: default;
}
.wrapper-img {
	width: 187px;
    height: 105px;
	position: relative;
	overflow: hidden;
	margin:auto;
}
.wrapper-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.activity_news .hnews {
	padding: 10px;
}
.activity_news .hnews img {
	width: 100%;
	height: auto;
}
.activity_news .hnews .cat {
	font-size: 10px;
	color: #E73828;
	padding: 4px 10px;
	margin-top: -1px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #e6e6e6;
	font-weight: bold;
}
.activity_news .hnews .press {
	background-color: #E73828;
	/*float: right;*/
}
.activity_news .hnews .title {
	display: block;
	font-size: 12px;
    margin-top: -20px;
}
.activity_news .ichiran_btn {
	display: block;
	font-weight: bold;
  border: 1px solid #e83828;
  padding: 2px 30px;
}

.activitynews .imgbox {
	width: 187px;
	height: auto;
	float: left;
	margin-right: 10px;
}
@media (max-width: 768px) {
.activity_news ul {
	margin: 0;
	display: block;
}
.activity_news li {
	width: 100%;
	margin: 0 0 10px;
}
.activitynews .imgbox {
	width: 100%;
	float:  none;
	margin-right: 0px;
}
}

.activity_news_imglink img {
	width: 100% !important;
}

.activitynews img {
	width: auto;
	height: auto;
}
.activity_news_imglink {
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.activity_news_imglink:hover {
	opacity: .7;
}
.activitynews .entry-meta,
.single .headerbox {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.activitynews .posted-on {
	font-size: 14px;
	display: block;
	float: left;
	/*padding-top: 2px;*/
	margin-right: 10px;
	padding-bottom: 5px;
}
.activitynews .cat {
	font-size: 10px;
	color: #fff;
	padding: 2px 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	display: inline-block;
	background-color: #E73828;
}
.activitynews .press {
	background-color: #E73828;
}
.activitynews .entry-title {
	display: block;
	border-bottom: transparent;
	overflow: hidden;
}
.activitynews .entry-title a {
	text-decoration: none;
	color: #003366;
	font-size: 16px;
}
/*.activitynews-template-default .entry-content {
	border-bottom: 1px solid #ccc;
}*/
.single .kanren {
  border-bottom: 1px solid #e83828;
  color: #e83828;
  font-size: 2em;
  margin: 0.67em 0;
}

.detial_list .type-activitynews {
	border-bottom: 1px none;
	padding: 0 10px 25px 0;
	margin: 0;
	width: 50%;
}
/*.single .headerbox {
	margin-bottom: 10px;
}*/
.cat-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
}
.hnews-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
     flex-direction: column; */
}
.hnews-time {
	margin-right: 10px;
	font-size: 10px;
	margin-top: 3px;
}
.dot {
	border-bottom: 0px dotted #666;
}
.solid--red {
	border-bottom: 1px solid #e83828;
	margin-bottom: 18px;
}
.detial_list {
	display: flex;
}
.activitynews .entry-meta {
	display: flex;
	align-items: center;
	margin: 0;
}
.activitynews .entry-txt {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 14px;
	float: left;
	padding-top: 10px;
}

.activitynews .entry-txt strong{
	font-weight: normal;
}

.activitynews .entry-txt p{
	font-weight: normal;
}


.activitynews .more {
	display: flex;
	align-items: center;
	text-align: right;
	float: right;
    display: inline-block;
    margin-left: 15px;
    padding: 10px;
    background: url(./img/sidebar_arrow.png) no-repeat left;
    cursor: pointer;
    position: relative;
}

.activitynews .more a {
	color: #003366;
}

.activity-cat {
	padding: 30px 0 0 0;
  margin: 0;
}
.activity-cat-title{
	display: inline-block;
	margin: 10px 0;
	margin-left: 15px;
	padding: 10px;
	background: url(./img/sidebar_arrow.png) no-repeat left;
	cursor: pointer;
	position: relative;
	font-size: 17px;
}
.activity-cat-bg {
	background-image: -webkit-linear-gradient(bottom, #e5e1d7 0%, #fff 100%);
    background-image: linear-gradient(to top, #e5e1d7 0%, #fff 100%);
    width: 100%;
    margin-bottom: 20px;
	display: table;
    border: 1px solid #cbcbcb;
    background-color: #f1f1f1;
    box-shadow: inset 0 0 0 1px #fff;
    line-height: 1;
}

@media (max-width: 768px) {
.activitynews .entry-meta, .single .headerbox {
  /*justify-content: space-between;*/
}
.activitynews .entry-title {
	margin-bottom: 0;
  font-size: 19px;
}
.type-activitynews {
	padding: 30px 0 0;
}
.hnews-wrap {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.detial_list {
	display: flex;
	flex-direction: column;
}
.detial_list .type-activitynews {
	width: 100%;
	padding: 0 5px 50px 5px;
}
}

/*--------------------------------------------------------------
# ご寄付のお願い
--------------------------------------------------------------*/
#kifu {
    padding: 20px 0 20px 0;
    width: 65%;
}

#kifu a {
	font-size: 16px;
	font-size: 1.142rem;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(209,50,35,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(209,50,35,1);
	box-shadow: 0px 0px 10px 0px rgba(209,50,35,1);
	text-overflow: ellipsis;
	overflow: hidden;
    padding: 10px 20px 10px 20px;
    width: auto;
    margin: 15px 0 0 50px;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

#kifu a.blue {
	font-size: 16px;
	font-size: 1.2rem;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(35,185,209,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(35,185,209,1);
	box-shadow: 0px 0px 10px 0px rgba(35,185,209,1);
	text-overflow: ellipsis;
	overflow: hidden;
    padding: 10px 20px 10px 20px;
    width: auto;
    margin: 15px 0 0 50px;
	background: #003b92;
    background: -moz-linear-gradient(top, #0568af 49%, #003b92 50%);
    background: -webkit-linear-gradient(top, #0568af 49%,#003b92 50%);
    background: linear-gradient(to bottom, #0568af 49%,#003b92 50%);
    letter-spacing: 0.2rem;
    font-weight: bold;
}

#kifu a.blue2 {
	font-size: 16px;
	font-size: 1.2rem;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(35,185,209,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(35,185,209,1);
	box-shadow: 0px 0px 10px 0px rgba(35,185,209,1);
	text-overflow: ellipsis;
	overflow: hidden;
    padding: 10px 20px 10px 20px;
    width: auto;
    margin: 15px 0 0 0px;
	background: #003b92;
    background: -moz-linear-gradient(top, #0568af 49%, #003b92 50%);
    background: -webkit-linear-gradient(top, #0568af 49%,#003b92 50%);
    background: linear-gradient(to bottom, #0568af 49%,#003b92 50%);
    letter-spacing: 0.2rem;
    font-weight: bold;
}

#kifu a.sakura {
	font-size: 16px;
	font-size: 1.142rem;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(251,209,238,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(251,209,238,1);
	box-shadow: 0px 0px 10px 0px rgba(251,209,238,1);
	text-overflow: ellipsis;
	overflow: hidden;
    padding: 10px 20px 10px 20px;
    width: auto;
    margin: 15px 0 0 50px;
	background: #fb7b83;
    background: -moz-linear-gradient(top, #fb7b83 49%, #e9545d 50%);
    background: -webkit-linear-gradient(top, #fb7b83 49%,#e9545d 50%);
    background: linear-gradient(to bottom, #fb7b83 49%,#e9545d 50%);
    letter-spacing: 0.2rem;
    font-weight: bold;
}

#kifu .bubble {
    width: 86px;
    height: 74px;
    position: absolute;
    top: 0;
    z-index: 10000;
}

#kifu .bubble.blog {
	background: url(img/blog_btn.png) no-repeat;
}

#kifu .bubble.click {
	background: url(img/click_btn.png) no-repeat;
}

.home #kifu {
    background: none;
    padding: 0px 0 30px 0;
}


@media (max-width: 767px) {
	.home #kifu {
		padding: 10px 0;
	}

	#kifu [class*="pure-u"] {
		margin-bottom: 1em;
	}


	#kifu a {
	}

	#kifu {
		padding-bottom: 40px;
		width: 90%;
	}
}

@media (max-width: 599px) {
	#kifu .bubble {
		top: 3px;
		width: 70px;
		height: 60px;
		background-size: contain !important;
	}

	#kifu a {
		margin-left: 30px;
	}
}