@charset "utf-8";

/* Reset Style */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

em {
	font-style:normal;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
	font-size:0;
	line-height: 0;
	vertical-align: bottom;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* General Style */

/* link */
a:link,
a:visited,
a:active {
	color:#44bae6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
/* Body */
body {
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}
body {
	font-weight: 500;
}

/* Header */
#headArea {
	background-color:#fff;
	position: relative;
	z-index: 100;
	width: 100%;
	border-bottom: 10px solid #44bae6;
}
.membership #headArea {
	border-bottom: 10px solid #55bb7b;
}

/* head gm */
ul#head_gm {	
	text-align: center;
}
ul#head_gm li {
	display: inline-block;
}
ul#head_gm li a,ul#head_gm li .active {
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 53px;
	width: 364px;
}	
ul#head_gm li a {
	background: #e5e5e5;
	color: #6a6a6a;
	text-decoration: none;	
}
ul#head_gm li .active {
	background: #44BAE6;
	color: #fff;
	position: relative;	
}

.membership ul#head_gm li .active {
	background: #55bb7b;
}

/* nav */
#nav {	
	clear: both;
}

ul#menu li a:link,
ul#menu li a.active,
ul#menu li a:hover,
ul#menu li span.active {
	display: block;  
    text-decoration: none;
}

/* crumb Area */
#crumbArea {
	font-size: 14px;
	text-align: left;
	clear: both;
	line-height:1.4;
	
}
#crumbArea .inner {
	padding:5px 10px;
	width: 1100px;
	margin: 0 auto;
	
}
#crumbArea.cate_greeting a {
	color: #db78a6;
}
#crumbArea.cate_contactlens a {
	color: #34a4ad;
}
#crumbArea.cate_purchase a {
	color: #3734ad;
}
#crumbArea.cate_safely a {
	color: #6a34ad;
}
#crumbArea.cate_contactlensday a {
	color: #171a9e;
}
#crumbArea.cate_schoolofficials a {
	color: #74c34c;
}
#crumbArea.cate_common a {
	color: #048dd3;
}

#crumbArea.cate_outline a {
	color: #fcbf3d;
}
#crumbArea.cate_information a {
	color: #3ab24c;
}
#crumbArea.cate_join a {
	color: #1f1d85;
}
#crumbArea.cate_participatingstore a {
	color: #445e1b;
}
#crumbArea.cate_clios a {
	color: #4c71c8;
}
#crumbArea.cate_link a {
	color: #3734ad;
}


/* Contents Area */
.contentArea {
	clear: both;
	width: 100%;
	line-height: 1.8;	
}
.contentArea .inner {
	clear: both;	
	font-size: 14px;
	text-align: left;
}
.contentArea section {
	clear: both;
	margin: 0 0 80px;
}

/* Footer */
#footer {
	clear: both;
	width:100%;
	line-height: 1.8;	
	background: #fff;
	border-top: 10px solid #44bae6;
}
#footer .add {
	width: 360px;
	float: left;
	text-align: left;
	color: #000;
	font-size: 15px;
}
#footer .add em {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0 0 1em;
}	
small {
	clear:both;
	font-size: 88%;
	display:block;
	color:#000;
	padding:15px;
	width:100%;
	background-color:#abd2e0;
}
/* page top */
#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  color: #fff;
  text-align: center;
  text-decoration: none;
	right: 1em;
	bottom: 1em;
	width: 50px;
	height: 50px;
}

@media print, screen and (min-width: 769px){
body {
	min-width:1110px;
}

/* Header */
#headArea {
	min-width:1110px;
}
	
/* head menu */
ul#head_menu {
	position:absolute;
	bottom: 7px;
	right: 20px;
	}
	
ul#head_gm li .active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 15px solid #fff;
}		

ul#head_menu li a:link,
ul#head_menu li a:visited,
ul#head_menu li a:active,
ul#head_menu li a.active {
	font-size: 16px;
	font-weight: bold;
	color: #44bae6;
	text-decoration: none;	
}

ul#head_menu li.hm_access {
	background: url(../img/common/head/icon_access.png) no-repeat left center;
	background-size: 30px 30px;
	padding:9px 0 8px 37px;
}	
ul#head_menu li {
	display: inline-block;
	position: relative;
}

	
/* Contents Area */
.contentArea .inner {
	margin: 0 auto;
	width: 1110px;
	padding: 50px 0;
}

