@charset "UTF-8";
/* 
Theme Name: GALAXY RTB child-base-01
Template: galaxy-rtb
Created on: 2018/09/21, 10:58:04
Author: RTBA team
Version: 2.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	background-color: #EDEFF1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
 	box-sizing:border-box;
}

#header {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	}

/*ヘッダー画像*/
#header-in {
	width: 100% !important;
	background: url(images/header-ptn01-img01.png) no-repeat left top;
	background-size: cover;
	padding-bottom: 10px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#header .headerbackimage {
	height: 100px !important;
	margin-bottom: 0;
}


#header .header-title-area {
	width: 100%;
}

#header .sitetitle {
	padding: 15px 0 5px 40px;
	font-size: 26px;
	background-color: transparent;
	border: none;
}

#header .sitetitle a{
  color: #FFF;
}

#header .h1 {
	margin: 0;
	padding: 0 0 0 40px;
	color: #FFF;
	font-size: 18px;
	clear: none;
}

@media (max-width: 992px) {
	
	#container {
		padding: 0;
	}
	
	#header .sitetitle {
		padding: 15px 20px 5px 20px;
	}

	#header .h1 {
		margin: 0;
		padding: 0 20px;
	}
	
	#header .headerbackimage {
		height: auto !important;
	}
	
}

#header .header-free-area {
	position: absolute;
	right: 40px;
	top: 40px;
	float: none;
	display: block;
	width: inherit;
}

#header-right-top .header_sns_menu {
	position: absolute;
	bottom: inherit;
	right: 0;
	clear: none;
	margin-bottom: 0;
	padding-bottom: 0;
	float: none;
	left: inherit;
	font-size: 1em;
}

#header-right-top .header_sns_menu li {
	position: relative;
	left: inherit;
	float: none;
	height: inherit;
	padding-right: 0;
}

#header-right-top .header_sns_menu li a {
	color: #FFF;
}

.color_rss {
	color: #FFF;
}

#header .header-rsearch {
	padding: 20px 0;
	margin: 0;
	width: 100%;
	background-color:#E6E6E6;
	
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4) inset; 
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4) inset; 
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4) inset; 
}

@media (max-width: 992px) {
	
	#header .header-rsearch {
		padding: 20px 10px;
	}
	
}

#header .header-rsearch-in {
	padding: 5px 20px;
	background-color: #fff;
	border: none;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

#header-rsearch-panel .rpbox1 {width: 15%;}
#header-rsearch-panel .rpbox2 {width: 55%;}
#header-rsearch-panel .rpbox3 {width: 20%;}

#header-rsearch-panel .rpbox3 {padding-top: 0;}

@media (max-width: 992px) {
	
	#toppage-fixed-page #article {
		padding: 0 10px;
	}
	
	#header .header-rsearch-in {
		padding: 10px;
	}
	
	#header-rsearch-panel .rpbox1 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f3f3f3;
	}

	#header-rsearch-panel .rpbox2 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f3f3f3;
	}

	#header-rsearch-panel .rpbox3 {
		width: 60%;
	}
	
	#header-rsearch-panel .rpbox4 {
		margin-top: 0;
	}
	
}


/*css checkbox01*/

input[type=checkbox] {
	display: none;
}

 #searchform label {
	line-height: 1;
}

#searchform .checkbox_parts {
  position:relative;
  margin-right: 10px;
	padding: 5px 4px 5px 22px;
	vertical-align: middle;
}

#searchform .checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
	margin-top: -7px;
  left: 4px;
  width: 14px;
  height: 14px;
	background-color: #FFF;
  border: 1px solid #8FC320;
  border-radius: 0;
}

input[type=checkbox]:checked + .checkbox_parts {
  color: #FFF;
	background-color: #8FC320;
	padding: 5px 10px;
	
	border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
}

input[type=checkbox]:checked + .checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
	background-color: #8FC320;
}




#header .header-rsearch-in .morebox {
	margin: 0;
	padding-top: 4px;
	text-align: right;
}

#header .header-rsearch-in .morebox a {
	background-color: transparent;
	color: #222;
	text-decoration: none;
	
	border-radius:         0;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
}

@media (max-width: 992px) {
	
	#header .header-rsearch-in .morebox {
		text-align: left;
	}

}

