@charset "utf-8";
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}
a:link {
	text-decoration: none;
	color: #036;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 40px;
}
.imgL {
	float: left;
	margin: 0 40px 10px 0;
}
.imgC {
	text-align: center;
	margin: 0 auto;
}
.txtR {
	text-align: right;
}
.top30 {
	margin-top: 30px;
}
.blue {
	color: #09f;
	font: 150%/1.5 "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝";
	clear: both;
}



.fs8 {
	font-size: 75%;
}
.navy {
	color: #036;
	text-indent: 0!important;
	}

.volume {
	color: #036;
	font: 150%/1 "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝";
	clear: both;
	font-weight:bold;
}


.thank{
	color: #036;
	font: 175%/1 "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝";
	clear: both;
	font-weight:bold;
	margin-top:2em;
}

.indentNone{
	text-indent: 0!important;
	margin-bottom:0!important;
}
.indentNone2{
	text-indent: 0!important;
}
/* clearfix */
#hoge:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/*----------------------------------------------------
	#page
		ラッパー
----------------------------------------------------*/
#page {
	width: 1060px;
	margin: 0 auto;
	/*	text-align:justify;
	text-justify:inter-ideograph;*/
	overflow: hidden;
}
/*----------------------------------------------------
	#main
		本文エリア
----------------------------------------------------*/
#main {
	overflow: hidden;
	clear: both;
}
#primary .entry-content p {
	text-indent: 1em;
}
/*----------------------------------------------------
共通
----------------------------------------------------*/
/*左カラム*/
#primary {
	float: left;
	width: 710px;
	overflow: hidden;
}
/*サイドバー*/
#secondary {
	float: right;
	width: 320px;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 60px;
	font-size:83.3%
}
#secondary aside {
	width: 270px;
	padding: 0 0 30px;
}
#secondary h1.widget-title {
	color: #036;
	font: 175%/1 "Times New Roman", Times, serif;
	border-left: 10px #e5e5e5 solid;
	clear: both;
	margin:20px 0 10px !important;
	padding-left: 10px!important;
}
#secondary ul, #secondary form {
	margin: 0 0 0 20px;
}
#secondary ul li {
	margin-bottom: 10px;
}
#secondary ul img {
	margin-bottom: 5px;
}
.entry-header {
	margin-bottom: 40px;
	line-height: 0;
	font-size: 0;
}
#primary #content {
	margin: 0 0 0 50px;
}
article {
	margin-bottom: 70px;
}
/*----------------------------------------------------
	ページナビゲーション
----------------------------------------------------*/
.page_navi {
	text-align: center;
	clear: both;
}
.page_navi li {
	display: inline;
	list-style: none;
}
.page_navi li.current span {
	font-weight: bold;
}
/*
.page_navi li.page_nums span {
	color: #fff;
	padding: 2px 5px;
	background: #666;
	display: inline-block;
	border: solid 1px #ccc;
}
*/
.page_navi li.previous {
	background: url(../img/share/arrow_03.png) 5px 50% no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding-left: 15px;
	float: left;
}
.page_navi li.next {
	background: url(../img/share/arrow_02.png) 96% 50% no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding-right: 15px;
	float: right;
}
/*------------------------------------------------------
	.page
		固定ページ共通
----------------------------------------------------*/


.page #primary .entry-content h2 {
	color: #036;
	background: url(../img/share/line.png) 0 0 no-repeat;
	padding: 20px 0 10px;
	margin-top: 40px;
}
.page #primary .entry-content table {
	width: 100%;
	margin-top: 30px;
}
.page #primary .entry-content th, .page #primary .entry-content td {
	padding: 10px 20px;
	text-align: left;
	font-weight: normal;
}
/*------------------------------------------------------
	#information　#memo
		投稿ページ共通
--------------------------------------------------*/
.page-header p {
	text-align: right;
	letter-spacing: 0;
	font-size: 0;
}
/*------------------------------------------------------
	#information
		トピックス
--------------------------------------------------*/
h1.page-title{	clear: both;
	font-size: 0;
	line-height: 0;
	}
