/* リセット
---------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;

}
fieldset,img{
	border:0;
	vertical-align: top;

}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

li{
	list-style:none;
}

caption,th{
	text-align:left;
}

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

q:before,q:after{content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

br{
	letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,textarea,select{
	*font-size:100%;
}

.hover{
}

/* ページ共通
---------------------------------------------------- */
html{
	color: #333333;
	letter-spacing: 0.05em;
}


body{
	margin:0;
	padding:0;
/*	background: url(../img/bg.gif); */
	font: 12px/1.4em "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", Osaka, Arial, Helvetica, sans-serif;
	color: #000000;
}

*:first-child+html body{
	font-size:87%;
}

a {
	color: #1ea9e4;
	text-decoration:none;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #1ea9e4;
	text-decoration: underline;
}

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

.clearfix {
  min-height: 1px;
}

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

.clear{
	clear:both;
}

.none{
	margin:0;
	padding:0;
	border: none;
}
.alignL {
	text-align: left !important;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.PR5 {
	padding-right: 5px;
}
.PR10 {
	padding-right: 10px;
}
.PR15 {
	padding-right: 15px;
}
.PL10 {
	padding-left: 10px;
}
.PL15 {
	padding-left: 15px;
}
.PB10 {
	padding-bottom: 10px;
}
.PB15 {
	padding-bottom: 15px;
}
.PB20 {
	padding-bottom: 20px;
}
.PB30 {
	padding-bottom: 30px;
}
.PT20 {
	padding-top: 20px;
}
.fontS {
	font-size: 12px;
	color:#000;
}
