@charset "utf-8";
/**
 * base.css 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 *
 */
/**
 * 1. import
 */

/* misc_map*/
	.pop #madori .wrapper {
		width: 653px;
		margin-left: auto;
		margin-right: auto;
	}
	.pop  #Header {
		padding-bottom: 18px;
	}
	.pop .title {
		float: left;
		margin-top: 18px;
	}
	.btBack,
	.btNext {
		position: absolute;
		top: 280px;
	}
	.btBack {
		left: -47px;
	}
	.btNext {
		right: -47px;
	}
	
/* index */
	#mainBox .horizontal li {
		margin-bottom: 20px;		
	}
	.price {
		margin-top: 5px;
		text-align: right;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		color: #cc0000;
	}
	.planBt li.odd {
		margin-left: 20px;
	}