@charset "UTF-8";

/*================================================================================
	Font-size Adjustment（基準サイズ：12px）
	｜　10px：84％　 ｜　15px：125％　｜　20px：167％　｜　25px：209％　｜
	｜　11px：92％　 ｜　16px：134％　｜　21px：175％　｜　26px：217％　｜
	｜　12px：100％　｜　17px：142％　｜　22px：184％　｜
	｜　13px：109％　｜　18px：150％　｜　23px：192％　｜
	｜　14px：117％　｜　19px：159％　｜　24px：200％　｜
===================================================================================*/



/*   main-visual   */
#about-area{width:710px;
	height:502px;
	background-image:url(../img/about/about-bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#about-catch{ width:435px;
	height:auto;
	font-size:14px;
	line-height:25px;
	margin:0 0 132px 25px;
	padding:85px 0 0 0 ;
}

#about-list{ width:500px;
	height:auto;
	font-size:14px;
	line-height:28px;
	margin:0 0 28px 150px;
	padding:0 0 0 0;
}

#about-corporate-name{width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	line-height:28px;
}

#about-maruyama-gr-button{ width:100%;
	height:auto;
	text-align:center;
}

#about-maruyama-gr-button a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;
}

