@charset "UTF-8";


/*===============================================
  モジュールリセット
===============================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}


/*===============================================
  基本設定
===============================================*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
	color: #333;
	font-size: 63%;
	line-height: 1.6;
	text-align: center;
}

a:link,
a:visited {color: #06F;}
a:hover {color: #6C0;}

p {
	font-size: 1.4em;
}

img {
	vertical-align: bottom;
}


/*===============================================
  レイアウト
===============================================*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	background-color: #FFF;
	text-align: left;
}

/* ----- ヘッダ ----- */
#header {
	width: 850px;
	height: auto;
	padding: 0 0 15px;
	position: relative;
}

/* ----- コンテンツ ----- */
#container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#container {
	min-height: 1px;
	padding-bottom: 30px;
}
* html #container {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#contents {
	float: right;
	width: 600px;
}

#side {
	float: left;
	width: 220px;
}

/* ----- フッタ ----- */
#footer {
	padding: 15px 0 20px;
	background-color: #6C0;
	position: relative;
}


/*===============================================
  ヘッダ内指定
===============================================*/
#header h1 {
	font-size: 1.2em;
	padding: 2px 10px;
	margin-bottom: 10px;
	color: #FFF;
	background: #6C0;
}

#header .order {
	position: absolute;
	top: 35px;
	right: 0;
}


/*===============================================
  コンテンツ内指定
===============================================*/
/* ----- サイドエリア ----- */
#side div.mailMagazine {
	width: 220px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/common/bg_mm.gif) repeat 0 0;
}

#side div.mailMagazine div.mailMIn {
	width: 200px;
	margin: 0 10px;
	padding: 5px 0 10px;
	background-color: #FFF;
	text-align: center;
}

#side div.mailMagazine div.mailMIn dl {
	margin: 0 10px;
	text-align: left;
}
#side div.mailMagazine div.mailMIn dl dt {
	font-size: 1.4em;
}
#side div.mailMagazine div.mailMIn dl dd {
	margin-bottom: 5px;
}
#side div.mailMagazine div.mailMIn dl dd input {
	width: 175px;
}

#side div.mailMagazine div.mailMIn p input {
	width: 70px;
}


/*===============================================
  フッタ内指定
===============================================*/
#footer ul {
	margin-left: 10px;
}

#footer ul li {
	display: inline;
	height: 21px;
	margin-right: 20px;
}

#footer p {
	position: absolute;
	top: 20px;
	right: 10px;
}


/*===============================================
  共通スタイル
===============================================*/
h3 {
	padding-bottom: 15px;
}

h4 {
	min-height: 24px;
	margin-bottom: 20px;
	padding: 3px 0 2px 38px;
	background: #ECECEC url(../images/common/bg_h4.gif) no-repeat 5px center;
	border-bottom: 2px solid #09F;
	font-weight: bold;
	font-size: 1.6em;
}

/* ----- 位置 ----- */
.alignC {
	text-align: center;
}

/* ----- clearfix ----- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ----- マウスオーバー ----- */
a.btn:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ----- ボタンリスト ----- */
ul.btnList li {
	margin-bottom: 10px;
}

/* ----- パンくず ----- */
ul#topicPath {
	text-align: right;
	margin: 0 0 15px;
	padding: 5px 10px;
	background-color: #DCDCDC;
}

ul#topicPath li {
	display: inline;
	line-height: 1.1;
	font-size: 1.4em;
}

ul#topicPath li a {
	padding-right: 10px;
	background: url(../images/common/topicpath.gif) no-repeat right center;
}

/* ----- ページの先頭へ ----- */
p.pageTop {
	text-align: right;
}

p.pageTopTxt {
	text-align: right;
	margin-bottom: 20px;
}
p.pageTopTxt a {
	padding-left: 20px;
	background: url(../images/common/arrow_top.gif) no-repeat left center;
}

/* ----- 商品概要 ----- */
.outlineCD {
	min-height: 100px;
	padding: 10px;
	margin-bottom: 20px;
	background: #FFC url(../images/sub/bg_outline_cd.gif) no-repeat 0 0;
}

.outlineCD ul li {
	list-style: disc;
	margin: 0 0 0 200px;
	font-weight: bold;
	font-size: 1.4em;
}

.outlineCD ul li.nomark {
	list-style: none;
	margin: 5px 0 0 185px;
	font-weight: normal;
}


/*===============================================
  トップページ
===============================================*/
#mainVisual {
	padding-bottom: 15px;
}

/* ----- コンテンツエリア ----- */
.topCatch {
	background-color: #FFC;
	margin-bottom: 40px;
}

.topCatch h3 {
	padding-bottom: 20px;
}
/*
.topCatch dl {
	padding-bottom: 20px;
}

.topCatch dl dt {
	float: left;
	width: 360px;
}

.topCatch dl dd {
	float: right;
	width: 210px;
	padding-right: 10px;
}
*/

.topCatch ul.topConcept {
	margin: 0 10px 15px;
}
.topCatch ul.topConcept li {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	width: 190px;
	text-align: center;
}
.topCatch ul.topConcept li.centerImg {
	padding: 0 5px;
}

.topCatch p {
	padding: 0 20px 15px;
}

