/*
Theme Name: sfxg2015
Ver.0.0.1
Author: sfxg
*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,input
		{margin: 0px;padding: 0px;}
ul,ol	{list-style: none;}
img		{border: none; vertical-align: top;}
a{color: #fff;text-decoration: none;}
::-moz-selection{background: #111; color: #fff;}
html{

	background: #f5f8f4;
}

/* -----------------------------------
	common elements
----------------------------------- */
body {
	width: 100%;
	/*min-width: 980px;*/
	margin: 0 auto;
	font-family: sans-serif;
	font-size: 14px;
	background: url(images/background.png) no-repeat 180px 50px;
	background-color: #f5f8f4;
	color: #333;
	background-size: 100%;
}
a {
	color: #900e36;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}
.ad{
	text-align: center;
	
}

#container{
	/*min-width: 788px;*/
	width: 100%;
	padding: 0 30px;
	max-width: 1260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	/*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);*/

}
	#container:after{
		content: '';
		display: block;
		clear: both;
	}
#masthead{
	background: #373834;
	height: 40px;
	line-height: 40px;
}
#masthead:after{
	content: '';
	display: block;
	clear: both;
}
	#masthead .wrapper{
		max-width: 1260px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 30px;

		margin: 0 auto;
	}
	#masthead .wrapper:after{
		content: '';
		display: block;
		clear: both;
	}

	#masthead a{
		color: #fff;
	}

	#masthead .menu li{
		float: left;
		margin-right: 25px;
		vertical-align: top;
	}
	#masthead .menu li:before{
		content: url(images/triangle.png);
		margin-right: 5px;
		top: -1px;
		position: relative;
	}
	#masthead .menu li img{
		vertical-align: top;
		background: red;
	}
	#masthead .sub{
		display: none;
		position: absolute;
		z-index: 20;
	}
	#masthead .sub li:before{
		content: '';
		display: none;
	}
	#masthead .sub li{
		margin: 0;
		padding: 0;
	}
	#masthead .sub li a{
		display: block;
		background: #999;
		padding: 5px 10px;
		border-right: 1px solid #666;
		-webkit-transition-duration: .2s;
		-o-transition-duration: .2s;
		transition-duration: .2s;
	}
	#masthead .sub li a:hover{
		display: block;
		background: #900e36;
		padding: 5px 10px;
		border-right: 1px solid #666;
	}
	#masthead .sub li:last-child a{
		border: none;
	}
#header{
	position: relative;
	/*background: rgba(220, 223, 216, 0.3);*/
	/*background: url(images/header_stripe.png);*/
	padding: 40px 0;
	margin-bottom: 20px;
}
	#header:after,
	#header .wrapper:after{
		content: '';
		display: block;
		clear: both;
	}
	#header .wrapper{
		max-width: 1260px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 30px;
		position: relative;
		
	}
	#header .sitename{
		float: left;
		width: 60%;
	}
	#header .title{
		float: left;
		padding-right: 25px;
		border-right: 1px solid #5d5e5b;
		margin-right: 25px;
	}
	#header .title a{
		color: #900e36;
		letter-spacing: 0;
		padding-top: 3px;
		background: url(images/icon.png) no-repeat left 0;
		padding-left: 68px;
		display: block;
		font-size: 35px;
		line-height: 1em;
		color: #333;
		letter-spacing: .2em;
		font-weight: 100;
		font-family: 'Noto Sans Japanese', 'Lato', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
		height: 50px;
	}
		#header .description{
			letter-spacing: 0;
			padding-top: 3px;
			font-size: 16px;
			width: 17em;
			float: left;
			

		}

	#header_ad{
		max-width: 1260px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 30px;
		position: relative;
		margin-bottom: 20px;
	}

#note{
	clear: both;
	font-size: 12px;
}
#search{
	float: right;
	position: absolute;
	bottom: 0;
	right: 30px;
	
}
	#search input{
		line-height: 1em;
		padding: 8px;
		width: 200px;
		border: 2px solid #aeaea9;
		width: 300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	main .ad{
		margin-bottom: 20px;
	}
	main .ad.text{
		text-align: left;
		margin-bottom: 40px;
	}
