@charset "utf-8";
/* CSS Document */

body{
	background-color: #fff;
	font-size: 100%;
}
#content{
	position: relative;
	width: 100%;
	background-color: #fff;
	
	user-select: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     -o-user-select: none;
}
.pj_top a{
	display: block;
	float: right;
	margin: 1em 1em 0;
	padding: 4px 12px;
	font-size: 12px;
	line-height: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.pj_top a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
}
.title{
}
.title h1{
	display: block;
	padding: 10px 10px 8px 10px;
	margin: 8px 0;
	font-size: 120%;
	/*float: left;*/
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	text-align: left;
}
.title h2{
	display: none;
}

.lensSelect{
	float: right;
	background-color: #3f4f96;
	padding: 4px 0;
}

.lensSelect select{
	display: block;
	border: 1px solid #aaa;
	/*width: 240px;*/
	padding:2px 4px 2px 4px;

	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	color: #fff;
	background-color: #d2a337;
}
#model{
	display: none;
}
#calculator{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	margin: 0 auto;
	position: relative;
	/*padding: 8px;*/
	max-width: 1000px;
	min-width: 300px;
	font-size:80%;
}
#instImage{
	float: left;
	display: none;
}
#calculator .inner{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
	padding:8px;
}
#calculator h3{
	display: none;
}
h1,h2{
	font-size:120%;
	font-weight:normal;
	line-height:100%;
	padding:0;
	margin:0;
}
h3,h4,h5{
	font-size:100%;
	font-weight:normal;
	line-height:100%;
	padding:0;
	margin:0;
}

hr {
	height: 0;
	margin: 1em 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	border-top: 1px solid #aaa;
}

