@charset "UTF-8";
/* CSS Document */

.shopinfo{
	margin-left: 20px; 
	width: 650px;
	}

.shopinfo_title{
	margin-left: 20px; 
	padding: 5px 0 5px 20px; 
	width: 100px; 
	height: 25px;
	float: left; 
	border-top: dotted 1px #000000;
	}
	
.shopinfo_main{
	padding: 5px 0 5px 20px; 
	width: 550px; 
	height: 25px;
	border-left: dotted 1px #000000; 
	border-top: dotted 1px #000000;
	vertical-align: middle;
	}
.shopinfo_main_senditem{
	padding: 5px 0 5px 20px; 
	width: 550px; 
	height: 80px;
	border-left: dotted 1px #000000; 
	border-top: dotted 1px #000000;
	line-height: 1.2em;
	}
.shopinfo_main_returnitem{
	padding: 5px 0 5px 20px; 
	width: 550px; 
	height: 165px;
	border-left: dotted 1px #000000; 
	border-top: dotted 1px #000000;
	line-height: 1.2em;
	}
