/* カスタム CSS */
main hr {
	margin: 2em 0;
}

div#wp_rp_first {
	margin-top: 4em;
}

ul.related_post li {
	width: 113px !important;
}

.gad_wrapper {
	margin: 2em 0;
}

p.wp-caption-text {
	margin-top: 1em;
	color: #5a5a5a;
}

.wp-caption-text a {
	color: #4d6ebb;
}

p.st-catgroup {
	display: none;
}

p.tagst {
	margin-top: 2em;
}

div#toc_container {
	margin-top: 2em;
}

div#toc_container {
	min-width: 300px;
	width: 60%;
}

#side .ad p {
	background: black;
	color: white;
	padding: .5em 1em;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(1.00,#130505),color-stop(0.00,#b53638));
	background: -webkit-linear-gradient(#b53638,#130505);
	background: -moz-linear-gradient(#b53638,#130505);
	background: -o-linear-gradient(#b53638,#130505);
	background: -ms-linear-gradient(#b53638,#130505);
	background: linear-gradient(#b53638,#130505);
}

#side .ad {
	background: white;
	padding: .5em;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(135deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=1);
}

a.entry-title.entry-title-link {
	font-size: 100%;
	line-height: 1.4;
}

body {
	background-color: #eaeaea;
}

body.page div#toc_container {
	display: none;
}

body.page .blogbox {
	display: none;
}

@media screen and (min-width: 960px) {
	main {
		padding: 30px;
	}
	
	body.single main {
		padding: 30px 60px;
	}
}

body {
	background-color: #e6e6e6;
}

h2 {
	margin: 2.5em 0 1.5em;
}

/* -----------------------------------
ヘッダー
----------------------------------- */
/* ロゴ、キャッチフレーズ領域の横幅制限解除 */
div#header-l {
	max-width: initial;
}

header {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(135deg,rgba(255,255,255,0.15) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=1);
}

#headbox img {
	max-width: 270px;
}

p.descr {
	display: none;
}

.ad p {
	display: block !important;
}

@media screen and (min-width: 960px) {
	header {
		position: relative;
	}
	
	#header-r {
		max-width: initial;
		position: absolute;
	/* top: 0; */
		right: 0;
	}
}

/* 画像の矢印削除 */
button.slick-prev.slick-arrow {
	display: none !important;
}

button.slick-next.slick-arrow {
	display: none !important;
}

/* キャッチフレーズ */
header .descr {
	padding-bottom: 0;
	color: rgba(0,0,0,0.64);
/* #5d5d5d; */
}

/* 画像（スライダー）上にキャッチフレーズ表示 */
div#header-slides {
	position: relative;
}

@media print,screen and (max-width: 479px) {
	div#header-slides {
		display: none;
	}
}

@media print,screen and (min-width: 960px) {
	.slick-list.draggable:after {
		content: "WindyPost.com - 40代男性に向けた人間模様から人生を学ぶためのWebマガジン";
		position: absolute;
		right: 1em;
		top: 1.6em;
		color: rgba(255,255,255,0.73);
		border-radius: 5px 0 0 5px;
		background: rgba(0,0,0,0.51);
		padding: .25em 1em;
		text-shadow: 0 0 15px #000;
	}
}

/* -----------------------------------
上段メニュー
----------------------------------- */
#header-r a:hover, #footer .footermenust a:hover {
	background: gray;
	color: white !important;
	transition: .4s;
}

@media screen and (min-width: 960px) {
	#header-r .footermenust a, #footer .footermenust a {
		color: gray;
		padding: 2px 10px !important;
		transition: .25s;
	}
	
	#header-r .footermenust li {
		padding: 0 2px 0 0;
	}
}

/* モバイルメニューのアイコン内の[三]の色*/
i.fa.fa-bars {
	color: #c7c7c7;
}

