@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

a {
	text-decoration: none;
}

a:link {
	color: #003E79;
}

a:visited {
	color: #003E79;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a:active {
	color: #003E79;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/* 回り込み */
.floatR { float: right !important; }
.floatL { float: right !important; }

/*------------------------------------------------------------
	体裁
------------------------------------------------------------*/
.list01 {
	margin-bottom: 1em;
}

.list01 li {
	margin-bottom: 3px;
}

.listStyleDecimal {
	padding-left: 2em;
	list-style: decimal;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ここから下に追加していく
------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

/*------------------------------------------------------------
	コンテナ
------------------------------------------------------------*/
body {
	color: #111;
	text-align: center;
	line-height: 1.5;
}

#container {
    padding-top: 100px;
    min-width: 966px;
    text-align: left;
}

#loading {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
    position: fixed;
	background: #FFF;
	z-index: 1000;
}

#loading img {
	margin: -16px 0 0 -16px;
	top: 50%;
	left: 50%;
	position: absolute;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	height: 103px;
	background: url(/https/html-coding.co.jp/img/common/header_bg.png) repeat-x;
	overflow: visible;
	position: fixed;
	top: 0;
	z-index: 21;
	text-align: center;
}

#gHeader .inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
	text-align: left;
}

#gHeader strong.catch,
#gHeader h1 {
	position: absolute;
	top: 25px;
	left: 162px;
	color: #333;
/*	font-size: 1.1em; */
	font-weight: normal;
}

#gHeader .logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#gHeader .tel {
	position: absolute;
	top: 11px;
	right: 143px;
}

#gHeader .estimate {
  position: absolute;
  top: -12px;
  right: 0;
}

#gHeader .estimate a {
	background: url(/https/html-coding.co.jp/img/common/btn_estimate_over.png) no-repeat left bottom;
	display: block;
}

#gNavi {
	margin: 60px auto 0;
	width: 960px;
	text-align: left;
}

#gNavi ul {
	overflow: hidden;
	zoom: 1;
}

#gNavi li {
	float: left;
	padding-bottom: 3px;
}

#gNavi li .accTtl {
	width: 192px;
	height: 40px;
	display: block;
}

#gNavi li.guide .accTtl { background: url(/https/html-coding.co.jp/img/common/gnavi_guide_over.png) no-repeat; }
#gNavi li.service .accTtl { background: url(/https/html-coding.co.jp/img/common/gnavi_service_over.png) no-repeat; }
#gNavi li.advantage .accTtl { background: url(/https/html-coding.co.jp/img/common/gnavi_advantage_over.png) no-repeat; }
#gNavi li.faq .accTtl { background: url(/https/html-coding.co.jp/img/common/gnavi_faq_over.png) no-repeat; }
#gNavi li.knowledge .accTtl { background: url(/https/html-coding.co.jp/img/common/gnavi_knowledge_over.png) no-repeat; }

#gNavi li .accTtl:hover {
	cursor: pointer;
}

#gNavi li .accTtl:hover img {
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

#gNavi li .sub {
	width: 100%;
	background: url(/https/html-coding.co.jp/img/common/gnavi_sub_bg.png);
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 100;
	display: none;
}

#gNavi li .sub ul {
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 940px;
	background: url(/https/html-coding.co.jp/img/common/gnavi_sub_open.png) no-repeat;
	overflow: hidden;
	zoom: 1;
	font-size: 1.2em;
}

#gNavi li.first .sub ul { background-position: 45px 0; }
#gNavi li.select .sub ul { background-position: 166px 0; }
#gNavi li.service .sub ul { background-position: 285px 0; }
#gNavi li.promise .sub ul { background-position: 408px 0; }
#gNavi li.work .sub ul { background-position: 527px 0; }
#gNavi li.use .sub ul { background-position: 646px 0; }
#gNavi li.faq .sub ul { background-position: 765px 0; }
#gNavi li.aboutus .sub ul { background-position: 885px 0; }

#gNavi li .sub li {
	margin-bottom: 10px;
	width: 25%;
}

#gNavi li .sub a {
	padding: 0 0 0 15px;
	width: auto;
	height: auto;
	background: url(/https/html-coding.co.jp/img/common/icon/arrow_right02.png) no-repeat 0 3px;
	display: inline;
	color: #fff;
	text-decoration: none;
}

#gNavi li .sub a:hover {
	text-decoration: underline;
}

/* 追加部分 */
#gNavi li .accTtl {
	display: block !important;
}

#gNavi li .accTtl.open img {
	visibility: hidden;
}


/*------------------------------------------------------------
	ヘッダー 02 ナビゲーションなし
------------------------------------------------------------*/

#gHeader_02 {
    width: 100%;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 21;
    text-align: center;
    border-bottom: 3px solid #3399cc;
    background-color: #fff;
}

#gHeader_02 .inner {
    margin: 0 auto;
    width: 960px;
    position: relative;
    text-align: left;
    padding: 22px 0 23px;
}

#gHeader_02 strong.catch,
#gHeader_02 h1 {
    position: absolute;
    top: 25px;
    left: 162px;
    color: #333;
    font-size: 1.1em;
    font-weight: normal;
}


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

#pagePath {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#pagePath ul {
    margin: 0 auto;
    padding: 10px 0 7px;
    width: 960px;
    position: relative;
    text-align: left;
}