.topCatch ul.catchLink {
	width: 580px;
	background-color: #FFC;
	padding: 10px;
	text-align: right;
}
.topCatch ul.catchLink li {
}

/*
.topCatch ul.catchLink li {
	display: table-cell;
	/display: inline;
	/zoom: 1;
}

.topCatch ul.catchLink li.behind {
	padding-left: 10px;
}
*/

.topProf {
	width: auto;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin-bottom: 40px;
	padding: 10px 10px 10px 190px;
	background: #FFC url(../images/top/bg_prof.jpg) no-repeat 10px 10px;
}

.topProf p.profLink {
	margin-top: 30px;
	text-align: right;
}

.topInfo dl dt {
	float: left;
	width: 7em;
	padding: 0 0 10px 20px;
	background: url(../images/common/arrow.gif) no-repeat 0 7px;
	font-size: 1.4em;
}

.topInfo dl dd {
	margin-left: 7em;
	padding-bottom: 10px;
	font-size: 1.4em;
}


/*===============================================
  EyeMaxとは about.html
===============================================*/
.about h4 {
	min-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 0;
}

.about ul {
	margin-bottom: 50px;
}

.about ul li {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	width: 205px;
	text-align: center;
}

.about ul li.centerImg {
	width: 190px;
}

.about p.howto {
	margin-bottom: 10px;
	border-bottom: 2px solid #CCC;
}

.about p.howto strong {
	font-weight: bold;
}

.aboutMovie {
	margin-bottom: 30px;
	text-align: center;
}


/*===============================================
  オススメグッズ goods.html
===============================================*/
.eyemax h4 {
	margin-bottom: 10px;
}

.eyemax p {
	margin-bottom: 40px;
}


/*===============================================
  オススメグッズ goods.html
===============================================*/
div.goodsList dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html div.goodsList dl {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.goodsList dl {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	min-height: 100px;
}

p.goods_t{
	border-bottom: 1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size: 1.4em;
}

div.goodsList dl dt {
	float: left;
	width: 130px;
}

div.goodsList dl dt img {
	width: 100px;
	height: auto;
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #FFF;
}

div.goodsList dl dd {
	margin: 0 0 5px 0;
	padding-left: 130px;
	font-size: 1.4em;
}

div.goodsList ul {
	padding-bottom: 30px;
}

div.goodsList ul li {
	float: left;
	width: 280px;
	margin-bottom: 5px;
	padding-left: 18px;
	background: url(../images/common/arrow.gif) no-repeat 0 center;
	font-size: 1.4em;
}




/*===============================================
  よくある質問
===============================================*/
.tabContainer dl {
	font-size: 1.4em;
}

.tabContainer dl dt {
	padding-bottom: 10px;
	text-decoration: underline;
	color: #06F;
}

.tabContainer dl dd {
	padding: 0 0 20px 25px;
	background: url(../images/sub/faq_a_bg.gif) no-repeat 0 0;
}

.tabContainer dl dd address {
	margin-top: 5px;
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #FFC;
	text-align: center;
}


/*===============================================
  体験者の声
===============================================*/
div.centeringImg {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

div.centeringImg p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

/*for IE6 */
* html .centeringImg p {
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .centeringImg p {
	display: inline;
	zoom: 1;
}

div.centeringImg p.image {
	padding-right: 20px;
}

div.centeringImg p.image img {
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #FFF;
}


ul.taiken li {
	background: url(../images/sub/taiken_li.gif) no-repeat 0 2px;
	margin-bottom: 20px;
	padding: 0 0 20px 32px;
	font-size: 1.4em;
	border-bottom: 1px dotted #CCC;
}

ul.taiken li span {
	text-align: right;
}


/*===============================================
  プロフィール
===============================================*/
div.prof {
	margin-bottom: 15px;
}

div.prof div.profImg {
	float: left;
	width: 150px;
}

div.prof div.profImg img {
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #FFF;
}

div.prof dl {
	float: right;
	width: 415px;
}

div.prof dl dt {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.6em;
}

div.prof dl dd {
	margin-bottom: 5px;
	font-size: 1.4em;
}

div.taikenDeviser {
	margin-top: 30px;
	padding-bottom: 20px;
}

div.taikenDeviser p.cap {
	margin-bottom: 5px;
	padding-left: 32px;
	background: url(../images/sub/taiken_li.gif) no-repeat 0 2px;
	font-weight: bold;
}



/*===============================================
  視力向上セミナー情報
===============================================*/
div.seminar ul {
	margin-bottom: 30px;
}
div.seminar ul li {
	background: url(../images/sub/icon_check.gif) no-repeat 0 0;
	padding-left: 22px;
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 1.4em;
	font-weight: bold;
}

div.seminar h4 {
	margin-bottom: 10px;
}

div.seminar dl {
	margin: 20px 0;
	font-size: 1.4em;
	border: 1px solid #09F;
	padding: 10px;
}

div.seminar dt {
	float: left;
	width: 5.5em;
	margin-bottom: 5px;
	font-weight: bold;
}

div.seminar  dd {
	margin: 0 0 5px 5.5em;
}
div.seminar  dd.map {
	padding-top: 20px;
}
div.seminar  dd.map img {
	border: 1px solid #CCC;
}

div.seminar p.apply {
	text-align: center;
	margin-top: 20px;
}







