@charset "UTF-8";


/*全般設定*/
body {
 text-align: center; 
 color            : #FFFFDD;
 margin-right: auto;
 margin-left : auto;
 width:850px;
 font-family:"ヒラギノ丸ゴ Pro W3", "Hiragino maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#wrapper {

.box {
  width: 850px;
  height: 100vh;
}
@media screen and (max-width: 360px) and (max-width: 360px) {
  .box {
    width: 360px;
    height: 480px;
  }
}
}

/*メッセージ*/
#message {
width            : 850px;
background-color : #003300;
color            : yellow;
font-size        : 16px;
font-weight      : bold;
height           : 32px;
text-align       : center;
margin-left: auto; margin-right: auto;
padding-top: 3px;
border-radius: 5px;
}


/*ヘッダー*/
#header {
 background-image : url('../images/header.png');
 height           : 90px;
 width            : 850px;
border-radius: 8px;
margin-left: auto; margin-right: auto;
margin-top: 1px;
}
.header_left {
 float            : left;
 height           : 90px;
 width            : 415px;
}
.header_right {
 float            : left;
 height           : 90px;
 width            : 435px;

}

/*スライダー*/

#slider {
width: 547px;
height: 410px;
display: -webkit-flex;
display: flex;
clear: both;
}

.bxslider1{

}



/*フレックスボックス設定*/

#special {
width: 850px;
height: 410px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
justify-content: space-between;
margin-top: 1px;
}

.bxslider1{

}

.s2{

}



/*トップメニュー*/

#topmenu {
width: 680px;
height: 53px;
margin: 1px 0px 1px 0px;
clear: both;
}


/*フレックスボックス設定*/

#special2 {
width: 850px;
height: 51px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
justify-content: space-between;
margin: 1px 0px 1px 0px;
}

.line{

}

.button {
	display: inline-block;
	width: 169px;
	height: 51px;
	text-align: center;
	text-decoration: none;
	line-height: 51px;
	outline: none;
        background-color: #33CC00;
	color: #fff;
        border-radius: 5px;

}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color: #99CC00;
}

.menu{

}



/*Twitter & Facebook*/

#sns {
width: 850px;
height: 315px;
clear: both;
margin-left: auto; margin-right: auto;
}

.twitter {
width: 422px;
height: 310px;
max-width: 100%;
height:auto;
float: left;
}

.facebook {
width: 422px;
height: 310px;
float: right;
}

/*フットメニュー*/

#footmenu {
width: 100%;
height: 240px;
clear: both;
margin-left: auto; margin-right: auto;
}

.leftfoot {
width: 200px;
height: 240px;
float: left;
margin: 0px 5px 0px 0px;
background-color: #e8f8f5;
}

.centerfoot {
width: 440px;
height: 240px;
float: left;
margin: 0px 5px 0px 0px;
text-align: center;
background-color: white;
font-size: 16px;
font-weight: bold;
font: #ffffff;
}

.rightfoot {
width: 200px;
height:240px;
float: left;
background-color: #e8f8f5;
}

/*フッター*/

#footer {
width: 100%;
height: 150px;
clear: both;
background-color: #000044;
margin-top: 2px;
color: white;
font-size: 14px;
text-align: center;
padding-top: 1px;
}

.footlist ul li {
display: inline;
margin-right: 20px;
color: white;
text-decoration: none;
}

.daiichizemi {
color: white;
line-height: 0.5em;
text-decoration: none;
}

/*リンク先ページ*/
#contents {
width: 100%;
margin-top: 1px;
color: black;
}


/*校舎案内*/
#contents8 {
clear: both;
width: 850px;
margin-top:2px;
background-color: #7fffd4;
}
 .inform81 {
width: 100%;
height: 220px;
margin: 1px 0px 0px 1px;
color: black;
}
 .inform82 {
width: 100%px;
margin: 1px 0px 0px 0px;
color: black;
}


.informs1 {
width: 100%;
}
.informs1 {
width: 100%;
}
.informs2 {
width: 100%;
}
.informs3 {
width: 100%;
}
.informs4 {
width: 100%;
}
.informs5 {
width: 100%;
}
.informs6 {
width: 100%;
}

