/*
Styles for custom.
@charset "UTF-8";
*/
@charset "Shift_JIS";

.clearFix:after {
    content: " ";
    clear: both;
    height: 0px;
    display: block;
    visibility: hidden;
}
body {
}
.disp-off {
    display: none;
}
a,
a:visited {
    color: #0084ff;
    text-decoration:none !important;
}
a:hover {
    text-decoration:underline !important;
}
td:nth-child(1) {
    /* background-color: #FAFAFA !important; */
    white-space: nowrap;
    /* border-left: 1px solid rgba(0, 0, 0, 0.1); */
}
.att {
    padding-left: 1em;
    text-indent: -1em;
    color: #FD3F55;
    /* width: 100%; */
}
.font-small {
    font-size: 75%;
}
.address-small {
    font-size: 80%;
    color: #848484;
}
a.btn,
a.btn:visited {
    display:block;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
    font-weight: 700;
	padding: 10px 10px;
    text-align: center;
    cursor: pointer;
}
a.btn:hover {
	background-color:#B6B6B6;
    text-decoration: none !important;
    opacity: 0.8;
}
.pdffile {
    background: url("../ep_images/pdf16.png") no-repeat scroll left 0.2em transparent;
    padding: 0px 0px 0px 18px;
}
.list-style-none-indent {
    list-style:none;
}
.list-style-none-indent li {
    
}
/***************************

        CUSTOM

 ***************************/
body {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 8px;
    padding: 0;
    background-image: none;
    background-color: #f4fff3;
    border-top: 2px solid #92d050;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
}
.contents {
    padding: 8px;
}
#top-logo img {
    max-width: 460px;
    width: 70%;
    height: auto;
}
.main-img table {
    max-width: 642px !important;
    border: 1px solid #ccc;
    border: none;
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.main-img img {
    width: 100% !important;
    height: auto !important;
}
.main-img .td-img {
    width: 80% !important;
    height: auto !important;
}
.main-img .td-menu {
    width: 10% !important;
    height: auto !important;
}
.infomation {
    padding: 0 15px;
}
.infomation table {
    width: 100% !important;
    height: auto !important;
    max-width: 702px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.infomation table td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 5px 4px 8px;
}
#footer {
    padding: 30px 10px;
    font-size: 11px;
    color: #404040;
    text-align: center;
    background-color: #92d050;
}

.page table {
    /* border: 0 !important; */
}