@charset "utf-8";
/* **************************************************

CSS Information
File Name : top.css
Style Info: トップページのスタイル指定
Date: 2015-01-29

************************************************** */
/* --------------------------------------------------
	トップページ用ベーススタイル
-------------------------------------------------- */
.index .inner {
	max-width: 1280px;
	min-width: 1180px;
}

.index #top h1 {
	margin-left: 330px;
}

.index #header .inner {
	max-width: 1600px;
}
		
.index #top #siteID {
	width: 280px;
}
	
.index #gNavi .pcNavi {
	margin-left: 320px;
}
	
.index #gNavi .pcNavi li a {
/*	width: 169px;*/
	width: 142px;
}

.index #contents {
	margin-top: 30px;
}

.index #main {
	width: 100%;
}

/* --------------------------------------------------
	#mainVisual - メインビジュアル
-------------------------------------------------- */
#mainVisual {
	background-color: #fad6dc;
}

#mainVisual pcMainVisual img {
	width: 100%;
}

#mainVisual smpMainVisual img {
	width: auto;
}

#mainVisual .inner {
	position: relative;
}

#mainVisual .gotoMain {
	display: block;
	position: absolute;
	width: 100%;
	top: 30%;
	z-index: 2;
	text-align:center;
}

#mainVisual .gotoMain img {
	width: 23%;
}

/* --------------------------------------------------
	#container - JQuery Masonry Container
-------------------------------------------------- */
#container {
	margin: 0 auto;
}
	
	.unit a {
		color: #333;
	}
	
	.unit a:hover {
		color: #7688de;
		text-decoration: none;
	}
	
	.unit a .thumb img {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	.unit a:hover .thumb img {
		background-color: #fff;
		opacity: 0.5;
	}
	
	.unit a:hover .postBlock p {
		color: #999;
	}
	
	.unit {
		display: block;
		margin: 0 0 20px;
	}
	
	.unit article:after {
		content: "";
		display: block;
		clear: both;
	}
	
		/*	.happy-worker - Happy Workerブロック
		-------------------------------------------------- */
		.unit.happy-worker {
			width: 620px;
		}
		
		.unit.happy-worker article {
			background: #fff url(../tmpl-img/bg_bottom_right02.png) no-repeat right bottom;
			border-radius: 5px;
		}
		
		.unit.happy-worker .thumb {
			float: left;
			width: 290px;
		}
		
		.unit.happy-worker .thumb img {
			border-radius: 5px 0 0 5px / 5px 0 0 5px;
		}
		
		.unit.happy-worker .postBlock {
			float: left;
			width: 290px;
			padding: 20px;
		}
		
		.unit.happy-worker .postBlock h1 {
			margin-bottom: 28px;
			font-size: 2em;
			line-height: 1.25;
		}
		
		.unit.happy-worker .postBlock .position {
			font-size: 1.4em;
		}
		
		.unit.happy-worker .postBlock .name {
			font-size: 1.6em;
		}
		
		/*	.cheer - 働く女性応援企業ブロック
		-------------------------------------------------- */
		.unit.cheer {
			width: 300px;
		}
		
		.unit.cheer article {
			padding: 10px 10px 20px;
			background: url(../tmpl-img/bg_bottom_right01.png) no-repeat right bottom;
			background-color: #fff;
			border-radius: 5px;
		}
		
		.unit.cheer .postBlock h1 {
			margin: 20px 0 10px;
			font-size: 1.6em;
			line-height: 1.25;
		}
		
		.unit.cheer .postBlock p {
			color: #555;
			font-size: 1.3em;
			line-height: 1.7;
		}
		
	
	/*	#sidebar - サイドバー
	-------------------------------------------------- */
	#sidebar {
		width: 300px;
	}
		
/*	infinite scroll 設定
----------------------------------------------------------- */	
#infscr-loading { 
	position: fixed;
	left: 50%;
	bottom: 100px;
	width: 180px;
	margin-left: -90px;
	padding: 10px;
	background-color: #fff; 
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	border-radius: 10px;
	z-index: 100;
}

#infscrPager {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 15px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

#infscrPager a {
	color: #333;
}

/* --------------------------------------------------
	Responsive Settings - スマートフォン用設定
-------------------------------------------------- */

@media screen and (max-width:640px) {
	
		.index .inner {
			max-width: 620px;
			min-width: 300px;
		}
		
		/* #top - トップ
		-------------------------------------------------- */
		.index #top .inner{
			max-width: 640px;
			min-width: 0;
			margin: 0 auto;
		}

		.index #mainVisual .inner{
			max-width: 640px;
			min-width: 0;
			margin: 0 auto;
		}
		
		.index #gNavi ul {
			margin-left: 0;
		}
		
		.index #header #siteID {
			width: 100%;
		}
	
		/* #mainVisual - メイン画像
		-------------------------------------------------- */
		#mainVisual{
			background-color: #fff;
		}
		
		#mainVisual .pcMainVisual {
			display:none;
		}
		
		#mainVisual .smpMainVisual {
			display:block;
			width: 100%;
		}
		
		/* #main - メイン
		-------------------------------------------------- */
		.index #main {
			width: auto;
		}
		
		/*	#container - JQuery Masonry Container
		-------------------------------------------------- */
		
			/* #sidebar - サイドバー
			-------------------------------------------------- */
			#container #sidebar{
				width: auto;
				margin: 0 10px 20px;
			}
			
			#container .newsList {
				margin: 0px;
			}
			
			#container .companyNaviList,
			#container .usefulList {
				display: none;
			}
			/*追加*/
			#container .aboutList {
				margin: 0px;
			}
			
			
			/*	.happy-worker - Happy Workerブロック
			-------------------------------------------------- */			
			.unit.happy-worker {
				clear: both;
				width: 100%;
			}
			
			.unit.happy-worker article {
				margin: 0 10px 20px;
			}
			
			.unit.happy-worker .thumb {
				float: none;
				width: auto;
				padding: 10px;
			}
			
			.unit.happy-worker .thumb img {
				max-width: 100%;
				border-radius: 0;
			}
			
			.unit.happy-worker .postBlock {
				float: none;
				width: auto;
				padding: 10px 20px 20px;
			}
			
			.unit.happy-worker .postBlock h1 {
				margin-bottom: 10px;
				font-size: 1.8em;
			}
			
			.unit.happy-worker .postBlock .position {
				font-size: 1.2em;
			}
			
			/*	.company - 働く女性応援企業ブロック
			-------------------------------------------------- */
			.unit.cheer {
				clear: both;
				width: 100%;
			}
			
			.unit.cheer article {
				margin: 0 10px 20px;
			}

}