/*=========================================================================
 shared.css
=========================================================================*/
body {
  font-size:86%;
}
html>/**/body {
  font-size:14px;
}

body {
 line-height:1.4;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 text-align:center;
 color:#333;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, table,tr, th, td {
 margin:0;
 padding:0; 
 border:0; 
 font-style:inherit; 
 vertical-align:baseline;
}

h1, h2, h3, h4, h5, h6 {
 font-size:100%;
 font-weight:normal;
}

select,input,button,textarea {
 font:99%;
}

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

img {
 vertical-align:bottom;
 border:none;
}

a img {
 border:0;
}

a {
 text-decoration:none;
 cursor:pointer;
}

a:focus {
 -moz-outline-style: none;
}

a:link,
a:visited {
 color:#c30;
}

a:hover,
a:active {
	color:#ccc;
}

div {
 /*margin:auto;*/
 word-break:break-all;
}

ul {
 list-style-type:none;
}

.anchor {
	display:none;
}

/*-------------------------------------------------------------------------
 clearFix
-------------------------------------------------------------------------*/
div:after {
	content: "";
 display: block;
 clear: both;
}
