@charset "euc-jp";
/* CSS Document */
/* ----------------------
	
---------------------- */
.contents h2 {
	border-bottom: none;
}

#ins a {
	color: #000;
	text-decoration: none;
}
#ins a:hover, #ins a:active {
	color: #F60;
}
#ins ul {
	list-style-image: url(../images/icon.png);
	margin: 2em;
}
#ins ul li {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
}
#ins .box {
	border-top: solid 1px #999;
	padding: 1.5em;
}

@media screen and (min-width: 640px){
.box#sn-k, .box#sn-h {
	border: none;
}
}
@media screen and (max-width:639px){
#ins a {
	text-decoration: underline !important;
}
#ins ul li {
	font-size: 16px;
	font-size: 1.6rem;
}
#ins .box {
	padding: 1em;
}
}