@charset "UTF-8";

/*------------------------------------------------------------------------------
CSS Modules Import
URL: http://morii-ganka.jp/
Date: 2011-11-15
Copyright（c） Morii Eye Clinic. All right reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

index.html

---------------------------------------- */
.titAdvanced {
	position: relative;
	margin-top: 30px;
}
.titAdvanced03 {
}
.titLink01 {
	position: absolute;
	right: 0;
	top: 0;
    background: url(/files/img/common/ico_arrw_01.png) 0 0.7em no-repeat;
    padding-left: 12px;
    color: #302400;
    zoom: 1;
}

/*div#hakunaisho,
div#laser,
div#lasik,
div#addon_iol {
	margin-bottom: 40px;
}

div#ippan,
div#contactlens {
	padding-bottom: 18px;
}*/

.coltxt {
	margin-bottom: 10px;
}

.col2Box01 {
	margin-top: 0;
	margin-bottom: 30px;
}
.col2Box01 a {
	display: block;
	color: #302400;
	text-decoration: none;
}

.col2Box01 .col{
	width: 100%;
	box-sizing: border-box;
	display: flex;
}

.col2Box01 .col img {
	display: block;
	flex: none;
	height: 100%;
	margin-right: 20px;
}

.col2Box01 .col p.boxTit{
	text-align: left;
	font-size: 105%;
	font-weight: 700;
	color: #302400;
	text-decoration:underline;
	padding-right:0;
}
.col2Box01 .col p.boxTit span.link {
	background: url(/files/img/common/ico_arrw_03.png) right 2px no-repeat;
	padding-right: 24px;
	display: inline-block;
	line-height: 1.5;
}
span.frMcare {
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 79.4%;
	color: #fff;
	background-color: #256ea6;
	text-decoration: none;
	line-height: 1.87;
}
.col2Box01 .col .titFlt{
	margin-bottom:10px;
	padding-bottom:5px;
}


.col2Box01 a{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.col2Box01 a:hover{
	opacity: .65;
}

ul.listStyle04 li {
	border-bottom: none;
}

.secInst .titStyle04 a {
	font-size: 105%;
}

/* ----------------------------------------

hours.html

---------------------------------------- */

table#TimeTbl01 {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ffbb06;
	border-left: 1px solid #ffbb06;
}

table#TimeTbl01 th,
table#TimeTbl01 td {
	text-align: center;
	border-bottom: 1px solid #ffbb06;
	border-right: 1px solid #ffbb06;
}

table#TimeTbl01 thead th {
	font-weight: 700;
	background-color: #fde7ac;
}

table#TimeTbl01 tbody th {
	text-align: left;
	font-weight: 700;
	background-color: #fff9ea;
	padding-left: 10px;
}

table#TimeTbl01 tbody th span {
	font-weight: 400;
	font-size: 92.6%;
}

table#TimeTbl01 td.bg01 {
	background-color: #ffebf1;
}

table#TimeTbl01 td.bg02 {
	background-color: #e2ffd6;
}

table#TimeTbl01 td.bg03 {
	background-color: #d8ffff;
}

table#TimeTbl01 td.bg04 {
	background-color: #FFFFCC
}

table#TimeTbl01 td {
	vertical-align: center;
}

/* ----------------------------------------

contactlens.html

---------------------------------------- */
.ttlLogo01 {
	float: left;
	margin: 0 0 0 40px;
}
.price_listBtn {
	width: 366px;
	margin: 20px auto 30px;
}
@media screen and (max-width:767px){
	.ttlLogo01 {
		width: 40px !important;
		margin: 0 0 0 10px;
	}
	.price_listBtn {
		width: auto;
		max-width: 366px;
	}
}

/* メルスプラン
------------------------------- */
.logoMels {
	width: 80px;
}

.melsPoint li {
	float: left;
	width: 172px;
	margin: 0 0 22px 22px;
}
.melsPoint li:nth-child(3n+1) {
	margin: 0 0 22px 0;
}