#title1{
	font-size: 200%;
	font-weight:normal;
	line-height:100%;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 32px;
	padding: 12px 0 24px 0;
}
#title2{
	float: left;
	font-size: 200%;
	display: block;
	margin: 0;
	padding: 0;
	height: 64px;
	line-height: 64px;
}
ul.content{
	background-color: #6d7792;
}

ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
}
th{
	font-weight:normal;
}
select{
}
input,select,lable,textarea {
	margin: 0;
	padding: 0;
}
input{
	background-color: #d2a337;
	color: #fff;
	border: 1px solid #aaa;
	font-weight: bold;
}
#screenSize,#distance{
	font-size: 180%;
	text-align: center;
	width: 60px;
}
.common_input{
	border: 1px solid #bebebe;
	background-color: #f3f3f3;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}
.input_inner{
	background-color: #3f4f96;
	color: #fff;
	padding: 8px;
	margin-bottom: 8px;
}
.output_inner{
	background-color: #c3c3c3;
	padding: 10px;
	margin-bottom: 10px;
}

.input1{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 10px 10px 0 10px;
}
.input2{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 10px 10px 0 10px;
}
.outputArea2{
	display: block;
	overflow: hidden;
	background-color: #C3C3C3;
	padding: 8px;
	margin-bottom: 8px;
}
.outputArea2 h2{
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

.koumoku{
	float: left;
	padding-right: 10px;
	padding-left: 0;
	padding-bottom: 2px;
	padding-top: 8px;
	display: block;
	text-align: left;
	background-color: #3f4f96;
	line-height: 140%;
	font-size: 90%;
}
.koumoku_m{
	float: left;
	padding-right: 10px;
	padding-left: 0;
	padding-bottom: 2px;
	padding-top: 10px;
	display: block;
	text-align: left;
	background-color: #3f4f96;
	line-height: 140%;
}

.scnSizeLabel{
	float: left;
	padding: 12px 1em 2px 0;
	display: block;
	text-align: left;
	background-color: #3f4f96;
	line-height: 140%;
}
.koumoku2{
	float: left;
	padding: 4px 0.5em 0 0;
	display: block;
	text-align: left;
	font-size: 90%;
	background-color: #c2c2c2;
	line-height: 110%;
}
.suuchi{
	float: right;
	padding: 4px 0;
	display: block;
	/*text-indent: 1em;*/
	background-color: #3f4f96;
	line-height: 120%;
	font-size: 90%;
}

.output_inner .suuchi{
	float: right;
	padding: 3px 0 3px 4px;
	display: block;
	margin-top: 6px;
	/*text-indent: 1em;*/
	background-color: #c2c2c2;
}
.input2_scnSize{
	font-size:90%;
	padding : 0 4px 4px 0;
	overflow: hidden;
}
.input2_scnSize .suuchi{
	padding: 0;
}
.suuchi input{
	width: 3em;
	padding: 2px 4px;
	margin: 0 2px;
	text-align: right;
	font-size: 130%;
}
.outputArea{
	float: right;
	padding-right: 0;
	padding-left: 12px;
	padding-bottom: 4px;
	display: block;
	background-color: #c3c3c3;
	overflow: hidden;
}
#tab2 .outputArea{

}

.radio-inline{
	float: left;
	display: block;
}
.output{
	padding: 4px 2px 3px 2px;
	margin-top: 3px;
	font-weight: bold;
	float: left;
	min-width: 2em;
	text-align: center;
	background-color: #dddedf;
	border-top: 1px solid #b3b4b5;
	border-left: 1px solid #b3b4b5;
	border-right: 1px solid #ededee;
	border-bottom: 1px solid #ededee;
	/*border-bottom: 4px solid #e1c383;*/
}

.outputSmall{
	padding:4px 4px;
	margin: 0 2px;
	margin-top: 4px;
	font-weight: bold;
	background-color: #152b89;
	border-right: 1px solid #6070af;
	border-bottom: 1px solid #6070af;

	float: left;
	-moz-box-shadow: 1px 1px 1px 1px rgba(19,35,105,1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(19,35,105,1)  inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(19,35,105,1)  inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(19,35,105,1)  inset;
	
}
.outputSmall2{
	padding: 4px 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0;
	font-weight: bold;
	float: left;
	margin-top: 1px;
}
.kekka{
	display: block;
	position: relative;
	overflow: hidden;
}
.kekka th{
	text-align: right;
}
.kekka td{
	padding-left: 1em;
}
.input1 .kata{
	margin: 10px 4px 0 2px;
	float: left;
	font-size: 80%;
}
.input2 .kata{
	margin: 10px 4px 0 2px;
	float: left;
	font-size: 90%;
}
.scrSize{
	display: block;
	padding-top: 2px;
	overflow: hidden;
	padding-left:1em;
}
div.note{
	margin: 0;
	font-size: 70%;
	text-indent: -1em;
	padding-left: 1em;
	color: #666;
}

.tab{
	overflow: hidden;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.tab li{
	background: #fff;
	padding: 0.5em 0;
	float: left;
	text-align: center;
	width: 50%;
	color: #666;
	font-size: 90%;
	border: none;
	padding: 10px 0 4px 0;
	border-top: 7px solid #fff;
	background: #6d7792;
	padding: 0.5em 0;
	float: left;
	text-align: center;
	color: #fff;
	border: none;
	padding: 10px 0 4px 0;
	border-top: 7px solid #fff;
}
.tab li.select{
	color:#000;
	background:#f3f3f3;
	width: 50%;
	padding:10px 0;

	border-top: 1px solid #bebebe;

}
.tabSmall li{
	background:#f3f3f3; padding:0.5em 0; float:left;
	text-align: center;
	width: 50%;
	color: #333;
	font-size:90%;
	border: none;
	padding:6px 0 4px 0;
	border-top: 8px solid #f3f3f3;
}
.tabSmall li.select{
	color:#000;
	background:#c3c3c3;
	width: 50%;
	padding:14px 0 6px 0;
	color: #333;
	border: 0;
}
.tabSmall li{
	font-size:70%;
}
#minScnSize,#maxScnSize{
	font-size:200%;
	font-weight: bold;
}
.hide {display:none;}

#scnSizeBar{
	margin-top: 4px;
	margin-left: 0;
}
.scnSizeArea{
	padding-top: 0;
	padding-bottom: 8px;
	background-color: #3f4f96;
	display: block;
	margin-top: 8px;
}

#distanceBar{
	margin: 4px 0.5em 6px 0;
}

.items{
	background: url(images/dot_line.gif) repeat-x center;
	position: relative;
	display: block;
	overflow: hidden;
}
.output_inner table{
	font-size: 70%;
}
.output_inner table tr{
	border-top: 1px solid #000;
}
.output_inner td{
	padding: 1px 4px;
	text-align: center;
	border-top: 1px solid #ddd;
	text-align: center;
	width: 35%
}
.output_inner td:last-child, .output_inner tr.small td:last-child {
	background-color: #f0f0f0;
}
.output_inner tr th.center:last-child{
	border-right: 1px solid #dddedf;
}
.output_inner tr th.center:first-child{
	border-left: none;
}
.output_inner tr.small th{
	/*padding: 0px 8px 2px 8px;
	text-align: right;*/
	border: none;
	font-size: 80%;
}
.output_inner tr.small td{
	/*padding: 0px 8px 2px 8px;*/
	text-align: center;
	/*font-size: 80%;*/
	border: none;
}