#pagePath ul li {
    display: inline;
    /*	font-size: 1.1em; */
}


/*------------------------------------------------------------
	キービジュアル
------------------------------------------------------------*/

#keyVisual {
    margin-bottom: 5px;
    width: 100%;
    height: 295px;
    background: url(/https/html-coding.co.jp/img/common/key_bg02.png) repeat-x center top;
    overflow: hidden;
    text-align: center;
}

#keyVisual .inner {
    margin: 0 auto;
    width: 960px;
    background: url(/https/html-coding.co.jp/img/common/key_bg01.png) no-repeat left top;
    position: relative;
    text-align: left;
}

#keyVisual .inner .img {
    margin-top: 30px;
    float: right;
}


/* #keyVisual .inner h2 */

#keyVisual h1 {
    /*	margin-bottom: 30px;
	padding-top: 36px; */
    margin-bottom: 15px;
    padding-top: 90px;
    font-size: 4.5em;
}

#keyVisual h1 span {
    display: block;
}

#keyVisual .inner p {
    color: #006699;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.75;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#main {
	margin: 0 auto;
	width: 966px;
}

#conts {
	width: 710px;
	float: right;
	font-size: 1.3em;
}

#conts a {
	text-decoration: underline;
}

#conts a:hover {
	text-decoration: none;
}

#conts p {
	margin-bottom: 20px;
   line-height: 1.75;
}

#conts p.settleEnd {
	margin-bottom: 40px;
}

#index #conts {
	width: 716px;
	float: left;
	font-size: 1.2em;
}

#conts .pageList {
    text-align: center;
}

#conts .pageList a {
	margin: 0 2px;
    padding: 4px 7px;
	background: #F6F6F6;
    border: 1px solid #D6D6D6;
    display: inline-block;
    color: #003366;
    font-size: 0.92em;
    text-decoration: none;
	vertical-align: middle;
}

#conts .pageList span {
	margin: 0 2px;
    padding: 4px 7px;
    background: #444;
    border: 1px solid #D6D6D6;
    display: inline-block;
    color: #FFF;
    font-size: 0.92em;
	vertical-align: middle;
}

#conts .pageList span.dots {
	background: none;
	border: none;
    color: #003366;
}

#conts .pageList a.prev,
#conts .pageList a.next {
	padding: 8px 0 0 0;
	background: none;
	border: none;
	vertical-align: middle;
}

#conts .pageList a.prev {
	margin-right: 18px;
}

#conts .pageList a.next {
	margin-left: 18px;
}

#conts .pageList a:hover {
    background: #444;
    color: #fff;
}

#conts .pageList a.prev:hover,
#conts .pageList a.next:hover {
	background: none;
}

/*------------------------------------------------------------
	ページリンク
------------------------------------------------------------*/
#conts .pageLink {
	margin: 60px 0;
}

#conts .linkL,
#conts .linkR {
	border: #D6D6D6 1px solid;
	display: inline-block;
}

#conts .linkR {
	float: right;
}

#conts .linkL {
	float: left;
}

#conts .linkL a span{
	padding-left: 20px;
	background: url(/https/html-coding.co.jp/img/common/icon/arrow03.png) no-repeat left 4px;
}

#conts .linkL a {
	padding: 15px 15px 15px 15px;
	display: block;
	background: #F6F6F6;
}

#conts .linkR a {
	padding: 15px 15px 15px 15px;
	display: block;
	background: #F6F6F6;
}

#conts .linkR a span {
	padding-right: 20px;
	background: url(/https/html-coding.co.jp/img/common/icon/arrow02.png) no-repeat right 4px;
}

#conts .linkL a {
}

/*------------------------------------------------------------
	borderBox の　a

.borderBox a {
	margin-top: 10px;
	padding-left: 17px;
	background: url(/https/html-coding.co.jp/img/common/icon/arrow02.png) no-repeat left 6px;
	display: block;
}
------------------------------------------------------------*/
/*------------------------------------------------------------
	grayBox
------------------------------------------------------------*/

.contsBox .grayBox {
	padding: 15px 22px;
	background: #F6F6F6;
	border: #CCC 1px solid;
}

/*------------------------------------------------------------
	redBox
------------------------------------------------------------*/
.contsBox .redBox {
	padding-top: 20px;
	text-align: center;
	font-size: 1.16em;
	font-weight: bold;
	background: url(/https/html-coding.co.jp/img/common/redbox_bg01.png) no-repeat left top;
}

.contsBox .redBox span {
	color: #CC0033;
}

.contsBox .redBox .inner {
	padding-bottom: 20px;
	background: url(/https/html-coding.co.jp/img/common/redbox_bg02.png) no-repeat left bottom;
}

.contsBox .redBox p {
	background: #FAE5EA;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 226px;
	float: left;
}

#index #sideBar {
	width: 226px;
	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 40px;
	background-color: #006699;
	position: relative;
	z-index: 10;
	text-align: center;
}

#gFooter .pageTop a {
	padding-top: 13px;
	height: 21px;
	background-color: #eee;
	display: block;
	text-align: center;

	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-webkit-timing-function: linear;
	-webkit-transition-delay: 0;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.5s;
	-moz-timing-function: linear;
	-moz-transition-delay: 0;
	transition-property: background-color;
	transition-duration: 0.5s;
	timing-function: linear;
	transition-delay: 0;
}

