* {
   box-sizing: border-box;
}

.err_box {
  display: none;
  position: absolute;
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: rgba(246,71,71,0.8);
  color: #fff;
  z-index: 9999;
  font-size:0.8em;
}

.err_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: rgba(246,71,71,0.8);
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

/*body*/
	html, body {
	background-color:#fff ;
	position: relative;
	margin:0;
	padding:0;
	color:#555;
	letter-spacing:2px;	
	font-family: futura-pt, source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	}
	
	header {
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:1000;
	}

	#header-menu-pc {
    float: right;
	}

	header a {
    color:#555;
	}

	header a:hover {
    color:#555;
    text-decoration: none;
	}

	#header-menu-sp {
    float:right;
	}

	#offcanvas-slide .menu-font {
    font-size:20px;
    margin-top:20px;
	}

	#offcanvas-slide a {
    color:white;
    text-align: left;
	}

	#offcanvas-slide hr {
    margin-top:20px;
	}	

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

	.bgimg-pic {
	height: 100vh;
	object-fit: cover;
	}

	p {
	margin:0;
	line-height:35px;
	}


@media screen and (min-width: 1024px) {	
    .main {
    width: 100%;
	margin: 0 auto;
    }

    .pc {
    display: block;
    }

    .sp {
	display: none;
	}

	.pad{
	padding-bottom:40px;
	}
	
	.pad100{
	padding-bottom:100px;
	}	
	
	.pad2{
	padding-bottom:10px;
	}	

	/*font*/
	
	h1 {
	margin:0;
	padding:0;
	letter-spacing:2px;
	font-family: futura-pt, source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:25px;
	text-align:center;
	color: #555;	
	}	
	
	h2 {
	margin:0;
	padding:0;
	letter-spacing:2px;
	font-family: futura-pt, source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	text-align:center;
	color: #555;
	}	
	
	/*ボタン*/	
	.button03 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 350px;
	color: #ffffff;
	background-color:#90a9ae;
	font-size: 18px;
	font-weight: 700;
	transition : all 0.5s ease 0s;
	}
	
	.button03 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	}
	
	.button03 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	}

	/*ボタン2*/	
	.button04 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3em 1em;
	width: 250px;
	color: #ffffff;
	background-color:#90a9ae;
	font-size: 13px;
	font-weight: 700;
	transition : all 0.5s ease 0s;
	}
	
	.button04 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	}
	
	.button04 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	}
	
	.p_weight {
	font-size:20px;
	line-height:40px;
	padding-bottom:10px;
	font-weight:700;
	}	
	
	
	/*header*/
	header {
	font-size:1.0em;
    }
	
	#header-logo {
	width:150px;
	float: left;
	margin-top:20px;
	margin-left:30px;
    }

	#header-tel {
	height:70px;
    }

    .header-pc-menus {
	margin-left:8px;
	margin-right:8px;
	}
	
    .header-pc-menus2 {
	margin-left:2px;
	margin-right:2px;
	}	
	
	.header-pc-menus a {
	text-decoration: none;
	color: #555;
	transition-property: all;
	transition: 0.3s linear;
	}
	
    .header-pc-menus a:hover {
	color: #999;
	text-decoration: none;
	}

	/*first*/
    .bg_test {
	background-image: url("../images/fst_top.jpg");
	background-size:  cover;
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right:300px;	
	margin-bottom:50px;
    }
	
    .bg_test2 {
	background-image: url("../images/fst_top2.jpg");
	background-size:  cover;
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right:300px;	
	margin-bottom:50px;
    }

    .bg_test3 {
	background-image: url("../images/fst_top3.jpg");
	background-size:  cover;
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right:300px;	
	margin-bottom:50px;
    }		

    .bg_ttl1 {
	width:130px;
    }
	
    .absolute {
	width:120px;
    }	

	/*item*/
	.container {
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding:20px 0 0 0;
	}	
	
	.ya {
	margin:50px;
	width:20px;
	}
	
	.item_box {
  display: flex;
  justify-content: center;
  gap: 0px 30px;
	}
	
	.item_box p{
  line-height:25px;
  font-size:12px;
	}
	
	.item_box img{
  width:200px;
	}		
	
	.btn_box {
  display: flex;
  justify-content: center ;
	}

	.btn_box>div {
    margin: 50px 20px;
}

	/*concept*/
	
    .bg_contents {
	background-image: url("../images/cntnt_top.jpg");
	background-size:  cover;
	margin-top:30px;
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: right;
	align-items: center;
    }

    .cntnt_bg {
	background-color:#bccbce;
	background-size: 250px;
	background-position: 30px 50px;
	background-image : url("../images/con_bg.png");
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
    }
	
    .cntnt_bg_img {
	width:600px;
	padding-bottom:100px;
    }	
	
    .cntnt_bg p {
	margin:0 auto;
	text-align:center;
	padding:0px 0 70px 0;
	line-height:50px;
	width:657px;
	font-size:18px;
    }
	
	.cntnt_bg h2 {
	font-size:30px;
	line-height:50px;
	padding-top:30px;
	letter-spacing:5px;
	font-weight:900;
    }

	/*feature*/
    .bg_fea {
	background-image: url("../images/fea_top.jpg");
	background-size:  cover;
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: right;
	align-items: center;
    }

	.fea_bg {
	background-color:#e0e2e0;
	background-size: 150px;
	background-position: 30px 50px;
	background-image : url("../images/bg_lacure.png");
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
		}	

	.fea_box {
	display: flex;
	justify-content: center;
	padding-top:30px;
	width:1000px;
	margin:0 auto;
	}
	
	.fea_box >div{
    margin: 20px 20px;
	}
	
	.item1 {
	flex-basis: 30%; 
	}
	
	.item2 {
	flex-basis: 40%; 
	text-align:left;
	}
	
	/*review*/
    .bg_rev {
	background-image: url("../images/rev_top.jpg");
	background-size:  cover;
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: right;
	align-items: center;
    }

    .rev_bg {
	background-color:#bccbce;
	background-size: 150px;
	background-position: 30px 50px;
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
    }
	
	.rev_box {
	width:800px;
	margin:0 auto;
	padding-bottom:20px;
	padding-top:30px;
	text-align:left;
	}

	
	.video-container {
	position: relative;
	padding-top:50px;
	}

	video {
	width: 800px;
	margin-bottom:5px;
	}
	
	.alt_p {
	text-align:left;
	width:800px;
	margin:0 auto;
		padding-bottom:70px;
	}	


	/*buy*/
	.buy{
	width:1000px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:100px;
	}	
	
	.example3{
    display: flex;
	justify-content: center;
	margin:0 auto;
	align-items:center;
	}

	.example3 img{
    width:100%;
	padding-left:20px;
	}

	.example3>div:last-of-type{
    margin-left: auto;
	}

	/*footer*/
	footer{
    width:100%;
	background-color:#e0e2e0;
	text-align:center;
	padding:100px;
	}
	
	footer li{
    display: inline;
	padding:10px;
	color:#555;
	}	
	
	footer img{
    width:150px;
	padding-bottom:20px;
	}
	footer a {
	text-decoration: none;
	color: #555;
	transition-property: all;
	transition: 0.3s linear;
	}
	
    footer a:hover {
	color: #999;
	text-decoration: none;
	}

    footer p {
	font-size:10px;
	}
	
    .foot_p2 {
	font-size:13px;
	}		
	
}
/*---------------------------------スマホ以外------------------------------------*/

