@charset "UTF-8";

/*============================================================
//  初期設定
//==========================================================*/

* {
	margin: 0;
	padding : 0;
}

html {
}

body {
	font-size:12px;
	color:#333;
	line-height:1.5em;
	text-align: center;
	font-family:Lato,'Noto Sans Japanese',"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}

#wrapper {
	margin:0 auto;
	text-align: left;
}
div.inner {
	margin:0 auto;
}

/*============================================================
//  共通設定
//==========================================================*/

h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
}

p, li,dt,dd {
	line-height:150%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

.left{ float:left; }

.right{ float:right; }

a {
	color:#0099CC;
/* macIE&FF対策\*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#3FA559;
}

img,
a img {
	border : 0;
}

.left {
	float:left;
}
.right {
	float:right;
	margin-right:0px;
}

.clr {
	clear: both;
/* macIE対策\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
/* macIE対策*/
}

.clearfix:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}

