/* ---------------------------------------------------
mobile.html
--------------------------------------------------- */
#mobile{
	margin: 0;
	padding: 0 10px;
}

#mobile a:link {
	color: #0000ff;
	text-decoration: underline;
}

#mobile a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#mobile a:hover {
	color: #bb0000;
	text-decoration: none;
}

/* ---------------------------------------------------
class
--------------------------------------------------- */
.pt0{
    padding-top: 0px !important;
}

.w530{
	width: 530px;
}

.link{
	float: right;
	margin-top: 10px;
	padding: 0 15px 3px 0;
}

.career{
	float: left;
	margin: 5px 0;
	line-height: 140%;
}

.qr{
	float: right;
	padding-right: 10px;
}

.function{
	color: #ff4500;
}

.member{
	color: #ffa500;
}

.cap{
	float: right;
	padding-right: 10px;
}

.va-top{
	vertical-align: top;
}

.return{
	text-align: right;
	padding: 5px 25px 0 0;
}

/* ---------------------------------------------------
contents
--------------------------------------------------- */
#detail_top{
	width: 735px;
	height: 40px;
	background-image: url(/customer/static/img/mobile/top.gif);
	background-repeat: no-repeat;
}

#detail_top h3{
	margin: 0px;
	padding: 8px 0 0 15px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
}

#detail_middle{
	width: 735px;
	padding: 20px 0 10px 0;
	background-image: url(/customer/static/img/mobile/middle.gif);
	background-repeat: repeat-y;
}

#detail_middle p{
	padding: 0 15px 15px 15px;
	line-height: 140%;
}

#detail_middle ul{
	margin: 0;
	padding: 0 0 0 15px;
}

#detail_middle ul li{
	list-style-type: none;
}

#detail_middle ul li ul{
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 140%;
}

#detail_middle ul li ul li{
	list-style-type: disc;
	padding-bottom: 15px;
}

/* ---------------------------------------------------
list
--------------------------------------------------- */
#list{
	width: 700px;
	margin: 10px 0 5px 17px;
}

#list table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #d9ffde;
	empty-cells: show;
}

#list table th{
	border-bottom: 1px dotted #cccccc;
	padding: 1.5em 0.5em 0.3em 0.5em;
	white-space: nowrap;
	text-align: left;
}

#list table td{
	width: 115px;
	padding: 0.3em 0.5em;
	line-height: 140%;
	vertical-align: top;
}

#detail_middle #list p{
	padding: 15px 0 10px 0;
	line-height: 140%;
}

