/*
Theme Name: sazanami
Author: Nakazo
Version: 0.1
*/

@charset "utf-8";

body {
  font-family: sans-serif;
  background:#EFEFEF;
  color:#555555;
}

h1 {
 font-size:2.0rem;
  font-weight: 800;
  border-bottom: solid 3px skyblue;
  position: relative;
}

h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

h1 a{
	color:#555555;
}
h1 a:hover{
	color:#555555;
}

h3.thisweek{
  font-size:0.9rem;
  font-weight:bold;
}

h3.koakidays{
	font-weight:400;
  padding: 0.8rem 1.6rem;
  border-left: 5px double skyblue;
}

h4{
  font-size:1.2rem;
  font-weight:400;
}

h4.information-title{
  font-size:1.4rem;
}

p{
  font-size:0.9rem;
}

a{
	text-decoration:none;
}


img.frontthumb{
  width:100%;
  height:auto;
}
div.oneday{
  border-bottom:1px solid #D9912D;
}

#menu-mainmenu{
	margin-left:20px;
}

#menu-mainmenu li{
	list-style:none;
}

.menu-item{
	margin-left:12px;
}

#menu-footermenu{
      list-style:none;
      text-align:left;
}



#menu-footermenu li{
  border-left:4px double #D9912D;
  padding:0px 6px;
  margin-top:4px;
}


span.date{
	font-weight:bold;
	display:block;
	float:left;
	font-size:0.9rem;
}

footer div.textwidget{
  text-align:left;
}

span.text-muted{
	font-size:0.8rem;
}
