@charset "utf-8";
@import url("common.css");

/****** コンテンツページ共通 ******/
.indent{
    text-indent: -6px;
}

#container_leftlane{
    width: 738px;
    float: left;
}

.container{
    width: 738px;
    margin: 10px auto 15px auto;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.container div.left{
    float: left;
}

.container div.center{
    float: left;
}

.container div.right{
    float: left;
}

.container div.lefttitle{
    float: left;
}

.container div.righttitle{
    float: right;
}

.container #kenbunroku_logo{
    margin-right: 20px;
}

.container #title_sapphire{
    padding: 15px 0 15px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 738px;
    background-color: #08233E;
}

.container #title_orange{
    padding: 15px 0 15px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 738px;
    background-color: #F8823C;
}

.container #title_purple{
    padding: 15px 0 15px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 738px;
    background-color: #8e44ad;
}

.container #title_blue{
    padding: 15px 0 15px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 738px;
    background-color: #003399;
}

.container #title_green{
    padding: 15px 0 15px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 738px;
    background-color: #0C555D;
}

.container #title_red{
    padding: 15px 0 15px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 738px;
    background-color: #EB2142;
}

.container #title_navy{
    padding: 15px 0 15px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 738px;
    background-color: #1b1464;
}

.container #title{
    padding: 15px 0 15px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 738px;
    background-color: #333333;
}

.container h1{
    margin-left: 20px;
    margin-top: 2px;
    border-left: 8px #FFFFFF solid;
    line-height: 175%;
    color: #FFFFFF;
    font-size: 26px;
    text-indent: 15px;
}

.container #breadcrumb{
    margin-left: 15px;
}

.container h3.h3_02{
    border-left: 7px #333333 solid;
    border-bottom: 1px #333333 solid;
    text-indent: 10px;
    line-height: 27px;
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 15px;
}

.container span.bold{
    font-weight: bold;
}

.container span.red{
    color: #cc0000;
}

.container span.green{
    color: #006600;
    font-weight: bold;
}

.container span.purple{
    color: #660099;
    font-weight: bold;
}

#container_request{
    width: 738px;
    margin: 0px auto 15px auto;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
}

#container_request table{
    margin: 10px 0 10px 0;
}

#container_request td#guidance{
    padding-left: 12px;
    padding-right: 3px;
}

#container_request td#web_message{
    padding-right: 12px;
}

.container_request td#tel_info{
    padding-left: 10px;
    border-left: 1px #000000 dotted;
}

/****** 企業情報ページ ******/
.container #company_prof{
    width: 700px;
    margin: 20px 0px 10px 20px;
    border-collapse: collapse;
}

#company_prof th{
    width: 140px;
    border-bottom: 1px #444444 dotted;
    font-weight: bold;
}

#company_prof td{
    width: 540px;
    padding: 20px 0px 20px 20px;
    border-bottom: 1px #444444 dotted;
}

#company_prof td ul#jigyounaiyo li,ul#groupsite li{
    list-style-type: none;
    background-image: url("/image/contents/common/list.png");
    background-repeat: no-repeat;
    background-position: 0pt 4pt;
    text-indent: 16px;
}

#company_prof td ul#groupsite li.link{
    list-style-type: none;
    background-image: url("/image/contents/common/linkicon.png");
    background-repeat: no-repeat;
    background-position: 0pt 3pt;
    text-indent: 20px;
    margin-left: 15px;
    margin-bottom: 5px;
}

#company_prof td ul#groupsite li.link a{
    text-decoration: underline;
}

#company_prof dd {
    margin-left: 10px;
}

/****** 本社地図ページ ******/
.container #map{
    width: 700px;
    margin: 40px 0px 10px 18px;
}
/*
#map table img{
    border: 5px #444444 solid;
    margin: 0px 0 30px 0px;
}
*/
.container #map table td.caption{
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 3px;
    border-bottom: 1px #444444 dotted;
    font-weight: bold;
    font-size: 115%;
}

#map table td#address{
    padding: 10px 0px 10px 20px;
}

#map table td.access{
    padding-top: 10px;
    padding-left: 20px;
    text-decoration: underline;
}

#map table td.access_detail{
    padding-top: 3px;
    padding-left: 38px;
}

/****** サポートページ ******/
.container #support{
    width: 700px;
    margin: 20px 0px 10px 20px;
}
.container #support table{
    width: 400px;
    margin: 30px auto 20px;
}
.container #support table th{
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    width: 21%;
}
#support div#scTransition{
    width: 430px;
    margin: 15px auto 0;
}
.container #support table td.formitem{
    width: 80%;
}
#support table td{
    padding-top: 3px;
    padding-bottom: 3px;
}
#support table td input.textbox{
    width: 82%;
    height: 26px;
    border: 1px solid #BBBBBB;
}

