@charset "utf-8";

/* ----------------------------------------------

	サービス名 / TOP STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("/css/common/base.css");
@import url("/css/common/layout.css");
@import url("/css/common/module.css");
@import url("/css/common/second.css");


/* modules
---------------------------------------------- */

/* styles
---------------------------------------------- */
/* styles
---------------------------------------------- */
div#project{
text-align: left;}

#project_head{
background:url("/img/project/top/tit_bg.gif") top left  no-repeat;
padding:220px 0 30px 30px;
}

h2#h2_hide{
font-size:0;
visibility:hidden;
}

#project_head p{
width:680px;
font-size:122%;
line-height:1.6;
padding-bottom:30px;}

#project_li{
margin: 12px 0 20px;
}

#project_li a{
background:none;
}

#project_li li{
list-style:none;
float:left;
margin-left:30px;}

/* ----------------------------------------
	ClearFix Hack
   ---------------------------------------- */

/*  For IE 5.5-7
   ------------------------------- */

.clearfix {
	zoom: 1;
	}

/*  For Modern browsers
   ------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