.jukucho1 {
width: 100%;
color: #000000;
}
.jukucho2 {
margin-top:10px;
width: 100%;
}
.jukucho3 {
width: 100%;
}
.jukucho4 {
width: 100%;
}
.jukucho5 {
width: 100%;
}
.jukucho6 {
width: 100%;
}
.jukucho7 {
width: 100%;
}

.toshin1 {
float: left;
width: 570px;
height: 215px;
}
.toshin2 {
float: right;
width: 280px;
height: 215px;
}


/* 点滅 */ 
.blinking { 
   -webkit-animation:blink 1.5s ease-in-out infinite alternate; 
   -moz-animation:blink 1.5s ease-in-out infinite alternate; 
    animation:blink 1.5s ease-in-out infinite alternate; 
} 

@-webkit-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

@-moz-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

@keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

.j2020_1 {
width: 100%;
height: 110px;
margin-top: 3px;
color: black;
background-color: #F5ECCE;
border: 2px black solid;
border-radius: 10px 10px 10px 10px; 
}

.j2020_2 {
margin-top: 3px;
width: 100%;
height: 140px;
color: black;
background-color: #F5ECCE;
border: 2px black solid;
border-radius: 10px 10px 0px 10px;
}

#contents9 {
width: 100%;
margin: 3px 50px 3px 50px;
color: black;
}

.yoshi_1 {
width: 100%;
height: 110px;
margin-top: 3px;
color: black;
background-color: #F5ECCE;
border: 2px black solid;
border-radius: 10px 10px 10px 10px; 
}

.yoshi_2 {
margin-top: 3px;
width: 100%;
height: 140px;
color: black;
background-color: #F5ECCE;
border: 2px black solid;
border-radius: 10px 10px 0px 10px;
}

#topics {
clear: both;
width: 100%;
color: black;
background-color: #F5ECCE;
}

#kokuritsu {
float: left;
width: 423px;
height: 650px;
color: black;
background-color: #F5ECCE;
overflow: auto;
}

#shiritsu {
float: right;
width: 423px;
height: 650px;
color: black;
background-color: #F5ECCE;
overflow: auto;
}

.kouta {
width: 100#;
height:180px;
color: black;
border: 2px black solid;
}

.kouta_1 {
width: 100%;
height: 110px;
margin-top: 3px;
color: black;
background-color: #F5ECCE;
border: 2px black solid;
border-radius: 10px 10px 10px 10px; 
}

.kouta_2 {
margin-top: 3px;
width: 100%;
height: 140px;
color: black;
background-color: #F5ECCE;
border: 2px black solid;
border-radius: 10px 10px 0px 10px;
}



/*フレックスボックス設定*/
#toshin {
  width: 850px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto; margin-right: auto;
}

/*GROW*/
.grow img {
  height: 110px;
  width: 163px;
  
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
  
.grow img:hover {
  width: 183px;
  height: 130px;
}

.t1 {
}

.t2 {
}

.t3 {
}
.t4 {
}
.t5 {
}

/*フレックスボックス設定*/
#yotuya {
  width: 850px;
  display: -webkit-flex;
  display: flex;
  margin-left: auto; margin-right: auto;
}

/*フレックスボックス設定*/
#yotuya1 {
  width: 850px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto; margin-right: auto;
}

.y1 {
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.y2 {
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.y3 {
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.y4 {
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}


/*フレックスボックス設定*/
#toshin1 {
  width: 850px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto; margin-right: auto;
}

.t07 {
}

.rum{
	width: 850px;
}
 
.rum:hover{
	animation: rumble 0.25s linear infinite;
}
 
@keyframes rumble{
100%	{transform:rotate(0.8deg)	translate(1px,-1px);}
}


/*フレックスボックス設定*/
/*東大特設　数学ゼミ*/

#toshin12 {
  clear: both;
  width: 850px;
  height: 155px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto; margin-right: auto;
}

.t04{
 border: 2px solid #555;
 border-radius: 2px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}


.t05{
 border: 2px solid #555;
 border-radius: 2px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/*フレックスボックス設定*/
#toshin13 {
  width: 850px;
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto; margin-right: auto;
}

.t01 {
}

.hover-opacity50:hover{
opacity:0.5;
}

.t03 {
}

.hover-opacity50:hover{
opacity:0.5;
}


#toshin11 {
  width: 850px;
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-left: auto; margin-right: auto;
}