#support table td#loginBtn{
    padding-top: 5px;
    text-align: center;
}
#support table td#loginBtn input.button{
    width: 41%;
    height: 40px;
    border: none;
    font-size: 17px;
    background-color: #009999;
    color: #FFFFFF;
}
#support table td#loginBtn input.button:hover{
    background-color: #006666;
}
#support h4{
    font-size: 15px;
    font-weight: normal;
    padding: 5px 0 3px;
    margin: 15px 0;
    background-color: #ECEEF1;
    text-indent: 10px;
}
#support div#remoteterms{
    line-height: 20px;
    width: 678px;
    padding: 10px;
    height: 500px;
    margin: 10px auto;
    overflow-y: scroll;
    border: 1px solid #999999;
}
#support div#remoteterms div#remotetitle{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: underline;
}
#support div#remoteterms ol li{
    margin: 10px 0 0 25px;
    font-weight: bold;
    font-size: 14px;
}
#support div#remoteterms ol.two_d li{
    margin-left: 33px;
}
#support div#remoteterms ul{
    margin-top: 10px;
}
#support div#remoteterms ul li{
    margin-left: 22px;
}
#support div#remoteterms div#agree{
    margin-top: 20px;
}
#support div#remoteterms div.buttongroup{
    width: 220px;
    margin: 10px auto;
}
#support div#remoteterms div.buttongroup div.btnright{
    margin-right: 16px;
}
#support div#remoteterms div.buttongroup div.button{
    float: left;
    width: 100px;
    text-align: center;
    line-height: 35px;
    display: block;
    background-color: #0E7AC4;
}
#support div#remoteterms div.buttongroup div.button a{
    display: block;
    color: #FFFFFF;
}
#support div#remoteterms div.buttongroup div.button:hover{
    background-color: #1253A4;
}
/****** ログインエラーページ ******/
div#support div#errorMs p{
    width: 640px;
    padding: 12px 0;
    margin: 40px auto 0;
    text-align: center;
    border: 1px solid #CC0000;
    color: #CC0000;
    background-color: #ffefef;
    font-size: 14px;
}

div#support div#errorDesc {
    width: 640px;
    margin: 10px auto 10px auto;
}

div#support div#errorDesc ul {
    margin-left: 30px;
}

div#support div#errorCode {
    text-align: right;
    color: #cccccc;
    font-size: 10px;
}

/****** サイトマップページ ******/
.container #sitemap{
    margin: 20px 0 10px 20px;
    width: 700px;
}

.container #sitemap ul.group{
    margin-top: 20px;
}

.container #sitemap ul.group li{
    background-image:  url("/image/contents/common/yajirushi_red.png");
    background-repeat: no-repeat;
    background-position: 13pt 1pt;
    text-indent: 40px;
    line-height: 20px;
    margin: 0px 0 16px 0;
    list-style-type: none;
}

.container #sitemap ul.map{
    background-image: none;
    font-weight: normal;
    margin-top: 8px;
}

.container #sitemap .map li {
    background: none !important;
    list-style-type: disc !important;
    list-style-position: inside;
}

.container #sitemap ul.group li a{
    text-decoration: underline;
    color: #000000;
}

.container #sitemap ul.group li a:hover{
    color: #0066CC;
}

#sitemap div.h3_01{
    border: 1px #444444 solid;
    border-radius: 8px;
    margin-bottom: 15px;
    width: 500px;
}

#sitemap div.h3_01 h3 a{
    color: #000000;
    text-decoration: underline;
}

/****** プライバシーポリシーページ ******/
.container #privacy{
    margin: 20px 0 10px 20px;
    width: 700px;
}

#privacy p.explain{
    padding: 10px 0 10px 0;
}

#privacy p{
    padding: 10px 20px 10px 20px;
}

#privacy ol.policy {
    padding-top: 10px;
    padding-left: 20px;
}

#privacy .policy li.item {
    padding-bottom: 10px;
}

#privacy ol.management {
    padding-left: 20px;
}

#privacy ol.management li {
    padding-bottom: 10px;
}

#privacy .management ul {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

#privacy .management ul li {
    padding-bottom: 0;
}

#privacy .management ol.mokuteki {
    margin-left: 20px;
}

#privacy .management .mokuteki li {
    padding-bottom: 0;
}

#privacy div#privacycontact {
    margin-bottom: 10px;
}

#privacy #privacycontact dt {
    font-weight: bold;
}

#privacy div#complaincontact{
    margin: 0;  
}

#privacy div#complaincontact dl dt{
    font-weight: bold;
}

#privacy div#complaincontact dl dd.wbtm{
     margin-bottom: 10px;
}

/****** 資料請求 ******/
.container #request{
    margin: 20px 0 30px 20px;
    width: 700px;
}

.container #request img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container #request p.explain{
    padding: 10px 0px 10px 0px;
}

.container #request span.attention{
    font-weight: bold;
    color: #CC0000;
    letter-spacing: 2px;
}

.container #request div#attention{
    margin-bottom: 20px;
}

.container #request p{
    padding: 10px 20px 10px 20px;
}

.container #request ul{
    margin-left: 17px;
}

