@charset "utf-8";
/**
 * brand.css 
 * (c) United Arrows Ltd.
 */

/* Header */
	#Header { margin-bottom: 20px; }
	#Header #Nav .BRAND a { background-position: left -35px; }

/* heading */
	.gTitle { margin-bottom: 40px; }
	#ContentTitle {
		margin-bottom: 35px;
		font-weight: bold;
		font-size: 136%;
	}
	.sectionTitle {
		clear: both;
		margin-top: 35px;
		border-bottom: 1px solid #999999;
		padding: 0 5px 5px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 107%;
	}

/* ArticleMain */
	#ArticleMain {
		float: none;
		width: auto;
	}

/* selectCat */
	.selectCat {
		position: relative;
		border: 1px solid #d7d7d7;
		width: 200px;
	}
	.selectCat dd {
		position: absolute;
		left: -1px;
		bottom: 0px;
		width: 200px;
		z-index: 10;
	}
	.selectCat dd ul { display: none; }
	.selectCat dt a,
	.selectCat dd a {
		display: block;
		padding: 8px 10px 8px 15px;
		line-height: 1.2;
		background-color: #fff;
		color: #282828;
		zoom: 1;
	}
	.selectCat dd a:hover,
	.selectCat dd a.on {
		background-color: #ebebeb;
	}
	.selectCat dt a {
		background-image: url('/unitedarrow/common/imgs/base/blt-pulldown.gif');
		background-repeat: no-repeat;
		background-position: right 6px;
	}
	.selectCat dt.on a {
		background-position: right -174px;
	}
	.selectCat dd ul {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 200px;
		border-right: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		z-index: 200;
	}
	.selectCat dd li {
		border-top: 1px solid #d7d7d7;
	}
	.selectCat dd a {
		padding: 8px 10px 8px 32px;
		background-repeat: no-repeat;
		background-position: 18px 16px;
	}

/* brandList */
	.brandList li.item {
		border-bottom: 1px solid #d7d7d7;
		padding: 30px 0;
	}
	.brandList li.item,
	.brandList li.item .main,
	.brandList li.item .detail {
		clear: both;
		zoom:1;
	}
	.brandList li.item:after,
	.brandList li.item .main:after,
	.brandList li.item .detail:after { content : ''; display : block; clear : both; }
	.brandList li.item .main {
		margin-bottom: 10px;
	}
	.brandList li.item .logo,
	.brandList li.item .iconList { 
		float:left;
		width: 240px;
	}
	.brandList li.item .text,
	.brandList li.item .linkList { 
		float:left;
		width: 560px;
		margin-left: 15px;
	}
	.brandList .iconList li {
		float: left;
		margin-right: 5px;
	}
	.brandList li.item .title{
		font-weight: bold;
		margin-bottom: 15px;
	}

/* linkList */
	.linkList li{
		float: left;
	}
	.linkList li a{
		background: url('/unitedarrow/common/imgs/base/blt-page-next.gif') no-repeat 0 0 ;
		padding-left: 13px;
		margin-right: 20px;
	}

/* GroupCorp */
	#GroupCorp {
		margin-top: 70px;
		margin-bottom: 0;
	}
