@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 639px) {
	
	.contents_ttl {
		height:110px;
	}
	.contents_ttl .ttl_txt {
		margin: 0 auto;
		width:95%;
	font-size: 20px;
	}
	.contents_ttl .ttl_txt img {
		bottom:10px;
		left:15px
	}
	
	
	.nav_box {
		clear:both;
		float:none;
		width:100%;
		padding: 0;
	}
	.nav_box ul li {
		width:80%;
		text-align: center;
		border-left: none!important;
		border-right: none;
		border-bottom: solid 1px #e4e4e4;
		padding: 12px 10px;
	}
	
	.ct_box h1, .ct_box h2, .ct_box h3 {
		padding:10px 0 0 15px
	}
}