@charset "utf-8";


#sec_01 {
	clear: both;
	padding-bottom: 0px;
}
.index_list {
	list-style-type: none;
}
.index_list li {
	float: none;
	width: 100%;
	padding-bottom: 5px;
	font-weight: bold;
	color: #C30D23;
	font-size: 130%;
}
.index_list li a:link,
.index_list li a:visited {
	color: #333;
	text-decoration: none;
}
.index_list li a:hover,
.index_list li a:active {
	color: #999;
	text-decoration: none;
}


#sec_02 {
	clear: both;
	padding-bottom: 0px;
}
#sec_02 .slider_wrap {
	width: 100%;
	float: none;
	padding-left: 0px;
}
#sec_03 {
	clear: both;
	padding-bottom: 0px;
}
#sec_04 {
	clear: both;
	padding-bottom: 0px;
}
#sec_05 {
	clear: both;
	padding-bottom: 0px;
}

#sec_06 {
	clear: both;
	padding-bottom: 0px;
}

/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {
#sec_01 {
	clear: both;
	padding-bottom: 40px;
}
.index_list li {
	float: left;
	width: 50%;
	padding-bottom: 5px;
	font-weight: bold;
	color: #C30D23;
	font-size: 100%;
}
#sec_02 {
	clear: both;
	padding-bottom: 40px;
}
#sec_03 {
	clear: both;
	padding-bottom: 40px;
}
#sec_04 {
	clear: both;
	padding-bottom: 40px;
}
#sec_05 {
	clear: both;
	padding-bottom: 40px;
}
#sec_06 {
	clear: both;
	padding-bottom: 40px;
}
}

@media screen and (min-width:1000px) {
#sec_02 .slider_wrap {
	width: 58%;
	float: right;
	padding-left: 30px;
}
}

@media screen and (min-width:1200px) {

}
