@charset "utf-8";


/*---------------------------------
_メインイメージ
-----------------------------------*/
h2 {
	background-image: url(/img/web_marketing_page_main.gif);
}

.gray {
	background-color: #f7f3ef;
}
.contents {
	padding-bottom: 100px;
}
/*---------------------------------
_メインイメージ
-----------------------------------*/
h2 {
	width: 100%;
	padding-top: 130px;
	background-position: center top;
}
h2.web {
	background-image: url(../img/web_marketing_page_main.gif);
}
h2.system {
	background-image: url(../img/system_page_main.gif);
}
h2.marketing {
	background-image: url(../img/web_production_page_main.gif);
}
h3 {
	text-align: center;
}
.headline h4 img {
	vertical-align: bottom;
}
.headline dt {
	letter-spacing: 0.1em;
}
.title {
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

/*---------------------------------
_sec02
-----------------------------------*/
#sec02 .white_box {
	background-color: #ffffff;
	padding: 30px 0px 20px 30px;
	line-height: 1.5em;
}

/*---------------------------------
_works
-----------------------------------*/
#works.container-fluid {
	padding-bottom: 20px;
}
/*---------------------------------
_font_size
-----------------------------------*/
.fs18 {
		font-size: 18px;
}
.fs24 {
		font-size: 24px;
}
.fs30 {
	font-size: 30px;
}
.fs36 {
	font-size: 36px;
}

/*---------------------------------
_font_color
-----------------------------------*/
.fc_red {
	color: #d10e19;
}
.fc_gray {
	color: #6e6e6e;
}