/* CSS Document */

.accbox {
	position: relative;
	height: 540px;
	width: 340px;
	padding-right: 680px;
	margin-bottom: 40px;
}
.accbox .img { position: absolute; top: 0; right: 0; }
.accbox .logo { display: block; margin-bottom: 23px; }
.accbox h2 { font-size: 22px; letter-spacing: -2px; margin-bottom: 12px; }
.accbox address { font-style: normal; font-size: 14px; line-height: 21px; width: 350px; }
.accbox p { font-size: 14px; line-height: 21px; }
.accbox .bd {
	padding: 28px 0;
	border-top: 1px solid #b4b5b5;
	border-bottom: 1px solid #b4b5b5;
	margin: 30px 0;
}
.accbox a.a_box {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 338px;
	height: 78px;
	border: 1px solid #b4b5b5;
	text-align: center;
	line-height: 78px;
	font-size: 17px;
}


.listbox li { display: block; }
.listbox li dt { text-align: left; }



@media screen and (max-width : 600px){

.accbox {
	width: auto;
	margin: 0.5em;
	height: auto;
	
	padding-right: 0;
	padding-top: 2em;
	position: static;
}
.accbox address {
	width: auto;
	font-size: 0.8em;
 }
.accbox .img {
	position: static;
	display: block;
	width: 100%;
}
.accbox a.a_box {
	position: static;
	width: auto;
	height: 4em;
	line-height: 4em;
	margin: 0.5em;	
}




}
