@charset "utf-8";

h1,h2,h3 {
	clear: both;
}

/* カテゴリーカラー
--------------------------------------------------*/
.tama-area     {background-color: #9fdb91 !important;}
.saitama-area  {background-color: #a8d8ee !important;}
.kanagawa-area {background-color: #f2aea3 !important;}


div {zoom: 1;}

/* マージン
--------------------------------------------------*/
.m0    {margin: 0 !important;}

.mt0   {margin-top: 0 !important;}
.mt7   {margin-top: 7px !important;}
.mt20  {margin-top: 20px !important;}

.mb0   {margin-bottom: 0 !important;}
.mb5   {margin-bottom: 5px !important;}
.mb10  {margin-bottom: 10px !important;}
.mb15  {margin-bottom: 15px !important;}
.mb20  {margin-bottom: 20px !important;}
.mb30  {margin-bottom: 30px !important;}
.mb40  {margin-bottom: 40px !important;}

.ml8 {margin-left: 8px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}


.mlr15 {margin: 0 15px;}
.mr0   {margin-left: 0;}

.mtb10 {margin: 10px 0;}	

.mlr_auto {
	clear: both;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

.fs-LL {
	font-size: 2em;
}

/* リンク
--------------------------------------------------*/
.link_pdf {
	background: url(../imgs/common/pdf.gif) no-repeat left center !important;
	padding: 0 0 0 20px;
}

.link_none {
	width: 320px !Important;
	background: none !important;
	padding: 0 !important;
}

/* ボタン
--------------------------------------------------*/
/* 詳細を見る */
.more_detail_btn {
	width: 460px;
	display: block;
	text-align: right;
	margin: 5px auto 5px;
}


/* パンくず
--------------------------------------------------*/
p.topicPath {
	margin: 10px 0;
}

p.topicPath a {
	text-decoration: none;
}

p.topicPath span.current {
	padding: 1px 10px;
	border: 1px solid #ddd;
	color: #000;
	background-color: #f5f5f5;
}

/* PDF
--------------------------------------------------*/
.pdffile {
	clear: both;
}

/* 資料請求
--------------------------------------------------*/
.request_info {
	clear: both;
	height: 104px;
	background: url(../imgs/common/info_btn_bg_5.gif) top left no-repeat;
	margin-bottom: 20px;
}

.request_info img {
	margin: 19px 0;
	margin-left: 526px;
}

/* 管理サイトテーブル
--------------------------------------------------*/
.js-fieldgroup-sortable {
	border-collapse: collapse;
}
.js-fieldgroup-sortable th {
	background-color: #ddd;
}
.js-fieldgroup-sortable th,
.js-fieldgroup-sortable td {
	border: 1px solid #aaa;
}
.js-fieldgroup-sortable label {
	margin-bottom: 5px;
	vertical-align: middle;
}
.js-fieldgroup-sortable label b {
	display: block;
	background-color: #dddde6;
	margin: 10px 0;
	padding: 2px;
}

.btn-mod {
	display: inline !important;
}