@charset "utf-8";
/* ---------------
　　　共通
--------------- */

th {
	white-space: nowrap;
}

.acms-navbar a:link,
.acms-navbar a:visited,
.acms-navbar a:hover,
.acms-navbar a:active,
.acms-navbar #viewing {
	padding: 0 20px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/* レスポンシブTable
-------------------- */


/* 見出しがタテの表 */
@media screen and (max-width: 640px) {
	.tbl_respon_row table,
	.tbl_respon_row th,
	.tbl_respon_row td { 
		display: block; 
		position: relative; 		
	}
	.tbl_respon_row table {
		width: 96%; 
		margin: 0 auto;
	}
	.tbl_respon_row th {

	}
	.tbl_respon_row tr {

	}
}


/* 見出しがヨコの表 */
.tbl_respon_col {
	overflow: auto;
	position: relative;
}
.tbl_respon_col table{
	margin-bottom: 10px;
	border-collapse: collapse;
}
.tbl_respon_col th,td{ 
	margin: 0; 
	padding: 10px;
	vertical-align: top; 
	border: 1px solid #babcbf;
}
.tbl_respon_col th{
	background: #e6e6e6;
}

@media screen and (max-width: 640px) {
	.tbl_respon_col{
		overflow: scroll;
	}
	.tbl_respon_col:before{
		content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059"; /* 文字化け対策のためUnicode変換 */
		color: #fff;
		font-size: 12px;
		background-color: #e07903;
		position: absolute;
		top: 0px;
		border-radius: 5px;
		margin-left: 10px;
		padding: 0.05em 0.5em;
	}
	.tbl_respon_col table{ 
		display: block; 
		position: relative; 
		width: 96%;
		margin: 20px 10px;
		white-space: nowrap;
	}
	.tbl_respon_col table thead{ 
		display: block; 
		float: left; 
	}
	.tbl_respon_col table tbody{ 
		width: auto; 
		position: relative; 
		overflow-x: auto; 
		white-space: nowrap; 
	}
	.tbl_respon_col table thead tr{ 
		display: block; 
	}
	.tbl_respon_col table th{ 
		display: block; 
	}
	.tbl_respon_col table tbody tr{ 
		display: inline-block; 
		vertical-align: top; 
	}
	.tbl_respon_col table td{ 
		display: block; 
	}

	/* borderの調整 */
	.tbl_respon_col th{ 
		border-bottom: 0; 
	}
	.tbl_respon_col td{ 
		border-left: 0; 
		border-right: 0; 
		border-bottom: 0; 
	}
	.tbl_respon_col tbody tr{ 
		border-right: 1px solid #babcbf; 
	}
	.tbl_respon_col th:last-child,
	.tbl_respon_col td:last-child { 
		border-bottom: 1px solid #babcbf; 
	}
}

/* 結合が多いTable用 */
.tbl_respon_span {
	overflow: auto;
	position: relative;
}
@media screen and (max-width: 640px) {
	.tbl_respon_span{
		overflow: scroll;
	}
	.tbl_respon_span:before{
		content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059"; /* 文字化け対策のためUnicode変換 */
		color: #fff;
		font-size: 12px;
		background-color: #e07903;
		position: absolute;
		top: 0px;
		border-radius: 5px;
		margin-left: 10px;
		padding: 0.05em 0.5em;
	}
	.tbl_respon_span table {
		margin: 20px 10px;
		white-space: nowrap;
	}
}




/* -------------------- */


/* google maps */
.column-map-center img {
	width: 100%;
}


/* 入力フォーム */

/* 必須/任意のラベル */
.required {
	margin: 0 0 0 6px;
	padding: 2px 4px;
	border-radius: 0;
	background-color: #C40F32;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}
.required_not {
	margin: 0 0 0 6px;
	padding: 2px 4px;
	border-radius: 0;
	background-color: #999;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}
.acms-entry table.ablogcmsForm th {
	text-align: right;
}
.acms-entry p.acms-text-error,
.acms-text-error {
	display: block;
	color: #FF0000;
}


/* ---------------
　　　エントリー
--------------- */
.acms-entry .entryTitle, .entryTitle {
margin: 0 29px;
padding: 0 0;
background: none;
font-weight: normal;
font-size: 24px;
color: #333;
letter-spacing: 3px;
}

.acms-entry h3 {
margin: 0 10px 10px 10px;
padding: 3px 10px;
border-radius: 5px;
background-color: #DDD;
font-size: 20px;
letter-spacing: 2px;
color: #666;
}

.acms-entry h4 {
overflow: hidden;
margin: 0 10px 10px 10px;
padding: 0 10px 2px;
border-bottom: solid 1px #CCC;
font-size: 18px;
letter-spacing: 2px;
color: #666;
}

.acms-entry p {
margin: 0 0 20px 0;
font-size: 16px;
line-height: 2;
letter-spacing: 1px;
color: #555;
}