@charset "shift_jis";

html, body {
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	color: #4c4c4c;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-family: 'Century Gothic', CenturyGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight:500;


}

body {
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#document:after, #document:before {
    content: "";
    clear: both;
    display: block;
}

#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
}


/* =======================================
	PC・SP切り替え
======================================= */

.img_pc{
	display:none !important;
}

.pc_br{
	display:none !important;
}
