@charset "utf-8";
/*---------------------------------
	CommonCSS [åˆæœŸåŒ–,å®šç¾©]
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}
table {
	border-collapse:collapse;border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,var {
	font-style:normal;font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;	font-weight:normal;	line-height:100%;
}



/*---------------------------------
	        Base CSS 
---------------------------------*/
/* Default Link Style */
a{
    color:#333;
}
a:hover{
    text-decoration:none;
}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }


body{
    margin:0;
	padding:0;
    font-family: "Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
    background:#f5f5f5;
}

#wrap{
	width:700px;
	margin:0 auto;
    background:#fff;
    font-size:18px;
}
/* ヘッダー */

.header img{
    max-width:100%;
}

/* コンテンツ */

.container{
    padding:0px 20px;
}

h1{
    font-size:24px;
	padding:0;
	margin:15px 0 0;
    border-bottom:3px solid #4CAF50;
    padding-bottom:0px;
}
p{
	margin:10px 0;
	padding:0;
}

.more{
	font-size:15px;	
}
/* お知らせ */

.news{
    list-style:none;
    padding:0;
}

.news li{
    padding:10px 0;
    border-bottom:1px solid #ddd;
}

.date{
    margin-right:20px;
}


/* フッター */

footer{
    text-align:center;
    padding:30px;
    color:#666;
    font-size:14px;
}
.taR {text-align:right!important;}
.taL {text-align:left!important;}
.taC {text-align:center!important}

@media screen and (max-width:572px) {
#wrap {
	width:96%;
	margin:0 auto;
}
.date{
    margin-right:0px;
	display:block;
}
}
