@charset "utf-8";
/* CSS Document */

/*----だるまんマップ------*/
.contents_box {
	margin-bottom: 50px;
}
.contents_box p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
}
.contents_box p span {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
}


.mapbox {
	float: left;
	margin-right: 10px;
}
.mapbox_r {
	float: left;
}
.mapbox p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mapbox_r p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}
h3.daruman-map {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}

/* bpt
--------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.mapbox .l-btn a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/common/btn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.mapbox .l-btn a:hover {
	color: #008DD9;
	background-color: #F0FDFF;
	background-image: none;
}

.mapbox_r .l-btn a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/common/btn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.mapbox_r .l-btn a:hover {
	color: #008DD9;
	background-color: #F0FDFF;
	background-image: none;
}


.mapbox .l-btn_c a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/common/btn_chn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.mapbox .l-btn_c a:hover {
	color: #FF3300;
	background-color: #F0FDFF;
	background-image: none;
}

.mapbox_r .l-btn_c a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/common/btn_chn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.mapbox_r .l-btn_c a:hover {
	color: #FF3300;
	background-color: #F0FDFF;
	background-image: none;
}

.mapbox .l-btn_t a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0000FF;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/common/btn_tmn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.mapbox .l-btn_t a:hover {
	color: #0000FF;
	background-color: #F0FDFF;
	background-image: none;
}

.mapbox_r .l-btn_t a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0000FF;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/common/btn_twn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.mapbox_r .l-btn_t a:hover {
	color: #0000FF;
	background-color: #F0FDFF;
	background-image: none;
}


.clearboth {
	clear: both;
	height: 20px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}

