@charset "UTF-8";
@import url("../simplicity/style.css");

/*
	Theme Name: Simplicity child
	Template: simplicity
*/

/* Simplicity子テーマ用のスタイルを書く */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1em;
  /*height:100vh;*/
}


#the-content h1 {
  font-size:20px;
}

#the-content h2 {
  font-size:20px;
  padding-left: 30px;
  margin-bottom: 20px;
}

#the-content h3 {
  font-size:18px;
}

.entry-read a.entry-read-link{
 color:#fff;
 font-size:14px;
 background-color:#FF837B;
 border:1px solid #FF837B;
 border-radius:2px;
 padding: 0.2em 0.5em !important;
 display: block;
 text-decoration:none;
 }
 
.entry-read a:hover{
 color:#fff;
 background-color:#FFC3BF;
 border:1px solid #FFC3BF;
}

#container{
	min-width: 100%;
    border-top: 6px solid #4ECDD6;
}

#header .alignleft{
    margin: 0;
}

#navi ul{
  position: relative;
  clear: both;
  margin-bottom: 0;
  border: 0;
  background: none;
  margin: 0 0 0 1px;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navi ul ul{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:14px;
  display: block;
  padding: .3em 1em;
    margin-left: -1px;
  text-decoration:none;
  z-index:99;
    color:#58351D;
    border-right: 1px solid #58351D;
    border-left: 1px solid #58351D;
}
#navi ul li:hover{
  background-color:#ddd;
}

#navi ul li:hover > ul{
  display: block;
}

#main{
    border: 0;
}

#footer {
    border-top: 6px solid #4ECDD6;
    background-color: #5C3719;
}

#contents{
	width: 740px;
	margin-bottom: 2em;
	margin-left: -29px;
	background: url(../simplicity-child/images/board_mid.png);
	text-align: center;
	position: relative;
}

#contents:before{
	content: url("../simplicity-child/images/board_top.png");
	width: 100%;
	position: absolute;
	left: 0;
	top: -24px;
}

#contents:after{
	content: url("../simplicity-child/images/board_bottom.png");
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -24px;
}

/* 著者情報　ここから */

#writer {
	border: 1px solid #000000;
	padding: 15px 15px 0px 15px;
	margin-bottom:10px;
}
#writer .strong {
	font-size: 120%;
	font-weight: bold;
}
#writer img {
	margin-right: 10px;
	margin-bottom: 5px;
}
#writer p {
	line-height: 150%;
}

/* 著者情報　ここまで */

/* 強調　ここから */

.kakomi {
	background:#eeeeee;
	padding: 15px 15px 15px 15px;
	margin-bottom:10px;
}
.kakomi .strong {
	font-size: 120%;
	font-weight: bold;
}
.kakomi img {
	margin-right: 10px;
	margin-bottom: 5px;
}
.kakomi p {
	line-height: 150%;
}

.attention{
	border: 2px solid #4ECDD6;
	padding: 18px 26px;
   	margin-bottom: 32px;
}

/* 著者情報　ここまで */
.mywpp {
    margin-top: 30px;
}
/* 関連記事　ここから */

.yarpp-related h3{
	border-top: 4px solid #4ECDD6;
	border-bottom: 1px solid #e1e1e1;
	border-left: none !important;
	background-color: #efefef;
	border-radius: 0 0 4px 4px;
	background: none !important;
	}

/* 関連記事　ここまで */

/* 参考書　ここから */
h5#reference {
    position: relative;
    padding-left: 45px;
    color: #333;
    font-size: 16px;
    line-height; 30px;
}

h5#reference:before {
    position:  absolute;
    top: 12px;
    left: 12px;
    width: 14px;
    height: 14px;
    border: 4px solid #B2E0FF;
    content: "";
}

h5#reference:after {
    position:  absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border: 4px solid #0099FF;
    content: "";
}
/* 参考書　ここまで */

/* こんな人におすすめ　ここから */
#the-content .point{
 background: url("http://sakusaku-study.com/wordpress/wp-content/uploads/2015/10/point.gif") no-repeat left center;
 padding-left: 80px;
}

