@charset "utf-8";
/*==============================================================================
	イノベーションまちづくり
==============================================================================*/
/*------------------------------------------------------------------------------
	ヘッダ
------------------------------------------------------------------------------*/
#wrap.renovation #subheader{
	margin:auto;
	max-width: 1200px;
}
#wrap.renovation #subtitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#wrap.renovation #subtitle h1 img{
	height: auto;
	max-width: 100%;
	border-radius:10px 10px 0px 0px;
}
#wrap.renovation #subtitle #subutil ul{
	display:flex;
	gap:15px;
	list-style-type: none;
}
#wrap.renovation #subtitle #subutil ul li{
	box-shadow:0 0 3px #8a8a8a;
}
#wrap.renovation #subtitle #subutil ul li a{
	display: block;
	padding:8px 32px 8px 72px;
	background-color: #CCC;
	text-decoration: none;
	transition:0.5s all;
}
#wrap.renovation #subtitle #subutil ul li:nth-child(1) a{
	background:#FFF462 url(images/renovation/header/mark_member.png) no-repeat left 32px top 10px;
}
#wrap.renovation #subtitle #subutil ul li a:hover{
	background-color:#FFFCDB;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
#wrap.renovation #subgnavi{
	margin:16px 0px 32px 0px;
	position: relative;
}
#wrap.renovation #subgnavi > ul{
	display:flex;
	list-style-type:none;
	border: 3px solid #62B0E3;
}
#wrap.renovation #subgnavi > ul > li{
	font-size:100%;
	text-align: center;
	box-sizing:border-box;
	display:flex;
	width: calc(100% / 5);
	border-left: 1px solid #62b0e3;
}
#wrap.renovation #subgnavi > ul > li:first-child{
	border-left:none;
}
#wrap.renovation #subgnavi > ul > li button{
	margin:0;
	padding:16px 10px 32px 10px;
	width:100%;
	display:block;
	color: #222;
	font-weight: bold;
	background-color: #FFF;
	text-decoration: none;
	box-sizing:border-box;
	transition: 0.5s all;
	position:relative;
	border:none;
	cursor: pointer;
}
#wrap.renovation #subgnavi > ul > li button::before{
	width:12px;
	height:12px;
	content:"";
	display:block;
	position:absolute;
	left:calc(50% - 6px);
	bottom:14px;
	border-bottom:2px solid #62B0E3;
	border-right:2px solid #62B0E3;
	transform:rotate(45deg);
	border-radius:1px;
	box-sizing:border-box;
}
#wrap.renovation #subgnavi > ul > li button.choice::before{
	transform:rotate(-135deg);
	bottom:8px;
}
#wrap.renovation #subgnavi ul > li button:hover,
#wrap.renovation #subgnavi ul > li button.choice{
	background-color:#EAF6FD;
}
/*　ドロップダウンリスト
------------------------------------------------------------------------------*/
#wrap.renovation #subgnavi .navi{
	width:calc(100% - 4px);
	display:none;
	position:absolute;
	background: #EAF6FD;
	left:2px;
	top:100%;
	z-index:100;
	box-shadow: 0 0 3px #8a8a8a;
}
#wrap.renovation #subgnavi .kenlower{
	text-align: left;
	padding:24px 32px 0 32px;
	box-sizing: border-box;
	display: flex;
}
#wrap.renovation #subgnavi .kendetail{
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
}
#wrap.renovation #subgnavi ul li .navi ul{
	display: flex;
	padding: 32px 0;
	margin-left:0;
  flex-wrap: wrap;
	list-style-type: none;
}
#wrap.renovation #subgnavi ul li .navi ul li{
	margin-left:30px;
	width:calc(100% / 4 - 30px);
	border-right: none;
	text-align: left;
	box-sizing:border-box;
}
#wrap.renovation #subgnavi ul li .navi li:last-child{
	border-bottom:none;
}
#wrap.renovation #subgnavi ul li .navi li{
	padding:15px 5px 15px 24px;
	position:relative;
	line-height: 1.4;
}
#wrap.renovation #subgnavi ul li .navi li::before{
	width:9px;
	height:9px;
	content:"";
	display:block;
	position:absolute;
	left:5px;
	top:calc(.9em + 8px);
	border:none;
	border-top:2px solid #1F70A3;
	border-right:2px solid #1F70A3;
	transform:rotate(45deg);
	border-radius:1px;
	box-sizing:border-box;
}
/*　閉じる
------------------------------------------------------------------------------*/
#wrap.renovation #subgnavi button.kenclose{
	margin:auto 0 auto auto;
	padding:5px 10px 5px 30px;
	font-size:75%;
	color:#222;
	background:#efefef;
	text-decoration:none;
	line-height:1.2;
	cursor:pointer;
	border:1px solid #CCC;
	width:auto;
	font-weight: normal;
	position: relative;
}
#wrap.renovation #subgnavi button.kenclose::before,
#wrap.renovation #subgnavi button.kenclose::after{
	content:"";
	position:absolute;
	display:inline-block;
	top:6px;
	left:15px;
	width:1px;
	height:12px;
	border:0;
	margin:0;
	padding:0;
	background-color:#222;
}
#wrap.renovation #subgnavi button.kenclose::before{
	transform:rotate(45deg);
}
#wrap.renovation #subgnavi button.kenclose::after{
	transform:rotate(-45deg);
}
#wrap.renovation #subgnavi button.kenclose:hover{
	background: #ccc;
}
/*------------------------------------------------------------------------------
	ローカルナビ
------------------------------------------------------------------------------*/
#wrap.renovation #menu{
	background:#eaf6fd;
	border-radius: 0;
}
#menu .menuwrap{
	border-radius: 0;
}
#wrap.renovation #menu h2{
	padding:16px 20px 16px 20px;
	color:#222;
}
#wrap.renovation #menu a{
	color:#222;
}
#wrap.renovation #menu ul li:not([class]) a::before,
#wrap.renovation #menu h4 a::before,
#wrap.renovation #menu h5 a::before{
  border-color:#999;
}
#wrap.renovation #menu ul li.choice{
	color:#222;
	background:#FFFCDB;
}
#wrap.renovation #menu ul li.choice::before{
  border-color:#186ba1;
}
#wrap.renovation #menu h3 a::before{
	background:#62B0E3;
	border-radius: 0;
	width: 2px;
}
#wrap.renovation #menu ul li:not([class]) a:hover,
#wrap.renovation #menu h3 a:hover,
#wrap.renovation #menu h4 a:hover,
#wrap.renovation #menu h5 a:hover{
	background:#FFFCDB;
}
/*------------------------------------------------------------------------------
	コンテント
------------------------------------------------------------------------------*/
#wrap.renovation #content h1,
#wrap.renovation #content2 h1{
	padding:30px 250px 30px 20px;
	background: url(images/renovation/content/h1_bg.png) no-repeat top 6px right,
		url(images/renovation/content/h1_bg_bottom.png) no-repeat bottom left,
		url(images/renovation/content/h1_bg_bottom.png) no-repeat top left;
	border:none;
}
#wrap.renovation #content h1::before,
#wrap.renovation #content2 h1::before{
	content:none;
}
#wrap.renovation #content h2,
#wrap.renovation #content2 h2{
	padding:8px 25px 12px 20px;
	color:#222;
	background: #D2F1FF;
	border-radius: 10px;
}

