@charset "utf-8";
body {
	background: #e2e2e2;
	margin: 0;
	padding: 0;
}
#wrap {
	width: 750px;
	margin: 0 auto;
	height: 100%;
	background: #FFF;
	padding: 50px;
}
.dol {
	margin: 10px;
}
p.dolimg {
	display: block;
}
#wrap h1 {
	background: url(../img/title.png) no-repeat 0 0;
	width: 366px;
	height: 67px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	font-size: 0;
	padding-bottom: 15px;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 30px;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top, rgb(169,3,41) 0%, rgb(143,2,34) 44%, rgb(109,0,25) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(169,3,41)), color-stop(44%, rgb(143,2,34)), color-stop(100%, rgb(109,0,25)));
	background: -webkit-linear-gradient(top, rgb(169,3,41) 0%, rgb(143,2,34) 44%, rgb(109,0,25) 100%);
	background: -o-linear-gradient(top, rgb(169,3,41) 0%, rgb(143,2,34) 44%, rgb(109,0,25) 100%);
	background: -ms-linear-gradient(top, rgb(169,3,41) 0%, rgb(143,2,34) 44%, rgb(109,0,25) 100%);
	background: linear-gradient(to bottom, rgb(169,3,41) 0%, rgb(143,2,34) 44%, rgb(109,0,25) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
	padding-left: 10px;
}
p.att {
	font-size: 0.8em;
	line-height: 1.5;
	padding-bottom: 15px;
	text-align: center;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.thumb {
	display: flex;
}
.thumb a {
	display:block;
	margin-right:5px;
}
.thumb>a.active {
	border: 5px solid rgb(169, 3, 41, 80%);
}

#list {
	padding: 30px 0;
}
#list .news {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #666;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#list .newsLast {
	margin: 10px 0;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	border-bottom: none;
}
#list p {
	line-height: 1.7;
	text-indent: 1em;
}
#list p.title {
	font-weight: bold;
}
a.pdf {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/icon_pdf.gif) no-repeat right center;
}
a.html {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/icon_html.gif) no-repeat right center;
}
#goTop {
	padding: 20px;
	bottom: 5px;
	right: 50px;
	background: #000;
	font-size: 0.8em;
	color: #FFF;
	position: fixed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#goTop a {
	color: #FFF;
}
