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

/* ---------------------------------------------------------
	CSS Document life > detail
--------------------------------------------------------- */

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

/* ---------------------------------------------------------
	CSS Document life > sidebar
--------------------------------------------------------- */

#sidebar {
	margin-top: 30px;
}

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

#sidebar .blog_name a {
	display: block;
	text-decoration: none;
	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(/career/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 life > entry
--------------------------------------------------------- */

#contents {
	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;
	border-top: solid 3px #feeff7;
}

.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: 20px 0 0;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f6f6f6;
}

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

.entry_meta .f_right {
	float: right;
}

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

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

.entry_sns .f_left {
	float: left;
}

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

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

/* ---------------------------------------------------------
	CSS Document life > list
--------------------------------------------------------- */

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

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

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

.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:5px;
	text-decoration: none;
	font-size: 16px;
}
/* ---------------------------------------------------------
	CSS Document career > faq
--------------------------------------------------------- */
.faq_li {
    margin-top:20px;
}

.faq_li li {
	display:block;
    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;
}