@charset "utf-8";

/* --------------------------------------------------------------------------------------
 　リセット
--------------------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,caption,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	padding: 0;
	margin: 0;
}

body {
	background: url(../img/common/body_bg.jpg) repeat center top;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 75%;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

div,p,blockquote,li,dt,dd,pre,form,textarea,select,button,input,td,th,address,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }

input,textarea,button,select,pre { font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }

*:first-child + html body,
*:first-child + html input,
*:first-child + html button,
*:first-child + html select,
*:first-child + html pre { font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }

th,td { 
	vertical-align: top;
	text-align: left;
}

a {
	overflow: hidden;
	text-decoration: none;
}

img,iframe { border: none; }

img { vertical-align: bottom; }

table {
	font-size: 100%;
	border-collapse: collapse;
}

ol,ul,nav,menu { list-style: none; }

input { vertical-align: middle; }

address a { cursor: default; }

/* --------------------------------------------------------------------------------------
   リンクカラー
--------------------------------------------------------------------------------------- */

a:link { color: #695b54; }
a:visited { color: #695b54; }
a:active { color: #695b54; }
a:hover { color: #695b54; text-decoration: underline; }

/* --------------------------------------------------------------------------------------
  clearfix
--------------------------------------------------------------------------------------- */

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix { display:inline-block; }

/*\*/
* html .clearfix { height:1%; }

.clearfix { display:block; }
