@charset "UTF-8";

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
  width: 100%;
  margin: 1em 0;
  padding: 0;
  color:#222;
  font-family: sans-serif;
}
a {
  text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  line-height: 1.1;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
  letter-spacing:-1px;
  color: #1582c7;
}
p {
  margin: 0 0 1em;
  color: #333;
  line-height: 1.4;
  text-align: justify;
}
ul {
  margin: 0 0 2em;
  padding: 0;
  list-style-position: inside;
}
a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;	
}

a:active {
  color: #fff;
}

/* ベースレイアウト */

#wrapper {
  margin: 0;
}
header {
  padding-left: 6%;
}
nav {
  margin: 0;
}
#common-contents {
  width: 88%;
  margin: 2em auto 1em;
}
article.main {
  width: 100%;
}
section {
  margin: 0 0 2em;
}
aside.side {
  width: 100%;
}
footer {
  width: 100%;
  text-align: center;
}
/* 画像のスタイル指定 */
 
 #common-banner {
  margin: 0 0 2em;
 }
 img {
  width: 99.9%;
  max-width:100%;
  height: auto;
  border: 1px solid #f0f0f0;
}

/* 各要素のデザイン、レイアウト */

header h1 {
  font-size: 2.3em;
  margin: 0 0 0.2em;
}
p.tagline {
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
  color: #1582c7;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #008800;
}
nav ul li {
  display: block;
  width: 100%;
  margin: 0 ;
  text-align: center;
  line-height: 2.5em;
  color:#fff;
  border-bottom: 1px solid #333;
}
.main h1 {
  font-size: 2em;
}
article.main h2 {
  font-size: 1.6em;
  margin-top: 1.3em;
}
aside.side h1 {
  font-size: 1.3em;
  color: #333;
  border-bottom: 1px dotted #333;
}
aside.side ul li {
  font-size: 1.1em;
  line-height: 1.5;
}
 aside.side a:link {
  color: #333;
}

aside.side a:visited {
  color: #333;
}

aside.side a:hover {
  color: #333;	
}

aside.side a:active {
  color: #333;
}
small {
  text-transform: uppercase;
}

/* Media Queries による切り替え */

@media only screen and (min-width: 481px) {

 nav {
   margin: 0;
   padding: 0 0 0 6%;
   background-color: #008800;
 }
 nav ul {
   padding: 1px 0;
 }
 nav ul li {
  float:left;
  width: 100px;
  margin: 0;
  text-align: center;
  line-height: 2.5em;
  border-left: 1px solid #333;
  border-right: 1px solid #222;
  border-bottom: none;
 }
 #sidebar1 {
   width: 47%;
   padding-right: 3%;
   float: left;
 }
 #sidebar2 {
   width: 47%;
   padding-left: 3%;
   float: right;
 }

}

@media only screen and (min-width: 769px) {

 article.main {
   width: 64%;
   float: left;
 }
 aside.side {
   width: 30%;
   float: right;
 }
 aside.side ul li {
   font-size: 1em;
 }
 #sidebar1, #sidebar2 {
   width: 100%;
   padding:0;
   float: none;
 }
 
}

/* fontのスタイル指定 */

.red {
   color: #ff4e00;
   font-size: 1em;
   font-weight: bold;
}
.red2 {
   color: #ff4e00;
   font-size: 1em;
   
}
.red3 {
   color: #ff0000;
   font-size: 1em;
   font-weight: bold;
}
.red_marker {
   font-size: 1em;
   background: url(../images/o_line.gif) repeat-x left bottom;
}
.red_s {
   color: #ff4e00;
   font-size: 0.9em;
   
}
.or {
   color: #ff7200;
   font-size: 1.2em;
   font-weight: bold;
}
.or2 {
   color: #ff7200;
   font-size: 1em;
   font-weight: bold;
}
.br {
   color: #df5002;
   font-size: 1.1em;
   font-weight: bold;
}


.brb {
   color: #df5002;
   font-size: 1em;
   font-weight: bold;
}
.br1 {
   color: #df5002;
   font-size: 1em;
  
}
.br2 {
   color: #df5002;
   font-size: 1.2em;
  
}
.blue {
   color: #1582c7;
   font-size: 1em;
   
}
.blue2 {
   color: #1582c7;
   font-size: 1.1em;
   font-weight: bold;
   
}
.green {
   color: #03af54;
   font-size: 1em;
   
}

.green2 {
   color: #03af54;
   font-size: 1.1em;
   font-weight: bold;
   
}
.green3 {
   color: #56bf43;
   font-size: 1em;
   font-weight: bold;
   
}
.yellow {
   color: #fefb00;
   font-size: 1em;
   font-weight: bold;
   
}
.pink {
   color: #ff4177;
   font-size: 1em;
   
}
.text1 {
	width: 120px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 70%;
}
.text4 {
	width: 98%;
}