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

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
img {
	max-width: 100%;
	height: auto;
}

#border {
	border-style: solid;
	border-width: 2px;
	padding: 10px 5px 10px 20px;
	margin: 0 0 20px;
}

#border2 {
	border-style: double;
	border-width: 2px;
	padding: 10px 5px 10px 20px;
	margin: 0 0 20px;
}

#border3 {
	border: 1px solid #EEFFFF;
	background-color: #EEFFFF;
	border-width: 2px;
	padding: 10px 5px 10px 20px;
	margin: 0 30px 30px;
}

#underline {
	border-bottom: solid 4px #d45380;
}

mokuji {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dashed #333333;
}

.page h3 {
	color: #141414;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px solid #52C0D4;
	border-left: 10px solid #52C0D4;
	margin: 50px 0 10px 5px;
	padding: 3px 10px 1px;
}

.page h4 {
	font-size: 110%;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
	width: 50%;
}

.page h4::before,
.page h4::after {
	position: absolute;
	content: '';
	border-radius: 100%;
}

.page h4::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150,150,150,.5);
}

.page h4::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210,210,210,.5);
}

.single h3 {
	color: #141414;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px solid #52C0D4;
	border-left: 10px solid #52C0D4;
	margin: 50px 0 10px 5px;
	padding: 3px 10px 1px;
}

.single h4 {
	font-size: 110%;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
	width: 50%;
}

.single h4::before,
.single h4::after {
	position: absolute;
	content: '';
	border-radius: 100%;
}

.single h4::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150,150,150,.5);
}

.single h4::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210,210,210,.5);
}

div.breadcrumbs {
	padding: 0 0 10px;
}

.button {
	display: inline-block;
	width: 400px;
	height: 80px;
	text-align: center;
	text-decoration: none !important;
	line-height: 80px;
	outline: none;
	background-color: #777;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

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

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

.button:hover {
	background-color: #fff;
	border-color: #52C0D4;
	color: #52C0D4;
}

#blue {
	color: #00647F;
}