/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
#siteBottomInner {
	text-align: center;
}

#siteBottom a {
	color: #666;
	text-decoration: none;
}

/* LINE風全体のスタイル */
.kaiwa {
	margin-bottom: 40px;
}

/* 左画像 */
.kaiwa-img-left {
	margin: 0;
	float: left;
	width: 60px;
	height: 60px;
}

/* 右画像 */
.kaiwa-img-right {
	margin: 0;
	float: right;
	width: 60px;
	height: 60px;
}

.kaiwa figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin: 0;
}

/* 画像の下のテキスト 変えたところ今コレ*/
.kaiwa-img-description {
	font-size: 12px;
	text-align: center;
}

/* 左からの吹き出しテキスト */
.kaiwa-text-right {
	position: relative;
	margin-left: 80px;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 10px;
}

/* 右からの吹き出しテキスト */
.kaiwa-text-left {
	position: relative;
	margin-right: 80px;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 10px;
}

p.kaiwa-text {
	margin: 0 0 20px;
}

p.kaiwa-text:last-child {
	margin-bottom: 0;
}

/* 左の三角形を作る */
.kaiwa-text-right:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #aaa;
	top: 15px;
	left: -20px;
}

.kaiwa-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	top: 15px;
	left: -19px;
}

/* 右の三角形を作る */
.kaiwa-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #aaa;
	top: 15px;
	right: -20px;
}

.kaiwa-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	top: 15px;
	right: -19px;
}

/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
	clear: both;
	content: "";
	display: block;
}

/*embedはみ出し防止 */
iframe {
	max-width: 100%;
}

/*Bizbectorコピーライト削除 */
#powerd {
	display: none;
}

/*見出しh3装飾*/
h3 {
	background: #dfefff;
	box-shadow: 0 0 0 5px #dfefff;
	border: dashed 1px #96c2fe;
	padding: .2em .5em;
	margin: 2px 3px;
	color: #454545;
}

/*見出しｈ２装飾*/
#content h2 {
	position: relative;
	background: #f1f8ff;
	padding: .25em .5em;
	border-left: solid 2em #5c9ee7;
}

#content h2:before {
	font-family: FontAwesome;
	content: "\f219";
	position: absolute;
	padding: 0;
	color: white;
	font-weight: normal;
	left: -1.5em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*2017/06/19スタッフ紹介装飾 */
#stf1 dt {
	margin: -10px;
	padding: 0 1.5em;
	color: #FFF;
	background-color: #c5dafc;
	border-style: solid;
	border-color: #c5dafc;
	border-width: 1ex;
}

#stf1 dd {
	margin-top: 10px;
	padding: 1em;
	margin-bottom: 2em;
	border-width: 2px;
	border-style: solid;
	border-style: solid;
	border-color: #c5dafc;
}

/* hr線をダッシュ線にしてみたバージョン */
.bar {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1.5px solid #cccccc;
}

/* 画像キャプションの字を黒く大きく（20170622）} */
.content .wp-caption p.wp-caption-text {
	color: #000000;
	font-size: 16px;
	margin: 5px;
}

/* 画像やや丸く（20170622）} */
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0 0 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
	max-width: 100% !important;
}

.content .alignleft, .content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	border-radius: 8px;
}

/* アンカータグ　アンダーラインなし（20170629）} */
a.linenashi {
	text-decoration: none;
}

/* 罫線2017/07/18 */
hr.style-eight {
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
}

hr.style-eight:after {
	content: "目次";
	display: inline-block;
	position: relative;
	top: -.7em;
	font-size: 1em;
	padding: 0 .25em;
	background: white;
}

/* 二十罫線のみ2017/07/18 */
hr.style-seven {
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
}

/* ａ下線消す2017/07/18 */
#noline {
	text-decoration: none;
}

a#noline:hover {
	color: skyblue;
	font-size: 1.1em;
/*文字サイズ1.1倍*/
	font-weight: bold;
}

/* 画像にフロートを適用 文章と○pxあける2017/07/19*/
.image_right {
	float: right;
	margin-left: 5px;
}

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

/* pタグ左を15pxｗあける2017/07/19*/
#line_box {
	margin-left: 30px;
}

/* BOXの赤色指定*/
.waku {
	padding: 20px;
	border: solid 2px darkred;
	border-radius: 10px;
	background-color: ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* BOXのピンク系線バッググラウンドpink白色指定*/
.wakuwaku {
	padding: 20px;
	border: solid 2px #e31754;
	border-radius: 10px;
	background-color: #f5eded;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* 四角色作成20170831*/
.shikaku {
	color: #1e73be;
}

/* かわいいピンクボックスダンシングストーンキャンペーン用*/
.box15 {
	padding: .2em .5em;
	margin: 2em 0;
	color: #565656;
	background: #ffeaea;
	box-shadow: 0 0 0 10px #ffeaea;
	border: dashed 2px #ffc3c3;
	border-radius: 8px;
}

.box15 p {
	margin: 0;
	padding: 0;
}

/* BOXの茶色指定*/
.waku2 {
	padding: 20px;
	border: solid 2px #310304;
	border-radius: 10px;
	background-color: ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* BOXの濃ピンク色指定*/
.waku3 {
	padding: 20px;
	border: solid 2px #dd556c;
	border-radius: 10px;
	background-color: ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------
footerfloatingMenuの表示（スマホのみ）
--------------------------------------------------------*/
#footerFloatingMenu {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 2px;
	z-index: 9999;
	text-align: center;
	padding: 0 auto;
}

#footerFloatingMenu img {
	max-width: 99%;
}

/*--------------------------------------------------------
カラフル枠
--------------------------------------------------------*/
.box6 {
	padding: .5em 1em;
	margin: 2em 0;
	background: #90ee90;
	border: dashed 2px #ff0000;
/*点線*/
}

.box6 p {
	margin: 0;
	padding: 0;
}	
}

/* 「MENU」のアイコンを消す */
#gMenu.itemOpen .assistive-text span,
#gMenu.itemClose .assistive-text span {
	background: none;
	padding-left: 0;
}

/*--------------------------------------------------------
スマホメニューアイコン
--------------------------------------------------------*/
/* 開閉アイコン共通設定 */
#gMenu .assistive-text span:before {
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 24px;
}

/* 開くときのアイコン */
#gMenu.itemClose .assistive-text span:before {
	content: '\f0c9';
}

/* 閉じるときのアイコン */
#gMenu.itemOpen .assistive-text span:before {
	content: '\f0c9';
}