@charset "UTF-8";

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

* {
	margin: 0;
	padding : 0;
}

html {
	background:#FFF;
}

body {
	font-size:12px;
	color:#333;
	line-height:1.5em;
	text-align: center;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	background-color: #F6F4EF;

}

#wrapper {
	margin:0 auto;
	width:100%;
	text-align: left;
}


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


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

p, li,dt,dd {
	line-height:1.6em;
}

hr{
	background-color: #999999;
	border: medium none;
	color: #999999;
	height: 1px;
	margin: 8px 0;
}
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:#111;
/* macIE&FF対策\*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#FF6600;
}


img,
a img {
	border : 0;
	vertical-align: bottom;
}

.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;
}

/*============================================================
//  fonts
//==========================================================*/

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans CJK JP Regular'),
		url('/fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'),
		url('/fonts/NotoSerifCJKjp-Regular.woff') format('truetype'),
		url('/fonts/NotoSerifCJKjp-Regular.otf') format('opentype')
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans CJK JP Medium'),
		url('/fonts/NotoSerifCJKjp-Medium.woff2') format('woff2'),
		url('/fonts/NotoSerifCJKjp-Medium.woff') format('truetype'),
		url('/fonts/NotoSerifCJKjp-Medium.otf') format('opentype')
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans CJK JP Bold'),
		url('/fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'),
		url('/fonts/NotoSerifCJKjp-Bold.woff') format('truetype'),
		url('/fonts/NotoSerifCJKjp-Bold.otf') format('opentype')
}
