@charset "utf-8";

a .hover_img1{
    transition:all 0s ease;
    }
a:hover .hover_img1{
    opacity: 0.7;/*要素の透明度を指定*/
    filter: alpha(opacity=70); /*ie6、7の透明度指定*/
    /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }

#adminBox {
    position: absolute;
    top: 147px;
    z-index: 1000;
    width: 400px;
    text-align: left;
}

.acms-form {
	font-size: 130%;
}

.column-image-right {
	margin: 0 0 20px 20px;
}

.column-image-center {
	margin: 0 20px 20px 20px;
}

.column-image-left {
	margin: 0 20px 20px 0;
}

.page-txt-b {
	margin-bottom: 20px;
}

textarea {
	margin: 10px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#btnConfirm:hover,
#btnToInput:hover,
#btnSubmit:hover {
	cursor: pointer;
}

.formBtnBox {
	overflow: hidden;
}

.formBtnBox {
	margin: 20px 20%;
}

#btnToInput {
	margin: 0 10% 20px;
	float: left;
}

#btnSubmit {
	margin: 0 10% 20px;
	float: left;
}

#adminBox .acms-btn-admin {
	margin: 0;	
}

.acms-btn-admin,
.formEntryActionUnit
.btn {
	margin: 0;
}

.acms-box-medium,
.acms-form-group {
	text-align: left;
	margin: 0;
}

.entryFormTable th,
.entryFormTable td {
	font-weight: normal;
	font-size: 12px;	
}

#custom_field th {
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

#custom_field td {
	padding: 5px;
	font-size: 12px;
}

.titleWrapper h2 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
}

.titleWrapper p {
	font-size: 14px;
}

.editTextInsert {
	font-size: 12px;
	margin-right: 5px;
}

.acms-form textarea {
    font-size: 13px;
}

.acms-entry [class*="column-image-"],
.acms-entry [class*="column-map-"],
.acms-entry [class*="column-yolp-"],
.acms-entry [class*="column-youtube-"],
.acms-entry [class*="column-eximage-"] {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.js-tag_insertion a.f_em:link {
	color: #FF4C4C;
}

.js-tag_insertion a.f_st:link {
	font-weight: bold;
	color: #875426;
}

.f_em:link {
	font-size: 1.3em;
	font-weight: bold;
}

.f_st:link {
	color: #e84b48 ;
	font-size: 1.3em;
	font-weight: bold;
}

.f_em:hover {
	background: none !important;
}

.f_st:hover {
	background: none !important;
}

#headmenu {
    width: 365px;
}

.house-img {
	height: 127px;
	overflow: hidden;
}

[class*='column-image-'] img,
[class*='column-eximage-'] img {
	width: auto\9;
}

#notFoundTitle {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.7em;
    text-align: left;
}

