@charset "utf-8";

/* common
///////////////////////////////////////////////////*/
*{
  margin: 0 auto;
  padding: 0 auto;
}
a{text-decoration: none;}
body{
  margin: 0 auto;
  min-width: 950px;
  height: 100%;
}
#wrap{
  height:100%;
  width:100%;
  background:url(../images/bg_wrap.png) 0 0 repeat;
}

/* メインビジュアル
///////////////////////////////////////////////////*/
.main-visual{
  width:100%;
  height: 100%;
  min-height:300px;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  background:url(../images/pattarn.png) 0 0 repeat;
}
.main-visual .main-visual-inner{
  position: relative;
  width:950px;
  margin:0 auto;
}
.main-visual .main-visual-inner img {
  position: absolute;
  margin:0;
  z-index: 2;
  top: 270px;
  left: 0px;
}
.main-visual video {
  margin: 0 auto;
  z-index: 1;
  width: 100%;
}

video#bgvid {
  opacity: 0.5;
}

/* 背景繰り返し
///////////////////////////////////////////////////*/
.isuconBG{
  width:950px;
  height: auto;
  margin:0 auto;
  padding:0 0 120px 0;
  background: url(../images/bg_load.png) 0 0 repeat-y;
}



/* コンテンツ0
///////////////////////////////////////////////////*/
.isucon00{
  width:100%;
  height: 600px;
}
.isucon00 .bg{
  position:relative;
  width:950px;
  height:600px;
  margin:0 auto;
  background:url(../images/bg_isucon00.jpg) 0 0 no-repeat;
}
.isucon00 h2 {
  position:absolute;
  width:770px;
  height:130px;
  margin:240px 0 0 100px;
}
.isucon00 p.c1{
  position:absolute;
  width:520px;
  height:40px;
  margin:400px 0 0 210px;
}
.isucon00 p.c2{
  position:absolute;
  width:520px;
  height:40px;
  margin:465px 0 0 210px;
}

/* コンテンツ１
///////////////////////////////////////////////////*/
.isucon01{
  height: 100%;
}
.isucon01 h2.ttl{
  width:950px;
  height:120px;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  background:url(../images/ttl_news.png) 0 0 no-repeat;
}
.isucon01 span{
  display: block;
  padding:80px 0 0 0;
  font-size:14px;
  font-weight:normal;
  color:#ffffff;
}

/* コンテンツ１:ニュース部分
///////////////////////////////////////////////////*/
.newsBox{
  overflow: hidden;
  margin: 0 auto 30px;
    padding: 0 0 40px;
}
.newsBox:last-child{
  margin: 0 auto 60px;
}
.newsBox a:hover{
  text-decoration:underline;
}
.newsBox .box{
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  padding: 10px;
  width: 278px;
  background-color:rgba(255,255,255,0.1);
}
.newsBox .box img{
  width:100%;
  margin:0 0 10px 0;
}
.newsBox .box h3{
  margin:0 0 5px 0;
  text-align:center;
}
.newsBox .box h3 a{
  font-size:16px;
  font-weight:normal;
  color:#ffcc00;
}
.newsBox .box p{
  font-size:14px;
  line-height:1.8em;
  margin: 0 0 5px 0;
  color:#aaa;
  text-align:center;
  border-bottom: 1px #777 dotted;
}
.newsBox .box p.gpName{
  font-size:14px;
  line-height:1.8em;
  margin: 0 0 5px 0;
  color:#fff;
  text-align:center;
  border-bottom: 0;
}
.box:last-child{
  margin: 0;
}
.box p{
  margin:0;
}
a.modal-open:hover{
  cursor: pointer;
}
/* コンテンツ１:モーダルウィンドウ部分
///////////////////////////////////////////////////*/
.modal-content{
  position: fixed;
  display: none;
  z-index: 33;
  width:640px;
  margin: 10px;

  padding: 0;
  border-radius: 10px;
  background: url(../images/pattarn_s.png) 0 0 repeat;
}
.modal-content a:hover{
  text-decoration:underline;
}
.modal-content a:hover.modal-close{
  text-decoration:none;
}
.modal-content h2{
  padding:10px 40px 10px 15px;
  font-size: 16px;
  line-height:24px;
  color:#ffffff;
  background-color:#002878;
border-top-left-radius: 5px; 
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px; 
}
.modal-content h2 span{
  display: inline;
  margin:0 5px 0 0;
  padding:0;
  font-size: 16px;
  font-weight:bold;
  line-height: 24px;
  color: #ffcc00;
}
.modal-content .modal-content-inner{
  margin: 15px;
  padding:0 15px 15px 15px;
  min-height:180px;
  overflow:auto;
  overflow-y:scroll;
  overflow-x:hidden;
}

