@charset "utf-8";


/*-----------------------------------------------------
旧サイトからのcssを引き継ぐ
-----------------------------------------------------*/


em{font-style: italic;}

hr {
	visibility:hidden;
	height:1px;
	display: block;
	clear: both;
	float: none;
}

/*--- // リンクカラー設定 // ---*/
a:link {
	color:#0066CC;
	text-decoration:none !important;
}
a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#069;
	text-decoration: underline !important;
}
a:active {
	color:#0066CC;
	text-decoration:none;
}
/**/
.hidden{
	display:none;
	visibility: hidden;
}
.medium{font-size:90%;}
.small{font-size:80%;}
.smaller{font-size:75%;}
.big{font-size:120%;}
.mono{font-family:monospace;}
.italic, .it-text{font-style:italic}
.bold{font-weight:bold;}
.red, .caution{color:#FF0000;}
.blue{color:#0066FF;}
.gray{color:#666666;}
.dark-gray{color:#333333;}
.space{visibility:hidden;height:1px; float:none;}
.fClear{float:none !important;clear:both !important;margin:0 !important;}
.block{float:left;clear:none;margin-right:20px;width:290px;}
.attention{color:#CC3300;}
.goPagetop{text-align:right;font-size:80%;}
.count{color:#FFFFFF;}
.float-left,
.floatL{float:left !important;clear:both; margin-right:5px; line-height:110%;font-size:smaller; width:200px;}
.float-right,
.floatR{float:right !important;clear:both; margin-left:5px; margin-top:10px; line-height:110%;font-size:smaller; width:200px;}

.prof{
	border:1px solid #ccc; padding:5px;margin:10px;font-size:80%;}
.clm, .soudan{
	border:1px dotted #666; padding:5px; margin-bottom:20px;font-size:80%;
	}
.soudan{font-size:100%;}

.o-link,.i-link,.mail{
	padding-left:17px;
	background-image: url(http://www.kyoto-minpo.net/event/images/out_link.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.i-link{background-image: url(http://www.kyoto-minpo.net/event/images/inner_link.gif);}
.mail{background-image:url(http://www.kyoto-minpo.net/event/images/mail.gif);}

.twt{margin:10px 0 0 0;text-align:right; padding-right:1px;}

/*--- // 桜・紅葉スポット// ---*/
.category-080080_2010 h5{margin:15px 5px 5px 0; padding:0;}
.s-photo:after { content: url(pixel.gif); display: block; clear: both; height: 0; }
.s-photo span img{	float:left;
	clear:none;
	margin:3px;}
.s-photo{ display: inline-block; }
.s-photo { display: block; }
.s-photo br, .momiji-photo br, .illumination-photo br {display: none;}/*無用な<br>コードを無効化*/

/*--- // わが店// ---*/
.category-kyoto_gourmet h1 {
    background-image: url("http://www.kyoto-minpo.net/images/design/chef_icon.gif");
    background-repeat: no-repeat;
    color: #006666;
    height: 36px;
    margin-top: 0;
    padding: 0 0 0 43px !important;
}
.category-kyoto_gourmet strong{display:block;}

/*--- //バックナンバーのリスト// ---*/
ul.backNO li{float: left; list-style: square outside none; margin: 2px 0 2px 25px; width: 189px;}
.tatami {
    background-image: url("http://www.kyoto-minpo.net/images/design/mark_green.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #3366FF;
    margin-left: 10px;
    padding: 2px 10px;
}

/*--- // 回り込み解除// ---*/
.clearfix:after { content: url(pixel.gif); display: block; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; }


