/*************************************************
*******  サービスセンター案内デザイン用  *********
*************************************************/

/*************************************************
FireFox対策
*************************************************/
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

/*************************************************
  共通
*************************************************/
.main {
	width:				805px;
	position:			relative;
	background-color:	#FFFFFF;
	text-align:			center;
	margin-left:		auto;
	margin-right:		auto;
	font-weight:		bold;
}

/* テキスト表示位置	*/
.Fooder {
	text-align:	center;
	vertical-align：bottom;
	clear:left;
}

.Font18 {
	font-size:	18pt;
	text-align:	center;
}
.Font14 {
	font-size:	14pt;
	text-align:	center;
}


/************************************************
  事業所情報
************************************************/
/*** 内容 ***/
table {
	border: 		1px #000000 solid;
	margin-left: 	auto;
	margin-right:	auto;
	width:			90%

}

.main th {
	font-weight:	 	bold;
	border: 	1px #000000 solid;
}
.main td {
	font-weight:	 	bold;
	font-size:			10pt;
	border: 	1px #000000 solid;
	line-height: 1.4;
}
.toubai {
	font-family: 		  monospace, sans-serif;
}

.box {
	width:				90%;
	text-align:			left;
	margin-left: 		auto;
	margin-right:		auto;
	margin-top:         2em;
	margin-bottom:      2em;
}
/*************************************************
 ボタン
*************************************************/
.btn_default a {
	background:			#1977B7;
	padding:			3px 15px;
	color:				#ffffff;
	text-decoration:	none;
	font-weight:		bold;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
}
.btn_default a:hover {
	opacity:			0.8;
	filter:				alpha(opacity=80);
}
