﻿/* ---- RESET ----- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 padding: 0px;
 margin: 0px;
 font-size: 100%;
 font-weight: normal;
 width: auto;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;}
*{
 outline: 0px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*------------- main styles ----------------*/


.outer {
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
}
.content_blk-indepth {
	width: 100%;
	float: left;
}
.blk-inside_02 {
	width: 100%;
	float: left;
}
.slide_blk {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.slide_blk img {
	max-width: 100%;
	float: left;
}
.special_bottom_blk {
	float: left;
	width: 70%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 15;
}
.blk_title_in {
	padding: 6px 8px 6px 8px;
	width: auto;
	float: left;
	background-color: #D0AC54;
	font-family: oswald;
	font-size: 16px;
	color: #FFFFFF;
}
.blk_title_in a {
	color: #FFFFFF;
	text-decoration: none;
}
.special_hd_bg {
	padding: 2%;
	width: 96%;
	float: left;
	background-color: rgba(0,0,0,0.5);
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #D0AC54;
}
.hd_txt02 {
    width: 100%;
    height: auto;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-style: normal;
    float: left;
    font-size: 20px;
    padding: 0px;
    margin: 5px 0 5px 0;
    line-height: 110%;
}
.hd_txt02 a {
    color: #fff;
    text-decoration: none;
}
.para_mal_txt {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 110%;
	font-weight: normal;
	float: left;
}
.para_mal_txt a {
	color: #fff;
}


@media screen and (max-width:800px)
{
.outer { width: 100%; }

}
@media screen and (max-width:768px)
{




}

@media screen and (max-width:640px)
{
.hd_txt02 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 3px 0;
    
}
.special_hd_bg {
	padding: 1%;
	width: 98%;
}

}
@media screen and (max-width:600px)
{

}
@media screen and (max-width:568px)
{


}

@media screen and (max-width:480px)
{
.special_bottom_blk {
    width: 100%;
}
.special_hd_bg {
    border-right: none;
}

}
@media screen and (max-width:375px)
{

}

@media screen and (max-width:360px)
{
}

@media screen and (min-width:769px) and (max-width:800px)
{	

}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{


}




