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

/* ---------------------------------------------------------
	CSS Document career > detail
--------------------------------------------------------- */

#career {
	padding:10px 10px 30px;
	text-align: left;
}

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

.main dl.nth_2 ,
.main dl.nth_3 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 3px #d74e93;
}

.main dl.nth_2:after ,
.main dl.nth_3:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.main dl.nth_3 dt ,
.main dl.nth_2 dt {
	float: left;
	width: 25%;
}

.main dl.nth_3 dd ,
.main dl.nth_2 dd {
	float: right;
	width: 72%;
	font-size: 12px;
}

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

.main dl.nth_3 dd .blog_name ,
.main dl.nth_2 dd .blog_name {
	margin-bottom: 3px;
}

.main dd a {
	display: block;
	text-decoration: none;
	font-size: 18px;
}

.main dl.nth_3 dd a ,
.main dl.nth_2 dd a {
	font-size: 14px;
}

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

.list h2 {
	height: 40px;
	margin-top: 20px;
	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 dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.list dt {
	float: left;
	width: 25%;
}

.list dd {
	float: right;
	width: 72%;
	font-size: 12px;
}

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

.list dd a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 17px;
}

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

#sidebar {
	margin-top: 30px;
}

#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 {
	margin-bottom: 0;
	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;
}