#header-rsearch-panel .rsbtn {
	float: right;
	width: 90%;
	background: #FC6515;
			
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	height: 30px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 14px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-shadow: 0 0 0 #ffffff;

	-moz-box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-box-shadow: inset 0 0 0 0 #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
}


#header-rsearch-panel .rsbtn:hover {
	width: 90%;
	background: #FC6515;
			
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	height: 30px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 14px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-shadow: 0 0 0 #ffffff;

	-moz-box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-box-shadow: inset 0 0 0 0 #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


#header-rsearch-panel .rpbox1, .rpbox1kw {
	height: 30px;
	font-size: 0.9em;
	font-weight: bold;
}

#s {
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	width: 75%;

	font-size: 1.1em;
	background-color: #FFF;
	border: 1px solid #999;
	
	border-radius: 4px;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
 	box-sizing:border-box;

}

#header-rsearch-panel .rsearchnavi ul li {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

#header-rsearch-panel .rsearchnavi ul li a {
 	color: #00A3E2;
 	display: block;
 	margin-top: 0;
 	margin-right: 3px;
 	display: inline-block;
 	font-size: 1em !important;
 	padding: 3px 10px;
 	border: 1px solid #00A3E2;
	white-space: nowrap;
 	background-color: transparent;
	
 	border-radius: 4px;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
}

/*2019/05/01　-start- */
#header-rsearch-panel-sel .rsbtn {
	float: right;
	width: 90%;
	background: #FC6515;
			
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	height: 30px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 14px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-shadow: 0 0 0 #ffffff;

	-moz-box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-box-shadow: inset 0 0 0 0 #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
}


#header-rsearch-panel-sel .rsbtn:hover {
	width: 90%;
	background: #FC6515;
			
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	height: 30px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 14px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-shadow: 0 0 0 #ffffff;

	-moz-box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-box-shadow: inset 0 0 0 0 #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*2019/05/01　-end- */



.widgets-rsearch .queryreset, #rsearch .queryreset, #header-rsearch-panel .queryreset {
 	margin: 0px;
	margin-top: 10px;
 	padding: 3px 10px;
	display: inline-block;
 	font-size: 1em !important;
 	background-color: #999;
 	text-decoration: none;
 	color: #FFF;
	
	border-radius: 4px;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
}

.widgets-rsearch .queryreset {
	width: 100%;
	text-align: center;
}

@media (max-width: 992px) {

	.widgets-rsearch .queryreset, #rsearch .queryreset, #header-rsearch-panel .queryreset {
		text-align: center;
		width: 100%;
		padding: 10px;
	}

}

#category-postlist h2.searchsubtitle {
	color: #555;
	font-size: 1.4em;
	font-weight: bold;
}

#category-postlist table.tablesorter {
	background-color: #FFF;
	margin: 10px 0;
	font-size: 1.0em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#category-postlist table.tablesorter {
	background-color: #FFF;
	margin: 10px 0;
	font-size: 1.0em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

table.tablesorter th, table.tablesorter td {
	padding: 10px !important;
}

table.tablesorter thead tr th, #category-postlist table.tablesorter tfoot tr th {
	background-color:rgba(0,163,226,0.1) !important;
}

#category-postlist table.tablesorter thead tr .headerSortDown, #category-postlist table.tablesorter thead tr .headerSortUp {
	background-color:rgba(0,163,226,0.2) !important;
}

#category-postlist table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right 5px;
	cursor: pointer;
	text-align: center;
}

#category-postlist table.tablesorter thead tr .header {
	background-image: url(images/sort/bg.png);
	background-size: 20px auto;
}

#category-postlist table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #CDCDCD;
	font-size: 0.9em;
}

#category-postlist table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

#category-postlist table.tablesorter thead tr .headerSortUp {
	background-image: url(images/sort/asc.png);
	background-size: 20px auto;
}

#category-postlist table.tablesorter thead tr .headerSortDown {
	background-image: url(images/sort/desc.png);
	background-size: 20px auto;
}

#category-postlist table.tablesorter thead tr .headerSortDown,

#category-postlist table.tablesorter thead tr .headerSortUp {
	background-color: #DCDCDC;
}

/*Layout*/

#breadcrumb {
	margin: 0;
	padding: 10px 0;
}

