@charset "utf-8";
/* ------------------------------
　　ぬか床用
------------------------------ */

/* ▼▼▼既存styleに追加 */
.acms-admin-form-width-num2 {/* 数字2ケタ入力用フォーム */
    max-width: 3em;
    width: 100%;
}
.acms-admin-form-width-num3 {/* 数字2ケタ入力用フォーム */
    max-width: 4em;
    width: 100%;
}
/* ▲▲▲既存styleに追加 */

/*
img {
	max-width: 100%;
	height: auto;
}
*/

.hidden {
	display: none;
}

/* hidden%{SESSION_USER_AUTH}というclassを書くと、管理者より下の権限には見えなくなる */
.hiddeneditor {display: none;} /* 編集者 */
.hiddencontributor {display: none;} /* 投稿者 */
.hiddensubscriber {display: none;} /* 読者 */

hr.clear {
	border: none;
	height: 0px;
	clear: both;
}

span.freeInput { /* 管理画面で任意で入力できる箇所を明示するため */
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 10px;
	color: #22ac38;
}

.caution { /* 管理者向けの注意文用 */
	color: #D3092B;
	font-weight: bold;
}

a.actionBtn {
	float: left;
	margin-right: 5px;
}

.entry-column table {
	padding: 0 10px 0px 10px;
}

h2.styleHead {
	width: 100%;
	background: #333;
	color: #fff;
	padding: 5px 15px;
	margin: 50px auto 10px auto;
}

h2.styleHeadModule {
	background: #fff;
	color: #333;
	border: 3px solid #333;
	margin: 100px auto -30px auto;
	font-size: 2em;
}



/* ▼▼▼お問い合わせ*/
/* ラベル */
.label-required,
.label-no-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 12px;
	border-radius: 3px;
}
.label-required {
	background: #c41134;
}
.label-no-required {
	background: #b7b7b7;
}
@media screen and (min-width: 768px) {
	.label-required,
	.label-no-required {
		float: right;
	}
}

.contact-box p.contact-no {
    margin: 10px 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
}
/* ▲▲▲お問い合わせ*/