/*ギャラリー全体のコンテナー*/
#stage {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}
/*全サムネイルのコンテナー*/
#thumbs {
	margin-left:2%;
}
/*サムネイルの幅、ポインターを手のひら*/
#thumbs label img {
	width:16%;
	cursor: pointer;
}
/*ラジオボタンを非表示に*/
#r1, #r2, #r3, #r4, #r5, #r6 {
	display: none;
}
/*表示写真の初期配置（全部透明に）とtransition設定*/
.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.photo img {
	width:100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
/*チェックされたサムネイルに相当する写真だけを表示*/
#r1:checked ~ #photo1 img, #r2:checked ~ #photo2 img, #r3:checked ~ #photo3 img, #r4:checked ~ #photo4 img, #r5:checked ~ #photo5 img, #r6:checked ~ #photo6 img {
	opacity: 1;
}

/*フレックスボックス設定*/
#mosi {
  clear: both;
  margin-top: 5px;
  width: 100%;
  height: 251px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.m1{
 border: 3px solid #555;
 border-radius: 3px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}


/*フレックスボックス設定*/
#mosi0 {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.m01 {
}

.m02 {
}

.hover-opacity50:hover{
opacity:0.5;
}

.m03 {
}

.m04 {
}

.m05 {
}

.m06 {
}

.m07 {
}

.m08 {
}

.m09 {
}

.m11 {
}

.hover-opacity50:hover{
opacity:0.5;
}


/*フレックスボックス設定*/
#mosi1 {
  clear: both;
  margin-top: 5px;
  width: 850px;
  height: 160px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.m2 {
border: 2px solid #555;
border-radius: 2px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.m3 {
border: 2px solid #555;
border-radius: 2px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}


/*フレックスボックス設定*/
#mosi2 {
  clear: both;
  margin-bottom: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.m001 {
}

.m002 {
}

.hover-opacity50:hover{
opacity:0.5;
}

.m003 {
}

.m004 {
}

.m005 {
}

.m006 {
}

.m007 {
}

.m008 {
}

.m009 {
}

.m010 {
}

.m011 {
}

.m012 {
}

.hover-opacity50:hover{
opacity:0.5;
}


/*フレックスボックス設定*/
#mosi3 {
  clear: both;
  margin-bottom: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.m0001 {
}

.m0002 {
}

.hover-opacity50:hover{
opacity:0.5;
}

.m0003 {
}

.m0004 {
}

.m0005 {
}

.m0006 {
}

.m0007 {
}

.m0008 {
}

.m0009 {
}

.m0010 {
}

.m0011 {
}

.m0012 {
}

.m0013 {
}

.m0014 {
}
.hover-opacity50:hover{
opacity:0.5;
}


/*フレックスボックス設定*/
#toshin2 {
  clear: both;
  margin-top: 5px;
  width: 850px;
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto; margin-right: auto;
}

.t100 {
border: 3px solid #555;
border-radius: 2px;
}

.hover-opacity50:hover{
opacity:0.5;
}

.t200 {
border: 3px solid #555;
border-radius: 2px;
}

.hover-opacity50:hover{
opacity:0.5;
}

#aisatsu1 {
  clear: both;
  margin-top: 3px;
  width: 850px;
  height: 434px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  margin-left: auto; margin-right: auto;

}

.aisatsu1 {
  border-radius: 6px;
  background-color: #7fffd4;
}
.aisatsu2 {
  border-radius: 6px;
  background-color: #7fffd4;
}

.aisatsu3 {
  border-radius: 6px;
  background-color: #7fffd4;
}

.aisatsu4 {
  border-radius: 6px;
  background-color: #7fffd4;
}

/*フレックスボックス設定*/
#toshin00 {
  clear: both;
  margin-top: 3px;
  width: 850px;
  height: 236px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto; margin-right: auto;
}

.t001 {
}

.hover-opacity50:hover{
opacity:0.5;
}

