@charset "UTF-8";

/*======================================================================================================================

  reset.css
  
  ----------------------------------------------------------------------------------------------------------------------
  
  Last Updated: 2013-2-8
  
  xhtml
  font-size 13px
  
======================================================================================================================== */

html { overflow-y:scroll; }

body {
	color: #333;
	font-family: ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

* html body {
	font-family: ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
}

*:first-child+html body {
	font-family: ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

html>/**/body {
	font-family: ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
} 


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 { line-height: 1.1; }

img {
　　vertical-align: bottom;
　　font-size:0;
　　line-height: 0;
	border:none;
}

strong { font-weight: bold; }

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; }

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

select, input {
	margin: 0;
	padding: 0;
	font-size:100%;
	vertical-align:middle;
}

textarea { font-size: 100%; }

/*======================================================================================================================

  default
  
======================================================================================================================== */

a { color: #333; text-decoration: none;  }
a:hover, a:active { color: #11466B; text-decoration: none; }

.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
