@charset "UTF-8";
/*--------------------------
 BLOG DUAL COLUMN
----------------------------*/
.contents_wrapper {
}
.main_wrapper {
    margin-bottom: 30px;
}
.sidebar_right {
	margin-bottom: 30px;
}

.contents_wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.sidebar_upper_list {
	margin-top: 40px;
}
.sidebar_upper_entry {
	margin-top: 40px;
}
/*--------------------------
 BLOG TITLE
----------------------------*/
.blog_head {
	margin-left: 20px;
}
.blog_head {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
    padding-top: 10px;
	font-weight: normal;
}
/*--------------------------
 BLOG SIDEBAR
----------------------------*/
.sidebar_head {
	margin-left: 20px;
}

.sidebar_head {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
    padding-top: 10px;
}
/*--------------------------
 SIDEBAR CATEGORY + ARCHIVES
----------------------------*/
.sidebar_ul {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.sidebar_ul li {
	margin-bottom: 15px;
	font-size: 16px;
    line-height: 26px;
}

.sidebar_ul li {
    border: 1px solid #1e7ab8;
    border-radius: 5px;
	letter-spacing: 0.05em;
	font-feature-settings: "palt"; 
}

.sidebar_ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar_ul li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
	background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(../images/arrow_blue.svg);
    background-size: 8px auto;
    
}
.sidebar_ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	
}
.sidebar_active a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #FFFFFF !important;
    background-color: #1E7AB8;
    background-image: url(../images/arrow_white.svg)!important;
}
.sali {
    font-size: 16px!important;
    line-height: 28px!important;
    letter-spacing: 0.3em!important;
}
.sali a {
    padding-top: 8px!important;
	padding-bottom: 5px!important;
}

/*--------------------------
 BLOG
----------------------------*/
.blog_wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog_title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    padding-top: 30px;
    padding-bottom: 25px;
}

/*--------------------------
 BLOG LIST
----------------------------*/
.blog_list {
	border-bottom: 1px solid #1e7ab8;
}
.blog_list  li {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-top: 1px solid #1e7ab8;
}
.blog_list  li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-image: url(../images/blog_list_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px auto;
}
.blog_list  li a:hover {
    text-decoration: none;
    color: #CCCCCC;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    
}
.blog_list  li p  {
    font-size: 16px;
    line-height: 26px;
    padding-right: 60px;
    margin-left: 20px;
    padding-top: 10px;
}
.blog_list  li time  {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin-left: 20px;
    color: #7E7E7E;
}

.blog_cate  {
	font-size: 14px;
    line-height: 22px;
	letter-spacing: 0.02em;
	display: block;
	margin-left: 125px;
	margin-top: -25px;
	width: 120px;
	color: #000000!important;
}
/*--------------------------
PAGE BUTE
----------------------------*/
#archives_page {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#archives_page ul {
	padding-top: 10px;
	margin-left: 20px;
}
#archives_page ul::after {
    content: "";
    display: block;
    clear: both;
}
.current {
	
}
#archives_page ul li {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	/*background-color: #FFFFFF;*/
}
#archives_page .link_page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	display: block;
	height: 20px;
	width: 25px;
	float: left;
	background-color: #808080;
	text-decoration: none;
	padding-top: 6px;
	border: 1px solid #808080;
}
#archives_page a.link_page:hover   {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #AAAAAA;
	background-color: #AAAAAA;
}
#archives_page .current_page{
	height: 20px;
	width: 25px;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #000000;
	display: block;
	color: #000000;
	float: left;
	line-height: 14px;
	padding-top: 6px;
	/*background-color: #000000;*/
}






/*--------------------------
 TOPICS ENTRY
----------------------------*/

/*--------------------------
 TOPICS ENTRY COMMON
----------------------------*/
.entry_wrapper {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
/*--------------------------
 TOPICS ENTRY TITLE
----------------------------*/
.entry_title_wrapper {
	margin-bottom: 30px;
}
.entry_title {
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 15px;
}
.entry_title_wrapper time {
	font-size: 16px;
	color: #999;
	letter-spacing: 0.1em;
	padding-left: 1px;
	padding-bottom: 15px;
	display: block;
	padding-top: 15px;
}
/*--------------------------
 RICH TEXT FORMAT
----------------------------*/
.richtxt {
	margin-bottom: 30px;
}
.richtxt-min {
	min-height: 200px;
}
div.richtxt {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
}
div.richtxt p{
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}
div.richtxt u, strike, em {
	color: #1e7ab8;
	font-weight: bold;
}
div.richtxt strong, b {
	font-weight: bold;
	color: #1e7ab8;
}
div.richtxt a {
	color: #1e7ab8;
	text-decoration: none;
	font-weight: bold;
}
div.richtxt a:hover {
	color: #999;
	text-decoration: underline;
}
div.richtxt img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	max-width:100%;
	height: auto;
}
div.richtxt a:hover img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #1e7ab8;
}
div.richtxt iframe{
	top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*--------------------------
 ENTRY PAGE NAVI
----------------------------*/
.entry_pagenavi {
	position: relative;
	margin-top: 70px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.entry_pagenavi_prev a{
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #666666;
    text-align: right;
    text-decoration: none;
    position: absolute;
    width: 25%;
    padding-top: 13px;
    height: 28px;
    left: 0px;
    background-image: url(../images/arrow_blue_left.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 10px auto;
    border: 1px solid #666666;
    border-radius: 5px;
    padding-right: 5%;
}
.entry_pagenavi_next a{
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    position: absolute;
    width: 25%;
    right: 0px;
    padding-top: 13px;
    height: 28px;
    margin-top: -43px;
    background-image: url(../images/arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px auto;
    border: 1px solid #666666;
    border-radius: 5px;
    padding-left: 5%;
}
.entry_pagenavi_top a{
	text-align: center;
	display: block;
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	height: 28px;
	margin-top: -40px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	border: 1px solid #666666;
	
	background-image: url(../images/arrow_blue.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 8px auto;
	border-radius: 5px;
}
.entry_pagenavi a {
	color: #666666;
	text-decoration: none;
	display: block;
}
.entry_pagenavi a:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/*--------------------------
 YOUTUBE PLAYER
----------------------------*/
.youtube_wrapper {
	width: 100%;
	max-width: 770px; /* 最大の横幅 */
	margin-top: 0;
	margin-left: 0px;
}
.youtube {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
#player {
	
}
.youtube iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}