/* -----------------------------------
グローバルメニュー
----------------------------------- */
nav.smanone {
	background: rgba(0,0,0,0.79);
	border: none;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(1.00,#111),color-stop(0.47,#1e1a1a),color-stop(0.00,#5d5656));
	background: -webkit-linear-gradient(top,#5d5656 0%,#1e1a1a 47%,#111 100%);
	background: -moz-linear-gradient(top,#5d5656 0%,#1e1a1a 47%,#111 100%);
	background: -o-linear-gradient(top,#5d5656 0%,#1e1a1a 47%,#111 100%);
	background: -ms-linear-gradient(top,#5d5656 0%,#1e1a1a 47%,#111 100%);
	background: linear-gradient(to bottom,#5d5656 0%,#1e1a1a 47%,#111 100%);	
}

@media screen and (min-width: 960px) {
	header .smanone ul.menu li {
		border: none;
	}
	
	header .smanone ul.menu li a {
		color: #d8d8d8!important;/*#cccccc*/ 
    	font-size:14px;
	}
}

header .smanone ul.menu li a:hover {
	background: #b9b9b9;
	color: black !important;
	transition: .4s;
}

@media print,screen and (min-width: 960px) {
	header .smanone ul.menu li {
		min-width: 140px;
		width: initial;
        border-right: solid 1px #a9a9a9;
	}
}

/* -----------------------------------
トップページのスーパーカスタマイズ！
----------------------------------- */
body.home:not(.paged) .kanren dl {
	display: inline-block;
}

body.home:not(.paged) .kanren dl:nth-child(1),
body.home:not(.paged) .kanren dl:nth-child(2),
body.home:not(.paged) .kanren dl:nth-child(3),
body.home:not(.paged) .kanren dl:nth-child(4),
body.home:not(.paged) .kanren dl:nth-child(5) {
	border: none;
	margin: 0 0 2em;
	padding: 0;
	float: left;
}

.kanren dl:nth-child(3) {
	clear: both;
}

body.home:not(.paged) .kanren dl:nth-child(1) h3,
body.home:not(.paged) .kanren dl:nth-child(2) h3,
body.home:not(.paged) .kanren dl:nth-child(3) h3,
body.home:not(.paged) .kanren dl:nth-child(4) h3,
body.home:not(.paged) .kanren dl:nth-child(5) h3 {
	background: #d6d6d6;
	padding: 15px;
}

body.home:not(.paged) .kanren dl:nth-child(1),
body.home:not(.paged) .kanren dl:nth-child(2) {
	width: 48%;
}

body.home:not(.paged) .kanren dl:nth-child(3),
body.home:not(.paged) .kanren dl:nth-child(4),
body.home:not(.paged) .kanren dl:nth-child(5) {
	width: 32%;
}

body.home:not(.paged) .kanren dl:nth-child(1) {
	margin-right: 4%;
}

body.home:not(.paged) .kanren dl:nth-child(3),
body.home:not(.paged) .kanren dl:nth-child(4) {
	margin-right: 2%;
}

body.home:not(.paged) .kanren dl:nth-child(1) dt, 
body.home:not(.paged) .kanren dl:nth-child(2) dt,
body.home:not(.paged) .kanren dl:nth-child(3) dt,
body.home:not(.paged) .kanren dl:nth-child(4) dt,
body.home:not(.paged) .kanren dl:nth-child(5) dt {
	float: none;
	padding: 0;
	margin: 0;
	text-align: center;
	width: initial;
	margin-bottom: 10px;
}

body.home:not(.paged) .kanren dl:nth-child(1) dd, 
body.home:not(.paged) .kanren dl:nth-child(2) dd,
body.home:not(.paged) .kanren dl:nth-child(3) dd,
body.home:not(.paged) .kanren dl:nth-child(4) dd,
body.home:not(.paged) .kanren dl:nth-child(5) dd {
	padding: 0;
	margin: 0;
}

/* サムネイルの枠設定 */
body.home:not(.paged) .kanren dl:nth-child(1) a img, 
body.home:not(.paged) .kanren dl:nth-child(2) a img,
body.home:not(.paged) .kanren dl:nth-child(3) a img,
body.home:not(.paged) .kanren dl:nth-child(4) a img,
body.home:not(.paged) .kanren dl:nth-child(5) a img {
	width: initial;
	border-radius: 5px;
	transition: .2s;
}

.kanren dt img {
	box-sizing: border-box;
	padding: 10px;
	background: radial-gradient(at center,transparent,transparent 5px,#ffffff 6px);
	background-size: 20px 20px;
	background-position: -10px -10px;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.6));
}

.kanren dt img {
	width: 100px;
}

body.home:not(.paged) .kanren dl:nth-child(n+1):not(:nth-child(n+3)) a img {
	width: 120px;
}

body.home:not(.paged) .kanren dl:nth-child(n+3):not(:nth-child(n+6)) a img {
	width: 80px;
}

@media screen and (max-width: 320px) {
	body.home:not(.paged) .kanren dl:nth-child(n+6) dd .smanone2 p {
		margin-left: -120px;
	}
}

@media screen and (min-width: 480px) {
	.kanren dl a img {
		width: 100px;
	}
	
	body.home:not(.paged) .kanren dl:nth-child(n+1):not(:nth-child(n+3)) a img {
		width: 200px;
	}
	
	body.home:not(.paged) .kanren dl:nth-child(n+3):not(:nth-child(n+6)) a img {
		width: 140px;
	}
}

@media screen and (min-width: 600px) {
	.kanren dl a img {
		width: 120px;
	}
	
	body.home:not(.paged) .kanren dl:nth-child(n+1):not(:nth-child(n+3)) a img {
		width: 260px;
	}
	
	body.home:not(.paged) .kanren dl:nth-child(n+3):not(:nth-child(n+6)) a img {
		width: 200px;
	}
}

@media screen and (min-width: 960px) {
	.kanren dl a img {
		width: 140px;
	}
	
	body.home:not(.paged) .kanren dl:nth-child(n+1):not(:nth-child(n+3)) a img {
		width: 260px;
	}
	
	body.home:not(.paged) .kanren dl:nth-child(n+3):not(:nth-child(n+6)) a img {
		width: 180px;
	}
}

body.home:not(.paged) .kanren dl:nth-child(n+6) {
	border: none;
	padding: 1em;
}

body.home:not(.paged) .kanren dl:nth-child(2n+6) {
	background: #dedede;
	border: none !important;
	background: rgb(237,238,239);
	background: -moz-linear-gradient(-45deg,rgba(237,238,239,1) 0%,rgba(229,235,238,1) 50%,rgba(203,209,214,1) 51%,rgba(245,247,249,1) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(237,238,239,1) 0%,rgba(229,235,238,1) 50%,rgba(203,209,214,1) 51%,rgba(245,247,249,1) 100%);
	background: linear-gradient(135deg,rgba(237,238,239,1) 0%,rgba(229,235,238,1) 50%,rgba(203,209,214,1) 51%,rgba(245,247,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edeeef',endColorstr='#f5f7f9',GradientType=1);
}

body.home.paged .kanren dl {
	border: inherit;
	padding: 1em;
}

body.home.paged .kanren dl:nth-child(2n+1) {
	background: #dedede;
	border: none !important;
}

/* リスト　*/
dd h3 a {
	color: #444;
	line-height: 1.3;
	font-size: 18px;
}

h3 a {
	color: #444;
}

body.home:not(.paged) .kanren dl:nth-child(n + 1):not(:nth-child(n + 3)) dd h3 a {
	font-size: 18px;
}

body.home:not(.paged) .kanren dl:nth-child(n + 3):not(:nth-child(n + 6)) dd h3 a {
	font-size: 16px;
}

body.home:not(.paged) .kanren dl:nth-child(n + 1):not(:nth-child(n + 3)) dd h3 {
	padding: 5px;
	background: rgb(237,238,239);
	background: -moz-linear-gradient(-45deg,rgba(237,238,239,1) 0%,rgba(229,235,238,1) 50%,rgba(203,209,214,1) 51%,rgba(245,247,249,1) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(237,238,239,1) 0%,rgba(229,235,238,1) 50%,rgba(203,209,214,1) 51%,rgba(245,247,249,1) 100%);
	background: linear-gradient(135deg,rgba(237,238,239,1) 0%,rgba(229,235,238,1) 50%,rgba(203,209,214,1) 51%,rgba(245,247,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edeeef',endColorstr='#f5f7f9',GradientType=1);
}

body.home:not(.paged) .kanren dl:nth-child(n + 3):not(:nth-child(n + 6)) dd h3 {
	padding: 5px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(135deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=1);
}

.kanren dd .blog_info p {
	color: #828282;
}

.kanren dd .smanone2 p {
	color: #676767;
	line-height: 1.5;
}

@media print,screen and (min-width: 960px) {
	.kanren dd .smanone2 p {
		font-size: 15px;
	}
}

body.home .kanren dl {
	margin-bottom: 10px;
}

/* リストのサムネイル */
@media only screen and (min-width: 600px) {
	.kanren dd {
		padding-left: 155px;
	}
	
	.kanren dt {
		width: 140px;
	}
	
	body.home:not(.paged)  .kanren dl:nth-child(n + 1):not(:nth-child(n + 3)) dd h3 a {
		font-size: 20px;
	}
	
	body.home:not(.paged)  .kanren dl:nth-child(n + 3):not(:nth-child(n + 6)) dd h3 a {
		font-size: 18px;
	}
	
	body.home:not(.paged) .kanren dl:nth-child(n + 1):not(:nth-child(n + 3)) dd h3 {
		padding: 15px;
	}
	
	body.home:not(.paged) .kanren dl:nth-child(n + 3):not(:nth-child(n + 6)) dd h3 {
		padding: 15px;
	}
}

@media only screen and (min-width: 480px) {
	dd h3 a {
		font-size: 20px;
		line-height: 1.3;
		color: #444;
	}
}

@media only screen and (min-width: 600px) {
	dd h3 a {
		font-size: 22px;
		line-height: 1.3;
		color: #444;
	}
}

@media print,screen and (min-width: 960px) {
	dd h3 a {
		font-size: 22px;
		line-height: 1.3;
		color: #444;
	}
}

/* カテゴリとタグは非表示 */
span.pcone {
	display: none;
}

/* -----------------------------------
サイドバー
----------------------------------- */
#side #mybox > ul:nth-child(n+2) {
	margin-top: 1em;
	margin-bottom: 3em;
}

#side h4.menu_underh2 {
	background: #383838;
	color: white;
	padding: 1em;
}

#side span.wpp-excerpt {
	font-size: 90%;
	line-height: 1.3;
	display: inline-block;
	margin-top: .5em;
}

ul#npcatch,ul.wpp-list {
	margin-top: 1em;
}

/* categpru */
li.cat-item a {
	color: #bbbbbb;
	text-decoration: none;
	transition: .2s;
}

ul:not(.children) > li.cat-item {
	background: #000000;
/* padding-left: 1em!important; */
/* padding: .5em .5em 1em!important; */
	line-height: 3 !important;
}

ul:not(.children) > li.cat-item a {
	width: 100%;
	display: inline-block;
	padding-left: 1em;
	box-sizing: border-box;
}

ul:not(.children) > li.cat-item a:hover {
	background: #3c76a9;
	color: white;
	transition: .3s;
}

ul.children {
	margin-left: 1em;
}

ul.children li.cat-item {
	background: #313131;
/* padding-left: .5em!important; */
}

ul.children > li.cat-item a {
/* background: red; */
	padding-left: 2em !important;
	line-height: 2.5;
	border-bottom: 1px dotted #4a4a4a;
}

ul:not(.children) > li.cat-item a {
	width: 100%;
	display: inline-block;
	padding-left: 1em;
	box-sizing: border-box;
}

/* new post catch */
#npcatch li:before {
	content: "\f009";
	font-family: FontAwesome;
	color: rgba(78,56,56,0.47);
	margin-right: .5em;
	top: 4px;
	position: relative;
	vertical-align: top;
/* font-size: 95%; */
	line-height: 1.5;
}

#npcatch .title {
	padding: 5px 5px 5px 0;
	display: inline-block;
	width: 250px;
	line-height: 1.5;
	float: none;
}

@media screen and (min-width: 480px) {
	#npcatch .title {
		width: 400px;
	}
}

@media screen and (min-width: 600px) {
	#npcatch .title {
		width: 500px;
	}
}

@media screen and (min-width: 960px) {
	#npcatch .title {
		width: 250px;
	}
}

