@charset 'UTF-8';

.support_title {
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.scroller {
/*	padding-top: 20px;*/
	padding-bottom: 20px;
/*	border-top: 1px #dcdcdc solid;*/
	border-bottom: 1px #dcdcdc solid;
}

.software .cms_text{
	text-align: center;
	font-size: 115%;
}

.scroller th {
    padding-right: 1em;
    width: 20%;
}
.scroller th, .scroller td {
    display: table-cell;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1em;
    padding-top: 1em;
    vertical-align: top;
}
.scroller th {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1em;
}

th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.scroller table tr {
    border-bottom: 1px dotted #ccc;
}
.scroller tr {
    margin-bottom: 1em;
}

.software {
	margin-top: 20px;
}

.software .dl_btn {
	margin: 0 auto;
	margin-top: 20px;
	width: 450px;
}

.software .dl_btn+p {
	text-align: center;
}

.software .dl_btn+p a{
    -moz-appearance: none;
    background-color: #3a465b;
    border: medium none;
    border-radius: 2em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 1em;
    padding: 5px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 505px;
	font-size:13px !important;
}

.dl_btn+p a:after {
    background: none;
    content: "";
    margin-left: 0;
    padding-left: 0;
}

.software .dl_btn.btn_on + p a:hover, .software .dl_btn.btn_off + p a {
    opacity: 0.7;
    transition: all 0.2s ease-out 0s;
}

.software .dl_btn.btn_on + p:after, .software .dl_btn.btn_on+p a:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1em;
    margin-bottom: auto;
    margin-top: auto;
    opacity: 0;
    position: absolute;
    right: 2em;
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.2s ease-out 0s;
    width: 1em;
}

.software .dl_btn + p:hover a:after {
    opacity: 1;
    right: 1em;
}

.software .dl_btn + p a.is_disable {
    cursor: default;
}

@media (max-width: 768px) {

	.software .dl_btn {
		width: 100%;
	}

	.software .dl_btn+p a{
	    width: 100%;
	    padding: 0 15px;
	    
	}
}
@media (min-width: 1080px) {

}
