@font-face {
  font-family: 'icomoon';
  src:  url('../assets/fonts/icomoon.eot?oxxq5j');
  src:  url('../assets/fonts/icomoon.eot?oxxq5j#iefix') format('embedded-opentype'),
    url('../assets/fonts/icomoon.ttf?oxxq5j') format('truetype'),
    url('../assets/fonts/icomoon.woff?oxxq5j') format('woff'),
    url('../assets/fonts/icomoon.svg?oxxq5j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caret-up:before {
  content: "\e908";
  color: inherit;
}
.icon-caret-down:before {
  content: "\e905";
  color: inherit;
}
.icon-book:before {
  content: "\e900";
  color: inherit;
}
.icon-book-close:before {
  content: "\e901";
  color: inherit;
}
.icon-box:before {
  content: "\e902";
  color: inherit;
}
.icon-camera:before {
  content: "\e903";
  color: inherit;
}
.icon-camera-classic:before {
  content: "\e904";
  color: inherit;
}
.icon-caret-left:before {
  content: "\e906";
  color: inherit;
}
.icon-caret-right:before {
  content: "\e907";
  color: inherit;
}
.icon-close:before {
  content: "\e909";
  color: inherit;
}
.icon-cogs:before {
  content: "\e90a";
  color: inherit;
}
.icon-file:before {
  content: "\e90b";
  color: inherit;
}
.icon-folder-close:before {
  content: "\e90c";
  color: inherit;
}
.icon-folder-mini:before {
  content: "\e90d";
  color: inherit;
}
.icon-folder-open:before {
  content: "\e90e";
  color: inherit;
}
.icon-login:before {
  content: "\e90f";
  color: inherit;
}
.icon-logout:before {
  content: "\e910";
  color: inherit;
}
.icon-mail:before {
  content: "\e911";
  color: inherit;
}
.icon-note-book:before {
  content: "\e912";
  color: inherit;
}
.icon-pen:before {
  content: "\e913";
  color: inherit;
}
.icon-user:before {
  content: "\e914";
  color: inherit;
}


#header-nav {
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border: none!important;
}
#header-nav li {
	-webkit-flex-grow: 1;
    flex-grow: 1;
    width: 16.666%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0!important;
	padding: 0!important;
	border: none!important;
}
#header-nav li a {
	text-align: center;
	font-size: 1.0rem!important;
	font-weight: 600;
	margin: 0!important;
	border: none!important;
	
	background: #979797;
}
.menu-container > li > a:hover {
    background: #FF9900!important;
  }
.menu-container > li > a:before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 13px;
    left: 50%;
    border-bottom: 3px solid;
    -webkit-transition: all .2s;
    transition: all .2s;
	border: none!important;
  }

.menu-item {
	margin: 0!important;
	width: 100%;
}

#aos-header {
	width: 100%;
	height: 100px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border: none!important;
}
#aos-header h1 {
	width: 280px;
	height: 50px;
	margin: 10px 10px;
}
#aos-header ul.menu-header {
	width: 100%;
    display: flex;
    justify-content: space-between;
	border: none!important;
}
#aos-header ul.menu-header li {
    box-sizing: border-box;
	border-right: 1px solid #454c62;
	display: block;
	flex: 1;
}
#aos-header ul.menu-header li.active a {
	background-color: #3098ab;
}
#aos-header ul.menu-header li a {
	display: block;
	width: 100%;
	text-align: center;
	color:#fff;
	background: #282c3a;
	font-size:1.4rem;
	font-weight: 600;
	letter-spacing:0.1em;
	line-height: 55px;
}
#aos-header ul.menu-header li a i {
	color: #fff;
	font-size: 1.6rem;
	margin-right: 5px;
}
#aos-header ul.menu-header li a:hover {
	background: #3098ab;
}

.grid-view {
	padding: 0 !important;
}

.main {
	background: url("../images/main.png") no-repeat;
	width: 905px;
	height: 300px;
	background-size: cover;
	margin-bottom: 30px;
}

/* Section notice list */
.header-notice {
	margin-top: 25px;
	width: 100%;
}

