#material_detail #contents {
    min-width: 600px;
    max-width: 950px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 2px 2px #f4f4f4;
}
#material_detail #head {
    min-width: 600px;
    max-width: 950px;
    margin: 20px 0 10px 0;
    position: relative;
}
#material_detail #head .right {
    position: absolute;
    right: 0px;
    top: 0px;
}
#material_detail body {
    min-width: 600px;
    max-width: 950px;
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}
div#material_detail {
    padding: 20px;
}
#material_detail .h {
    /*border-top: 1px solid gainsboro;*/
    /*padding: 10px 0;*/
    /*padding-bottom: 20px;*/
    padding: 20px 0 10px;
}
#material_detail p {
    text-indent: 1em;
    margin: 0;
}
#material_detail h1 {
    margin: 0;
    background: #f4f4f4;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
}
#material_detail h2 {
    background: #72ada1;
    padding: 0.5em;
    margin: 0;
    font-size: 20px;
    color: #fff;
}
#material_detail a {
    color: #ab2b02;
}
#material_detail .ico-j {
    color: #fff;
    font-weight: bold;
    background: #7d77b3;
    text-decoration: none;
    margin-right: 5px;
}
#material_detail .ico-c {
    color: #fff;
    font-weight: bold;
    background: #ff7e00;
    text-decoration: none;
}
#material_detail table {
  border-collapse: collapse;
}
#material_detail table th {
    background-color: #FFF8DC;
}
#material_detail table td {
    text-align: left;
    padding: .3em;
    line-height: 20px;
    height: 55px;
}
#material_detail table th, table td {
  border: solid 1px black;
}
#material_detail table.no1 .mds {
    width: 30px;
}
#material_detail table.no1 .th-1 {
    width: 75px;
}
#material_detail table.no1 .td-1 {
    width: 350px;
}
#material_detail table.no1 .td-2 {
    text-align: left;
}
#material_detail table.no2 .mds {
    width: 110px;
    padding: 10px;
}
#material_detail table.no2 .th-1 {
    width: 115px;
}
#material_detail table.no2 .td-1 {
    width: 650px;
    text-align: left;
}
#material_detail table.no3 .th-1 {
    width: 245px;
}
#material_detail table.no3 .td-1 {
    width: 650px;
    text-align: left;
}
#material_detail table.no4 .th-1 {
    width: 140px;
}
#material_detail table.no5 .th-1 {
    width: 460px;
}
#material_detail table.no5 .th-2 {
    width: 260px;
}
#material_detail table.no6 .th-2 {
    width: 260px;
}

#material_detail .border-double {
	border-bottom: 3px double;
}

#material_detail p.right {
	text-align: right;
	margin-right: 20px;
	margin: 0;
	
	}

div#about {
    margin: 10px 0;
}

#material_detail .explanation p {
    text-indent: 0;
}

div.about {
    margin: 10px 0;
}

#material_detail > div:nth-child(10) > table > tbody > tr > td:nth-child(1) {
    width: 150px;
}

#material_detail > div:nth-child(10) > table > tbody > tr > td:nth-child(2) {
    width: 250px;
}
.th_width1 {
	width : 200px !important;
}
.th_width2 {
	width : 650px !important;
} 
.indent {
	padding-left : 1em; 
	text-indent  : 0 !important;
}
.list1 {
	list-style   : none;
	padding-left : 1em;
	text-indent	 : -1em;
	margin		 : 0;
}
.list2 {
	list-style   : none;
	padding-left : 2em;
	text-indent  : -2em;
	margin       : 0;	
}
.list3 {
	list-style  : none;
	text-indent : -1em;
	margin      : 0;
}
.list4 {
	list-style   : none;
	margin   	 : 0;
	text-indent  : -1em;
	padding-left : 60px;
}
.dotted_top {
	border-top : 1px dotted gray !important;
}
.th_dotted_bottom {
	border-bottom: 1px dotted gray !important;
}
.dotted_bottom {
	border-bottom: 1px dotted gray !important;
	vertical-align: top;
}
.white_border {
	vertical-align: top;
	border-top:none;
	border-bottom:none;	
}
.white_border_top {
	vertical-align: top;
	border-top: none !important;
}
.white_border_bottom {
	vertical-align: top;
	border-bottom: none !important;
}