.output_inner td span{
	font-size: 140%;
	line-height: 120%;

}
.output_inner th{
	text-align: right;
	padding: 2px 6px 2px 0;
	border-top: 1px solid #ddd;
	font-size: 100%;
}
.output_inner th.center{
	text-align: center;
	padding-bottom: 1px;
	border: none;
	border-left: 1px solid #dddedf;
	
/*
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
*/
}
.output_inner tr{
	border-bottom: 1px solid #000;
}
.output_inner .output1{
	font-weight: normal;
	padding: 4px 0;
	margin: 4px 0;
}
.output_inner .items{
	background: url(images/dot_line2.gif) repeat-x center;
	position: relative;
	display: block;
	overflow: hidden;
}
.output_inner .koumoku{
	background-color: #c3c3c3;
}
.radioBtn{
	display: block;
	overflow: hidden;
	background-color: #3f4f96;
	float: right;
	width: 220px;
}
.radioBtn input{
	display: none;
}
.radioBtn label{
	display: block;
	float: left;
	cursor: pointer;
	width: 55px;
	margin: 2px;
	padding: 4px 5px;
	border: 2px solid #bababa;
	background: #f3f3f3;
	/*color: #525252;*/
	color: #666;
	text-align: center;
	line-height: 1;
	transition: .2s;
	background-position: center;
	font-size:90%;

}
.radioBtn input[type="radio"]:checked + label {
	/*background-color: #fef0cd;
	border: 2px solid #d2a63d;*/
	background-color: #d2a63d;
	background-image: url(images/radio_back.png);
	background-position: center;
	color:#fff;
}
.instImageSmall img{
	width: 100%;
	display: block;
}
.outputAreaSub{
	border: 1px solid #a8a8a8;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	background-color: #dddedf;
}
.outputAreaSub h2{
	color: #000;
	padding: 8px 4px;
}
.outputAreaSub .items{
	background: none;
	margin: 4px 4px;
	background-color: #dddedf;
	border-bottom: 1px solid #aaa;
}
.outputAreaSub .koumoku{
	background-color: #dddedf;
}
.outputAreaSub .koumoku2{
	background-color: #dddedf;
}
.outputAreaSub .suuchi{
	background-color: #dddedf;
}
.printBtn a{
	float: right;
	margin: 0 4px 8px 4px;
	background-color: #fff;
	padding: 2px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	
}
.printBtn span{
	font-size:12px;
	margin:3px 0 0 4px ;
	display: block;
	float: right;
}
.printBtn a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
}

.btn{
	background-color: #3f4f96;
	float: right;
	display: none;
	padding: 4px 4px;
	color: #fff;
	margin-top: -4px;
	margin-bottom: 4px;
	border: 1px solid #132369;
}

.title h3, .spec ,.title #date{
	display: none;
}


.output_inner table {
	border-collapse: separate;
	border-spacing: 3px;
	text-align: center;
}
.output_inner td{
	background-color: #dddedf;
}
.mgn-{
	margin-top: -18px;
}
.mgn- table{
	margin: -15px 0 0 0;
}
.pt_txt{
	display: none;
}
/* print kari */
/* ************************************************************* */

/* ************************************************************* */




@media all and (min-width: 1024px) {
.title{
	margin: 17px auto 7px auto;
	position: relative;
	width: 980px;
	height: 35px;
	background: url(../images/title_back.png) repeat-x;
}
.title h1{
	display: block;
	float: left;
	overflow: hidden;
	height: 35px;
	color: #3f4f96;
	background-color: #fff;
	padding: 0 20px 0 0;
	margin: 0;
	text-align: left;
	border-top: none;
	border-bottom: none;
	line-height: 35px;
}
.title h2{
	display: block;
	float: right;
	overflow: hidden;
	width: 153px;
	height: 35px;
	background: url(../images/title2.png) no-repeat;
	font-size:10px;
	text-indent: -999px;
}
	
#calculator{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 352px;
	float: right;
	background-color: #fff;
	min-width:360px;
	margin-top: -50px;
}
#calculator .inner{
	min-width:380px;
}