.header-notice div {
    line-height: 25px;
    font-size: 16px;
    padding: 15px 55px;
    font-weight: 600;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-notice div.product-alert.will-expire {
    color: #333;
	background-color: #FFFF78;
}

.header-notice div.product-alert.had-expired {
    color: #ff0000;
	background-color: #FFB4C3;
}

.header-notice div.product-alert i {
    color: #333;
	cursor: pointer;
}

.header-notice div.product-alert a {
    text-decoration: underline;
    color: #3098ab;
}

.header-notice div.product-alert a:hover {
    color: #ff0c69;
}

a.download-button {
	background: #3098ab;
	border-radius: 4px;
	color:#FFF!important;
	text-shadow:none;
	font-weight: 700;
}
.dwtable {
	border-top: #e7e7e7 1px solid;
}
.dwTitle {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

.dwTitle:before, .dwTitle:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.dwTitle:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.dwTitle:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.meta-label  {
	display: inline-block;
	width: 100px;
	padding: 6px;
	border-radius: 2px;
	margin-right: 5px;
	background: #666;
	text-align: center;
	font-size: 1.0rem;
	color:#FFF;
}


ul.dlm-downloads {
  padding: 0em 0.2em 0.2em 2.3em;
  position: relative;
}

ul.dlm-downloads li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.dlm-downloads li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	left : 1em;
	color: #000;
	font-weight: 900;
}
/*コンテンツ*/
.content-inner {
	padding:3%!important;
}
.flex-column {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* Index page */

#aos-no-permission-warning p {
	font-size: 18px;
	padding: 20px;
	display: block;
}

/* NEW LIST */
#aos-index #content .wrapper .post-list-small {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	padding: 16px;
}

#aos-index #content .wrapper .post-list-small .post {
	width: 31%;
	height: 280px;
	margin-bottom: 4%;
	box-shadow: 2px 2px 4px -2px transparent;
	border: 1px solid #ddd;
	position: relative;
}

#aos-index #content .wrapper .post-list-small .post:not(:nth-child(3n + 3)) {
	margin-right: 3.5%;
}

#aos-index #content .wrapper .post-list-small .post:hover {
	box-shadow: 0px 0px 11px 0px #979797;
}

#aos-index #content .wrapper .post-list-small .post img {
	width: 100%;
	height: 150px;
	cursor: pointer;
	background-color: #EEEEEE;
}

#aos-index #content .wrapper .post-list-small .post div {
	padding: 10px 20px;
	box-sizing: border-box;
}

#aos-index #content .wrapper .post-list-small .post div p {
	max-height: 60px;
	overflow: hidden;
	line-height: 20px;
	margin-top: 5px;
}

#aos-index #content .wrapper .post-list-small .post div:nth-child(2) a {
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 700;
}

#aos-index #content .wrapper .post-list-small .post div:last-child {
	position: absolute;
	bottom: 5px;
	left: 0;
}

#aos-index #content .wrapper .post-list-small .post div:last-child a {
	font-size: 14px;
	font-weight: 500;
}

#aos-index #content .wrapper .post-list-small .post div a:hover,
#aos-index #content .wrapper .post-list-small .post:hover div a {
	color: #3098AB;
}

#aos-index #content .wrapper .post-list-small .post div i {
	color: #333;
	font-size: 14px;
	margin-right: 10px;
}

/* Product List */

#aos-index .breadcumb {
	margin-bottom: 20px;
}

#aos-index .breadcumb p {
	font-size: 16px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

#aos-index .breadcumb p i {
	font-size: 12px;
	margin: 0 5px;
}

#aos-index .breadcumb h3 {
	font-size: 30px;
	letter-spacing: 1px;
}

#aos-index #content {
	padding-right: 340px;
    padding-left: 0;
}

#aos-index #content .product-list-wrapper {
	background-color: #fafafa;
    border: 1px solid #ccc;
	padding: 40px;
	box-sizing: border-box;
}