#request #requestform table{
    width: 700px;
    margin-bottom: 30px;
    border: 1px #444444 solid;
    border-collapse: collapse;
}

#request #requestform input[type="text"], #request #requestform textarea {
    padding: 2px;
    border: 1px solid #a0a0a0;
}

#request #requestform table th{
    border: 1px #444444 solid;
    font-weight: normal;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #DDDDDD;
    white-space: nowrap;
}

#request #requestform table td{
    border: 1px #444444 solid;
    padding: 10px;
}

#request span.required{
    color: #CC0000;
    padding-left: 5px;
}

.container #privacypolicy{
    width: 660px;
    height: 200px;
    margin: 10px auto 10px auto;
    border: solid 1px #444444;
    overflow-y: scroll;
}

.container #privacypolicy dt {
    font-weight: bold;
    padding-left: 20px;
    line-height: 28px;
}

.container #privacypolicy dd {
    padding: 0px 20px 0px 33px;
    margin-bottom: 15px;
}

.container #privacypolicy ul {
    margin-left: 30px;
}

div#agree {
    text-align: center;
}

div#submit {
    margin-top: 10px;
    text-align: center;
}

#submit input[type="submit"], #submit input[type="reset"], #submit input[type="button"] {
    width: 120px;
    height: 30px;
}

/****** サイトのご利用条件ページ ******/
.container #terms{
    margin: 20px 0 10px 20px;
    width: 700px;
}

#terms p{
    padding: 10px 20px 10px 20px;
}

#terms ul{
    width: 640px;
    margin: 5px 0 20px 35px;
}
#terms ul li{
    margin-bottom: 5px;
}

/****** 平成30年度法改正対応ページ ******/
.container #newrelease{
    margin: 20px 0 10px 20px;
    width: 698px;
}

#newrelease .one{
	width:100px;
}

#newrelease .two{
	width:100px;
}

#newrelease table{
	border-collapse:collapse;
	/*border:solid 3px #FFFFFF;*/
	margin-bottom:30px;
}

#newrelease th{
	padding:8px;
	font-size:15px;
	color:#ffffff;
	background-color:#1b1464;
	border:solid 3px #ffffff;
}

#newrelease td{
	padding:8px;
	font-size:13px;
	color:#000000;
	background-color:#ddf0fd;
	border:solid 3px #ffffff;
	line-height:1.3;
	text-align: justify;
	text-justify: inter-ideograph;
}

#newrelease .step h3{
    border-left: 7px #1b1464 solid;
    border-bottom: 1px #1b1464 solid;
    text-indent: 10px;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: bold;
}

#newrelease .step01{
	width:100%;
	height:100px;
	background-image:url("/image/contents/newrelease/step01.png");
}

#newrelease .step02{
	width:100%;
	height:100px;
	background-image:url("/image/contents/newrelease/step02.png");
}

#newrelease .step03{
	width:100%;
	height:100px;
	background-image:url("/image/contents/newrelease/step03.png");
}

#newrelease .step04{
	width:100%;
	height:100px;
	background-image:url("/image/contents/newrelease/step04.png");
}

#newrelease .step05{
	width:100%;
	height:100px;
	background-image:url("/image/contents/newrelease/step05.png");
}

#newrelease .stepleft{
	width:80px;
	height:80px;
	padding:10px;
	text-align:center;
	float:left;
	font-size:15px;
	font-weight:bold;
	line-height:1.2;
}

#newrelease .stepleft p{
	margin-top:12px;
}

#newrelease .stepright{
	width:588;
	height:80px;
	padding:10px 10px 10px 0;
	color:#ffffff;
}

#newrelease .stepright .impact{
	font-size:15px;
	font-weight:bold;
	line-height:1;
}

#newrelease .kasan{
	line-height:1.6;
	margin-bottom:3px;
}

#newrelease .step01 .stepright .kasan span{
	color:#1b1464;
	background-color:#ffffff;
	padding:0px 3px 0 4px;
	margin-right:4px;
}

#newrelease .step02 .stepright .kasan span{
	color:#2e3192;
	background-color:#ffffff;
	padding:0px 3px 0 4px;
	margin-right:4px;
}

#newrelease .step03 .stepright .kasan span{
	color:#0071bc;
	background-color:#ffffff;
	padding:0px 3px 0 4px;
	margin-right:4px;
}

#newrelease .step04 .stepright .kasan span{
	color:#29abe2;
	background-color:#ffffff;
	padding:0px 3px 0 4px;
	margin-right:4px;
}

#newrelease .step05 .stepright .seikyu{
	width:135px;
	height:29px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#00a99d;
	background-color:#ffffff;
	padding:8px 0 0;
	margin:7px auto 0;
}


/****** 仕事を科学するとはページ ******/
.container #shigotokagaku{
    margin: 20px 0 10px 20px;
    width: 698px;
}

#shigotokagaku p.top_explain{
    margin: 10px 0 10px 0;
}

