@charset "utf-8";
/* CSS Document */

#single-container{
	margin: 40px 0;
}

#single-contents{
	width: 700px;
	float: left;
}

#single-contents h2{
	padding-bottom: 3px;
	font-size: 18px;
	color:#1a93d6;
	border-bottom:1px dotted #1a93d6;;
}

p.single-date{
	margin-top: 5px;
	font-size: 12px;
	text-align: right;
}

p.single-date2{
	margin-top: 5px;
	font-size: 12px;
}

#single-contents-main{
	margin-top: 20px;
	line-height: 1.6;
}

#single-contents-main img{
	margin: 10px 0;
}

/*-------------------------------------------------------------------------------------------------*/
/*--- other ---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

#other-contents{
	width: 700px;
	float: left;
}

#other-contents h2{
	padding-bottom: 3px;
	font-size: 18px;
	color:#1a93d6;
	border-bottom:1px dotted #1a93d6;;
}

.other-contents-box{
	margin-bottom: 30px;
}

.other-contents-box a{
	font-size: 18px;
	color:#1a93d6;
}

/*-------------------------------------------------------------------------------------------------*/
/*--- サイドバー -------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

#single-sidebar{
	width: 250px;
	float: right;
}

#side-contents{
	margin-bottom: 30px;
}

.side-title{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

#side-contents ul{
	margin-left: 10px;
	list-style: inside;
}