#aos-index #content .wrapper .heading {
    background-color: #282C3A;
    border-left: 10px solid #3098AB;
	font-size: 18px;
	color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#aos-index #content .wrapper .heading span {
    padding: 10px;
    display: inline-block;
}

#aos-index #content .wrapper .product-list,
#aos-index #content .wrapper .post-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

#aos-index #content .wrapper .product-list {
	margin-bottom: 4%;
}

#aos-index #content .wrapper .product-list .product {
	width: 48%;
	margin-top: 4%;
	box-shadow: 2px 2px 4px -2px #888;
}

#aos-index #content .wrapper .product-list .product:hover {
	box-shadow: 0px 0px 11px 0px #979797;
}

#aos-index #content .wrapper .product-list .product img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

#aos-index #content .wrapper .product-list .product div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	background-color: #EEEEEE;
	padding: 0 20px;
	box-sizing: border-box;
}

#aos-index #content .wrapper .product-list .product div a {
	font-size: 18px;
	font-weight: 700;
}

#aos-index #content .wrapper .product-list .product div a:hover,
#aos-index #content .wrapper .product-list .product:hover a {
	color: #3098AB;
}

#aos-index #content .wrapper .product-list .product div i {
	color: #3098AB;
	font-size: 18px;
}

/* Product Single */
#aos-index #content .wrapper .hero {
	width: 100%;
	margin-bottom: 4%;
}

#aos-index #content .wrapper .hero img {
	width: 100%;
	height: auto;
}

#aos-index #content .wrapper .post-list .post {
	width: 48%;
	height: 300px;
	margin-top: 4%;
	box-shadow: 2px 2px 4px -2px #888;
}

#aos-index #content .wrapper .post-list .post:hover {
	box-shadow: 0px 0px 11px 0px #979797;
}

#aos-index #content .wrapper .post-list .post img {
	width: 100%;
	height: 200px;
	cursor: pointer;
	background-color: #EEEEEE;
}

#aos-index #content .wrapper .post-list .post div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	background-color: #EEEEEE;
	padding: 0 20px;
	box-sizing: border-box;
}

#aos-index #content .wrapper .post-list .post div:last-child {
	background-color: #fff;
}

#aos-index #content .wrapper .post-list .post div:nth-child(2) a {
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#aos-index #content .wrapper .post-list .post div:last-child a {
	font-size: 16px;
}

#aos-index #content .wrapper .post-list .post div a:hover,
#aos-index #content .wrapper .post-list .post:hover div:nth-child(2) a {
	color: #3098AB;
}

#aos-index #content .wrapper .post-list .post div i {
	color: #333;
	font-size: 18px;
	margin-right: 10px;
}

/* Archive page */

#aos-archive .breadcumb {
	margin-bottom: 20px;
}

#aos-archive .breadcumb p {
	font-size: 16px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

#aos-archive .breadcumb p i {
	font-size: 12px;
	margin: 0 5px;
}

#aos-archive .breadcumb h3 {
	font-size: 30px;
	letter-spacing: 1px;
}

#aos-archive #content {
	padding-right: 340px;
    padding-left: 0;
}

#aos-archive #content .wrapper {
	background-color: #fafafa;
    border: 1px solid #ccc;
	padding: 40px;
	box-sizing: border-box;
}

#aos-archive #content .wrapper .heading {
    background-color: #282C3A;
    border-left: 10px solid #3098AB;
	font-size: 18px;
	color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#aos-archive #content .wrapper .heading span {
    padding: 10px;
    display: inline-block;
}

#aos-archive #content .wrapper .post-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

#aos-archive #content .wrapper .post-list .post {
	width: 48%;
	height: 315px;
	margin-top: 4%;
	box-shadow: 2px 2px 4px -2px #888;
}

#aos-archive #content .wrapper .post-list .post img {
	width: 100%;
	height: 200px;
	cursor: pointer;
	background-color: #EEEEEE;
}

#aos-archive #content .wrapper .post-list .post div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	background-color: #EEEEEE;
	padding: 0 20px;
	box-sizing: border-box;
}

