@media print, all and (min-width: 641px) {

body {
	font-size: 100%; /* 16pt */
	color: #fff;
	/* background: #ffffff; */
	line-height:1.875;
	word-wrap:break-word;
	position: relative;
	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;
	text-decoration:none;
}

a:hover {
	color: #11b3e9 ;
	text-decoration:underline;
}

.container {
	width: 100%;
    min-width: 1120px;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	.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);
	}


/* HEADER */
#header{
	margin-bottom: 80px;
}

#header h1 img{
	width: 100%;
}


#header .container-inner {
    padding: 0;
}

#header .cl-link{
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#header .cl-link a:hover {
	text-decoration:none;
	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*/
}
#header .h-logo{
	text-align: center;
}



/* FOOTER */

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

#footer .container-inner{
	padding: 20px 0 35px;
	position: relative;
}
#footer .f-names{
	line-height: 1.4;
}
#footer .f-name{
	display: inline-block;
	margin-bottom: 2px;
}
#footer .f-name > a{
	display: inline-block;
}

#footer .f-address{
	margin-bottom: 13px;
}
#footer .f-sign{
	font-size: 112.5%; /* 18px */
	font-weight: bold;
}
#footer .f-sign .f-tel{
	margin-left: 10px;
}

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





/* CONTENT */

#content{
	overflow-x: clip;
}

#content a{
    text-decoration:underline;
}

#content .container-inner{
	
}


.section {
	margin-bottom: 70px;
}
.section-s {
	margin-bottom: 50px;
}
.section-ss {
	margin-bottom: 30px;
}
.section-sss {
	margin-bottom: 15px;
}
.section-ssss {
	margin-bottom: 10px;
}

.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;
}
#md-site.blue .pagetop a,
#md-site.black .pagetop a {
	background-color: transparent;
}

.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:-70px;
	padding-top:70px;
} */


/* SNAV */


/* SUBNAV */
	
	
	#bottoms{
		display: none;
	}


}