h1.page-title a { /* 過去記事へのリンク */
	float: right;
	margin-top: 20px;
	font-size: 0;
	line-height: 0;
}
#information article .entry-header {
	font-size: 100%;
	margin-bottom: 20px;
	line-height: 1.5;
}
#information article .entry-title {
	font: 165%/1.3 "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/* 日付スタイル */
#information article .entry-meta {
	border-top: 1px solid #036;
	margin: 20px 0 10px;
}
#information article .metaYear {
	color: #fff;
	width: 100px;
	line-height: 20px;
	height: 20px;
	text-indent: 8px;
	background: #036;
	display: block;
	clear: both;
font-size: 83.3%;
}
#information article .metaMonth {
	color: #036;
	margin: 0 15px 0 5px;
	font: 133.3%/1.2 "Times New Roman", Times, serif;
}
#information article .metaDay {
	color: #036;
	font: 250%/1.2 "Times New Roman", Times, serif;
}
article footer {
	display: none!important;
}
/*------------------------------------------------------
	#column
		Wataru’s memo

	#free
		公開記事　共通設定
--------------------------------------------------*/
#column article .entry-header, #free article .entry-header {
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 1.5;
}
#column article .entry-title, #free article .entry-title {
	font-size: 165%;
	padding: 35px 0 25px;
}
#column .entry-content p, #free .entry-content p {
	text-indent: 1em;
/*word-wrap: break-word;*/
word-break:break-all;
}
#column .entry-content blockquote, #free .entry-content blockquote{
	font-style: normal!important;
	color: #542A2A!important;
	border: 1px solid #e5e5e5!important;
	background: #f2f2f2!important;
	padding:20px 20px 0!important;
	margin: 0 0 20px;
}
#column .entry-content em, #free .entry-content em{
	color: #542A2A;
	font-style: italic!important;
}
#column article footer, #free article footer {
	display: block!important;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
}
.author {
	background: url(../img/column/column_author.png) no-repeat 0 0!important;
	padding-left: 20px;
	line-height: 40px;
	height: 30px;
	display: inline-block;
}
.edit-link a {
	color: #33F!important;
}
/* カテゴリ表示 */
#column article .entry-cat, #free article .entry-cat {
	background: url(../img/column/column_meta_bg.png) no-repeat 0 0;
	background-size:660px 20px;
	-webkit-background-size:660px 20px;
	padding-left: 65px;
	color: #fff;
	line-height: 20px;
	height: 20px;
	font-size: 75%;
	clear: both;
}
#column article .entry-cat {
	margin: 20px 0 0;
}
#free article .entry-cat {
	margin: 0;
}
#column article .entry-cat a, #free article .entry-cat a {
	color: #fff;
}
/* 日付スタイル */
#column article .entry-meta, #free article .entry-meta {
	font-size: 83.3%;
	clear: both;
	line-height: 1.2;
}
/*記事本文の装飾*/
#column .entry-content h1, #free .entry-content h1 {
	color: #036;
	background: #E5EFFF;
	border-left: 5px solid #3988D9;
	padding: 0 0 0 15px;
	margin:40px 0 20px;
}

#column .entry-content h1.abstract, #free .entry-content h1.abstract {
	color: #06c;
	background: url(../img/column/abstract_bg.png) no-repeat 0 0 #f2f2f2;
	padding:20px;
	border:none;
	margin:0 0 20px!important;
	font-size:116.6%;
}

#column .entry-content h2, #free .entry-content h2 {
	color: #06c;
	background: url(../img/column/column_h2.png) no-repeat 0 .15em;
	padding-left: 22px;
	margin:20px 0 ;
}
#column .entry-content h2.subH2, #free .entry-content h2.subH2 {
	background: url(../img/column/subh2_bg.png) repeat-y #fff;
	color:#333;
	border-top:1px solid #BFD9F2;
	border-bottom:1px solid #BFD9F2;
	margin:25px 0!important;
}

#column .entry-content h3, #free .entry-content h3 {
	color: #06c;
	background: url(../img/column/column_h3.png) no-repeat 0 .3em;
	padding-left: 16px;
}

