/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {  
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}  
address, caption, cite, code, dfn, em, strong, th, var  {
	font-style: normal;  
}  
table   {  
	border-collapse: collapse;  border-spacing: 0;  
}  
caption, th {  
	text-align: left;  
}  
q:before ,q:after   {  
	content: '';  
}  
object, embed   {  
	vertical-align: top;  
}  
hr, legend  {  
	display: none;  
}  
img, abbr, acronym, fieldset    {  
	border: 0;  
}  
img, textarea {
	vertical-align: bottom;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
} 
.radius {  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
:placeholder-shown {
  color: #BDBDBD;
}
::-webkit-input-placeholder {
  color: #BDBDBD;
}
:-moz-placeholder {
  color: #BDBDBD;
}
::-moz-placeholder {
  color: #BDBDBD;
}
:-ms-input-placeholder {
  color: #BDBDBD;
}
input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input[type="submit"] {
	cursor: pointer;
}
h1 {
	font-size: 0.9rem;
}
h2 {
	font-size: 0.8rem;
}
p {
	font-size: 0.7rem;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}  
.right {
	text-align: right;
}
a:link, a:visited, a:active, a:hover  {
	text-decoration: none;
	color: #FFFFFF;
}
a.underline:hover {
	text-decoration: underline;
}
img {
	width: 100%;
	height: auto;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}
/* センタリングクラス */
.center_800 {
	width: 800px;
	margin: 0 auto;
}
.center_900 {
	width: 900px;
	margin: 0 auto;
}
.center_1000 {
	width: 1000px;
	margin: 0 auto;
}
.center_1100 {
	width: 1100px;
	margin: 0 auto;
}
.center_1200 {
	width: 1200px;
	margin: 0 auto;
}
