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

#hyousyou {
	
p{
	padding-bottom:20px;
	}

a{
	text-decoration:none;
	color:#EA5504;
	}
a:hover{
	text-decoration:underline;
	}
.green{
	color:#009C74;
	}

#wrapper{	
	margin: 0;
	padding: 0;
	background:url(images/hyousyou_bg.jpg) repeat-x top;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"Lucida Grande",sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	line-height: 1.8;
	-webkit-print-color-adjust: exact;
    width: 960px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
	}
	
	
ul.top{
	margin:0;
	padding:0;
	}

ul.top li{
	font-size: 21px;
	list-style:none;
	font-weight:bold;
	}


article.info{
	border:7px solid #ededed;
	padding:15px 60px 30px;
	margin-bottom:50px;
	}
	
article.info h3{
	background-color:#EA5504;
	color:#fff;
	padding:7px 15px 5px;
	border-radius: 5px;
	margin:30px 0 0;
}
article.info p{	
	padding-bottom:0;
}
article.info p.day{	
	font-size: 21px;
	font-weight:bold;
}
article.info ul{
	padding-left:5px;
	}
article.info ul li{
	list-style:none;
	}
	
	
div.bt{
	text-align:center;
	margin:0 0 50px;
}
div.bt span{
	display:block;
	margin:10px auto 50px;
}
div.bt span a{
	background-color:#ccc;
	padding:12px 40px;
	font-size:21px;
	color:#fff;
}
div.bt span a:hover{
	background-color:#009C74;
}

table{
	border:2px solid #009C74;
	border-collapse: collapse;
	text-align: left;
	font-size:16px;
	line-height: 1.5;
	width:100%;
	margin-bottom:25px;
}

table td {
	vertical-align: top;
	border: 1px solid #009C74;
}
table td a{
	padding:15px 15px;
	display:block;
	color:#009C74;
	font-weight: 700;
	}
table td a:hover{
	background-color:#ffffcc
	}
table td a span{
	font-size:15px;
	font-weight: 500;
}

a.pdf::before {
    content: "\f1c1";
    font-family: FontAwesome;
    padding: 0 7px 0 0;
}
a.xls::before {
    content: "\f1c3";
    font-family: FontAwesome;
    padding: 0 7px 0 0;
}
a.word::before {
    content: "\f1c2";
    font-family: FontAwesome;
    padding: 0 7px 0 0;
}

}