#column .entry-content img, #free .entry-content img {
	margin-top:20px!important;
		margin-bottom:20px!important;
		/*↑センタリングの関係で、個別指定*/
}



.syntaxhighlighter table{
	font-size: 83.3% !important}

/*------------------------------------------------------
	#free
		公開記事
--------------------------------------------------*/
.freeNew span.imgL {
	margin: 0px 20px 10px 0px!important;
	clear: left;
}
.freeNew li {
	clear: both;
	font-size: 91.6%;
	line-height: 1.2;
}
.freeNew a {
	color: #333;
}
.freeNew a strong {
	font-size: 116.6%;
	display: block;
	color: #036;
}
/*------------------------------------------------------
	#column
		Wataru’s memo
--------------------------------------------------*/


.categoriesList {
	/*border-bottom:1px dotted #036;*/
	margin-left: 20px!important;
}
.categoriesList li {
	font-weight: bold;
	font-size: 116.6%;
	border-bottom: 1px dotted #036;
	line-height: 30px;
	height: 30px;
	margin: 0 !important;
	padding-left: 15px;
	background: url(../img/share/arrow_04.png) 0 50% no-repeat;
	background-size:8px 10px;
	-webkit-background-size:8px 10px;
}
.categoriesList li a {
	display: block;
	width: 250px;
}
/*------------------------------------------------------
	#information　#memo
		年別アーカイブ
--------------------------------------------------*/
h2.yearArchive {
	background: #036;
	color: #fff;
	padding-left: 8px;
	font-weight: normal;
	margin: 10px 0;
}
ul.listArchive {
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	margin-bottom: 10px;
}
ul.listArchive li {
	background: url(../img/share/arrow_02.png) 5px 17px no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding: 10px 0 10px 20px;

}
/*----------------------------------------------------
	#index
		TOPページ
----------------------------------------------------*/
#index #main {
	background: url(../img/index/img2.jpg) right 295px no-repeat;
	background-size:470px 220px;
	-webkit-background-size:470px 220px;
}
#index #primary {
	float: none;
	width: 960px;
	margin: 0 auto;
	clear: both;
}
#index #primary h1 {
	margin: 20px 0 0;
}
#index #primary h1 + p {
	margin: 1em 0 ;
	width: 530px;
}
#index #primary p + p {
	margin: 0 0 3em;
}
#index #primary ul{
	display: -webkit-flex;
  display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
#index #primary ul li {
	float: left;
	width: 300px;
	margin:0 15px 30px;
}
/* #index #primary ul li:nth-child(2) {
	margin: 0 30px;
} */
#index #secondary {
	display: none;
}

/*----------------------------------------------------
	#books		既刊書
----------------------------------------------------*/


/*一覧*/
.childEntry h2.parentCat {
	display: none;
}
/*詳細*/
.page-child .entry-content h1 {
	font: 200% "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #036;
}
.page-child .entry-content h2.parentCat {
	font-size: 100%;
	color: #fff!important;
	background: #036 none!important;
	padding: 0 10px!important;
	margin: 0 0 20px!important;
	text-align: right;
}
ul.booksCat {
	background: #f7f7f7;
	padding: 20px;
	list-style: none;
	overflow: hidden;
}

ul.booksCat span {
	color: #036;
	font-size: 130%;
	line-height:1.2;
	display:inline-block;
	padding-bottom:5px;
}
ul.booksCat li {
	float: left;
	width: 180px;
	font-size: 83.3%;
}
ul.booksCat li:nth-child(2) {
	margin: 0 40px;
}

.entry-content .booksColophon li {
	list-style: none;
}
.entry-content .booksColophon li a {
	background: url(../img/share/arrow_02.png) 0 50% no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding-left: 15px;
	font-size: 91.6%;
}
.entry-content .booksReader {
	background: #f7f7f7;
	padding: 20px 20px 10px;
}
.entry-content .bookReader dt {
	color: #036;
	margin-bottom: 10px;
}
/*----------------------------------------------------
	#store		ダウンロード販売
----------------------------------------------------*/
.entry-content .storeList{
	overflow: hidden;
	clear: both;
	border-bottom:1px solid #036;
	padding-left:0!important;
}
.entry-content .storeList li{
	overflow: hidden;
	clear: both;
	border-top:1px solid #036;
	padding:20px 10px 10px 0;
	list-style: none!important;
}