#main {
	background-color: transparent;
}

@media (max-width: 992px) {
	
	#breadcrumb {
		padding: 10px;
	}

	#main {
		padding: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
  }

}


/*シングルカラム*/
#contents10 {
	background-color: #FFF;
	padding: 20px;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

/*シングルカラム スリム*/
#contents11 {
	background-color: #FFF;
	padding: 20px;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

#article .post, #article .page {padding: 0;}

#category-postlist {
	padding: 0;
}

/*2カラム*/
#contents21,#contents20 {
	background-color: #FFF;
	width: 74%;
        padding: 20px;
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}



#main-in {
	padding: 0;
	width: 100%;
}

#sidebar21,#sidebar20 {
	width: 25%;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

@media (max-width: 992px) {
	
	#contents11,#contents10 {
                /* 2019/03/31 */
                padding: 20px 0px 20px 0px;
        }
	#contents21,#contents20 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
                /* 2019/03/31 */
                padding: 20px 0px 20px 0px;
	}

	#sidebar21,#sidebar20  {
		float: none;
		width: 100%;
	}
	
}


/*sidebar*/

.sidebar-area {
	margin: 0;
}

[id^="sidebar"] #searchform {
	margin: 0;
	padding: 0;
}

[id^="sidebar"] h2.widgettitle {
	margin: 0;
	padding: 10px;
	background-color: #00A3E2;
	box-shadow: none;
	text-align: center;
	border:none;
	color:#FFF;
	font-weight: bold;
	
	border-radius:         5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
	-moz-border-radius:    5px 5px 0 0 ;
}

[id^="sidebar"] dl.widgets-rsearch {
	padding: 10px;
	background-color: #FFF;
	margin: 0;
}

[id^="sidebar"] dl.widgets-rsearch dt {
  margin:0 -10px 15px;
	padding: 0 10px 5px;
	border: none;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
}

[id^="sidebar"] dl.widgets-rsearch dt span::before {
	display: none;
}

[id^="sidebar"] dl.widgets-rsearch dd {
	margin: 0;
	padding: 0;
}

[id^="sidebar"] dl.widgets-rsearch dd ul li {
	padding: 0px 0px 10px;
	background-color: transparent;
}



[id^="sidebar"] .morebox {
	padding: 0 10px 10px;
	background-color: #FFF;
	width: 100%;
	text-align: center;
}

[id^="sidebar"] .morebox a {
	display: block;
	border: 1px solid #00A3E2;
	background-color: transparent;
	padding: 5px 10px;
	text-align: center;
	color: #00A3E2;
	text-decoration: none;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

@media (max-width: 992px) {

	[id^="sidebar"] .morebox a {
		display: block;
		border: none;
		padding: 0;
		text-align: center;
	}
	
}

[id^="sidebar"] .rsearchbtnarea {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
	width: 100%;
	text-align: center;
	
	border-radius:         0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius:    0 0 5px 5px;
}

[id^="sidebar"] .rsbtn {

	width: 100%;
	background: #FC6515;
			
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	padding: 15px 0;
	margin-bottom: 0px;
	text-decoration: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-shadow: 0 0 0 #ffffff;

	-moz-box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-box-shadow: inset 0 0 0 0 #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
}

[id^="sidebar"] .rsbtn:hover {
	
	width: 100%;
	background: #FC6515;
			
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	padding: 15px 0;
	margin-bottom: 0px;
	text-decoration: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-shadow: 0 0 0 #ffffff;

	-moz-box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-box-shadow: inset 0 0 0 0 #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

}

[id^="sidebar"] ul {
	background-color: #FFF;
	
	border-radius:         0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius:    0 0 5px 5px;
}

[id^="sidebar"] ul li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	height: auto;
	background-color: transparent;
}

[id^="sidebar"] ul li a {
	position: relative;
	color: #333;
	display: block;
	height: auto;
	margin: 0;
	padding: 15px 10px 15px 25px;
	line-height: 1.2;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

[id^="sidebar"] ul li a::before {
	font-family: FontAwesome;
	position: absolute;
	content: "\f0da";
	top: 50%;
	left: 10px;
	margin-top: -0.5em;
	color: #00A3E2;
}




/*contents*/

#rsearch {
	margin: 0 0 10px;
	padding: 10px;
	font-size: 1em;
	background-color: #fafafa;
	border: none;
	word-wrap: break-word;
	border-radius: 0;
}

