@charset "utf-8";
/*全ページ適用CSS -------------------------------------------------------------- */
* {
	margin		: 0;
	padding		: 0;
	font-style	: normal;
	font-size	: 100%;
}
body {
	/*font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシ†&#65533;芯", "MS P Gothic","sans-serif";
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 87%;
	line-height:1.6;
	color: #555;
	background: #FCFCF2 url(../img/img-common/bg_head.jpg) repeat-x left top;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, table, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video{
margin:0; padding:0;
}
table{
border-collapse:collapse; border-spacing:0;
}
fieldset, img{
border:0;
}
img {
vertical-align: bottom;
}
address, caption, cite, code, dfn, em, th, var{
font-style:normal; font-weight:normal;
}
ol, ul{
list-style:none;
}
caption, th{
text-align:left;
}
h1, h2, h3, h4, h5, h6{
font-size:100%; font-weight:normal;
}
hr {
display: none;
}
abbr, acronym{
border:0;
}
/* モダンブラウザ向け */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
