@charset "utf-8";
/*---------------全ページ共通のCSS---------------*/
/*------ページ全体------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
}
html {
	overflow-y: scroll;
}

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka";
	font-size: 13px;
	line-height: 1.75;
	color: #333333;
	text-align: center;
	background-image: url(../common/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


p,ul,dl,ol,table {
	margin-bottom: 10px;
}

table {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka";
	font-size: 13px;
	line-height: 1.75;
}
table th,table td {
	vertical-align: top;
}


img {
	vertical-align: bottom;
	border: none;
}


/*---リンク---*/
a {
	color: #004BAF;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

a.anchorLink {
	background-image: url(../common/im_anchorLink.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a:hover.anchorLink {
	background-image: url(../common/im_anchorLink_ov.jpg);
}


/*---アイコン---*/
.blueTrigona {
	background-image: url(../common/ic_blueTrigona.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.blueSquareM {
	background-image: url(../common/ic_blueSquareM.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}


/*---フロート---*/
.flLeft {
	float: left;
}
.flRight {
	float: right;
}
.flClear {
	clear: both;
}

/*---追加---*/
.fltL {
	display: inline;
	float: left;
}
.fltR {
	display: inline;
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}
/* -imgBox- */
.imgBoxL,
.imgBoxR {
	display: block;
	min-height: 1%;
}
.imgBoxL:after,
.imgBoxR:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .imgBoxL,
* html .imgBoxR {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	.imgBoxL .fltImg {
		display: inline;
		float: left;
		margin-right: 10px;
	}
	.imgBoxR .fltImg {
		display: inline;
		float: right;
		margin-left: 10px;
	}

/*---色---*/
.blue {
	color: #004BAF;
}
.orange {
	color: #e58600;
}


/*---行揃え---*/
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.center table {
	margin-right: auto;
	margin-left: auto;
}


/*---マージン---*/
.mb0 {
	margin-bottom: 0px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.ml13 {
	margin-left: 13px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}


/*---余白---*/
.pt10 {
	padding-top: 10px;
}

.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}

.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}

/* ---------------------------------------------
	preset margin 
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* ---------------------------------------------
	preset padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/* ---------------------------------------------
	preset width
--------------------------------------------- */
.wHalf  { width: 48%;}
.wTri   { width: 33%;}
.wQuart { width: 24%;}
.wFull  { width: 99.9%;}
.wMax   { width: 100%;}

/* table */
.tw03 { width:  3% !important;}
.tw05 { width:  5% !important;}
.tw10 { width: 10% !important;}
.tw13 { width: 13% !important;}
.tw15 { width: 15% !important;}
.tw20 { width: 20% !important;}
.tw25 { width: 25% !important;}
.tw30 { width: 30% !important;}
.tw35 { width: 35% !important;}
.tw40 { width: 40% !important;}
.tw45 { width: 45% !important;}
.tw50 { width: 50% !important;}


/*---フォントサイズ---*/
.font11 {
	font-size: 11px;
}
.font13 {
	font-size: 13px;
}
.font15 {
	font-size: 15px;
}
.fontNormal {
	font-weight: normal;
}


/*IE6　透過PNG*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}



/*------ヘッダ------*/
#wrapper01 {
	width: 900px;
	margin: 0px auto;
}
.top #wrapper01 {
	height: 440px;
}
#wrapper01 {
	height: 260px;
}


#header {
	height: 95px;
}
#header h1 {
	margin: 25px 0px 0px 10px;
	float: left;
	display: inline;
}
#header h1 img {
	vertical-align: top;
}
#header .boxRight {
	width: 261px;
	margin: 19px 25px 0px 0px;
	text-align: right;
	float: right;
	display: inline;
}
#header .boxRight form input {
	vertical-align: middle;
}
#header .boxRight ul {
	margin: 18px 0px 0px 0px;
	float: right;
	clear: both;
	list-style-type: none;
}
#header .boxRight ul li {
	float: left;
}
#header .boxRight ul li.adj {
	margin: 0px 30px 0px 33px;
	display: inline;
}


ul#mainNavi {
	margin: 0px;
	list-style-type: none;
	clear: both;
}
ul#mainNavi li {
	float: left;
}
ul#mainNavi li.adj01 {
	margin: 0px 30px 0px 9px;
	display: inline;
}
ul#mainNavi li.adj02 {
	margin: 0px 30px 0px 30px;
	display: inline;
}
ul#mainNavi li.adj03 {
	margin: 0px 30px 0px 30px;
	display: inline;
}

/*---タイトル　画像---*/
#mainImage {
	clear: both;
}
#mainImage h2{
	margin: 0px;
	padding: 0px;
}


/*---パンクズ---*/
#wrapper01 .breadcrumbs {
	margin: 15px 25px 0px 0px;
	color: #004BAF;
	text-align: right;
}


/*------コンテンツ------*/
#contents {
	width: 850px;
	text-align:left;
	margin: 0px auto;
}
#contents:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}  
#contents {  
	zoom: 1;  
}