.melsType {
	width: 100%;
    height: 1px;
    margin-bottom: 20px;
}
.melsType th, .melsType td {
    padding: 8px;
    border: 1px solid #ddd;
    height: 100%;
}
.melsType th {
    background-color: #dff8ea;
    font-weight: bold;
    text-align: center;
    width: 23%;
}
.melsType .intit {
	font-weight: bold;
	text-align: center;
}
.melsType .typeImg {
	display: flex;
	justify-content: center;
	margin-bottom: 5px !important;
}
.melsType .typeImg li {
	width: 145px;
}
.melsType .typeImg li p {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 93.8%;
	line-height: 1.5;
}
.melsType .typeImg li p.txt {
	height: 3em;
}
.melsType .typeImg li p.img {
	height: 76px;
}
.melsType .typeImg li .img01{
	width: 120px;
}
.melsType .typeImg li .img02{
	width: 96px;
}
.melsType .typeImg li .img03{
	width: 83px;
}
.melsType .typeImg li .img04{
	width: 120px;
}
.melsType .typeImg li .img05{
	width: 90px;
}
.melsType .typeImg li .img06{
	width: 90px;
}
.melsType .price {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
    background-color: #1bb8ce;
    height: 100%;
    vertical-align: middle;
    padding: 0 5px;
}
.melsBtn {
	width: 366px;
	margin: 30px auto 20px;
}

ul.melsFlow {
	margin-top: 20px;
	margin-bottom: 0 !important;
}
.melsFlow li {
	position: relative;
	border: 2px solid #15284e;
	border-radius: 8px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.melsFlow li:after {
	content: " ";
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 24px 0 24px;
	border-color: #ffda3f transparent transparent transparent;
}
.melsFlow li:last-child {
	margin-bottom: 20px;
}
.melsFlow li:last-child:after {
	content: none;
}
.melsFlow li p {
	box-sizing: border-box;
}
.melsFlow li .step {
	position: absolute;
	top: 15px;
	left: 0;
	background: #15284e;
	color: #fff;
	font-weight: bold;
	font-size: 93.8%;
	padding: 0 20px;
	border-radius: 0 4px 4px 0;
}
.melsFlow li .tit {
	padding: 40px 10px 20px 20px;
	width: 23%;
	font-size: 112.5%;
}
.melsFlow li .tit span {
	font-weight: bold;
	color: #15284e;
	background: linear-gradient(transparent 55%, #ffda3f 45%);
}
.melsFlow li .img {
	padding: 20px 10px;
	width: 30%;
	text-align: center;
}
.melsFlow li .img01 {
	width: 126px;
}
.melsFlow li .img02 {
	width: 81px;
}
.melsFlow li .img03 {
	width: 90px;
}
.melsFlow li .img04 {
	width: 110px;
}
.melsFlow li .txt {
	padding: 20px 10px;
	width: 57%;
}

.melsEmTxt {
	text-align: center;
}
.melsEmTxt span {
	font-size: 106.3%;
	font-weight: bold;
	color: #15284e;
}

@media screen and (max-width:767px){
	.melsPoint li {
		width: 48%;
		margin: 0 0 4% 4%;
	}
	.melsPoint li:nth-child(3n+1) {
		margin: 0 0 4% 4%;
	}
	.melsPoint li:nth-child(2n+1) {
		margin: 0 0 4% 0;
	}
	.melsType th, .melsType td {
	    display: block;
	    height: auto;
	}
	.melsType th {
	    width: auto;
	}
	.melsType td {
	    border-top: none;
	}
	.melsType .typeImg li .img01{
		margin-bottom: 0!important;
	}
	.melsType .price {
		height: auto;
		padding: 5px 0;
	}
	.melsBtn {
		width: auto;
		max-width: 366px;
	}
	.melsFlow li {
		flex-direction: column;
	}
	.melsFlow li .step {
		padding: 0 15px;
	}
	.melsFlow li .tit {
		padding: 15px 20px 0;
		width: 100%;
		text-align: center;
	}
	.melsFlow li .img {
		padding: 15px 20px 0;
		width: 100%;
	}
	.melsFlow li .img01 {
		margin-bottom: 0!important;
	}
	.melsFlow li .txt {
		padding: 15px 20px;
		width: 100%;
	}
}



/* #LensList
------------------------------- */
table#LensList {
	width: 100%;
}

table#LensList th {
	background-color: #dff8ea;
	vertical-align: middle;
	text-align: left;
}

