@charset "UTF-8";
/* /fcroman/about/s/css/style.css */


/******************************************************************************
main
******************************************************************************/
#main{
	background: #bababa;
	}
#main h1{
	text-align: center;
	padding: 15px 0;
	}

/******************************************************************************
contents
******************************************************************************/
#contents{
	background: #bababa;
	}
.bl-hover{
    background-color: #fff!important;
	}
/*------------------------------*/
/*box*/
/*------------------------------*/
.box2{
	padding: 30px 15px;
	background: url(/fcroman/cmn/img/bg_dot.gif);
	border-bottom: 1px #000 solid;
	}
.box2:hover{
	background: #f4f4f4;
	}
.box2 h2{
	font-size: 1.5em;
	line-height: 1.5;
	}
.box2 h3{
	font-size: 1.6em;
	line-height: 1.3;
	margin-bottom: 10px;
	}
.box2 p.en{
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	margin-bottom: 15px;
	color: #666;
	}	
.box2 p.image{
	margin-bottom: 15px;
	text-align: center;
	}
.box2 p.image img{
	width: 80%;
	height: auto;
	}
.box2 p.image img.size-half{
	width: 50%;
	height: auto;
	}
.box2 p.txt{
	font-size: 1.2em;
	line-height: 1.7;
	}
.box2 p.txt a{
	padding-left: 8px;
	background: url(/fcroman/cmn/img/arrow_02.gif) no-repeat left center;
	}