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

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

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

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

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

#sidebar .blog_name:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#sidebar .blog_name img {
	border-radius: 175px;
	border: solid 12px #eef0f1;
}

#sidebar .blog_name a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 100;
	font-size: 15px;
	color: #666;
}

#sidebar .blog_name span {
	display: block;
	margin: 10px 0 0;
	font-size: 13px;
	color: #333;
}

#sidebar ul {
	margin-top: 20px;
	border: solid 4px #f3f3f3;
}

#sidebar ul ul {
	margin-top: 0;
	border: 0;
	border-top: solid 1px #f0f0f0;
}

#sidebar li {
	border-bottom: solid 1px #f0f0f0;
	text-align: left;
	line-height: 1.4;
}

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

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

#sidebar li li a {
	padding-left: 40px;
	background: url(/life/include/images/i_star.png) no-repeat 26px 12px;
	background-size: 9px 8px;
}

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

/* ---------------------------------------------------------
	CSS Document career > entry
--------------------------------------------------------- */

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

#contents h2 {
	height: 40px;
	margin-bottom: 20px;
	padding: 0 10px;
	border-top: solid 4px #d74e93;
	background: #feeff7;
	font-weight: 100;
	font-size: 16px;
	line-height: 36px;
	color: #d74e93;
}

.entry_title {
	padding-left: 7px;
	border-left: solid 3px #d74e93;
	font-weight: 100;
	font-size: 20px;
	color: #d74e93;
}

.entry_category {
	margin: 10px 0;
	font-size: 13px;
}

.entry_category a{
    color:#999;
}

.entry_tags {
	margin-top: 10px;
	font-size: 13px;
}

.entry_body {
	margin: 15px 0 50px;
	font-size: 14px;
	line-height: 25px;
	border-top: solid 3px #feeff7;
}

.entry_lead {
	font-size: 14px;
    line-height:20px;
}

.entry_body h4 {
	margin: 40px 0 10px;
	padding: 0 10px;
	border-left: solid 4px #d74e93;
	font-size: 16px;
	line-height: 22px;
	clear:both;
}

.entry_body h5 {
	margin: 30px 0 15px;
	padding: 10px 15px;
	border-bottom: solid 2px #e8e8e8;
	border-top: solid 2px #e8e8e8;
	font-size: 16px;
	line-height: 22px;
	background: #f0f0f0;
	clear:both;
}

.entry_body p {
	margin: 20px 0;
}

.entry_body hr {
	height: 3px;
	margin-top: 20px;
	border: 0;
	background: #feeff7;
}

.entry_body blockquote {
	margin: 10px 0 0;
	padding: 15px;
	border: solid 1px #e8e8e8;
	border-radius:8px;
}

.entry_body .prof {
	background: #f6f6f6;
	font-size: 12px;
	line-height: 20px
}

.entry_more {
	min-height: 62px;
	margin-top: 10px;
	padding-left: 80px;
	background: url(../images/entry_more.jpg) no-repeat 0 0;
	color: #DD006F;
}

.entry_meta {
	margin-top: 30px;
	margin-bottom: 30px;
}

.entry_sns #twitter {
	margin-right: 20px;
}

.entry_sns #facebook iframe {
	height: 20px;
	overflow: hidden;
}

.entry_list li {
	margin-left:20px;
	list-style-type : disc
}

.entry_list2 li {
	margin-left:20px;
	list-style-type: decimal
}

/* ---------------------------------------------------------
	CSS Document career > entries
--------------------------------------------------------- */

.entries {
	margin: 20px 0 0;
	padding: 15px;
	border: solid 3px #f0f1f2;
}

.entries h3 {
	margin-bottom: 10px;
	padding-left: 22px;
	background: url(/include_2015/images/i_tags.png) no-repeat 0 3px;
	font-weight: 100;
	font-size: 16px;
}

.entries li {
	padding-left: 18px;
	background: url(/include_2015/images/h_gnavi.png) no-repeat left;
}

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

.list ul {
	display:inline-block;
	width:362px;
    padding:10px;
    margin:0 5px 15px;
	border: solid 4px #f3f3f3;
	vertical-align: top;
	border: solid 4px #f3f3f3;
}

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

.list span img {
	width: 100px;
	height: 100px;
}

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

.list li {
	vertical-align: top;
	font-size: 13px;
	line-height: 1.4;
}

.list li a {
	display:block;
	margin-bottom:10px;
	text-decoration: none;
	font-size: 18px;
}

/* ---------------------------------------------------------
	CSS Document career > faq
--------------------------------------------------------- */
.faq_li {
    margin-top:20px;
}

.faq_li li {
	display:inline-block;
    width:48%;
    margin:0 10px 0 0;
	border-bottom: solid 1px #eee;
	text-align: left;
	line-height: 1.4;
}

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

.faq_li li li a {
	padding-left: 40px;
	background: url(/life/include/images/i_star.png) no-repeat 26px 12px;
	background-size: 9px 8px;
}

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

.faqs dt{
	background: url(/guide/include/images/q.png) 14px 10px no-repeat;
	padding: 10px 15px 10px 40px;
	position: relative;
	border: solid 1px #e8e8e8;
	border-radius:10px;
    margin:10px 0;
}

.faqs dt:hover{
	background-color: #feeff7;
	cursor: pointer;
}
.faqs dd{
	background: url(/guide/include/images/a.png) 14px 0 no-repeat;
	padding: 0 15px 15px 44px;
	position: relative;
}

.faq_li2 {
    margin-top:20px;
}

.faq_li2 li {
	display:inline-block;
    width:100%;
    margin:0 10px 0 0;
	border-bottom: solid 1px #eee;
	text-align: left;
	line-height: 1.4;
}

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