/* こんな人におすすめ　ここまで */

.bunsu {
  vertical-align: middle;
}

ol li {
margin-bottom: 10px;
}

@media screen and (min-width: 1221px){
#header-border{
	width: 1200px;
	height: 25px;
    background: url("images/header_bottom_border.png") no-repeat;
    margin: 0 auto;
}
#sidebar h4:after{
  content: url("images/sidebar_border.png");
}
}
@media screen and (max-width: 1221px){
#contents{
	display: none;
}
}

/*
.article h2{
	border-top: 4px solid #d86275;
	border-bottom: 1px solid #e1e1e1;
	border-left: none !important;
	background-color: #efefef;
	border-radius: 0 0 4px 4px;
	}
*/
.article h2{
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    border-left: none !important;
    margin: 0 0 1.5em;
    border-bottom: 2px solid #4ECDD6;
/*    box-shadow: 0 1px 0 #aaaaaa;
    -webkit-box-shadow: 0 1px 0 #aaaaaa;
    -moz-box-shadow: 0 1px 0 #aaaaaa;
    text-shadow: #999999 0px 1px 1px;*/
}
.article h2:after{
    font-size:3.0em;
}

.article h3{
 background: url("http://sakusaku-study.com/wordpress/wp-content/uploads/2015/06/h3.png") no-repeat left center;
 padding-left: 45px;
 font-size: 25px;
/* height: 10px;*/
 margin-bottom:20px;
 border-bottom: none !important;
}

.article h4{
    margin: 0px 0px 10px 10px;
    padding: 0.3em;
    border-left: 6px solid #4ECDD6;
    font-size: 1.0em;
    font-weight: bold;
    border-bottom: none !important;
} 
/********見出し装飾*********/
#review h1{
  font-size:25px;
  margin-bottom:20px;}

h2{
  color:#000;
  font-weight:light;
  font-size:18px;}

/* ポイント */
.point01{
 background: url("http://sakusaku-study.com/wordpress/wp-content/uploads/2015/11/point02.png") no-repeat left center;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 55px;
font-size: 18px;
font-weight: bold;
 margin-bottom:20px;
 border-bottom: none !important;
}

.point02{
 background: url("http://sakusaku-study.com/wordpress/wp-content/uploads/2016/01/point02.jpg") no-repeat left center;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 55px;
font-size: 18px;
font-weight: bold;
 margin-bottom:20px;
 border-bottom: none !important;
}
.point03{
 background: url("http://sakusaku-study.com/wordpress/wp-content/uploads/2015/11/point02.png") no-repeat left center;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 55px;
font-size: 18px;
font-weight: bold;
 margin-bottom:20px;
 border-bottom: none !important;
}


/*********新着記事*********/
h2#new{
  position:relative;
  padding-left: 60px;
  line-height: 40px;
  margin: 0;
  color:#fff;
  background: #DA6272 url(http://sakusaku-study.com/wordpress/wp-content/themes/simplicity-child/images/h_icon_new.png) no-repeat 10px center;
  overflow:hidden;
　
}

h2#new:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  border-width: 0 16px 16px 0; /* This trick side-steps a webkit bug */
  border-style:solid;
  border-color:#fff #fff #ECACB5 #ECACB5; /* A bit more verbose to work with .rounded too */
  background:#ECACB5; /* For Opera when also applying a border-radius */
  display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

div#list div.post{
	height: 320px;
	overflow: hidden;
	}

div#list div.post div.entry-thumb{
	height: 120px;
	margin-bottom: 1em;
	overflow: hidden;
	}

div#list div.entry-content{
	position: relative;
	height: 200px;
	}

div#list div.entry-content p.entry-read{
	position: absolute;
	right: 0;
	bottom: 2%;
	}

