/* カスタム CSS をここに入力してください */

/*
h2 {
	border-top: 3px double #ccc;
  	border-bottom: 3px double #ccc;
  	padding: 0.5em;
}
*/

/*
h2 {
    font-size: 20px;
    margin:0px 0;
	position: relative;
	padding: .25em 0 .25em .25em;
	border-left: 4px solid #446da3;
}

h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}


#site-description{
 display:none;
}
*/

h3 {
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid #5D82BA;
  padding-bottom: 0px;
  margin: 0px 0px 15px 0px;
}

h3::after {
  font-size: 16px;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 20%;
  border-bottom: 2px solid #ccc;
  padding: 0px;
}

/*
h2{
    position: relative;
    margin:  0px 22px  40px 10px;
    padding: 0px 15px 0px 0px;
    color: #FFF;
    font-weight:bold;
    background: #446da3;
    box-shadow: 12px 0 0 0 #446da3, 0 12px 0 0 #446da3, 1px 15px 4px -3px rgba(0,0,0,0.2);
}
 
h2:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-top-color: #000080;
    color: transparent;
}
*/

/*
h2 {
	font-size: 20px;
	font-weight: bold;
	background-color: #F8F6F2;
	padding: 10px;
	margin-bottom: 26px;
	border-top: solid 1px #F4F3F0;
	border-left: solid 6px #1cbec7;
	border-right: solid 1px #F4F3F0;
	border-bottom: solid 1px #F4F3F0;
}
*/


/*
h3{
    position: relative;
    color: #111;
    font-size: 1.000em;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 2px solid #1cbec7;
}
 
h3:before{
    content: "";
    position: absolute;
    background: #1cbec7;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h3:after{
    content: "";
    position: absolute;
    background:#1cbec7;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}


/*
h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 18px;
	margin-bottom: 32px;
	border-left: none;
	border-bottom: solid 2px #1cbec7;
}
*/

h4 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	border-left: solid 4px #5D82BA;
}


/*2017/08/27*/
h1 {
    font-size: 16px;
    line-height: 110%;
    font-weight: bold;
    border-top: solid 3px #5D82BA;
    background-color: #F4F3F0;
	border-bottom: solid 3px #5D82BA; */
    padding-left: 20px;
}


h2 {
	font-size: 14px;
    font-weight: bold;
    background-color: #F4F3F0;
    padding: 10px;
    padding-left: 20px;
      
    margin-bottom: 15px;
    line-height: 15pt;
  
    border-top: solid 1px #F4F3F0;
    border-left: solid 6px #5D82BA;
    border-right: solid 1px #F4F3F0;
    border-bottom: solid 1px #F4F3F0;
}

/*
h3 {
	margin: 60px 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #909090;
	font-weight: bold;
	font-size: 1.5em;
}

h4 {
	margin: 55px 0 25px;
	padding: 0 0 4px;
	border-bottom: 1px dashed #909090;
	font-weight: bold;
	font-size: 1.25em;
}
*/

#toc_container {
  margin-left: auto;
  margin-right: auto;
}

.kiziad {
 padding:0px !important;
}
 
.adleft {float:left; width:300px;}
.adright {float:right; width:300px;}

a.arrow {
   background-image: url("http://hungary-travel.com/smart-eikaiwa.sakura.ne.jp/wp-content/uploads/2017/09/external-link-symbol-5.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 22px;
   margin-right: 4px;
}


.kousiki3 {
	font-size: 14px;
	text-align: center;
	height: 25px;
/*ボタンの中央配置 */
	margin: 20px auto;
/*ボタンの上右下左の余白 */
	max-width: 300px;
/*ボタンの横幅 */
	text-align: center;
/*ボタン内の文字中央寄せ */
	padding: 20px;
/*ボタン内文字の余白 */
	background-color: #E53935;
/*ボタンの背景色 */
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
/*ボタンの角を少し丸く */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
/*ボタン内文字は太字 */
	color: #ffffff !important;
/*ボタン内の文字色 */
}

.kousiki3 a {
	text-decoration: none !important;
/*ボタン内テキストリンク下線無し */
	color: #ffffff !important;
/*ボタン内の文字色 */
	display: block;
}

.kousiki2 {
	font-size: 18px;
	text-align: center;
	height: 70px;
/*ボタンの中央配置 */
	margin: 20px auto;
/*ボタンの上右下左の余白 */
	max-width: 600px;
/*ボタンの横幅 */
	text-align: center;
/*ボタン内の文字中央寄せ */
	padding: 20px;
/*ボタン内文字の余白 */
	background-color: #16A085;
/*ボタンの背景色 */
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
/*ボタンの角を少し丸く */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
/*ボタン内文字は太字 */
	color: #ffffff !important;
/*ボタン内の文字色 */
}

.kousiki2 a {
	text-decoration: none !important;
/*ボタン内テキストリンク下線無し */
	color: #ffffff !important;
/*ボタン内の文字色 */
	display: block;
}


.kousiki {
    padding: 0.5em 1em;
    margin: 0.3em 0;
    
    text-decoration: none;
    color: #F77D00;
    border: solid 3px #F77D00;
    border-radius: 3px;
    transition: .6s;
  
  　width:200px;
    font-size:12px;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    font-weight: bold;
}

.kousiki:hover {
    color: #00355D;
    border: solid 3px #00355D;
}

.kousiki a {
    text-decoration:none;
}

.pageButton {
    padding: 0.5em 1em;
    margin: 2.0em 0;
    
    text-decoration: none;
    color: #F77D00;
    border: solid 3px #F77D00;
    border-radius: 3px;
    transition: .6s;
  
  　width:200px;
    font-size:12px;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    font-weight: bold;
}

.pageButton:hover {
    color: #00355D;
    border: solid 3px #00355D;
}

.pageButton a {
    text-decoration:none;
}


a.link2{
	text-decoration:none;
}

a.link3{
	text-decoration:none;
}

a.link4{
	text-decoration:none;
}

/*
strong{
	background: linear-gradient(transparent 40%, #ffff66 40%);
}
*/

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}


.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #df8182;
  background-color: #fffbf5;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 2px 6px;
  content: "あわせて読みたい";
  background-color: #df8182;
  color: #fff;
  font-weight: bold;
}


/*Newpost Catch*/
#npcatch{
	margin:0px;
}

#npcatch li{
	font-size:12px;
	overflow:hidden;
	clear:both;
	margin:0px 0px 5px;
	vertical-align:top;
}

#npcatch img{
/*サムネイルのスタイル*/
	float:left;
	padding:0px;
	box-shadow:0px 0px 7px #bbb;
}

#npcatch .title{
/*記事タイトルのスタイル*/
	width:170px;
	float:right;
	padding:0px;
}

#npcatch li:hover{
}

#npcatch li:hover .title{
}

#npcatch li:hover .title a{
}

#npcatch li:hover .date{
}

/*
.square_btn {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;
    background: #FFF;
    border: solid 3px #6091d3;
    border-radius: 10px;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}
*/