@charset "utf-8";

/* MOBILE */

body {
font-size: 13px;
}

ul {
padding: 0;	
}

.president {
margin: 0 1em 0 0;
}

table {
width: 100%;	
}

th,
td {
padding: 0.5em;
font-size: 60%;
text-align: left;
vertical-align: top;
}

/* YAKUIN */

.yakuin {
margin-bottom: 1em;
border: 1px solid #ccc;
border-collapse: collapse;
}

.yakuin th,
.yakuin td {
border: 1px solid #ccc;
}

.yakuin th {
background-color: #efefef;
}

/* OUTLINE */

.outline {
margin-bottom: 1em;
border: 1px solid #ccc;
border-collapse: collapse;
}

.outline th,
.outline td {
border: 1px solid #ccc;
}

.outline th {
background-color: #efefef;
}