@charset "utf-8";

/* index.html よくある質問専用 */
/*------------------------------*/
#index #contents h3 {
clear:both;
}
#index #contents a.moreInfo {
	margin-bottom: 2px;
	margin-right: 10px;
}
#index #contents .qList {
	padding-bottom: 30px;
}
#index #contents .qList li {
	margin-bottom: 5px;
}
#index #contents .qList li a {
	_text-decoration: none;	
}
#index #contents .qList li a:link {
_border-bottom: 1px solid #003A91;
}
#index #contents .qList li a:visited {
_border-bottom: 1px solid #003A91;
}
#index #contents .qList li a:hover {
_border-bottom: 1px solid #6186D4;
}

#index #contents .qList li img {
	vertical-align: middle;
	margin-top:-2px;
	_margin-top:auto;
}
#index #contents dl {
	border-bottom: 1px dashed #6E6663;
	padding-bottom:20px;
	margin-bottom:20px;
}
#index #contents dt {
	margin-bottom:10px;
	text-indent:-27px;
	margin-left:27px;
}
#index #contents dd {
	text-indent:-27px;
	margin-left:27px;
}
#index #contents dd a {
	_text-decoration: none;	
}
#index #contents dd a:link {
_border-bottom: 1px solid #003A91;
}
#index #contents dd a:visited {
_border-bottom: 1px solid #003A91;
}
#index #contents dd a:hover {
_border-bottom: 1px solid #6186D4;
}
#index #contents dt img, #index #contents dd img {
	vertical-align: middle;
	margin-top:-2px;
	_margin-top:auto;
}

#index #contents .gotoPageTop {
	background-image: url(../common/img/gototop.gif);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	padding-left: 15px;
	float: right;
	margin-bottom: 40px;
	min-height:12px;
	_height:12px;
	display:block;
}
#contents ul.alert1 {
	margin-bottom: 0;
}

#contents ul.alert1 li {
	list-style-type:none !important;
	margin:0 0 0 10px;
	font-size:115%;
}

#contents .article2 {
	margin-bottom:30px;
}

#contents dd table {
	width:720px;
	margin:15px 0 0;
}

#contents dd table th {
	text-align:center;
	margin:0;
	width:180px;
}

#contents dd table td {
	text-align:center;
	width:180px;
}

#contents dd table td.caption {
	background:#ddd;
}

#index #contents .linkbox {
	margin-left:1em;
}

#index #contents .linkbox li a {
	background:url(../common/img/arrow1.gif) no-repeat 0 2px;
	padding-left:16px;
}

/* index.html よくある質問→お問い合わせ先専用 */
/*------------------------------*/
#index #contents dl dl {
	border-bottom: none;
	padding:0;
	margin:0;
}
#index #contents dd dt {
	margin:0;
	text-indent:0;
}
#index #contents dd dd {
	text-indent:0;
	margin-left:13em;
	margin-top:-1.4em;
}
