@charset "UTF-8";
/* CSS Document */

html {
	overflow: auto;
}

body { margin:0; padding:0; font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif; font-size: 15px; width: 100%; margin:0 auto;	overflow: hidden;
	}
	
.clear{clear:both}

a:link { color:#002269; text-decoration: none; }
a:visited { color:#002269;list-style: none; }
a:hover { color: #c8c8c8; }
a:active { color:#c8c8c8; }	

h1 a:link { color:#ffffff; text-decoration: none; }
h1 a:visited { color:#ffffff;list-style: none; }
h1 a:hover { color: #c8c8c8; }
h1 a:active { color:#c8c8c8; }	

h6 a:link { color:#ffffff; text-decoration: underline; }
h6 a:visited { color:#ffffff;list-style: none; }
h6 a:hover { color: #c8c8c8; }
h6 a:active { color:#c8c8c8; }	

.ac_navi_btn a:link { color:#ffffff; text-decoration: none; }
.ac_navi_btn a:visited { color:#ffffff;list-style: none; }
.ac_navi_btn a:hover { color: #c8c8c8; }
.ac_navi_btn a:active { color:#c8c8c8; }	

.lt_navi_btn a:link { color:#ffffff; text-decoration: none; }
.lt_navi_btn a:visited { color:#ffffff;list-style: none; }
.lt_navi_btn a:hover { color: #c8c8c8; }
.lt_navi_btn a:active { color:#c8c8c8; }	

.ld_navi_btn a:link { color:#ffffff; text-decoration: none; }
.ld_navi_btn a:visited { color:#ffffff;list-style: none; }
.ld_navi_btn a:hover { color: #c8c8c8; }
.ld_navi_btn a:active { color:#c8c8c8; }	

.ld_navi_btn2 a:link { color:#ffffff; text-decoration: none; }
.ld_navi_btn2 a:visited { color:#ffffff;list-style: none; }
.ld_navi_btn2 a:hover { color: #c8c8c8; }
.ld_navi_btn2 a:active { color:#c8c8c8; }	

.copy a:link { color:#c8c8c8; text-decoration: none; }
.copy a:visited { color:#c8c8c8;list-style: none; }
.copy a:hover { color: #c8c8c8; }
.copy a:active { color:#c8c8c8; }	


p{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 20px;
}

h1{width: 245px;
  height: 17px;
  line-height: 0;
  margin: 20px auto;
  padding-top: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	font-size: 30px;
	color: #002269;
	font-weight: normal;
	margin: 0px auto 0 auto;
	padding: 0;
}


h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}

h4{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 23px;
	color: #002269;
	font-weight: normal;
	margin: 0px 0 30px 0;
	padding: 0;
}

h5{	
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: left;
	font-size: 17px;
	color: #002269;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0px auto 0 auto;
	padding: 0;
}



h6 {	
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	background-color:  #002269;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1em;
	margin: 30px auto 20px auto;
	padding:15px 0;
}

table{
	border-bottom: 1px solid #c3c3c3;
	width: 95%;
	padding: 15px 0;
}

tr{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

th{
	text-align: left
}




header{
  width: 100%;
  height: 80px;
  margin: 0 0 0 0;
  background-color: #002269;
}

.headercontent{
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.languege{
	margin-top: 30px;
	display: flex;
	margin-right: auto;
}

.flag{
	margin: 0 5px;
}


.hsns{
	margin-top: 25px;
	margin-left: auto;
	display: flex;
}

.hsnsin{
	margin: 0 10px;
}

ul{
	padding: 0;
	margin: 30px 0;
}

li{
	list-style-type: none;
	color: #333333;
	margin-bottom: 20px;

}




#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#032567;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
}
#wrapper nav ul li {
    display:block;
    padding: 10px 28px
}

#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}

#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}

#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}

#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}



#wrapper .btn-gnavi.open span {
    background: #fff
}

#wrapper .btn-gnavi.open span {
    width: 24px;
}

#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}

#wrapper .contents section:nth-child(odd) p {
    left: 10%
}

#wrapper .contents section:nth-child(even) p {
    right: 10%
}



/*accendino*/


.main{
	margin: 0 auto;
	width:100%;
	height: 700px;
	padding: 0px;
	background-image: url(../images/ac_top/main.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 background-size: cover;
	 background-color: #002269;	
}

.shops{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 300px;
    padding: 200px 50px;
    }

.shop{
	margin: 0 40px;
	 	animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

.shop2_2{
	margin: 0 40px;
	 	animation: fadeIn 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}

.shop3{
	margin: 0 40px;
	 	animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
}

/* じわっと画像が表示される */
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
 

.ac_navi
	{ width: 100%;
		height: 70px;
		background-color: #002269;
		margin: 0 0 0 0;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #ffffff;
		font-weight: normal;
	}


.ac_navi_in{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
} 

.ac_navi_btn{
	font-size: 20px;
	width: 300px;
	padding: 20px;
	text-align: center;
}



.info{
	width:100%;
	height: 100%;
	padding:80px 0;
	background: #ffffff;
	}


.info_in{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.info p{
	width: 650px;
	color: #c8c8c8;
	font-size: 13px;
	line-height: 20px;
	margin:10px auto;
	padding: 0;
	}


.ac_info{
	margin: 80px 0;
}

.ac_info_in{
	display: flex;
	width: 600px;
	margin: 20px auto;
}

.ac_info_in_text{
	width: 300px;
}

.ac_info_in_text p{
	font-size: 15px;
	margin: 0 0 10px 0;
}

.texthead{
	margin-left: 20px;
}

.ac_info_shop{
	width: 600px;
	margin: 20px auto;
}

.ac_info_recruit{
	text-align: center;
	width: 600px;
	margin: 20px auto;
}



/*LaTRIPLETTA*/

.lt_main{
	margin: 0 auto;
	width:100%;
	height: 500px;
	padding: 0px;
	background-image: url(../images/lt/main.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-color: #002269;	
}

.lt_shops{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 300px;
    padding: 130px 50px;
    }

.lt_shop{
	margin: 0 40px;
}


.lt_navi
	{ width: 100%;
		height: 70px;
		background-color: #002269;
		margin: 0 0 0 0;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #ffffff;
		font-weight: normal;
	}


.lt_navi_in{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
} 

.lt_navi_btn{
	font-size: 20px;
	width: 201px;
	padding: 20px 0;
	text-align: center;
}

.lt_clm{
	width:100%;
	height: 100%;
	padding:80px 0;
	background: #ffffff;
}

.lt_in{
	width: 900px;
	margin: 0 auto;
}

.lt_in p{
	text-align: center;
	font-size: 16px;
}

.lt_in_feed{
	display: flex;
	width: 900px;
	margin: 0 auto;
}

.insta_thumb{
	width: 100%;
	margin-left: 10px;
}

.ltclmboth{
	margin: 20px 0 0 0;
	display: flex;
}

.ltclmboth2{
	margin: 100px 0 0 0;
	display: flex;
}

.place_right{
	margin-right: 25px;
}

.place_left{
	margin-left: 20px;
}


.placeleft{
	width: 50%;
}

.placeleft p{
	text-align: left;
	margin: 5px 0 20px 0;
}

.menu_in{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}

.menu{
	width: 90%;
	margin-left: 10px;
	
}

.map{
	margin: 0;
	padding: 0;
	line-height: 0;
}


/*LaDOPPIETTA*/

.ld_main{
	margin: 0 auto;
	width:100%;
	height: 500px;
	padding: 0px;
	background-image: url(../images/ld/main.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-color: #002269;	
}

.ld_shops{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 300px;
    padding: 130px 50px;
    }

.ld_shop{
	margin: 0 40px;
}


.ld_navi
	{ width: 100%;
		height: 70px;
		background-color: #002269;
		margin: 0 0 0 0;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #ffffff;
		font-weight: normal;
	}


.ld_navi_in{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
} 

.ld_navi_btn{
	font-size: 18px;
	width: 158px;
	padding: 20px 0;
	text-align: center;
}


.ld_navi_btn2{
	font-size: 17px;
	width: 188px;
	padding: 0px 0 0 15px;
	text-align: center;
}

.ld_menu{
	width: 880px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ld_menu img{
	width: 220px;
	margin: 5px;
}

.ld_menu_shyurui{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 95%;
}

.shyurui{
	width: 32%;
}

.ld_menu_shyurui p{
	font-size: 90%;
	}
	
	
.btn{
	width: 30%;
	height: 20px;
	background: #ffde04;
	color: #002269;
	padding:18px 40px 20px 40px;
	font-weight: bold;
	display: block;
	text-align: center;
	
}	
	

/*PARERMO PLUS*/

.pp_main{
	margin: 0 auto;
	width:100%;
	height: 500px;
	padding: 0px;
	background-image: url(../images/pp/main.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-color: #002269;	
}

	
	

footer{
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #002269;
}

.footerin{
	margin: 0 auto;
	width: 1000px;
}

.footer_clum{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    }


footer p{
	color: #ffffff;
	margin: 0;
}

.copy{
	font-size: 12px;
	text-align: center;
	padding:30px 0 0px 0;
	color: #c8c8c8;
}

		

a img.alph{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom:1;/* IE で filter を使うときには zoom:1; を指定する */}



a:hover img.alph{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;/* IE で filter を使うときには zoom:1; を指定する */}

.bold{
	font-weight: bold;	
}

.blue{
	color: #002269;
}

.small{
	font-size: 70%;
}

.small2{
	font-size: 70%;
	margin-left: 20px;
	}

.small3{
	font-size: 80%;
	font-weight: normal;
	}
	
.small4{
	font-size: 90%;
	font-weight: normal;
	}	

.letter{
	color: #333333;
}

.boldblue{	
	text-align: left;
	font-size: 17px;
	color: #002269;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px auto 0 auto;
	padding: 0;
}


@media screen and (min-width:1001px){
	.sp{
		display: none !important;
		}
}
	

@media screen and (max-width:1000px){

.pc{
		display: none !important;
		}

body {
	width: 100%;
	margin: 0 auto;
}



h1{width: 245px;
  height: 17px;
  line-height: 0;
  margin: 20px auto;
  padding-top: 20px;
  padding-right: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	font-size: 30px;
	color: #002269;
	font-weight: normal;
	margin: 0px auto 0 auto;
	padding: 0;
}


h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}

h4{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 23px;
	color: #002269;
	font-weight: normal;
	margin: 0px 0 30px 0;
	padding: 0;
}



header{
  width: 100%;
  height: 80px;
  margin: 0 0 0 0;
  background-color: #002269;
}

.headercontent{
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.languege{
	margin-top: 30px;
	display: flex;
	margin-right: auto;
}

.flag{
	margin: 0 5px;
}


.hsns{
	margin-top: 25px;
	margin-left: auto;
	display: flex;
}

.hsnsin{
	margin: 0 10px;
}

ul{
	padding: 0;
	margin: 30px 0;
}

li{
	list-style-type: none;
	color: #333333;
	margin-bottom: 20px;

}
		
/*accendino*/


.main{
	margin: 0 auto;
	width:100%;
	height:700px;
	padding: 0px;
	background-image: url(../images/ac_top/main.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 background-size: cover;
	 background-color: #002269;	
}

.shops{
	display: block;
    height: 250px;
    width: 250px;
    margin: 0 auto;
    padding: 20px 0px;
    }

.shop{
	margin: 20px 0px;
}

.shop2{
	margin: 50px 0;
	 	animation: fadeIn 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}

.shop3{
	margin: 20px 0px;
}


/*LaTRIPLETTA*/

.lt_main{
	margin: 0 auto;
	width:100%;
	height: 500px;
	padding: 0px;
	background-image: url(../images/lt/main.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-color: #002269;	
}

.lt_shops{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 300px;
    padding: 130px 50px;
    }

.lt_shop{
	margin: 0 40px;
}


.lt_navi
	{ width: 100%;
		height: 70px;
		background-color: #002269;
		margin: 0 0 0 0;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #ffffff;
		font-weight: normal;
	}


.lt_navi_in{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
} 

.lt_navi_btn{
	font-size: 18px;
	width: 195px;
	padding: 22px 0;
	text-align: center;
}

.lt_clm{
	width:100%;
	height: 100%;
	padding:80px 0;
	background: #ffffff;
}

.lt_in{
	width: 100%;
	margin: 0 auto;
}

.lt_in_feed{
	display: flex;
	width: 100%;
	margin: 0 auto;
}

.insta_thumb{
	width: 100%;
	margin-left: 10px;
}

.lt_in p{
	text-align: center;
	font-size: 16px;
}

.ltclmboth{
	margin: 20px 0 0 0;
	display: flex;
}

.place_right{
	margin-right: 20px;
}


.placeleft{
	width: 50%;
}

.placeleft p{
	text-align: left;
	margin: 5px 0 20px 0;
}

.menu_in{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}

.menu{
	width: 90%;
	margin-left: 10px;
	
}

.footerin{
	margin: 0 ;
	width: 95%;
}


}

@media screen and (max-width:600px){

h1{width: 1197px;
  height: 17px;
  line-height: 0;
  margin: 20px auto;
  padding-top: 20px;
  padding-right: 50px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
}

h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}



table{
	border-bottom: 1px solid #c3c3c3;
	width: 100%;
	padding: 15px 0;
}

tr{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

th{
	text-align: left
}


/*accendino*/
.ac_info_in{
	display: block;
	width: 90%;
	margin: 20px;
}

.ac_info_in_text{
	width: 100%;
}

.ac_info_in_text p{
	font-size: 15px;
	margin: 0 0 10px 0;
}

.texthead{
	margin-left: 20px;
}

.ac_info_shop{
	width: 90%;
	margin: 20px;
}

.ac_info_recruit{
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/*LaTRIPLETTA*/



.lt_navi_btn{
	font-size: 14px;
	width: 165px;
	padding: 10px 0;
	text-align: center;
}

.menu_in{
	display: block;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}

.menu{
	width: 95%;
	margin-left: 10px;
	
}

.lt_in_feed{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.insta_thumb{
	width: 100%;
	margin-left: 0px;
}



.ltclmboth{
	width: 100%;
	margin: 20px 0 0 0;
	display: block;
}

.ltclmboth2{
	margin: 100px 0 0 0;
	display: block;
}

.place_right{
	margin-right: 0px;
}

.place_left{
	margin-left: 0px;
}


.placeleft{
	width: 100%;
}

.placeleft p{
	text-align: left;
	margin: 5px 0 20px 0;
}





footer{
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #002269;
}

.footerin{
	margin: 0 auto;
	width:100%;
}

.footer_clum{
	display: block;
    display:block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    }


footer p{
	color: #ffffff;
	margin: 20px 0;
	font-size: 14px;
	
}

.copy{
	font-size: 12px;
	text-align: left;
	padding:30px 0 0px 0;
	color: #c8c8c8;
}


}

@media screen and (max-width:400px){

h1{width: 186px;
  height: 17px;
  line-height: 0;
  margin: 20px auto;
  padding-top: 20px;
  padding-right: 50px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 115%;
}


h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	font-size: 26px;
	color: #002269;
	font-weight: normal;
	margin: 0px auto 0 auto;
	padding: 0;
}

h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}

.hsnsin{
	margin: 0 5px;
}

/*accendino*/
.ac_info_in{
	display: block;
	width: 90%;
	margin: 20px;
}

.ac_info_in_text{
	width: 100%;
}

.ac_info_in_text p{
	font-size: 15px;
	margin: 0 0 10px 0;
}

.texthead{
	margin-left: 20px;
}

.ac_info_shop{
	width: 90%;
	margin: 20px;
}

.ac_info_recruit{
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/*LaTRIPLETTA*/

.lt_in{
	width: 95%;
	margin: 0 auto;
}

.lt_navi_btn{
	font-size: 15px;
	width: 165px;
	padding: 24px 0 0 10px;
	text-align: center;
}





}