.entry-content .storeList li .left{
	float: left;
	width:170px;
	margin-bottom:10px;
}
.entry-content .storeList li .left img{
vertical-align:top;
margin-left:10px;}

.entry-content .storeList li .left img + img{
-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
box-shadow:0 0px 2px rgba(0, 0, 0, 0.2);}

.entry-content .storeList li .right{
	float: right;
	width:430px;
}
.entry-content .storeList li .right p{
text-indent:0!important;
}

.entry-content .storeList li .right p:nth-child(1){
	font: 175% "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #036;
margin-bottom:0!important;
}
.entry-content .storeList li .right p:nth-child(1) +p{
	color: #036;
}
.entry-content .storeList li .right strong{
font-size:150%;
line-height:2;
}
.entry-content .storeList li .right span{
	background: #036;
	color:#fff !important;
	padding:2px 8px;
}
/*ブロック要素全体をリンクにする 要件:リンクオーバー時、ブラウザ左下にURL情報を出す*/
.entry-content .storeList li.boxLink {position:relative;
}

.entry-content .storeList li.boxLink a{
	padding: 2px 10px 2px 0;
	background: url(../img/share/arrow_06.png) right .4em no-repeat;
	background-size:10px 12px;
	-webkit-background-size:10px 12px;
	color:#09f;
	}
.entry-content .storeList li.boxLink .boxLinkA{
	line-height:0;
	font-size:0;
	margin:0!important;
}
.entry-content .storeList li.boxLink .boxLinkA a{
	display:block;
	position:absolute;
	padding: 0!important;
	background-image: none!important;
	background-color:#f7f7f7;
	color:#09f;
	width:100%;
	height:100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	left:0;
	top:0;
	padding-top:140px;
	}
.entry-content .storeList li.boxLink:hover{
background-color:#f7f7f7;}


/*
.entry-content .storeList li .right a{
	background: url(../img/share/arrow_06.png) right .4em no-repeat;
	background-size:10px 12px;
	-webkit-background-size:10px 12px;
	padding: 2px 10px 2px 0;
	color:#09f;
}


.hover{//ブロック要素全体をリンク領域にする
        cursor: pointer;
        background-color: #f7f7f7;
}*/
.fs20 {
	color: #036;
	font: 150% "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;

}


/*GNU開発ツール販売ページ*/
#store_gnu .entry-content h1,
#store_gnu_thanks .entry-content h1 {
	font: 225% "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color:#036;
}
#store_gnu .entry-content h2,
#store_gnu_thanks .entry-content h2 {
	font: 175% "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color:#036;
	background:none!important;
	padding:0!important;
	margin:30px 0 10px!important;
	clear: none!important;
}


.entry-content .storeBox {
	clear: both;
	overflow: hidden;
}
.entry-content .storeBox .left{
width:390px;
float:left;
}
.entry-content .storeBox .left p{
text-indent:0!important;}

.entry-content .storeBox form + p{margin:0!important;}
.entry-content .storeBox .left a{
	background: url(../img/share/arrow_02.png) 0 50% no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding: 2px 0 2px 15px!important;
	color:#036;

}

.entry-content .storeBox form{
margin:20px 0 10px;
font-size:0;
}
.entry-content .storeBox .right{
float:right;
width:230px;
}
.entry-content .storeBox .right img
{
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); margin: 3px 3px 1em;}


.entry-content .storeBox .storePrice{
border-top:1px solid #036;
border-bottom:1px solid #036;
margin:0!important;
font-size:91.6%;}
.entry-content .storeBox .storePrice strong{
color:#fff;
background:#036!important;
display:inline-block;
padding:15px;
}
.entry-content .storeBox .storePrice span{

padding:0 5px 0 15px!important;
font-size:175%;
}



