@charset "utf-8";
/**
 * contact.css 
 * (c) United Arrows Ltd.
 */

/* Header */
	#Header { margin-bottom: 20px; }
	#Header .hnav .CONTACT a { background-position: left -14px; }

/* heading */
	.gTitle { margin-bottom: 40px; }
	#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 {
		clear: both;
		margin-bottom: 10px;
		font-weight: bold;
	}

/* sectionWrap */
	.sectionWrap {
		clear: both;
		margin-bottom: 30px;
		zoom:1;
	}
	.sectionWrap:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

	.sectionWrap .left {
		float: left;
		width: 330px;
	}
	.sectionWrap .right {
		float: right;
		width: 330px;
	}
	.sectionWrap .link { margin-top: 20px; }
	.sectionWrap .link li { margin-top: 5px; }
	.sectionWrap .link li a {
		padding-left: 12px;
		background-image: url('/unitedarrow/common/imgs/base/blt-page-next.gif');
		background-repeat: no-repeat;
		background-position: left top;
	}

/* faqlist */
	.faqlist li.item {
		margin-bottom: 20px;
	}
	.faqlist dt,
	.faqlist dd {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 50px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.faqlist dt {
		font-weight: bold;
		text-decoration: none;
		background-image: url('/unitedarrow/imgs/contact/blt-q.gif');
		color: #1e1e5a;
		cursor: pointer;
	}
	.faqlist dt.hover {
		text-decoration: underline;
	}
	.faqlist dt.open {
		text-decoration: none;
		color: #282828;
	}
	.faqlist dd {
		margin-top: 5px;
		background-image: url('/unitedarrow/imgs/contact/blt-a.gif');
	}

/* noteWrap */
	.noteWrap .list li {
		margin-bottom: 15px;
		text-indent: 1em;
	}