body {
	padding: 20px;
}

.wrapper {
	width: 960px;
	margin: 50px auto;
}

/*インターフェイス*/

.headline {
	margin: 1em 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

.headline__unit--title {
	font-size: 21px;
	line-height: 1;
}

.headline__unit--title span { /*番号*/
	margin-right: 0.5em;
	color: #999;
	font-weight: normal;
}

.headline__unit--left {
	width: 49%;
	float: left;
}

.headline__unit--right {
	width: 49%;
	float: right;
}

/*見本*/
.headline__head--title {
	font-size: 15px;
	margin-bottom: 1em;
	font-weight: normal;
}

.headline__sample {
	border: 1px solid #ccc;
	padding: 1em;
}
.headline__sample > *:first-child {
	margin-top: 0;
}
.headline__sample > *:last-child {
	margin-bottom: 0;
}
.headline__sample > h4 {
}
.headline__sample > p {
	color: #999;
}

/*コード*/
.headline__head--html {
	font-size: 15px;
	margin-bottom: 1em;
	font-weight: normal;
}

pre.prettyprint {
	padding: 1em;
	font-size: 15px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	white-space: pre-wrap;
}

/* ==========================================================================
	 コピペで使える見出しコード
	 ========================================================================== */

/* シンプル系 */

.h__1-1 {
	padding: 0 0 0.5em;
	border-bottom: 3px solid #336699;
	font-size: 21px;
	line-height: 1.333;
}

.h__1-2 {
	padding: 0 0 0.5em;
	border-bottom: 3px dotted #336699;
	font-size: 21px;
	line-height: 1.333;
}

.h__1-3 {
	padding: 0 0 0.5em;
	border-bottom: 3px double #336699;
	font-size: 21px;
	line-height: 1.333;
}

.h__1-4 {
	padding: 0.5em 0;
	border-top: 3px solid #336699;
	border-bottom: 3px solid #336699;
	font-size: 21px;
	line-height: 1.333;
}

.h__1-5 {
	padding: 0.5em 0.666em;
	background-color: #d6e0ea;
	font-size: 21px;
	line-height: 1.333;
}

.h__1-6 {
	padding: 0.5em 0.666em;
	border: 3px solid #336699;
	border-radius: 0.5em;
	color: #336699;
	font-size: 21px;
	line-height: 1.333;
}

.h__1-7 {
	padding: 0.5em 0.666em;
	border-bottom: 3px solid #336699;
	background-color: #eeeeee;
	font-size: 21px;
	line-height: 1.333;
}

.h__1-8 {
	padding: 0.5em 0.666em;
	border-left: 3px solid #336699;
	font-size: 21px;
	line-height: 1.333;
}

.h__1-9 {
	padding: 0.5em 0.666em;
	border-left: 3px solid #336699;
	background-color: #eeeeee;
	font-size: 21px;
	line-height: 1.333;
}

/* おしゃれ系デザイン */

.h__2-1 {
	display: inline-block;
	padding: 0.5em 0.666em;
	border-radius: 25px 5px 5px 25px;
	background: #d6e0ea;
	vertical-align: middle;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-1:before {
	margin-right: 8px;
	color: white;
	content: '●';
}

.h__2-2 {
	position: relative;
	padding: 0.5em 0.666em;
	border-radius: 5px;
	background: #d6e0ea;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-2:after {
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #d6e0ea;
	content: '';
}

.h__2-3 {
	margin-right: 5px;
	margin-left: 5px;
	padding: 0.5em 0.666em;
	border: 2px dashed #84a3c1;
	background: #d6e0ea;
	box-shadow: 0px 0px 0px 5px #d6e0ea;
	font-size: 21px;
	line-height: 1.333;
}

.h__2-4 {
	margin-right: 5px;
	margin-left: 5px;
	padding: 0.5em 0.666em;
	border: 2px dashed #ffffff;
	background: #d6e0ea;
	box-shadow: 0px 0px 0px 5px #d6e0ea;
	font-size: 21px;
	line-height: 1.333;
}

.h__2-5 {
	position: relative;
	padding: 0.5em 0.666em;
	border: dashed 2px white;
	background: #d6e0ea;
	box-shadow: 0px 0px 0px 5px #d6e0ea;
	color: #454545;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-5:after{
	position: absolute;
	top: -7px;
	left: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #7093b7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	content: '';
}

.h__2-6 {
	background: linear-gradient(transparent 50%, #d6e0ea 50%);
	font-size: 21px;
	line-height: 1.333;
}

.h__2-7 {
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #d6e0ea;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-7:after {
	position: absolute;
	bottom: -3px;
	display: block;
	width: 30%;
	border-bottom: solid 3px #336699;
	content: " ";
}

.h__2-8 {
	position: relative;
	padding-bottom: 0.5em;
	padding-left: 25px;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-8:before {
	position: absolute;
	bottom: -3px;
	left: -3px;
	width: 0;
	height: 0;
	border: none;
	border-bottom: 15px solid #336699;
	border-left: 15px solid transparent;
	content: '';
}
.h__2-8:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-bottom: 3px solid #336699;
	content: '';
}

.h__2-9 {
	padding: 0.5em 0.666em;
	background: -webkit-repeating-linear-gradient(-45deg, #d6e0ea, #d6e0ea 3px,#eaeff4 3px, #eaeff4 7px);
	background: repeating-linear-gradient(-45deg, #d6e0ea, #d6e0ea 3px,#eaeff4 3px, #eaeff4 7px);
	text-shadow: 0 0 5px white;
	font-size: 21px;
	line-height: 1.333;
}

.h__2-10 {
	padding: 0.5em 0.666em;
	border-left: 7px solid #336699;
	background: -webkit-repeating-linear-gradient(-45deg, #d6e0ea, #d6e0ea 3px,#eaeff4 3px, #eaeff4 7px);
	background: repeating-linear-gradient(-45deg, #d6e0ea, #d6e0ea 3px,#eaeff4 3px, #eaeff4 7px);
	text-shadow: 0 0 5px white;
	font-size: 21px;
	line-height: 1.333;
}

.h__2-11 {
	padding: 0.75em 0.75em;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
	background: -webkit-repeating-linear-gradient(-45deg, #d6e0ea, #d6e0ea 3px,#eaeff4 3px, #eaeff4 7px);
	background: repeating-linear-gradient(-45deg, #d6e0ea, #d6e0ea 3px,#eaeff4 3px, #eaeff4 7px);
	text-align: center;
	text-shadow: 0 0 5px white;
	font-size: 21px;
	line-height: 1.333;
}

.h__2-12 {
	position: relative;
	padding-bottom: 0.5em;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-12:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #c1d1e0, #c1d1e0 3px,#eaeff4 3px, #eaeff4 7px);
	background: repeating-linear-gradient(-45deg, #c1d1e0, #c1d1e0 3px,#eaeff4 3px, #eaeff4 7px);
	content: "";
}

.h__2-13 {
	position: relative;
	padding: 0.5em 0.666em;
	border-radius: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #d6e0ea, #d6e0ea 3px,#eaeff4 3px, #eaeff4 7px);
	background: repeating-linear-gradient(-45deg, #d6e0ea, #d6e0ea 3px,#eaeff4 3px, #eaeff4 7px);
	font-size: 21px;
	line-height: 1.333;
}
.h__2-13:after {
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #d6e0ea;
	content: '';
}

.h__2-14 {
	position: relative;
	padding: 0.75em 1em;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
	text-align: center;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-14:before, 
.h__2-14:after {
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #336699;
	content: '';
}
.h__2-14:before {left: 7px;}
.h__2-14:after {right: 7px;}


.h__2-15 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-15:before,
.h__2-15:after {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 30px;
	content:'';
}
.h__2-15:before{
	top:0;
	left: 0;
	border-top: solid 1px #336699;
	border-left: solid 1px #336699;
}
.h__2-15:after{
	right: 0;
	bottom:0;
	border-right: solid 1px #336699;
	border-bottom: solid 1px #336699;
}

.h__2-16 {
	position: relative;
	top:0;
	display: inline-block;
	padding: 0.5em 1em;
	font-size: 21px;
	line-height: 1.333;
}
.h__2-16:before,
.h__2-16:after { 
	position: absolute;
	top: 0;
	display: inline-block;
	width: 8px;
	height: 100%;
	content:'';
}
.h__2-16:before{
	left: 0;
	border-top: solid 1px #336699;
	border-bottom: solid 1px #336699;
	border-left: solid 1px #336699;
}
.h__2-16:after{
	right: 0;
	border-top: solid 1px #336699;
	border-right: solid 1px #336699;
	border-bottom: solid 1px #336699;
	content: '';
}

/* Webフォントを使ったデザイン */

.h__3-1 {
	position: relative;
	padding-left: 1.333em;
	font-size: 21px;
	line-height: 1.333;
}
.h__3-1:before{
	position: absolute;
	top: 0;
	left: 0;
	color: #336699;
	content: "\f00c";
	font-weight: normal;
	font-size: 1em;
	font-family: FontAwesome;
}

.h__3-2 {
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.5em;
	padding: 0.5em 1em 0.5em 1.75em;
	border-top: 1px dotted #336699;
	border-bottom: 1px dotted #336699;
	background: #eaeff4;
	font-size: 21px;
	line-height: 1.333;
}
.h__3-2:before{
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	color: #336699;
	content: "\f138";
	font-weight: normal;
	font-size: 1em;
	font-family: FontAwesome;
}

.h__3-3 {
	position: relative;
	padding-left: 1.333em;
	font-size: 21px;
	line-height: 1.333;
}
.h__3-3:before{
	position: absolute;
	top: 0;
	left: 0;
	color: #336699;
	content: "\f075";
	font-weight: normal;
	font-size: 1em;
	font-family: FontAwesome;
}

.h__3-4 {
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.8em;
	background: #336699;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.333;
}
.h__3-4:before {
	position: absolute;
	left : 0.5em;
	content: "\f14a";
	font-weight: normal;
	font-family: FontAwesome;
}

.h__3-5 {
	position: relative;
	margin: 2em 0 1em;
	padding: 0.5em 0.75em;
	border-radius: 0 5px 5px 5px;
	background: #eaeff4;
	font-size: 21px;
	line-height: 1.333;
}
.h__3-5:after {
	position: absolute;
	bottom: 100%;
	left: 0px;
	padding: 3px 7px 1px;
	border-radius: 5px 5px 0 0;
	background: #336699;
	color: #fff;
	content: '\f00c Check';
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 0.7em;
	font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
	line-height: 1;
}

.h__3-6 {
	position: relative;
	margin: 2em 0 1em;
	padding: 0.5em 0.75em;
	border-top: solid 2px #336699;
	border-bottom: solid 2px #336699;
	background: #f3f3f3;
	font-size: 21px;
	line-height: 1.333;
}
.h__3-6:after {
	position: absolute;
	bottom: 100%;
	left: 0px;
	padding: 5px 7px 3px;
	border-radius: 5px 5px 0 0;
	background: #336699;
	color: #fff;
	content: '\f0a7\ POINT';
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 0.7em;
	font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
	line-height: 1;
}

.h__3-7 {
	position: relative;
	padding: 0.5em 0.75em;
	border-left: solid 2em #336699;
	background: #eaeff4;
	font-size: 21px;
	line-height: 1.333;
}
.h__3-7:before {
	position: absolute;
	top: 50%;
	left: -1.35em;
	padding: 0em;
	color: white;
	content: "\f040";
	font-weight: normal;
	font-family: FontAwesome;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.h__3-8 {
	position: relative;
	padding-left: 42px;
	font-size: 21px;
	line-height: 1.333;
}
.h__3-8:before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffca2c;
	color: white;
	content: "\f0eb";
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	font-family: FontAwesome;
	line-height: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.h__3-8:after {
	position: absolute;
	top: 50%;
	left: 24px;
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #ffca2c;
	content: '';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.h__3-9 {
	position: relative;
	padding: 0.5em 0.75em;
	padding-left: 2.5em;
	border-radius: 0 999px 999px 0;
	background: #eaeff4;
	font-size: 21px;
	line-height: 1.333;
}

.h__3-9:before {
	position: absolute;
	top: 50%;
	left: -.5em;
	display: inline-block;
	padding: 0em;
	width: 51px;
	height: 51px;
	border: solid 3px white; 
	border-radius: 50%;
	background: #336699;
	color: white;
	content: "\f135";
	text-align: center;
	font-weight: normal;
	font-family: FontAwesome;
	line-height: 51px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*可愛い系*/

.h__4-1 {
	padding: 0.5em .75em;
	border-radius: 0.5em;
	background: #336699;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.333;
}

.h__4-2 {
	padding: 0.5em 1em;
	border-radius: 999px;
	background: #336699;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.333;
}

.h__4-3 {
	position: relative;
	margin-left: 40px;
	padding: 0.5em 1em;
	border-radius: 999px;
	background: #336699;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.333;
}
.h__4-3:before{
	position: absolute;
	bottom: 0;
	left: -40px;
	color: #336699;
	content: "\f111";
	font-size: 15px;font-family: FontAwesome;
}
.h__4-3:after{
	position: absolute;
	bottom: 0;
	left: -23px;
	color: #336699;
	content: "\f111";
	font-size: 23px;
	font-family: FontAwesome;
}

.h__4-4 {
	position: relative;
	display: inline-block;
	margin: 47px 0;
	text-shadow: 0 0 2px white;
	font-size: 21px;
	line-height: 1.333;
}
.h__4-4:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #eaeff4;
	content: "";
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}