/*GNU開発ツール販売ページ  タブ*/
.entry-content .storeSample{
padding:10px 20px 20px;
	list-style: none!important;
	clear: both;
	overflow: hidden;
	background:#f7f7f7;
	}

.entry-content .jwts_tabbertab .navy,
.entry-content .jwts_tabbertab .dl {
	color: #036;
	text-indent: 0!important;
	margin-bottom:0!important;

	background: url(../img/store/disc.png) 0 50% no-repeat;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	padding: 2px 0 2px 20px!important;
	}
.entry-content .jwts_tabbertab .navy a,
.entry-content .jwts_tabbertab .dl a{
padding:0!important;
background:none!important;
}
.entry-content .jwts_tabbertab .storeSample a{
padding:0!important;
background:none!important;
color:#09f;
font: 125%/2 "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.entry-content .storeSample li{
float:left;
width:160px;
}
.entry-content .storeSample li img{margin-top:33px;}
.entry-content .storeSample li br + a img{margin-top:0!important;}

.entry-content .storeSample li.last{
width:140px!important;
}

.entry-content .jwts_tabbertab .bar{
font-weight:bold;
color:#fff;
background:#036;
line-height:2;
margin:2em 0 0!important;
}
.entry-content .jwts_tabbertab .indentNone{
margin-bottom:5px!important;
}
.entry-content .jwts_tabbertab dl{
border-bottom:1px solid #e5e5e5;
	clear: both;
	overflow: hidden;
	margin-bottom:2em;
}

.entry-content .jwts_tabbertab dt,
.entry-content .jwts_tabbertab dd{
border-top:1px solid #e5e5e5;
padding:5px!important;}

.entry-content .jwts_tabbertab dt{
width:290px;
float:left;
}
.entry-content .jwts_tabbertab dd{
padding-left:290px;
}
.entry-content .jwts_tabbertab a{
	background: url(../img/share/arrow_02.png) 0 50% no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding: 2px 0 2px 15px!important;
	color:#036;}



.entry-content .jwts_tabbertab img{
vertical-align:top;
}



.entry-content .jwts_tabbertab .tabUl{
border-bottom:1px solid #e5e5e5;
	clear: both;
	overflow: hidden;
	margin-bottom:3em;
	padding:0!important;
}

.entry-content .jwts_tabbertab .tabUl li{
border-top:1px solid #e5e5e5;
padding:5px!important;
list-style:none outside;}


.entry-content .jwts_tabbertab .caution {
	background: #f7f7f7;
	padding: 20px 20px 10px;
	border:none;
}
.entry-content .jwts_tabbertab .caution dt {
	color: #036;
	margin-bottom:0;
	float:none;
	width:auto;
	border:none;
}
.entry-content .jwts_tabbertab .caution dd {
	float:none;
	width:auto;
	border:none;
}








/*新タブ*/


.tabset{
	margin:1em 0 !important;
	padding:0!important;
	clear: both;
	overflow: hidden;
}

.tabset_menu{
	padding-left: 0!important;
	margin:0!important;
	list-style:none;
	clear: both;
	overflow: hidden;
}
.tabset_menu li {
	list-style:none;
	background:none;
	margin-left:5px;
	text-align:center;
	width:100px!important;
	float:left;
	font-size:83.3%;
}
.tabset_menu li a.active {background:#036!important;color:#fff;}
.tabset_menu li a,
.tabset_menu li a:link {
	font-weight:bold;
	padding:3px 12px;
	background:#d9d9d9;
	display:block;
}
.tabset_menu li a:hover {padding:3px 12px;background:#039;text-decoration:none;color:#fff;}
.tabset_menu li a:active,
.tabset_menu li a:focus {outline:0;}

.entry-content .motion{
padding-top:1em;
    border-top: 1px solid #036;
}
}



.entry-content .motion .indentNone{
margin-bottom:5px!important;
}
.entry-content .motion dl{
border-bottom:1px solid #e5e5e5;
	clear: both;
	overflow: hidden;
	margin-bottom:2em;
}

.entry-content .motion dt,
.entry-content .motion dd{
border-top:1px solid #e5e5e5;
padding:5px!important;}

.entry-content .motion dt{
width:290px;
float:left;
}
.entry-content .motion dd{
padding-left:290px;
}
.entry-content .motion a{
	background: url(../img/share/arrow_02.png) 0 50% no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding: 2px 0 2px 15px;
	color:#036;}


.motion .navy,
.motion .dl {
	color: #036;
	text-indent: 0!important;
	margin-bottom:0!important;

	background: url(../img/store/disc.png) 0 50% no-repeat!important;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	padding: 2px 0 2px 20px!important;
	}
.entry-content .motion .navy a,
.entry-content .motion .dl a{
padding:0!important;
background:none!important;
}
.entry-content .motion img{
vertical-align:top;
}

.entry-content .motion .bar{
font-weight:bold;
color:#fff;
background:#036;
line-height:2;
margin:2em 0 0!important;
}

.entry-content .motion .storeSample a{
padding:0!important;
background:none!important;
color:#09f;
font: 125%/2 "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.entry-content .motion .tabUl{
border-bottom:1px solid #e5e5e5;
	clear: both;
	overflow: hidden;
	margin-bottom:3em;
	padding:0!important;
}

.entry-content .motion .tabUl li{
border-top:1px solid #e5e5e5;
padding:5px!important;
list-style:none outside;}


.entry-content .motion .caution {
	background: #f7f7f7;
	padding: 20px 20px 10px;
	border:none;
}
.entry-content .motion .caution dt {
	color: #036;
	margin-bottom:0;
	float:none;
	width:auto;
	border:none;
}
.entry-content .motion .caution dd {
	float:none;
	width:auto;
	border:none;
}




/* -----------------------------------------------------------
	#inquiry
		お問い合わせ
----------------------------------------------------------- */

#inquiry .entry-content span {
	color: #f00;
}
#inquiry form dl {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
#inquiry form dt {
	float: left;
	width: 150px;
	text-align: right;
	line-height: 3;
	clear: left;
}
#inquiry form dd {
	float: right;
	line-height: 3;
	width: 480px;
	padding-left: 20px;
	background: url(../img/share/arrow_05.png) no-repeat 0 1em;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	clear: right;
}
#inquiry form dl +p {
	text-align: center;
}