ul#npcatch li {
	border-bottom: 1px dotted #9e9e9e;
	margin-bottom: .5em !important;
	padding-bottom: .25em !important;
}

ul#npcatch img {
	display: none;
}

/* Popular Posts */
ul.wpp-list li {
	margin-bottom: 1em !important;
}

ul.wpp-list {
	counter-reset: pupular-ranking;
}

ul.wpp-list li {
	position: relative;
}

ul.wpp-list li:before {
	background: none repeat scroll 0 0 rgba(102,102,102,0.49);
	color: #fff;
	content: counter(pupular-ranking, decimal);
	counter-increment: pupular-ranking;
	font-size: 10px;
	left: 0;
	top: 0;
	line-height: 1;
	padding: 5px 8px 6px 4px;
	position: absolute;
	z-index: 1;
	border-radius: 0 0 20px;
	font-family: Arial;
}

ul.wpp-list li {
/* padding-top: 1em!important; */
	padding-bottom: 1em !important;
	border-bottom: 1px dotted gray;
/* margin-bottom: 1em!important; */
}

ul.wpp-list a.wpp-post-title {
	line-height: 1.5;
	display: block;
	font-size: 90%;
	margin-left: 0;
}

ul.wpp-list li:nth-child(n+6) img {
	width: 150px;
}

