/* IEマウスオーバー用 */
html {
  *filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* Win_IE表示用 */
* {
	/*\*//*/
	*zoom: 1;
	/**/
}

/* COMMON */
body {
	font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/*\*/
	*font-size: 75%;
	/**/
    letter-spacing: 1.1px;
    font-feature-settings: "palt" 1;
    font-kerning: auto;
    line-height: 1.75;
}

@media print {
body {
    zoom: 80%; /*←いー感じに調整してください*/
}
}

* {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	list-style-type: none;
}

a:link { 
	color: #1956c9;
	text-decoration: underline;
}
a:active { 
	color: #00a8ff;
	text-decoration: underline;
}
a:visited { 
	color: #1956c9;
	text-decoration: underline;
}
a:hover { 
	color: #00a8ff;
	text-decoration: underline;
}



p a.btn {
	background: url(../img/arrow_m2.gif) no-repeat left center;
	margin-left: 3px;
	padding: 3px 0 3px 17px;
	color: #1956c9;
}
	p a.btn:active,
	p a.btn:hover {
		background: url(../img/arrow_m3.gif) no-repeat left center;
		color: #00a8ff;
	}
	
hr {
	display: none;
}

img {
	border: 0px;	
}

/*　Clearfix-----------------　*/

.cf{ overflow: hidden;}

.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .cf{
	height: 1em;
	overflow: visible;
}
/**/
