@charset "utf-8";

/*
 * データ作成ガイド　PDF
 *
 */

/*
 * 見出しを上書き
 */
h2{background: #eee url(./img/header_title.png) no-repeat scroll 0 0 / contain;}

/*
 * メニュー
 */

/* 固有 */
dl#confirm dt{background: #fff url(../img/sp_list_icon.png) no-repeat scroll 0 -525px;}
dl#convert dt{background: #fff url(../img/sp_list_icon.png) no-repeat scroll -260px -525px;}
dl#check   dt{background: #fff url(../img/sp_list_icon.png) no-repeat scroll 0 -600px;}
dl#kitei   dt{background: #fff url(../img/sp_list_icon.png) no-repeat scroll -260px -600px;}
dl#dif_pdf dt{background: #fff url(../img/sp_list_icon.png) no-repeat scroll -520px -600px;}
dl#comment dt{background: #fff url(../img/sp_list_icon.png) no-repeat scroll 0 -675px;}
dl#iromi dt  {background: #fff url(../img/sp_list_icon.png) no-repeat scroll 0 -750px;}

/* 2ページ目以降で使用 */
div.parts dl#confirm,
div.parts dl#convert,
div.parts dl#check,
div.parts dl#kitei,
div.parts dl#dif_pdf,
div.parts dl#comment
{height: auto;}

div.parts dl dd ul#index{width: 470px;margin-top: 8px;}
div.parts dl dd ul#index li{float: left;margin-right: 20px;}
/*
 * 変換前の確認
 */
#confirm_list dl dt{
font-size: 14px;font-weight: bold;
padding: 5px;padding-left: 10px;
border-top: 1px solid #ccc;border-left: 5px solid #999;
background-color: #ddd;
}
#confirm_list dl dd{
line-height: 2.5;
padding-top: 15px;
margin-bottom: 20px;margin-left: 15px;
background: #fff url(img/mark.png) no-repeat scroll 0 0;
}
ul.list_display{
list-style-type: none;
}
ul.list_display li{
margin-left: 11px;
text-indent: -11px;
}
/*
 *
 */
.set p{float: right;}
.set dl dd ul{
list-style-type: none;
}
.set dl dd ul li{
margin-left: 11px;
text-indent: -11px;
}

/*
 * タブ
 */
ul#tab{overflow: hidden;list-style-type: none;margin-top: 10px;border-bottom: 2px solid silver;}
* html ul#tab{height: 1%;}
ul#tab li{float: left;margin-right: 5px;}
ul#tab li a{
display: block;
color: #333;font-weight: bold;text-align: center;text-decoration: none;line-height: 2.8;text-indent: 0;
width: 180px;height: 34px;
background-color: #d3d3d3;

-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-radius-topleft: 5px;
border-top-left-radius: 5px;

-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-khtml-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
ul#tab li a#active{background-color: #9acd32;}
ul#tab li a:hover{background-color: #d4cdc6;}

/*
 *
 */
#panel0{display: none;}
#panel1{display: block;} /* デフォルト表示 */
#panel2{display: none;}
#panel3{display: none;}
#panel4{display: none;}
#panel5{display: none;}