/*header*/
.cs_section h1 {
    color: #ef8132;
}

.cs_section h3 {
    margin-bottom:0;
    color: #a5bf3b;
}
.cs_section p {
    color: #5d5d5d;
}

.header_theme_3 nav {
    background: #efefef;
    padding: 10px 0;
}
.header_theme_3 .nav > li > a {
    color: #ef8132;
	padding: 10px 40px;
}
.header_theme_3 .top_menu {
    background-color: #a5bf3b;
}
.header_theme_3 .top_menu .push {
	background: #ef8132;
}

.sub_body p  span {
    font-size:18px;
    font-weight: bold;
}
h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
}
.history .his_img { padding-top:40px }
.history .his_img img { max-width:100% }
.stamp { margin-top:-12px}
/*footer*/
@media (max-width:992px){
	.footer{
		margin-bottom: 50px;
	}
}

/*mobile_quick*/
@media (min-width:992px){
	#mobile_quick {
		display: none;
	}	
}
@media (max-width:992px){
	#mobile_quick {
		position: fixed;
		background-color: #90b300;
		width: 100%;
		z-index: 500;
		bottom: 0px;
		padding: 10px 0;
	}
	#mobile_quick a {
		text-decoration: none;
	}
	#mobile_quick a p {
		color: #fff;
		text-align: center;
		word-break: keep-all;
        padding-left: 10px;
	}
	#mobile_quick a.m_quick03 p {
		color: #ffe800;
	}
	#mobile_quick a.m_quick04 p {
		color: #ffe800;
	}
}
@media (max-width:768px){
	#mobile_quick a img {
		width: 25px;
	}
	#mobile_quick a p {
		font-size: 11px;
	}
}
@media (max-width:479px) {
    .stamp h3 { float:left;}
    .stamp p { clear:both }
    .stamp img { float:left;}
}