#shigotokagaku p.explain{
    margin: 10px 20px 10px 20px;
}

#shigotokagaku p.impact{
    margin: 0 20px 0 20px;
}

.container #shigotokagaku h3.shigotokagaku{
    border-left: 7px #EB2142 solid;
    border-bottom: 1px #EB2142 solid;
    text-indent: 10px;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: bold;
}

/****** オールマイティーとはページ ******/
.container #almighty{
    margin: 20px 0 10px 20px;
    width: 700px;
}

.container #almighty span.gray{
    color: #333333;
    font-weight: bold;
}

.container #almighty #message{
    margin: 20px 0 20px 0px;
}

.container #almighty ul#reason li{
    list-style-type: none;
    background-image: url("/image/contents/common/list_circle.png");
    background-repeat: no-repeat;
    background-position: 0pt 3pt;
    text-indent: 18px;
    margin-bottom: 5px;
}

.container #almighty ul#detail{
    margin-top: 20px;
}

.container #almighty ul#detail li{
    list-style: url("/image/contents/common/list.png");
    margin-left: 25px;
    line-height: 20px;
    margin-bottom: 10px;
}

/****** スケジュール管理機能ページ ******/
#schedule_kanri{
    margin-top: 20px;
    width: 720px;
    margin-left: 10px;
}

#schedule_kanri h3.schedule{
    margin-left: 5px;
    margin-top: 5px;
    font-weight: normal;
    background-color: #EEEEEE;
    width: 708px;
    font-size: 15px;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
}

#schedule_kanri div#schefirst{
    border: 1px #08233E solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#schedule_kanri div#schefirst table{
    width: 704px;
    margin: 15px auto;
}

#schedule_kanri div#schefirst table td{
    width: 176px;
    text-align: center;
}
#schedule_kanri div#schesecond{
    border: 1px #08233E solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

div#schesecond div#shokuin_sche{
    width: 680px;
    margin: 20px auto;
}

div#schesecond dt{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000066;
}

div#schesecond dd{
    line-height: 15px;
}

div#schesecond div.shokuin_box_l1{
    width: 420px;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 18px 10px;
    margin-bottom: 10px;
    background-color: #ffffe0;
}

div#schesecond div.shokuin_box_l2{
    width: 420px;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ffffe0;    
}

div#schesecond div.shokuin_box_l2_btm{
    width: 420px;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 0;
    background-color: #ffffe0;
}

div#schesecond .right{
    margin-left:30px;
}

div#schesecond div.sc_imgbox{
    text-align: center;
    margin-top: 30px;
}
div#schethird{
    border: 1px #08233E solid;
    margin-bottom: 10px;
    height: 1%; /* for ie6-7 bug */
}

div#schethird div#nyuryoku_sansyo div#ns_column1{
    width: 670px;
    margin: 20px auto 0;
}


div#nyuryoku_sansyo div#ns_column1 div.ns_box{
    width: 360px;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 18px 10px 18px 10px;
    background-color: #DDEFED;
}

div#ns_column1 div.ns_box ul li.midashi{
    font-size: 16px;
    font-weight: bold;
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 19px;
    color: #0C555D;
}

div#ns_column1 div.ns_box ul li.midashi ul li{
    font-size: 13px;
    font-weight: normal;
    list-style-type: disc;
    margin-left: 15px;
    margin-top: 10px;
    color: #000000;
}

div#nyuryoku_sansyo div#ns_column1 div.right{
    margin-left: 15px;
}

div#nyuryoku_sansyo div.right table{
    margin-left: 15px;
    margin-bottom: 5px;
}

div#nyuryoku_sansyo div.right table td.u_ar{
    text-align: center;
}

div#nyuryoku_sansyo div#ns_column1 div.right table td.frame{
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 5px 25px;
}

div#nyuryoku_sansyo div#ns_column1 div.ns_point{
    margin-left: 10px;
}

div#nyuryoku_sansyo div#ns_column2{
    margin-top: 30px;
}

div#nyuryoku_sansyo div#ns_column2 table td{
    text-align: center;
    line-height: 16px;
}

div#nyuryoku_sansyo div#ns_column2 table td img{
    margin-bottom: 10px;
}
div#nyuryoku_sansyo div#ns_column2 table#nsimg{
    margin-left: 20px;
}

div#nyuryoku_sansyo div#ns_column2 table#nsimg td.nsimg_l{
    padding-right: 25px;
}

div#nyuryoku_sansyo div#ns_column2 table#nsimg td.nsimg_c{
    width: 160px;
}

div#nyuryoku_sansyo div#ns_column2 table#nsimg td.nsimg_r{
    padding-left: 10px;
}

div#schethird div#nyuryoku_sansyo div#ns_column3{
    width: 670px;
    margin: 30px auto 20px;
}

div#nyuryoku_sansyo div#ns_column3 div.ns_box{
    width: 360px;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 20px 0 20px 10px;
    background-color: #DDEFED;
    margin-bottom: 10px;
}

