.ico-new {
	background: url(/img/icons1.png) no-repeat -210px -319px;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 7px; 
	position: absolute; 
	top: 5px; 
}

menu .ico-new { top: 21px; }

.comm .menu-icon {
	background: url(/img/subpage/menu_icons.png) no-repeat;
	width: 50px;
	height: 49px;
	top: 5px; 
	left: 12px;
	position: absolute;
}
.comm nav menu .icon-notice { background-position: -0px -0px; }
.comm nav menu .icon-orderplan { background-position: -50px -0px; }
.comm nav menu .icon-news { background-position: -100px -0px; }
.comm nav menu .icon-files1 { background-position: -150px -0px; }
.comm nav menu .icon-files2 { background-position: -200px -0px; }
.comm nav menu .icon-free { background-position: -250px -0px; }
.comm nav menu .icon-job { background-position: -300px -0px; }
.comm nav menu .icon-scs { background-position: -350px -0px; }
.comm nav menu .icon-intro { background-position: -400px -0px; }
.comm nav menu .icon-faq { background-position: -450px -0px; }
.comm nav menu .icon-qna { background-position: -500px -0px; }
.comm nav menu .icon-terms { background-position: -550px -0px; }
.comm nav menu .icon-privacy { background-position: -600px -0px; }

.v-ttl:before {
	content: '';
	display: inline-block;
	background: url(/img/icons1.png) no-repeat;
	background-position: -123px -82px;
	width: 10px;
	height: 8px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.v-ttl {
	margin-bottom: 5px;
	font-weight: 600;
}
.v-ttl.black:before { background-position: -133px -82px; }
.v-ttl.green:before { background-position: -143px -82px; }

.comm {
	width: 1250px;	
	min-height: 900px;
	margin: 0 auto;
	position: relative;	
}
.comm:after { 
	content: ''; 
	display: block;
	clear: both;
}

.comm nav.nofix  { position: absolute; 	}
.comm nav {
	position: fixed; 
	top: 154px; 
	width: 200px;
	margin-left: 1050px;
	float: right;	
	font-size: 15px; 
}

.comm .nav-ttl {
	color: #fff;	
	background: #2c6ec6; 
	padding: 42px 0;
	font-size: 18px; 
	text-align: center; 
	position: relative;
}
.comm .nav-ttl:before { 
	content: '';
	display: inline-block; 
	background: url(/img/icons1.png) no-repeat -586px -637px; 
	width: 43px; height: 37px; 
	position: absolute; 
	bottom: 0px;
	left: 0px;
}
.comm .nav-ttl:after { 
	content: '';
	display: inline-block;
	background: url(/img/icons1.png) no-repeat -586px -637px; 
	width: 43px; height: 37px; 
	position: absolute; 
	top: 0px;
	right: 0px;
	transform: rotate(180deg);
}
.comm .nav-ttl a { color: #fff; text-decoration: none; }

.comm .nav-ttl + menu { margin-top: 0; border-top: none; }

.comm nav menu { 	
	margin-bottom: 15px; 
	border: solid 1px #ccc;
	background-color: #fff;
}
.comm nav menu a:last-child { border-bottom: none; }
.comm nav menu { 
	position: relative; 
	text-align: center; 
} 

.comm menu i.icons1 { 
	display: inline-block; 
	position: absolute;
}
.comm nav menu a { 
	color: #111; 
	display: block; 
	padding: 15px 0; 
	text-decoration: none; 
	position: relative;
	border-bottom: solid 1px #eee;
}
.comm nav menu a.selected { font-weight: bold; color: #0E497D; }
.comm nav menu a:hover { background: #f5f5f5; }
.comm nav menu a[selected] { 
//	font-weight: 600;
	font-size: 20px;
}
.comm nav menu a[selected]:before {
	content: '';
	background: url(/img/icons1.png) no-repeat -279px -14px; 
	width: 6px; 
	height: 9px; 
	margin-left: -55px; 
	position: absolute; 
	top: 25px; 
	opacity: 0.5;
}

.comm nav .ads { float: left; width: 100%; margin-top: 15px; }
.comm nav .ads li { vertical-align: top; margin-bottom: 15px; }
.comm nav .ads li ins { vertical-align: top; }
.comm nav .ads li iframe { vertical-align: top; }

.comm-bd {
	width: 1003px; 
	position: relative; 
	float: left;	 
	margin: 50px 0; 	
	padding-left: 23px;
}

.comm-bd h1 { padding-left: 52px; display: inline-block; margin-top: 10px; padding-bottom: 40px; }
.comm-bd h1 i.icons1 { position: absolute; left: 0px; }

.comm-bd .box {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px; 
//	border: solid 1px #ccc; 
	background-color: #fff; 
//	box-shadow: 5px 5px 15px 1px #ddd; 
//	-webkit-box-shadow: 5px 5px 15px 1px #ddd; 
}

.comm-bd .bt-btns {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px; 
}
.comm-bd .bt-btns .flat-button { margin-left: 25px; }
.comm-bd .bt-btns .flat-button:first-child { margin-left: 0; } 

.comm-bd .bt-ads { text-align: center; margin-top: 70px; margin-bottom: 70px; }

.comm-ad {
	position: fixed;
	display: block;
	top: 150px;
	margin-left: 1350px;
	width: 180px;
}

.comm-bd .tabs:not(.button) .btns li { font-size: 15px; padding: 10px 30px; text-align: center; }