#gFooter .pageTop a:hover {
	background-color: #7FC8E6;
}

#gFooter .pageTop a span {
	margin: 0 auto;
	width: 64px;
	height: 8px;
	display: block;
}

#gFooter .pageTop a:hover span {
	background: url(../../img/common/page_top_over.png) no-repeat;
}

#gFooter .pageTop a img {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-webkit-timing-function: linear;
	-webkit-transition-delay: 0;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-moz-timing-function: linear;
	-moz-transition-delay: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	timing-function: linear;
	transition-delay: 0;
}

#gFooter .pageTop a:hover img {
	opacity: 0;
}

#gFooter a {
	color: #fff;
	text-decoration: none;
}

#gFooter a:hover {
	text-decoration: underline;
}

#gFooter .inner {
	margin: 0 auto;
	padding: 12px 0 6px;
	width: 960px;
	overflow: hidden;
	zoom: 1;
	text-align: left;
}

#gFooter .navi {
	float: left;
	color: #fff;
}

#gFooter .navi li {
	float: left;
}

#gFooter .navi li:before {
	content: "｜";
}

#gFooter .navi li:first-child:before {
	content: "";
}

#gFooter .copyright {
	margin: 0;
	float: right;
	color: #fff;
	font-size: 1.1em;
}

/*------------------------------------------------------------
	ドロップシャドウ付きコンテンツボックス
------------------------------------------------------------*/
#conts .commonBox {
	margin-bottom: 15px;
	padding: 20px 20px 23px;
	background: url(/https/html-coding.co.jp/img/common/common_box_bg.png) no-repeat left bottom;
	position: relative;
}

#conts .commonBox .ttl {
	margin: -20px -20px 20px;
	padding-top: 6px;
	background: url(/https/html-coding.co.jp/img/common/common_ttl_bg_top02.png) no-repeat center top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.25em;
}

#conts .commonBox .ttl span {
	margin: 0 2px;
	padding: 10px 0;
	display: block;
    border-bottom: 2px solid #DCDCDC;
	background-color: #444;
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

/*------------------------------------------------------------
	ドロップシャドウ付きコンテンツボックス｜サイドバー
------------------------------------------------------------*/
#sideBar .commonBox {
	margin-bottom: 15px;
	padding: 20px 20px 23px;
	background: url(/https/html-coding.co.jp/img/common/sidebar/common_box_bg.png) no-repeat left bottom;
	position: relative;
}

#sideBar .commonBox .ttl {
	margin: -20px -20px 20px;
}


/*------------------------------------------------------------
	お問い合わせバナー｜サイドバー
------------------------------------------------------------*/
#sideBar .contact {
	margin-bottom: 15px;
	position: relative;
}

#sideBar .contact .msg {
	width: 125px;
	position: absolute;
	top: 124px;
	left: 18px;
	color: #0092CD;
}

/*------------------------------------------------------------
	制作状況｜サイドバー
------------------------------------------------------------*/
#sideBar #status {
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
}

#sideBar #status .ttl {
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_navi_bg04.png) no-repeat center top;
    display: block;
    padding: 6px 3px 0;
	color: #FFF;
	font-size: 1.4em;
}

#sideBar #status .ttl span {
	margin: 0 2px;
	padding: 5px 10px 5px 30px;
	background: url(/https/html-coding.co.jp/img/common/icon/icon_side01.png) no-repeat 10px 7px #444;
	display: block;
	border-bottom: #DCDCDC 2px solid;
}

#sideBar #status .update {
	width: 60px;
	height: 60px;
	background: url(/https/html-coding.co.jp/img/common/sidebar/status_update.png) no-repeat;
	position: absolute;
	top: 8px;
	right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.4em;
}

#sideBar #status .update .month {
	position: absolute;
	top: 18px;
	left: 12px;
}

#sideBar #status .update .day {
	position: absolute;
	top: 32px;
	left: 31px;
}

#sideBar #status #meter {
	margin: 0 -6px 3px 0;
}

#sideBar #status .pop {
	margin-bottom: 9px;
	padding: 5px 0 0;
	width: 190px;
	height: 28px;
	background: url(/https/html-coding.co.jp/img/common/sidebar/status_page_bg.png) no-repeat;
	text-align: center;
}

#sideBar #status .pop #statusPageNum,
#sideBar #status .pop img {
	vertical-align: middle;
}

#sideBar #status #statusPageNum {
	font-family: Arial, Helvetica, sans-serif;
	color: #c03;
	font-size: 1.9em;
}

/*------------------------------------------------------------
	Pick upコンテンツ｜サイドバー
------------------------------------------------------------*/
#sideBar #navOption{
	padding: 0 3px 3px;
}

#sideBar #follow,
#sideBar #pickup {
	padding: 0 13px 3px;
}

#sideBar #navOption .ttl {
	margin: 0 -13px 13px;
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_navi_bg05.png) no-repeat center top;
    display: block;
    padding: 6px 3px 0;
	color: #111;
	font-size: 1.3em;
}

#sideBar #follow .ttl,
#sideBar #pickup .ttl {
	margin: 0 -13px 13px;
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_navi_bg05.png) no-repeat center top;
    display: block;
    padding: 6px 3px 0;
	color: #111;
	font-size: 1.3em;
}

#sideBar #navOption .ttl{
	margin-bottom: 0;
    padding: 6px 14px 0;
}

