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

/* ---------------------------------------------------------
	CSS Document entry_style > detail
--------------------------------------------------------- */

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

/* ---------------------------------------------------------
	CSS Document entry_style > 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;
}

#sidebar .blog_name .career a {
	color: #053565;
}

#sidebar .blog_name .life a {
	color: #f80;
}

#sidebar .blog_name .event a {
	color: #4d7c11;
}

#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 entry_style > entry
--------------------------------------------------------- */

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

#contents h2 {
	padding:10px;
	border-top: solid 4px #d74e93;
	background: #feeff7;
	font-weight: 100;
	font-size: 16px;
	line-height: 20px;
	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-top: 15px;
    font-size: 16px;
    line-height: 30px;
	border-top: solid 3px #feeff7;
}

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

.entry_body h4 {
	margin: 40px 0 10px;
	padding:15px;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	border-left: solid 8px #d74e93;
	font-size: 18px;
	line-height: 22px;
	clear:both;
}

.entry_body h5 {
	margin: 30px 0 15px;
	padding: 15px 15px;
	border-bottom: dotted 1px #dfdfdf;
	border-top: dotted 1px #dfdfdf;
	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;
	background: #f0f0f0;
}

.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 {
	display:inline-block;
	margin-right: 15px;
	padding-top:4px
}

.entry_sns #facebook {
	display:inline-block;
	vertical-align:top;
}

.entry_list li {
	margin:20px;
	list-style-type : disc
}
/* ---------------------------------------------------------
	CSS Document entry_style > entry plus201703
--------------------------------------------------------- */

.entry_body .blue_txt{
color: #6495ed;
}


/* ---------------------------------------------------------
	CSS Document entry_style > 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 entry_style > list
--------------------------------------------------------- */

.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;
	font-size: 12px;
	color: #fff;
}

.list dd .career {
	background:#1598a4;
}

.list dd .life {
	background:#f80;
}

.list dd .event {
	background: #4d7c11;
}

.list dd a {
	display: inline-block;
	vertical-align: top;
	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 entry_style > speech
--------------------------------------------------------- */
body{
     width:100%;
     min-width: 320px;
     margin:0;
     padding: 0;
}

#wrapper{
     margin: 20px auto;
     width:96%;
}

.br-no {display:none;}

.arrow_answer,
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width:85%;
    font-size: 15px;
    padding:3%;
}

.arrow_question {
    float: right;
}

.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_question:after,
.arrow_question:before {
    right: 100%;
}

.arrow_answer:after,
.arrow_answer:before{
     left: 100%;
}

.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;
}

.arrow_answer:after{
    border-left-color: #fff;
}


.arrow_question:after{
    border-right-color: #fff;
    
}

.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -9px;
}

.arrow_answer:before{
    border-left-color: #c8c8c8;
}

.arrow_question:before {
    border-right-color: #c8c8c8;    
}

.question_image{
     float: left;
     width:10%;
}

.answer_image{
     float: right;
     width:10%;
}

.answer_image img,
.question_image img{
     border-radius: 50px;
     width: 100%
}

.question_Box{
     width: 100%;
     overflow: hidden;
     margin-bottom: 8%;
}

/*20170331*/

.blue_txt{
color:#6495ed;
margin-right:5px;
font-weight:bold;
}

.line_txt{
background: linear-gradient(transparent 50%, #ffccff 50%);
}

hr.style1 {
	border-top: 1px dotted #8c8b8b;
}

hr.style2 {
	border-top: dotted 2px #d74e93;
}

.point_box {
    border: 2px solid #da4033;
    border-radius: 4px;
    font-weight: bold;
    margin: 1em 0;
    padding: 1em;
    position: relative;
}
.point_box::before {
    background-color: #fff;
    color: #da4033;
    content: "POINT";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

/*20170918*/
.point_box2 {
    border: 2px solid #3cb3e4;
    border-radius: 4px;
    /*font-weight: bold;*/
    margin: 3em 0;
    padding: 1em;
    position: relative;
}
.point_box2::before {
    background-color: #fff;
    color: #3cb3e4;
    content: "Study：美文メル子先生からのコメント";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.tensaku_title {
  position: relative;
  text-align: center;
}
.tensaku_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  font-size:20px;
}
.tensaku_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3cb3e4;
}

.small_txt {
	font-size: 12px;
	line-height: 20px
}

/*--------------------
 吹き出し
--------------------*/
#chat-frame {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto 3em auto;
  padding: 1em 2em;
  background-color: #D8F3F0;
}
.chat-talk {
  overflow: hidden;
  margin: 0 0 1em 0;
  padding: 0;
}
.chat-talk span {
  display: block;
  margin: 0;
  padding: 0;
}
.chat-talk .talk-icon {
  float: left;
  width: auto;
}
.chat-talk .talk-content {
  position: relative;
  box-sizing: border-box;
  width: auto;
  min-height: 50px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto 0 85px;
  padding: 1em;
}
.chat-talk .talk-icon img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 2px solid #ddd;
  background-color: #fff;
  padding: 7px 4px 0px 4px;
  border-radius: 50%;
}
.chat-talk .talk-content:before {
  position: absolute;
  top: 15px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  border-right-color: #FFFFFF;
}
.chat-talk.mytalk .talk-icon {
  float: right;
}
.chat-talk.mytalk .talk-content {
  margin: 0 85px 0 auto;
  background: #f7ffcc;
}
.chat-talk.mytalk .talk-content:before {
  right: -20px;
  left: auto;
  border-color: transparent;
  border-left-color: #f7ffcc;
}