/*
Theme Name: photo clip
Theme URI: http://blog.gooddesignweb.com/
Description: A simple, clean blog theme by <a href="http://blog.gooddesignweb.com/">Good Design Web</a>.
Author: Good Design Web
Author URI: http://gooddesignweb.com/
Tags: simple, clean, two columns, fixed width, valid CSS, valid XHTML
Version: 1.0
*/
/*750px以上の場合*/
body {
	background:rgb(255, 191, 42) !important;
	margin:0;
	width: 100%;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.ct {
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 1200px;
	background: #fff;
	font-size:14px;
}
.cente {
    text-align:center;
}
#wombat_btn {
	display: inline-block;
}
#muryou {
	display: inline-block;
}
#top_btn {
	display: inline-block;
	border: 1px #66cc00 solid;
}

#con{
	margin: 0 70px;
	text-align: left;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

div.mainacc{
	width:1200px;
	height:auto;
	text-align: center;
	background:#66cc00;
	margin-top:3px;
	margin-bottom:50px;
}
div.mainacc img {
	width:800px;
}
div.mainabout{
	width:1200px;
	height:410px;
	text-align: center;
	background:#66cc00;
	margin-bottom:50px;
}
div.texts{
	width:700px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	text-align: left;
	font-size:16px;
	white-space: normal;
	line-height: 1.5em;
	padding-bottom:10px;
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
/*

p {
	margin:0;
}

a img {
	border: none;
}
*/
.has-text-align-center {
    text-align:center;
}
.has-text-align-right {
    text-align:right;
}
/* Block Font Sizes -------------------------- */ 
.has-small-font-size { 
    font-size: 0.842em; 
} 
 
.has-regular-font-size { 
    font-size: 1em; 
} 
 
.has-medium-font-size { 
    font-size: 1.1em; 
    line-height: 1.45; 
} 
 
.has-large-font-size { 
    font-size: 1.25em; 
    line-height: 1.4; 
} 
 
.has-larger-font-size { 
    font-size: 1.5em; 
    line-height: 1.3; 
} 

.has-pale-pink-background-color {
    background-color: #f78da7; 
}
.has-vivid-red-background-color {
    background-color: #cf2e2e; 
}
.has-luminous-vivid-orange-background-color {
    background-color: #ff6900; 
}
.has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}
.has-light-green-cyan-background-color {
    background-color: #7bdcb5; 
}
.has-vivid-green-cyan-background-color {
    background-color: #00d084; 
}
.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc; 
}
.has-vivid-cyan-blue-background-color {
    background-color: #0693e3; 
}
.has-very-light-gray-background-color {
    background-color: #eee; 
}
.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3; 
}
.has-very-dark-gray-background-color {
    background-color: #313131;
}
.has-pale-pink-color {
    color: #f78da7; 
}
.has-vivid-red-color {
    color: #cf2e2e; 
}
.has-luminous-vivid-orange-color {
    color: #ff6900; 
}
.has-luminous-vivid-amber-color {
    color: #fcb900; 
}
.has-light-green-cyan-color {
    color: #7bdcb5; 
}
.has-vivid-green-cyan-color {
    color: #00d084; 
}
.has-pale-cyan-blue-color {
    color: #8ed1fc; 
}
.has-vivid-cyan-blue-color {
    color: #0693e3; 
}
.has-very-light-gray-color {
    color: #eee; 
}
.has-cyan-bluish-gray-color {
    color: #abb8c3; 
}
.has-very-dark-gray-color {
    color: #313131; 
}
.wp-block-table.is-style-regular {
	border-collapse: collapse;
}
.wp-block-table.is-style-regular table {
    width: 100%;
    border: 1px solid #666;
    border-spacing: 0px;
}
.wp-block-table.is-style-regular th,
.wp-block-table.is-style-regular td {
	border: solid 1px #666;
    padding: 15px;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
	text-align: center;
  }
  .alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .mt15 {
    margin-top:15px;
  }
  .mt30 {
    margin-top:30px;
  }
  .mt60 {
    margin-top:60px;
  }
/* =Layout
-------------------------------------------------------------- */

#footer {
	padding-top: 30px;
}
/*　ヘッダー */
#header{
	margin: 0 auto;
}
#head{
	background-color: #66cc00;
	height: 60px;
	width:100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#head h1{
	width:216px;
	height:35px;
}
#head h1 img {
	border:none;
}
#wombat_btn img {
	border:1px solid #fff;
	border-radius: 5px 5px 0 0;
}