/* Footer */
#footer {
	margin: 0;
}
#footer .inner {
	width: 1110px;
	margin: 0 auto;
	padding:3em 0;
}
#footer .inner {
	position: relative;
}
#footer .add {
	width: 320px;
}
.foot_nav {
	width: 700px;
	float: right;
	text-align: left;
	font-size: 14px;
	border-left: 1px solid #000;
	padding: 0 0 0 40px;
}
.foot_nav > ul {
	font-weight: bold;
	display: table-cell;
}
.foot_nav ul.n2 {
}	
.foot_nav > ul.n3 {
	white-space: nowrap;
}	

.foot_nav ul li {
	margin: 0 0 1em;
}
.foot_nav ul li:before {
	content: "●";
	display: table-cell;
}	
.foot_nav ul li span.active,
.foot_nav ul li a {
	text-decoration:none;
	color: #000;
	display: table-cell;
	line-height: 1.4;
}
.foot_nav ul li a:hover {
	text-decoration: underline;
}
.foot_nav ul ul {
	margin: 0.5em 2em 0 0;
	display: block;
}
.foot_nav ul.n3 ul {
	margin: 0.5em 0 0 0;
	display: block;
}	
.foot_nav ul li li {
	margin: 0 0 0.5em;
}	
.foot_nav ul li li:before {
	content: "・";
}	


.pc {
	display: inline !important;
}
.sp {
	display: none !important;
}
}

@media print, screen and (min-width: 769px){
/* head */
#headArea #rogo {
	text-align: center;
	margin: 20px auto;
	width: 320px;
}
	

/* nav　*/	
#nav {
	margin: 0;
	width: 100%;
}	

ul#menu {
	display:block !important;
	width: 1110px;
	margin: 0 auto;	
}
	
ul#menu li {
	float:left;
	line-height: 1;
	position:relative;
	font-size:15px;
	font-weight:bold;
}	
	
ul#menu li a:link,
ul#menu li a:visited,
ul#menu li a:active,
ul#menu li.active a,
ul#menu li a:hover,
ul#menu li span.active {
    text-decoration: none;	
	color:#000;	
	background-color:#fff;	
}

ul#menu li.active a,
ul#menu li a:hover,
ul#menu li span.active {
	background-color:#fff!important;
	color: #44bae6;
}
ul#menu li.active a em,
ul#menu li a:hover em,
ul#menu li span.active em {
	border-bottom: 2px solid #44bae6;
}

ul#menu li a:link,
ul#menu li span.active {
	display: table-cell;
	height:70px;
	width:184px;
	padding: 0;
	text-align:center;
	vertical-align:middle;
	line-height:1.2;
	position: relative;
}
	
ul#menu li.hm_access,	
#nav #close {
	display:none;
}
ul#menu.membership  li a:link,	
ul#menu.membership  li span.active {

	}	

/*.acMenu{
	display:none;
    }*/
#menu ul.child{
	display: none;
}
#menu ul.child{	
	position:absolute;
	top:70px;
	left:0;
	z-index:100;
	padding: 0 10px;
	background: #fff;
}
#menu ul.child li {
	float:none;	
	border:none;
	line-height:1.4;
	display: block;
	padding: 0;
	border-bottom: 1px solid #44bae6;
}
#menu ul.child li:last-child {
	border-bottom: none;
}
#menu ul.child li.cate {
	background-color:#999;
	border-bottom: none;
	color: #fff;
	text-align: left;
	padding:0.5em;
}	
	
#menu ul.child li a:link,
#menu ul.child li a.active,
#menu ul.child li a:hover,
#menu ul.child li a:visited,
#menu ul.child li span.active {
	display: block;
	height:auto;
	padding:1.2em 0.5em;
	background-image:none;
	width:20em;
	border-bottom: none;
	text-align: left;
}

#menu ul.child li a:link,
#menu ul.child li a:visited{
	background: rgba(255,255,255,1);
	color:#000;
}
#menu ul.child li a:active,
#menu ul.child li a:hover,
#menu ul.child li span.active {	
	background-color: #fff;
	color: #44bae6;
}

.is-fixed {
    position: fixed;
    top: 0;
	margin: 0 auto;
	padding: 0 0 20px;
    z-index: 2;
	background: #fff;
    width: 1110px!important;
}
.clios-pl {
    padding-top: 150px!important;
    margin-top: -150px!important;
}	
}