#rsearch .more {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	color: #222;
	text-decoration: none;
	
	border-radius:         0;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
}

#rsearch .rsearchbtnarea {
	padding: 5px 0;
}

@media (max-width: 992px) {
	
	#rsearch {padding: 0;}
	
	#rsearch .rsearchbtnarea {padding: 5px 10px;}
	
}

#rsearch .rsbtn {
	width: 200px;
	background: #FC6515;
			
	border: none;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	padding: 5px 0;
	margin: 0px auto;
	text-decoration: none;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;

	text-shadow: 0 0 0 #ffffff;

	-moz-box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-box-shadow: inset 0 0 0 0 #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
}


#rsearch .rsbtn:hover {
	background: #FC6515;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

@media (min-width: 992px) {
    #content-rsearch-panel-sel .rsbtn {
	width: 100%;
    }
}

#rsearch table.rsearchtbl {
	margin: 0;
	width: 100%;
	font-size: 0.85em;
}

#rsearch table.rsearchtbl th,#rsearch table.rsearchtbl td {
	padding: 10px 0;
}

#rsearch table.rsearchtbl th {
	font-weight: bold;
}

#rsearch table #s {
	margin: 0;
}

#rsearch table.rsearchtbl .rsearchnavi ul li a {
	color: #00A3E2;
	display: block;
	margin-top: 0;
	margin-right: 3px;
	display: inline-block;
	font-size: 1em !important;
	padding: 3px 10px;
	border: 1px solid #00A3E2;
	white-space: nowrap;
	font-weight: normal;
	background-color: transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

@media (max-width: 992px) {
	
	#rsearch table.rsearchtbl th,
	#rsearch table.rsearchtbl td {
		padding: 10px;
	}
	
	#rsearch .rsbtn {
		width: 100%;
	}
	
	#rsearch .rsbtn:hover {
		width: 100%;
	}
}



#article .entry-body table{ 
	width: 100%; 
	font-size: 0.9em;
	background: #fff; /*2018/08/10*/   
	border-collapse: collapse;    
}
#article .entry-body table th,
#article .entry-body table td {
	/* display:block;*//*2018/08/10*/
	padding: 10px;
	border-top: none;
	/* border-left: 1px solid #ddd;*//*2018/08/10*/
	border-left: none;/*2018/08/10*/
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
        /*  width:100%; 2018/05/13 */
	width:auto;
	border-collapse: collapse;/*2018/08/10*/
}

#article .entry-body table th {
	color:#666;
	width: 20%;
	font-weight: bold;
	background-color:rgba(0,163,226,0.1);
}  


@media (max-width: 992px) {
	
	#article .entry-body table {
		border-bottom: 1px solid  #ddd;
	}
	
	#article .entry-body table th,
	#article .entry-body table td {
            /* 2019/03/31
            width: 100% !important;
            float: left;
            */
            border: 1px solid  #ddd;
	}
	
	#article .entry-body table th,
	#article .entry-body table td {
		border-bottom: none;
	}
	
}



.panel-default {
	border: none;
}

.panel {
	margin: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
	color: #FFF;
	background-color: #00A3E2;
	border: none;
	margin-bottom: 20px;
	font-weight: bold;
}

.panel-title {
	margin: 0;
	font-size: 16px;
}

.panel-cell {
	padding: 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

#panel-cell h2.post-title {
	margin: 0 0 10px;
	padding: 0;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	border: none;
}

.panel-cell-body {
	padding: 0 0 10px;
}

#panel-cell .cell-left {
	display: block;
	width: 75%;
	float: left;
}

#panel-cell .cell-right {
	display: block;
	width: 23%;
	float: right;
}

#panel-cell .cell-thumbnail {
	width: 100%;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.panel-cell-footer {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
	border: none;
}






/*Footer*/

.fa-arrow-circle-up::before {
	content: "\f106";
}