/*********参考書レビュー*********/
#review h2{
  position:relative;
  padding-left: 60px;
  line-height: 40px;
  margin: 0;
  color:#fff;
  background: #68CFC3 url(http://sakusaku-study.com/wordpress/wp-content/themes/simplicity-child/images/h_icon_review.png) no-repeat 10px center;
  overflow:hidden;
}

#review h2 a{
  text-decoration:none;
}

#review h2 a:link{
  color:#FFFFFF;
}

#review h2 a{
  color:#FFFFFF;
}
 
#review h2:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
  border-style:solid;
  border-color:#fff #fff #C8EFEA #C8EFEA; /* A bit more verbose to work with .rounded too */
  background:#C8EFEA; /* For Opera when also applying a border-radius */
  display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

#review h3{
	font-size:18px;}

#review img{
	float:left;}

#review .right{
	width:550px;
	float:right;}

#review .post{
	overflow:hidden;
	border-bottom:2px solid #dbdbdb;
	padding:15px 0;
	margin:10px 0;}

/*********学習相談*********/
#consult h2{
  position:relative;
  padding-left: 60px;
  line-height: 40px;
  margin: 0;
  color:#fff;
  background: #F9DB57 url(http://sakusaku-study.com/wordpress/wp-content/themes/simplicity-child/images/h_icon_qa.png) no-repeat 10px center;
  overflow:hidden;
}
 
#consult h2:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
  border-style:solid;
  border-color:#fff #fff #FCEDAA #FCEDAA; /* A bit more verbose to work with .rounded too */
  background:#FCEDAA; /* For Opera when also applying a border-radius */
  display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

#consult .post{
	margin:0;}

#consult h3{
	padding:10px 0 10px 50px;
	font-size:17px;}

#consult h3 a{
	color:#333;}

#consult .post:nth-child(even) {
    background:#FDFAFC;
}

#consult .post:nth-child(odd) {
    background:#FDF5FA;
}


#consult .post:nth-child(5) {
    border-bottom:2px solid #F9DB57;
}

/*********勉強法*********/

#howto{
  overflow:hidden;
  border-bottom:2px solid #45A1CF;}

#howto h2{
  position:relative;
  padding-left: 40px;
  line-height: 40px;
  margin-bottom: 1em;
  color:#fff;
  background: #45A1CF url(http://sakusaku-study.com/wordpress/wp-content/themes/simplicity-child/images/h_icon_method.png) no-repeat 10px center;
  overflow:hidden;
}
 
#howto h2:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
  border-style:solid;
  border-color:#fff #fff #CBE6F3 #CBE6F3; /* A bit more verbose to work with .rounded too */
  background:#CBE6F3; /* For Opera when also applying a border-radius */
  display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

#howto p{
	font-size:14px;
	background:#45A1CF;
	color:#fff;
	width:80px;
	text-align:center;
	margin:0;}

#howto h3 a{
	font-size:15px;
	color:#333;
	font-weight:lighter;
	text-decoration:none;}

#howto .post{
	width:310px;
	height:110px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:25px;}

#howto .post img{
	float:left;}

#howto .post .right{
	width:200px;
	float:right;}

.related-entry-thumbnail{
	margin-top: 1em;
}

.related-entry-content{
	margin-top: 0 !important;
}

/* フッターcta */
#common-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    border-width: 0px;
    border-top-color: #999;
    width: 100%;
    text-align: center;
    z-index: 999;
    background: #FCF9CA;
    border-top: 2px solid #42c3b1 !important;
opacity: 0.95;
}
#cta-button a {
    background: #42c3b1;
    border-bottom: 3px solid #278478;
    color: #fff !important;
    display: block;
    border-radius: 6px;
    padding: 6px 20px;
    text-decoration: none;
}
#close-cta {
    float: right;
    background: #666;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 5px 10px;
}
#cta-wrap {
    width: 550px;
    margin: 10px auto 15px;
    position: relative;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-times::before {
    content: "\f00d";
}

.asterisk {
	margin: 0 0.1em;
	color: #f5637a;
}

.post-content .emphasis{
  font-weight:bold;
  background: linear-gradient(transparent 70%, #ff6 70%);
}