.t002 {
border: 3px solid #87CEEB;
border-radius: 3px;
}

.hover-opacity50:hover{
opacity:0.5;
}


/*フレックスボックス設定*/
#line1 {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.l1 {
}

.l2 {
}

.l3 {
}

.l4 {
}

.l5 {
}

.l6 {
}

.l7 {
}


/*フレックスボックス設定*/
#toshin000 {
  clear: both;
  margin-top: 3px;
  width: 850px;
  height: 185px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto; margin-right: auto;
}

.t10 {
}

.hover-opacity50:hover{
opacity:0.5;
}

.t20 {
border: 3px solid #87CEEB;
border-radius: 3px;
}

.hover-opacity50:hover{
opacity:0.5;
}

/*フレックスボックス設定*/
#sisutemu {
  width: 850px;
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto; margin-right: auto;
}

.s01{
width: 200px;
border: 3px solid #00FF99;
border-radius: 5px;
}

.s02{
width: 200px;
border: 3px solid #00FF99;
border-radius: 5px;
}

.s03{
width: 200px;
border: 3px solid #00FF99;
border-radius: 5px;
}

.s04{
width: 200px;
border: 3px solid #00FF99;
border-radius: 5px;
}



/* インセットボーダー */
.border:hover {
box-shadow: inset 0 0 0 200px #CCFFCC;
} 
     

div {

/*トランジションプロパティ */            
transition:all 1s;    

}
   

/*フレックスボックス設定*/
#sinia {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.ss1 {

.hover-opacity50:hover{
opacity:0.5;
}

.ss0 {
}

.ss2 {
}

.ss3 {
}

.ss4 {
}

.ss5 {
}

.ss6 {
}

.ss7 {
}

.ss8 {
}

.ss9 {
}

.ss10 {
}

.ss11 {
}

.ss12 {
}

.ss13 {
}

.ss14 {
}

.ss15 {
}

.ss16 {
}

.ss17 {
}

.ss18 {

.hover-opacity50:hover{
opacity:0.5;
}


/*フレックスボックス設定*/
#koukou1 {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.ks1 {

.hover-opacity50:hover{
opacity:0.5;
}

.ks2 {
}

.ks3 {
}

.ks4 {
}

.ks5 {
}c


/*フレックスボックス設定*/
#koukou2 {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.ks6 {
}

.ks7 {
}

.ks8 {
}

.ks9 {
}

.ks10 {

.hover-opacity50:hover{
opacity:0.5;
}


/*フレックスボックス設定*/
#tyuugaku {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.ts1 {

.hover-opacity50:hover{
opacity:0.5;
}

.ts2 {
}

.ts3 {
}

.ts4 {
}

.ts5 {
}

.ts6 {
}

.ts7 {
}

.ts8 {
}

.ts9 {
}

.ts10 {
}

.ts11 {
}

.ts12 {
}

.ts13 {
}

.ts14 {
}

.ts15 {

.hover-opacity50:hover{
opacity:0.5;
}



/*フレックスボックス設定*/
#syougaku {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.ss01 {

.hover-opacity50:hover{
opacity:0.5;
}

.ss02 {
}

.ss03 {
}


/*フレックスボックス設定*/
#syougaku1 {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.ss04 {
}

.ss05 {
}

.ss06 {
}

.ss07 {
}

.ss08 {

.hover-opacity50:hover{
opacity:0.5;
}



/*フレックスボックス設定*/
#sinnnenndo {
  clear: both;
  margin-top: 3px;
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.si1 {

.hover-opacity50:hover{
opacity:0.5;
}

.si2 {
}

.si3 {

.hover-opacity50:hover{
opacity:0.5;
}


/*フレックスボックス設定*/
#kousyuu {
  width: 850px;
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-left: auto; margin-right: auto;
}

.k1{

}







.noime{
	ime-mode: disabled; /* 半角英数固定 */
}
.imeoff{
	ime-mode: inactive; /* 移動してきた時に半角英数になる */
}
.imeon{
	ime-mode: active; /* 日本語入力モードに切り替え */
}
.imeauto {
	ime-mode: auto; /* 何も変更しない */


}/* ←CSSの一番最後に記述 */


}