
@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #01a9db;
  text-decoration: underline; 
}

a:visited {
  color: #6a0888;
  text-decoration: underline;
}

a:hover {
  color: #ff0040;
  text-decoration: underline;
}


/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.90em;
  text-align: center;
  line-height:1.7;

  padding: 0;
  margin: 0;
  background: linear-gradient(#AFFBD4,#AFFBD4,#AFFBD4,#73EDAE);
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0.2em auto 0;
  width: 800px;
  background-color: #E1FEEF;
}

#header {
  padding: 20px 30px 20px;
  background-color: black;
  height: 110px
}

#kurohaikei-one{
  float: left;
}

#kurohaikei-two{
  float: right;
}

#globalnavi {
  width: 90%;
  position: relative;
}

#contents {
  float: left;
  width: 560px;
  padding: 3em 20px 3em 20px;
 
  font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#floatcontents{
  margin: 30px 10px 40px 10px;
  background-color: white;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.32);/*影*/
  border-radius: 10px 10px 10px 10px;
  line-height:1.7;
}


#sidebar {
  float: right;
  width: 180px;
  padding: 4em 10px 2em;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  background-color: #71737c;
}

/* ---------------------------------------- #header内の指定 */

/* -- ふくしまから考える未来 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 1.8em;
  margin-left: 0em;
  height: 20px;
  width: 400px;
  padding-top: 10px
}

.logo-e {
  font-size: 1.0em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  height: 0px;
  width: 600px;
}

.logo-e a {
  font-size: 30px;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight: bold;
  text-decoration: none;
  color: lightgreen ;
  transition: all 1000ms 0s ease;
}

.logo-e a:hover {
  text-decoration: none;
  color: white;
  transition: all 1000ms 0s ease;
  text-shadow: 200px 5px 3px yellow,0px 0px 3px #ffffff;
}

.logo a {
  font-size: 35px;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight: bold;
  text-decoration: none;
  color: lightgreen ;
  transition: all 1000ms 0s ease;
}

.logo a:hover {
  text-decoration: none;
  color: white;
  transition: all 1000ms 0s ease;
  text-shadow: 200px 5px 3px yellow,0px 0px 3px #ffffff;
}



.language-e {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;

    
    top: 0px;
    right: 10px;
    wigth: 30px;
    float: right;
}

.language-e:hover{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #00CCFF;
    border-top: solid 6px #FFFFFF;
    border-bottom: none;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;

    
    top: 0px;
    right: 10px;
    wigth: 30px;
    float: right;
}


.language-e p {
    margin: 0; 
    padding: 0;
    text-decoration: none; 
    color: white;
}
.language-e a {
    margin: 0; 
    padding: 0;
    text-decoration: none; 
    color: white;
}



/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 740px;
  list-style-type: none;
  position: absolute;
  background: linear-gradienta(#5acec4,#4aa8a0);
  margin-left: 30px;
  top: 5px;
}

#globalnavi li {
  width: 121px;
  float: left;
  margin-right: 2px;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background: linear-gradient(#4A4B4A,#010201);
  color: #77A9A5;
  font-weight: bold;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.33);;
}

#globalnavi li a:hover {
  background: linear-gradient(#266cc1,#5896e2);
  color: #ffffff;
  transition: all 500ms 0s ease;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1.7em;
  margin-bottom: 1.7em;
  padding: 5px  5px 5px;
  border-left: 10px solid orange;
  border-bottom: 1px solid orange;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

#smallmidashi {
 font-size: 25px;
 font-weight: bolder;
 padding: 0px 0px 0px;
}

#smallmidashi:first-letter {
 font-size:35px;
 color: blue;
}
/* -- 文字 -- */
#floatcontents{
  padding: 30px 25px 40px 25px;
}
#contents p {
  line-height: 2.0;
  margin : 1.5em 0px;
  font-size: 17px;
}

#contents div {
  line-height: 2.0;
  margin : 1.5em 0px;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 1em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
  font-family: solid:
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- ふくしまから考える未来 -- */
.sidetitle {
  padding: 0.5em 0.5em;
  margin: 2em 0em 0.5em 0em;
  font-weight: bold;
  background: linear-gradient(#fcfcfc,#f4f7f7);
  box-shadow: 0 3px 4px rgba(110, 144, 145);/*影*/
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 保留;
}

.localnavi li {
  display: inline;
  }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 2px;
  color: #000000;
  background: linear-gradient(#f7f7f7,#e0e0e0);
  border-bottom: 3px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  color: white;
  background: linear-gradient(#3f3f3f,#666666);
  border-bottom: 3px solid #168284;
  transition: all 100ms 0s ease;
}



#nuclair{
  display: none;
 
}
#nuclair:hover{
  display: block;
  position: absolute;
  opacity: 0.92;
}

#evacuation{
  display: none;
}
#evacuation:hover{
  display: block;
  position: absolute;
  opacity: 0.92;
}

#seventeen{
  display: none;
 
}
#seventeen:hover{
  display: block;
  position: absolute;
  opacity: 0.92;
}

#eighteen{
  display: none;
}
#eighteen:hover{
  display: block;
  position: absolute;
  opacity: 0.92;
}

#action{
  display: none;
}
#action:hover{
  display: block;
  position: absolute;
  opacity: 0.92;
}


#paper{
  display: none;
}
#paper:hover{
  display: block;
  position: absolute;
  opacity: 0.92;
}


#future{
  display: none;
}
#future:hover{
  display: block;
  position: absolute;
  opacity: 0.92;
}

#smallpage{
  display: none;
}
#smallpage:hover{
  display: block;
  position: absolute;
  opacity: 0.92;
}



.localnavi:hover + #nuclair{
  display: block;
  position: absolute;
  opacity: 0.92;
}

.localnavi:hover + #evacuation{
  display: block;
  position: absolute;
  opacity: 0.92;
}

.localnavi:hover + #seventeen{
  display: block;
  position: absolute;
  opacity: 0.92;
}

.localnavi:hover + #eighteen{
  display: block;
  position: absolute;
  opacity: 0.92;
}

.localnavi:hover + #paper{
  display: block;
  position: absolute;
  opacity: 0.92;
}


.localnavi:hover + #action{
  display: block;
  position: absolute;
  opacity: 0.92;
}

.localnavi:hover + #future{
  display: block;
  position: absolute;
  opacity: 0.92;
}

.localnavi:hover + #paper{
  display: block;
  position: absolute;
  opacity: 0.92;
}



.smallpage{
  list-style-type: none;
  padding-top: 4px;
  width: 170px;
  background-color: #464646;
 
}
.smallpage a{
  padding: 2px 2px 2px 5px;
  color: #88F1E1;
  text-decoration: none;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.smallpage a:hover{
  color: #ffffff;
  transition: all 100ms 0s ease;
  letter-spacing: 1px;
  border-width: 1px;
  transition: all 100ms 0s ease;
}








.floatleft{
 float: left;
}

.floatright{
 float: right;
}

.air{
 padding-top: 100px;
}

.yellow{
 background: linear-gradient(transparent 50%, yellow 50%);
 font-weight: bold;
}

.redsolid{
 color: red;
 font-weight: bold;
}

.solid{
 font-weight:bold;
}

.matome{
 padding-top: 100px;
}


/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }

