@charset "UTF-8";

/* !mapArea
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
.mapArea01 {
	margin-bottom: 30px;
}
}
/* !ContactsGuidance
---------------------------------------------------------- */
.contactsGuidance01 {
	text-align: left;
	padding: 5px 0 0;
}
	.contactsGuidance01 .txt {
		padding: 11px 16px;
		border: 1px solid #e4e4e4;
		font-size: 130%;
	}
		.contactsGuidance01 .txt a {
			color: #1163c0;
			text-decoration: underline;
		}
		.contactsGuidance01 .txt a:hover {
			opacity: .75;
			text-decoration: none;
		}
@media screen and (min-width: 768px) {
.contactsGuidance01 {
	text-align: center;
	padding: 0;
	margin-bottom: 70px;
}
	.contactsGuidance01 .txt {
		font-size: 100%;
	}
}

/* header */
    .country {
        width: 192px;
        border-right: 2px solid #909090;
    }
    .country div {
        display: inline-block;
        width: 150px;
        height: 2.4em;
        line-height: 2.4em;
        margin: 0 0 30px 20px;
        border-radius: 1.2em;
        background-color: #333;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        text-align: center;
        border:solid 1pz red;
    }
    .country img {
        margin: -2px 5px 0 0;
        vertical-align: middle;
    }


/* kv */
.themePage .subTit{
    color: #fff;
    text-shadow: 3px 3px 6px #262323;
}
.themePage .mainTit01 .tit{
    color: #fff;
    text-shadow: 2px 2px 2px #262323;
    font-size: 18px !important;
    font-weight: 400;
}
