@charset "utf-8";

/* サポートページ */
@import url("common.css");


/* contents */
#contents #contentsL {
	width: 264px;
	float: left;
}
#contents #contentsR {
/*	width: 926px;*/
	width: 910px;
	float: right;
}
#contents #contentsL ul li {
	border:solid 1px #ccc;
	padding:15px 25px;
	margin:0 0 2px;
	font-family:Arial, sans-serif;
	font-size:1.00em;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	background: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(top, #fff, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ddd',GradientType=0 ); /* IE6-9 */
}
#contents #contentsL ul li a {
	text-decoration: none;
	color:#575757;
	display: block;
}
#contents #contentsL ul li a:hover {
	text-decoration: none;
	color:#17a3c2;
}

#contents #contentsR h4 {
	padding: 0 0 20px 25px;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	background: url(../img/qa_title_icon.gif) no-repeat 0px 5px;
}
#contents #contentsR dl {
	padding-bottom: 10px;
}
#contents #contentsR dl dt {
	font-size: 1.00em;
	line-height: 1.5em;
	font-weight: bold;
	border: 1px solid #c0bcb9;
	padding: 9px 0 5px 48px;
	background: url(../img/q.gif) no-repeat 10px 5px;
}
#contents #contentsR dl dd {
	padding-bottom: 30px;
	background: url(../img/a.gif) no-repeat 10px 10px;
}
#contents #contentsR ul {
	padding-left: 40px;
}
#contents #contentsR ul li {
	font-size: 0.88em;
	line-height: 1.38em;
	padding: 15px 10px 10px 10px;
	border-bottom: 1px dashed #c0bcb9;
}

/* clearfix */
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents {zoom:100%;}
