#mainInner {
	padding-top:22px;
}
#cont {
	width: 100%;
}
.pageTitle {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.subTitle {
	font-size: 26px;
	margin: 40px 0;
}
.productWrap {
	zoom: 1;
	overflow: hidden;
}
.productPhoto {
	float: right;
	margin:4px 0 0 40px;
	padding-right: 120px;
}
.product {
	margin-right: 180px;
}
.selectProduct {
	margin-bottom: 40px;
	font-size: 16px;
}
.selectProduct li {
	margin-bottom: 10px;
}
.selectProduct a {
	background: url(../images/bg_sp.gif) no-repeat 0 50%;
	padding-left: 40px;
}
.selectProduct a:hover,
.selectProduct a.active {
	background: url(../images/bg_sp_active.gif) no-repeat 0 50%;
}
.tabs {
	zoom: 1;
	overflow: hidden;
	margin-bottom: 40px;
}
.tabs li {
	float: left;
	margin-left: 35px;
}
.tabs li:first-child {
	margin-left: 0;
}
.tabs a {
	padding-left: 24px;
	background: url(../images/bg_tabs.gif) no-repeat 0 50%;
}
.tabs a:hover,
.tabs a.active {
	background: url(../images/bg_tabs_active.gif) no-repeat 0 50%;
}
.appIcons {
	zoom: 1;
	overflow: hidden;
	margin: 0 0 80px;
	font-size: 12px;
}
.appIcons li {
	float: left;
	text-align: center;
	width: 117px;
}
.appIcons li a {
	display: block;
	text-align: center;
}
.appIcons li img {
	display: inline-block;
}
.appIcons li span {
	padding: 7px 0;
	text-align: center;
	display: inline-block;
}
.textAreaBlock {
	font-size: 12px;
}
.textAreaBlock p {
	margin-bottom: 1em;
}
.decimalList {
	margin:0 0 40px 1.5em;
}
.decimalList li {
	list-style: decimal;
	margin-bottom: 1em;
}


/*popup*/
#overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

.popup {
	position: absolute;
	left: 50%;
	background: #fff;
	width: 600px;
	padding: 15px;
	z-index: 20000;
	opacity: 1.0 !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display:none;
}
.pop_cont {
	height: 300px;
	margin: 10px 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.popup h4 {
	font-size: 200%;
	font-weight: bold;
	line-height:60px;
	padding-left:70px;
	padding-bottom:10px;
	border-bottom:1px solid #C1C1C1;
	position:relative;
}
.popup h5 {
	font-size: 140%;
	margin: 10px 0 20px 20px;
}
.popup h4#icon_es {	background:url(../images/icon_es.png) no-repeat 0 0;}
.popup h4#icon_gp {	background:url(../images/icon_gp.png) no-repeat 0 0;}
.popup h4#icon_fe {	background:url(../images/icon_fe.png) no-repeat 0 0;}
.popup h4#icon_fb {	background:url(../images/icon_fb.png) no-repeat 0 0;}
.popup h4#icon_gr {	background:url(../images/icon_gr.png) no-repeat 0 0;}
.popup h4#icon_np {	background:url(../images/icon_np.png) no-repeat 0 0;}
.popup h4#icon_ps {	background:url(../images/icon_ps.png) no-repeat 0 0;}
.popup .pop_txt {
	margin: 0 20px 30px;
	font-size: 14px;
}
.popup .region {
	margin: 0 auto;
	border-top: 1px solid #C1C1C1;
	padding-top: 20px;
}
.popup .features {
	margin: 0 20px 30px;
}
.popup .features ul li {
	margin-bottom: 6px;
	padding-left: 1em;
	text-indent: -0.6em;
}
.popup .re_ttl {
	font-size: 14px;
	float: left;
	margin-left: 20px;
	line-height: 2.4em;
}
.popup form {
	position: relative;
}
.popup input {
	padding: 5px 10px 5px 20px;
	margin-left: 10px;
	cursor: pointer;
	background: #F0F0F0 url(../images/openwin.png) no-repeat 5px 7px;
	position: absolute;
	right: 20px;
	width: 180px;
}
.popup select {
	height: 30px;
	padding: 5px 10px;
	margin-left: 10px;
}
a.close_btn {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
}
.pop_note {
	text-align: center;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
}
.popup .no_border {
	border-top: none;
}



@media screen and (max-width: 667px) {
	
	a.nolink {
		color: #ccc !important;
	}
	
	.introWrap {
		margin: 0 10px;
	}
	.pageTitle {
		font-size: 26px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.subTitle {
		font-size: 26px;
		margin: 0 0 20px;
	}
	.tabs {
		margin: 10px;
		padding-bottom: 20px;
		font-size: 18px;
	}
	.appIcons {
		margin: 10px;
	}
	.appIcons li {
		width: 50%;
		float: left;
	}
	.appIcons img {
		width: 80%;
		height: auto;
	}
	.decimalList {
		margin-bottom: 40px;
		margin-left: 1.5em;
	}
	.productPhoto {
		width: 60%;
		margin: 20px auto 0;
		padding:0;
		float: none;
		text-align: center;
	}
	.productPhoto img {
		width: 100%;
		height: auto;
	}
	.product {
		margin-right: 0;
	}
	.selectProduct {
		clear: both;
		float: none;
		font-size: 14px;
	}
}
