@charset "utf-8";

a.textlink {
    text-decoration: underline;
}
a.textlink:hover {
    text-decoration: none;
}
#productsDetail ul {
    padding-left: 1.5em;
}
#productsDetail ul li {
    list-style: disc;
}
#content .btnStyle a {
    color: #fff;
    text-decoration: none;
    border: solid 2px #0066b3;
}
#content .btnStyle a:hover {
    color: #0066b3;
}
#productsDetail .block .boxTit {
    font-size: 16px;
}
h5 {
    font-size: 1.1em;
}
#newsDetail .detail p, #newsDetail .detail ul.list {
    padding-left: 0;
}
#newsDetail .detail p, #newsDetail .detail ul.list li {
    list-style-type: none;
}
.list a {
    text-decoration: underline;
}
.list a:hover {
    text-decoration: none;
}

/*#contentInner p.imgS {
	width: 60%;
	margin: 0 auto;
}
#contentInner p.imgM {
	width: 80%;
	margin: 0 auto;
}
#contentInner p.imgL {
	width: 100%;
}
*/

@media only screen and (max-width: 768px) {
	#contentInner p.imgS,
	#contentInner p.imgS img,
	#contentInner p.imgM,
	#contentInner p.imgM img,
	#contentInner p.imgL,
	#contentInner p.imgL img {
		width: 100% !important;
		margin: 0 auto;
	}
}