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

main{
	margin-top: 100px;
	margin-bottom: 120px;
}

/** history
---------------------------------------------------------------------------------*/
@media print, screen and (min-width: 640px) {
.history h3{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.history h3 span{
	display: block;
	font-size: 14px;
	color: #2da9e9;
	padding-top: 10px;
}
table{
	width: 80%;
	margin: 60px auto 0px;
}
th{
	padding: 15px 0;
	border-bottom: solid 1px #2da9e9;
	width: 20%;
	text-align: right;
	font-weight: bold;
}
.th_first{
	border-top: solid 1px #2da9e9;
}
td{
	padding: 15px 0 15px 40px;
	border-bottom: solid 1px #e0e0e0;
	width: 70%;
}
.td_first{
	border-top: solid 1px #e0e0e0;
}
.history{
	margin-bottom: 80px;
}
}
@media print, screen and (max-width: 639px) {

.history {
    margin-bottom: 40px;
	padding: 0 15px;
}
.history h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.history h3 span {
    font-size: 12px;
    padding-top: 5px;
}
.profile {
    margin-bottom: 40px;
	padding: 0 15px;
}
.profile h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.profile h3 span {
    font-size: 12px;
    padding-top: 5px;
}
th {
    padding: 10px 0;
	text-align: right;
	border-bottom: solid 1px #2da9e9;
    width: 30%;
	font-size: 13px;
}
.th_first{
	border-top: solid 1px #2da9e9;
}
td {
    padding: 10px;
    border-bottom: solid 1px #e0e0e0;
	font-size: 14px;
}
.td_first{
	border-top: solid 1px #e0e0e0;
}
	}