ul.ul_note{
	list-style:none;
	padding:0 10px;
	line-height:120%;
	font-size:90%;
}
.ul_note li{
	padding:0 0 0.5em 2em;
	text-indent:-2em;
}

.tab_block .no_marker li{
	padding-bottom:0.5em;
}
.tab_block b{
	color:#003399;
}

ul.kitei{
	list-style:none;
	padding:0 0 1em;
	line-height:140%;
}
.kitei li{
	padding:0.5em 0 0 2em;
	text-indent:-2em;
}
.kitei ul{
	list-style:none;
	padding:0;
}
.kitei li ul li{
	padding:0.3em 0 0 2em;
}
.kitei td{
	text-indent:0;
}

#tab_jutaku_seinou li{
	padding-right:3px;
}

table.office_list{
	margin:0 auto;
	border-collapse:collapse;
	line-height:120%;
}
.office_list td{
	padding:0 10px 20px;
	vertical-align:top;
}
.office_list h4{
	padding:5px 10px;
	background:#CED5D6;
}

.txt_normal{
	color:#333333;
	font-weight:normal;
}
strong{
	color:#ff0000;
}
h4{
	padding:0.5em;
	font-size:115%;
	background:#eaffbc;
}
/*確認検査業務規程*/
h4.shou {
	padding-top:5px;
	font-size:140%;
	background:#eee;
	text-align:center;
}
h4.setsu {
	padding:0px;
	font-size:120%;
	background:#fff;
}
/*確認検査手数料規程*/
table.tbl_tesuryo{
	margin:5px 0 5px 50px;
	border:0px;
	border-collapse:collapse;
	line-height:130%;
}
.tbl_tesuryo th,
.tbl_tesuryo td{
	padding:7px;
	border:1px solid #999999;
}
.tbl_tesuryo th{
	color:#333333;
	text-align:center;
	background:#FAFAFA;
}
.tbl_tesuryo td{
	background:#FFFFFF;
}
/*省エネ適合性判定業務*/
.head_c th{
    text-align: center;
}
.tbl02 b{
	color: #cc0000;
}
/*右端ボタン*/
.youkinB{
	text-align:right;
	margin-right:20px;
	padding:10px;
	background:#ffe4e1;
	-webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
	float:right;
}
.youkinB a{
	  text-decoration: none;
}
/**/
.btntesuryou {
  background: #a0d156;
  background-image: -webkit-linear-gradient(top, #a0d156, #52753a);
  background-image: -moz-linear-gradient(top, #a0d156, #52753a);
  background-image: -ms-linear-gradient(top, #a0d156, #52753a);
  background-image: -o-linear-gradient(top, #a0d156, #52753a);
  background-image: linear-gradient(to bottom, #a0d156, #52753a);
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	text-align:center;  
	margin:0 auto;
	width:400px;
	
}
.btntesuryou a{
  color: #ffffff;
  text-decoration: none;
}
.btntesuryou:hover {
  background: #5f9e2b;
  background-image: -webkit-linear-gradient(top, #5f9e2b, #556e10);
  background-image: -moz-linear-gradient(top, #5f9e2b, #556e10);
  background-image: -ms-linear-gradient(top, #5f9e2b, #556e10);
  background-image: -o-linear-gradient(top, #5f9e2b, #556e10);
  background-image: linear-gradient(to bottom, #5f9e2b, #556e10);
  text-decoration: none;
}
/*画像の上に文字を載せる*/
.img_textBOX{
	position: relative;
	margin:0 auto;
	text-align: center;
}
.img_text{
	position: absolute;
	top: 300px;
	left: 200px;
	width: 400px;
	color:#ff0033;
	font-size:50pt;
}
.text_green{
	padding: 10px 20px 50px 20px;
	margin-bottom: 50px;
	color: #228b22;
	font-size:140%;
	width: 600px;
	margin:0 auto;
	text-align: left;
}
h5{
	font-size:120%;
	color: #fff;
	padding-left:20px;
	margin:20px auto;
	text-align: center;
	background: #006400;
	width: 650px;
	padding:10px;
}
/*テキスト大きくし、アンダーライン*/
.underline{
	font-size:120%;
	background: linear-gradient(transparent 60%, #66FFCC 60%);
	line-height:160%;
}
/*丸番号付きリスト*/
ol li{
    margin-left:20px;
    line-height:200%;
}
ol{
	margin-bottom:10px;
}
/*インデント*/
.indent20 {
	margin-left:20px;
	margin-top:20px;
	margin-bottom:10px;
}
/*蛍光マーカー*/
span.pink_line{
	background:linear-gradient(transparent 60%, #ffdfef 0%) ;
}