@charset "utf-8";
/*==========================================
/
/ □→xhtmlReset.css
/ 0□GLOBAL RESET
/	1■header
/	2□nav
/	2□subNav
/		2-1□breadCrumb
/		2-2□snsBox
/	3□keyVisual
/		3-1□mainVisual
/		3-2□brandView
/		3-3□slideFrame
/	4□searchBox
/	4-1□brandBox
/	4-2□shoppingBox
/	4-3□freewordBox
/	5□contentBox
/	5-1□pickupBox
/	5-2□areaBox
/	5-2■selectBox
/	5-3□magBox
/	5-4□eaidemBox

/	6□bpBox
/	7□asBox
/	8□linkBox
/	9□footer→footer.css

/
==========================================*/

#header .hgroup p.areaName{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	position: absolute;
	width: 124px;
	height: 28px;
	left: 288px;
	top: 28px;
	background: url(../t_img/bgArea.png) 0 0 no-repeat;
}


/*-- 5-2■selectBox --*/
.selectBox{
	position: relative;
	width: 720px;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	background: url(../t_img/bgCont01.png) 0 bottom no-repeat;
}
.selectBox h4{
	width: 720px;
	height: 52px;
	text-indent: -9999px;
	background: url(../t_img/titSelect.png) 0 0 no-repeat;
	margin-bottom:10px;
}
.selectBox p{
	padding: 10px 10px 0;
	color: #000;
	font-size: 10px;
	text-indent:10px;
}
.selectBox .linkPanel{
	color: #fff;
	position: relative;
	width:660px;
	overflow: hidden;
	margin: 10px auto;
	padding:20px 20px 0px;
	border-radius: 15px;
	background: url(../t_img/bgDot.png);
	box-shadow:0px 1px 5px 1px rgba(0,0, 0, 0.7);
	-moz-box-shadow:0px 1px 5px 1px rgba(0,0, 0, 0.7) inset;
	-webkit-box-shadow:0px 1px 5px 1px rgba(0,0, 0, 0.7) inset;
}

.selectBox .linkPanel .sb{
	position: relative;
	width: 660px;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.selectBox .linkPanel .num04{
	border-bottom: 0px solid #fff;

}
.selectBox .linkPanel h6{
	font-size: 14px;
	position: absolute;
	width: 130px;
	height: 50px;
	line-height: 18px;
}

.selectBox .linkPanel .num01 h6{background: url(../t_img/icon02.png) right 0 no-repeat;}
.selectBox .linkPanel .num02 h6{background: url(../t_img/icon03.png) right 0 no-repeat;}
.selectBox .linkPanel .num03 h6{background: url(../t_img/icon04.png) right 0 no-repeat;}
.selectBox .linkPanel .num04 h6{background: url(../t_img/icon05.png) right 0 no-repeat;}

.selectBox .linkPanel h6 span{
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}
.selectBox .linkPanel .sb ul{
 position: absolute;
	top:0;
	left: 150px;
}
.selectBox .linkPanel .sb ul li{
	display: inline;
	float: left;
	word-break: keep-all;
}

.selectBox .linkPanel h6 a{
	color: #fff;
}
.selectBox .linkPanel .sb ul li a{
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	margin-right: 10px;
}

.selectBox .linkPanel .sb ul li a:hover{
	color: #00aaff;
	text-decoration: none;
}

/*-- 5-2■selectBox button--*/
#button{
	position: relative;
	width: 700px;
	height: 85px;
	margin: 0 auto;
	background: url(../t_img/bgSubmit.png) 0 0 no-repeat;
}

#button a{
	text-indent: -9999px;
	position: absolute;
	width: 290px;
	height: 54px;
	background: url(../t_img/btnSubmitSpr.png) 0 0 no-repeat;
	top: 10px;
	left: 200px;
}
#button a:hover{
	background: url(../t_img/btnSubmitSpr.png) 0 -54px no-repeat;
}