table#accessday{
border: 1px #9a9a9a solid;
border-collapse: collapse;
font-size:12px;
}
table#accessday th{
width:18%;
font-weight:normal;
text-align:center;
padding:5px;
border: 1px #9a9a9a solid;
background-color:#f7f9f8;
}
table#accessday td{
width:82%;
font-weight:normal;
padding:5px;
border: 1px #9a9a9a solid;
}
span.txtsml{
font-size:12px;
}

/* 五月山CSS
-------------------------------------------------------------- */
#nav {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	border-bottom: 3px dashed #66cc00;
}


div.mainimage{
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	background: #66cc00;
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#main-left{
	background:#fff;
}

.top #main-left {
	width: 700px;
}

#main-right{
}

#main-right {
	width:auto;
	text-align:left;
}
#content{
	height:auto;
	background:#fff;
	text-align: center;
}

#con ul {
	padding-left:10px;
}
#con ul li{
	margin-bottom:5px;
}
#con img {
	max-width:100%;
    height: auto;
}

.flexitem {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:         flex-start;
}
.flexitem  img {
	margin-right: 15px;
}

div.zoolink{
	background-image: url("/images/s-footerup.gif");
	height:auto;
	font: 10pt Verdana, Tahoma;
	padding-top:50px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	width:100%;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
}
#footer_bottom {
	background-image: url("/images/footer_back.png");
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
#footer_bottom img {
    max-width: 100%;
}
#newsday{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 8px;
	line-height: 120%;
	max-width:100%;
	height:290px;
	overflow: auto;
	background:#fffafa;
	border:solid 1px #b5b5b6;
	border-radius: 7px;        /* CSS3草案 */
	padding: 15px 15px 0 0;
} 

#newsday li{
	list-style-type: none;
	padding:2px 2px;
	margin:5px 5px 5px 25px;
	font-size: 15px;
	border-bottom:dotted 2px #b5b5b6;
    list-style-image: url("/images/click.gif");
    line-height:1.5em;
}

div.gtexts{
	width:535px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	text-align: left;
	font-size:9pt;
	border-bottom:dotted 2px #66cc00;
	white-space: normal;
	line-height: 160%;
	padding-bottom:10px;
	padding-left:10px;
}

h7 {
	width:auto;
	font-size:11pt;
	font-weight: bold;
	border-left:solid 8px #66cc00;
	padding:8px;
}

#preview{
	position:absolute;
	border:3px solid #66cc00;
	background:#fff;
	padding:10px;
	display:none;
	color:#000;
	}


/* 五月山投稿CSS
-------------------------------------------------------------- */
div.snewsmain{
	width:1200px;
	height:25px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	text-align: center;
	background:#66cc00;
	margin-top:3px;
	margin-bottom:50px;
}

#snewsdate{
	text-align: center;
	border:solid 1px #66cc00;
	background-color:#66cc00;
	font-weight: bold;
	color:#fff;
	margin-bottom:20px;
	margin-top:10px;
	font-size:1.4em;
}
div.snewsnext{
	font-size:14px;
	margin:60px 0px 30px 0;
}


/* フォームCSS
-------------------------------------------------------------- */
#formall{
	width: 700px;
	border:solid 2px #000;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior:url(border-radius.htc); /* ie用 */
	padding: 25px;
	position: relative;
	margin:5px 5px;
	background: #66cc00;
	font-size:11pt;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

#formin{
	width: 650px;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior:url(border-radius.htc); /* ie用 */
	padding: 25px;
	background: #c9efc2;
}
#formin p{
	margin:0 0 10px 0;
}

#wpcf7-f1-p227-o1 .forms{
	height:20px;
	border:solid 2px #000;
	height:17px;
	padding:0 0 8px 0;
	width:250px;
	font-size:10px;
	color:#fff;
	text-align:left;
	background: #fff;
}

#wpcf7-f1-p227-o1 .formm{
	height:200px;
	border:solid 2px #000;
	padding:0 0 8px 0;
	width:400px;
	font-size:10px;
	color:#fff;
	text-align:left;
	_overflow-y:hidden;
}
span.wpcf7-not-valid-tip-no-ajax{
	display:block;
	margin-top: 5px;
	font-weight: normal;
	font-size: 12px;
	color: red;
}

