@charset "utf-8";



#main_box { line-height: 2.0; }



/* side_menu ----------------- */

#side_box .side_menu .menu_grp_c.grp5 {

}

.sp_lower_menu li.btn10,

#side_box li.btn10 {

  background-color: rgb(218,218,218);

  border-bottom-color: rgb(204,204,204) !important;

}

.sp_lower_menu li.btn10 > a,

#side_box li.btn10 > a {

  pointer-events:none;

  cursor: auto;

}

#side_box .side_menu .menu_grp_c > li.btn10 > a::after {

  display: none;

}







/* contents ---- */

#main_box dl dt {

	margin-top: 25px;

	padding-left: 13px;

    background-image: url(../../../common/images/tag_302.png);

    background-repeat: no-repeat;

    background-position: left center;

	font-weight: bold;

}

#main_box dl dt:first-child {

	margin-top: 0;

}



#main_box dl dd {

	padding-top: 5px;

	padding-left: 16px;

	padding-bottom: 20px;

  border-bottom: 1px rgb(162,163,163) solid;

  /*

	background-image: linear-gradient(to right, #999999, #999999 2px, transparent 1px, transparent 4px);

    background-size: 4px 1px;

    background-position: left bottom;

    background-repeat: repeat-x;

  */

}