#sideBar #navOption .ttl span {
	padding: 5px 10px;
	background: #F6F6F6;
	display: block;
	border-bottom: #DCDCDC 2px solid;
}

#sideBar #follow .ttl span,
#sideBar #pickup .ttl span {
	padding: 5px 10px;
	background: #F6F6F6;
	border-bottom: 2px solid #DCDCDC;
	display: block;
}

#sideBar #pickup li {
	margin-bottom: 10px;
}

#sideBar #pickup li a {
	border: 3px solid #d9d9d9;
	display: block;
}

#sideBar #pickup li a:hover {
	border-color: #0092CE;
}

#sideBar #pickup .recruit {
	display: none;
}

#index #sideBar #pickup .recruit,
#charter #sideBar #pickup .recruit,
#company #sideBar #pickup .recruit,
#column #sideBar #pickup .recruit,
#archiveColumn #sideBar #pickup .recruit,
#check-column #sideBar #pickup .recruit {
	display: block;
}


/*------------------------------------------------------------
	likebox｜サイドバー
------------------------------------------------------------*/
#sideBar #likeBox {
	margin-left: 3px;
	width: 222px;
}

/*------------------------------------------------------------
	スペシャルコンテンツ｜サイドバー
------------------------------------------------------------*/
#sideBar #special {
	padding: 0 13px 3px;
}

#sideBar #special .ttl {
	position: relative;
	margin: 0 -13px 13px;
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_navi_bg05.png) no-repeat center top;
    display: block;
    padding: 6px 3px 0;
	color: #111;
	font-size: 1.3em;
}

#sideBar #special .ttl span {
	padding: 5px 10px 5px 30px;
	background: url(/https/html-coding.co.jp/img/common/icon/icon_side03.png) no-repeat 10px 5px #F6F6F6;
	display: block;
	border-bottom: #DCDCDC 2px solid;
}

#sideBar #special .ttl a {
	position: absolute;
	top: 14px;
	right: 12px;
	height: 11px;
}

#sideBar #special li {
	margin-bottom: 10px;
}

#sideBar #special li a {
	border: 3px solid #d9d9d9;
	display: block;
}

#sideBar #special li a:hover {
	border-color: #0092CE;
}

/*------------------------------------------------------------
	コラム記事タブ切り替え｜サイドバー
------------------------------------------------------------*/
#sideBar .tabChange .tabList ul {
	padding: 0 3px;
} 

#sideBar .tabChange .tabList li {
	margin-right: 1px;
	float: left;
} 

#sideBar .tabChange .tabList li a {
	padding: 15px 0 14px;
	width: 74px;
	display: block;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

#sideBar .tabChange .tabList li.double a {
	padding: 9px 0 5px;
}

#sideBar .tabChange .tabList li .style {
	padding: 7px 0;
}

#sideBar .tabChange .tabTop {
	background: url(/https/html-coding.co.jp/img/common/tab_border01.png) repeat-x left bottom;
} 

#sideBar .tabChange .tabTop li a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg03_out.png) no-repeat;
	z-index: 2;
} 

#sideBar .tabChange .tabTop li a:hover {
	background: url(/https/html-coding.co.jp/img/common/tab_bg03_over.png) no-repeat;
} 

#sideBar .tabChange .tabTop li.current a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg03_over.png) no-repeat;
} 

#sideBar .tabChange .tabBottom {
	background: url(/https/html-coding.co.jp/img/common/tab_border02.png) repeat-x left top;
} 

#sideBar .tabChange .tabBottom li a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg02.png) no-repeat;
} 

#sideBar .tabChange .tabBottom li a:hover {
	background: url(/https/html-coding.co.jp/img/common/tab_bg02_over.png) no-repeat;
} 

#sideBar .tabChange .tabBottom li.current a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg02_over.png) no-repeat;
} 

/*------------------------------------------------------------
	コラム検索｜サイドバー
------------------------------------------------------------*/
#sideBar .columnSearch {
	margin-bottom: 20px;
	padding-bottom: 3px;
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_navi_bg01.png) no-repeat left bottom;
}

/* #sideBar .columnSearch h3  */
#sideBar .columnSearch h2 {
	padding: 6px 3px 0;
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_navi_bg02.png) no-repeat;
	display: block;
}

/* #sideBar .columnSearch h3 span */
#sideBar .columnSearch h2 span {
	padding: 12px 30px;
	background: #111 url(/https/html-coding.co.jp/img/common/icon/circle01.png) no-repeat 10px 14px;
	display: block;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
}

#sideBar .columnSearch form {
	margin: 0 3px;
	padding: 15px;
	background: #F6F6F6;
}

#sideBar .columnSearch form dl {
	width: 190px;
	font-size: 1.1em;
}

#sideBar .columnSearch form dl dt {
	margin-bottom: 2px;
}

#sideBar .columnSearch form dl dd {
	margin-bottom: 10px;
}

#sideBar .columnSearch form .btn {
	margin: 0 auto;
	width: 62px;
	height: 27px;
}

#sideBar .columnSearch #columnKeyword {
	width: 190px;
	height: 25px;
	padding: 2px 6px;
	border: none;
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_input.png) no-repeat;
}

#sideBar .columnSearch#columnCategory,
#sideBar .columnSearch#columnTag {
	width: 190px;
	height: 21px;
}