#sidemenu{
	width: 300px;
	float: left;
	position: relative;
	padding-bottom: 40px;
}
	#sidemenu .banner{
		margin-bottom: 40px;
	}
	#sidemenu .block{
		clear: both;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #cdcfc9;
	}
	#sidemenu .block.new .title{
		margin-bottom: 15px;
		padding-bottom: 10px;
		line-height: 1;
		border-bottom: 1px solid #cdcfc9;
		color: #900e36;
		font-size: 1.2rem;
		font-weight: bold;
	}
	#sidemenu .new .title:before{
		content: '';
		display: block;
		width: 3px;
		margin-top: -4px;
		height: 28px;
		background: #900e36;
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sidemenu .new li{
		margin-bottom: 10px;
		color: #900e36;
		padding-left: 1.4rem;
	}
	#sidemenu .new li i{
		margin-left: -1.4rem;
		margin-right: 8px;
	}
	#sidemenu .new li a{
		text-decoration: underline;
	}
	#sidemenu .discovery h1{
		font-size: 1rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#sidemenu .discovery p{
		font-size: .8rem;
		margin-bottom: 20px;
	}
	#sidemenu .block:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}

	#sidemenu .keyword{
		clear: both;
		display: block;
		content: '';
		text-align: justify;
		
	}
	#sidemenu .block.category .title{
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cdcfc9;
	}
	#sidemenu .block .title{
		margin-bottom: 10px;
	}
	#sidemenu .block .title strong{
		color: #900e36;
		font-size: 1.2rem;
	}
	#sidemenu .category li a{
		display: block;
		padding: 25px 0;
		margin-bottom: 10px;
		text-align: center;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/*height: 100px;*/
		/*border-radius: 8px;*/
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		color: #fff;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		line-height: 1;
		background-color: #eee;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		font-family: 'Lato', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
		text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
		box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
	}
	#sidemenu .category li a span{
		font-size: 1rem;
		margin-top: 4px;
		display: block;
		text-transform: uppercase;
	}
	#sidemenu .category li a:hover{
		opacity: .75;
	}
	#sidemenu .keyword ul:after{
		clear: both;
		display: block;
		content: '';
	}
	#sidemenu .keyword li{
		/*float: left;*/
		display: inline-block;
		font-size: 1rem;
		line-height: 1.7;
	}
	#sidemenu .keyword li:after{
		content: ' / ';
		margin-right: 10px;
	}
	#sidemenu .keyword li:last-child:after{
		content: none;
	}
#content{
	float: right;
	width: 100%;
	margin-left: -340px;
	padding-bottom: 40px;
}
/*================================================================================================*/
/*================================================================================================*/
/*================================================================================================*/
#main{
	max-width: 980px;
	margin-left: 340px;
	clear: both;
}



.mainblock{
	/*width: 100%;*/
	clear: both;
	background: #fff;
	border-radius: 4px;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}
	.mainblock .title{
		font-size: 26px;
		line-height: 1;
		margin-bottom: 20px;
		font-weight: normal;
		padding: 15px 10px 15px 0;
		letter-spacing: .1em;
		/*border-bottom: 1px dotted #333;*/
		
	}
	.mainblock .title.icon{
		padding: 5px 10px 20px 10px;
	}
	.mainblock .title.icon:before{
		vertical-align: top;
		margin-top: 2px;
		
		background: #900e36;
		height: 25px;
		width: 25px;
		border-radius: 15px;
		content: "▶";
		display: inline-block;
		/*float: left;*/
		color: #fff;
		text-align: center;
		line-height: 25px;
		font-size: 12px;
		text-indent: 5px;
		margin-right: 15px;
	}
		
	.mainblock .title strong{
		color: #900e36;
		font-size: 1.1em;
	}

/*================================================================================================*/

#sound_list .sound{
	position: relative;
}
.archive #sound_list{
	margin-bottom: 20px;
}
#sound_list .header{
	margin-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
	border-left: 5px solid #900e36;

}
#sound_list .sound .title{
	font-size: 30px;
	line-height: 1;
	font-weight: 100;
	margin-bottom: 5px;

}
#sound_list .taxonomies{
	font-size: 12px;
	margin-bottom: 20px;
}
#sound_list .related_title{
	color: #900e36;
	font-weight: bold;
		
	border-bottom: 1px solid #c9cac8;
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 30px;
}
#sound_list .sound p{
	font-size: 17px;
}
#sound_list .sound .ad{
	margin-bottom: 20px;
}
	#sound_list .sound{
		clear: both;
		position: relative;
		padding-right: 200px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #c9cac8;
	}
	#sound_list .sound:after{
		clear: both;
		display: block;
		content: '';
	}
		#sound_list .sound .name{
			padding-top: 5px;
			font-size: 1.2rem;
			position: relative;
		}
		#sound_list .sound .icon{
			width: 90px;
			height: 90px;
			background: #ccc;
			overflow: hidden;
			position: relative;
			float: left;
			margin-right: 20px;
		}
				#sound_list .sound .icon .playbutton{
					font-size: 0;
				}
				#sound_list .sound .icon .playbutton:after{
					content: '';
					z-index: 2;
					background: url(images/playbutton.png);
