﻿@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	background:#fff;
	font-family: Meiryo, "メイリオ", Helvetica, Arial, Verdana, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	color: #3e3e3e;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
h1 {
	font-size: 42px;
	text-align: center;
	margin:10px;
}
h2 {
	font-size:42px;
	text-align: center;
	margin:10px;
}
h3 {
	font-size: 17px;
	text-align: left;
}
div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd {
  border: 0;
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
  overflow: hidden;
}
a:link,
a:visited,
a:focus,
a:hover {color:none;}
a:hover {cursor:pointer;}

.clearfix:after {
	content:"";clear:both;display:block;
}

strong { 
	font-weight:bold;
}
red {
	color: red;
}
small {
	font-size: 0.7em;
}
white {
	color: #fff;
}
