@charset “UTF-8”;
 

/*
Template:keni70_wp_standard_orange_201702022338
Theme Name:keni70_child
*/

.responsive-ad { width: 300px; height: 250px; }
@media(min-width: 340px) { .responsive-ad { width: 336px; height: 280px; } }

/*--------------------------------------------------------
背景画像
--------------------------------------------------------*/
.container{
	background:  url(http://dream1218.com/wp-content/uploads/2017/03/animal-1.jpg);
}


/*--------------------------------------------------------
サイドバー見出し
--------------------------------------------------------*/
.sub-conts .section-wrap .section-in .section-title,
.sub-conts .section-wrap .article-header .section-title{
	margin: 0 -20px 30px;
	padding: 8px 0 18px;
	padding-left: 50px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-size: 1.125em;
	background: url(http://dream1218.com/wp-content/uploads/2017/02/animal_sidebar.png) left center no-repeat ;
}


/*------------------------------------------------------------
Read More
-------------------------------------------------------------*/

.readitall {
display: inline-block;
width: 120px;
margin: 15px 30px 15px;
padding: 10px 5px;
text-align: center;
text-decoration: none;
line-height: 1px;
outline: none;
}
.readitall::before,
.readitall::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.readitall,
.readitall::before,
.readitall::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}

.readitall {
position: relative;
z-index: 2;
background-color: #333;
border: 1px solid #333;
color: #fff;
line-height: 13px;
}
.readitall:hover {
background-color: #fff;
border-color: #000000;
color: #000000;
}
.readitall::before,
.readitall::after {
top: 0;
width: 50%;
height: 100%;
background-color: #333;
}
.readitall::before {
right: 0;
}
.readitall::after {
left: 0;
}
.readitall:hover::before,
.readitall:hover::after {
width: 0;
background-color: #000000;
}


/*------------------------------------------------------------
コピーライト
-------------------------------------------------------------*/
.copyright{
	margin: 0;
	padding: 15px 0;
	background:  url(http://dream1218.com/wp-content/uploads/2017/02/animal_1.png);
	color: #fff;
	text-align: center;
}



/*------------------------------------------------------------
Buzz
-------------------------------------------------------------*/
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


/*------------------------------------------------------------
検索ボックス
-------------------------------------------------------------*/
/*検索ボックス*/
.search-box input[type="text"]{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 75%;
	height: 35px;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #ccc;
	box-shadow: inset 1px 3px 2px #eee;

}

.btn-search{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 65px;
	height: 35px;
	vertical-align: top;
	padding: 5px;
	border: 0;
	background: #000000;
	cursor: pointer;
}

.btn-search:hover{
	padding: 5px;
	border: 0;
	background: #ffffff;
}

.btn-search img{
	width: 25px;
	height: 25px;
	vertical-align: top;
}

/*------------------------------------------------------------
　検索ボックスデザイン
-------------------------------------------------------------*/
#searchsubmit {
	border: 1px solid #333;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
}

#searchsubmit:hover {
	border: 1px solid #c99e10;
	background: #c99e10;
	color: #000000;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
}



/*------------------------------------------------------------
　トップページ個別記事のフレーム
-------------------------------------------------------------*/
.section-wrap{
border: 2px solid rgba(170, 136, 110, 0.1);
border-radius: 8px;
}


/*------------------------------------------------------------
見出し
-------------------------------------------------------------*/

.section-in > h1:first-child,
.section-in > h2:first-child,
.section-in > h3:first-child,
.section-in > h4:first-child,
.section-in > h5:first-child,
.section-in > h6:first-child{
	margin-top: 0;
}

.main-body h1{
	margin: 60px 0 20px;
	padding: 5px 10px;
	background: #909090;
	color: #000000;
	font-size: 1.75em;
}




.main-body h2 {
	margin: 55px 0 25px;
	padding: 13px;
	border: 2px solid #3f681c;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
	background-color: #f0f0f0;
	color: #000000;
	font-weight: bold;
}

.main-body h3{
	margin: 55px 0 25px;
	padding: 0 13px 4px;
	border-bottom: 2px solid #3f681c;
	border-radius: 2em .7em 3em;
	font-weight: bold;	
	font-size: 1.5em;
}


.main-body h4{
	margin: 55px 0 25px;
	padding: 0 13px 4px;
	border-bottom: 1px double #909090;
	font-weight: bold;
	font-size: 1.25em;
}


.main-body h5{
	margin: 55px 0 25px;
	padding: 0 13px 4px;
	border-bottom: 1px dashed #909090;
	border-left: 0px solid #3f681c;
	font-weight: bold;
	font-size: 1.1em;
}



.main-body h6{
	margin: 55px 0 25px;
	font-weight: bold;
	font-size: 1em;
}


/*------------------------------------------------------------
リンクの下線を消す
-------------------------------------------------------------*/
a {
text-decoration: none;
}

/*------------------------------------------------------------
トップページ見出しのホバー時のリンクの下線を消す
-------------------------------------------------------------*/
.main-body .section-title a:hover,
.main-body .section-title a:active,
.main-body .section-title a:focus{
	color: #f60;
	text-decoration: none;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

.global-nav{
	background: none;
}

.global-nav-in ul{
	border-top: 3.5px double #bcbcbc;
	border-bottom: 3.5px double #bcbcbc;
	border-left: 0px solid #bcbcbc;
}

.global-nav-in li{
	border-right: 0px solid #bcbcbc;
}

.global-nav-in li a{
	background-color: inherit;
	color: #000000;
}

.global-nav-in li a:hover,
.global-nav-in li a:active,
.global-nav-in li a:focus{
	background-color: inherit;
	color: #f60;
}

/*ドロップダウンメニューのデザイン*/
.global-nav li ul li{
	display: list-item;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

.global-nav li ul li a{
	display: block;
	padding: 0.8em 2em;
}

.global-nav-in li ul ul{
	top: 0;
	left: 100%;
}

/*------------------------------------------------------------
ページ送り(続きを読むの画像を削除）
-------------------------------------------------------------*/
.link-next a{
	padding-left: 13px;
	background: url() left 6px no-repeat;
}

