@charset "utf-8";
dl.accordion {
	background:#FFF;
	margin:0 auto 30px;
	padding:0px;
	font-size:16px;
}
dl.accordion dt {
	background: url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #eeeeee, #aaaaaa);
	background: url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#aaaaaa));
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: -1px;
}
dl.accordion dt.open {
	background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#eeeeee));
}
dl.accordion dd {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	line-height: 1.5;
	display: none;
}
.news-box {
	background-color: #e4d472;
	padding-top: 0px;
	border-radius: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.50);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.50);
}
.accept {
	margin-left: 0px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 0px;
}
dl.news-data  {
	height: 240px;
	overflow-y: scroll;
}

.news-data dt {
	margin-left: 0px;
	border-right: 5px none rgba(255,157,0,1.00);
	margin-right: 20px;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.news-data dd {
    padding-bottom: 13px;
    text-align: left;
    line-height: 150%;
}
.news-box-in {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 8px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 2px;
	padding-top: 0px;
	z-index: 1;
}
ul.accordion ul {
	display: none;
	margin-top: 0px;
}
.s-more-bt {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	padding-top: 4px;

}
.s-more-bt img:hover{
	cursor: pointer;
	margin-top: 0px;
	padding-top: 0px;
}
.news-article {

}
ul.accordion {
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.accept-in {
	background-color: rgba(255,255,255,1.00);
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 6px;
}
.news-box-base {
	height: 32px;
	border-radius: 8px;
	background-color: rgba(134,154,213,1.00);
	margin-top: 5px;
}
.news-hl {
	color: rgba(255,255,255,1.00);
	padding-left: 12px;
	font-size: 16px;
	padding-top: 10px;
	line-height: 100%;
	text-align: left;
}


@media print,screen and (min-width: 640px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
dl.accordion {
	background:#FFF;
	margin:0 auto 30px;
	padding:0px;
	font-size:16px;
}
dl.accordion dt {
	background: url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #eeeeee, #aaaaaa);
	background: url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#aaaaaa));
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: -1px;
}
dl.accordion dt.open {
	background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#eeeeee));
}
dl.accordion dd {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	line-height: 1.5;
	display: none;
}
.news-box {
	background-color: #e4d472;
	padding-top: 0px;
	border-radius: 8px;
	padding-bottom: 5px;
	margin-top: 5px;
	max-width: 1200px;
	margin-bottom: 5px;
}
.accept {
	width: 1160px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 0px;
}
dl.news-data  {
	height: 240px;
	overflow-y: scroll;
}

.news-data dt {
    width: 90px;
    margin-left: 0px;
    border-right: 5px none rgba(255,157,0,1.00);
    margin-right: 20px;
    float: left;
    font-weight: bold;
    padding-bottom: 13px;
    text-align: right;
    font-size: 100%;
    margin-bottom: 0px;
    line-height: 130%;
}
.news-data dd {
    float: right;
    width: 1000px;
    padding-bottom: 13px;
    line-height: 130%;
}
.news-box-in {
	max-width: 1216px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 8px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 2px;
	padding-top: 0px;
	z-index: 9999;
}
ul.accordion ul {
	display: none;
	margin-top: 0px;
}
.s-more-bt {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 4px;

}
.s-more-bt img:hover{
	cursor: pointer;
	margin-top: 0px;
	padding-top: 0px;
}
.news-article {

}
ul.accordion {
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.accept-in {
	background-color: rgba(255,255,255,1.00);
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 6px;
}
.news-box-base {
	height: 32px;
	border-radius: 8px;
	background-color: rgba(134,154,213,1.00);
	margin-top: 5px;
}
.news-hl {
	color: rgba(255,255,255,1.00);
	padding-left: 12px;
	font-size: 16px;
	padding-top: 10px;
	line-height: 100%;
}

}
