 @import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
 
 .wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
 ul, li {list-style: none;}
 
 body {font-family: "Sawarabi Mincho";}
 .info_item {
	margin-left: auto;
	width: 95%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}
@media screen and (min-width:401px){
body .info_item dl {
	border-bottom: 1px dashed #ABABAB;
	width: 95%;
	clear: none;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
overflow: hidden
}
body .info_item dl:last-child {
	border: none;
}

body .info_item dl dt {
	font-weight: bold;
	font-size: small;
	float: left;
	width: 5em;
	margin-right: 1.5em;
	line-height: 1.5em;
}
body .info_item dl dd {
	font-weight: bold;
	font-size: small;
	line-height: 1.5em;
	margin: 0 0 0 6em;
}
}
@media screen and (max-width:400px){

body .info_item dl {
	border-bottom: 1px dashed #ABABAB;
	width: 95%;
	clear: none;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
body .info_item dl:last-child {
	border: none;
}

body .info_item dl dt {
	font-weight: bold;
	font-size: small;
	margin-right: 1.5em;
	line-height: 1.5em;
	margin-top: 0px;
}
body .info_item dl dd {
	font-weight: bold;
	font-size: small;
	line-height: 1.5em;
	margin-top: 0px;
	margin-left: 0px;
}

}
