@charset "UTF-8";

/*基本設定
-----------------------------------------*/
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../img/trancepercent.png);
}
li {
list-style: none;
}
a img {
border: none;
}
html {
background: #000;
}
body {
padding: 0;
margin: 0;
position: relative;
font-size: 14px;
color: #FFF;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: url(../../img/index01.jpg) no-repeat top center;
background-size: cover;
border-top: 40px solid #000;
}
a {
color: #FFF;
text-decoration: none;
}
a:hover {
color: #FFF;
text-decoration: underline;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
body > header + div {
background: rgba(0, 56, 81, .8);
}
.ie8 body > header + div {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF003851', endColorstr='#BF003851',GradientType=0 );
}
body > header:after,
body > header + div:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
}

/*ヘッダー
-----------------------------------------*/
body > header {
background: rgba(0, 56, 81, .8);
margin: 500px 0 0 0;
}
.ie8 body > header {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF003851', endColorstr='#BF003851',GradientType=0 );
}
#site-info {
position: relative;
margin-bottom: 15px;
}
#site-info > div {
display: table;
width: 800px;
margin: 0 auto;
}
#site-info h1 {
font-size: 50px;
font-weight: normal;
padding: 5px 2% 5px 0;
display: table-cell;
vertical-align: middle;
color: #40ceff;
}
#site-info h1 a,
#site-info h1 a:hover {
color: #40ceff;
text-decoration: none;
}
#site-info h1 a img {
display: block;
}
#site-info h1 + div {
font-size: 12px;
font-weight: normal;
width: 1%;
padding: 0 2% 0 0;
display: table-cell;
white-space: nowrap;
vertical-align: middle;
}
#site-info h1 + div p {
margin: 0;
line-height: 1;
display: inline;
}

/*ヘッダー:メニュー
-----------------------------------------*/
#navigation {
width: 100%;
padding-bottom: 30px;
}
nav {
width: 800px;
margin: 0 auto;
}
nav:after,
nav > ul:after {
content: "";
display: block;
clear: both;
}
nav > ul {
}
nav > ul > li {
float: left;
margin-right: 3em;
}
nav > ul > li > a {
display: block;
color: #FFF;
text-decoration: none;
line-height: 1;
font-weight: bold;
font-size: 22px;
}
nav > ul > li > a:hover {
color: #b5ebff;
text-decoration: none;
}

/*フッター
-----------------------------------------*/
footer {
background: #000;
padding: 50px 0;
position: absolute;
left: 0;
right: 0;
bottom: -110px;
}
footer small {
display: block;
font-size: 14px;
text-align: center;
width: 100%;
font-family: Arial,sans-serif;
color: #FFF;
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
main {
padding: 0 0 30px 0;
width: 800px;
margin: 0 auto;
}
body section {
margin: 0;
height: 150px;
overflow-y: scroll;
}
article {
margin: 0 0 1em;
padding: 0 0 0 6em;
position: relative;
font-size: 12px;
}
main:after,
section:after,
article:after {
content: "";/*IE対策のため全角スペース*/
display: block;
clear: both;
}
article * {
font-size: 12px;
font-weight: normal;
line-height: 160%;
}
article header time {
position: absolute;
top: 0;
left: 0;
}
article header a:hover time {
color: #FFF;
text-decoration: underline;
}
