@charset "UTF-8";

body {
	color: #333333;
	font-size: 14px;
  font-family:'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
  font-weight: 500;
  margin: 0;
}

a {
	text-decoration:none;
}

header {
	border-bottom: 3px solid #cacfd2;
	padding: 20px 0 20px 10px;
	background:none;
	width:100%;
	height:40px;
}

#maincontents {
	width: 1000px;
	margin:auto;
}

.pankuzu  {
	color: #999;
	font-size:12px;
	margin-top: 15px;
}

.pankuzu a {
	color: #999;
	font-size:12px;
}

.info {
  margin: 50px 0 40px 0;
  color: #133a51;
  font-size: 26px;
}

h2 {
	font-size:16px;
	font-weight:normal;
}

.comment1 {
	margin: 20px 0 15px 0;
}

.comment3 {
    margin-top: 4px;
}


.holiday {
	margin: 40px 0 25px 0;
}

.holiday h3 {
	font-size:16px;
	font-weight:normal;
	float:left;
    margin-right: 5px;
}

.period {
	float:left;
}

.date {
	color:#c00;
	font-size: 16px;
}

.attention {
	background-color: #f9f9f9;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin: 40px 0 50px 0;
	padding: 25px;
	width:800px;
}

.attention h4 {
	color: #133a51;
	border-left : 2px solid #133a51;
	font-weight:normal;
	font-size: 14px;
	padding: 0 0 0 10px;
	height: 20px;
}

.attention p {
	margin: 10px 0 20px 13px;
}

.close {
	margin: 30px 0 100px 0;
}
