@charset "utf-8";
@import url("/mobile/set/common/p/css/v12a/general.css");



/*============================== HEADER ==============================*/

div#frm-H-main .frm-H-nav {
	padding-left: 31px;
}

/*============================== H1 ==============================*/
#box_h1 {
	position: relative;
	border: #b2b4b6 1px solid;
	border-left: none;
	margin: 0 auto 15px;
	padding: 1px 0;
	text-align: left;
	/*width: 958px;MLC*/
	width: 948px;/*MLC*/
}
#box_h1 h1{
	font-size: 158%;
	font-weight: bold;
	background: #fff;
	margin: 0;
	position: absolute;
	left: 20px;
	top: 25%;
}
#box_h1 p.lead{
	border-left: #9b9b9b 5px solid;
	position: static !important;
	font-size: 86%;
	margin: 0;
	padding: 10px 0 9px 135px;
	width: 807px;
}



/*============================== APPLE BANNER ==============================*/
ul#apple_bnr {
	margin: 0 auto;
	padding: 7px 0 7px 1px;
	/*width: 959px;MLC*/
	width: 949px;/*MLC*/
	background: url(/mobile/set/common/p/img/v11a/category_top/bg_apple-bnr.png) no-repeat center top;
}
ul#apple_bnr li {
	float: left;
	padding-left: 6px;
}
ul#apple_bnr li a {
	display: block;
}



/*============================== CONTAINER ==============================*/
body#frm div#container {
	background: none;
	margin: 0 auto 25px;
}


/*===== Panel =====*/
#panel {
	float: left;
	width: 743px;
}
#panel #list-category {
	background: url(/mobile/set/common/p/img/v11a/category_top/bg_panel.png) no-repeat left bottom;
}
#panel #list-category ul {
	padding: 1px 0 0 1px;
	background: url(/mobile/set/common/p/img/v11a/category_top/bg_panel_top.png) no-repeat left top;	
}
#panel #list-category li {
	float: left;
	padding: 0 1px 1px 0;
	text-align: center;
	width: 246px;
	height: 175px;
	overflow: hidden;
}

#panel #list-category li a {
	display: block;
	width: 246px;
	height: 175px;
	position: relative;
}
#panel #list-category li a:hover {
	text-decoration: none;
}
#panel #list-category li a span.link-list {
	padding: 0 0 0 17px;
	position: relative;
	left: 0;
	top: -25px;
	font-size: 14px;
	line-height: 25px;
	zoom: 1;
	text-decoration: underline;
}
#panel #list-category li a:hover span.link-list {
	text-decoration: none;
}

/*===== subMenu =====*/
#subMenu {
	float:right;
	/*width: 203px; MLC*/
	width:196px;/*MLC*/
}

/*===== TOPICS =====*/
dl#topics {
	width: 195px;
}
dl#topics dt {
	margin-bottom: 4px;
}
dl#topics dd {
	padding: 0 0 8px;
	font-size: 10px;
}
dl#topics dd a {
	display:block;
}
dl#topics dd span.caption {
	display: block;
	margin-top: 3px;
	line-height: 1.2;
}


/*===== Copyright =====*/
.out-foot-copyright {
	font-size: 10px;
}



.main_link-menu{
	float:left;/*MLC*/
}