background-size: contain;
					font-size: 0;
					color: #fff;
					display: block;
					width: 90px;
					position: absolute;
					display: block;
					height: 90px;
					-webkit-transition-duration: .4s;
					-o-transition-duration: .4s;
					transition-duration: .4s;
				}
				#sound_list .sound .icon .playbutton.playing:after{
					background-image: url(images/pausebutton.png);
				}

				#sound_list .sound .icon .thumbnail{
					position: absolute;
					z-index: 1;
				}
				#sound_list .sound .icon .thumbnail img{
					width: 90px;
					height: 90px;
					background: #ccc;
				}
		#sound_list .sound .excerpt{
			margin-left: 110px;
		}
		#sound_list .sound .property{
			margin-bottom: 10px;
			margin-left: 110px;
		}
				#sound_list .sound .property li{
					display: inline;
					color: #ccc;
				}
				#sound_list .sound .property li:after{
					content: '/';
					margin-left: 5px;
					padding-right: 5px;
				}
				#sound_list .sound .property li:last-child:after{
					content: '';
				}
				#sound_list .sound .property li .time:before{
					content: '再生時間 : ';
				}
		#sound_list .sound .button{
			float: right;
			top: 50%;
			margin-top: -25px;
			right: 0;
			position: absolute;

			
		}
				#sound_list .sound .button li{
					float: left;
					margin-left: 5px;
				}
				#sound_list .sound .button li a,
				#sound_list .sound .button li span{
					display: block;
					background: #900e36;
					height: 50px;
					line-height: 50px;
					padding: 0 20px;
					color: #fff;
					border-radius: 5px;
					-webkit-transition-duration: .4s;
					-o-transition-duration: .4s;
					transition-duration: .4s;
				}
				#sound_list .sound .button li.pay a{
					background: #0e9036;
				}
				#sound_list .sound .button li span{
					background: #ccc;
				}
				#sound_list .sound .button li a:hover{
					opacity: .8;
				}

.results_keyword ul{
	width: 100%;
	margin-top: 20px;
}

.results_keyword ul:after{
	content: '';
	display: block;
	clear: both;
}
.results_keyword li{
	float: left;
	width: 25%;
}
.results_keyword li a:before{
	content: '・ ';
}
.results_keyword li a{
	display: block;
	/*width: 25%;*/
	padding: 10px;
	background: #eee;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.results_keyword li a:hover{
	background: #ccc;
}
.ad_footer{
	clear: both;
	margin-bottom: 20px;
}
#footer{
	background: #73746f;
	padding: 40px;
	margin-bottom: 0px;
	font-size: 12px;
}
	#footer a{
		color: #fff;
	}
	#footer:after{
		content: '';
		display: block;
		clear: both;
	}
	#footer .menu ul:after{
		content: '';
		display: block;
		clear: both;
	}
#footer .menu ul{
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#footer .menu li{
	float: left;
	margin-right: 20px;
}
#footer .menu li:before{
	content: ">";
	margin-right: 5px;
	font-size: 11px;
	color: #fff;
}


#footer .copyright{
	color: #fff;
	font-size: 11px;
}
#social{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 139;
}
	#social li{
		float: left;
	}


/*================================================================================================*/
/*FRONTPAGE*/
/*================================================================================================*/
	#index_category:after{
		clear: both;
		content: '';
		display: block;
	}
	#index_category ul.menu{
		padding: 0px 0 0 7px;
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d3d4d2;
	}

	#index_category ul.menu:after{
		content: '';
		display: block;
		clear: both;
	}

	#index_category ul.menu li a{
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/*height: 100px;*/
		padding-top: 60px;
		padding-bottom: 60px;
		float: left;
		/*margin-right: 1px;*/
		/*margin-bottom: 1px;*/
		/*border-radius: 8px;*/
		border-bottom: 2px solid #fff;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		background-color: #aaa;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		line-height: 1;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		font-family: 'Lato', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
		text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
	}

	#index_category ul.menu li:nth-child(odd) a{
		border-right: 1px solid #fff;
	}
	#index_category ul.menu li:nth-child(even) a{
		border-left: 1px solid #fff;
	}

	#index_category ul.menu li a strong{
		font-size: 35px;
		white-space: nowrap;
		font-weight: bold;
		display: block;
		margin-bottom: 10px;
	}
	#index_category ul.menu li a .slug{
		text-transform: uppercase;
		/*font-weight: bold;*/
		
	}
	#index_category ul.menu li a:hover{
		opacity: .5;
		/*background: #900e36;*/
	}
	#index_category .ad{
	}
	#index_category .ad:after{
		content: '';
		display: block;
		clear: both;
	}
	#index_category .ad ul li{
		width: 50%;
		display: inline-block;
		float: left;
	}


	#index_keyword{
		margin-bottom: 80px;
		line-height: 1.7;
	}
		#index_keyword .title{
			border-bottom: 1px solid #d6dad3;
			padding-bottom: 30px;
		}
		#index_keyword ul {
			padding: 0 10px;
		}
		#index_keyword ul li{
			display: inline;
			font-size: 16px;
			line-height: 2;
		}
		#index_keyword ul li:after{
			content: '/';
			margin-left: 10px;
			margin-right: 10px;
			color: #ccc;
		}
		#index_keyword ul li:last-child:after{
			content: none;
		}

