@charset "utf-8";

/* --------------------------------------------------------------------------------
   Shared
-------------------------------------------------------------------------------- */

/* Content
-------------------------------------------------------------------------------- */

/* -- .box_it -- */
.box_it .fig {
	float: right;
}
.box_it .txt {
	float: left;
	width: 195px;
}

/* -- .support-component -- */
.support-component {
	margin-top: 40px;
	background: url(/mobile/set/common/p/img/v12a/support/top/bg_support-component_mdl.png) left top repeat-y;
	zoom: 1;
}
.support-component .inner-btm {
	padding-bottom: 15px;
	background: url(/mobile/set/common/p/img/v12a/support/top/bg_support-component_btm.png) left bottom no-repeat;
	zoom: 1;
}
.support-component .inner-top {
	padding: 15px 15px 0;
	background: url(/mobile/set/common/p/img/v12a/support/top/bg_support-component_top.png) left top no-repeat;
}
.support-component .group {
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(/mobile/set/common/p/img/v12a/support/top/bg_support-component_gp.png) left bottom no-repeat;

}
.support-component .group .inner {
	padding: 15px 15px 0;
	background: url(/mobile/set/common/p/img/v12a/support/top/bg_support-component_gp.png) left top no-repeat;
}
.support-component h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 116%;
	font-weight: bold;
	border-bottom: 1px solid #c4c4c4;
}
.support-component .group-link {
	float: right;
	width: 530px;
}
.support-component .group-link ul li { margin-top: 5px;}
.support-component .group-link ul.flt_l { width: 250px;}
.support-component .group-link ul.flt_r { width: 280px;}
.support-component .group-link p {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dotted #c4c4c4;
}	

/* -- .list-relation -- */
.list-relation {
	width: 705px;
	margin-top: 30px;
	margin-left: -30px;
}
.list-relation dl {
	float: left;
	width: 205px;
	padding-left: 30px;
}
.list-relation dl dt {
	position: relative;
	min-height: 40px;
	_height: 40px;
	padding: 0 0 5px 0;
	font-weight: bold;
	background-position: left top;
	background-repeat:no-repeat;
	border-bottom: 1px solid #c4c4c4;
}

.list-relation dl dt span{
	display: table-cell;
	vertical-align: middle;
	width: 160px;
}
.list-relation dl dt span.icn{
	vertical-align: top;
	width: 45px;
}
.list-relation dl dt span span{
	display: inline;
}
/* IE 6 */
* html .list-relation dl dt span {
	display: inline;
	zoom: 1;
	width: 155px;
}
 
/* IE 7 */
*:first-child+html .list-relation dl dt span.icn{
	vertical-align: top;
	width: 45px;
}
*:first-child+html .list-relation dl dt span {
	display: inline;
	zoom: 1;
	width: 155px;
}
.list-relation dl dd {
	margin-top: 10px;
	font-size: 86%;
}
.list-relation dl dd.txt {
	min-height: 5.6em;
	_height: 5.6em;
}

/* -- ul.list-relation_nav -- */
ul.list-relation_nav {
	margin-top: 40px;
	padding: 15px;
	background: url(/mobile/set/common/p/img/v12a/support/top/bg_list-relation_btn.png) left top no-repeat;
}
ul.list-relation_nav li {
	float: left;
	margin-right: 9px;
	width:219px;
}
ul.list-relation_nav li.last-child { margin-right: 0;}


/* -- ul.list-info -- */
ul.list-info li {
	padding: 10px 0;
	background: url(/mobile/set/common/p/img/v12a/support/top/bg_list-info_dotted.png) left bottom repeat-x;
}
ul.list-info li a {
	padding-left: 16px;
	background: url(/mobile/set/common/p/img/v11a/bullet/icn_arrow_navy.gif) no-repeat scroll 0 0.25em transparent;
}

/* -- dl.box-info -- */
.box-info {
	margin-top: 30px;
	border: 1px solid #bfbfbf;	
	background: #f5f5f5;
}
.box-info dl {
	padding: 15px 13px;
	border: 1px solid #ffffff;
}
.box-info dl dt { font-weight: bold;}
.box-info dl dd { margin-top: 5px;}


/* Clear
-------------------------------------------------------------------------------- */

.box_it:after,
.support-component .group .inner:after,
.support-component .group-cont:after,
.support-component .group-link:after,
.list-relation:after,
ul.list-relation_nav:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.box_it,
.support-component .group .inner,
.support-component .group-cont,
.support-component .group-link,
.list-relation,
ul.list-relation_nav {
	zoom:100%;
}





