@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  基本スタイル指定
=================================================================== */
/**********
//html body and base setting
**********/
#fmtArea,
#eyesDetail .moreBtn > h4
#eyesDetail .moreBtn > p {
	font-size:62.5%;
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: "Times New Roman", Times, "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho","ＭＳ 明朝",serif;
	color:#353535;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	width:100%;
	margin:auto;
	text-align: center;
}
	@media only screen and (max-width: 1024px) {
		body {	
			padding-bottom: 50px !important;
		}
	}


/**********
//general params
**********/
#fmtArea p {
	font-size: 1.4em;
	font-weight:300;
	color: #555;
	letter-spacing: .025em;
	line-height: 1.8;
}
	@media only screen and (max-width: 767px) {
		p {
			font-size: 1.2em;
		}
	}

#fmtArea .caption {
	font-size:1.1em !important;
	font-weight:400;
	color:#999;
	letter-spacing:0;
	line-height:1.2;
	text-align:left;
}
#fmtArea a {
	color:#000;
	outline:none;
}
#fmtArea a:link,
#fmtArea a:visited {
	text-decoration: none;
}
#fmtArea a:active,
#fmtArea a:hover {
	color:#333;
	text-decoration: none;
}
#fmtArea .tel-link a {
	color:#000;
}

#fmtArea sup {
	vertical-align:super;
	font-size: .75em;
}

/**********
//Fluid Image
**********/
#fmtArea img {
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align:top;
}
#fmtArea img.fullImg {
	width:100%;
	width/***/: 100%\9;
	max-width: 100%;
	height:auto;
}

/**********
//selection
**********/
#fmtArea *::selection {
	color:#fff;
	background: #aaa;
}
#fmtArea *::-moz-selection {
	color:#fff;
	background: #aaa;
}


/**********
//bootstrap調整用
**********/
.no-gutter {
	padding-left:0;
    padding-right:0;
}
.no-gutter .row {
	margin-left:0;
	margin-right:0;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/**********
//印刷用
**********/
@media print {
.noPrint {
	display:none !important;
}
body {
	padding-top:0 !important;
}
header,footer {
	display:none !important;
}
.popupBtnsWrap {
	display:none !important;
}
.pageContainer {
	padding:0 !important;
}
html,body {
	height:auto !important;
}

}



@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 959px) {

}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
#fmtArea p {
    letter-spacing:0;
}
}
@media only screen and (max-width: 479px) {
}