#aos-archive #content .wrapper .post-list .post div:nth-child(2) {
	height: 15px;
	padding-top: 15px;
}

#aos-archive #content .wrapper .post-list .post div:nth-child(2) a {
	color: #979797;
}

#aos-archive #content .wrapper .post-list .post div:last-child {
	background-color: #fff;
}

#aos-archive #content .wrapper .post-list .post div:nth-child(2) span,
#aos-archive #content .wrapper .post-list .post div:nth-child(3) a {
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#aos-archive #content .wrapper .post-list .post div:last-child a {
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#aos-archive #content .wrapper .post-list .post:hover {
	box-shadow: 0px 0px 11px 0px #979797;
}

#aos-archive #content .wrapper .post-list .post div a:hover,
#aos-archive #content .wrapper .post-list .post:hover a {
	color: #3098AB;
}

#aos-archive #content .wrapper .post-list .post div i {
	color: #333;
	font-size: 18px;
	margin-right: 10px;
}

/* Sidebar category widget */
#aos-category-widget h2 {
	display: inline-block;
	width: 100%;
	border-left: 4px solid #282c3a;
	background: #3098ab;
	padding: 15px;
	color: #FFF;
	font-size: 1.4rem!important;
	letter-spacing:0.1em;
	margin-bottom: 10px;
}

#aos-category-widget ul li {
	font-size: 16px;
	color: #333;
	cursor: pointer;
	border: 1px solid transparent;
	user-select: none;
}

#aos-category-widget > ul > li > a {
	display: block;
	padding: 15px;
	box-sizing: border-box;
}

#aos-category-widget > ul > li.active > a {
	background-color: #A5D2DA;
}

#aos-category-widget ul li a {
	color: #333;
}

#aos-category-widget ul li i {
	margin-right: 5px;
	font-size: 16px;
}

#aos-category-widget ul li ul {
	display: none;
}

#aos-category-widget ul li ul li {
	border-top-color: #ddd;
}

#aos-category-widget ul li ul li a {
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 15px 30px;
}

#aos-category-widget ul li ul li:last-child {
	border-bottom-color: #ddd;
}

#aos-category-widget ul li ul li:hover {
	border-color: #ddd;
}



/*フォーム*/
.um-misc-ul {
	list-style: none;
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 0 0 -6%!important;
	padding: 0!important;
}
.um-misc-ul li {
	list-style: none;
	-webkit-flex-grow: 1;
    flex-grow: 1;
    width: 450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 20px 0 50px 0;
}
.um-misc-ul li a {
	display: block;
	width: 100%;
	border-radius: 6px;
	background: #3098ab;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 15px;
	text-align: center;
}
.um-form-field {
	border-radius: 10px;
}

.um-account-heading {
	padding: .70em .40em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.um-field-label label {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	font-size: 1.6rem;
	font-weight: 600;

}
.um-field-label label::after {
	position: absolute;
	top: .8em;
	left: 0;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #3098ab;
	border-radius: 100%
}
/*ボタン*/
.um-request-button {
	display: inline-block;
	background-color: #282c3a;
	border-radius: 5px;
	color: #fff!important;
	margin: 10px 0 0;
	padding: 5px 10px;
	text-decoration: none;
}

.um-request-button:hover {
	background-color: #3098ab;
	color: #fff;
	text-decoration: none;
}
/*サイドメニュー*/
.um-account-side ul {
	width: 100%;
}
.um-account-side ul li a {
	border-bottom: none;
}
/*ログインボタン関連*/
#loginArea {
	position: absolute;
	top:0;
	right:0;
	width: 400px;
}
#loginArea2 {
	position: absolute;
	top:0;
	right:0;
	width: 200px;
}
#loginArea .userId {
	padding: 0.8em 0.1em 0.2em 0.1em;
	text-align: center;
}
#loginArea ul.menu-login,
#loginArea2 ul.menu-login {
	position: relative;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#loginArea ul.menu-login li,