#sideBar .columnSearch span.customSelect {
	width: 178px;
	height: 17px;
	padding: 4px 6px;
    background: url(/https/html-coding.co.jp/img/common/sidebar/side_select.png) no-repeat 0 0;
	zoom: 1;
}

#sideBar .columnSearch #submitBtn {
	width: 62px;
	height: 27px;
	background: url(/https/html-coding.co.jp/img/common/btn/btn_search02.png) no-repeat;
	border: none;
}

/*------------------------------------------------------------
	下層　サイドナビ｜サイドバー
------------------------------------------------------------*/
#sideBar .sideNavi {
	margin-bottom: 20px;
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_navi_bg01.png) no-repeat left bottom;
}

/* #sideBar .sideNavi h3 */
#sideBar .sideNavi h2 {
	padding: 6px 3px 0;
	background: url(/https/html-coding.co.jp/img/common/sidebar/side_navi_bg02.png) no-repeat;
	display: block;
}

/* #sideBar .sideNavi h3 span */
#sideBar .sideNavi h2 span {
	padding: 12px 30px;
	background: #111 url(/https/html-coding.co.jp/img/common/icon/circle01.png) no-repeat 10px 14px;
	display: block;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
}

#sideBar .sideNavi ul {
	padding: 0 3px 3px;
}

#sideBar #navOption li a,
#sideBar .sideNavi li a {
	text-decoration: none;
}

#sideBar #navOption li span,
#sideBar .sideNavi li span {
	padding: 12px 30px;
	background: #F6F6F6 url(/https/html-coding.co.jp/img/common/icon/arrow02.png) no-repeat 15px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #D1D1D1;
	display: block;
	color: #003366;
	font-size: 1.2em;

	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-webkit-timing-function: linear;
	-webkit-transition-delay: 0;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.3s;
	-moz-timing-function: linear;
	-moz-transition-delay: 0;
	transition-property: background-color;
	transition-duration: 0.5s;
	timing-function: linear;
	transition-delay: 0;
}

#sideBar .pickupColumn li span {
	color: #036!important;
	background-color: #F6F6F6!important;	
}

#sideBar .pickupColumn li a:hover span {
	color: #FFF!important;
	background-color: #0092CE!important;	
}

#sideBar #navOption li span{
	background-color: #fff;
}

#sideBar .sideNavi li a.open:hover span {
	background: #F6F6F6 url(/https/html-coding.co.jp/img/common/icon/arrow02.png) no-repeat 15px 15px;
	color: #003366;
}

#sideBar .sideNavi li .open span {
	border-bottom: none;
}

#sideBar .sideNavi li .sub {
	/*margin-top: -1px;*/
	padding: 0 25px 15px;
	background: #F6F6F6;
	border-bottom: 1px solid #D1D1D1;
	color: #003366;
	font-size: 1.2em;
	display: none;
}

#sideBar .sideNavi li .sub li a {
	padding-left: 10px;
	background: url(/https/html-coding.co.jp/img/common/icon/arrow06.png) no-repeat 0 6px;
}

#sideBar .sideNavi li .sub li a:hover {
	text-decoration: underline;
}

*+html #sideBar .sideNavi li a span {
	background: #F6F6F6 url(/https/html-coding.co.jp/img/common/icon/arrow02.png) no-repeat 15px 16px;
}

#sideBar #navOption li a:hover span,
#sideBar .sideNavi li a:hover span {
	background: #0092CE url(/https/html-coding.co.jp/img/common/icon/arrow02.png) no-repeat 15px 15px;
	color: #fff;
}


#sideBar .sideNavi li.firstChild a span {
	border-top: 3px solid #D1D1D1;
}

#sideBar .sideNavi li.lastChild a span {
	border-radius: 0 0 4px 4px;
}

#navOption li.lastChild a span {
	border-radius: 0 0 6px 6px;
}

#sideBar .sideNavi li .childNavi {
	padding: 0;
}

#sideBar .sideNavi li .childNavi li {
}

#sideBar .sideNavi li .childNavi li a {
	padding: 10px 5px 10px 38px;
	background: #FFF url(/https/html-coding.co.jp/img/common/icon/arrow06.png) no-repeat 30px 17px;
	border-bottom: 1px solid #D1D1D1;
	display: block;
	font-size: 1.2em;
}

#sideBar .sideNavi li .childNavi li a:hover {
	background: url(/https/html-coding.co.jp/img/common/icon/arrow01.png) no-repeat 30px 17px;
	color: #FFF;
}

#sideBar .sideNavi li .childNavi li a span {
	padding: 0;
	background: #FFF none;
}

#sideBar #datepicker .sunday .ui-state-default {
  color: #F00;
}

#sideBar #datepicker .saturday .ui-state-default {
  color: #00F;
}

#sideBar #datepicker .holiday .ui-state-default {
  color: #F00;
}
/*------------------------------------------------------------
	下層　共通
------------------------------------------------------------*/
/* indexページ */
#conts .indexList {
	margin: 30px 0;
}

#conts .indexList li {
	margin-right: 20px;
	width: 223px;
	float: left;
}

#conts .indexList li.last {
	margin-right: 0;
}

#conts .indexList li a {
	margin-bottom: 10px;
	padding: 0 25px 0 10px;
	width: 182px;
	background: url(/https/html-coding.co.jp/img/common/icon/arrow08.png) no-repeat 193px center;
	border: 3px solid #D9D9D9;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#conts .indexList li a span {
	height: 88px;
    display: table-cell;
    vertical-align: middle;
	font-size: 0.91em;
}

