<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*初期設定
----------------------------------------------------*/
body {
	min-width: 320px;
	line-height: 1.2em;
	color: #333;
	position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: auto;
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


h1 {
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.1em;
	font-size:1.8em;
}


h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 15px;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.1em;
	  line-height:2em;
	font-size:1.5em;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/*layout
----------------------------------------------------*/
#wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
header {
	margin-bottom: 0em;
}
header h1 {
  line-height: 1.1;
  font-size: 3em;
  font-weight: normal;
  font-family: 'Marcellus SC', serif;
  color: #000;
  text-align: center;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #CCC;
  background: #FFF;
  letter-spacing: 0.15em;
  text-align: center;
}
nav ul li a {
  display: block;
  padding: 9px 0 8px;
  color: #000;
  text-decoration: none;
}
.ie7 ul{
  background: #1d4000;
}
.ie7 ul li{
  width: 98%;
}
#content {
  padding: 0 10px;
}
article h2 {
  margin: 0.5em 0;
  padding: 0 0 0 10px;
  border-left: 3px solid #000;
  line-height: 1.1;
  font-size: 2em;
  font-weight: normal;
}
article section {
  margin-bottom: 2em;
}
aside{
  margin-bottom: 2em;
  background: rgba(255,255,255,0.8);
}
aside h3 {
  margin: 0.5em 0;
  font-size: 1.5em;
  font-weight: normal;
}
aside section{
  padding: 10px;
  font-size: 0.875em;
}
footer {
	clear: both;
	text-align: center;
	border: 1px solid #CCC;
	width: 100%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	height: 20px;
}






/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
  header h1 {
    line-height: 1.5;
  }
  nav ul li {
    width: 11.1111%;
  }
  .ie7 nav ul li{
    width: 11%;
  }
  nav ul li:last-child {
    width: 11.1%;
  }  
  nav ul li a {
    border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: none;
  }
  nav ul li:last-child a {
    border-right: 1px solid #CCC;
  }
   /*old IE*/
  nav ul li.last a{
    border-right: 1px solid #CCC;
  }
  #content {
    padding: 0 20px;
  }
  #content article{
    float: left;
    width: 65.9574%;
    /*620px(8column)/940px*/
  }
  #content aside{
    float: right;
   width: 31.9148%;
    /*300px(4column)/940px*/
  }
}
@media only screen and (min-width: 1000px) {
  #content{
    padding: 0;
  }
}
</pre></body></html>