#loginArea2 ul.menu-login li {
	list-style-type: none!important;
	-webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-right: 10px;
}
#loginArea ul.menu-login li a,
#loginArea2 ul.menu-login li a {
	display: block;
	color:#fff;
	background: #3098ab;
	border-radius: 0 0 6px 6px;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 188px;
}
#loginArea ul.menu-login li a i,
#loginArea2 ul.menu-login li a i {
	margin-right: 5px;
}
#loginArea ul.menu-login li a:hover ,
#loginArea2 ul.menu-login li a:hover {
	background: #00accc;
}
.secTit {
	color: #333333;
	font-size: 2.4rem!important;
	font-weight: 600;
	text-align:left;
	letter-spacing: 0.2rem;
	width: 100%;
	margin: 5px 10px 10px 10px;
}
#topicsArea {
	width: 100%;
}
#topicsArea ul {
	width: 100%;
	margin:0 auto 0 auto;
	padding: 0 10px 0 10px;
}
#topicsArea ul li {
	padding:10px 6px 10px 2em;
	border-bottom:solid 1px #ccc;
	list-style:none;
	font-weight: 300;
}
#topicsArea ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	left : 30px;
	color: #000;
	font-weight: 900;
}
#topicsArea ul li span {
	padding:0px;
	margin-right: 2%;
}
#topicsArea ul li a {
	color:#222;
	text-decoration:none;
}
#topicsArea ul li a:hover {
	color:#d42d36;
	text-decoration:none;
}
#topicsArea ul p {
	margin:0 !important;
	padding:0 !important;
}
#topicsArea .btnBk {
	margin: 0 auto;
	font-size: 0.9rem!important;
	line-height: 1.4rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.news {
	width: 250px;
	padding: 3px 1%!important;
	background: #0050b4;
	color: #FFF;
	font-size: 0.8rem;
	font-weight: 600;
	border-radius:2px;
}
.release {
	width: 250px;
	padding: 3px 1%!important;
	background: #15a98f;
	color: #FFF;
	font-size: 0.8rem;
	font-weight: 600;
	border-radius:2px;
}
.imp {
	width: 250px;
	padding: 3px 1%!important;
	background:rgba(232,0,3,1.00);
	color: #FFF;
	font-size: 0.8rem;
	font-weight: 600;
	border-radius:2px;
}

/*ボタンアニメーション*/
.btnCenter {
    padding-bottom: 30px;
}
.btnCenter a {
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    display: block;
    margin: 20px auto;
    max-width: 30%;
    text-decoration: none;
	text-align: center;
	font-weight: 600;
    border-radius: 4px;
    padding: 10px 1%;
}

.btnCenter a.button {
    color: rgba(30, 22, 54, 0.6);
    box-shadow: rgba(40, 44, 58, 0.6) 0 0px 0px 2px inset;
}

.btnCenter a.button:hover {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(40, 44, 58, 0.8) 0 0px 0px 40px inset;
}

.btnCenter a.button2 {
    color: rgba(30, 22, 54, 0.6);
    box-shadow: rgba(40, 44, 58, 0.6) 0 0px 0px 2px inset;
}

.btnCenter a.button2:hover {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(40, 44, 58, 0.8) 0 80px 0px 2px inset;
}

/*ダウンロードボックス　横並び*/
.download-box{
	display: inline-block;
	margin: 0px 3px 5px 3px;
}
.download-box h1{
	font-size:1.2rem;
}
.download-box .download-button{
	font-size:1.0em;
}
.download-count{
	display:none;
}
/*ダウンロードバージョンリスト（ソフトウェア）*/
.download-versions {
	width: 100%;
	margin:0!important;
	padding: 0!important;
	border-top:solid 1px #ccc;
}
.download-versions li {
	margin:0!important;
	padding:14px 6px 14px 3em;
	border-bottom:solid 1px #ccc;
	list-style:none;
	font-weight: 300;
	background: rgba(48,152,171,0.10);
}
.download-versions li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	left :20px;
	color: rgba(48,152,171,1.00);
	font-weight: 900;
}
.download-versions li a {
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none!important;
}
.download-versions li a:hover {
	text-decoration:underline;
}
.red {
    color:#FF0000;
}