#conts .indexList li a:hover {
	border: 3px solid #0092CE;
}

#conts .indexList li p {
	margin-bottom: 0!important;
	font-size: 12px;
}

/* IE 6 */
    * html #conts .indexList li a span {
        display: inline;
        zoom: 1;
    }

/* IE 7 */
    *:first-child+html #conts .indexList li a span {
        display: inline;
        zoom: 1;
    }
 
    /*\*//*/
    * html #conts .indexList li a {
        display: inline-block;
    }
    /**/



/* #conts h3 { */
body#detail h1,
#error404 #conts h2,
#conts h2,
body#column #conts h1,
body#news #conts h1 {
	margin-bottom: 15px;
	color: #006699;
	font-size: 2.692em;
	line-height: 1.5;
	font-weight: normal;
}

#conts h3,
body#column #conts h2 {
	margin-bottom: 15px;
	padding-left: 24px;
	background: url(/https/html-coding.co.jp/img/common/icon/h4_circle.png) no-repeat left 3px;
	color: #111;
	font-size: 1.462em;
	line-height: 1.5;
	font-weight: bold;
}

#conts h3.down {
	margin-bottom: 7px;
	padding-left: 22px;
	background: url(/https/html-coding.co.jp/img/common/icon/h5_circle.png) no-repeat left 2px;
	font-size: 1.154em;
}

#conts h4,
body#column #conts h3 {
	margin-bottom: 10px;
	padding-left: 22px;
	background: url(/https/html-coding.co.jp/img/common/icon/h5_circle.png) no-repeat left 2px;
	color: #111;
	font-size: 1.154em;
	line-height: 1.5;
	font-weight: bold;
}

#conts h5,
body#column #conts h4 {
	margin: 0 0 10px;
	padding: 0;
	background: none;
	font-size: 1.0em;
	line-height: none;
}


/* 詳細ページのマークアップ変更 */
body#detail .index #conts h2{
	margin-bottom: 15px;
	padding-left: 24px;
	background: url(/https/html-coding.co.jp/img/common/icon/h4_circle.png) no-repeat left 3px;
	color: #111;
	font-size: 1.462em;
	line-height: 1.5;
	font-weight: bold;
}

body#detail .index #conts h3{
	margin-bottom: 10px;
	padding-left: 22px;
	background: url(/https/html-coding.co.jp/img/common/icon/h5_circle.png) no-repeat left 2px;
	color: #111;
	font-size: 1.154em;
	line-height: 1.5;
	font-weight: bold;
}

body#detail .index #conts h4{
	margin-bottom: 0;
	padding-left: 0;
	background: none;
	font-size: 1em;
}



#conts .contsBox {
	margin-bottom: 40px;
	line-height: 1.75;
}

#conts .contsBox .image {
	float: right;
}

#conts .contsBox .text {
	float: left;
}

#conts .contsBox .borderBox {
	padding-top: 5px;
	background: url(/https/html-coding.co.jp/img/common/border_box_bg01.png) no-repeat left top;
}

#conts .contsBox .borderBox .inner {
	padding: 18px 23px 23px;
	background: url(/https/html-coding.co.jp/img/common/border_box_bg02.png) no-repeat left bottom;
}

#conts .contsBox .borderBox02 {
	padding-top: 5px;
	background: url(/https/html-coding.co.jp/img/common/border_box02_bg01.png) no-repeat left top	;
}
#conts .contsBox .borderBox02 .inner {
	padding: 23px;
	background: url(/https/html-coding.co.jp/img/common/border_box02_bg02.png) no-repeat left bottom;
}

/* お見積もりバナー */
#conts .contactBn {
	margin-bottom: 60px;
	width: 100%;
	border: 4px solid #E6829B;
	border-radius: 6px;
	text-align: center;
	padding: 20px 0 0;
}

#conts .contactBn p {
	margin: 0!important;
	padding: 0!important;
}
#conts .contactBn a {
	margin: 20px 0;
	display: inline-block;
}

/*------------------------------------------------------------
	borderbox内タイトル
------------------------------------------------------------*/
#conts .numTtl dt {
	float: left;
}

#conts .numTtl dd {
    font-size: 1.462em;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-left: 60px;
    padding-top: 9px;
}

#conts .numTtl dd.answerTtl {
	color: #CC0033;
}

/*------------------------------------------------------------
	インデント
------------------------------------------------------------*/
.contsBox .subTxt {
	margin: 10px 0 10px;
	font-size: 0.85em;
	text-indent:-1em;
	padding-left:1em;
}

/*------------------------------------------------------------
	下層　タブ
------------------------------------------------------------*/
#conts .tabChange .tabList ul {
	padding: 0 3px;
} 

#conts .tabChange .tabList li {
	float: left;
} 

#conts .tabChange .tabList li a {
	padding: 15px 0 15px;
	width: 116px;
	display: block;
	color: #fff;
	font-size: 0.923em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

#conts .tabChange .tabList li.double a {
	padding: 9px 0 5px;
}

#conts .tabChange .tabList li .style {
	padding: 7px 0;
}

#conts .tabChange .tabTop {
	margin-bottom: 30px;
	background: url(/https/html-coding.co.jp/img/common/tab_border01.png) repeat-x left bottom;
} 

