@charset "UTF-8";


/* ###　フォント　### */

  .f-bold {
    font-weight: bold;
  }
  .f-bold-red {
    font-weight: bold;
    color: #ff0000;
  }

/* ###　フォント終わり　### */

/* ###　コンテンツ枠組み　### */


.content-main {
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-side {
	float: left;
  width: 320px;
  padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

  /* ### 画面小 ### */
    @media (max-width: 759px) {

    .content-main {
      width: 100%;
    }

    .content-side {
      width: 100%;
    }

    }
  /* ### 画面小 終わり ### */

  /* ### 画面大 ### */
    @media (min-width: 760px) {

      .content-main {
        float: left;
        width: 760px;
      }
  
      .content-side {
        float: left;
        width: 320px;
      }
        
    }
  /* ### 画面大 終わり ### */


/* ###　コンテンツ枠組み 終わり　### */

/* ###　メインコンテンツ　### */

.bread		{
		font-size: 12px;
		margin-bottom: 10px;
}

.post {
}

.post h1 {
	color: #000000;
	font-size: 24px;
	margin: 10px;
  padding: 5px;
	margin-bottom: 20px;
  border-bottom: solid 1px #aaa;
}

.post p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 30px;

}

p.line {
	margin: 0;
}
p.title {
	font-size: 12px;
	margin: 0;
}

.posttext {
	padding: 5px;
}

.posttext h2 {
	font-size: 20px;
  padding-left: 25px;
  margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: solid 1px #aaa;
	background:url("../img/chapter-mark.png") no-repeat left center;
}
.posttext h2 a {
  text-decoration: none;
}
.posttext h2 a:hover {
  text-decoration: underline;
}
.posttext ul {
  list-style: none;
}
.posttext li {
  font-size: 16px;
}

.post-section {
	margin: 10px;
	padding: 10px;
	background-color: #f5deb3;
}
.post-section h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.post-section p {
}

.articleimage {
	text-align: center;
	margin-bottom: 15px;
}

.sentence	{
  border: solid 1px #aaa;
  background-color: #f0e68c;
  padding: 10px;
  margin-bottom: 15px;
}
.sentence p {
	font-size: 14px;
	margin: 0;
}
.sentence a {
	text-decoration: none;
	color: #B45F04;
}
.sentence a:hover {
	text-decoration: none;
	color: rgb(236, 167, 92);
}

.sentence p.es {
  font-size: 16px;
  font-weight: bold;
}
.sentence p.es a:hover {
	color: #1E90FF;
}
.sentence p.jp {
	font-size: 16px;
}
.sentence-term {
  border-top: solid 1px #555;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  padding-top: 10px;
}
.sentence-term p.term {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 18px;
  color: #555;
  font-size: 14px;
}
.sentence-term p.ref {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  line-height: 18px;
  color: #000;
  font-size: 14px;
}

.point {
  border: solid 1px #aaa;
  padding: 5px;
  margin: 15px;
}
.point p {
  margin: 5px;
  padding: 0;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  overflow: hidden;
}
.pagination-inner {
  display: block;
  float: left;
  margin-right: 10px;
  width: 140 px;
  height: 50 px;
}
.pagination-inner a {
  display: block;
  color: #696969;
  padding: 5px;    
  background-color: #fff;
  border: solid 1px #aaa;
  border-radius: 2px;
  text-decoration: none;
}
.pagination-inner a:hover {
  color: #000;
  background-color: #eee;
}

/* 目次エリア */

  .sub-section {
    margin: 10px;
    padding: 10px;
    border: solid 1px #aaa;
    background-color: #ffd700;
  }
  .sub-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sub-section ul {
    list-style: none;
  }
  .sub-section li {
    font-size: 16px;
    line-height: 25px;
  }
  .sub-section li.current {
    font-weight: bold;
    color: #dc143c;
  }
  .sub-section li.current:after {
    content: url("../img/now-here.png");
    position: relative;
    top: 6px;
    margin-left: 5px;
  }
  .sub-section li a {
    color: #a0522d;
    margin: 0;
    padding: 0;
  }
  .sub-section li a:hover {
    text-decoration: none;
  }
  .sub-section ul ul {
    margin-left: 10px;
  }

/* 目次エリア終わり */

  /* ### 画面小 ### */
    @media (max-width: 759px) {

      img.original {
        width: 300px;
      }
      
    }
  /* ### 画面小 終わり ### */

  /* ### 画面大 ### */
    @media (min-width: 760px) {

      img.original {
        width: 450px;
      }
            
    }
  /* ### 画面大 終わり ### */

/* ###　メインコンテンツ　終わり　### */

/* ###　サイド　### */

.sidemenu		{
	font-size: 14px;
	padding: 4px;
  margin-bottom: 10px;
  border: solid 1px #aaa;
}

/* ###　サイド　終わり　### */

