@charset "utf-8";

/*
@package WordPress
@subpackage エフ・ユー
@last modified 20150804
*/

/* ==================================
	編集ボタン
================================== */
.editlink {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	line-height: 1;
	z-index: 9999;
	background: #ccc;
}
.editlink a {
	display: block;
	padding: 5px 0;
	width: 100px;
	background: #000;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.editlink a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media only screen and (min-width: 0) and (max-width: 949px) {
	.editlink {
		display: none;
	}
}

/* ==================================
	トップ - 汎用スタイル
================================== */

a:hover img {
	opacity: 0.7;
}
@media only screen and (min-width: 0) and (max-width: 949px) {
	img {
		width: 100%;
		height: auto;
	}
}

/* ==================================
	トップ - ヘッダコンテンツ
================================== */
/* メインイメージ */
#top_mainimg {
	position: relative;
	width: 950px;
	margin: 0 auto 15px;
	overflow: hidden;
	z-index:100;
}
#top_mainimg ul {
	width: 950px;
	height: auto;
	overflow: hidden;
}
#top_mainimg li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#top_mainimg li img {
	width: 100%;
	height: auto;
}
#top_mainimg #dummyimg img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 0) and (max-width: 949px) {
	#top_mainimg {
		width: 100%;
		height: auto;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	 #top_mainimg ul {
		width: 100%;
	}
}


/* ==================================
	トップ - コンテンツ全体
================================== */
#top_contents {
}
#top_contents>div {
	position: relative;
	margin-bottom: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media only screen and (min-width: 0) and (max-width: 949px) {
	#top_contents{
		width:100%;
		margin:0 0 10px;
	}
	#top_contents ul{
		width:100%;
		margin:0 0 10px;
	}
	#top_contents>div {
		width:100%;
		margin:0 0 10px;
		padding: 10px;
	}
}

/* ==================================
	トップ - メインコンテンツ
================================== */

/* ガス事業・省エネの経験 */
#top_intro{
	border: 1px solid #c9c9c9;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	background-image: url("./images/top_intro_bg.png");
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
#top_intro .title{
	font-size: 28px;
	font-size: 2.8rem;
	color: #000;
	padding-bottom: 10px;
}
#top_intro .subtitle{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #b5151e;
}
#top_intro .note{
	font-size: 1.5px;
	font-size: 1.5rem;
	color: #333;
	line-height: 20px;
	width: 630px;
}

/* 事業所移転のお知らせ */
/*#top_iten{
	border: 1px solid #c9c9c9;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
#top_iten .line {
	padding-bottom: 10px;
}

#top_iten .title {
	font-size: 28px;
	font-size: 2.8rem;
	color: #000;
}
#top_iten .subtitle{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #b5151e;
	padding-left: 30px;
}
#top_iten .note{
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	line-height: 20px;
}

#top_iten .note_link {
	padding-left: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}*/

/* ガス自由化・省エネ・教育 共通 */
#top_gas,#top_saving,#top_education {
	width: 310px;
	padding: 15px 20px 20px;
	float: left;
}
.gas.title,.saving.title,.education.title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	text-shadow: 2px 2px 3px #ccc;
	padding-bottom: 5px;
	height: 60px;

}
.gas.note,.saving.note,.education.note {
	font-size: 15px;
	font-size: 1.5rem;
	color: #333;
	line-height: 20px;
	letter-spacing: 0.2px;
	height: 130px;
	padding-top: 1em;
}
.gas.kwsk,.saving.kwsk,.education.kwsk {
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	border: 2px solid #fff;
}
.gas.kwsk:hover,.saving.kwsk:hover,.education.kwsk:hover {
	opacity: 0.7;
}
.gas.kwsk a,.saving.kwsk a,.education.kwsk a {
	display: block;
	color: #fff;
}
.gas.kwsk a:hover,.saving.kwsk a:hover,.education.kwsk a:hover {
	text-decoration: none;
}

