@charset "UTF-8";
/* /fcroman/court/s/css/index.css */

/******************************************************************************
contents
******************************************************************************/
#contents{
	}
#contents h2{
	background: #000;
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	padding: 10px 15px;
	}
/*------------------------------*/
/*bt-search*/
/*------------------------------*/
#contents ul#bt-search{
	margin: 15px 0 0;
	padding: 0 15px 15px;
	border-bottom: 1px #000 solid;
	}
#contents ul#bt-search li{
	float: left;
	width: 50%;
	}
#contents ul#bt-search li a{
	margin: 0 1px 1px 0;
	background: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	color: #000;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #fff, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); 	
	}
#contents ul#bt-search li a:hover{
	background: #000;
	color: #fff;
	}
/* switch */
body.index #contents ul#bt-search li.index a{
	background: #000;
	color: #fff;
	}
/*------------------------------*/
/*box*/
/*------------------------------*/
#grid-content{
	}
#grid-content .bl-hover{
    background-color: #fff!important;
	}
#grid-content .box{
	position: relative;
	padding: 15px 15px 15px 130px;
	border-bottom: solid 1px #000;
	}
/*f-left*/
#grid-content .box .f-left{
	width: 115px;
	margin-left: -115px;
	position: relative;
	}
#grid-content .box .f-left p.image{
	}
#grid-content .box .f-left p.area{
	position: absolute;
	top: -12px;
	left: -12px;
	z-index: 100;
	}
/*f-right*/
#grid-content .box .f-right{
	width: 100%;
	position: relative;
	}
#grid-content .box .f-right p.tag span{
	background: #000;
	padding: 3px;
	color: #fff;
	}
#grid-content .box .f-right h3{
	font-size: 1.4em;
	line-height: 1.5;
	padding: 8px 0;
	}
#grid-content .box .f-right h3 a{
	display: block;
	}
#grid-content .box .f-right p.txt{
	font-size: 1.2em;
	line-height: 1.7;
	margin-bottom: 10px;
	}
#grid-content .box .f-right address{
	font-size: 1.2em;
	line-height: 1.5;
	}
#grid-content .box .f-right address span{
	display: block;
	}