.input1{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 10px 10px 0 10px;
	margin-bottom: 5px;
	border-right: 5px solid #6d7792;
	border-left: 1px solid #bebebe;
	min-height: 360px;
}
.input2{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 10px 10px 0 10px;
	margin-bottom: 5px;
	border-left: 5px solid #6d7792;
	
	border-right: 1px solid #bebebe;
}

.tab li{
	background:#6d7792; padding:0.5em 0; float:left;
	text-align: center;
	/*width: 180px;*/
	color: #fff;
	border: none;
	padding:10px 0 4px 0;
	border-top: 7px solid #fff;
}
.tab li.select{
	color: #000;
	background: #f3f3f3;
	/*width: 178px;
	border-right: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;*/
	padding: 10px 0;
	background: url(images/tab_select_background.png) repeat-y;
}
	
.instImageSmall img{
	width: 100%;
	display: none;
}
#instImage{
	float: left;
	display: block;
	margin-bottom: 1em;
}
#content{
	position: relative;
	min-width: 1004px;
	width: 1004px;
	margin: 20px auto 20px auto;
	padding: 0 20px 20px 20px;
	border: 1px solid #dedede;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 12px #aaa;  
	-webkit-box-shadow: 0px 0px 12px #aaa; 
}	
	
}

@media print{
/* ************************************************************* */
html,body{
	font-size:18px;
	background-color: #fff;
	line-height: 100%;
}
header.cf{
	display: none;
}

div#footer{
	background-color: #fff;
	width: 800px;
	padding: 0;
	margin: 0;
}
div#footer p{color: #aaa; text-align: center; margin-top: 2em;}
div#container{ width: 100%;}

.title h1{
	display: block;
	padding: 16px 10px 8px 10px;
	font-size: 100%;
}
.title h2{
	display: none;
}
.title #date{
	display:block;
	position: absolute;
	font-size:10px;
	color:#000;
	top:20px;
	right: 20px;
	
}
.title h3{
	display: block;
	font-size: 16px;
	margin: 1em;
}
#calculator{
	border: 1px solid #888;
	background: none;
	border-radius: 8px;
	padding: 14px 8px;
	width: 90%;
	margin: 0 auto;
	font-size:70%;
}
input{
	font-family : inherit;
}
.suuchi, .output_inner, .output_inner .items,
.output_inner .koumoku, .koumoku2,
.output_inner .suuchi, .outputArea, .output
{
	background: none;
}

.common_input{
	border: none;
	background-color: #fff;
	margin: 0;
	padding: 4px 8px;
	margin-bottom: 4px;
}
#calculator h3{
	display: block;
	margin: 4px 8px 4px 8px;
	padding: 4px;
	border-bottom: 1px solid #000;
	font-size: 120%;
	width: 90%;
	margin: 0 auto;
}
#calculator h3.mgn1{
	width: 90%;
	margin: 12px auto 0 auto;
}
.input_inner{
	background-color: #fff;
	color: #000;
	border: none;
	padding:0;
	margin: 0 auto;
	width: 80%;
}

