@charset "utf-8";

@import url("pc.css") screen and (min-width:769px);
@import url("sp.css") screen and (max-width:768px);

/* default */
body,div,td,p,ul,ol,dl,dd,img,form,h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-align: left;
	zoom: 1;
}
img {
	vertical-align: bottom;
}
html,body {
	height: 100%;
}
body {
	font: 13px "ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	/* font: 13px "ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Meiryo","メイリオ",sans-serif; */
	color: #000000;
	background-color: #ffffff;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}

input,textarea,select {
	font-family: inherit;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
	font-family: inherit;
}
th,td {
	border-collapse: collapse;
}

ul,ol {
	list-style-type: none;
}
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: #404040;
}

/* common */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.ac0d0d {
	color: #ac0d0d;
}
.ffa2bc {
	color: #ffa2bc;
}
