@charset "utf-8";
/* CSS Document */

body{
    background: #f5fffa;
	margin: 0;
}

body a:hover{
	cursor: pointer;
	opacity: 70%;
}

#wrapper{
	background: #fff;
	margin: 0 auto;
	width: 620px;
    padding: 60px 40px;
	box-shadow: 0px 0px 4px #d5d5d5;
}

header{
	width: 700px;
	margin: 0 auto;
}

header img{
	display: block;
	margin: 0 auto;
}

.btn{
    display: block;
    text-align: center;
    margin: 0 auto 60px;
    font-weight: 600;
    color: #fff;
    background: #21b7cf;
    padding: 20px 30px;
    width: 390px;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 3px 3px 8px #dadada;
	font-size: 16px;
}

.txt01{
	font-weight: 600;
    font-size: 15px;
}

.txt02{
    font-size: 14px;
}
.txt03{
    font-size: 12px;
}


table{
	border: 1px solid #666;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 14px;
	background: #f7ffff;
}

table th,td{
    padding: 10px 30px;
}

table th{
	width: 160px;
	text-align: left;
}

table a{
	text-decoration: none;
	color: #00715a;
}

footer{
	background-image: url("https://shop.gyosei.jp/contents/LGP/common/kaisou/image/bgshadow.png");
    background-repeat: repeat-x;
	background-color: #fff;
	padding: 30px 40px;
	width: 620px;
    margin: 0 auto;
}

.footer-container{
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.footer-container p{
	margin: 0;
	font-size: 12px;
    color: #666;
}

.footer-container img{
	width: 160px;
}



/*ダウンロードページ*/

.body_dl{
	background: #f7ffff;
}

.btn_dl{
	width: 270px;
	background: #25b698;
}

.table_dl{
	background: #f5fffa;
}

.table_dl th{
    width: 40px;
}