div#nyuryoku_sansyo div#ns_column3 div#superman{
    margin-left: 40px;
}

div#ns_column3 div.ns_box ul li.midashi{
    font-size: 16px;
    font-weight: bold;
    list-style-type: circle;
    margin-left: 20px;
    line-height: 17px;
    color: #0C555D;
}

div#ns_column3 div.ns_box ul li.midashi ul li{
    font-size: 13px;
    font-weight: normal;
    list-style-type: disc;
    margin-left: 10px;
    margin-top: 18px;
    color: #000000;
    width: 300px;
}

div#nyuryoku_sansyo div#ns_column3 div.right{
    margin-left: 5px;
}

div#nyuryoku_sansyo div#ns_column3 div.right table td.frame{
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 5px 5px;
}

div#nyuryoku_sansyo div#ns_column3 div.ns_point{
    margin-left: 18px;
}

/****** 基本相談受付業務ページ ******/
#soudan_uketsuke{
    margin-top: 20px;
    width: 720px;
    margin-left: 10px;
}

#soudan_uketsuke h3.soudan_uketsuke{
    margin-left: 5px;
    margin-top: 5px;
    font-weight: normal;
    background-color: #e6e6fa;
    width: 708px;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
}

#soudan_uketsuke div#first{
    border: 1px #003399 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#soudan_uketsuke #first table {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#soudan_uketsuke #first td.nagare {
    border: 1px solid #000000;
    width: 1em;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

#soudan_uketsuke #first td.padding {
    width: 10px;
}

#soudan_uketsuke #first td.operation {
    border: 1px solid #000000;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-weight: bold;
    height: 40px;
    margin-left: 20px;
    width: 130px;
}

#soudan_uketsuke #first td.explain {
    padding-left: 5px;
    vertical-align: top;
}

#soudan_uketsuke #first .explain ul {
    margin-left: 10px;
}

#soudan_uketsuke #first td.arrowboy {
    text-align: center;
    vertical-align: middle;
}

#soudan_uketsuke #first td.downarrow {
    text-align: center;
    height: 30px;
    vertical-align: middle;
}

#soudan_uketsuke #first td.chohyo {
    background-image: url("/image/contents/common/fileicon.png");
    background-position: 3px center;
    background-repeat: no-repeat;
}


#soudan_uketsuke #first div.left div#tb-rl1{
    margin: 25px 0px 15px 18px;
    text-align: center;
    width: 20px;
    height: 300px;
    writing-mode: horizontal-tb;
    padding: 6px;
    border: 1px #444444 solid;
    font-weight: bold;
}

#soudan_uketsuke #first div.left div#tb-rl1 p{
    margin-top: 40px;
}

#soudan_uketsuke #first div.left div#tb-rl2{
    margin-left: 18px;
    text-align: center;
    width: 20px;
    height: 120px;
    writing-mode: horizontal-tb;
    padding: 6px;
    border: 1px #444444 solid;
    font-weight: bold;
}

#soudan_uketsuke #first div.left div#tb-rl2 p{
    margin-top: 2px;
}

#soudan_uketsuke #first div.right div#uketsuke_flow{
    margin-top: 25px;
    margin-bottom: 20px;
}

#soudan_uketsuke #first div.right dl{
    margin-left: 18px;
}

#soudan_uketsuke #first div.right dt.box{
    width: 130px;
    text-align: center;
    border: 1px #444444 solid;
    padding: 5px 3px 5px 3px;
    float: left;
    position: absolute;
    font-weight: bold;
}

#soudan_uketsuke #first div.right dt.img{
    float: left;
    margin-left: 155px;
    margin-top: 3px;
    position: relative;
}

#soudan_uketsuke #first div.right dd{
    margin-left: 202px;
    position: relative;
}

#soudan_uketsuke #first div.right span{
    margin-left: 65px;
}

#soudan_uketsuke #first div.right dt#file1,#file2,#file3,#file4{
    background-image: url("/image/contents/common/fileicon.png");
    background-repeat: no-repeat;
    background-position: 3pt 5pt;
}

#soudan_uketsuke div#second{
    border: 1px #003399 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#soudan_uketsuke div#second table{
    margin: 25px 0 20px 15px;
}

#soudan_uketsuke #second table td.left{
    border: 1px #0066CC solid;
    border-radius: 5px;
    padding: 10px;
}

#soudan_uketsuke #second table td.right{
    border: 1px #cc0000 solid;
    border-radius: 5px;
    padding: 10px;
}

#soudan_uketsuke #second table td.arrow{
    width: 50px;
}

#soudan_uketsuke #second table td.arrow img{
    margin-left: 17px;
}

#soudan_uketsuke #second span img{
    margin-left: 55px;
    margin-bottom: 20px;
}

#soudan_uketsuke div#third{
    border: 1px #003399 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#soudan_uketsuke #third div.left img{
    margin-top: 25px;
    padding-left: 20px;
}