.modal-content h3{
  font-size: 13px;
  font-weight:normal;
  color:#aaa;
  margin-bottom: 0.5em;
}
.modal-content img{
  float:left;
  width:260px;
  height:160px;
}
.modal-content img.non{
  float:none;
  width: auto;
  height: auto
}
.modal-content .textArea{
  float:left;
  width: 285px;
  margin-top:15px;
  margin-left:15px;
}
.modal-content .textArea p{
  font-size:14px;
  line-height:20px;
  text-align:left;
}
.modal-content .textArea p.paragraph{
  margin-bottom:15px;
}
a.modal-close{
  position: absolute;
  top: 6px;
  right: 10px;
  color: #ffffff;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
}
a.modal-close:hover{
  cursor: pointer;
  opacity: 0.6;
}
.modal-overlay{
  z-index: 22;
  display: none;
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  height:120%;
  background:rgba(0,0,0,0.5);
}

/* コンテンツ２
///////////////////////////////////////////////////*/
.isucon02{
  height: 100%;
}
.button {
  display: inline-block;
  width: 100px;
  height: 27px;
  text-align: center;
  outline: none;
  line-height: 27px;
  background-color: #333;
  border-radius: 10px;
  color: #fff;
}
.button:hover {
  letter-spacing: 3px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.isucon02 .btn01{
  position: absolute;
  top: 30px;
  left: 120px;
  z-index: 8;
}
.isucon02 .btn02{
  position: absolute;
  top: 130px;
  left: 10px;
  z-index: 8;
}
.isucon02 .btn03{
  position: absolute;
  top: 220px;
  left: 200px;
  z-index: 8;
}
.isucon02 h2.ttl{
  width:950px;
  height:120px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  background:url(../images/ttl_racingchair.png) 0 0 no-repeat;
}
.isucon02 span{
  display: block;
  padding:80px 0 0 0;
  font-size:14px;
  font-weight:normal;
  color:#ffffff;
}
.isucon02 p{
  text-align: center;
}
.choiceBox{
  position:relative;
  overflow: hidden;
  width: 890px;
  height:640px;
  margin: 0 auto 60px;
}
.isuarea{
  position:absolute;
  width: 380px;
  right: 0;
  top: 70px;
  height:auto;
}
.isuerabi{
  position:absolute;
  left:0;
}
.isupoint{
  position: absolute;
  top: 290px;
  left: 40px;
  margin: 30px 10px 0 10px;
  padding: 15px 15px 25px 15px;
  width: 500px;
  background-color: rgba(255,255,255,0.03);
  border-radius: 30px;
}
.isupoint p{
  color:#ffffff;
  text-align: center;
  font-size: 20px;
  font-weight:bold;
  margin:0 0 15px 0;
}
.isupoint ol a{
  text-decoration:none;
}
.isupoint ol a:hover{
  color:#ffcc00;
  text-decoration:underline;
}
.isupoint li{
  position:relative;
  text-align: left;
  margin:0 0 35px 0;
  padding:15px 20px;
  border-radius:60px;
  background-color: rgba(0,0,0,0.1);
}
.isupoint li:last-child{
  margin:0;
}
.isupoint li dl dt {
  position:absolute;
  top:-15px;
  left:0;
}
.isupoint li dl dd{
  position:relative;
  padding:0 0 0 75px;
}
.isupoint li dl dd a{
  font-size:16px;
  color:#ffcc00;
}
/* コンテンツ３:エントリー
///////////////////////////////////////////////////*/
.isucon03 h2.ttl{
  width:950px;
  height:120px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  background:url(../images/ttl_support.png) 0 0 no-repeat;
}
.isucon03 span{
  display: block;
  padding:80px 0 0 0;
  font-size:14px;
  font-weight:normal;
  color:#ffffff;
}

.isucon03 .call{
  width: 890px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.isucon03 .highschool{
  position:relative;
  float: left;
  margin: 0;
  width: 430px;
  padding:0 0 30px 0;
  background-color:rgba(255,255,255,0.1);
}
.isucon03 .highschool img{
  width:100%;
  margin: 0;
  height:200px;
}
.isucon03 .highschool h3{
  position:absolute;
  width:320px;
  height:100px;
  top:10px;
  left:60px;
  background:url(../images/txt_entry01.png) 0 0 no-repeat;
  text-indent:-9999px;
}
.isucon03 .highschool .highschoolTxt{
  padding:15px 30px;
}
.isucon03 .highschool .highschoolTxt p{
  color:#ffffff;
  font-size:14px;
}

.isucon03 .avenue{
  position:relative;
  float: right;
  margin: 0;
  width: 430px;
  padding:0 0 30px 0;
  background-color:rgba(255,255,255,0.1);
}
.isucon03 .avenue img{
  width:100%;
  margin: 0;
  height:200px;
}
.isucon03 .avenue h3{
  position:absolute;
  width:320px;
  height:100px;
  top:10px;
  left:60px;
  background:url(../images/txt_entry02.png) 0 0 no-repeat;
  text-indent:-9999px;
}
.isucon03 .avenue .avenueTxt{
  padding:15px 30px;
}
.isucon03 .avenue .avenueTxt p{
  color:#ffffff;
  font-size:14px;
}
.isucon03 .avenue .avenueTxt p.paragraph{
  margin:0 0 21px 0;
}

.isucon03 .machine{
  position:relative;
  float: left;
  margin: 0;
  width: 430px;
  padding:0 0 30px 0;
  background-color:rgba(255,255,255,0.1);
}
.isucon03 .machine img{
  width:100%;
  margin: 0;
  height:200px;
}
.isucon03 .machine h3{
  position:absolute;
  width:320px;
  height:100px;
  top:10px;
  left:60px;
  background:url(../images/txt_entry03.png) 0 0 no-repeat;
  text-indent:-9999px;
}
.isucon03 .machine .machineTxt{
  padding:15px 30px;
}
.isucon03 .machine .machineTxt p{
  color:#ffffff;
  font-size:14px;
}

.isucon03 .movie{
  position:relative;
  float: right;
  margin: 0;
  width: 430px;
  padding:0 0 30px 0;
  background-color:rgba(255,255,255,0.1);
}
.isucon03 .movie img{
  width:100%;
  margin: 0;
  height:200px;
}
.isucon03 .movie h3{
  position:absolute;
  width:320px;
  height:100px;
  top:10px;
  left:60px;
  background:url(../images/txt_entry04.png) 0 0 no-repeat;
  text-indent:-9999px;
}
.isucon03 .movie .movieTxt{
  padding:15px 30px;
}
.isucon03 .movie .movieTxt p{
  color:#ffffff;
  font-size:14px;
}
.isucon03 .movie .movieTxt p.paragraph{
  margin:0 0 21px 0;
}

.isucon03 .shiny-button {
  display: block;
  text-align: center;
  margin: 0 25px;
  border: 3px #3e942a solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #3e942a;
  background-image: -webkit-linear-gradient(top, #65a257 0%, #65a257 49%, #3e942a 50%, #3e942a 100%);
  background-image: -moz-linear-gradient(top, #65a257 0%, #65a257 49%, #3e942a 50%, #3e942a 100%);
  background-image: -o-linear-gradient(top, #65a257 0%, #65a257 49%, #3e942a 50%, #3e942a 100%);
  background-image: linear-gradient(top, #65a257 0%, #65a257 49%, #3e942a 50%, #3e942a 100%);
  -webkit-text-shadow: 3px 3px 3px #3e942a;
  -moz-text-shadow: 3px 3px 3px #3e942a;
  -o-text-shadow: 3px 3px 3px #3e942a;
  text-shadow: 3px 3px 3px #3e942a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 60px;
}
.isucon03 .shiny-button strong {
  letter-spacing: 1px;
  font-size: 22px;
}
.isucon03 .shiny-button:hover {
  color: #ffcc00;
}

/*
.isucon03 .shiny-button {
  display: inline-block;
  text-align: center;
  margin: 30px 25px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #B036CF;
  background-image: -webkit-linear-gradient(top, #b23ad0 0%, #b16cc2 48%, #B036CF 49%, #B036CF 82%, #b94dd4 100%);
  background-image: -moz-linear-gradient(top, #b23ad0 0%, #b16cc2 48%, #B036CF 49%, #B036CF 82%, #b94dd4 100%);
  background-image: -o-linear-gradient(top, #b23ad0 0%, #b16cc2 48%, #B036CF 49%, #B036CF 82%, #b94dd4 100%);
  background-image: linear-gradient(top, #b23ad0 0%, #b16cc2 48%, #B036CF 49%, #B036CF 82%, #b94dd4 100%);
  border-color: hsl(288, 4%, 51%);
  -webkit-box-shadow: inset 0 0 1px 1px #c367db, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #c367db, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #c367db, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #6d1f80;
  -moz-text-shadow: 1px 1px 1px #6d1f80;
  -o-text-shadow: 1px 1px 1px #6d1f80;
  text-shadow: 1px 1px 1px #6d1f80;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  padding: 13.2px 33px 13.2px 33px;
}
.isucon03 .shiny-button strong {
  letter-spacing: 1px;
  font-size: 22px;
}
.isucon03 .shiny-button:hover {
  color: #FFFFFF;
  background-color: #b542d2;
  background-image: -webkit-linear-gradient(top, #b746d3 0%, #b676c6 48%, #b542d2 49%, #b542d2 82%, #be59d7 100%);
  background-image: -moz-linear-gradient(top, #b746d3 0%, #b676c6 48%, #b542d2 49%, #b542d2 82%, #be59d7 100%);
  background-image: -o-linear-gradient(top, #b746d3 0%, #b676c6 48%, #b542d2 49%, #b542d2 82%, #be59d7 100%);
  background-image: linear-gradient(top, #b746d3 0%, #b676c6 48%, #b542d2 49%, #b542d2 82%, #be59d7 100%);
  border-color: hsl(288, 6%, 54%);
  -webkit-box-shadow: inset 0 0 1px 1px #c76fdd, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #c76fdd, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #c76fdd, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #77218c;
  -moz-text-shadow: 1px 1px 1px #77218c;
  -o-text-shadow: 1px 1px 1px #77218c;
  text-shadow: 1px 1px 1px #77218c;
}
.isucon03 .shiny-button:active {
  color: #FFFFFF;
  background-color: #a82fc6;
  background-image: -webkit-linear-gradient(top, #a12dbe 0%, #B036CF 100%);
  background-image: -moz-linear-gradient(top, #a12dbe 0%, #B036CF 100%);
  background-image: -o-linear-gradient(top, #a12dbe 0%, #B036CF 100%);
  background-image: linear-gradient(top, #a12dbe 0%, #B036CF 100%);
  padding: 14.2px 33px 12.2px 33px;
}
*/

/* コンテンツ４
///////////////////////////////////////////////////*/
.isucon04{
  height: 100%;
}
.isucon04 h2.ttl{
  width:950px;
  height:120px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  background:url(../images/ttl_kokuyoteam.png) 0 0 no-repeat;
}
.isucon04 span{
  display: block;
  padding:80px 0 0 0;
  font-size:14px;
  font-weight:normal;
  color:#ffffff;
}

.isucon04 .kokuyomap a {
  width:33px;
  height:42px;
  background:url(../images/icon_map.png) 0 0 no-repeat;
}
.isucon04 .kokuyomap a:hover {
  background:url(../images/icon_map_ov.png) 0 0 no-repeat;
}

.isucon04 .map01{
  position: absolute;
  top: 80px;
  right: 204px;
  z-index: 8;
}
.isucon04 .map02{
  position: absolute;
  top: 265px;
  right: 199px;
  z-index: 8;
}
.isucon04 .map03{
  position: absolute;
  bottom: 198px;
  right: 349px;
  z-index: 8;
}
.isucon04 .map04{
  position: absolute;
  bottom: 160px;
  right: 414px;
  z-index: 8;
}
.isucon04 .map05{
  position: absolute;
  bottom: 140px;
  left: 291px;
  z-index: 8;
}
.isucon04 .map06{
  position: absolute;
  bottom: 185px;
  left: 321px;
  z-index: 8;
}
.isucon04 .map07{
  position: absolute;
  bottom: 85px;
  left: 204px;
  z-index: 8;
}
.isucon04 .map08{
  position: absolute;
  bottom: 85px;
  left: 236px;
  z-index: 8;
}
.isucon04 .map09{
  position: absolute;
  bottom: 187px;
  right: 220px;
  z-index: 8;
}
.isucon04 .map10{
  position: absolute;
  top: 5px;
  left: 255px;
  z-index: 8;
}
.isucon04 .map11{
  position: absolute;
  bottom: 120px;

  left: 368px;
  z-index: 8;
}
.isucon04 .map12{
  position: absolute;
  top: 243px;
  right: 194px;
  z-index: 8;
}
.isucon04 .map13{
  position: absolute;
  bottom: 174px;

  left: 304px;
  z-index: 8;
}
.isucon04 .map14{
  position: absolute;
  bottom: 142px;
  left: 341px;
  z-index: 8;
}
.isucon04 .map15{
  position: absolute;
  bottom: 177px;
  right: 243px;
  z-index: 8;
}
.isucon04 .map16{
  position: absolute;
  top: 243px;
  right: 220px;
  z-index: 8;
}
.kokuyomap{
  margin: 0 auto 60px;
  width: 800px;
  position: relative;
}
/* コンテンツ３:地図のモーダルウィンドウ部分
///////////////////////////////////////////////////*/
.modal-content-map{
  position: fixed;
  display: none;
  z-index: 33;
  width:400px;
  min-height:160px;
  margin: 10px;
  padding: 0;
  border-radius: 10px;
  background: url(../images/pattarn_s.png) 0 0 repeat;
}
.modal-content-map a:hover{
  text-decoration:underline;
}
.modal-content-map a:hover.modal-close{
  text-decoration:none;
}
.modal-content-map h2{
  padding:10px 40px 10px 15px;
  font-size: 16px;
  line-height:24px;
  color:#ffffff;
  background-color:#002878;
border-top-left-radius: 5px; 
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px; 
}
.modal-content-map .modal-content-inner{
  margin: 15px;
  padding:0 15px 15px 15px;
  overflow:auto;
  text-align:left;
}

.modal-content-map h3{
  font-size: 13px;
  font-weight:normal;
  color:#aaa;
  margin: 10px 0 5px 0;
  border-bottom: 1px #aaa dotted;
}
.modal-content-map img{
  margin: 0 auto;
  width: 240px;
  float:left;
}

.modal-content-map p{
  font-size:14px;
  line-height:20px;
}
.modal-content-map p.paragraph{
  margin-bottom:15px;
}
a.modal-close{
  position: absolute;
  top: 6px;
  right: 10px;
  color: #ffffff;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
}
a.modal-close:hover{
  cursor: pointer;
  opacity: 0.6;
}


/* コンテンツ５
///////////////////////////////////////////////////*/
.isucon05 h2.otherM {
  width:890px;
  height:60px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  background:url(../images/ttl_otherM.png) 0 0 no-repeat;
}
.isucon05 h2.otherM span{
  font-size:24px;
  font-weight:bold;
  line-height:60px;
  color:#ffffff;
}

.isucon05 h2.otherS {
  width:430px;
  height:60px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  background:url(../images/ttl_otherS.png) 0 0 no-repeat;
}
.isucon05 h2.otherS span{
  font-size:24px;
  font-weight:bold;
  line-height:60px;
  color:#ffffff;
}

.kabu{
  width: 890px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.kabu a{
  display:block;
  width: 220px;
  margin: 80px auto 0 auto;
  background: #fff;
}
.kabu a:hover{
  opacity:0.75;
}
.kabu p{
  text-align: center;
  color: #fff;
}
.kabu .kabu_detail {
  width: 340px;
  margin: 30px auto 0 auto;
  padding: 15px;
  background: rgba(255,255,255,0.1);
}
.kabu .kabu_detail p {
  font-size:13px;
  color:#cccccc;
}

.jora{
  float:left;
  width: 430px;
  text-align:center;
}
.jora img{
  padding: 20px;
  width:220px;
  background: #fff;
}
.racing{
  float:right;
  width: 430px;
}
.racing-past a{
  display: inline-block;
  text-align: center;
  width:400px;
  margin: 15px 15px 0 15px;
  padding: 5px 15px;
  border: 3px #3e942a solid;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  background-color: #3e942a;
  background-image: -webkit-linear-gradient(top, #65a257 0%, #65a257 49%, #3e942a 50%, #3e942a 100%);
  background-image: -moz-linear-gradient(top, #65a257 0%, #65a257 49%, #3e942a 50%, #3e942a 100%);
  background-image: -o-linear-gradient(top, #65a257 0%, #65a257 49%, #3e942a 50%, #3e942a 100%);
  background-image: linear-gradient(top, #65a257 0%, #65a257 49%, #3e942a 50%, #3e942a 100%);
  -webkit-text-shadow: 3px 3px 3px #3e942a;
  -moz-text-shadow: 3px 3px 3px #3e942a;
  -o-text-shadow: 3px 3px 3px #3e942a;
  text-shadow: 3px 3px 3px #3e942a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.caution{
  margin: 0 auto;
  width: 890px;
}
.caution .caution_txt{
  margin: 0 auto;
  padding: 20px 0 60px 0;
  width: 800px;
}
.caution .caution_txt p{
  font-size:14px;
  color:#cccccc;
}