@media only screen and (max-width: 640px) {

body {
	font-size: 16px; /* 14px */
	color: #fff;
	/* background: #ffffff; */
	line-height:1.875;
	word-wrap:break-word;
	background-color: #e44849;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #11b3e9;
}

a:hover {
	color: #11b3e9;
}


#top {
	position: relative;
}


.container-inner {
	width: auto;
}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}

img{
	width: 100%;
	height: 100%;
}

/* HEADER */


#header{
	width: 100%;
	text-align: center;
	overflow-x: clip;
	margin-bottom: 10px;
	position: relative;
}

#header .cl-link{
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#header .cl-link img{
	width: 200px; /* 187px */
}
#header .cl-link a:hover,
#header .cl-link a:active {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}


/* FOOTER */

#footer {
	color: #fff;
	text-align: center;
}
#footer a{
	color: #fff;
}


#footer .container-inner {
	padding: 5px 20px 10px;
}
#footer .f-names{
	line-height: 1.7;
}
#footer .f-name{
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
}

#footer .f-address .f-place{
	display: block;
}
#footer .f-address .f-tel{
	display: block;
	margin-top: -4px;
}


#footer .f-sign{
	font-size: 87.5%; /* 14px */
}

#footer #fbottom .copyright{
	font-size: 75%; /* 12px */
	margin: 0;
}




/* CONTENT */

#content {
	margin-bottom:10px;
}

#content .container-inner {
	padding: 10px 20px;
}



.section {
	margin-bottom: 60px;
}
.section-s {
	margin-bottom: 40px;
}
.section-ss {
	margin-bottom: 20px;
}
.section-sss {
	margin-bottom: 10px;
}
.section-ssss {
	margin-bottom: 5px;
}

.pagetop {
	position:fixed;
	bottom: 25px;
	right: 5px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 63px;
	height: 63px;
	line-height:0;
	text-decoration:none;
	position: relative;
}

.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-65px;
	padding-top:65px;
}



}
