@charset "utf8";
/* Notice */
.ntc {
	width: 640px;
	height: 80px;
	background-color: #F00;
	border: 4px solid #FFF;
	border-radius: 24px;
	display: inline-block;
	clear: both;
	margin: 0px auto 20px;
	display: block;
}
.ntc:hover {
	opacity:0.5;
}
.ntc_txt {
	width:520px;
	height:66px;
	color: #fff;
	padding: 9px 15px 5px 105px;
	background: 22px 8px / 71px 63px no-repeat url("../img/cmn/ntc_tri.png");
	display:block;
}
/* download list */
h2 {
	font-weight: 400;
	margin: 0 20px 10px;
	font-size:18px;
	text-align: right;
	color: #333;
}
.gll {
	float: left;
	height: auto;
	clear: both;
	width: 778px;
	margin-bottom:1em;
	padding: 10px;
	border-radius: 1.5em;
	border: 2px solid rgb(255, 255, 255);
	box-sizing: border-box;
	background-image:url("../img/cmn/bg_dot02.png");
	background-attachment: scroll;
	-webkit-background-size: 10%;
	background-size: 5%;
	background-position: 0% 0%;
	background-repeat: repeat;
}
.logo_app_cm {
	float: left;
	width: 100px;
	height: auto;
	margin: 0px 15px 0px 40px;
	display: block;
	clear:both;
}
.logo_app_cm img {
	width: 100px;
	height: 100px;
}
.info_text {
	font-size: 22px;
	width: 599px;
	float: right;
	color: #333;
	font-weight: 600;
	margin:5px 0px;
	display: block;
	text-align: left;
}
.app_link {
	float: left;
	width: auto;
	height: 55px;
	margin: 13px 20px 0px 0px;
	display: block;
}
.app_link img {
	width: auto;
	height: 55px;
}
.app_link a:hover img { opacity: 0.8; }

