@charset "utf-8";
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }

html {
	overflow-y: scroll;
}

body{
	background:#ffffff;
	color: #333333;
	line-height: 180%;
	text-align: center;
	font-family:'ＭＳ Ｐゴシック', 'ＭＳ ゴシック','MS UI Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4','Osaka',Verdana,sans-serif;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
object, embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
ul li {
	list-style-type: none;
}

input{ outline: none; text-align: center; text-decoration: none; border: 0px; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
input[type="button"],input[type="submit"]{ cursor: pointer;}

.clearfix:after {
  content: "";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*:focus {
  outline: none;
}