.main {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.mt200 {
    margin-top: 200px;
}
table {
	width:100%;
	margin-top:20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
    border-collapse: collapse;
}
table th {
	background-color: #F6D8CE ;
	text-align: left;
}
table td,th {
	padding:10px 1px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}
h1,h2 {
    font-size: 150%;
    border-bottom: 2px solid #ff0000;
    padding: 15px 5px;
    margin-bottom: 25px;
    text-align: center;
}
input,
input[type="submit"] {
    height: 35px;
    font-size: 120%;
    border-radius: 5px;
    box-shadow: 0 0px 10px #e4e4e4;
}
input#searchKeywords {
    width: 60%;
}
input#searchValue {
    width: 100px;
}
p.logout {
    margin: 100px 5px 5px 5px ;
    float: right;
}
p.logout a {
    text-decoration: none;
    font-size: 100%;
}
p.logout:nth-child(1) {
    right: 85px;
}
.clear {
    clear: both;
}
.clear.center {
    top: 100%;
    right: 0;
    position: absolute;
}
form {
    margin: auto;
    text-align: center;
}
button {
    height: 40px;
    font-size: 120%;
    border-radius: 5px;
    box-shadow: 0 0px 10px #e4e4e4;
}
input.text1 {
    height: 40px;
    width: 70%;
    font-size: 130%;
}
.nippou p {
    float: left;
    width: 49%;

}
.nippou p a:link {
    padding: 20px;
}
input {
    margin-bottom: 20px;
}
.red {
    color: #ff0000;
}


@media only screen and (max-width: 767px){
h1, h2 {
    margin-top: 100px;
}
input#searchKeywords {
    width: 40%;
}
.center {
    max-width: 100%;
}