/* ▼▼▼ナビゲーション*/
.acms-navbar {
  margin: 0 0 0px 0;
}
.acms-navbar ul {
  width: 1150px;
}
@media screen and (max-width: 1130px){
	.acms-navbar a:link{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1580px){
	.headerNavB {
    width: 100%;
        display: block;
	}
}

/* ▲▲▲ナビゲーション*/



/* ▼▼▼ヘッダー*/
img.pageImageNoTrim{
	width: 100%;
	height: auto;
	display: block;
}
.pageTitleWrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100px;
    color: #FFF;
    background: #333333 ;
    background-size: cover;
}
.pageTitleInner {
    display: table-cell;
    position: relative;
    padding: 15px 10px;
    vertical-align: middle;
}
.pageTitle {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
@media (min-width: 768px){
		.smallWrapper .pageTitleWrapper{
	  height: 70px;
	}
		.smallWrapper .pageTitle {
	  margin: 0 0 0px 0;
	}
}
/* ▲▲▲ヘッダー*/

/* ▼▼▼sub　サブ */
section.sub{
	margin-bottom: 3em;
}
/* ▲▲▲sub　サブ */

/* ▼▼▼Index　（モジュールID） */
.summaryWithText .summary-title {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
}
.summaryWithText .summary-detail{
    font-size: 16px;
}
.summaryWithText .acms-summary-image img{
	border-radius: 6px;
}
@media screen and (max-width: 767px) {
	.summaryWithText .summary-title {
	    font-size: 18px;
	    letter-spacing: 0px;
	}
	.summaryWithText .summary-detail{
	    font-size: 14px;
	}
}

/* カテゴリーエントリーリスト */
ul.txtListMenu,
.txtListMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.txtListMenu {
	font-size: 20px;
	background: #fff;
}

.txtListMenu li {
	font-size: 16px;
	padding: 10px;
}

.txtListMenu li .categoryName {
	font-size: 20px;
}

.txtListMenu li.even {
	background: rgba(0, 0, 0, 0.1);
}

.txtListMenu li.bl-hover {
	background: rgba(255, 100, 120, 0.15);
}

/* エントリーサマリー1カラム */
ul.summaryOne {
	list-style: none;
}

ul.summaryOne .ImageDiv,.ImageDiv img {
	width: 200px;
	height: 200px;
	background: #eee;
}

ul.summaryOne .summaryTitle {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

ul.summaryOne .summaryDetail {
	color: #777;
}

li.summaryOneEntry {
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	ul.summaryOne .ImageDiv,
	.ImageDiv img {
		max-width: 100px !important;
		max-height: 100px !important;
	}

	ul.summaryOne .summaryTitle{
		font-size: 18px;
	}
}

/* ▲▲▲Index モジュールID */



/* ▼▼▼unit　テキストの装飾　ajax/emoji-edit.html */
b, strong {
	font-weight: bold;
}

em,
.acms-entry p em {
	color: #db0005;
	font-weight: normal;
	font-style: normal;
	background: none;
}

.b {
	color: #db0005;
	font-size: 18px;
	font-weight: bold;
}

.line {
	background: #fffa6a;
	background: linear-gradient(transparent 50%, #fffa6a 50%);
}

.acms-entry p.red,
.red {
	color: #db0005;
}

.entry-column p.note {
  position: relative;
  padding: 0 10px 0 1em;
  font-size: 13px;
  color: #999;
  box-sizing: border-box;
}
.entry-column p.note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.entry-column p.entryBtn a {/* 標準ボタン */
    background: #999999;
    font-weight: bold;
    color: #FFF;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}

.entry-column p.entryBtn a:hover {/* 標準ボタンhov */
    background-color: #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc1c1c1', endColorstr='#ff999999', GradientType=0);
    background-image: -moz-linear-gradient(top, #c1c1c1, #999999);
    background-image: -ms-linear-gradient(top, #c1c1c1, #999999);
    background-image: -o-linear-gradient(top, #c1c1c1, #999999);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#c1c1c1), to(#999999));
    background-image: -webkit-linear-gradient(top, #c1c1c1, #999999);
    background-image: linear-gradient(top, #c1c1c1, #999999);
    color: #ffffff;
}

.entry-column p.entryBtnAttention a {/* 強調ボタン */
    background: #ff9a00;
    font-weight: bold;
    color: #FFF;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}

.entry-column p.entryBtnAttention a:hover {/* 強調ボタンhov */
    background-color: #ff9a00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd87d', endColorstr='#ffff9a00', GradientType=0);
    background-image: -moz-linear-gradient(top, #fdd87d, #ff9a00);
    background-image: -ms-linear-gradient(top, #fdd87d, #ff9a00);
    background-image: -o-linear-gradient(top, #fdd87d, #ff9a00);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fdd87d), to(#ff9a00));
    background-image: -webkit-linear-gradient(top, #fdd87d, #ff9a00);
    background-image: linear-gradient(top, #fdd87d, #ff9a00);
    color: #ffffff;
}

/* ▲▲▲unit　テキストの装飾　ajax/emoji-edit.html */




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

/* 横スクロール（結合が多いTable用） */
.tbl_respon_col {
	overflow: auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.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;
	}
	.entry-column .tbl_respon_col table{
		margin: 20px 10px;
		white-space: nowrap;
	}

	.entry-column .tbl_respon_col th,
	.entry-column .tbl_respon_col td {
	    display: table-cell;
		font-size: 14px;
	}
}



/* ▼▼▼スマホ用 折りたたみメニュー */

.navbar li {
    margin: 0 20px 0 10px;
    padding-left: 10px;
    background-image: url("../image/sankaku.png");
    background-repeat: no-repeat;
    background-position: 0 46%;
}

/*
.headerLogo {
	display: table-cell;
	width: 40%;
	padding: 0;
}

.headerNav {
	display: table-cell;
	width: 60%;
}


.navbar {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.navbar > ul {
	float: right;
	list-style: none;
	padding: 0;
}

.navbar li {
	float: left;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
    margin: 0 20px 0 10px;
    padding-left: 10px;
    background-image: url("../image/sankaku.png");
    background-repeat: no-repeat;
    background-position: 0 46%;
}
.navbar li.navbarBtn {
    background-image: none;
}
*/

@media screen and (max-width: 9999px){

	/* メニューバー */
	#sp_menu {
		padding-top: 66px; /* メニューバーの高さ 1/2 */
	}

	#sp_menu .navMenuAction{
		margin: 0;
		float: right;
		}

	#sp_menu_head {
		display: table;
		width: 100%;
		height: 66px; /* メニューバーの高さ 2/2 */
		margin: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 500;
		background: #000;
	}

	#sp_menu .siteTitleImage{
		max-height: 50px;
		margin-top: 5px;
	}

	#sp_menu_head .left,
	#sp_menu_head .right {
		display: table-cell;
	}

	#sp_menu_head .left {
		vertical-align: middle;
	}

	#sp_menu .siteName {
		margin: 0;
		padding: 2px 10px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
	}

	#sp_menu .siteName a,
	#sp_menu .siteName a:hover,
	#sp_menu .siteName a:focus,
	#sp_menu .siteName a:active,
	#sp_menu .siteName a:visited {
		color: #fff;
	}

	#sp_menu_head .right {
		white-space: nowrap;
		vertical-align: top;
	}

	/* アイコン */
	.navMenuActionItem {
		display: table-cell;
		width: 48px;
		height: 48px;
		vertical-align: middle;
		text-align: center;
		font-size: 22px;
		line-height: 1;
	}
	.navMenuActionLink,
	.navMenuActionLink:hover,
	.navMenuActionLink:active,
	.navMenuActionLink:visited,
	.navMenuActionLink:focus {
		color: #fff;
	}

	/* メニューボタン */
	#sp_menu_open {
		width: 60px;
	}

	/* メニュー本体 */
	#sp_menu_body {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		text-align: center;
		background: #000;
		border-bottom: 2px solid #999;
		box-shadow: 0 5px 10px rgba(0,0,0,.7);
	}

	#sp_menu_box {
		box-sizing: border-box;
		display: none;
		margin: 0;
		padding: 5px;
		width: 100%;
		text-align: center;
	}

	#sp_menu_box a {
		display: block;
	}

	.grobal1col ul,
	.grobal2col ul,
	ul.sub2col {
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		list-style: none;
	}

	#sp_menu_box .btn2col:after,
	.grobal2col ul:after,
	ul.sub2col:after {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
		float: none;
	}

	.grobal1col ul li,
	.grobal2col ul li,
	ul.sub2col li {
		box-sizing: border-box;
		display: block;
		float: left;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.grobal1col ul li {
		width: 100%;
	}

	.grobal2col ul li,
	ul.sub2col li {
		width: 50%;
	}

	.grobal1col ul li a,
	.grobal2col ul li a,
	ul.sub2col li a {
		position: relative;
		margin: 0;
		padding: .75em 1.5em .75em 1em;
		color: #333;
		font-size: 16px;
		text-align: left;
		text-decoration: none;
		line-height: 1;
		background: #fff;
		border-right: 1px solid rgba(0,0,0,.2);
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-radius: 0;
	}

	ul.sub2col li a {
		font-size: 14px;
		background: #f0f0f0;
	}

	.grobal1col ul li a:hover,
	.grobal2col ul li a:hover,
	ul.sub2col li a:hover {
		background: #e8e8e8;
	}

	.grobal1col ul li a:after,
	.grobal2col ul li a:after,
	ul.sub2col li a:after {
		display: block;
		content: '';
		position: absolute;
		top: 1em;
		right: .75em;
		width: 6px;
		height: 6px;
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.grobal1col ul li.open > a:after,
	.grobal2col ul li.open > a:after {
		display: block;
		content: '';
		position: absolute;
		top: 1em;
		right: .75em;
		width: 6px;
		height: 6px;
		border-right: none;
		border-left: 2px solid #666;
		border-bottom: 2px solid #666;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#sp_menu_box .btn1col {
		box-sizing: border-box;
		margin: 0 0 5px 0;
		padding: 0 5px;
		width: 100%;
	}

	#sp_menu_box .btn2col {
		box-sizing: border-box;
		overflow: hidden;
		margin: 10px 0 0 0;
		padding: 0;
		width: 100%;
		text-align: center;
		list-style: none;
		background: none;
	}

	#sp_menu_box .btn2col li {
		box-sizing: border-box;
		display: block;
		float: left;
		overflow: hidden;
		width: 50%;
		margin: 0;
		padding: 0 5px 10px 5px;
	}

	/* スマホ用のメニューボタン　スタイル */
	.navMenuAction li{
		list-style-type: none;
		text-align: center;
	}
	#sp_menu_open {
	  /*width: 46px; //メニューボタンの横幅　別スタイル用 */
	}
	#sp_menu_head {
	  background: #f4a900;/* ヘッダーの色 */
	}
	.menuBtnIcon{
		background: #783d1c;
		width: 46px;
		height: 46px;
		display: inline-block;
		padding: 10px;
	}
	a.menuBtnIcon,a:visited.menuBtnIcon,a:hover.menuBtnIcon{
		color: #fff;
		text-decoration: none;
	}
	.menuBtnIcon{
		font-size: 12px;
	}
	.menuBtnIcon i{
		display: block;
		  font-size: 26px;
	  margin-bottom: 6px;
	}

}
/* ▲▲▲スマホ用 折りたたみメニュー */

