@charset "UTF-8";
@import "/include_2015/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document career > common
--------------------------------------------------------- */

#career {
	padding:10px 30px 30px;
}

#contents {
	float: right;
	width: 670px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document career > main
--------------------------------------------------------- */

.main {
	margin-bottom: 20px;
	text-align: left;
}

.main dl {
	font-size: 15px;
	position: relative;
}

.main dl:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.main dl.nth_1 {
	float: left;
	width: 740px;
	height: 418px;
	overflow: hidden;
	font-size: 20px;
}

.main dl.nth_2 {
	float: right;
	width: 240px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 18px;
}

.main dl.nth_3 {
	float: right;
	width: 240px;
	height: 200px;
	overflow: hidden;
}

.main img {
	width: 100%;
	height: auto;
}

.main dd {
	width: 100%;
	padding: 10px;
	background: rgba(240,240,240, 0.7);
	line-height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main dl.nth_1  dd {
	padding: 20px;
}

.main dd .blog_name {
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 1px 10px 0;
	background: #1598a4;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.main dl.nth_1  dd .blog_name {
	margin-bottom: 0;
}

.main dd a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: 0 0 3px #fff;
	font-weight: bold;
	color: #111;
}

.main dd .entry_excerpt {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document career > list
--------------------------------------------------------- */

.list h2 {
	height: 40px;
	margin-bottom: 5px;
	padding: 0 10px;
	border-top: solid 4px #d74e93;
	background: #feeff7;
	text-align: left;
	font-weight: 100;
	font-size: 16px;
	line-height: 36px;
	color: #d74e93;
}

.list dl {
	padding: 15px 0;
	border-bottom: solid 4px #f3f3f3;
}

.list dt {
	float: left;
	width: 200px;
	height: 120px;
	overflow: hidden;
	background: #f3f3f3;
	margin-right: 20px;
}

.list dt img {
	width: 200px;
	height: auto;
}

.list dl:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.list dd span {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 2px 10px 0;
	background: #1598a4;
	font-size: 12px;
	color: #fff;
}

.list dd a {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 18px;
}

.list dd {
	font-size: 13px;
	line-height: 1.4;
}

.list dl:hover a {
	color: #e99400;
}

/* ---------------------------------------------------------
	CSS Document career > sidebar
--------------------------------------------------------- */

#sidebar {
	float: left;
	width: 280px;
}

#sidebar h2 {
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(/include_2015/images/i_tags.png) no-repeat 0 3px;
	text-align: left;
	font-weight: 100;
	font-size: 16px;
}

#sidebar .blogs .sb01 {
	padding:5px;
	font-size:12px;
	background:#f3f3f3;
	color:#666"
}

#sidebar ul  {
	margin-bottom: 30px;
	border: solid 4px #f3f3f3;
}

#sidebar .blogs li {
	border-bottom: solid 1px #f0f0f0;
	background: url(../images/h_gnavi.png) no-repeat 10px;
	text-align: left;
	line-height: 1.4;
}

#sidebar .blogs li:last-child {
	border-bottom: 0;
}

#sidebar .blogs li a {
	display: block;
	padding: 8px 10px 6px;
	padding-left: 25px;
	background: url(../images/i_star.png) no-repeat 10px 12px;
	background-size: 9px 8px;
	text-decoration: none;
	color: #333;
}

#sidebar .blogs li a:hover {
	background-color: #feeff7;
}

#sidebar .tags ul {
	padding: 15px 10px 1px 13px;
	text-align: left;
}

#sidebar .tags li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 8px;
	padding-right: 9px;
	border-right: solid 1px #ccc;
	line-height: 1;
}

#sidebar .tags li a {
	text-decoration: none;
	color: #333;
}

#sidebar .tags li a:hover {
	text-decoration: underline;
	color: #d23c89;
}