#soudan_uketsuke #third div.right ul{
    margin-top: 25px;
    margin-bottom: 20px;
}

#soudan_uketsuke #third div.right ul li{
    list-style-image: url("/image/contents/common/list.png");
    margin-bottom: 8px;
    margin-left: 45px;
}

#soudan_uketsuke div#fourth{
    border: 1px #003399 solid;
    margin-bottom: 10px;
    height: 1%; /* for ie6-7 bug */
}

#soudan_uketsuke #fourth ul{
    margin-top: 25px;
}

#soudan_uketsuke #fourth ul li{
    list-style-image: url("/image/contents/common/list.png");
    margin-bottom: 8px;
    margin-left: 35px;
}

#soudan_uketsuke #fourth .right span img{
    margin: 25px 0 20px 0;
    padding-left: 30px;
}

/****** 就業・生活支援センターページ ******/
#shuugyo_seikatsushien{
    margin-top: 20px;
    width: 720px;
    margin-left: 10px;
}

#shuugyo_seikatsushien h3.solution span.solute{
    margin-right: 15px;
    color: #ff3300;
    font-weight: bold;
    font-size: 16px;
}

#shuugyo_seikatsushien h3.solution{
    margin-left: 5px;
    margin-top: 5px;
    background-color: #faebd7;
    width: 708px;
    font-weight: normal;
    font-size: 15px;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
}

#shuugyo_seikatsushien div#product_detail{
    border: 1px #F8823C solid;
    padding-top: 10px;
    margin-bottom: 10px;
    height: 1%; /* for ie6-7 bug */
}

#shuugyo_seikatsushien div#product_detail h2{
    text-align: center;
}

#shuugyo_seikatsushien #product_detail #productimage{
    margin-top: 40px;
}

#shuugyo_seikatsushien #product_detail #productimage div#image img{
    margin-left: 15px;
}

#shuugyo_seikatsushien #product_detail #productimage div.left{
    padding-left: 7px;
}

#shuugyo_seikatsushien #product_detail #productimage ul li{
    list-style-type: none;
    font-size: 12px;
}

#shuugyo_seikatsushien #product_detail #productimage ul li.mark{
    background-image: url("/image/contents/common/circle.png");
    background-repeat: no-repeat;
    background-position: 0pt 3pt;
    text-indent: 15px;
    line-height: 21px;
}

#shuugyo_seikatsushien #product_detail #productimage ul li.nomark{
    padding-left: 10px;
}

#shuugyo_seikatsushien #product_detail #productimage div.left table{
    border: 2px #0066CC solid;
    border-radius: 8px;
    margin: 5px 5px 0 5px;
}

#shuugyo_seikatsushien #product_detail #productimage div.right table{
    border: 2px #cc0000 solid;
    border-radius: 8px;
    margin: 5px 0px 0 5px;
}

#shuugyo_seikatsushien #product_detail #productimage table td.midashi{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}

#shuugyo_seikatsushien #product_detail #productimage table td ul{
    margin: 5px 3px 0 3px;
}

#shuugyo_seikatsushien #product_detail div#recommendwrap{
    padding-top: 30px;
}

#shuugyo_seikatsushien #product_detail div#recommendwrap h3.recommend{
    width: 700px;
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: 125%;
    border-bottom: 5px #000066 solid;
    text-indent: 45px;
    color: #000066;
    font-weight: normal;
}

#shuugyo_seikatsushien #product_detail div#recommendwrap dl{
    margin-left: 40px;
    margin-bottom: 20px;
}

#shuugyo_seikatsushien #product_detail div#recommendwrap dt{
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 90px;
    background-image: url("/image/contents/common/check.png");
    background-repeat: no-repeat;
    background-position: 45pt 0pt;
}

#shuugyo_seikatsushien #solution{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 1%; /* for ie6-7 bug */
}

#shuugyo_seikatsushien #solution p{
    font-size: 120%;
    margin-bottom: 5px;
    color: #ff3300;
}

#shuugyo_seikatsushien #firstwrap{
    border: 1px #FF6600 solid;
    height: 1%; /* for ie6-7 bug */
}

#shuugyo_seikatsushien #firstwrap .left ul{
    margin-top: 30px;
}

#shuugyo_seikatsushien #firstwrap .left li{
    margin-left: 27px;
    margin-bottom: 7px;
    line-height: 20px;
    list-style: url("/image/contents/common/list.png");
}

#shuugyo_seikatsushien #firstwrap .right span img{
    margin-left: 30px;
    margin-top: 25px;
}

#shuugyo_seikatsushien #firstwrap span#shienkanri img{
    margin: 15px 0 20px 4px;
}


#shuugyo_seikatsushien div#secondwrap{
    border: 1px #FF6600 solid;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#shuugyo_seikatsushien #secondwrap div.left ul{
    margin-top: 25px;
}

#shuugyo_seikatsushien #secondwrap div.left li{
    margin-left: 27px;
    margin-bottom: 10px;
    list-style: url("/image/contents/common/list.png");
    line-height: 20px;
    font-size: 12px;
}

