@charset "utf-8";
/**
 * giftcard/css/index.css 
 * (c) United Arrows Ltd.
 */

/* Header */
	#Header { margin-bottom: 20px; }

/* heading */
	.gTitle { margin-bottom: 35px; }
	#ContentTitle {
		margin-bottom: 35px;
		font-weight: bold;
		font-size: 136%;
	}
	.sectionTitle {
		clear: both;
		border-bottom: 1px solid #999999;
		padding: 0 5px 5px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 107%;
	}
	.boxTitle,
	.subTitle {
		clear: both;
		margin-bottom: 10px;
		font-weight: bold;
	}

/* body */
	.body { zoom: 1; }
	.body:after { content : ''; display : block; clear : both; }

/* col-wrap */
	.col-wrap { clear: both; zoom: 1; }
	.col-wrap:after { content : ''; display : block; clear : both; }
	.left-col { float: left; }
	.right-col { float: right; }
	.text-col { width: 415px; }
	.img-col { width: 250px; }
	.col-wrap .box {
		padding: 12px 14px 0;
		background-color: #f6f3ee;
	}
	.col-wrap .box dl {
		padding-bottom: 15px;
	}
	.col-wrap .box dt {
		margin-bottom: 2px;
		font-weight: bold;
		color: #6d5934;
	}

/* balanceBox */
	.balanceBox {
		border: 5px solid #e8e8e8;
		width: 240px;
	}
	.balanceBoxInner {
		padding: 15px;
		line-height: 1.2;
	}
	dl.balanceBoxInner {
		border-top: 1px solid #e8e8e8;
	}
	dl.balanceBoxInner dt {
		margin-bottom: 10px;
		font-weight: bold;
	}

/* unableshop */
	.unableshop {
		border-top: 1px solid #d7d7d7;
	}
	.unableshop th,
	.unableshop td {
		border-bottom: 1px solid #d7d7d7;
		padding: 8px 20px;
		line-height: 1.4;
	}
	.unableshop th {
		background-color: #eeeeee;
	}

/* ruleBox */
	.ruleBox {
		margin-top: 30px;
		border-top: 1px solid #d7d7d7;
		padding-top: 30px;
		clear: both;
	}
	.ruleBox .boxTitle{
		margin-bottom: 2px;
	}