.pagetop a {
	display: block;
	background-color: #666;
	text-align: center;
	color: #FFF;
	font-size: 2.0em;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
	width: 40px;
	height: 40px;
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagetop a:hover {
	background-color: #666;
	padding: 0;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

@media (max-width: 992px) {
	
	.pagetop {
    bottom: 50px;
    right: 10px;
	}
	
}





#pagenavi .gotop-active ,
#pagenavi .gobottom-active,
#entry-footer-pagenavi .gotop-active ,
#entry-footer-pagenavi .gobottom-active {
    color: #ddd;
    background-color: #40AAEF;
}
#category-postlist h2.category-postlist-title {
    background-color: #87cefa;
    color:#333;
    text-shadow:0px 1px 0px #ddd;
}
#category-postlist h2.category-postlist-title span.category-postlist-subtitle {
    color:#666;
}
#rsearch .rsearchnavi ul li a {
    background-color:#1e90ff;
    color: #fff;
    border: 1px solid #bbb;
}



/* Hタグ */
#article .entry-body h1{}

h2.toppage-fixed-page-title,
h2.postsubtitle {
  padding: 0 0 0 15px !important;
	margin: 0;
	margin-bottom: 30px;
  background-color: transparent;
	border: none;
	border-left: 5px solid #00A3E2;
	margin-left: -20px;
  box-shadow: none;
  font-size: 1.6em;
  text-align: left;
	font-weight: bold;
  letter-spacing: 0px;
	color: #222;
}

h2.postsubtitle::after {
	display: none;
}

#article .entry-body h3 {
	position: relative;
  padding: 0 0 5px;
	margin-bottom: 30px;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.2em;
  text-align: left;
  letter-spacing: 0;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	color: #222;
}

#article .entry-body h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 10px;
	height: 1px;
	background-color: #333;
}

#article .entry-body h4{
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
  text-align: left;
  letter-spacing: 0px;
	font-weight: bold;
	color: #222;
}

#article .entry-body h5 {
  padding: 0;
  border: none;
  font-size: 1em;
  text-align: left;
  letter-spacing: 0px;
	font-weight: bold;
	color: #222;
}

blockquote {
	margin-bottom: 2em;
	margin-left: 10px;
	padding-left: 20px;
	border-left: 1px solid #999;
}




#category-postlist table.tablesorter thead tr th,
#category-postlist table.tablesorter tfoot tr th {
	background-color: #e0ffff;
}

#category-postlist table.tablesorter thead tr .headerSortDown,
#category-postlist table.tablesorter thead tr .headerSortUp {
	background-color: #afeeee;
}

#category-postlist .ga_btn {}

.ga_abtn_def:visited, .ga_abtn_def {}

.ga_abtn_def:active,
.ga_abtn_def:hover {}

#category-postlist a {}


#entry-footer-pagenavi .gotop {width: 5%;}

#entry-footer-pagenavi .gobottom {width: 5%;}

#entry-footer-pagenavi .goback {
	padding: 10px;
	width: 45%;
}

#entry-footer-pagenavi .gonext {
	padding: 10px;
	width: 45%;
}

@media (max-width: 992px) {
	
	#entry-footer-pagenavi {
		clear: both;
		height: auto;
		background-color: transparent;
	}
	
	#entry-footer-pagenavi .gotop {
		display: none;
	}

	#entry-footer-pagenavi .gobottom {
		display: none;
	}

	#entry-footer-pagenavi .goback {
		position: relative;
		padding: 10px 10px 10px 20px;
		margin-bottom: 10px;
		width: 100%;
		height: auto;
		border: 1px solid #999;
		
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	
	#entry-footer-pagenavi .goback::before {
		font-family: FontAwesome;
		position: absolute;
		content: "\f104";
		top: 50%;
		left: 10px;
		margin-top: -0.5em;
		line-height: 1;
		color: #00A3E2;
		
	}

	#entry-footer-pagenavi .gonext {
		position: relative;
		padding: 10px 20px 10px 10px;
		width: 100%;
		height: auto;
		border: 1px solid #999;
		
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	
	#entry-footer-pagenavi .gonext::before {
		font-family: FontAwesome;
		position: absolute;
		content: "\f105";
		top: 50%;
		right: 10px;
		margin-top: -0.5em;
		line-height: 1;
		color: #00A3E2;	
	}
	
}


.fa-caret-right::before {
	content: "\f105";
	color: #FFF;
}

.fa-caret-left::before {
	content: "\f104";
	color: #FFF;
}
