@charset "utf-8";

/* =============================================
	
	Home
	
============================================= */

#content { margin-top: 0; }

/* ----------------------------------------
	
	Visual
	
---------------------------------------- */
#visual {
	width: 940px;
	height: 360px;
	margin: 0 auto 20px;
	background: url(../../images/home/visual_bg.jpg) left center no-repeat;
	position: relative;
	-moz-box-shadow: 0 0 8px #ddd;
	-webkit-box-shadow: 0 0 8px #ddd;
}

#visual h1 {
	padding: 30px 0 5px 25px;
}

#visual .lead {
	margin: 0 0 15px 25px;
	width: 420px;
	line-height: 1.7;
	font-size: 93%;
	color: #3c3b31;
}

/* 3つの強みボタン */
#visual .my-strength {
	position: absolute;
	left: 18px;
}

#visual .my-strength li {
	float:left;
	margin-right:10px;
}



/* 事業実績のスクリーンショット */
#visual .works {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 460px;
}

#visual .works li {
	position: absolute;
	display: none;
}

#visual .works li:first-child {
	display: list-item;
}

/* 動的に付加するinvalidな要素 */
#visual .works li a {
	text-decoration: none;
}

#visual .works li div {
	background: url(../../images/home/textbg-trans.png) no-repeat;
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 440px;
}

#visual .works li h3 { margin-bottom: 7px; }

#visual .works li h3 a {
	color: #fff;
	font-weight: bold;
	font-size: 93%;
	text-decoration: none;
	line-height: 1;
}

#visual .works li .caption {
	color: #f0f0f0;
	font-size: 85%;
	line-height: 1.3;
}

/* YoG用 */
#visual .works li .caption a {
	color: #f0f0f0;
}


/* ----------------------------------------

	HomeBanners

---------------------------------------- */

.HomeBanners {
	width: 940px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.HomeBanners-item {
	float: left;
}

.HomeBanners-item:first-child {
	margin-right: 20px;
}


/* ----------------------------------------
	
	Blog
	
---------------------------------------- */

#blog {
	width: 560px;
	float: left;
}

#blog h2 {
	position: relative;
	margin-bottom: 10px;
}

#blog h2 .rss {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 1px;
}

#blog .entries {
	width: 560px;
}

#blog .entry {
	background: #f9f9f4;
	margin-bottom: 10px;
	padding: 10px;
	border-right: 1px solid #e5e4dd;
	border-bottom: 1px solid #e5e4dd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#blog .entry .face {
	margin: 0 8px 5px 0;
	vertical-align: middle;
}

#blog .entry h3,
#blog .entry .date,
#blog .entry .excerpt {
}

#blog .entry h3 {
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 1.4;
}

#blog .entry a		{ text-decoration: none; }
#blog .entry a:hover{ text-decoration: underline; }

#blog .entry .date {
	font-size: 93%;
	font-weight: bold;
	color: #999;
}

#blog .entry .excerpt {
	line-height: 1.4;
}


/* --- tag cloud --- */
#blog .tag {
	font-size: 85%;
	background: #f7f7f2;
	border-right: 1px solid #dededb;
	border-bottom: 1px solid #dededb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear: both;
	margin: 10px 0 20px;
	padding: 10px;
	color: #888;
}

#blog .tag dt {
	width: 2.5em;
	float: left;
	font-weight: bold;
	line-height:1.4;
}

#blog .tag dd	{ margin-left: 3em;line-height:1.4; }
#blog .tag dd a { color: #888; }
#blog .tag dd a:hover { color: #107fb7; }


.fb-like-box {
}




/* ----------------------------------------
	
	Sidebar
	
---------------------------------------- */
#sidebar {
	width: 360px;
	margin-left: 580px;
}

/* ----------------------------------------
	
	Make and Think
	
---------------------------------------- */
#make-and-think {
	background: #e6e4d7 url(../../images/home/bg_makeandthink.png) 50% 120px no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	height: 190px;
	position:relative;
	margin-bottom: 10px;
}

#make-and-think h2 { padding-top:13px;text-align:center; }
#make-and-think p { margin:5px 15px; }

#make-and-think .banners { position:absolute;top:131px;left: 42px; }
#make-and-think ul li { position:absolute;top:131px; }
#make-and-think .make  { left: 43px; }
#make-and-think .think { right: 43px; }


/* 内製支援バナー */
#btn-agilecoach { margin: 20px 0; }


/* ----------------------------------------
	
	News
	
---------------------------------------- */

#news {
}

#news h2 {
	margin-bottom: 15px;
}

#news .entry {
	margin-bottom:13px;
	padding-bottom:13px;
	background: url(../images/hr_brown_line.png) bottom center no-repeat;
}

#news h3 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 3px;
	color: #7f7860;
}

#news h3 a		{ text-decoration: none; }
#news h3 a:hover{ text-decoration: underline; }

#news .date {
	font-size: 93%;
	font-weight: bold;
	color: #999;
}

#news .message {
	line-height: 1.4;
}


/* hover */
/*
#news .bl-hover h3 a     { color: #20a7ea; }
#news .bl-hover .date    { color: #aaa; }
#news .bl-hover .message { color: #999; }*/

#news .bl-hover { background: #fff; }


