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

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*共通-青*/
/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*ボタン共通-青*/
.button-blue {
	display: inline-block;
	width: 300px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
	color: #ffffff;
}

.button-blue::before,
.button-blue::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	color: #ffffff;
}

.button-blue,
.button-blue::before,
.button-blue::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #ffffff;
}

/*色指定-青*/
.button-blue {
	position: relative;
	background-color: #65ace4;
	border-radius: 4px;
	color: #fff;
	line-height: 36px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #3172B2;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	color: #ffffff;
}

.button-blue:hover {
	top: -4px;
	box-shadow: 0 7px 0 #3172B2;
}

.button-blue:active {
	top: 3px;
	box-shadow: none;
	color: #ffffff !important;
}

#buttonk p {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
	color: #ffffff;
}

/*フキダシ-*/
/* 共通css */
.comment {
	background: #E88137;
	border-radius: 5px;
	color: #ffffff;
	padding: 10px;
	position: relative;
	margin: 30px;
}

/* 吹き出し(下) */
.balloon-under::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-top: solid 10px #E88137;
	bottom: -10px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

/* 吹き出し(上) */
.balloon-top::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-bottom: solid 10px #E88137;
	top: -10px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

/* 吹き出し(左) */
.balloon-left::after {
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-right: solid 10px #E88137;
	left: -10px;
	content: "";
	display: block;
	height: 0;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	width: 0;
}

/* 吹き出し(右) */
.balloon-right::after {
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 10px #E88137;
	right: -10px;
	content: "";
	display: block;
	height: 0;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	width: 0;
}

/* ボーダー吹き出し */
.comment-sub {
	background: #FFF;
	border: solid 3px #E88137;
	border-radius: 5px;
	color: #000;
	padding: 10px;
	position: relative;
	margin: 30px;
}

.comment-sub::before,
.comment-sub::after {
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 15px #E88137;
	bottom: -15px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

.comment-sub::after {
	border-top-color: #FFF;
	bottom: -10px;
}

/*フキダシ-pink*/
/* 共通css */
.comment-p {
	background: #D22699;
	border-radius: 5px;
	color: #ffffff;
	padding: 10px;
	position: relative;
	margin: 30px;
}

/* 吹き出し(下) */
.balloon-p-under::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-top: solid 10px #D22699;
	bottom: -10px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

/* 吹き出し(上) */
.balloon-p-top::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-bottom: solid 10px #D22699;
	top: -10px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

/* 吹き出し(左) */
.balloon-p-left::after {
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-right: solid 10px #D22699;
	left: -10px;
	content: "";
	display: block;
	height: 0;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	width: 0;
}

/* 吹き出し(右) */
.balloon-p-right::after {
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 10px #D22699;
	right: -10px;
	content: "";
	display: block;
	height: 0;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	width: 0;
}

/* ボーダー吹き出し */
.comment-sub {
	background: #FFF;
	border: solid 3px #D22699;
	border-radius: 5px;
	color: #000;
	padding: 10px;
	position: relative;
	margin: 30px;
}

.comment-sub::before,
.comment-sub::after {
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 15px #D22699;
	bottom: -15px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

.comment-sub::after {
	border-top-color: #FFF;
	bottom: -10px;
}

h5 {
	margin: 0 0 1.5em;
	padding: .5em;
	border-left: 7px solid #B92A2C;
/* 左線：太さ 線の種類 色 */
	border-bottom: 1px solid #B92A2C;
/* 下線：太さ 線の種類 色 */
	font-size: 1.4em;
/* フォントサイズ */
	font-weight: bold;
/* フォント太さ */
}

/* リストタグ */
/* リストタグノート風 */
.defaultlist,.defaultlist li {
	font-size: 1.1em !important;
	padding: 0;
	margin: 0;
}

.defaultlist li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 5px 0 !important;
}

.list5 li {
	position: relative;
	padding-left: 20px;
}

.list5 li:before {
	content: '';
	height: 0;
	width: 90%;
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 5px;
}

.list5 li:after {
	content: '';
	display: block;
	position: absolute;
	background: #aaa;
	width: 5px;
	height: 5px;
	top: 7px;
	left: 5px;
	border-radius: 5px;
}

.graybox {
	padding: 20px;
	border: solid 1px #ccc;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}

.yellowbox {
	padding: 20px;
	border: solid 1px #fffacd;
	background-color: #ffffe0;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}