/* CSS Document */

/* ---------- その他リンク ---------- */

#other_link{
	width               : 300px;
	font-size           : 12px;

	text-align          : left;
	margin-top          : 5px;
	margin-bottom       : 0px;
	margin-left         : 17px;
	margin-right        : 0px;
}
	#other_link .other_info{
		width               : 300px;
		color               : #333333;
		font-size           : 12px;
		line-height         : 16px;
		text-align          : left;

		margin-top          : 0px;
		margin-bottom       : 5px;
		margin-left         : 0px;
		margin-right        : 0px;
	}
	#other_link .title{
		font-size       : 12px;
		font-weight     : bold;
	}
	#other_link .comment{
		font-size       : 12px;
	}
	#other_link .mobile_comment{
		font-size       : 12px;
		color           : #666666;
		line-height     : 20px;
	}