/* ガス自由化 */
#top_gas {
	border-top: 8px solid #a3c7f2;
	background: #d6e6f9;
	margin-right: 10px;
}
#top_gas .title {
	color: #0b3e8e;
}
#top_gas .kwsk {
	background: #206db4;
	background: -moz-linear-gradient(top,  #206db4 0%, #11418c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206db4), color-stop(100%,#11418c));
	background: -webkit-linear-gradient(top,  #206db4 0%,#11418c 100%);
	background: -o-linear-gradient(top,  #206db4 0%,#11418c 100%);
	background: -ms-linear-gradient(top,  #206db4 0%,#11418c 100%);
	background: linear-gradient(to bottom,  #206db4 0%,#11418c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#206db4', endColorstr='#11418c',GradientType=0 );
}

/* 省エネ */
#top_saving {
	border-top: 8px solid #b7debb;
	background: #f0f8f1;
	margin-right: 10px;
}
#top_saving .title {
	color: #006837;
}
#top_saving .kwsk {
	background: #009245;
	background: -moz-linear-gradient(top,  #009245 0%, #006837 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009245), color-stop(100%,#006837));
	background: -webkit-linear-gradient(top,  #009245 0%,#006837 100%);
	background: -o-linear-gradient(top,  #009245 0%,#006837 100%);
	background: -ms-linear-gradient(top,  #009245 0%,#006837 100%);
	background: linear-gradient(to bottom,  #009245 0%,#006837 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009245', endColorstr='#006837',GradientType=0 );
}

/* 教育 */
#top_education {
	border-top: 8px solid #f9c38c;
	background: #fdecdb;
}
#top_education .title {
	color: #f15a24;
	line-height: 54px;
}
#top_education .kwsk {
	background: #f47e53;
	background: -moz-linear-gradient(top,  #f47e53 0%, #dc633b 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47e53), color-stop(99%,#dc633b));
	background: -webkit-linear-gradient(top,  #f47e53 0%,#dc633b 99%);
	background: -o-linear-gradient(top,  #f47e53 0%,#dc633b 99%);
	background: -ms-linear-gradient(top,  #f47e53 0%,#dc633b 99%);
	background: linear-gradient(to bottom,  #f47e53 0%,#dc633b 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47e53', endColorstr='#dc633b',GradientType=0 );
}

/* ガス主任技術者試験受験講座・お仕事情報 共通 */
#top_course_el,#top_course,#top_job, #top_gashoan, #top_course,#side_shikaku,#shikaku-info{
	width: 310px;
	float: left;
	padding: 10px;
	background: #e6e6e6;
	text-align: center;
}

/* 経験者のみなさまへ */
#top_expert {
	width: 630px;
	float: right;
	padding: 10px;
	background: #e6e6e6;
}
.top_expert_inner {
	text-align: center;
	background:url("images/top_expert_inner_bg.png"),-moz-linear-gradient(top center, #f9003c 0%, #6c021c 100%);
	background: url("images/top_expert_inner_bg.png"),#e54f56;
	background: url("images/top_expert_inner_bg.png"),-moz-linear-gradient(top,  #e54f56 0%, #b5151e 100%);
	background: url("images/top_expert_inner_bg.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54f56), color-stop(100%,#b5151e));
	background: url("images/top_expert_inner_bg.png"),-webkit-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: url("images/top_expert_inner_bg.png"),-o-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: url("images/top_expert_inner_bg.png"),-ms-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: url("images/top_expert_inner_bg.png"),linear-gradient(to bottom,  #e54f56 0%,#b5151e 100%);
	background-repeat: no-repeat;
	background-position: 5%;
	padding: 21px 15px 20px 220px;
}
.top_expert_inner .title{
	padding-bottom: 20px;
}
.top_expert_inner .tel{
	padding-bottom: 5px;
}

/*ニュース&トピックス*/
#top_news {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 630px;
	height: 328px;
	float: right;
	padding: 10px;
	background: #e6e6e6;
}

.top_news_inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	padding: 18px 25px;
	width: 100%;
	height: 100%;
}


.top_news_inner_arrow {
	padding-left: 30px;
}

.top_news_thumb {
	float: left;

}

.top_news_thumb a img{
	display: block;
	width: 60px;
	height: 60px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top_news_thumb a:hover {
	opacity: 0.8;
}

.top_news_pagelist {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.top_news_pagelist:last-child{
	border-bottom: none;
}

.top_news_pagelist_content li {
	float: left;
	padding-right: 20px;
}

.top_news_pagelist_content li:last-child {
	padding-right: 0;
}

.top_news_pagelist_content li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.top_news_pagelist_postdate {
	float: left;
	padding: 8px 15px 8px 20px;
	width: 100px;
	display: block;
	letter-spacing: 0;
	line-height: 18px;
}

.top_news_pagelist_posttitle {
	float: left;
	width: 365px;
	padding-top: 6px;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
}

.top_news_pagelist_posttitle a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.top_news_pagelist_posttitle a:hover {
	color:#b5151e;
}


@media only screen and (min-width: 0) and (max-width: 949px) {
	#top_news {
		height: auto;
	}

	.top_news_inner {
		height: auto;
		padding: 15px;
	}

	.top_news_inner_title img {
		max-width: 250px;
	}

    .top_news_pagelist_postdate {
		padding: 0 10px 5px 10px;
		display: block;
	}

	.top_news_pagelist_posttitle {
		width: 100%;
		padding-top: 12px;
		display: block;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
	}

	.top_news_inner_arrow {
		padding: 0;
		display: block;
		text-align: right;
	}

}

@media only screen and (min-width: 0) and (max-width: 949px) {

	#top_iten .title,
	#top_iten .subtitle,
	#top_iten .note,
	#top_iten .note_link {
		display: block;
		padding-left: 0px;
		padding-bottom: 10px;
	}
	#top_iten .line{
		padding-bottom: 10px;
	}
	#top_intro {
		padding: 15px;
		background-image: none;
	}
	#top_intro .title,
	#top_iten .title{
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 24px;
	}
	#top_intro .subtitle,
	#top_iten .subtitle{
		font-size: 18px;
		font-size: 1.8rem;
	}
	#top_intro .note,
	#top_iten .note{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		width: 100%;
	}
	#top_course img,#top_job img {
		max-width: 290px;
	}
	.top_expert_inner {
		background: -moz-linear-gradient(top center, #f9003c 0%, #6c021c 100%);
		background: #e54f56;
		background: -moz-linear-gradient(top,  #e54f56 0%, #b5151e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54f56), color-stop(100%,#b5151e));
		background: -webkit-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
		background: -o-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
		background: -ms-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
		background: linear-gradient(to bottom,  #e54f56 0%,#b5151e 100%);
		padding: 10px;
	}
	.top_expert_inner .title img {
		max-width: 354px;
	}
	.top_expert_inner .tel img,
	.top_expert_inner .mail img {
		max-width: 185px;
	}
}

/* 2016.05.27 add */
.deadline {
	padding-top: 15px;
	font-weight: bold;
}
/* #shikaku_banner{
	width: 310px;
	box-sizing: border-box;
	float: left;
	padding: 10px;
	background: #e6e6e6;
	text-align: center;
}
#shikaku_banner img{
	display: inline-block;
	padding:0;
}
#shikaku_banner img.header{
	margin-bottom: 10px;
} */