@charset "utf-8";

section.container{
	width:90%;
	max-width:1000px;
	padding-top:150px;
	margin:0 auto;
	padding-bottom:100px;
}


section h1{
position: relative;
padding: 0.1em 0 10px;
font-size: 160%;
font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
margin-bottom: 15px;
}
section h1:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(240, 159, 189), transparent);
background: -webkit-linear-gradient(to right, rgb(240, 159, 189), transparent);
background: linear-gradient(to right, rgb(240, 159, 189), transparent);
}

section h2{
	font-size: 120%;
	margin-bottom: 10px;
}

.day{
	font-size: 90%;
}
.contents hr{
	margin-top: 50px;
border-top: 1px solid #ccc;

}


.back {
	margin-top: 30px;
position: relative;
padding-left: 25px;
}

.back:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px rgb(220, 220, 220);
}
.back:after {
position: absolute;
content: '';
bottom: -2px;
left: 10px;
width: 50px;
border-bottom: solid 3px rgb(220, 220, 220);
}

ul.list01 {
list-style: disc;
padding-left: 20px;
}

ul.list01 li{
margin-bottom: 10px;
}

.news-area ul li{
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #ccc;
}

.news-area ul li a{
  color: #666;
  text-decoration: underline;
}

.news-area ul li a:hover{
  color:#F09FBD;
}

.news-area ul li span{
  margin-right: 15px;
}