@media screen and (min-width: 481px) and (max-width:1024px) {
	
	.pc {
	display: none;
	}
	
	.sp {
	display: block;
	}

	.main {
	width: 100%;
	}
	
	.pad{
	padding-bottom:40px;
	}
	
	.pad100{
	padding-bottom:100px;
	}	
	
	.pad2{
	padding-bottom:10px;
	}	

	#header-logo {
	width:100px;
	float: left;
	margin-top:20px;
	margin-left:20px;
	}
	
	
	header {
	height:70px;
	}
	

	/*font*/
	
	h1 {
	margin:0;
	padding:0;
	letter-spacing:2px;
	font-family: futura-pt, source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:25px;
	text-align:center;
	color: #555;	
	}	
	
	h2 {
	margin:0;
	padding:0;
	letter-spacing:2px;
	font-family: futura-pt, source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	text-align:center;
	color: #555;
	}	

	/*ボタン*/	
	.button03 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 330px;
	color: #ffffff;
	background-color:#90a9ae;
	font-size: 18px;
	font-weight: 700;
	transition : all 0.5s ease 0s;
	}
	
	.button03 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	}
	
	.button03 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	}

	/*ボタン2*/	
	.button04 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3em 1em;
	width: 250px;
	color: #ffffff;
	background-color:#90a9ae;
	font-size: 13px;
	font-weight: 700;
	transition : all 0.5s ease 0s;
	margin:20px auto;
	}
	
	.button04 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	}
	
	.button04 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	}

	.p_weight {
	font-size:20px;
	line-height:40px;
	padding-bottom:10px;
	}


	/*first*/
    .uk_tst {	
	height: 100vh;

    }	
	
    .bg_test {	
	background-image: url("../images/fst_top_pad.jpg");
	background-size:  cover;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    }
	
    .bg_test2 {
	background-image: url("../images/fst_top2_pad.jpg");
	background-size:  cover;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    }

    .bg_test3 {
	background-image: url("../images/fst_top3_pad.jpg");
	background-size:  cover;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    }		

    .bg_ttl1 {
	width:110px;
    }
	
    .absolute {
	width:120px;
    }		
	


	/*item*/
	.container {
	width:90%;
	margin:0 auto;
	text-align:center;
	padding:50px 0 0 0;
	}	
	
	.ya {
	margin:50px;
	width:20px;
	}
	
	.item_box {
	display: flex;
	flex-wrap: wrap;
	}

	.item_box>div {
    width:50%;
	}	
	
	.item_box p{
	font-size:12px;
	line-height:25px;
	}
	
	.item_box img{
	padding:10px;
	width:80%;
	}	
	
	.btn_box {
	display: flex;
	flex-flow: column;
	justify-content: center ;
	padding:40px 0;
	}
	
	.btn_box>div {
    margin: 10px 10px;
	}

	/*content*/
	
    .bg_contents {
	background-image: url("../images/cntnt_top.jpg");
	background-size:  cover;
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
    }

    .cntnt_bg {
	background-color:#bccbce;
	background-size: 150px;
	background-position: -10px 50px;
	background-image : url("../images/con_bg.png");
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
    }  

    .cntnt_bg h2 {
	width:80%;
	margin:0 auto;
	font-weight:900;
    }	
	
    .cntnt_bg p {
	margin:0 auto;
	text-align:left;
	padding:0px 0 30px 0;
	line-height:35px;
	width:80%;
    }
	
    .spimg{
	margin:0 0 50px 0;
	width:80%;
    }

	/*feature*/
    .bg_fea {
	background-image: url("../images/fea_top.jpg");
	background-size:  cover;
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: right;
	align-items: center;
    }

	.fea_bg {
	background-color:#e0e2e0;
	background-size: 100px;
	background-position: -20px 50px;
	background-image : url("../images/bg_lacure.png");
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
	}	

	.fea_box {
	display: flex;
	justify-content: center;
  flex-flow: column;	
	padding-top:30px;
	width:80%;
	margin:0 auto;
	}
	
	.fea_box >div{
    margin: 20px 20px;
	}
	
	.item1 {
	flex-basis: 30%; 
	order:1;
	}
	
	.item2 {
	flex-basis: 40%; 
	text-align:left;
	order:2;
	}
	
	/*review*/
    .bg_rev {
	background-image: url("../images/rev_top.jpg");
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: right;
	align-items: center;
    }

    .rev_bg {
	background-color:#bccbce;
	background-size: 150px;
	background-position: 30px 50px;
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
    }
	
	.rev_box {
	width: 80%;
	margin:0 auto;
	padding-bottom:20px;
	padding-top:30px;
	text-align:left;
	}
	
	.video-container {
	position: relative;
	padding-top:50px;
	}

	video {
	width: 80%;
	margin-bottom:5px;
	}
	
	.alt_p {
	text-align:left;
	font-size:15px;
	width: 80%;
	margin:0 auto;
	line-height:0px;
	padding-bottom:50px;
	}
	
	.alt_p2 {
	line-height:25px;
	}	



	/*buy*/
	.buy{
	width:100%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	}	
	
	.example3{
    display: flex;
	flex-flow: column;
	margin:0 auto;
	text-align:center;
	}
	
	.flex-item-1 {
	order: 1;
	}

	.flex-item-2 {
	order: 2;
	}

	.example3 img{
    width:100%;
	padding-bottom:30px;
	}
	.example3>div:last-of-type{
    margin-left: auto;
	}

	/*footer*/
	footer{
    width:100%;
	background-color:#e0e2e0;
	text-align:center;
	padding:100px 30px;
	}
	
	footer li{
    display: inline;
	margin:0 auto;
	color:#555;
	text-align:center;
	}	
	
	footer img{
    width:150px;
	padding-bottom:20px;
	}
	
	footer a {
	text-decoration: none;
	color: #555;
	transition-property: all;
	transition: 0.3s linear;
	}
	
    footer a:hover {
	color: #999;
	text-decoration: none;
	}

    footer p {
	font-size:10px;
	}
	
    .foot_p2 {
	font-size:13px;
	}		
	
	
	
	
}
/*---------------------------------スマホ------------------------------------*/
@media screen and (max-width: 480px) {

	.main {
	width: 100%;
	}
	
	.pc {
	display: none;
	}
	
	.sp {
	display: block;
	}
	
	.pad{
	padding-bottom:40px;
	}
	
	.pad100{
	padding-bottom:100px;
	}	
	
	.pad2{
	padding-bottom:10px;
	}	

	#header-logo {
	width:100px;
	float: left;
	margin-top:20px;
	margin-left:20px;
	}
	
	
	header {
	height:70px;
	}
	

	/*font*/
	
	h1 {
	margin:0;
	padding:0;
	letter-spacing:2px;
	font-family: futura-pt, source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:25px;
	text-align:center;
	color: #555;	
	}	
	
	h2 {
	margin:0;
	padding:0;
	letter-spacing:2px;
	font-family: futura-pt, source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	text-align:center;
	color: #555;
	}	

	/*ボタン*/	
	.button03 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 330px;
	color: #ffffff;
	background-color:#90a9ae;
	font-size: 18px;
	font-weight: 700;
	transition : all 0.5s ease 0s;
	}
	
	.button03 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	}
	
	.button03 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	}

	/*ボタン2*/	
	.button04 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3em 1em;
	width: 250px;
	color: #ffffff;
	background-color:#90a9ae;
	font-size: 13px;
	font-weight: 700;
	transition : all 0.5s ease 0s;
	margin:20px auto;
	}
	
	.button04 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	}
	
	.button04 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	}

	.p_weight {
	font-size:20px;
	line-height:40px;
	padding-bottom:10px;
	}


	/*first*/
    .uk_tst {	
	height: 100vh;

    }	
	
    .bg_test {	
	background-image: url("../images/fst_top_sp.jpg");
	background-size:  cover;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    }
	
    .bg_test2 {
	background-image: url("../images/fst_top2_sp.jpg");
	background-size:  cover;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    }

    .bg_test3 {
	background-image: url("../images/fst_top3_sp.jpg");
	background-size:  cover;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    }		

    .bg_ttl1 {
	width:60px;
    }	
	
    .absolute {
	width:120px;
    }		
	


	/*item*/
	.container {
	width:90%;
	margin:0 auto;
	text-align:center;
	padding:50px 0 0 0;
	}	
	
	.ya {
	margin:50px;
	width:20px;
	}
	
	.item_box {
	display: flex;
	flex-wrap: wrap;
	}

	.item_box>div {
    width:50%;
	}	
	
	.item_box p{
	font-size:12px;
	line-height:25px;
	}
	
	.item_box img{
	padding:10px;
	width:80%;
	}	
	
	.btn_box {
	display: flex;
	flex-flow: column;
	justify-content: center ;
	padding:40px 0;
	}
	
	.btn_box>div {
    margin: 10px 10px;
	}

	/*content*/
	
    .bg_contents {
	background-image: url("../images/cntnt_top.jpg");
	background-size:  cover;
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
    }

    .cntnt_bg {
	background-color:#bccbce;
	background-size: 150px;
	background-position: -10px 50px;
	background-image : url("../images/con_bg.png");
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
    }  

    .cntnt_bg h2 {
	width:80%;
	margin:0 auto;
	font-weight:900;
    }	
	
    .cntnt_bg p {
	margin:0 auto;
	text-align:left;
	padding:0px 0 30px 0;
	line-height:35px;
	width:80%;
    }
	
    .spimg{
	margin:0 0 50px 0;
	width:80%;
    }

	/*feature*/
    .bg_fea {
	background-image: url("../images/fea_top.jpg");
	background-size:  cover;
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: right;
	align-items: center;
    }

	.fea_bg {
	background-color:#e0e2e0;
	background-size: 100px;
	background-position: -20px 50px;
	background-image : url("../images/bg_lacure.png");
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
	}	

	.fea_box {
	display: flex;
	justify-content: center;
  flex-flow: column;	
	padding-top:30px;
	width:80%;
	margin:0 auto;
	}
	
	.fea_box >div{
    margin: 20px 20px;
	}
	
	.item1 {
	flex-basis: 30%; 
	order:1;
	}
	
	.item2 {
	flex-basis: 40%; 
	text-align:left;
	order:2;
	}
	
	/*review*/
    .bg_rev {
	background-image: url("../images/rev_top.jpg");
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: right;
	align-items: center;
    }

    .rev_bg {
	background-color:#bccbce;
	background-size: 150px;
	background-position: 30px 50px;
	background-repeat : no-repeat;
	text-align:center;
	padding:70px 0 0 0;
    }
	
	.rev_box {
	width: 80%;
	margin:0 auto;
	padding-bottom:20px;
	padding-top:30px;
	text-align:left;
	}
	
	.video-container {
	position: relative;
	padding-top:50px;
	}

	video {
	width: 80%;
	margin-bottom:5px;
	}
	
	.alt_p {
	text-align:left;
	font-size:15px;
	width: 80%;
	margin:0 auto;
	line-height:0px;
	padding-bottom:50px;
	}
	
	.alt_p2 {
	line-height:25px;
	}	



	/*buy*/
	.buy{
	width:100%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	}	
	
	.example3{
    display: flex;
	flex-flow: column;
	margin:0 auto;
	text-align:center;
	}
	
	.flex-item-1 {
	order: 1;
	}

	.flex-item-2 {
	order: 2;
	}

	.example3 img{
    width:100%;
	padding-bottom:30px;
	}
	.example3>div:last-of-type{
    margin-left: auto;
	}

	/*footer*/
	footer{
    width:100%;
	background-color:#e0e2e0;
	text-align:center;
	padding:100px 30px;
	}
	
	footer li{
    display: inline;
	margin:0 auto;
	color:#555;
	text-align:center;
	}	
	
	footer img{
    width:150px;
	padding-bottom:20px;
	}
	
	footer a {
	text-decoration: none;
	color: #555;
	transition-property: all;
	transition: 0.3s linear;
	}
	
    footer a:hover {
	color: #999;
	text-decoration: none;
	}

    footer p {
	font-size:10px;
	}
	
    .foot_p2 {
	font-size:13px;
	}		
	

	}
	
	
	