.radioBtn{width: 40%; background: none; margin: 0; padding: 0;}
.radioBtn label{
	display: none;
}
.radioBtn input[type="radio"]:checked + label {
	width: 100%;
	display: block;
	float: right;
	background-color: #fff;
	border: none;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
.radioBtn label{
	font-size: 90%;
}
.output_inner .suuchi{
	padding: 0;
	margin: 0;
	background: none;
	line-height: 100%;
	width: 40%;
	text-align: center;
	
}
.suuchi input{
	font-size: 100%;
	font-weight: normal;
	margin: 0 0.2em 0 0;
	padding: 0;
	width: 3em;
}
.suuchi{
	width: 43%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#screenSize,#distance{
	font-weight: normal;
	font-size: 120%;
	text-align: right;
	margin: 0 0.2em 0 0;
	padding: 0;
	width: 3em;
}

input{
	border: none;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.items, .scrSize{
	background:none;
	margin-top: 0.5em;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #aaa;
	clear: both;

}
.scrSize{
	padding-left:0;
}
.koumoku, .koumoku_m, .koumoku2, .scnSizeLabel, span.smaller{
	background: none;
	line-height: 140%;
	font-size: 90%;
	margin: 0;
	padding: 0;
}
.outputArea, .output, .input1 .kata, .outputSmall{
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.output, .output2, .outputSmall{
	margin-right: 0.2em;
}
.output2{
	font-size: 90%;
}

.input1{
	border: none;
	background: none;
	margin: 0;
	padding: 4px 8px;
	margin-bottom: 12px;
}
.input2{
	border: none;
	background-color: #fff;
	margin: 0;
	padding: 4px 8px;
	margin-bottom: 4px;
}

#scnSizeBar,#distanceBar{display: none;}
/*.input1{border-bottom: 1px solid #ccc;}
.outputArea2{border-bottom: 1px solid #ccc;}*/

.tab{
	margin: 0;
	padding: 0;
	width: 100%;
}
.tab li{display: none; float: none;}
.tab li.select{
	display: block;
	border: none;
	background: none;
	font-weight: normal;
	margin: 4px auto;
	padding: 4px;
	border-bottom: 1px solid #000;
	font-size: 120%;
	text-align: left;
	width: 90%;
}
ul.content{
	background: none;
}

.scnSizeArea{
	background: none;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.outputSmall, .output{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	background: none;
	border: none;
	font-weight: normal;
}
.output_inner, div.note{
	width: 80%;
	margin: 0 auto;
	font-size: 70%;
}

.output_inner .items{
	background:none;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #aaa;
	clear: both;
}

.outputblock{
	float: right;
	width: 25%;
	text-align: center;
}
.spec{
	display: block;
	margin: 24px 0 0 0;
}
h3{
	display: block;
	font-size:14px;
	margin: 24px 1em 1em 1em;
}
.demension{
	width: 90%;
	padding: 8px;
	margin: 0 auto;
	overflow: hidden;
}
.specImage{
	margin: 0 auto;
	border: 1px solid #888;
	background: none;
	border-radius: 8px;
	padding: 8px;
	width: 90%;
	text-align: center;
}
.specImage img{
	width: 50%;
	margin: 0 auto;
}
.left{float: left;}
.right{float: right;}
.specImage span{font-size: 12px; margin-top: 8px;}

.scnSizeLabel{
	padding: 0;
	margin: 0;
	line-height: 160%;
	font-size: 90%;
}

.output_inner br{
	display: none;
}
.output_inner table{
	font-size: 90%;
	margin-top: -12px;
	border-spacing: 0;
}

.output_inner .output1{
	font-size:90%;
	font-weight: normal;
}
.output_inner td{
	text-align: center;
	font-size: 100%;
	border-top: none;
	border-bottom: 1px solid #aaa;
	width: 20%;
	background: none;
	padding: 4px 0;
}
.output_inner td:last-child {
 	border-left: 1px solid #aaa;
} 
.output_inner tr.small th{
	font-size: 90%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #aaa;
}
.output_inner tr.small td{
	text-align: center;
	font-size: 100%;
	border: none;
	border-bottom: 1px solid #aaa;
	
}
.output_inner tr.small td:last-child {
 	border-left: 1px solid #aaa;
} 
	

.output_inner td span{
	font-size: 100%;
	line-height: 100%;
	border: none;
	width: 25%;
}
.output_inner th{
	text-align: left;
	font-size: 100%;
	border: none;
	border-bottom: 1px solid #aaa;
	width: 60%;
	padding: 8px 0;
}
.output_inner th.center{
	text-align: center;
	padding-bottom: 2px;
	border: none;
	border-bottom: 1px solid #aaa;
	display: none;
}
.outputblock2{
	width: 40%;
	float: right;
	text-align: center;
	font-size: 90%;
}
.outputblock2 .outputArea{
	float: none;
	margin: 0 auto;
	display: inline-block;
}
#content{
	position: relative;
	min-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border:none;
	overflow: hidden;
	-moz-box-shadow: none;  
	-webkit-box-shadow: none; 
}
#instImage{
	display: none;
}
.printBtn{
	display: none;
}

.mgn-{
	margin:0 auto;
}
.mgn- table{
	margin: 0 auto;
}
.pt_txt{display: inline;}


.lensSelect{
	float: right;
	background: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 40%;
}
.lensSelect select{
	background:none;
	border: none;
	color: #000;
	font-size: 14px;
	width: 180px;
	margin: 0;
	padding: 0;
	margin-right: -20px;
	text-align: center;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.lensSelect select::-ms-expand {
    display: none;
}
.spec_unit{
	font-size:12px;
	text-align: right;
	margin-right: 1em;
}
#model{
	display: block;
	text-align: center;
}
.lensSelect select{
	display: none;
}
}
