/*
Theme Name: Codium Extend Child
Description: Codium Extend Child Theme
Author: Henri Labarre
Template: codium-extend
Theme URI: http://codiumextend.code-2-reduction.fr/
Author URI: https://twitter.com/henrilabarre
Version: 1.2.1
Tags: custom-colors, two-columns, fixed-layout, custom-background, custom-header, threaded-comments, sticky-post, light, white, custom-background, translation-ready,custom-menu
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
body{
	word-break: break-all;
}
a.disabled{
	color: #444 !important;
	pointer-events: none;
	text-decoration: none !important;
}
*/
/*　外部リンク　*/
/*
a[target="_blank"]:after{
	margin-left: 3px;
	content: "\f08e";
	font-family: FontAwesome;
	display: inline-block;
}
em{
	font-family: 'Times New Roman','ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'ＭＳ Ｐゴシック', serif;
	font-style: italic;
}
h1.blogtitle{
	font-size: 3em;
}
#content h2{
	font-size: 2.0em;
	padding: 0.5em;
	color: #494949;
	border-bottom: 5px double #ffaf58;
	font-weight: 500;
}
#content h3{
	background: linear-gradient(transparent 70%, #ffaf58 70%);
	font-weight: 500;
}
*/
/*
ol#breadCrumb{
	font-size: 14px;
	margin: 0 0 5px;
}
ol#breadCrumb:before{
	content: '\f015';
	font-family: FontAwesome;
	margin: 0 3px 0 0;
}
ol#breadCrumb li{
	display: inline;
}
ol#breadCrumb li:after{
	content: '>';
	margin: 0 10px;
}
ol#breadCrumb li:last-child:after{
content: none;
}
*/
/*
#access ul ul ul.children{
	width: 360px;
}
*/
/*
ol.functionList{
	list-style-type: none;
}
ol.functionList li{
	display: inline;
}
dl.functionList dt{
	display: block;
	clear: left;
	float: left;
	margin-bottom: 1em;
	width: 25%;
}
dl.functionList dd{
	display:	inline-block;
	margin-bottom: 1em;
	width: 75%;
}
*/
/*
dl.syntax,
dl.argument,
dl.returnValue{
	margin: 0 0 1em;
}
dl.syntax dt,
dl.argument dt,
dl.returnValue dt{
	background: greenyellow;
	padding: 0 5px;
}
dl.syntax.udf dt,
dl.argument.udf dt,
dl.returnValue.udf dt{
	background: pink;
	padding: 0 5px;
}
dl.syntax.com dt,
dl.argument.com dt,
dl.returnValue.com dt{
	background: lightcyan;
	padding: 0 5px;
}
dl.argument dl{
	margin: 0 0 1em;
}
dl.syntax dd,
dl.argument dd,
dl.returnValue dd{
	border: 1px solid #eee;
	border-top: none;
	padding: 2em;
}
dl.syntax dd dl dt{
	background: none;
}
dl.syntax dd dl dd{
	border: none;
	padding: 0 0 0 1em;
}
dl.syntax dd ol{
	margin: 0;
	padding: 0;
}
*/
/*
dl.argument dd dl dt,
dl.returnValue dd dl dt{
	background: none;
}
*/
dl.argument.udf dd dl dt,
dl.returnValue.udf dd dl dt{
	background: none;
}
dl.argument.com dd dl dt,
dl.returnValue.com dd dl dt{
	background: none;
}
dl.argument dd dl dd,
dl.returnValue dd dl dd{
	border: none;
	margin: 0 0 0 2em;
	padding: 0;
}
dl.argument ol{
	margin: 0;
	padding: 0;
}
/*
dl.argument ol{
list-style: none;
margin: 0;
}
*/
/*
dl.syntax p,
dl.argument p,
dl.returnValue p{
	margin: 0;
}
dl.returnValue ol{
	margin: 0;
	padding: 0;
}
ol.example{
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.example > li{
	border-bottom: 1px solid #eee;
	margin: 0 0 2em;
	padding: 0 0 2em;
}
*/
/*
ol.example li:last-child{
border-bottom: none;
margin: 0 0 2em;
padding: 0 0 2em;
}
ol.example dd pre{
	font-size: 1.2em;
	margin: 0;
}
ol.example .title{
	border-left: 5px solid #ffaf58;
	margin: 0 0 5px;
	padding: 0 0 0 1em;
}
ol.tag li{
	display: inline;
	list-style: none;
}
*/

