@charset "utf-8";

/* ##############################################################

#THIS_FILE {
	--------------------------------------------
	filename: css/style.css;
	--------------------------------------------
}

#CONTENT {
	[+000]
	ページ内コンテンツ用CSS
	--------------------------------------------
	+ 1: Web・デザイン事業部ページ用スタイル;
	--------------------------------------------
}

#KEY {
	ファイル内管理
	--------------------------------------------
	Search key "+" + "n"
	--------------------------------------------
}

#FONT_SIZE {
	-- Yahoo UI Library Fonts CSS ver.2.3.1
	Font-size Adjustment
	--------------------------------------------
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
	--------------------------------------------
}

############################################################## */

/* ==============================================================

	[+1] Web・デザイン事業部ページ用スタイル

============================================================== */
body#WEB {
}

/* -----------------------------------
	Director
----------------------------------- */
body#WEB #content ul.director {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	}
	body#WEB #content ul.director li {
	float: left;
	margin-right: 5px;
	}
	body#WEB #content ul.director li img {
		margin-right: 1px;
	}
	
	body#WEB #web02 div.txt {
		margin-left: 220px;
	}


/* -----------------------------------
	業務内容 - 守備範囲
----------------------------------- */
body#WEB #web02 {
}

body#WEB #web02 .tabNav-web01 {
	margin-top: 0;
	}


body#WEB #web02 ul.web,
body#WEB #web02 ul.design {
	margin: 0;
	background-color: #fff;
	}


/* -----------------------------------
	実績
----------------------------------- */
body#WEB #web03 {
	}
	body#WEB #web03 div.jqTabContent {
		margin: 0;
		background-color: #e2e2e2;
	}

body#WEB #web03 p.workImg {
	margin: 0;
	float: left;
	width: 430px;
}
body#WEB #web03 .workInfo {
	margin-left: 440px;
	}
	body#WEB #web03 .workInfo h3 {
		display: block !important;
		padding: .3em 0;
	}