/*---サイドナビ---*/
#side {
	width: 195px;
	float: left;
}
.sideTitle {
	width: 195px;
	margin-bottom: 10px;
}
.sideTitle a {
	width: 100%-30px;
	height: 100%;
	padding: 6px 15px 6px 15px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../common/bg_sideTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.sideTitle a:hover {
	background-image: url(../common/bg_sideTitle_ov.jpg);
	text-decoration: none;
}
.sideTitle a.focus {
	background-image: url(../common/bg_sideTitle_ov.jpg);
	text-decoration: none;
}

.two a {
	background-image: url(../common/bg_sideTitleTwo.jpg);
}
.two a:hover {
	background-image: url(../common/bg_sideTitleTwo_ov.jpg);
}
.two a.focus {
	background-image: url(../common/bg_sideTitleTwo_ov.jpg);
}

.three a {
	background-image: url(../common/bg_sideTitleThree.jpg);
}
.three a:hover {
	background-image: url(../common/bg_sideTitleThree_ov.jpg);
}
.three a.focus {
	background-image: url(../common/bg_sideTitleThree_ov.jpg);
}

.four a {
	background-image: url(../common/bg_sideTitleFour.jpg);
}
.four a:hover {
	background-image: url(../common/bg_sideTitleFour_ov.jpg);
}
.four a.focus {
	background-image: url(../common/bg_sideTitleFour_ov.jpg);
}


ul.sideNavi {
	width: 195px;
	margin-bottom: 25px;
	list-style-type: none;
}
ul.sideNavi li {
	padding: 7px 0px 7px 16px;
	background-image: url(../common/ic_blueTrigona.jpg);
	background-repeat: no-repeat;
	background-position: left 11px;
	border-bottom: 1px solid #C8C8C8;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
}
ul.sideNavi li a {
	color: #666666;
	text-decoration: none;
}
ul.sideNavi li a:hover {
	color: #004BAF;
	text-decoration: none;
}
ul.sideNavi li a.focus {
	color: #004BAF;
}
ul.sideNavi li ol {
	list-style-type: none;
	margin: 7px 0px -4px -11px;
}
ul.sideNavi li ol li {
	padding: 0px 0px 5px 11px;
	background-image: url(../common/ic_grayTrigonaS.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: normal;
	border-bottom: none;
}


/*---メイン---*/
#main {
	width: 625px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: right;
}
.box:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}  
.box {  
	zoom: 1;  
}


