@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
html{
}
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	min-width: 1000px;  
}

header {
	width:100%;
	height:530px;
	margin-top:0 !important;
}
body.page header {
	width:100%;
	height:180px;
}
body.home #contents{
	width: 100%;
}
body.page #contents {
	width: 980px;
	margin: 0 auto;
}
#contents:after {
  content: "";
  clear: both;
  display: block;
}

a {
	color:#22b573;
	transition:all 0.2s ease 0s;
}
a:hover {
	color:#144d8d;
	transition:all 0.2s ease 0s;
	text-decoration:none;
}

h1 {
	font-size:28px;
}

h2 {
	margin-top:30px;
	margin-bottom:10px;
	font-size:32px;
	color:#333;
	text-align:center;
}
h2.mk{
	background-image:url(../images/h2-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:30px;
	text-align:left;
	padding-left:35px;
	margin-bottom:30px;
	margin-top:50px;
}

h3 {
	margin-bottom:30px;
	font-size:20px;
	color:#22b573;
	font-weight:bold;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
	font-size:15px;
}

img {
	/*vertical-align:bottom;*/
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
dl{
	font-size:16px;
	margin-left:15px
}
dt {
	margin-bottom:0.5em;
	background-image: url(../images/list-icon.png);
	background-position:left 7px;
	background-repeat:no-repeat;
	padding-left:15px;
	float:left;
	margin-right:30px;
}

dl.mailform{
	margin:0px;
}

dd {
	margin-bottom:0.7em;
	overflow:hidden;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
/*.threeCol {
	overflow:hidden;
	margin-bottom:20px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:380px;
	float:left;
	margin-right:2%;
}
.threeColInner div:last-of-type {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
}*/

/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	font-size:26px;
	padding:1% 1% 1% 80px;
	color:#fff;
	text-decoration:none;
	background:#22b573 url('../images/download-icon.png') 35px 45% no-repeat;
	transition:all 0.2s ease 0s;
	width:30%;
}
.btn01 a:hover {
	background:#2e2e2e url('../images/download-icon.png') 35px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}
/* 装飾 */
p.read{
	border: 1px solid #b3b3b3;
	padding:15px;
	line-height:1.2em !important;
}


/* 主な機能 */
.kinou{
	background-image:url(../images/bg-kinou.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	padding:80px 0 50px 0;
	position:relative;
}
div.icon{
	display:block;
	position:absolute;
top: -60px;
left: 0;
right: 0;
bottom: 0;
margin:0 auto;
width:121px;
height:121px;
	/*left:50%;
	top:-60px;
	margin-left:-121px;*/
}
.kinou_inner{
	width:780px;
	margin:0 auto;
}
.kinou h2{
	color:#FFFFFF;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:0px;
	text-shadow:2px 2px 1px rgba(0,0,0,0.5);
}
.kinou h2 span{
	font-size:15px;
	margin-left:30px;
	text-shadow:2px 2px 1px rgba(0,0,0,0.5);
}
.kinou p{
	color:#FFFFFF;
}

/**/
a.download{
	border:1px solid #b3b3b3;
	text-align:center;
	display:block;
	width:230px;
	height:230px;
	transition:all 0.2s ease 0s;
	float:left;
	margin-right:40px;
}
a.download img{
	margin-top:50px;
}
a.download:hover{
	opacity:0.7;
	transition:all 0.2s ease 0s;
}
.boxR{
	float:left;
	width:700px;
}

/* 免税軽油システムとは */
.about{
	padding:80px 0 0 0;
	width:740px;
	margin: 0 auto;
}
.about h2{
	text-align:left;
	margin-top:0px;
	font-size:30px;
}
.about p{
	font-size:14px;
	line-height:1.8em;
}
.about .imgL img{
	margin-right:35px;
}
/* お知らせ */
.info{
	background-color:#f2f2f2;
	padding:50px 0;
	clear:both;
	margin-top:80px;
}
.info_inner{
	width:890px;
	margin:0 auto;
	background:#fff;
	padding:20px 25px;
}
.info h2{
	margin-top:0px;
	text-align:left;
	font-size:30px;
	background-image:url(../images/info-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:35px;
}

/* パンくず */
.breadcrumb {
  padding-left:0;
  margin-left:0;
  margin-top:20px;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  margin-left:0px;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li a:hover {
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
.login{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 660px;
	height: 350px;
	z-index: 10;
	text-align:center;
    background-color: rgba(255,255,255,0.8);
}
header h1 {
	margin-top:60px;
}
.login p a.btn{
	background-color:#2992d3;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
	display:block;
	width:30%;
	padding:7px;
	margin:30px auto 20px auto;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.login p a.btn:hover{
	background-color:#22b573;
}
body.page header{
	background-color:#000000;
	background-image:url(../images/photo02.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position:relative;
}
body.page header::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.50);
  }
body.page header .box{
position: absolute;
  width: 100%;
  text-align: center;
}
body.page header h1 {
	margin-top:0px;
	color:#FFFFFF;
	text-align:center;
	font-size:37px;
	padding-top:60px;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:10px 0;
	opacity:0.8;
	background:#000;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0 0 0;
	font-size:14px;
	text-align:center;
}
footer a{
	text-decoration:none;
}
.footer_inner{
	width:1000px;
	margin:0 auto;
}
footer h2{
	margin-bottom:0px;
}
.footer-menu{
	background-color:#f2f2f2;
	margin-top:40px;
	padding:50px 0;
	text-align:left;
}
.footer-menu:after {
  content: "";
  clear: both;
  display: block;
}
.footer-menu h2{
	margin-top:0px;
	font-size:24px;
	text-align:left;
}
.footer-menu .tel p{
	font-size:44px;
	font-weight:bold;
	text-align:right;
	line-height:1.4em;
	margin-bottom:0px;
}
.footer-menu .tel img{
	margin-right:10px;
}
.footer-menu .tel span{
	background-color: #FFFFFF;
	font-size: 15px;
	display: block;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	line-height: inherit;
	border-radius: 100px;        /* CSS3草案 */
	-webkit-border-radius: 100px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 100px   /* Firefox用 */
}
.add{
	width:50%;
	float:left;
}
.tel{
	width:40%;
	float:right;
}
.bottom{
	background-color:#1a1a1a;
	color:#FFFFFF;
	font-size:15px;
	padding:15px 0px;
}
.bottom p{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background: #22b573;
	transition:all 0.2s ease 0s;
}
.totop img:hover {
	background: #000;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}

nav{
	display:none;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	/*#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}*/
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	/*h2 {
		margin-top:30px;
	}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}*/
}
