﻿@charset "utf-8";


/* 桌機版型優先 */
/* support-box */
.support-box {
	margin-top: 30px;
}
.support-box .title {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 26px;
	color: #007bc7;
	width: 618px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
	background-image: url(../images/com-icon-6.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding: 11px 45px;
	border-radius: 5px;
}
.support-box .text {
	font-size: 1em;
	line-height: 26px;
	color: #555;
	padding: 10px 0 10px 45px;
	border-bottom: 1px dashed #ccc;
}
.support-box li {
	margin-left: 20px;
}
.support-box li a {
	color: #007bc7;
	text-decoration: underline;
}
.support-box li a:hover {
	color: #007bc7;
	position:relative;
	left: 1px;
	top: 1px;
}
.support-box strong {
	color: #fc4935;
	font-weight: normal;
}
.support-box .size {
	font-size: 1em;
	line-height: 26px;
	color: #555;
	padding: 10px 0 5px 45px;
}
.support-box .download {
	padding-left: 40px;
}


/* 平板版型 */
@media (min-width: 768px) and (max-width: 1023px) {
/* support-box */
.support-box .title {
	width: 398px;
}
}


/* 手機版型 */
@media only screen and (max-width: 767px) {
/* support-box */
.support-box {
	width: 90%;
	margin: 30px auto 0 auto;
}
.support-box .title {
	font-weight: normal;
	width: 90%;
	padding-right: 0;
}
.support-box .text {
	font-size: 1.125em;
	line-height: 28px;
}
.support-box .size {
	font-size: 1.125em;
	line-height: 28px;
}
}