#paginate{
	text-align: center;
	margin-bottom: 40px;
}

	#paginate li{
		display: inline-block;
	}
	#paginate li.prev{
		float: left;
	}
	#paginate li.next{
		float: right;
	}
	#paginate li.numeric a{
		border: 2px solid #900e36;
		height: 30px;
		
		width: 30px;
		text-align: center;
		font-weight: bold;
		
		line-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		
	}
	#paginate li.numeric span{
		border: 2px solid #900e36;
		background: #900e36;
		color: #fff;
		height: 30px;
		
		width: 30px;
		text-align: center;
		font-weight: bold;
		
		line-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		
	}

/*================================================================================================*/
/*single*/
/*================================================================================================*/

.single #single{
	margin-bottom: 40px;
}
.single #single:after{
	content: '';
	clear: both;
	display: block;
}
	#single .ad_wide{
		float: right;
		padding-left: 40px;
		margin-bottom: 0;
	}

	.single #single .body{
		margin-right: 340px;
	}
	.single #single .text{
		margin-bottom: 20px;
		padding-top: 30px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.single #single .text p{
		margin-bottom: 20px;
	}
	#single .header{
		margin-bottom: 30px;
		padding: 10px;
		border-left: 5px solid #900e36;
	}
		#single .header .category{
			color: #333;
			padding-left: 15px;
			font-size: 1rem;
			margin: 0;

		}
		#single .header .category a{
			font-weight: bold;
			color: #333;
			-webkit-transition-duration: .4s;
			-o-transition-duration: .4s;
			transition-duration: .4s;
		}
		#single .header .category a:hover{
			color: #999;
		}
		#single .header .category li{
			float: left;
			margin-right: 8px;
		}
		#single .header .category li:after{
			content: ' / ';
		}
		#single .header .category li:last-child:after{
			content: none;
		}
		#single .title{
			clear: both;
			font-size: 30px;
			line-height: 1;
			margin-bottom: 0;
			padding: 2px 10px 5px;
			color: #900e36;
		}
	#single .player{
		position: relative;
		width: 100%;
		height: 320px;
		overflow: hidden;
		background-size: cover;
		background-position: center center;
		-webkit-transition-duration: .4s;
		-o-transition-duration: .4s;
		transition-duration: .4s;
		margin-bottom: 20px;
	}
	#single .player.nothumbnail{
		background: #ddd;
	}
	#single .player:hover{
		opacity: .7;
	}
	#single .player .playbutton{
		position: relative;
		z-index: 2;
		font-size: 40px;
		color: #fff;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		margin-bottom: 20px;

	}
	#single .player .playbutton:after{
		display: block;
		top: 50%;
		left: 50%;
		margin-left: -90px;
		margin-top: -90px;
		height: 100%;
		width: 100%;
		position: absolute;
		content: url(images/playbutton.png);
		width: 180px;
		height: 180px;
	}
			#single .player .playbutton.playing:after{
				content: url(images/pausebutton.png);
			}
	#single .thumbnail{
		background: green;
	}
	#single .thumbnail img{
		opacity: .1;
		width: 100%;
		height: auto;
		position: relative;
		/*-webkit-transform: translateY(-25%);
		-moz-webkit-transform: translateY(-25%);
		-ms-webkit-transform: translateY(-25%);
		-o-webkit-transform: translateY(-25%);
		webkit-transform: translateY(-25%);*/
	}
	#single .preview  {
		background: #efefef;
		margin-bottom: 20px;
	}
	#single .preview  audio{
		width: 100%;
	}
	#single .time  {
		margin-bottom: 40px;
	}
	#single .time:before{
		content: "再生時間 : ";
	}
	#single .property  {
		margin-bottom: 40px;
		/*color: #bbb;*/
		opacity: .5;
		font-size: 13px;
	}
	#single .property:after {
		content: '';
		display: block;
		clear: left;
	}
	#single .property li {
		display: inline;
	}

	#single .property li:after{
		content: ' / ';
	}
	#single .property li:last-child:after{
		content: none;
	}

	#single .link  {
		width: 100%;
		margin-bottom: 15px;
	}
	#single .link:after {
		content: '';
		clear: both;
		display: block;
		
	}
	#single .link li {
		margin-bottom: 1px;
		float: left;
		width: 50%;
		
	}
	#single .link li a{
		margin-right: 2px;
		display: block;
		background: #900e36;
		color: #fff;
		height: 100px;
		padding-top: 35px;
		line-height: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	#single .pay li span{
		margin-right: 2px;
		display: block;
		background: #900e36;
		color: #fff;
		height: 100px;
		padding-top: 35px;
		line-height: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	#single .link li a.disabled{
		cursor: default;
		/*pointer-events : none;*/
		background: #ccc;
	}
	#single .link li a.disabled:hover{
		background: #ccc;
	}
	#single .link li.pay a{
		background: #900e36;
		padding-top: 40px;
		margin-right: 0;
	}
	#single .link li.pay span{
		margin-right: 2px;
		display: block;
		background: #ccc;
		color: #ddd;
		height: 100px;
		padding-top: 40px;
		line-height: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	#single .link li a .label{
		padding-bottom: 4px;
		display: block;
		
	}
	#single .link li a .data{
		display: block;
		font-size: 11px;
		opacity: .5;
	}
	#single .link li a:hover{
	}
	#single .link li.pay a:after{
		/*content: 'Discovery Downloader';*/
		float: right;
		opacity: .4;
	}
	#single .notice{
		clear: both;
		font-size: 12px;
		margin-bottom: 40px;
	}
	#single .related{
		border-top: 1px solid #cdcfc9;
		clear: both;
		background: #fff;
		padding-top: 20px;
		margin-bottom: 30px;
	}
		#single .related .title{
			font-size: 1.05rem;
			display: inline;
			font-weight: bold;
			padding-right: 0;
		}
		#single .related .title:after{
			content: " : ";
		}
		#single .related .tag{
			display: inline;
			font-size: 1.05rem;
		}
	body.single #sound_list .sound:last-of-type{
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

		#single .social{
			border-top: 1px solid #cdcfc9;
			padding-top: 30px;
			margin-bottom: 80px;
			text-align: center;
			
		}

		#single .social .social4i{
			display: inline-block;
		}




	#page .header{
		margin-bottom: 30px;
		padding: 10px;
		border-left: 5px solid #900e36;
	}
	#page .eyecatch img{
		width: 100%;
		height: auto;
	}
	#page .title{
		font-size: 30px;
		line-height: 1;
		margin-bottom: 5px;
		padding: 10px;
		color: #900e36;
		font-size: 2rem;
	}

	.entrybody{
		font-size: 1rem;
		line-height: 1.7;
		border-bottom: 1px solid #cdcfc9;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.entrybody:after{
		content: '';
		clear: both;
		display: block;
	}
	.entrybody p{
		margin-bottom: 1rem;
	}
	.entrybody h1,
	.entrybody h2{
		clear: both;
		font-size: 1.7rem;
		margin-bottom: 20px;
		padding-bottom: 10px;
		margin-top: 40px;
		background: #900e36;
		color: #fff;
		padding: 10px;
		line-height: 1.2;
	}
	.entrybody h3{
		clear: both;
		font-size: 1.7rem;
		margin-bottom: 10px;
		border-bottom: 1px solid #cdcfc9;
		margin-bottom: 20px;
		padding-bottom: 10px;
		margin-top: 30px;
	}
	.entrybody h4{
		clear: both;
		font-size: 1.2rem;
		margin-bottom: 10px;
		border-bottom: 1px solid #cdcfc9;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.entrybody a{
		text-decoration: underline;
	}
	.entrybody ul{
		list-style: disc;
		padding-left: 2.5em;
		margin-bottom: 1em;
	}
	.entrybody ol{
		list-style: decimal;
		padding-left: 2.5em;
		margin-bottom: 1em;
	}

	.entrybody blockquote{
		clear: both;
		font-style: italic;
		background: #f5f5f5;
		padding: 20px;
	}
	.entrybody blockquote p:last-of-type{
		margin-bottom: 0;
	}

	.entrybody .alignnone{
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.entrybody .aligncenter{
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
	}

	.entrybody .alignleft{
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.entrybody .alignright{
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