#inquiry .wpcf7-submit{
padding:5px 10px;
font-size:116.6%;
font-weight:bold;
color:#fff;
background:#003d99;
border:none;}

#inquiry .wpcf7-submit:hover{
background:#09f;
}
#inquiry .wpcf7-submit:active{
background:#006;
}

/*----------------------------------------------------
	コマンド
----------------------------------------------------*/
.command{
padding:10px !important;
border-top:1px dotted #036 !important;
border-bottom:1px dotted #036 !important;
font-size:100%!important;
line-height: 1.2em !important;
background-color:#E0DBC2!important;
color:#300!important;
margin-bottom:1em;
white-space:nowrap;
overflow-x: auto;
}
/*mac　スクロールバー*/
.command::-webkit-scrollbar {
background: transparent;
height: 7px;
overflow: visible;
width: 13px;
}
.command::-webkit-scrollbar-thumb {
border-left: solid white;
background-color: rgba(0, 0, 0, 0.2);
}
.command::-webkit-scrollbar-thumb {
}
.command::-webkit-scrollbar-corner {
background: transparent;
}

.syntaxhighlighter::-webkit-scrollbar {
background: transparent;
height: 7px;
overflow: visible;
width: 13px;
}
.syntaxhighlighter::-webkit-scrollbar-thumb {
border-left: solid white;
background-color: rgba(0, 0, 0, 0.2);
}
.syntaxhighlighter::-webkit-scrollbar-thumb {
}
.syntaxhighlighter::-webkit-scrollbar-corner {
background: transparent;
}




.command p{text-indent:0!important;}

.command blockquote{
background-color:#E0DBC2!important;
padding:0 40px;
}

.command, .command code
{font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;}
/*
.syntaxhighlighter{
	font-family: Arial!important
	}*/

/*----------------------------------------------------
	印刷ボタン
----------------------------------------------------*/
.print-trigger {
	float: right;
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0;
}
