@charset "UTF-8";

/* support_common */







/* ############## #support_localmenu ############## */


#support_localmenu{
	width: 200px;
	float: left;
	margin-right: 10px;
}

#support_localmenu dl{
	line-height: 2em;
	margin-bottom: 10px;
}


#support_localmenu dt{
	height: 29px;
	line-height: 29px;
	background: url(/images/pc/default/common/h.gif) -10px -68px;
	text-indent: 15px;
	font-weight: bold;
	font-size: 90%;
	color: #334970;
	border: 1px solid #CCC;

}

#support_localmenu dd{
	background: url(/images/pc/default/common/arrow_right.gif) 5px center no-repeat;
	padding-left: 23px;
	border: #CCC solid ;
	border-width: 0 1px 1px;
	font-size: 90%;
}


/* ############## #support_main ############## */

/*  #topicpath  */

#support_main #topicpath ul{
	padding: 0;
}

#support_main #topicpath ul li{
	display: inline;
	font-size: 90%;
}

#support_main #topicpath ul li span{
	padding-right: 20px;
	background: url(/images/pc/default/common/arrow_right_on.gif) no-repeat right center;
}


/* #support_main */

#support_main{
	width: 720px;
	float: left;
}

#support_main p,
#support_main ul,
#support_main dl,
#support_main ol{
	padding: 10px;
}


/*  よくある質問
---------------------*/
#support_main dl.faq{

}

#support_main dl.faq dt{
	font-weight: bold;
}


/*  注意事項
---------------------*/
#support_main dl.attention{

}


/*  関連ページ
---------------------*/
#support_main ul.rel{

}

#support_main ul.rel li{
	padding-left: 20px;
	background: url(/images/pc/default/common/arrow_right_on.gif) no-repeat left center;
}


/*  2カラム
----------------------*/
.colum{
	overflow: hidden;
	zoom:1;
	padding: 10px;
}
.colum .colum_ph{
	float: left;
	width: 60%;
}
.colum .colum_text{
	float: left;
	width: 40%;
}