#conts .tabChange .tabTop li a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg01.png) no-repeat;
} 

#conts .tabChange .tabTop li a:hover {
	background: url(/https/html-coding.co.jp/img/common/tab_bg01_over.png) no-repeat;
} 

#conts .tabChange .tabTop li.current a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg01_over.png) no-repeat;
} 

#conts .tabChange .tabTop li.form a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg04.png) no-repeat;
}

#conts .tabChange .tabTop li.form a:hover {
	background: url(/https/html-coding.co.jp/img/common/tab_bg04_over.png) no-repeat;
}

#conts .tabChange .tabBottom {
	background: url(/https/html-coding.co.jp/img/common/tab_border03.png) repeat-x right top;
} 

#conts .tabChange .tabBottom li a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg02.png) no-repeat;
} 

#conts .tabChange .tabBottom li a:hover {
	background: url(/https/html-coding.co.jp/img/common/tab_bg02_over.png) no-repeat;
} 

#conts .tabChange .tabBottom li.current a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg02_over.png) no-repeat;
} 

#conts .tabChange .tabBottom li.form a {
	background: url(/https/html-coding.co.jp/img/common/tab_bg05.png) no-repeat;
}

#conts .tabChange .tabBottom li.form a:hover {
	background: url(/https/html-coding.co.jp/img/common/tab_bg05_over.png) no-repeat;
}

/*------------------------------------------------------------
	ボーダーのアニメーションロールオーバー
------------------------------------------------------------*/
.bdrRollover {
	-webkit-transition-property: border-color;
	-webkit-transition-duration: 0.5s;
	-webkit-timing-function: linear;
	-webkit-transition-delay: 0;
	-moz-transition-property: border-color;
	-moz-transition-duration: 0.5s;
	-moz-timing-function: linear;
	-moz-transition-delay: 0;
	transition-property: border-color;
	transition-duration: 0.5s;
	timing-function: linear;
	transition-delay: 0;
}

.bdrRollover:hover {
	border-color: #0092CE !important;
}

/*------------------------------------------------------------
	フェードアウトのアニメーションロールオーバー
------------------------------------------------------------*/
.fadeRollover {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-webkit-timing-function: linear;
	-webkit-transition-delay: 0;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-moz-timing-function: linear;
	-moz-transition-delay: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	timing-function: linear;
	transition-delay: 0;
}

.fadeRollover:hover {
	opacity: 0;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#conts .comLink {
	margin-bottom: 0px;
	padding-left: 15px;
	line-height: 1.75;
	background: url(/https/html-coding.co.jp/img/common/icon/arrow02.png) no-repeat left 5px;
}
/*
#conts .comLink a {
	text-decoration: underline;
}

#conts .comLink a:hover {
	text-decoration: none;
}
*/
/*------------------------------------------------------------
  comTextList
------------------------------------------------------------*/
#conts .comTextList {
	margin-bottom: 20px;
}

#conts .comTextList li {
	padding: 0 0 3px 10px;
	background: url(/https/html-coding.co.jp/img/common/icon/icon01.gif) no-repeat left 8px;
}

#conts .comTextList li span {
	color: #CC0033;
}

/*------------------------------------------------------------
  comTextList02
------------------------------------------------------------*/
#conts .comTextList02 {
	clear: both;
}

#conts .comTextList02 li {
	padding-left: 1em;
	font-size: 0.85em;
	text-indent: -1em;
}

/*------------------------------------------------------------
  comTableA 
------------------------------------------------------------*/
#conts .comTableA {
	margin-bottom: 16px;
	width: 100%;
	border-collapse: collapse;
}

#conts .comTableA th,
#conts .comTableA td {
	padding: 7px 10px;
	line-height: 1.5;
	vertical-align: middle;
	border: 1px solid #CCC;
}

#conts .comTableA th {
	font-weight: normal;
	text-align: left;
	background-color: #F6F6F6;
}

#conts .comTableA td {
	color: #CC0033;
	font-weight: bold;
	text-align: right;
}

/*------------------------------------------------------------
  comTable 
------------------------------------------------------------*/
#conts .comTable {
	margin-bottom: 18px;
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .comTable td {
	padding: 6px 10px 4px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #CCC;
}

#conts .comTable th {
	font-weight: normal;
	background-color: #F6F6F6;
}

#conts .comTable td .comTextList {
	margin-bottom: 0;
}

#conts .comTable td .comTextList li {
	padding-bottom: 3px;
	background: url(/https/html-coding.co.jp/img/common/icon/icon01.gif) no-repeat left 6px;
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
#conts .contsBox .comInner {
	padding: 12px 23px 17px !important;
}

#conts .contsBox .comInner .image {
	padding-top: 6px !important;
	width: 150px;
	float: left;
}

#conts .contsBox .comInner .image .photo {
	margin-bottom: 20px;
}

#conts .contsBox .comInner .image dt {
	padding: 1px 0 0 4px;
	font-size: 0.846em;
	line-height: 1.5;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
}

#conts .contsBox .comInner .image dd {
	padding: 8px 0 6px 4px;
	font-size: 0.846em;
	line-height: 1.5;
}

#conts .contsBox .comInner .image dd li {
	padding-bottom: 0;
	background: url(/https/html-coding.co.jp/img/common/icon/icon01.gif) no-repeat left 5px;
}