ul.wpp-list li:nth-child(n+6) a.wpp-post-title {
	margin-left: 155px;
}

ul.wpp-list li:nth-child(n+11) img {
	width: 110px;
}

ul.wpp-list li:nth-child(n+11) a.wpp-post-title {
	margin-left: 115px;
}

ul.related_post.wp_rp li:nth-child(2n+1) a.wp_rp_thumbnail:after {
	border-color: rgba(255,186,186,0.44);
}

.wpp-thumbnail {
	float: none;
	margin: 0;
	margin-bottom: .25em;
}

ul.wpp-list > li > a:first-child {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}

ul.wpp-list > li > a:first-child:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0 25px;
	border-color: rgba(255,255,255,0.37);
}

ul.wpp-list > li:nth-child(n+6) > a:first-child:after {
	border-width: 0 15px;
}

ul.wpp-list > li:nth-child(n+11) > a:first-child:after {
	border-width: 0 10px;
}

label.screen-reader-text {
	display: none;
}

/* トップのアイキャッチ画像につける文字列 */
/* div.mainbox p.hasimage:nth-of-type(1):after {
    content: "（画像はイメージです）";
    font-size: 75%;
    color: gray;
    text-align: right;
    display: block;
    margin-top: .25em;
}
*/
.mainbox p.hasimage {
	position: relative;
	margin: 0;
}