div.sample pre{
	font-size: 1.2em;
	margin: 0;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
/*
table th{
	background: #c5cdea;
}
table td {
	background: #eee;
}
table tr:nth-child(even) td {
	background: #fff;
}
*/
/*
table.virtualKey{
	width: 100%;
}
table.virtualKey th{
	background: aliceblue;
}
table.virtualKey th,
table.virtualKey td{
	padding: 3px;
	text-align: center;
}
*/
/*
ol.directoryLayer{
	margin: 0;
	padding: 0;
}
ol.directoryLayer ol{
	margin: 0 0 0 18px;
}
ol.directoryLayer li{
	margin: 0;
	padding: 0 0 0 18px;
}
.directory{
	background: url('/wp-content/uploads/folder-close.png') no-repeat;
	padding: 0 0 0 18px;
}
.file{
	background: url('/wp-content/uploads/file.png') no-repeat 0 2px;
	padding: 0 0 0 18px;
}
*/
/*
ol.tag{
	text-align: left;
	margin: 0;
}
ol.tag li:before{
	color: greenyellow;
	content: "\f02b";
	font-family: "FontAwesome";
	position: relative;
	top: 1px;
}
ol.tag li{
	display: inline-block;
	margin: 0 1em 0 0;
}
*/
/*
ol.tagKeyword,
ol.tagConstant,
ol.tagVariable,
ol.tagSyntax,
ol.tagUdf{
	margin: 0;
	height: 100%;
	line-height: 1em;
	padding: 0;
}
ol.tagKeyword li,
ol.tagConstant li,
ol.tagVariable li,
ol.tagSyntax li,
ol.tagUdf li{
	display: inline-block;
	margin: 0 1em 1em 0;
}
ol.tagKeyword li:before,
ol.tagConstant li:before,
ol.tagVariable li:before,
ol.tagSyntax li:before,
ol.tagUdf li:before{
	content: "\f02b";
	font-family: "FontAwesome";
	position: relative;
}
ol.tagKeyword li:before{
	color: chocolate;
}
ol.tagConstant li:before{
	color: hotpink;
}
ol.tagVariable li:before{
	color: gold;
}
ol.tagSyntax li:before{
	color: lightsteelblue;
}
ol.tagUdf li:before{
	color: orange;
}
*/
kbd.keyboard {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 4px 6px;
	margin: 0 4px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);
	/*
	font: 18px/24px Helvetica, Arial, serif;
	*/
	font: 80% Helvetica, Arial, serif;
	text-align: center;
	color: #666;
}
/*
グローバルメニュー
https://webkikaku.co.jp/blog/htmlcss/adjacent-sibling-combinator/
*/
/*
#access{
	background: none;
}
#access .menu-header li{
	box-sizing: border-box;
	position: relative;
	text-align: center;
	width: calc(100%/5);
}
#access .sub-menu li{
	width: 100%;
}
#access ul ul{
	width: 100%;
}
#access ul ul a{
	box-sizing: border-box;
	width: 100%;
}
#access ul li + li{
	border-left: 1px solid #ddd;
}
#access ul li.current_page_item > a{
	background: none;
	color: #444;
}
#access li:hover > a{
	background: none;
	color: #444;
	transition: none;
}
*/
/*
#navi{
	display: block;
	width: 100%;
}
#navi ol li{
	box-sizing: border-box;
	float: left;
	height: 60px;
	text-align: center;
	width: 25%;
}
#navi ol li + li{
	border-left: 1px solid #aaa;
}
#navi a{
	box-sizing: border-box;
	display: block;
	height: 60px;
	padding: 1em;
}
#navi a:hover{
	background: nome;
	position: relative;
}
*/
/*
#navimobile{
	background: #444;
	color: white;
	display: none;
	line-height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 40px;
}
#navimobile ol li{
	display: inline-block;
	align-items: center;
	float: left;
	width: 25%;
	box-sizing: border-box;
	vertical-align: middle;
}
#navimobile a{
	color: white;
	display: block;
	height: 40px;
}
#navimobile a:hover{
	color: white;
	background: #444;
}
*/
/*
#slideMenu{
	font-size: larger;
	position: fixed;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background: white;
	border: 1px solid #ccc;
	overflow-y: scroll;
	z-index: 100000;
}
body {
	position: relative;
	left: 0;
	overflow-x: hidden;
	z-index: 1;
}
#slideMenu ol{
}
#slideMenu ol li{
	box-sizing: border-box;
	padding: 1em;
}
*/
/*
#slideMenu > ol > li:before{
content: '\f114';
font-family: FontAwesome;
}
#slideMenu ol ol li:before{
content: '\f0da';
font-family: FontAwesome;
}
*/
/*
#slideMenu li + ol:before{
content: "\f115";
font-family: FontAwesome;
}*/
/*
#slideMenu a{
}
#snsList{
	display: block;
	width: 50px;
	position: fixed;
	top: 20%;
	right: 0;
}
#snsList a:after{
	content: none;
}
*/
/*
#filter{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
em{
	font-style: italic;
}
*/
/*
.attention{
	text-indent: -1em;
	padding-left: 1em;
}
.attention:before{
	content: "※";
}
.indent-1{
	text-indent: 1em;
}
.indent-2{
	text-indent: 2em;
}
.syntaxhighlighter code.uwsc.spaces,
.source{
	tab-size: 2em !important;
}
*/
/*
.entry-content a:link,
#breadCrumb a:link{
	background: none;
	color: mediumblue;
	text-decoration: underline;
}
.entry-content a:visited,
#breadCrumb a:visited{
	color: #1144dd;
}
.entry-content a:hover,
#breadCrumb a:hover{
	color: hotpink;
	position: relative;
	top: 1px;
	left: 1px;
}
.entry-content a:active,
#breadCrumb a:active{
	color: hotpink;
}
*/
/*
.entry-content p{
	margin: 0 0 2em 0;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.ad a{
	margin: 5px;
}
*/
/* タブレット用 */
/*
@media only screen and (max-width: 767px) and (min-width: 480px) {
	#content{
		margin: 0;
		width: 100%;
	}
	.container {
		width: 98%;
	}
	#wpadminbar{
		position: fixed;
	}
}
*/
/* スマホ用 */
/*
@media only screen and (max-width: 767px) {
	#content{
		margin: 0;
		width: 100%;
	}
	.container {
		width: 98%;
	}
	#primary{
		width: 100%;
	}
	#navi{
		display: none;
	}
	#wpadminbar{
		position: fixed;
	}
	dl.functionList dt{
		display: block;
		clear: both;
		width: 100%;
	}
	dl.functionList dd{
		width: 100%;
	}
	#snsList{
		border: 1px solid #ccc;
		background: white;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		display: none;
		width: 80%;
		height: 25%;
		z-index: 2;
	}
	#snsList ul{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	#snsList li{
		display: inline-block;
		float: left;
		height: calc(100%/2);
		width: calc(100%/3);
	}
	#snsList li svg{
		height: 100%;
		width: 30px;
	}
	#snsList a i{
		display: block;
		color: white;
		float: left;
		line-height: 40px;
		text-align: center;
		height: 40px;
		width: 40px;
	}
	#snsList a img{
		height: 40px;
		width: 40px;
	}
	#snsList .fa-facebook{
		background-color: #315096;
	}
	#snsList .fa-twitter{
		background-color: #55acee;
	}
	#snsList .fa-google-plus{
		background-color: #c53727;
	}
	#snsList .fa-get-pocket{
		background-color: #ef3f56;
	}
	#snsList .fa-rss{
		background-color: #ff8c00;
	}
	#navimobile{
		display: block;
	}
}

a.not-icon::after {
	display: none;
}

.toolbar ol {
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}
.toolbar ol li {
	display: inline-block;
	margin: 3px;
	width: 20px !important;
	height: 20px !important;
}

.syntaxhighlighter{
	margin: 0 0 1em !important;
}
*/