#conts .contsBox .comInner .image .ddStyle {
	color: #CC0033;
	font-size: 1.2em;
	font-weight: bold;
	word-wrap: break-word;
}

#conts .contsBox .comInner .text {
	width: 494px !important;
	float: right;
}

#conts .contsBox .comInner .text .title {
	padding-left: 0px;
	margin-bottom: 7px !important;
	color: #006699;
	font-size: 1.462em;
	font-weight: bold;
	background: none;
}

/*------------------------------------------------------------
	comBorderBox
------------------------------------------------------------*/
#conts .contsBox .comBorderBox {
	margin-bottom: 20px;
	clear: both;
}

#conts .contsBox .comBorderBox .inner {
	padding: 16px 23px 21px !important;
}

#conts .contsBox .comBorderBox .inner .image {
	padding-top: 2px;
	float: left;
}

#conts .contsBox .comBorderBox .inner .text {
	width: 544px !important;
	float: right;
}

/* #conts .contsBox .comBorderBox .inner .text h4 */
#conts .contsBox .comBorderBox .inner .text h3 {
	margin-bottom: 7px;
	padding-left: 22px;
	background: url(/https/html-coding.co.jp/img/common/icon/h5_circle.png) no-repeat left 2px;
	font-size: 1.154em;
}

#conts .contsBox .comBorderBox .inner .text .comTextP {
	margin-bottom: 6px !important;
	font-size: 0.923em;
	line-height: 1.5 !important;
}

/*------------------------------------------------------------
	404NotFound
------------------------------------------------------------*/
#error404 #main {
	width: 960px;
}

#error404 #conts {
	width: auto;
	float: none;
}

#error404 #conts .inner {
	margin-bottom: 40px;
}

#error404 #conts .image {
	margin-left: 20px;
	float: right;
}

#error404 #conts .last {
	margin-bottom: 0;
}

#error404 #conts .btn {
	margin: 0 auto;
	width: 230px;
}

/*------------------------------------------------------------
	トラッキングコードでスペースできないように
------------------------------------------------------------*/
.trackTags {
	display: none;
}

/*------------------------------------------------------------
	フロントエンドエンジニアの教科書紹介バナー
------------------------------------------------------------*/
#book {
	margin: 15px 0 0 -3px;
	padding-bottom: 25px;
	width: 716px;
	min-height: 183px;
	background: url(/https/html-coding.co.jp/img/common/book/book_bg.png) no-repeat left bottom;
	position: relative;
}

#book .ttl {
	margin-bottom: 0;
}

#book .pr {
	padding-right: 15px !important;
	font-size: 12px !important;
	line-height: 1.6 !important;
}

#book .img {
	position: absolute;
	top: 13px;
	left: 12px;
}

#book .pr {
	margin: 10px 0 0 178px !important;
}

#book .signature {
	margin: 14px 0 0 178px !important;
	color: #666 !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
}

#book .amazon {
	width: 164px;
	height: 28px;

	position: absolute;
	bottom: 25px;
	left: 524px;
}

/*------------------------------------------------------------
	文字の強調表現
------------------------------------------------------------*/
.att1 {
	color: #C03;
	font-weight: bold;
}


/*------------------------------------------------------------
	サイトシール
------------------------------------------------------------*/
#siteSeal {
	margin: -148px auto 0;
	width: 960px;
}

#siteSeal a {
	display: block;
	float: left;
}


/*------------------------------------------------------------
	NDA
------------------------------------------------------------*/
#conts #nda p {
	margin-bottom: 12px;
}
#nda {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 40px auto 30px;
	padding: 25px;
	border: 1px solid #CCC;
	width: 958px;
	font-size: 14px;
}

#nda .wrap {
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
}

#nda .ttl {
	font-size: 18px;
	font-weight: bold;
}

#nda .download a {
	padding-left: 15px;
	background: url(/https/html-coding.co.jp/img/common/icon/arrow_right02.png) no-repeat 0 center;
	color: #111;
}

#nda dl {
	margin-top: 20px;
}

#nda dt {
	margin-right: 40px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

#nda dd {
	float: left;
	width: 516px;
}

#nda dd p {
	margin: 0;
	line-height: 1.7;
}

#nda dd .company {
	margin-bottom: 0 !important;
	font-size: 16px;
}

#nda dd .contact p {
	margin-top: 5px;
	display: inline-block;
}

#nda dd .contact .tel {
	margin-bottom: 0 !important;
	margin-right: 28px;
}

#nda dd .contact .tel span {
	font-weight: bold;
}

#nda dd .contact a {
	color: #003E79;
}


/*------------------------------------------------------------
for develop
------------------------------------------------------------*/

.c-dev-title1 {
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 6px 0 6px 15px;
    font-size: 1.6rem;
    margin: 60px 0 20px 0;
}

.c-dev-title2 {
    background: #888;
    color: #fff;
    line-height: 1;
    padding: 6px 0 6px 30px;
    font-size: 1.3rem;
    margin: 50px 0 10px 0;
}

/*------------------------------------------------------------
CTA
------------------------------------------------------------*/
.c-cta {
	position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 11;
}

.c-cta .c-cta__inner {
	position: relative;
	display: block;
}

.c-cta .c-cta__close {
    position: absolute;
    right: 10px;
    top: -10px;
    z-index: 12;
}