/* @group global */
    #content h2{
	background-image: url(../../a_images/page_title_img3.jpg);
	color: #fff;
	text-shadow: 0 0 20px #000;
	box-sizing: border-box
}
   #content h3{
	background-image: url(../../a_images/sub_title_bg.png);
	color: #000;
	height: 86px;
	padding: 30px 15px 0px 15px;
	font-family: sans-serif;
	font-weight: normal;
} 

    /* @group sd_ip_box */
    .sd_ip_box{
	padding: 15px 20px;
	}
	.sd_ip_box div{
	font-size: 16px;
	}
    /* @end */
    
    /* @group sd_youtube */
    #sd_youtube{
	margin: auto;
	}
    /* @end */
    
    /* @group list_disc */
    .list_disc div:nth-of-type(1){
	float: left;
	width: 49%;
	}
    .list_disc div:nth-of-type(2){
	float: right;
	width: 49%;
	}
    .list_disc dd{
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	}
    /* @end */
    
    /* @group sd_up_list */
    .sd_up_list{
	font-size: 0;
	margin-left: -1%;
	}
    .sd_up_list li{
	display: inline-block;
	padding: 5px 10px;
	background-color: #006647;
	text-align: center;
	font-size: 16px;
	width: 32%;
	margin-left: 1%;
	box-sizing:border-box;
	}
    .sd_up_list li a{
	display: block;
	color: #fff;
	background: url(../../a_images/arrow_1.png) no-repeat 0 2px;
	text-decoration: none;
	padding-left: 25px;
	word-break:break-all;
	}
    /* @end */
/* @end */

@media only screen and (max-width: 694px) {	
    /* @group sd_ip_box */
    .sd_ip_box img{
	display: block;
	max-width: 151px;
	height: auto;
	margin: auto;
	}
	.sd_ip_box div{
	display: block;
	margin-top: 20px;
	}
	.sd_ip_box dt{
	text-align: center;
	}
    /* @end */
    
    /* @group sd_up_list */
    .sd_up_list{
	margin-left: 0;
	}
    .sd_up_list li{
	display: block;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
	}
    /* @end */
}

@media screen and (min-width: 695px) and  (max-width: 959px) {
	/* @group sd_ip_box */
    .sd_ip_box img{
	display: inline-block;
	float: left;
	width: 25%;
	height: auto;
	}
	.sd_ip_box div{
	display: inline-block;
	width: 70%;
	float: right;
	}
    /* @end */
}




@media only screen and (min-width: 960px) {
	/* @group sd_ip_box */
    .sd_ip_box img{
	display: inline-block;
	float: left;
	}
	.sd_ip_box div{
	display: inline-block;
	width: 740px;
	float: right;
	}
    /* @end */
    
    /* @group sd_youtube */
    #sd_youtube{
	margin: auto;
	width: 600px;
	}
    /* @end */
}