@charset "utf-8";

/*-----------------------------------------------------------------------------
 Result
-----------------------------------------------------------------------------*/

.Result div.BtnBlock { width:660px; margin-right: auto; margin-left: auto; clear: both; height: 60px; background: #F2FFE6; padding: 10px; }
.Result div.BtnBlock p { font-weight: bold; color: #009900; text-align: center; width: auto; margin-bottom: 5px; }
.Result div.BtnBlock a { text-indent:-9999px; display:block; margin-right: auto; margin-left: auto; }
.Result div.BtnBlock a.BtnInquiry { width:200px; height: 30px; background: url(../../img_real/common/btn_inquiry.gif) no-repeat left bottom; }
.Result div.BtnBlock a.BtnInquiry:hover { background: url(../../img_real/common/btn_inquiry.gif) no-repeat left top; }

.Result ul.BtnBlock { width:600px; height:50px; position:relative; margin-right: auto; margin-left: auto; }
.Result ul.BtnBlock li { margin-left:20px; width:180px; height:50px; display:block; float:left; }
* html .Result ul.BtnBlock li { margin-left:15px; }
.Result ul.BtnBlock li a { width:180px; height:50px; display:block; text-indent:-9999px; outline:none; }
.Result ul.BtnBlock li.Btn01 a { background: url(../../result/img/btn_select_asp.gif) no-repeat left top; }
.Result ul.BtnBlock li.Btn01 a:hover, .Result ul.BtnBlock li.Btn01 a.Current:hover { background: url(../../result/img/btn_select_asp.gif) no-repeat left center; }
.Result ul.BtnBlock li.Btn01 a.Current { background: url(../../result/img/btn_select_asp.gif) no-repeat left bottom; }
.Result ul.BtnBlock li.Btn02 a { background: url(../../result/img/btn_select_web.gif) no-repeat left top; }
.Result ul.BtnBlock li.Btn02 a:hover, .Result ul.BtnBlock li.Btn02 a.Current:hover { background: url(../../result/img/btn_select_web.gif) no-repeat left center; }
.Result ul.BtnBlock li.Btn02 a.Current { background: url(../../result/img/btn_select_web.gif) no-repeat left bottom; }
.Result ul.BtnBlock li.Btn03 a { background: url(../../result/img/btn_select_mb.gif) no-repeat left top; }
.Result ul.BtnBlock li.Btn03 a:hover, .Result ul.BtnBlock li.Btn03 a.Current:hover { background: url(../../result/img/btn_select_mb.gif) no-repeat left center; }
.Result ul.BtnBlock li.Btn03 a.Current { background: url(../../result/img/btn_select_mb.gif) no-repeat left bottom; }

.Result h3 { display:block; background:url(../../img_real/result/h_result.gif) no-repeat left top; }
.Result h4 { font-size:110%; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; height: 26px; width: 660px; padding-left: 20px; line-height: 26px; margin-left: auto; margin-right: auto; margin-bottom: 20px; font-weight:bold; background: url(../../service/server/img/bg_h5_02.gif) no-repeat 0 0; color: #333333; }
.Result h5 { color: #333; font-size: 110%; margin-bottom: 10px; font-weight:bold; margin-left: 25px; float: left; width: 670px; }
* html .Result h5 { margin-left: 12px; }
.Result h5 span { float:left; margin-left: 0px; }

.Result h5 a, .Result h5 a:visited { color:#666; text-decoration:none; font-weight:normal; float: right; padding-top: 20px; }
.Result h5 a:hover { color:#666; text-decoration:underline; }

.Result h5 img { margin-right: 5px; }
.Result p { margin-left:25px; }
.Result dl { width: 670px; margin-left: 25px; margin-bottom: 10px; clear: both; }
.Result dl.Bottom { margin-bottom: 20px; }
.Result dl dd a, .Result dl dd a:visited { color:#666; text-decoration: underline; }
.Result dl dd a:hover { text-decoration: none; }
.Result dl dt, .Result dl dd { padding:5px; }
.Result dl dt { background:#F2F2F2; display: block; width: 150px; float: left; border-bottom: 1px solid #fff; clear: left; }
.Result dl dt.Detail { background:#E1E1E1; }
.Result dl dt.Link { background:#E1E1E1; }
.Result dl dt.SystemName { background:#E1E1E1; height:3em; }

.Result dl dd { margin-left:160px; display: block; width: 500px; border-bottom: 1px solid #f2f2f2; }
.Result dl dd strong { font-weight:bold; }
* html .Result dl dd { width: 460px; }
.Result dl dd.SystemName { border-top: 1px solid #f2f2f2; }

