@charset "utf-8";
	
div {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html {
	font-size: 62.5%;
}
	
body {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Helvetica,Arial,Sans-Serif;
	color: #000;
	font-size: 14px; font-size: 1.4rem;  /* =14px */
	line-height: 1.5;
}

input[type="text"], textarea,select {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Helvetica,Arial,Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*----------------------------------------------------
	link
----------------------------------------------------*/

a:link { color: #495679; text-decoration: none; }
a:visited { color: #63708d; text-decoration: none; }
a:hover { color: #ff7600; text-decoration:none; }



	/* clearfix */

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

