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


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

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