.common-img{
	width: 100%;
	height: 285px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/common/topimg.jpg');
	padding-top: 140px;
}
.common-page{
	text-align: center;
}
.common-page h1{
	font-weight: bold;
	font-size: 50px;
	margin: 10px;
}
.common-page .common_ctnr .common_content{
	width: 1000px;
	text-align: center;
	font-weight: normal;
	line-height: 36px;
	color: #808080;
	margin: 0 auto;
	padding: 50px 0 200px 0;
}
.common-page .common_ctnr .common_content img{
	width: 100%;
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .common-img {
        width: 100%;
        height: 80px;
        padding-top: 10px;
    }
    .common-page h1 {
        font-size: 30px;
    }
    .all_loc_link{
        display: none;
    }
    .common-page .common_ctnr .common_content{
        width: 100%;
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 749px){
    .common-img {
        width: 100%;
        height: 56px;
        padding-top: 2px;
    }
    .common-page h1 {
        font-size: 24px;
    }
    .all_loc_link{
        display: none;
    }
    .common-page .common_ctnr .common_content{
        width: 100%;
        padding: 20px 30px;
        font-size: 14px;
    }
}