@charset "utf-8";
/* CSS Document */


/*お知らせボックスのｃｓｓ*/
.box1 {
    margin:10px 10px 30px 10px;
    background:rgba(214,253,127,0.3);
	border-radius:10px;
}
.box1 .box-title {
    font-size: 1.1em;
    background:rgba(0,176,80,0.8);
    padding: 4px;
    text-align:left;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
	border-radius:10px 10px 0 0;
}
.box1 p {
    padding:10px;
    margin: 0;
}
.box-title span{
	color:#ffc000;
	font-size:0.8em;
	margin:0 auto;
	
}

/*お知らせ内の写真*/
.news_photo{
	max-width:90%;
	margin:10px;
	border-radius:10px;
}

.news_photo2{
	max-width:50%;
	margin:10px;
	border-radius:10px;
}

.tate{
	max-width:46%;
	float:left;
	margin:10px 0 10px 10px;
}
.tate2{
	max-width:46%;
	float:right;
	margin:10px 0;
	margin-right:10px;
}
.tate3{
	max-width:46%;
}

/*メディアクエリ*/
/*751ｐｘ以上*/
@media screen and (min-width:751px){			/*andのあとにスペースを空けるのを忘れないこと！！！*/
/*ここに751ｐｘ以上のｃｓｓを記述する*/
h2{
	margin:20px 0 20px 30px;
	text-align:left
}

/*お知らせボックスのｃｓｓ*/
.box1 {
    margin:10px 30px 30px 30px;
}


}
