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

/* ---------------------------------------------
bace
---------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  

body{
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.4;
}

/* img link ul
---------------------------------------------*/
img {
    border:0;
    vertical-align: top;
}
/* テキスト
---------------------------------------------*/
a {
outline: none;
}

a:link {
	color:#079138;
	text-decoration: none;
}
a:visited,
a:active {
	color:#079138;
	text-decoration:none;
}

a:hover{
	color:#1bc056;
	text-decoration:underline;
}

ul,ol{
list-style: none;
}

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

}  
* html .clearfix             { zoom: 1; } 
*:first-child+html .clearfix { zoom: 1; } 

p,dd{
	font-size: large;
	line-height: 1.7;
}

/* ---------------------------------------------
 お知らせ
---------------------------------------------*/
#topic {
    width: 70%;
    display: inline-block;
    margin: 0 auto;
    padding-left: 3em;
    text-align: left;
}
#topic li {
    font-size: large;
    padding: 1em 2em;
    margin: 1em 0;
    border-radius: 40px;
    background-color: #FFFFFF;
}
.list_date {
    font-size: small;
    display: inline-block;
    margin: 1em 1em .5em 0;
    color: #676767;
}
@media screen and (max-width: 950px){
#topic {
    width: 100%;
    padding-left: 0;
}
}