a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:active,
a:hover {
	color: #ff4b33;
}

/***	201507 category	------------------------------***/
#category_title	{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 16px;
	padding: 0 16px;
	line0height: 24px;
	border-left: 5px solid #8377db;
	border-bottom: 1px solid #8377db;
}
.catdate	{
	text-align: right;
	margin: 0 30px 12px;
}
.img_left	{
	float:left;
	margin: -12px 12px 10px;
	height: 140px;
}
.img_left img	{
	width:120px;
	height: 120px;
}

#cat_list .entry-meta	{
	float: right;
	margin: 0 30px 6px;
}
/***	コンテンツリスト	-----------------------------------*/
.list-tl	{
	clear: both;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-align: center;
/*	background: #b06e70;-----*/
background: #f6e6b4;
background: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 37%);
background: -webkit-linear-gradient(top, #f6e6b4 0%,#ed9017 37%);
background: linear-gradient(to bottom, #f6e6b4 0%,#ed9017 37%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 );
	color: #fff;
	border-radius:12px;
	padding: 6px 0;
	margin-top: 10px;
}
.list-tlg	{		/***kau***/
	clear: both;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-align: center;
/*	background: #6fa786;----*/
background: #3bc600;
background: -moz-linear-gradient(top, #3bc600 0%, #0c7f00 57%, #3bc600 99%);
background: -webkit-linear-gradient(top, #3bc600 0%,#0c7f00 57%,#3bc600 99%);
background: linear-gradient(to bottom, #3bc600 0%,#0c7f00 57%,#3bc600 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc600', endColorstr='#3bc600',GradientType=0 );
	color: #fff;
	border-radius:12px;
	padding: 6px 0;
	margin-top: 10px;
}
.list-tlb	{		/***tomaru***/
	clear: both;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
/*	background: #74c1b8;---*/
background: #d0e4f7;
background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 5%, #0a77d5 50%, #539fe1 91%, #87bcea 100%);
background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 5%,#0a77d5 50%,#539fe1 91%,#87bcea 100%);
background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 5%,#0a77d5 50%,#539fe1 91%,#87bcea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );
	color: #fff;
	border-radius:12px;
	padding: 6px 0;
	margin-top: 10px;
}

/***	コンテンツリスト(ひなまつり展示施設）	-----------------------------------*/
/***	固定ページカスタム設定	-----------***/

/***	アフェリエイト	------***/
#affe	{
	float: left;
	width: 33%;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
/***	自動表示		---------***/
#post_list	{
	margin: 16px 0 0 0;
	padding: 0;
	width: 100%;
}

#post_list ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#post_list li	{
	list-style-type: none;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	line-height: 24px;
	letter-spacing: -1px;
}

#post_list a	{
	font-size:13px;
	line-height: 26px;
	text-align: left;
	padding: 0.5em 0 0 0;
	width: 100%;
/**	background-color: #fff;	***/
	color: #00f;
	text-decoration: none;
}
#post_list a:before	{
	display: inline-block;
	content: '\e81d';
	font-family: fontello;
	text-decoration: inherit;
	vertical-align: bottom;
	margin:0 2px;
	color:#ee7ea5;
	font-size:16px;
	font-weight: normal;
}

#post_list a:hover	{
	text-decoration: underline;
}

/***	自動表示ここまで		---------***/
/***	予約フォーム用	------------***/
#foremwaku table	{
	line-height: 16px;
}

