@charset "UTF-8";
/* CSS Document */
/* リセット
**************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
/*form, fieldset, input, textarea, select {
	vertical-align: middle;
}*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
	line-height: 1em;
}
abbr, acronym {
	border:0;
}

body.win {
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
ul {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
/*IE6、IE7改行バグ回避*/
br {
	letter-spacing: 0;
}

.clear {
	clear: both;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;	
}

/* clearFix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

img{
    vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #4CB6ED;
}
/*a:hover {
	text-decoration: underline;
	color: #0071AC;
}*/


.mb20{
    margin-bottom: 20px;
}
