/*
Template:twentythirteen
Theme Name:twentythirteen-child
*/

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 50px 0 0 20px;
	width: 100%;
}

/* 2024.11.28 レシポンシブ対応追加*/
input[type="submit"]{
	padding: 8px 20px 8px 20px;
	width: auto;
	max-width: 100%;
}
input{
    padding: 5px 10px 5px 10px;
}

th {
	width: 50%;
}

@media screen and (max-width:750px) {
	table{
		width: 100%;
	}
	input[type="submit"]{
		padding: 10px 3px;
		margin: 0;
	}
} 

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

.term_eng {
	border-top: None;
}

.sidebar .site-footer .widget {
    width: 400px;
}

.widget {
    background-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
}