table#LensList td {
	text-align: left;
}

table#LensList td.Even {
	background-color: #f3f3f3;
}

/* ----------------------------------------

rougan.html,ortho_qa.html,ortho.html

---------------------------------------- */

p#disBack {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	text-align: right;
}

p#disBack a {
    background: url("/files/img/common/ico_arrw_01.png") no-repeat scroll 0 0.35em transparent;
    padding-left: 18px;
}

/* ----------------------------------------

rougan.html

---------------------------------------- */

table#RouganTbl {
	float: right;
	width: 300px;
	margin: 0 0 10px 20px;
	table-layout: fixed;
}

/* tblStyle07
------------------------------- */
.tblStyle07 {
	width: 100%;
	margin: 16px 0 37px;
	font-size:78%;
	line-height: 1.6;
}
.tblStyle07 th,
.tblStyle07 td {
	padding: 5px 5px;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}

.tblStyle07 th.bdn {
	border: none;
}

.tblStyle07 thead td {
	padding: 5px 0;
}

.tblStyle07 thead th {
	padding: 5px 0px;
	font-weight: 700;
}

.tblStyle07 tbody tr {
	background-color: #fcf9f5;
}
.tblStyle07 tbody tr td {
	padding: 5px 0px 5px 10px;
}
.tblStyle07 span.sub{
	font-size: 78%;
}
.tblStyle07 span.strong{
	font-weight: 700;
}
.tblStyle07 .alnL{
	text-align: left
}
.tblStyle07 tr.yel th{
	background-color: #fffce6;
}
.tblStyle07 tr.blu th{
	background-color: #e6fdff;
}
.tblStyle07 th.gre {
	background-color: #dff8ea;
}

/* ----------------------------------------

ortho_qa.html

---------------------------------------- */

dl.Faq {
	margin-bottom: 25px;
	border: 1px solid #e4e1cf;
	background-color: #faf9f1;
	padding: 10px 19px 0;
}

dl.Faq dt {
	margin-bottom: 10px;
	font-weight: 700;
	color:#117e22;
	text-indent: -1.8em;
	margin-left: 1.8em;
	line-height: 1.2;

}

dl.Faq dt span {
	font-size: 171.5%;
	font-weight: 700;
	font-family: "Trebuchet MS","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
}

dl.Faq dd {
	border-top: 2px solid #117e22;
	padding-top: 20px;
}

dl.Faq dd span {
	font-size: 171.5%;
	font-weight: 700;
	color: #fd6b00;
	line-height: 1.0;
	font-family: "Trebuchet MS","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
}

.clear {
	clear: both;
}

/* ----------------------------------------

general.html

---------------------------------------- */

.scheTabl {
	margin: 20px 0 10px 0;
}
.scheTabl table{
	width: 100%;
}
.scheTabl tbody th{ 
	vertical-align: middle;
}
.scheTabl tbody td{
	font-size: 12px; 
	vertical-align: middle;
}
span.blank{
	width: 28px;
	border-bottom: 2px solid #ddd;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width:767px){
	.scheTabl02 {
		display: none;
}
}


@media screen and (max-width:767px){
.scheTabl {
	display: none;
}	
.scheTabl02 tbody th{
	width: 10%;
	vertical-align: middle;
	font-size: 12px; 
	padding: 5px 2px;
}
.scheTabl02 tbody td{
	padding: 5px 2px;
	font-size: 12px; 
	vertical-align: middle;
}

	}

.titLinkBtn {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:767px){
	.titLinkBtn {
		flex-direction: column;
	}
}

/* ----------------------------------------

clearFix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.titFlt:after  {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.titFlt {
	*zoom: 1;
}