span.wpcf7-form-control-wrap{
	margin-bottom:20px;
	display:block;
}
span.acceptance-304{
	margin-bottom:0px;
	display:inline;
}
.wpcf7-submit {
    width: 200px;
    height: 50px;
}

.wpcf7-mail-sent-ok {
    font-size: 18px;
    background: gold;
}

/* 先頭へCSS
-------------------------------------------------------------- */

#spagetop {
	position:fixed;
	bottom:0px;
	left:auto;
	margin:0 0 40px 990px;
	width:41px;
	height:150px;
	background:url('/images/pageupbar.gif') no-repeat left bottom;

}
	/* IE6以下用 */
	* html #spagetop {
	margin:0 0 -150px 0;
	position:relative;
	bottom:250px;
	left:990px;
}
#spagetop:hover {
	background-position:0 0;/*ココ*/
}
a.page_top {
	display:block;
	width:41px;
	height:150px;
}

/* ふるさと納税用
-------------------------------------------------------------- */
div.ad1 {
	display: block;
	margin: 0 auto;
	padding: 15px;
	border: 3px dotted #d0a57e;
	border-radius: 13px;
	background: cornsilk;
	clear: both;
	text-align:center;
	width: 100%;
}
div.furusato {
	display: inline-block;
	position: relative;
	width: 260px;
	height: 187px;
}
div.furusato a{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	display: inline;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
div.furusato img {
	margin-bottom: 10px;
}
div.ad1 p.furusato_title {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6a3906;
	background: bisque;
	padding: 5px;
	margin-top: 10px;
}
div.ad1 p.expl {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


/* 外部リンク
-------------------------------------------------------------- */
div.ad {
	width: 80%;
	margin: 30px auto 0;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
div.ad a {
	text-decoration: none;
    margin: 0 15px;
}
div.ad img{
	margin-bottom: 10px;
}
div.ad_shop {
    text-align:center;
}
div.ad_shop img {
    width: 600px;
    max-width: 90%;
}

/* クラウドファンディング用
-------------------------------------------------------------- */
.founding {
	clear: both;
	padding: 25px 15px;	
	border: 3px solid #8f3434;
	border-radius: 5px;
	margin-bottom: 15px;
	background: #FFEB3B;
	font-weight: bold;
	color: #8f3434;
	text-align: center;
	height: 215px;
}
.founding:hover {
	opacity:0.7;
}
/* 第一種動物取扱業者標識
-------------------------------------------------------------- */
div.hyousiki {
	width:90%;
	margin: 0 auto;
}
.hyousiki dt {
	clear: left;
	float: left;
	width: 45%;
	text-align: right;
	padding: 0 5% 5px 0;
	font-size:16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.hyousiki dd {
	text-align: left;
	padding: 0 5% 5px 0;
	font-size:16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.hyousiki h1 {
	margin-top: 60px;
}
.hyousiki h2 {
	clear: left;
	padding-top: 20px;
}
.kokuti {
	border: 2px solid #d0a57e;
	padding: 0 30px 15px;
	margin-top:10px;
	margin-bottom: 10px;
	background: #fffafa;
	border-radius: 6px;
	width:500px;
}
.kokuti_title {
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	background: #ffe4c4;
	padding: 5px;
	color:#6a3906;
}
.kokuti_subtitle {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.kokuti_cont {
	display: inline-block;
    width: 100%;
}
.kokuti_cont_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}
.kokuti_cont_left {
    width: 80%;
}
.kokuti_cont_right {
    width: 20%;
}
.kokuti_cont_right img {
    max-width: 100%;
}

/* ゆるキャラ募集
-------------------------------------------------------------- */
p#yurukyara {
    background: #ffe4c4;
    padding: 20px;
    margin: 0 5px 10px;
    color: crimson;
    font-weight: 700;
    font-size: 18px;
}
.kokuti_2 {
    width: 500px;
    background: cornsilk;
    padding: 15px 30px;
    margin: 10px 5px 10px 1px;
    border-radius: 6px;
    border: 2px dotted #d0a57e;
}
.kokuti2_title {
    font-size: 16px;
    color: #6a3906;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

#fureai_notice {
    padding: 20px;
    margin-bottom: 30px;
    background: #f0f0f0;
    font-size: 14px;
    text-align: center;
}
#fureai_notice_cont {
    text-align: center;
}

#fureai_notice p {
    margin-top: 0px;
}

/* 告知  */
.kokuti3 {
    margin: 1em 0 1em 0;
    text-align: left;
    /*border: 5px solid #f9a5a5;
    background: #fff4f4;*/
    border: 5px solid #4caf50;
    background: #e8f5e9;
    padding: 15px 30px;
    font-size:1em;
}
.kokuti3_title {
    text-align:center;
    font-size:1.4em;
    margin-top:10px;
    font-weight: bold;
    /*color: #bb0000;*/
    color: #ac0202;
}
.kokuti4 {
    margin: 1em 0 1em 0;
    text-align: left;
    border: 5px solid #fe8076;
    background: #fce4ec;
    padding: 15px 30px;
    font-size: 1em;
}
.kokuti4 p {
    font-size: 16px;
}
.kokuti_6 {
    width: 500px;
    background: #fff5f8;
    padding: 15px 30px;
    margin: 10px 5px 10px 1px;
    border-radius: 6px;
    border: 2px dotted #783220;
}

.kokuti7 {
    width: 700px;
    background: #ffd8d8;
    padding: 30px;
    margin: 10px 5px 10px 1px;
    border-radius: 6px;
    border: 2px solid #c06363;
}
.kokuti7_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #c70000;
    padding: 5px;
    color: #f3f3f3;
}
#top_head {
    display: flex;
    margin: 0 70px;
}
#top_head_left {
    flex-grow: 1;
}
#top_head_right {
    min-width: 315px;
    max-width: 400px;
    padding: 0 30px 0 0;
    margin-left: 30px;
}
#shop_tweet {
    width: 265px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.top_short_title {
    display: flex;
    align-items: flex-end;
    border-bottom: 3px dashed #6c0;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.top_short_title img {
    margin-right: 5px;
}
.red {
    color :#ac0202;
}
.kokuti_red {
    margin: 0 0 30px 0;
    text-align: left;
    border: 2px solid #f44336;
    background: #ffebee;
    padding: 15px 30px;
    font-size: 16px;
    color: #f44336;
}
.policy_title {
    font-size: 1.2rem;
    font-weight: bold;
    background: #eee;
    padding: 5px 10px;
    font-family: serif;
    margin-top: 30px;
}
.gines_banner {
    margin:15px 70px;
}
.kokuti5 {
    background: cornsilk;
    padding: 15px 30px;
    margin: 0 5px 15px 1px;
    border-radius: 6px;
    border: 2px dotted #d0a57e;
}
.kokuti_gr {
    margin: 1em 0 1em 0;
    text-align: left;
    border: 5px solid #66cc00;
    background: #f5ffeb;
    padding: 5px 15px;
    font-size: 1.1em;
}
.kokutr_gr_title {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}
.fureai_enter {
    background: #fffdec;
    padding: 32px;
    border: 1px dotted #333;
    margin-bottom: 30px;
    margin-top: 30px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.fureai_enter {
		font-size: 14px;
		padding: 20px;
	}
}
#uma {
	width:100px;
	position: relative;
	left:0;
}
.mainun {
	width: 990px !important;
}
.photosample {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.photosample img {
	max-width: 300px;
	margin:1px;
}
.freesozaiapp {
	font-size: 20px !important;
    margin: 15px 30px 30px !important;
    padding: 15px 30px !important;
    width: 700px;
    max-width: 90%;
}
/*スマホ向け
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	body {
		background:rgb(255, 255, 255);
		max-width: 100%;
	}
    #head{
        height: 85px;
    }
	#wrapper {/*985px以上は一番下に記載あり*/
		margin: 0 auto;
		width: 100%;
		background: #fff;
		font-size:18px;
	}
    .mainin-left img {
        width:100%;
    }
	#wombat_btn {
		display: none;
	}
	#muryou {
		display: none;
	}

	#top_btn {
		display: none;
	}
	div.mainacc, div.mainabout, div.texts{
		max-width:100%;
		height:auto;
	}
	div.mainacc img {
		max-width:100%;
		height:auto;
	}
	#con {
		margin:0 20px;
	}
	#main-left{
		max-width:100%;
	}
	div.zoolink {
		background:#66cc00;
		font-size: 1rem;
		padding-top:10px;
		-webkit-flex-direction: column; /* Safari */
		flex-direction:         column;
		text-align: center;
	}
	#newsday {
		max-width:100%;
	}
	#newsday li {
		line-height: 1.5em;
	}
	div.hyousiki {
		width:96%;
	}
	div.hyousiki h1{
		font-size:22px;
	}
	div.hyousiki h2{
		font-size:20px;
	}
	.hyousiki dt {
		width:35%;
		font-size:14px;
	}
	.hyousiki dd {
		font-size:14px;
	}
	.fleximg {
		max-width:150px !important;
	}
	div.snewsmain{
		max-width:100%;
		margin-bottom:20px;
	}
	div.snewsmain img {
		max-width:100%;
	}
	#main-right {
		width:100%;
        text-align:center;
        margin-top: 15px;
	}
	div.ad {
		-webkit-justify-content: center;
    	justify-content: center;
	}
	#kokuti {
		max-width: 95%;
    }
    #formall {
        padding:0;
        margin:0;
        width:100%;
        background: #c9efc2;
    }
    #formin {
        width: 85%;
    } 
    #wpcf7-f1-p227-o1 .formm{
        width: 100%;
    }
    .wpcf7-submit {
        width: 80%;
        height: 50px;
    }
    p#yurukyara {
        padding: 10px;
        margin: 0 0 10px;
    }
	.kokuti_2, .kokuti_6 {
		max-width: 95%;
    }
    #footer {
        font-size: 14px;
    }
    /* 告知  */
    .kokuti, .kokuti_2, .kokuti3, .kokuti_6, .kokuti7 {
        box-sizing: border-box;
        margin: 1em 0;
        max-width: 100%;
        font-size: 0.8em;
        padding: 15px;
    }
    .kokuti3 {
       font-size:0.8em;
       padding: 15px 20px;
       margin: 0 0 15px;
    }
    .kokuti3_title {
        font-size:1.2em;
    }
    #top_head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 20px;
    }
    #top_head_right {
        min-width: 400px;
        padding: 0;
        margin: 0 auto 30px;
        max-height: 400px;
        max-width: 90%;
        overflow: hidden;
    }
    #shop_tweet {
        width: 100%;
    }
    .top_short_title {
        font-size: 1.2rem;
    }
    .gines_banner {
        margin:0 20px;
    }
    .kokuti4 {
        padding: 15px;
    }
    .kokuti5 {
        font-size:14px;
    }
    .kokuti_gr {
        font-size: 14px;
    }
    .has-text-align-center {
        text-align:center;
    }
    .has-text-align-right {
        text-align:right;
    }
    /* Block Font Sizes -------------------------- */ 
    .has-small-font-size { 
        font-size: 0.842em; 
    } 
    
    .has-regular-font-size { 
        font-size: 1em; 
    } 
    
    .has-medium-font-size { 
        font-size: 1.1em; 
        line-height: 1.45; 
    } 
    
    .has-large-font-size { 
        font-size: 1.25em; 
        line-height: 1.4; 
    } 
    
    .has-larger-font-size { 
        font-size: 1.5em; 
        line-height: 1.3; 
    }
	.flexitem {
		justify-content: space-around;
	}
	.flexitem  img {
		margin-right: 0;
	}
    #fureai_notice_cont {
        text-align: left;
    }
    .kokuti_cont_flex {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end
    }
    .kokuti_cont_left {
        width: 100%;
    }
    .kokuti_cont_right {
        width: 30%;
    }
    .kokuti_cont_right img {
        max-width: 100%;
    }
	#footer_bottom {
		justify-content: center;
	}
	#snewsdate{ 
		font-size:1em;
	}
}
.pony1 {
    float: left;
}
.pony2 {
    float: left;
    width: 168px;
    color: red;
    border: 2px solid red;
    margin-left: 30px;
    padding: 8px;
}
.esayari {
    clear:both;
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .pony1 {
        float: none;
    }
    .pony2 {
        float: none;
        width: 90%;
        color: red;
        border: 2px solid red;
        margin-left: 0;
        margin-top: 15px;
        padding: 8px;
    }
}
.rbanner {
    width: 270px !important;
    max-width: 90%;
    margin-bottom: 15px;
}
.subtitle {
	border-bottom: 5px dashed #67CD00;
}
.subtitle img {
	margin-bottom: 5px;
}
#kansatu_big {
	padding-top: 50px;
}
@media screen and (max-width: 767px) {
	#kansatu_big {
		padding-top: 25px;
	}
}