#shuugyo_seikatsushien #secondwrap div.left span img{
    margin: 15px 3px 0 3px;
}

#shuugyo_seikatsushien #secondwrap div.right table{
    margin-top: 25px;
    margin-bottom: 20px;
}

#shuugyo_seikatsushien #secondwrap div.right table th{
    padding: 1px 6px 1px 0px;
}

#shuugyo_seikatsushien #secondwrap div.right table td{
    border: 1px #0066CC solid;
}

#shuugyo_seikatsushien #secondwrap div.right table td{
    padding: 5px 3px 5px 2px;
}

#shuugyo_seikatsushien #secondwrap div.right table td ul li{
    margin-left: 20px;
    line-height: 19px;
    font-size: 11px;
}

#shuugyo_seikatsushien #thirdwrap{
    border: 1px #FF6600 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#shuugyo_seikatsushien #thirdwrap .left span img{
    margin-top: 27px;
    padding-left: 15px;
}

#shuugyo_seikatsushien #thirdwrap div.right ul{
    margin-top: 25px
}

#shuugyo_seikatsushien #thirdwrap div.right li{
    margin-left: 35px;
    margin-bottom: 8px;
    line-height: 19px;
    list-style: url("/image/contents/common/list.png");
    font-size: 12px;
}

#shuugyo_seikatsushien #thirdwrap span#yajirushi img{
    margin: 15px 0 15px 84px;
}

#shuugyo_seikatsushien #thirdwrap dl{
    margin-left: 10px;
    margin-bottom: 20px;
}

#shuugyo_seikatsushien #thirdwrap dt{
    color: #000066;
    margin-left: 3px;
}

#shuugyo_seikatsushien #thirdwrap dd{
    margin-bottom: 5px;
}

#shuugyo_seikatsushien div#fourthwrap{
    border: 1px #FF6600 solid;
    margin-bottom: 10px;
    height: 1%; /* for ie6-7 bug */
}

#shuugyo_seikatsushien #fourthwrap #syukeikoumoku span img{
    margin-left: 4px;
    margin-top: 25px;
}

#shuugyo_seikatsushien #fourthwrap #balloon span img{
    margin: 25px 0px 25px 80px;
}

#shuugyo_seikatsushien #fourthwrap .left ul{
    margin-top: 10px;
}

#shuugyo_seikatsushien #fourthwrap .left li{
    margin-left: 30px;
    margin-bottom: 8px;
    line-height: 19px;
    list-style: url("/image/contents/common/list.png");
    font-size: 12px;
}

#shuugyo_seikatsushien #fourthwrap p{
    margin-left: 10px;
    margin-bottom: 20px;
}

#shuugyo_seikatsushien #fourthwrap .right span img{
    margin-left: 17px;
}

#shuugyo_seikatsushien #addition{
    border: 1px #FF6600 solid;
    margin-bottom: 10px;
    height: 1%; /* for ie6-7 bug */
}

#shuugyo_seikatsushien #addition span#addition_bold{
    font-weight: bold;
    padding-left: 8px;
}

#shuugyo_seikatsushien #addition #role{
    margin: 15px 0 15px 10px;
}

/****** 一般相談支援業務ページ ******/
#ippansoudanshien{
    margin-top: 20px;
    width: 720px;
    margin-left: 10px;
}

#ippansoudanshien h3.ippansoudan{
    margin-left: 5px;
    margin-top: 5px;
    font-weight: normal;
    background-color: #C1FFC1;
    width: 708px;
    font-size: 15px;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
}

#ippansoudanshien div#ippanfirst{
    border: 1px #006600 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#ippansoudanshien div#ippanfirst div#ikoshien span img{
    margin-left: 11px;
    margin-top: 25px;
}

#ippansoudanshien div#ippanfirst div.left ul{
    margin-top: 20px;
    margin-bottom: 20px;
}

#ippansoudanshien div#ippanfirst div.left li{
    list-style: url("/image/contents/common/list.png");
    margin-left: 30px;
    margin-bottom: 10px;
    line-height: 20px;
}

#ippansoudanshien div#ippanfirst div.right img{
    margin-top: 5px;
    margin-right: 3px;
}

#ippansoudanshien div#ippansecond{
    border: 1px #006600 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#ippansoudanshien div#ippansecond div.left img{
    margin-top: 25px;
    padding-left: 7px;
}

#ippansoudanshien div#ippansecond div.right ul{
    margin-top: 25px;
    margin-bottom: 20px;
}

#ippansoudanshien div#ippansecond div.right li{
    list-style: url("/image/contents/common/list.png");
    margin-left: 25px;
    margin-bottom: 10px;
    line-height: 20px;
}

#ippansoudanshien div#ippanthird{
    border: 1px #006600 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#ippansoudanshien div#ippanthird div.left table{
    margin: 25px 5px 0 5px;
}

#ippansoudanshien div#ippanthird div.left table td.leftframe{
    width: 160px;
    border: 1px #0066CC solid;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}

