/*
Theme Name: midorimachi
Author: 526
Description: ピアノ教室みどりまちのテーマ
*/

@charset "utf-8";


body{
	background-image: url("img/piano_wallpaper.jpg");
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: ;
  opacity:;
}
/* フォント
----------------------------------------------------*/
body, textarea {
	font-family:"Hiragino Maru Gothic ProN", Meiryo,sans-serif;
}
p {
	line-height: 1.5em;
}

/* リンク
----------------------------------------------------*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
}


/* 画像
----------------------------------------------------*/
img {
	vertical-align: bottom;
}

.clear{
	clear: both;
}

.wrapper{
	width: 990px;
	height: auto;
	margin: 0 auto;
	position: relative;

}



.header{
		margin-bottom: 0px;
		padding:0px 0px 20px 0;	

}

.logo{
		margin-bottom: 10px;
}

.logo img{
	width:990px;
	border-radius: 0 0 10px 10px;
}

.r_top{
		float: right;

}


.menu{
	padding:0 10px;
	margin: 15px 10px 0 10px;
	background-color: white;
	border-radius: 30px;
	box-shadow: 0 0px 6px 0px #aaa;
}

ul{
	display:table;
	table-layout: ;
	width:100%;
}

li{
	display:table-cell;
	text-align: center;
	vertical-align:middle;
	height: 60px;
	background-color: ;
}

li a{
	display: block;
	color: green;
	padding: 7px 0;
	border-radius: 30px;
	text-decoration: none;
	font-size: 90%;
}

li:hover{
}


li a:hover{
	color: #fff;
	background-color:#ADDD79;
	transition:.5s;
}


li a.now{
	color: #fff;
	background-color:#7cc92a;
}



.slider{
	height: 340px;
	width: 95%;
	margin: 0 auto;
	margin-top: 0px;
	overflow: hidden;
	background: url("https://img1.etsystatic.com/016/0/6584569/il_fullxfull.454098063_qikc.jpg") ;
  	background-position: left center;
    background-size: 100%;

  	/* 画像をタイル状に繰り返し表示しない */
  	background-repeat: no-repeat;
}




.contents_cover{
	width: 100%;
	height: 100%;
	min-height: 800px;
	padding: 10px;
	margin-top: 10px;

}

.left_c{
	float: left;
	margin-left: 15px;
}

.right_c{
	float:left;
}

.news{
	width: 625px;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 15px 20px 10px 20px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0px 6px 0px #aaa;

}

	.news h1{
		font-size: 120%;
		margin-bottom: 10px;
		color: #7cc92a;
	}

	.news h2{
		text-align: right;
		font-size: 90%;
	}

	.news table{
		margin-left: 2em;
	}

	.news tr{
		height:2em;
	}

	.news .left{
		width: 100px;
		text-align: center;
	}


	.news .right{
		width: auto;
		padding-left: .5em;
	}
	.news a{
		text-decoration: underline;
			color:green;
	}

.main{
	width: 625px;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 30px 20px;
	margin-bottom: 30px;
	background-color: white;
	box-shadow: 0 0px 6px 0px #aaa;
}

.main a{
	color: #008000;
}

.main h1{
	background: url("img/title.png");
	line-height: 48px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0px 0 0 15px;
	margin-left: 5px;
	font-weight: bold;
	color: brown;
}

.main p{
	line-height: 2em;
	margin-left: 1em;
}

.main img{
	display: block;
	margin: 15px auto;
	padding: 8px;
	background: #fff;
	border: 1px solid #bfbfbf;
	max-width: 80%;
	height:auto;
	box-shadow: 0 7px 6px -6px #777777;
}

.tori img{
	border: 0px;
	box-shadow: none;
	width: 40px;
	height: 30px;
	margin:0 auto;
	margin-top: 20px;
    background : none;
}


.blog_content{
	margin-bottom: 70px;
}

.bun{
	background: url("img/A5-+.png");
	padding: 13px 17px 10px 20px;	
	box-shadow: 1px 1px 5px 1px #aaa;
	border-radius: 2px;
	margin-bottom: 70px;
}



.ul{
	border-bottom: dotted 2px #acb48c;
	width: 100%;
	margin-bottom: 10px;
}

.date{
	font-size: 70%;
	color:#fff;
	background-color: #7cc92a;
	font-weight: bold;
	width: 90px;
	text-align: center;
	margin: 5px ;
	padding: 5px 10px;
	float: right;
}

.tdate{
	font-size: 70%;
	color:#fff;
	background-color: #7cc92a;
	font-weight: bold;
	width: 90px;
	text-align: center;
	margin-bottom: 0px;
	padding: 5px 10px;
}

.title{
	margin-left: 10px;
	margin-top: -2px;
	margin-bottom: 10px;
	padding-top: 10px;
	color:green;
	font-size: 140%;
	float: left;
}

.prev{
	float: left;
}

.next{
	float: right;
}

.prev a:hover,.next a:hover{
	text-decoration: underline;
}

.sidebar{
	margin-left: 30px;
	width: 240px;
	height: 100%;
	background-color:#fff ;
	padding: 20px 0 40px 0;
	border-radius: 10px;
	box-shadow: 0 0px 6px 0px #aaa;
}

.button{
	margin: 0 auto;
	padding:0px 0;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
}



.button img{
	width: 90%;
}

.mini img{
	width: 75%;
}

.button:hover{
	transition: 0.2s ease-in-out;
	transform: translatey(-5px);
}



.button a{
	display: block;
}



.kotori{


}

.kotori img{
	width: 150px;
	position: absolute;
    right: 30px;
    bottom: 68px;


}


.footer{
	margin: 0 20px;
	padding: 10px 0 7px 0;
	background-color: #9ea543;
	text-align: center;
	font-size: 90%;
	color: #fff;
	border-radius: 10px 10px 0 0;
}



