/*
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);
	margin:0;
	width: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 990px;
	background: #fff;
	font-size:14px;
}
#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:990px;
	height:530px;
	text-align: center;
	background:#66cc00;
	margin-top:3px;
	margin-bottom:50px;
}
div.mainacc img {
	width:800px;
}
div.mainabout{
	width:990px;
	height:410px;
	text-align: center;
	background:#66cc00;
	margin-bottom:50px;
}
div.texts{
	width:555px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	text-align: left;
	font-size:16px;
	border-bottom:dotted 2px #66cc00;
	white-space: normal;
	line-height: 1.5em;
	padding-bottom:10px;
}

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;
}
*/
/* =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;
}
#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%;
}

.flexitem {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
	-webkit-align-items: flex-start; /* Safari */
	align-items:         flex-start;
}

div.zoolink{
	background-image: url("http://satsukiyamazoo.com/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("http://satsukiyamazoo.com/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;
}
#newsday{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 8px;
	scrollbar-face-color: #66cc00;
	scrollbar-track-color: #c9efc2;
	scrollbar-arrow-color: #ffffff;
	crollbar-highlight-color: #66cc00;
	scrollbar-shadow-color: #66cc00;
	scrollbar-3dlight-color: #66cc00;
	scrollbar-darkshadow-color: #66cc00;
	line-height: 120%;
	width:540px;
	height:270px;
	overflow: auto;
	background:#fffafa;
	border:solid 1px #b5b5b6;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior:url(border-radius.htc); /* ie用 */
}

#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("http://satsukiyamazoo.com/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:990px;
	height:110px;
	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;
}
div.snewsnext{
	font-size:14px;
	margin:60px 0px 30px 0;
}


/* フォームCSS
-------------------------------------------------------------- */
#formall{
	width: 500px;
	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: 450px;
	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;
		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;
		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(http://satsukiyamazoo.com/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;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
div.ad a {
	text-decoration: none;
}
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 20px;
	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;
}

/* ゆるキャラ募集
-------------------------------------------------------------- */
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: 20px;
    margin: 20px 5px 10px 1px;
    border-radius: 6px;
    border: 2px solid #d0a57e;
}
.kokuti2_title {
    font-size: 18px;
    color: crimson;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}
.kokuti2_cont {
    display: inline-block;
    max-width: 325px;
    float: left;
    margin-right: 10px;
    margin-top: 0;
}
.kokuti_2 img {
    max-width: 160px !important; 
}

#fureai_notice {
    border: 4px dotted #ffbf2a;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff8c3;
    font-size: 14px;
    color: brown;
}

/*スマホ向け
-------------------------------------------------------------- */
@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: 18px Verdana, Tahoma;
		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%;
		height:auto;
		margin-bottom:20px;
	}
	div.snewsmain img {
		max-width:100%;
	}
	#main-right {
		width:100%;
        text-align:center;
        margin-top: 50px;
	}
	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 {
		max-width: 95%;
    }
    #footer {
        font-size: 14px;
    }
}