#ippansoudanshien div#ippanthird div.left table td.arrow{
    width: 25px;
}

#ippansoudanshien div#ippanthird div.left table td.arrow img{
    margin-left: 4px;
}

#ippansoudanshien div#ippanthird div.left table td.rightframe{
    width: 160px;
    border: 1px #cc0000 solid;
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
}

#ippansoudanshien div#ippanthird div.right img{
    margin-top: 10px;
    margin-bottom: 20px;
}

#ippansoudanshien div#ippanfourth{
    border: 1px #006600 solid;
    margin-bottom: 10px;
    height: 1%; /* for ie6-7 bug */
}

#ippansoudanshien div#ippanfourth div.left ul{
    margin-top: 25px;
}

#ippansoudanshien div#ippanfourth div.left li{
    list-style: url("/image/contents/common/list.png");
    margin-left: 35px;
    line-height: 20px;
}

#ippansoudanshien div#ippanfourth div.left li.adopt{
    margin-bottom: 10px;
}

#ippansoudanshien div#ippanfourth div.left span img{
    padding-left: 30px;
}

#ippansoudanshien div#ippanfourth div.center img{
    margin: 25px 10px 20px 0;
    padding-left: 15px;
}

#ippansoudanshien div#ippanfourth div.right img{
    margin-top: 125px;
}

/****** 特定相談支援業務ページ ******/
#toukuteisoudanshien{
    margin-top: 20px;
    width: 720px;
    margin-left: 10px;
}

#toukuteisoudanshien h3.tokuteisoudan{
    margin-left: 5px;
    margin-top: 5px;
    font-weight: normal;
    background-color: #EED6EE;
    width: 708px;
    font-size: 15px;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
}

#toukuteisoudanshien div#tokuteifirst{
    border: 1px #330099 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#toukuteisoudanshien div#tokuteifirst #keikakuflow span img{
    margin-top: 25px;
    margin-bottom: 20px;
}

#toukuteisoudanshien div#tokuteifirst div.left span img{
    padding-left: 13px;
    margin-top: 10px;
}

#toukuteisoudanshien div#tokuteifirst div.right ul{
    margin-bottom: 20px;
}

#toukuteisoudanshien div#tokuteifirst div.right li{
    list-style: url("/image/contents/common/list.png");
    margin-left: 28px;
    line-height: 20px;
    margin-bottom: 7px;
}

#toukuteisoudanshien div#tokuteisecond{
    border: 1px #330099 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#toukuteisoudanshien div#tokuteisecond div.left ul{
    margin-top: 25px;
}

#toukuteisoudanshien div#tokuteisecond div.left li{
    list-style: url("/image/contents/common/list.png");
    margin-left: 35px;
    line-height: 19px;
    margin-bottom: 12px;
}

#toukuteisoudanshien div#tokuteisecond div.right img{
    margin: 25px 0 20px 0;
    padding-left: 12px;
}

#toukuteisoudanshien div#tokuteithird{
    border: 1px #330099 solid;
    margin-bottom: 30px;
    height: 1%; /* for ie6-7 bug */
}

#toukuteisoudanshien div#tokuteithird div.left img{
    margin: 25px 0 20px 0;
    padding-left: 15px;
}

#toukuteisoudanshien div#tokuteithird div.right ul{
    margin-top: 25px;
}

#toukuteisoudanshien div#tokuteithird div.right li{
    list-style: url("/image/contents/common/list.png");
    margin-left: 30px;
    line-height: 19px;
    margin-bottom: 10px;
}

#toukuteisoudanshien div#tokuteifourth{
    border: 1px #330099 solid;
    margin-bottom: 10px;
    height: 1%; /* for ie6-7 bug */
}

#toukuteisoudanshien div#tokuteifourth div.left ul{
    margin-top: 25px;
}

#toukuteisoudanshien div#tokuteifourth div.left li{
    list-style: url("/image/contents/common/list.png");
    margin-left: 35px;
    line-height: 20px;
    margin-bottom: 10px;
}

#toukuteisoudanshien div#tokuteifourth div.left img{
    padding-left: 22px;
    margin-top: 5px;
}

#toukuteisoudanshien div#tokuteifourth div.center img{
    margin: 25px 10px 20px 0;
    padding-left: 24px;
}

#toukuteisoudanshien div#tokuteifourth div.right img{
    margin-top: 125px;
}

/* 入力フォームプライバシーポリシー */
div#formprivacy {
    border: 1px solid #a0a0a0;
    width: 650px;
    height: 250px;
    margin: 10px auto 10px auto;
    overflow-y: scroll;
}

#formprivacy h2 {
    background: none;
    border: none;
    margin: 0;
    padding: 5px 0 5px 0;
    text-indent: 0;
    font-weight: bold;
    font-size: 11pt;
}

#formprivacy ol {
    margin-left: 30px;
}

#formprivacy ul {
    margin-left: 30px;
}