#wrap.renovation #content h3,
#wrap.renovation #content2 h3{
	border-bottom:none;
	padding-top: 8px;
	background: url(images/renovation/content/h3_bg.png) no-repeat left center;
}
#wrap.renovation #content h3:not([class])::before,
#wrap.renovation #content2 h3:not([class])::before{
	content:none;
}
#wrap.renovation #content h4,
#wrap.renovation #content2 h4{
	padding:8px 10px 6px 15px;
	background: #EBE7E2;
}
#wrap.renovation #content ul.objectlink li:not([class])::before,
#wrap.renovation #content2 ul.objectlink li:not([class])::before ,
#wrap.renovation #content ul:not([class]) > li:not([class])::after,
#wrap.renovation #content2 ul:not([class]) > li:not([class])::after {
	background-color: rgb(81, 112, 128);
}
#wrap.renovation #content ul.captionlink h2,
#wrap.renovation #content2 ul.captionlink h2,
#wrap.renovation #content .articleall .article h2,
#wrap.renovation #content2 .articleall .article h2{
	padding:8px 5px 8px 15px;
}
#wrap.renovation #content ul.captionlink h3,
#wrap.renovation #content2 ul.captionlink h3,
#wrap.renovation #content .articleall .article h3,
#wrap.renovation #content2 .articleall .article h3{
	padding:4px 5px 4px 15px;
}
#wrap.renovation #content ul.captionlink h3::before,
#wrap.renovation #content2 ul.captionlink h3::before,
#wrap.renovation #content .articleall .article h3::before,
#wrap.renovation #content2 .articleall .article h3::before{
	border-radius:15px;
	width: 6px;
	height: 20px;
	top:8px;
	left:5px;
}
#wrap.renovation #content ul.captionlink h4,
#wrap.renovation #content2 ul.captionlink h4,
#wrap.renovation #content .articleall .article h4,
#wrap.renovation #content2 .articleall .article h4,
#wrap.renovation #content ul.captionlink h5,
#wrap.renovation #content2 ul.captionlink h5,
#wrap.renovation #content .articleall .article h5,
#wrap.renovation #content2 .articleall .article h5,
#wrap.renovation #content ul.captionlink h6,
#wrap.renovation #content2 ul.captionlink h6,
#wrap.renovation #content .articleall .article h6,
#wrap.renovation #content2 .articleall .article h6{
	padding-left: 15px;
}
#wrap.renovation #content ul.captionlink li span.captionlinktitle,
#wrap.renovation #content2 ul.captionlink li span.captionlinktitle{
	padding:12px 5px 16px 15px;
	border-radius:10px;
}
#wrap.renovation #content ul.captionlink li span.captionlinktitle::before,
#wrap.renovation #content2 ul.captionlink li span.captionlinktitle::before{
	content:none;
}
#wrap.renovation #content dl{
	padding:15px 30px;
	box-sizing: border-box;
	background: #fffcdb;
	box-shadow: 0 0 3px #999;
}
#wrap.renovation #content dt{
	background:transparent;
	margin-bottom: 0;
}
#wrap.renovation #content dd{
	border:none;
	margin-bottom: 0;
}
#wrap.renovation #content h2,
#wrap.renovation #content2 h2{
	background: url(images/renovation/content/h2_bg.png) no-repeat left bottom;
  position: relative;
	border-radius: 0;
}
#wrap.renovation #pagequest{
	border-radius: 0;
}
#wrap.renovation #pagequest h2{
	padding:15px 5px 15px 25px;
	border-radius:0;
	background-color: #e1e1e1;
	background-image: none;
}
#wrap.renovation #reference h2{
	padding-top:20px;
	padding-bottom:0px;
	background: transparent;
}
#wrap.renovation #reference{
	background:#eaf6fd;
	border:2px solid #62B0E3;
	border-radius:0;
}
#wrap.renovation #reference p a.mail{
	padding:0px 5px 5px 32px;
	background-image: url(images/renovation/top/mail_renovation.png);
}
#wrap.renovation #content p.outline,
#wrap.renovation #content2 p.outline,
#wrap.renovation #content3 p.outline{
	background: #EFEFEF;
}
#wrap.renovation #content ul.listlink li:not([class])::before,#wrap.renovation #content2 ul.listlink li:not([class])::before,
#wrap.renovation #content ul li.thumbslist .thumbslink::before,#wrap.renovation #content2 ul li.thumbslist .thumbslink::before,
#wrap.renovation #content ul.listlink2 li::before,#wrap.renovation #content2 ul.listlink2 li::before,#wrap.renovation #petit ul.listlink2 li::before,
#wrap.renovation #content ul li.list::before,#wrap.renovation #content2 ul li.list::before{
	background: rgb(81, 112, 128);
}
#wrap.renovation #content h2.kanren.plus::before,#wrap.renovation #content2 h2.kanren.plus::before,
#wrap.renovation #content h2.kanren.plus::after,#wrap.renovation #content2 h2.kanren.plus::after,
#wrap.renovation #content h2.kanren.minus::before,#wrap.renovation #content2 h2.kanren.minus::before,
#wrap.renovation #content h2.kanren.minus::after,#wrap.renovation #content2 h2.kanren.minus::after{
	background: #019fe8;
}
/*　アンカー　*/
#wrap.renovation #anchor{
	background:#EAF6FD;
	padding: 20px;
	border-radius: 0;
}
#wrap.renovation #anchor ul.anchor li::before{
	border-top-color:rgb(81, 112, 128);
}
#wrap.renovation #content p.pagetop2 a::before,
#wrap.renovation #content2 p.pagetop2 a::before{
	border-bottom-color:#517080;
}
/*　アルバム　*/
#wrap.renovation #content .img2lows .imglows p span.imgtitle,
#wrap.renovation #content .img3lows .imglows p span.imgtitle,
#wrap.renovation #content .img4lows .imglows p span.imgtitle,
#wrap.renovation #content .img5lows .imglows p span.imgtitle,
#wrap.renovation #content2 .img2lows .imglows p span.imgtitle,
#wrap.renovation #content2 .img3lows .imglows p span.imgtitle,
#wrap.renovation #content2 .img4lows .imglows p span.imgtitle,
#wrap.renovation #content2 .img5lows .imglows p span.imgtitle{
	margin-top:5px;
	margin-bottom:10px;
	display:inline-block;
	font-size:120%;
}
/*　カード型　*/
#wrap.renovation #content ul.listcard li,
#wrap.renovation #content2 ul.listcard li{
	box-shadow:none;
}
#wrap.renovation #content ul.listcard li a,
#wrap.renovation #content2 ul.listcard li a{
	background: url(images/renovation/top/h2_bg.svg) no-repeat center top 180px;
	background-size: 200px;
}
#wrap.renovation #content ul.listcard li .listcardimg,
#wrap.renovation #content2 ul.listcard li .listcardimg{
  border-radius: 0;	
}
#wrap.renovation #content ul.listcard li:hover,
#wrap.renovation #content2 ul.listcard li:hover{
	background:transparent;
}
#wrap.renovation .smenu h2::before,
#wrap.renovation #secondlist ul li a::before,
#wrap.renovation #secondlist2 ul li a::before{
	content:none;
}
/*==============================================================================
	イノベーションまちづくりトップ
==============================================================================*/
/*------------------------------------------------------------------------------
	レイアウト
------------------------------------------------------------------------------*/
#wrap.renovation #pagebody.top,#wrap.renovation #content3{
	min-width: auto;
	max-width: none;
	width:100%;
}
/*------------------------------------------------------------------------------
	メイン画像
------------------------------------------------------------------------------*/
#recruitmain img{
	max-width: 100%;
	height: auto;
}
#recruitmain{
	background: #FFF;
	text-align: center;
}
/*------------------------------------------------------------------------------
	トピックス
------------------------------------------------------------------------------*/
#recruittopics{
	background: #FFF;
	padding:0;
	/* padding-top: 100px; */
}
#recruittopics .container{
	max-width:1200px;
	margin:auto;
	padding:0 0 56px 0;
	box-sizing: border-box;
	position: relative;
}
#recruittopics h2{
	text-align: center;
	padding:20px;
	margin-bottom:30px;
	font-size:250%;
	font-weight: 900;
	background: url(images/renovation/top/h2_bg.svg) no-repeat center bottom;
}
#recruittopics #info{
	margin-bottom:30px;
	display: flex;
	align-items: center;
	padding: 20px;
	background-color: #FFE9F0;
}
#recruittopics #info h3{
	padding:20px;
	box-sizing: border-box;
	width:25%;
	text-align: center;
	border-right:1px solid #F7C8D6;
	font-size: 125%;
}
#recruittopics #info ul{
	padding:20px 20px 20px 30px;
	box-sizing: border-box;
	list-style-type: none;
}
#recruittopics #info ul li{
	padding:5px 5px 5px 15px;
}
#recruittopics .flexwrap{
	display: flex;
	justify-content: space-between;
}
#recruittopics .flexwrap #topics{
	width:60%;
	margin: auto;
}
#recruittopics #topics #tab{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}
#recruittopics #topics #tab li{
	border:1px solid #efefef;
	width:calc(100% / 3 - 15px);
}
#recruittopics #topics #tab li a{
	display:block;
	text-align:left;
	padding:0px 24px;
	font-size:188%;
	border-radius:0;
	background: #efefef;
	font-weight: bold;
	line-height: 1.2;
}
#recruittopics #topics #tab li.ui-tabs-active{
	border:none;
	border-left: 3px solid #62b0e3;
}
#recruittopics #topics #tab li.ui-tabs-active a{
	position: relative;
	background: #FFF;
	text-decoration: none;
}
#recruittopics #topics #tab li.ui-tabs-active a:hover{
	background-color: #FFF;
}
#recruittopics #topics #tmenu{
	margin-top:-1px;
	padding:30px 10px 0 10px;
	position: relative;
}
#recruittopics #topics #tmenu ul{
	list-style-type: none;
}
#recruittopics #topics #tmenu ul li{
	margin-bottom:16px;
	padding-left: 24px;
	position: relative;
}
#recruittopics #topics #tmenu ul:not(.topicsdetail) li::after{
	margin-top:-5px;
	margin-left:-2px;
	width:10px;
	height:10px;
	content:"";
	position:absolute;
	top:50%;
	left:0;
	border-bottom:2px solid #62B0E3;
	border-left:2px solid #62B0E3;
	transform:rotate(225deg);
}
#recruittopics #topics #tmenu ul.topicsdetail{
	margin:30px auto 0 auto;
	width:30%;
	text-align: center;
}
#recruittopics #topics #tmenu ul.topicsdetail a{
	margin:auto;
	display: block;
	background: #FFF;
	padding:8px 24px;
	text-decoration: none;
	border: 2px solid #62B0E3;
	transition: 0.5s all;
}
#recruittopics #topics #tmenu ul.topicsdetail a:hover{
	background-color: #EAF6FD;
}
/*------------------------------------------------------------------------------
	まちづくりとは
------------------------------------------------------------------------------*/
#recruitwork .container{
	max-width:1200px;
	margin:auto;
	position: relative;
}
#recruitwork h2{
	text-align: center;
	padding:20px;
	margin-bottom:30px;
	font-size:230%;
	position:relative;
	text-align: center;
	background: url(images/renovation/top/h2_bg.svg) no-repeat center bottom;
}
#recruitwork h3{
	margin-bottom:40px;
	padding-left:35px;
	position: relative;
	font-size: 188%;
	line-height: 1.0;
	text-align: center;
}
#recruitwork .flexwrap{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#recruitwork .leftbox{
	width:calc(100% - 550px);
}
#recruitwork .leftbox h3{
	text-align: left;
	position: relative;
}
#recruitwork ul.flexstyle1{
	margin:0 0 0px -64px;
}
#recruitwork ul.flexstyle1 li{
	margin:0 0px 24px 64px;
	width:calc(100% / 3 - 64px);
	background:#EAF6FD;
	box-shadow: 0 0 5px #8e8e8e;
}
#recruitwork ul.flexstyle1 li a{
	padding:40px 32px 40px 32px;
	color:#222;
	font-size:135%;
	box-shadow:none;
	border-radius:10px;
	font-weight: normal;
}
#recruitwork ul.flexstyle1 li img{
	margin-bottom:24px;
}
#recruitwork ul.flexstyle1 li a span{
	line-height: 1.2;
}
#recruitwork ul.flexstyle1 li a:hover{
	background:#D2F3FF;
	box-shadow:none;
}
/*　メンター
------------------------------------------------------------------------------*/
#recruitwork .leftbox h3::before{
	width: 3px;
	height: 36px;
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 18px);
	background:#62B0E3;
}
#recruitwork .leftbox p{
	font-size:112.5%;
	margin: 30px 30px 30px 0;
	line-height: 2.0;
}
#recruitwork .leftbox p.btn{
	margin:20px auto;
	display: block;
	text-align: center;
	width:30%;
}
#recruitwork .leftbox p.btn a{
	display: block;
	background: #FFF;
	padding:8px 24px;
	text-decoration: none;
	border: 2px solid #62B0E3;
	transition: 0.5s all;
}
#recruitwork .leftbox p.btn a:hover{
	background-color:#EAF6FD;
}
#recruitwork .rightbox{
	width:460px;
}
/*　スライド
------------------------------------------------------------------------------*/
#recruitwork #slidelink1{
	margin-top:0;	
}
#recruitwork #slidelink1list ul{
	padding-bottom:30px;
}
#recruitwork #slidelink1list ul li {
  width:460px;
  box-shadow: none;
}
#recruitwork #slidelink1list ul li p{
	text-align: center;
	margin: 10px auto;
}
#recruitwork #slidelink1list ul li a{
	background:transparent;
}
#recruitwork #slidelink1scroll li{
	background: #517080;
	border-radius: 0;
	transition: 0.5s all;
}
#recruitwork #slidelink1scroll li a:hover img{ 
	transition: transform 0.2s ease; 
}
#recruitwork .tmenubtn{
	left:0;
}
#recruitwork .tmenubtn button.image_reel_stop::before{
	content:"";
	position: absolute;
	background:url(images/renovation/top/stop_off.png);
	left:0;
	top:0;
	width: 38px;
	height: 21px;
}
#recruitwork .tmenubtn button.image_reel_play::before{
	content:"";
	position: absolute;
	background:url(images/renovation/top/play_off.png);
	left:0;
	top:0;
	width: 38px;
	height: 21px;
}
/*------------------------------------------------------------------------------
	動画
------------------------------------------------------------------------------*/
#recruitmovie{
	background-size: cover;
	padding:0px 0 100px 0;
}
#recruitmovie .container{
	max-width:1200px;
	margin:auto;
	position: relative;
	padding-top: 50px;
}
#recruitmovie h2{
	text-align: center;
	padding:20px;
	margin-bottom:30px;
	font-size:230%;
	background: url(images/renovation/top/h2_bg.svg) no-repeat center bottom;
	position:relative;
}
#recruitmovie h2 span span:lang(en){
	text-transform: uppercase;
}
#recruitmovie h2::after{
	content:"";
	position: absolute;
	background: url(images/recruit/top/movie_bg.svg) no-repeat center center;
  left:calc(50% - 183px);
	top:-50px;
	width:183px;
	height: 93px;
	z-index:-1;
	background-size: contain;
}
#recruitmovie ul.flexstyle1.imgup li{
	margin:0 0px 10px 32px;
	padding:16px;
	width:calc(100% / 3 - 32px);
	box-sizing:border-box;
	background:#fff;
	box-shadow: 0 0 3px #666;
	transition: 0.5s all;
}
#recruitmovie ul.flexstyle1.imgup li:hover{
	background-color: #EFEFEF;
}
#recruitmovie ul.flexstyle1.imgup li img{
	flex-shrink: 0;
}
#recruitmovie ul.flexstyle1.imgup li a{
	margin:0px;
	padding:0px;
	display:inline-flex;
	position:relative;
	color:#222222;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	box-shadow:none;
	background-color: transparent;
}
#recruitmovie ul.flexstyle1.imgup li:hover{
	background: #EEE;
}
#recruitmovie ul.flexstyle1.imgup a span{
	padding:10px 6px 6px 6px;
	position:relative;
	left:auto;
	bottom:auto;
	background-color: transparent;
	text-align:center;
	vertical-align:middle;
	font-size: 112.5%;
}
/*------------------------------------------------------------------------------
	フッタ
------------------------------------------------------------------------------*/
#wrap.renovation #subfooter{
	background:#EAF6FD;
	clear: both;
}
#wrap.renovation #subfooter #reference{
	padding:40px 0 60px 0;
	border:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
#wrap.renovation #subfooter #reference h2{
	color:#222;
	font-size:150%;
	background: transparent;
	text-align:center;
	width:100%;
	margin: 8px 0;
	padding: 0;
}
#wrap.renovation #subfooter #reference p{
	padding:0;
	text-align: center;
	line-height: 2.0;
	letter-spacing:.075em;
}
#wrap.renovation #subfooter #reference a.mail{
	display: inline-block;
	margin-top:8px;
	padding:8px 24px 8px 48px;
	background-color: #FFF;
	background-position: left 16px center;
	text-decoration: none;
	background-image:url(images/renovation/top/mail_renovation.png);
	border: 2px solid #62B0E3;
	letter-spacing:0;
}