.mainbox p.hasimage img {
	padding: 1px 0 !important;
}

.mainbox p.hasimage:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: /* 背景色と同じ色 */
inset 0 0 40px #fff , inset 0 0 40px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
	padding: 0;
	margin: 0;
}

.mainbox p.hasimage+p:before {
	content: "（画像はイメージです）";
	font-size: 12px;
	color: gray;
	display: block;
	text-align: right;
	margin-right: 1em;
	margin-bottom: 2em;
}

a.wp_rp_thumbnail:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-color: rgba(255,255,255,0.5);
	border-width: 15px 0;
	border-style: solid;
	box-sizing: border-box;
}

/* 外部リンクにつけるマーク */
.wpel-icon-right i.wpel-icon {
	margin-right: .3em;
}

/* 記事内の基本タグ */
article p {
	line-height: 1.5;
	margin-bottom: 2em;
}

.post ul li {
	line-height: 1.5;
}

article p, article ul li {
	color: #3c3c3c;
}

@media screen and (min-width: 480px) {
	article p {
		font-size: 17px;
	}
	
	.post ul li {
		font-size: 16px;
	}
	
	div.mainbox > ul:last-of-type > li:before {
		font-size: 16px;
		top: 0;
	}
}

@media screen and (min-width: 600px) {
	article p {
		font-size: 18px;
	}
	
	.post ul li {
		font-size: 17px;
	}
	
	div.mainbox > ul:last-of-type > li:before {
		font-size: 17px;
		top: 0;
	}
}

@media screen and (min-width: 960px) {
	article p {
		font-size: 17px;
	}
	
	.post ul li {
		font-size: 16px;
	}
	
	div.mainbox > ul:last-of-type > li:before {
		font-size: 16px;
		top: 0;
	}
}

ul.waku {
	background-color: #fdfdfd;
	border-radius: 2px;
	padding: 1em 2em;
	box-shadow: none;
	width: 85%;
	border: 1px solid #BFB284;
	margin-bottom: 2.5em;
	margin-top: 2em;
	margin-left: 0;
	list-style: none;
}

ul.ulline10 > li {
	margin-bottom: 1em !important;
}

ul.waku.disc > li:before {
	content: "\f111";
	font-family: FontAwesome;
	color: #907b6e;
	font-size: 12px;
	margin-right: .5em;
	bottom: 2px;
	position: relative;
}

ul.waku.no_circle > li > ul {
	margin-left: 0;
	padding-left: 1em;
}

ul.waku > li > ul {
	margin-top: .5em;
	padding-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
	padding-left: 2em;
}

ul.no_circle ul li {
	list-style: none;
	line-height: 1.4;
	margin-top: .5em;
}

/*--------------------------------
	最後のまとめのリスト
--------------------------------*/
div.mainbox .announcement-post > ul:last-of-type,
div.mainbox > ul:last-of-type {
	list-style-type: none;
	background-color: #FFFBF5;
	padding: 0;
	margin: 0;
	border: 1px solid #C6CA9A;
	padding: 1.5em 1em .75em 3em;
	margin-bottom: 1.5em;
	border-radius: 5px;
}

.youtube {
	margin: 2em 0 !important;
}

div.mainbox > ul:last-of-type > li,
div.mainbox .announcement-post > ul:last-of-type > li {
	margin-bottom: .75em;
	line-height: 1.5;
}

div.mainbox > ul:last-of-type > li:before,
div.mainbox .announcement-post > ul:last-of-type > li:before {
	content: "\f14a";
	font-family: FontAwesome;
	color: #9B9E79;
	float: left;
	margin-right: .25em;
	margin-left: -1.25em;
	position: relative;
/*	font-size: 18px;
    top: -3px;*/
}

/*--------------------------------
	フッター
--------------------------------*/
#footer .footermenust a {
	display: inline-block;
}