@charset "UTF-8";
/* CSS Document */

body,div,nav,section,article,aside,header,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td{margin:0;padding:0;}
div,nav,section,article,aside,header,footer,ul,ol,li,table,th,td,dl,dt,dd{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{font-size:20px;font-size:2rem;font-weight:bold;}
a{color: ;text-decoration:none;}
p{line-height:2;}
li,dt,dd,th,td,a,span{line-height:1.5;}
#g_navi a:hover{opacity:1;}
table{border-collapse:collapse;border-spacing:0;border:thin solid #000000;}
th{border-bottom:thin solid #000000;font-weight:normal;}
td{border-bottom:thin solid #000000;border-left:thin solid #000000;}
fieldset,img{border:0;}
img{vertical-align:top;}
caption,th{text-align:l;}

.twitter-timeline {
	width: 100%;
}

/*.clearfix
----------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

html, body{
margin: 0;	/* 余白の削除 */
padding: 0;	/* 余白の削除 */
color:#fff;
min-height: 100%;
height: auto !important;
height: 100%;
font-family: "Unna", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;word-break:normal;word-wrap:break-word;-webkit-text-size-adjust: 100%;
}

body{
background-color: #000000;
background-image: url("../img/bg02.png");
background-size: cover;
background-position: center center;
}

.title{
position: fixed;	/* 要素の位置を固定する */
top: 40px; /* 基準の位置を画面の一番下に指定する */
right: 20px; /* 基準の位置を画面の一番右に指定する */
z-index: 88888;
}
	
a:link {
	color: #FF9200;
	text-decoration: none;
}
a:visited {
	color: #FF9200;
	text-decoration: none;
}
a:hover {
	color: #F3070B;
	text-decoration: none;
}
a:active {
	color: #FF9200;
	text-decoration: none;
}

.name1 {
	font-size: 22px;
	margin-bottom: 0px;
}
.name2 {
	font-size: 18px;
}

.t_text1 {
	font-size: 20px;
}

.t_text1s {
	font-size: 18px;
	color: #FA080C;
}

.t_text2 {
	font-size: 18px;
}
.t_text3 {
	font-size: 12px;
}

.t_text4 {
	font-size: 16px;
}

.t_text5 {
	font-size: 16px;
}
.name3 {
	font-size: 14px;
	margin-bottom:30px;
}

.marker {
background: linear-gradient(transparent 90%, #FFD300 80%);
font-weight: bold; 
}

#social {
float:right;
width:220px;
height:20px;
line-height:1;
text-align:left;
}

.bt {
    width:45px;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px;
    background-color:#1da1f2;
	line-height: normal;
    border-radius:5px;
	display: inline-block;  
}

a.bt:link {
	color: #fff;
	text-decoration: none;
}
a.bt:visited {
	color: #fff;
	text-decoration: none;
}
a.bt:hover {
	color: #FFEE00;
	text-decoration: none;
}
a.bt:active {
	color: #fff;
	text-decoration: none;
}

img {
    max-width:100%;
    height: auto;
}

#header {          /* 幅指定 */
width: 100%;
}

#header img { width: 100%; }
 
#container {
    padding-bottom: 0px;
	max-width:1000px;
	margin: 0 auto 0;
	padding: 70px 40px 0;
	min-height: 100%;
background-image: url("../img/bg03.png");
}

#container_c {
    padding-bottom: 0px;
	width: 1000px;
	margin: 0 auto 0;
	padding: 50px 0 0;
	background-size:1200px 900px;
	background-repeat: no-repeat;
	min-height: 100%;
}

#contents {
    width: 100%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  10px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
}

.contents2 {
    padding:10px;
	color: #FFFFFF;
}

.t_contents{
	width: 100%;
	font-size:22px;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
}

.flexbox {
  display: flex;
  flex-flow: row wrap;
}

.box1{
width: 60%;
padding: 10px;
color: #FFFFFF;
}

.box2{
width: 40%;
padding: 10px;
color: #FFFFFF;
}

.footer {
	font-size:12px;
	text-align: center;
    bottom: 0;
	width: 100%;
	color: #fff;
	padding-bottom: 20px;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  border: solid 2px #ffffff;
  border-radius: 3px;
  transition: .4s;
margin: 20px 0;
  background: #00257F;
}

.btn-flat-border:hover {
  background: #000;
  color: white;
}

.btn-flat-border:link {
  color: #ffff00;
}

.btn-flat-border:visited {
  color: #ffff00;
}

.btn-flat-border:active {
  color: #ffff00;
}

.global {
	width: 1000px;
	color: #FFFFFF;
    padding:0px;                /* ulタグのデフォルトCSSを打ち消し */
    margin:  0 auto;                 /* ulタグのデフォルトCSSを打ち消し */
    list-style: none;           /* ulタグのデフォルトCSSを打ち消し */
    text-align: left;        /* 子要素を左右中央揃え */
	vertical-align:  middle;    /* 要素を上下中央で揃える */
}
 
.global > li {
    display:  inline-block;     /* インラインブロック要素にする */
}
 
.global > li > a {
    color: #fff;
	font-weight: bold;
    text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
    display:  inline-block;     /* インラインブロック要素にする */
    padding:7px 10px;             /* 余白指定 */
    width:  100%;               /* 幅指定 */
    box-sizing:  border-box;    /* 崩れ防止 */
}

.global > li > a:hover {
	color:#FFE800;
	font-weight: bold;
    text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
    display:  inline-block;     /* インラインブロック要素にする */
    padding:7px 10px;             /* 余白指定 */
    width:  100%;               /* 幅指定 */
    box-sizing:  border-box;    /* 崩れ防止 */
}

#globalNavi{
	width:100%;
	background-color: #0f1b37;
	position: fixed;
	padding: 0 20px;
	background-image: url("../img/bg_menu.png");
	background-repeat: repeat-x;
	background-size: cover;
}

.cs {
    color: #666;
	font-weight: bold;
    text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
    display:  inline-block;     /* インラインブロック要素にする */
    padding:7px 10px;             /* 余白指定 */
    width:  100%;               /* 幅指定 */
    box-sizing:  border-box;    /* 崩れ防止 */
}


#news_list{
text-align:left;
}

#news_list ul{ 
margin: 0; 
padding :0 10px 10px 10px; 
list-style: none; 
}
#news_list li{ 
padding :0; 
margin:0; 
}
#news_list li a{
display: block;
padding: 8px 0px 8px 0px;
	font-weight: bold;
color:#fff;
width: 100%;
margin: 1px 0px;
text-decoration:none;
border-bottom: 1px solid #fff;
font-size: 14px;
}
#news_list li a:hover{
color:#ffff00;
}


#social {
float:right;
width:220px;
height:20px;
line-height:1;
margin-top:15px;
text-align:left;
}

#social a:hover{
opacity:0.7;
}
