@charset "UTF-8";
/** reset **/
body {
  min-width: 320px;
  line-height: 1.5;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: auto;
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/** layout共通 **/
body {
    /*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;*/
    font:14px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
}

#wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

#headLine {
  height:30px;
  background: #d26912;
  background: -webkit-linear-gradient(top, #ff7f50, #ffa07a;)
  background: -moz-linear-gradient(top, #ff7f50, #ffa07a);
  background: -o-linear-gradient(top, #ff7f50, #ffa07a);
  background: linear-gradient(to bottom, #ff7f50, #ffa07a);
  
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

header {
  margin-bottom: 16px;
}

header h1 {
    margin: 10px 10px 10px 10px;
    line-height: 1.1;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;

}

#headTitle{

    background-size: cover;
    /*height:140px;
    background-image:url('../img/kinen320100.gif');*/
}



nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;

  /*width: 50%;*/
  width: 100%;
  
  
  border-bottom: 1px solid #dc143c;
  
  background: #ffb6c1;
  background: -webkit-linear-gradient(top, #ff7f50, #ffa07a;)
  background: -moz-linear-gradient(top, #ff7f50, #ffa07a);
  background: -o-linear-gradient(top, #ff7f50, #ffa07a);
  background: linear-gradient(to bottom, #ff7f50, #ffa07a);
  
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  
   
  letter-spacing: 3px;
  text-align: center;
}
nav ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
nav ul li a:hover{
    
  text-decoration:underline;
}


nav ul li.current {
  
  
  background: #d26912;
  background: -webkit-linear-gradient(top, #ff0000, #ffa07a;)
  background: -moz-linear-gradient(top, #ff0000, #ffa07a);
  background: -o-linear-gradient(top, #ff0000, #ffa07a);
  background: linear-gradient(to bottom, #ff0000, #ffa07a);
  
  
}






.ie7 ul{
  background: #d26912;
}
.ie7 ul li{
  /*width: 49.84375%;*/
  width: 99.6664%;
  
}
nav ul li:nth-child(odd) a {
  /*border-right: 1px solid #8b0000;*/
  border: none;
  
}
#content {
  padding: 0 10px;
}

article h2{
	position:relative;
	padding:9px;
	padding-left:15px;
	font-weight: bold;
	font-size: 18px;
	background-color: #ff7f50;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 
article h2:before{
	content:''; 
	height:35px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:5px; 
	left:4px; 
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

article h3 {
  position: relative;
  color: #111;
  font-size: 20px;
  line-height: 1;
  margin: 10px 10px 25px 25px;
  padding: 14px 15px 10px 10px;
}

article h3:before{
    content: "□";
    font-size: 30px;
    position: absolute;
    color: #ff6b6e;
    top: 2px;
    left: -18px;
    height: 12px;
    width: 12px;
}
 
article h3:after{
    content: "□";
    font-size: 30px;
    position: absolute;
    color: #B92A2C;
    top: 7px;
    left: -23px;
    height: 12px;
    width: 12px;
}


article h4 {
  border-left-color: #ffa07a; /* 左枠の色 */
  padding: 3px 0px 0px 6px; /* 余白の幅 */
  border-style: solid; /* 枠の種類 */
  border-width: 0px 0px 0px 10px; /* 枠の幅 */
}


article a
{ outline: none;
  text-decoration: none;
  /*color: #35BDF5;*/
  color:blue;
}
article a:hover
 {text-decoration:underline;}

article p {
  position: relative;
  color: #111;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
  padding: 10px 5px 10px 10px;
}


.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;
}
 
.shadow {
    padding: 2px 10px 2px 10px;
    margin: 14px 14px 14px 14px;
    border: 1px solid #f0f0f0;
    background:#e0e0e0;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow:0 3px 5px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=0, strength=3, enabled=true);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shadow p {
  position: relative;
  color: #b22222;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3px;
  margin: 0px 0 0 0;
  padding: 10px 5px 10px 10px;
}


.box{
    margin:20px;
    position: relative;
    background:#e9e9e9;
    padding:30px;
}

article div.box p {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin: 0 0 0 0;
  padding: 3px 3px 3px 3px;
}


.box:before{
    content: '';
    z-index: 1;
    position: absolute;
    border: 1px dashed #bbb;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    -moz-box-shadow: 0 0 0 1px #eee;
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
}
 
article section {
  margin-bottom: 2em;
}
aside{
  margin-bottom: 2em;
  background: rgba(255,255,255,0.8);
}

aside h3 {
  position: relative;
  color: #111;
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0px 5px 0px 70px;
}
aside h3:before {
  content: "";
  position: absolute;
  background: #daa520;
  top: -1px;
  left: 30px;
  margin-top :1px;
  height: 24px;
  width: 24px;
  box-shadow: 1px 1px 1px #777;
  border-radius: 50%;
}
aside h3:after {
  content: "";
  position: absolute;
  background:#d26912;
  top: 2px;
  left: 147px;
  margin-top:2px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}



aside h2{
    position:relative;
    margin:0 10px;
    padding:10px 10px 5px 50px;
    font-size:18px;
    color:#fff;
    z-index:1;
}


aside h2{
	position:relative;
	padding:9px;
	padding-left:15px;
	font-weight: bold;
	font-size: 18px;
	background-color: #ff7f50;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 
aside h2:before{
	content:''; 
	height:35px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:5px; 
	left:4px; 
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

aside ul.menu{
  width:280px;
  font-size: 16px;
  background:#f9f9f9;
  padding:10px;
}

aside ul.menu li.menu {
  list-style-type : none;
  padding:5px 10px;
  border-bottom:1px solid #cd5c5c;
}

aside ul.sub{
    font-size: 14px;
    color:#d26912;
    background:#f9f9f9;
    padding:1px;
}

aside ul.sub li.sub {
    list-style-type : none;
    padding:1px 5px;
}

aside a{
    text-decoration:none;
    color:blue;
}

aside a:hover{
    text-decoration:underline;
}

aside ul li a.current {
  color: #000;
}

aside ul li a.current:hover {
  text-decoration:none;
}




aside section{
  padding: 10px;
  font-size: 0.875em;
}
footer {
  clear: both;
  padding: 30px 0;

  background: #d26912;
  background: -webkit-linear-gradient(top, #ff7f50, #ffa07a;)
  background: -moz-linear-gradient(top, #ff7f50, #ffa07a);
  background: -o-linear-gradient(top, #ff7f50, #ffa07a);
  background: linear-gradient(to bottom, #ff7f50, #ffa07a);

  

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

  color: #fff;
  text-align: center;
}

footer a{
    color: #fff;
    text-decoration:none;
}

footer a:hover{
    text-decoration:underline;
}

#ad_content{
    float: none;
}


table.brwsr2 {
    margin: 0 auto;
    width: auto;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 4px;
    background: #f5f5f5;
}
 
table.brwsr2 th {
    vertical-align: middle;
    width: 60px;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}
 
table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    width: 60px;
    border: none;
    border-right: solid 1px #666;

    color: #666;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

.jikki{
    width:150px;
}


/** タブレット以上用　ヘッダメニューを横に並べる **/
@media only screen and (min-width: 640px) {
  header h1 {
    line-height: 1.5;
  }
  nav ul li {
    /*width: 25%;*/
    width: 20%;
    
  }
  .ie7 nav ul li{
    /*width: 24.9166%;*/
    width: 19.9332%;
    
  }
  nav ul li a {
    border: none;
  }
  nav ul li:last-child a {
    border-right: none;
  }
   /*old IE*/
  nav ul li.last a{
    border-right: none;
  }
  #content {
    padding: 0 20px;
  }
  
  #ad_content{
  float: right;
  }

#headTitle{

    background-size: cover;
    /*height:200px;
    background-image:url('../img/kinen720100.gif');*/
}

header h1 {
    margin: 10px 10px 10px 10px;
    line-height: 1.1;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    }

#headLine {
  height:42px;
 
}


}

/** pc用　サイドメニューを右に表示 **/
@media only screen and (min-width: 1024px) {
  #content{
    padding: 0;
  }

  /* メニュー右 */  
  #content article{
    float: left;
    width: 65.9574%;
  }
  #content aside{
    float: right;
    width: 31.9148%;
  }
  
  #headTitle{
  
    background-size: cover;
    /*height:240px;
    background-image:url('../img/kinen1024160.gif');*/
    
    
    }

    header h1 {
    margin: 10px 10px 10px 10px;
    line-height: 1.1;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    }
    
#headLine {
  height:48px;
 
}


}
