/*
Theme Name: stinger5 child
Template: stinger5Ladyver20141023
Version: 1.0
*/


@import url('../stinger5Ladyver20141023/style.css');

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
 
}
 
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
 
}
 
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
 
}

@font-face {
  font-family: 'KTEGAKI';
  src:  url('fonts/KTEGAKI.eot'); /* IE9 Compat Modes */
  src: url('fonts/KTEGAKI.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  	   url('fonts/KTEGAKI.woff') format('woff'),/*For Modern browser*/
       url('fonts/KTEGAKI.ttf')  format('truetype'); /* Safari, Android, iOS */
}


aside h4 {
	font-family: 'KTEGAKI';
    background: url("images/tentyo_90.png") no-repeat scroll 0 center #fbd90d;
    border: 0 dotted #d6d3c1;
    border-radius: 5px;
    color: #333333;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px 10px 10px 98px;
    text-shadow: 0 -2px 0 #ffffff, 0 2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff;
}
@media only screen and (min-width: 780px){
	aside h4 {
    	padding: 10px 10px 10px 10px;
		text-align:center;
		background-image: none !important;
	}
}
#page-top {
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 10px;
}
#page-top a {
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    display: block;
    padding: 17px 1px;
    text-align: center;
    text-decoration: none;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
	background: none;
    text-decoration: none;
    padding: 0px;
    -moz-opacity:1;
    opacity: 1;
}
#page-top a:hover {
	background: none;
}
#page-top a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#page-top a:hover {
    padding: 17px 1px;
	background: none;
    text-decoration: none;
    color: #665e53;
    opacity: 1;
    margin-bottom: -10px;
    transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
}
header .sitename {
    font-size: 40px;
    color: #fff;
    line-height: 30px;
/*    font-family: 'Oswald', sans-serif;
*/
	font-family: 'KTEGAKI';
    padding: 10px 0px 0px;
    margin-bottom: 10px;
}
header .sitename a{
	font-family: 'KTEGAKI';
}
header .descr {
	font-family: 'KTEGAKI';
    font-size: 16px;
    color: #ffb6c1;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 20px;
    padding-bottom: 10px;
}
#topnews dd h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.post h3,#topnews dd h3 {
    background: url(images/tentyo_90.png) no-repeat scroll 0 -9px #fff;
    border-bottom: 6px solid #87ceeb;
    box-shadow: 0 4px 0 #65acc9;
    color: #333333 !important;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 20px 0 0 89px;
    text-shadow: 2px 2px 0 #b0b0b0;
}
.post h4{
    border-bottom: 6px solid  #FFB2DD;
    box-shadow: 0 4px 0  #FF95D0;
    color: #333333 !important;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 20px 0 0 0px;
    text-shadow: 2px 2px 0 #b0b0b0;
	text-align: center;
}
.post h5 {
  margin: 0px 0px 10px 0;
  padding: 0.5em 0 0.3em 1em;
  border-bottom: 1px dotted #f19ca7;
  border-left: 10px solid #f19ca7;
  font-size: 20px;
  font-weight: bold;
  color: #e95464;
  box-shadow: 0 2px 5px #999;
}
@media only screen and (max-width: 780px){
	.post h3,#topnews dd h3 {
		background: none;
		padding: 20px 0 0;
		font-size: 20px;
		line-height: 1.3;
	}
}
@media only screen and (min-width: 780px){
	p {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 20px;
	}
}
h2 {
	font-family: 'KTEGAKI';
}
