@charset "Shift_JIS";
/* CSS Document */


/*
--------------------
ӈē}
--------------------
*/

#container {
	width: 625px;
	margin-bottom: 10px;
}
#print {
	text-align: right;
	height: 65px;
}
#print a {
	background-image: url(/access/img/print.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 250px;
	display: block;
	margin-right: 0px;
	margin-left: auto;
}
#print a:hover {
	background-position: left bottom;
}

#main li {
	width: 100%;
	margin-top: 10px;
}

#main li img {
	width: 100%;
}

#main .text_wrap {
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 1em;
	margin-top: 0;
}

#main .text_wrap h2 {
	font-size: 16px;
	text-align: center;
}

#main .text_wrap dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .text_wrap dt {
	width: 30%;
}

#main .text_wrap dd {
	width: 70%;
}

/*
#main li {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
	text-align: center;
}
h1 {
	font-size: 12px;
	line-height: 20px;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}
#main dl {
	overflow: hidden;
}

#main dt {
	text-align: center;
	width: 265px;
	float: left;
}
#main dd {
	text-align: center;
	padding-bottom: 9px;
	width: 350px;
	float: right;
}
#main p {
	border: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 25px;
}

*/



#close {
	text-align: center;
	margin-top: 10px;
}
#close a {
	width: 80px;
	display: block;
	font-size: 12px;
	line-height: 23px;
	background-color: #CFE7E6;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
	border: 1px solid #49609A;
	text-align: center;
}
#close a:hover {
	background-color: #FFFFFF;
}
