@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{text-decoration:none;}
p{line-height:1.5; margin-bottom: 10px;}
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:#000000;
font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;word-break:normal;word-wrap:break-word;-webkit-text-size-adjust: 100%;

}

html{
height: 100%;
}

body{
background-image: url(../img/bg.png);
background-position:center center;
background-size: cover;
background-attachment: fixed;
height: 100%;
}

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: 18px;
}

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

.t_text2 {
	font-size: 16px;
}
.t_text3 {
	font-size: 12px;
}
.name3 {
	font-size: 14px;
	margin-bottom:30px;
}

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

.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;  
}



#social {
line-height:1;
position: absolute;
right: 99;
text-align: right;
margin-top: 12px;
}

#social a:hover{
opacity:0.7;
}

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%;            /* 幅指定 */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  10px 24px;             /* 余白指定 */
	text-align: center;
}

 
#bg{
	width: 1000px;
	margin: 50px auto 0;
	padding-top: 30px;
	background-color: #FFFFFF;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
}

#container {
}

.contents{
padding: 30px 34px 50px;
margin-bottom: 50px;
}

.space{
padding: 50px 0 50px;
clear: both;
}

    .item{
    }

    .item1{
	float: left;
	width: 48%;
    }
    .item2{
	float: right;
	width: 48%;
    }
    .item3{
	float: left;
	width: 48%;
	text-align: center;
    }
    .item4{
	float: right;
	width: 48%;
	text-align: center;
    }

    .item5{
	float: left;
	width: 34%;
	text-align: center;
    }

    .item6{
	float: right;
	width: 61%;
	text-align: left;
	font-size: 14px;
    }


.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
}
 
.movie iframe {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

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


.footer {
	text-align: center;
padding-top: 20px;
	margin-bottom: 20px;
    width: 100%;
	font-size:10px;
	color: #000;
	clear: both;
}


.box {
position: relative;
padding: 20px 40px 10px;
text-align: center;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
margin-left: -7px;
text-align: left;
}

.box:before,.box:after{
content: '';
position: absolute;
top: -10px;
width: 2px;
height: calc(100% + 1em);
background-color: #000;
}

.box:before {
left: 10px;
}

.box:after {
right: 10px;
}

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

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

#globalNavi{
	width:100%;
	background-color: #009944;
	position: fixed;
	padding: 0 10px;
	border-bottom: 5px solid #000000;
	top:0;
	z-index: 99999;
}

#globalBase{
position:relative;
width: 1150px;
margin: 0 auto;
}

.midashi{
  position: relative;
  padding: 0.5rem 0.5rem calc(0.5rem + 5px);
  background: #fff100;
	font-size: 18px;
	margin-bottom: 20px;
}

.midashi:before{
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

h2 {
  position: relative;
  padding: 0.5rem 0.5rem calc(0.5rem + 5px);
  background: #fff100;
	font-size: 18px;
	margin-bottom: 20px;
}

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

#navi_top {
  height: 53px;
  z-index: 999;
  background-color:#000000;
  width:100%;
  padding:3px 0 0 ;
  margin:0;
  position: fixed;
}

#news_list{
background-color: #ffffff;
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:#000000;
width: 100%;
margin: 1px 0px;
text-decoration:none;
border-bottom: 1px solid #333;
font-size: 14px;
}
#news_list li a:hover{
	color:#cf413c;
}