@charset "utf-8";
/* CSS Document */

/* CSS RESET */
html{color:#000;background:#fff;}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;}fieldset,img{border:0;}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;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */



body {
  text-align:center;
  background:#fff;
  color:#666;
  font-family:'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
}
a {
	text-decoration:none;
	color:#0066FF
}
a:hover {
	text-decoration: underline;
}

#wrap {
	width:100%;
	text-align:left;
	margin:0 auto;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}
.center { text-align: center; }

#area1 {
	width: 100%;
	height: 612px;
	background:url(https://eventernote.s3.amazonaws.com/web/images/c94/back.png) top center no-repeat;
	background-size: cover;
	margin: 0px auto;
}

#area1 .logos {
	width: 640px;
	height: 612px;
	margin: 0px;
	position: relative;
	margin: 0px auto;
}

.box {
	width: 640px;
	margin: 20px auto;
}
.box h2 {
	font-size: 28px;
	font-family: "Lato";
	font-weight: bold;
	text-align: left;
	line-height: 160%;
	color:#275684;
	margin-bottom: 0px;
	padding: 0px 10px;
}
.box h3 {
	font-size: 22px;
	font-family: "Lato";
	text-align: left;
	line-height: 160%;
	color:#333;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px 10px;
}

.box p {
	font-size: 18px;
	text-align:left;
	line-height: 160%;
	padding: 10px;
}
.box strong {
	font-weight: bold;
	color:#275684;
}
.mai {
	border: 1px solid #eeeeee;
	text-align: center;
}
.share {
	margin: 0px auto;
}
.red {
  color:#ff0000;
}