/*---タイトル　黒背景---*/
.version02 h3 {
	margin-bottom: 20px;
	padding: 2px 0px 3px 21px;
	font-size: 25px;
	color: #FFFFFF;
	background-image: url(../common/bg_title01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.version02 h3.fontsmall{
	margin-bottom: 20px;
	padding: 2px 0px 3px 21px;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(../common/bg_title01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*---タイトル　青アイコン---*/
.top h2 {
	margin-bottom: 15px;
}

.version01 h3,
.version02 h4,
.contact h2,
.product h3 {
	margin-bottom: 15px;
	padding: 4px 0px 6px 31px;
	font-size: 16px;
	background-image: url(../common/bg_title02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact h2.two {
	background-image: url(../common/bg_title02two.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.version01 h3 a,
.version02 h4 a {
	color: #333333;
	
}
.version01 h3 a:hover,
.version02 h4 a:hover {
	text-decoration: none;
	
}

/*---タイトル　青アイコン　カティーナ社---*/

.version02 h4.h4short {
	margin-bottom: 15px;
	padding: 0;
	background: url(../product/ophthalmology/images/bg_titlesht.jpg) no-repeat left top;
	width: 310px;
	height: 35px;
	font-size: 16px;
}
.version02 h4.h4short02 {
	margin-bottom: 15px;
	padding: 0;
	background: url(../product/ophthalmology/images/bg_titlesht_02.jpg) no-repeat left top;
	width: 310px;
	height: 55px;
	font-size: 16px;
}
	.version02 h4.h4short span,
	.version02 h4.h4short02 span {
		display: block;
		padding: 7px 0 0 31px;
		line-height: 1.3;
	}

	.version02 h4.h4short a,
	.version02 h4.h4short02 a {
		color: #333333;
		
	}
	
	.version02 h4.h4short a:hover,
	.version02 h4.h4short02 a:hover {
		text-decoration: none;
		
	}


/*---タイトル　青下線---*/
.version01 h4,
.version02 h5,
.version03 h3 {
	font-size: 15px;
	margin-bottom: 13px;
	border-bottom: 1px solid #004BAF;
}
.version01 h4 a,
.version02 h5 a,
.version03 h3 a {
	color: #333333;
	
}
.version01 h4 a:hover,
.version02 h5 a:hover,
.version03 h3 a:hover {
	color: #004BAF;
	text-decoration: none;
	
}

/*---タイトル　灰下線---*/
.version02 h6 {
	font-size: 14px;
	margin-bottom: 13px;
	border-bottom: 1px solid #C8C8C8;
}
.version02 h6 a {
	color: #333333;
}
.version02 h6 a:hover {
	color: #333333;
	text-decoration: none;
}



/*---リスト設定---*/
#main ul,body.contact ul {
	list-style-type: none;
}
#main ul li,body.contact ul li {
	background-image: url(../common/ic_blueCircle.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}

#main ol {
	list-style-position: outside;
	margin-left: 26px;
}

#main ul.noIcon li {
	background-image:none;
	padding-left: 0px;
}

#main ul.grayIcon li {
	background-image: url(../common/ic_grayTrigona.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}

#main ul.grayIcon li.subtitle {
	background-image: url(../common/ic_blueSquareM.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	font-size:15px;
}

/*---コンテンツ文字設定---*/
.fontFocus {
	color: #004BAF;
}

/*---フレーム---*/
.frame {
	border: 1px #C8C8C8 solid;
	padding: 1px;
}
.frame .gradation {
	width: 621px;
	background-image: url(../common/bg_request.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 0px;
}
.frame .gradation ol {
	padding: 10px 10px 0px 10px;
}


/*---資料請求・お問い合わせ箇所---*/
table.request {
	width: 621px;
	background-image: url(../common/bg_request.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 0px;
}
table.request th {
	text-align: left;
	padding: 12px 10px 7px 10px;
}
table.request td {
	padding-left: 20px;
}
table.request td.pl0 {
	padding-left: 0px;
}
table.request td.first {
	padding-top: 5px;
}
table.request td.last {
	padding-bottom: 5px;
}
table.request td.btn {
	text-align: right;
	vertical-align: bottom;
	padding: 0px 15px 5px 0px;
}
.pointer {
	cursor: pointer;
}



/*---画像---*/
.imgFrame {
	border: 1px solid #CCCCCC;
	padding: 4px;
}

/*--追加--*/
.imgFrame02 {
	float: left;
	display: inline;
	border: 1px solid #CCCCCC;
	width: 310px;
	_width: 318px;
	padding: 0 4px 0;
	margin-right: 20px;
	vertical-align: bottom;
}
	.imgFrame02 div {
		display: inline-block;
		*display: inline;
		zoom: 1;
		border-right: 1px solid #ccc;
	}
		.imgFrame02 p {
			display: inline-block;
			*display: inline;
			zoom: 1;
			padding: 3px 0 0;
			margin-bottom: 0 !important;
		}




/*---テーブル---*/
table.pattern01 {
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
}
table.pattern01 th,table.pattern01 td {
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
table.pattern01 th {
	padding: 5px 10px;
	font-weight: bold;
	background-image: url(../common/bg_th.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #FFFFFF;
}
table.pattern01 th.thin {
	padding: 2px 10px;
}
table.pattern01 td {
	padding: 2px 10px;
}
table.pattern01 td.noPadding {
	padding: 2px 0px;
}
table.pattern01 td.noPaddingRight {
	padding: 2px 0px 2px 10px;
}
table.pattern01 th.noLine,table.pattern01 td.noLine {
	border-right-style: none;
}

table.pattern01 td.textcenter {
text-align:center;
}

table.pattern01 td.fontbold {
font-weight:bold;
}

table.pattern01 td.BaseLine {
vertical-align:bottom;
}


table.pattern02 th {
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	background-image: url(../common/ic_blueSquareM.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
}



table.pattern03 {
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
}
table.pattern03 th,table.pattern03 td {
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
table.pattern03 th {
	padding: 5px 10px;
	font-weight: bold;
	background-image: url(../common/bg_th.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #FFFFFF;
	text-align:center;
	line-height:1.2em;
	
}
table.pattern03 th.thin {
	padding: 2px 10px;
}
table.pattern03 td {
	padding: 2px 10px;
}
table.pattern03 td.textcenter{
text-align:center;
}

table.pattern03 td.bgRed{
background-color:#FFE1EA;
}

table.pattern03 td.fontRed{
color:#CC0033;
}
table.pattern03 td.textCenter{
vertical-align:middle;
}


/*ハーグストレイトアプラネーショントノメータAT900D*/
table.pattern04 {
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
}
table.pattern04 th,table.pattern04 td {
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
table.pattern04 th {
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	text-align:center;
	line-height:1.2em;
	
}
table.pattern04 th.thin {
	padding: 2px 10px;
}
table.pattern04 td {
	padding: 2px 10px;
}
table.pattern04 td.textcenter{
text-align:center;
}


table.pattern04 td.fontBlue{
color:#004BAF;
}
table.pattern04 td.textCenter{
vertical-align:middle;
}





/*-ページトップ-*/
.pagetop {
	margin: -15px 0px 15px 0px;
	text-align: right;
	clear: both;
}


/*------フッタ------*/
#wrapper02 {
	height: 55px;
	background-image: url(../common/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear:both;
}
#footer {
	width: 850px;
	margin: 0px auto;
	clear: both;
}


address {
	font-style: normal;
	color: #666666;
	font-size: 10px;
	margin-top: 10px;
	float:left;
}
address img {
	vertical-align: middle;
	margin-right: 8px;
}
address a {
	color: #666666;
	text-decoration: none;
}
address a:hover {
	text-decoration: none;
}

#footer ul.footerNavi {
	margin-top: 19px;
	list-style-type: none;
	float: right;
}
#footer ul.footerNavi li {
	float:left;
}

