@charset"utf-8";
/* ===================================================================================================
	基本設定
=================================================================================================== */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
img{
	margin:0;
	padding:0;
}

#contents{
	width:90%;
	margin:0 auto;

}

/* ===================================================================================================
	tab
=================================================================================================== */
ul.tab {
    list-style: none;
}
ul.tab li {
    float: left;
    margin-right: 10px;
    padding: 10px;
    background-color: #f2f2f2;
    color: #666;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}
ul.tab li:hover {
    color: #FF0000;
}
ul.tab li.active {
    background-color: #999;
    color: #fff;
}
div.tabContent {
    clear: both;
    border: 1px solid #ccc;
    padding: 20px;
    width: 95%;
    margin:0 auto;
    display: none;
}
div.active {
    display: block;
}
/* ===================================================================================================
	table
=================================================================================================== */
table{
	width:100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table thead th {
	width: 20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #04162e;
	border:1px solid #ccc;
	text-align: center;
}
table th {
	width: 20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border:1px solid #ccc;
}
table td {
	width: 80%;
	padding: 10px;
	vertical-align: top;
	border:1px solid #ccc;
}
table .even {
	background: #f3f6f7;
}

/* ===================================================================================================
	content
=================================================================================================== */
.m0{
	margin: 0;
}
h1{
	font-size:130%;
   text-align:center;
}
.henkan{
	width:90%;
	/*height:300px;*/
	margin:0 auto;
}
.henkan_table{
	background-color:#AAA;

}
.bold{
	font-weight:bold;
	margin-bottom:0;
}
.tukaikata{
	width:100%;
	margin-top:-20px;
}
.tukaikata ol{
	margin:0;
}
div#addr_en{
	background-color: #f2f2f2;
        border: 1px solid #000;
        height:100px;
        padding: 10px;
}

button#btn_search{
    cursor: pointer;
	cursor: hand;
}

button.square_btn{
	width:250px;
    display: inline-block;
    padding: 0.8em;
    text-decoration: none;
    background: #1A237E;/*ボタン色*/
    color: #FFF;
    border: none;
    border-radius: 3px;
    font-weight:bold;
    font-size:100%;
    cursor: pointer;
	cursor: hand;
}
button.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

.button_wrapper{
   text-align:center;
   margin:20px 0 20px 0;
}
input.zip1{
	width:5em;
}
input.banchi{
	width:95%;
}
#footer{
	margin-top: 1%;
	padding:1% 0;
	color: #666;
}
.copy{
	text-align: center;
}