@charset "utf-8";
/*
Theme Name:横田石油株式会社-2017-Theme
Theme URI: http://www.ex.jp
Version: 1.0
*/


/*
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
'Noto Sans JP'
*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++

テンプレート部分のスタイルを記述する
コンテンツ部分は、別スタイルシートにて記述し、ページごとにリンクを変更する

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

globalHead
globalNav
globalFoot

color: #2d3135;


^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

^666
==投稿詳細スタイル==


===レスポンシブ ブレークポイント
//MAX幅960px
.wrap {
	width:960px;}
.wrap {
	width:95%;
	margin:0 2.5%;}
//タブレット
@media only screen and (min-width: 1008px) {}
@media only screen and (max-width: 1000px) {}
//タブレット小
@media only screen and (max-width: 767px) {}

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）
normalize.css 使用

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

/* Corrects inline-block display not defined in IE8/9. */
audio,canvas,video {display: inline-block;}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) { display: none; height: 0;}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */
[hidden] {display: none;}


/* =============================================================================
   Base
   ========================================================================== */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;}

/* Removes default margin. */
body { margin: 0;}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0;}


/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted;}

/* Improves readability when focused and also mouse hovered in all browsers. */
a:hover,a:active { outline: 0;}


/* =============================================================================
   Typography
   ========================================================================== */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1,h2,h3,h4,h5 { line-height:1.25em; margin:0.3em 0 0.15em 0;}

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] { border-bottom : 1px dotted;}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b, strong { font-weight : bold;}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic;}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0; color: #000;}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em;}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;}


/*Sets consistent quote types.*/
q { quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small { font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;}

sup { top: -0.5em;}
sub { bottom: -0.25em;}


/*=================================================================
   Embedded content
=================================================================*/

/*Removes border when inside `a` element in IE 8/9.*/
img {
	max-width :100%;
	height:auto;
	vertical-align: middle;
	border: 0;}

/* IE8 max-widthバグへの対応 uaにてie8時はbodyにクラス名を付ける */
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) { overflow: hidden;}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/
figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */

/* Define consistent border, margin, and padding*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/
button,input {line-height: normal;}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */
button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default;}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */}

/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;}

/* Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0;}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* Remove most spacing between table cells */
table {
    border-collapse: collapse;
    border-spacing: 0;}







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   Typography
   ========================================================================== */

html {
	font-size: 100%;
	color: #5f5f5f;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;}

h1 { font-size: 2em;}
h2 { font-size: 1.8em;}
h3 { font-size: 1.6em;}
h4 { font-size: 1.4em;}
h5 { font-size: 1.2em;}
h6 { font-size: 1em;}

p,dt,dd,li,th,td,caption{ font-size:1em; line-height:1.75em; letter-spacing:0.05em;}

p { padding:0.5em 0;}

a { color:#5f5f5f; text-decoration:none; }
a:hover { color:#108ccf; text-decoration:none; }
a:focus { color:#108ccf; }

a.decoChg { text-decoration:underline; }
a.decoChg:hover { text-decoration:none; }


a[href$=".pdf"]:before{
	content: '\f1c1';
	font-size:18px;
	color:#D30003;
	display:inline-block;
	font-family: "FontAwesome";
	margin-right:10px;
	top:1px;
    position: relative;}

a.imgOver:hover img{
	zoom: 1;  
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha( opacity=50 ); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .50; /* Safari 1.x */
    -moz-opacity: .50; /* FF lt 1.5, Netscape */
}

a.bgOver:hover {
	zoom: 1;  
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha( opacity=50 ); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .50; /* Safari 1.x */
    -moz-opacity: .50; /* FF lt 1.5, Netscape */
}

ul,ol { padding:0.5em 0 0.5em 2%;}
ul {}
ol { list-style:decimal;}
ol li {}

table { width: 100%;}
table th, table td { vertical-align: top; padding:15px 40px; border-bottom:1px dotted #a1a1a1; text-align: left; font-weight: normal;}
table tr:first-child { border-top:1px dotted #a1a1a1;}
table thead th, table thead td { text-align:center; background:#8e8e8e; color: #FFF !important; font-weight:bold; border-right: 1px solid #FFF;}
table ul,table ol { list-style-position: inside;}
@media only screen and (max-width: 767px) {
	table th, table td { padding:15px 20px;}
}
@media only screen and (max-width: 425px) {
	table th,table td{
		text-align:left;
		padding:15px 20px;
		width:auto;
		display:block;}
	table th{
		padding:10px 20px;
		text-align: center;}
}

hr { background-color: #ddd; border: 0; clear:both;	height: 1px; margin:2em 1em 3em 1em;}

.video-container { position:relative; margin:0 0 0.5em 0; padding-bottom: 56.25%; padding-top:30px; height:0; overflow:hidden;}
.video-container iframe,
.video-container object,
.video-container embed { position:absolute; top:0; left:0; width:100%; height:100%;}






/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/* =============================================================================
   汎用スタイル
   ========================================================================== */

body {}
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearbefore {
	clear:both;}
.wrap {
	width:960px;
	margin:0 auto;}
.wraps {
	width:830px;
	margin:0 auto;}
.border {padding:0!important;}
.border .wraps{border-top:1px dotted #ccc;padding:70px 0;}
@media only screen and (min-width: 1011px) {
/* 基本通常スタイルで対応で、イレギュラーな場合に使用 */
}
@media only screen and (max-width: 1010px) {
/* wrap960以下の場合 */
	body {
		font-size:100%;}
	.wrap {
		width:95%;
		margin:0 2.5%;}
	.wraps {
		width:95%;
		margin:0 2.5%;}
}
@media only screen and (max-width: 767px) {
/* タブレット以下（スマホ）の場合 */
	body {
		font-size:87.5%;}
	.border {padding:0!important;}
.border .wraps{border-top:1px dotted #ccc;padding:40px 0;}
}



/*
fonticon
a:before {
	font-family: FontAwesome;
	content:"\f1fa";
	text-indent:1px;}
*/

/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/




/* ==========================================================================
   Header
   #globalHead
   ========================================================================== */
#globalHead {
	z-index: 500;
	top: 0;
	background: #FFF;
	right: 0;
	left: 0;
	width: 100%;
	letter-spacing: 0;}
	#globalHead {
		position: fixed;}
#globalHead .wrap {}

/* :::::: globalHead inside :::::: */
#globalHead h2 {
	float: left;
	margin: 0;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 4px;}
#globalHead h2 a {
	width: 200px;
	display: block;}
#globalHead nav.gnav {
	float: right;}
#globalHead nav.gnav ul {
	margin: 0;
	padding: 0;
	list-style: none;}
#globalHead nav.gnav ul li {
	float: left;
	position: relative;
	
	padding: 0 25px;}
#globalHead nav.gnav ul li.linktop {
	display: none;}
#globalHead nav.gnav ul li a {
position:relative;
	display: block;
	overflow:hidden;
	color: #003279;
	height: 60px;
	text-decoration: none;
	line-height: 60px;
	padding: 0;
	}
#globalHead nav.gnav ul li.current a {
	color: #108ccf;
	}
	
#globalHead nav.gnav ul > li.current > a::after,
#globalHead nav.gnav ul > li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #003279;
  transition: all 200ms 0s ease;
	opacity:0;
}
#globalHead nav.gnav ul > li.current > a::after{opacity:1!important;bottom:0!important;}
#globalHead nav.gnav > ul > li > a:hover::after {
  bottom:0;
	opacity:1;
	transition: all 200ms 0s ease;
	
}
#globalHead nav.gnav ul li.current > a:hover::after{
	bottom:-4px;
	opacity:0;
}
	
#globalHead nav.gnav ul li ul.sub-nav {
	overflow: hidden;
	display: none;
	background: #FFF;
    position: absolute;
    top: 100%;
	padding: 10px;
    left: 25px;
    width: 15em;}
#globalHead nav.gnav ul li ul.sub-nav li {
	float: none;
	padding: 0;}
#globalHead nav.gnav ul li ul.sub-nav li a {
	padding: 10px;
	height: auto;
	color: #7b7b7b;
	font-size: 0.9em;
	line-height: 1;
	border: none;}
#globalHead nav.gnav ul li ul.sub-nav li a:hover {
	color: #108ccf;}
@media only screen and (max-width: 860px) {
	#globalHead nav.gnav ul li {
		padding: 0 10px;}
	#globalHead nav.gnav ul li a {
		padding: 0 5px;}
}
@media (max-width: 767px) {
	#globalHead h2,
	#globalHead nav.gnav {
		display: block;}
	#globalHead h2 {
		padding: 0;
		height: 54px;
		line-height: 46px;}
    #globalHead nav.gnav {
		z-index:100; 
        position: fixed;
		overflow: auto;
        /* 開いてないときは画面外に配置 */
        top: 0;
		left: 0;
		background: #fff;
        width: 100%;
		height: 100%;
        text-align: center;
        -moz-transform: translateY(-101%);
        -webkit-transform: translateY(-101%);
        transform: translateY(-101%);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;}
    #globalHead nav.gnav ul li {
		float: none;
		padding: 0;}
	#globalHead nav.gnav ul li.linktop {
		display: block;}
	#globalHead nav.gnav ul li a {
		height: auto;
		line-height: 1;
		text-align: left;
		padding: 20px 25px;
		background: #fafafa;
		border-bottom: 1px solid #eee;}
	#globalHead nav.gnav ul li.current a,
	#globalHead nav.gnav ul li a:hover {
		border-bottom: 1px solid #eee;}
	#globalHead nav.gnav ul li ul.sub-nav {
		display: block;
		background: #FFF;
		position: relative;
		top: 0;
		padding: 0;
		left: 0;
		width: auto;}
	#globalHead nav.gnav ul li ul.sub-nav li a {
		padding: 15px 40px;
		color: #7b7b7b;
		font-size: 0.9em;
		line-height: 1;
		border-bottom: 1px solid #eee;}
}

/* :::::: nav-toggle :::::: */
#nav-toggle {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
	padding: 15px 2.5%;
    width: 28px;
    height: 30px;
    cursor: pointer;
    z-index: 101;}
#nav-toggle div {
    position: relative;}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #003279;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;}
#nav-toggle span:nth-child(1) {
    top: 0;}
#nav-toggle span:nth-child(2) {
    top: 10px;}
#nav-toggle span:nth-child(3) {
    top: 20px;}
@media screen and (max-width: 767px) {
	#nav-toggle {
        display: block;}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);}
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;}
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);}
    /* #global-nav スライドアニメーション */
    #globalHead.open nav.gnav {
        /* nav.gnav top + #mobile-head height */
        -ms-transform: none;
		-webkit-transform: none;
		transform: none;}
}




/* ==========================================================================
   Article
   #content
   ========================================================================== */
#content {
	padding-top: 60px;padding-bottom:150px;}
@media only screen and (max-width: 767px) {
	#content {
		padding-top: 54px;padding-bottom:0;}
}




/* ==========================================================================
   Footer
   #globalFoot
   ========================================================================== */
#globalFoot {
	border-top: 1px solid #cbcbcb;
	padding: 30px 0;}
#globalFoot .wrap {
	position: relative;}
#globalFoot .pagetop {
	position: absolute;
	z-index: 10;
	top: -20px;
	right: 0;}
#globalFoot .pagetop a {
	background: url(img/common/img_pagetop.png) no-repeat center center;
	width: 38px;
	height: 43px;
	display: block;
	text-indent: -9999px;}
#globalFoot .pagetop a:hover {
	background: url(img/common/img_pagetop-ov.png) no-repeat center center;}
#globalFoot nav.sitelist {}
#globalFoot nav.sitelist ul {
	margin: 0;
	padding: 0;
	list-style: none;}
#globalFoot nav.sitelist ul li.sitemap-item {
	font-size: 0.9em;
	float: left;}
#globalFoot nav.sitelist ul li.link_0 {
	width: 36%;
	transition-delay: .1s;}
#globalFoot nav.sitelist ul li.link_1 {
	width: 15%;
	transition-delay: .2s;}
#globalFoot nav.sitelist ul li.link_2 {
	width: 25%;
	transition-delay: .3s;}
#globalFoot nav.sitelist ul li.link_3 {
	width: 24%;
	transition-delay: .4s;}
#globalFoot nav.sitelist ul li a {
	font-size: 0.875em;
	display: block;
	color: #5e5e5e;
	text-decoration: none;}
#globalFoot nav.sitelist ul li.link_0 a {
	width: 250px;}
#globalFoot nav.sitelist ul li.sitelist-tit a {
	font-size: 0.94em;
	padding: 5px 0;
	color: #171717;}
#globalFoot nav.sitelist ul li a:hover {
	color: #003279;
	text-decoration: none;}
#globalFoot nav.sitelist ul li p {
	font-size: 0.875em;
	padding-left: 40px;}
#globalFoot ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;}
#globalFoot ul.subnav li {
	font-size: 0.9em;
	margin: 0 1em;
	display: inline-block;}
#globalFoot ul.subnav li a {
	display: block;
	color: #5e5e5e;
	text-decoration: none;}
#globalFoot ul.subnav li a:hover {
	color: #003279;
	text-decoration: none;}
@media only screen and (max-width: 1010px) {
	#globalFoot nav.sitelist ul li p {
		padding-left: 0;}
}
@media only screen and (max-width: 767px) {
	#globalFoot {
		padding: 70px 0 20px 0;
		position: relative;}
	#globalFoot .wrap {
		position: static;}
	#globalFoot .pagetop {
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		text-align: center;}
	#globalFoot .pagetop a {
		background: #24272d;
		width: auto;
		height: auto;
		padding: 15px 0;
		text-decoration: none;
		color: #FFF;
		display: block;
		text-indent: 0;}
	#globalFoot .pagetop a:hover {
		background: #24272d;}
	#globalFoot nav.sitelist {
		margin-bottom: 15px;}
	#globalFoot nav.sitelist ul {
		text-align: center;}
	#globalFoot nav.sitelist ul li.sitemap-item {
		float: none;
		width: auto;
		display: inline-block;}
	#globalFoot nav.sitelist ul li.sitemap-item li {
		display: inline-block;}
	#globalFoot nav.sitelist ul li.sitemap-item li {
		display: none;}
	#globalFoot nav.sitelist ul li.sitemap-item li.sitelist-tit {
		display: inline-block;}
	#globalFoot nav.sitelist ul li.sitemap-item li.sitelist-tit a {
		padding: 5px 10px;}
	#globalFoot nav.sitelist ul li.sitemap-item.link_0 {
		display: block;}
	#globalFoot nav.sitelist ul li.link_0 a {
		display: block;
		margin: 0 auto;}
	#globalFoot nav.sitelist ul li.link_0 p {
		text-align: center;
		margin-bottom: 10px;}
	#globalFoot ul.subnav {
		text-align: center;}
	#globalFoot ul.subnav li {}
	#globalFoot ul.subnav li a {
		font-size: 0.875em;
		padding: 5px 10px;
		display: block;}
}




/* ==========================================================================
   Visual appear animation
   ========================================================================== */

/* :::::: fade up 下から上へ　common.js :::::: */
.fade-up {
	transition-timing-function: ease;
	transition: opacity 0.7s,transform 0.7s;
	-moz-transition: opacity 0.7s,transform 0.7s;
	-webkit-transition: opacity 0.7s,transform 0.7s;
	-o-transition: opacity 0.7s,transform 0.7s;}

/* :::::: fade left 右から左へ　common.js :::::: */
.fade-left {
	transition-timing-function: ease;
	transition: opacity 0.7s,transform 0.7s;
	-moz-transition: opacity 0.7s,transform 0.7s;
	-webkit-transition: opacity 0.7s,transform 0.7s;
	-o-transition: opacity 0.7s,transform 0.7s;}
@media only screen and (max-width: 1030px) {
	.fade-left {
		transform: none !important;}

}

/* :::::: fade up loaded 下から上へ（ファースビュー用）　common.js :::::: */
.fade-up-loaded {
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition-timing-function: ease;
	transition: opacity 0.7s,transform 0.7s;
	-moz-transition: opacity 0.7s,transform 0.7s;
	-webkit-transition: opacity 0.7s,transform 0.7s;
	-o-transition: opacity 0.7s,transform 0.7s;}

/* :::::: fade left loaded 右から左へ（ファースビュー用）　common.js :::::: */
.fade-left-loaded {
	opacity: 0;
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transition-timing-function: ease;
	transition: opacity 0.7s,transform 0.7s;
	-moz-transition: opacity 0.7s,transform 0.7s;
	-webkit-transition: opacity 0.7s,transform 0.7s;
	-o-transition: opacity 0.7s,transform 0.7s;}
@media only screen and (max-width: 1030px) {
	.fade-left-loaded {
		transform: none !important;}
}









/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* float 指定
------------------------------------------*/
.imgLeft {
    float: left;
	margin:0.5em 1em 2em 0;}
.imgRight {
    float: right;
	margin:0.5em 0 2em 1em;}

/* padding 指定
------------------------------------------*/
.noPad { padding:0 !important;}
.pad5 { padding:5px !important;}
.pad10 { padding:10px !important;}
.pad15 { padding:15px !important;}
.pad20 { padding:20px !important;}
.padT5 { padding-top:5px !important;}
.padT10 { padding-top:10px !important;}
.padT15 { padding-top:15px !important;}
.padT20 { padding-top:20px !important;}
.padT30 { padding-top:30px !important;}
.padT40 { padding-top:40px !important;}
.padT50 { padding-top:50px !important;}
.padR5 { padding-right:5px !important;}
.padR10 { padding-right:10px !important;}
.padR15 { padding-right:15px !important;}
.padR20 { padding-right:20px !important;}
.padR30 { padding-right:30px !important;}
.padR40 { padding-right:40px !important;}
.padR50 { padding-right:50px !important;}
.padB5 { padding-bottom:5px !important;}
.padB10 { padding-bottom:10px !important;}
.padB15 { padding-bottom:15px !important;}
.padB20 { padding-bottom:20px !important;}
.padB30 { padding-bottom:30px !important;}
.padB40 { padding-bottom:40px !important;}
.padB50 { padding-bottom:50px !important;}
.padL5 { padding-left:5px !important;}
.padL10 { padding-left:10px !important;}
.padL15 { padding-left:15px !important;}
.padL20 { padding-left:20px !important;}
.padL30 { padding-left:30px !important;}
.padL40 { padding-left:40px !important;}
.padL50 { padding-left:50px !important;}

/* margin 指定
------------------------------------------*/
.noMar { margin:0 !important;}
.mar5 { margin:5px !important;}
.mar10 { margin:10px !important;}
.mar15 { margin:15px !important;}
.mar20 { margin:20px !important;}
.marT5 { margin-top:5px !important;}
.marT10 { margin-top:10px !important;}
.marT15 { margin-top:15px !important;}
.marT20 { margin-top:20px !important;}
.marT30 { margin-top:30px !important;}
.marT40 { margin-top:40px !important;}
.marT50 { margin-top:50px !important;}
.marR5 { margin-right:5px !important;}
.marR10 { margin-right:10px !important;}
.marR15 { margin-right:15px !important;}
.marR20 { margin-right:20px !important;}
.marR30 { margin-right:30px !important;}
.marR40 { margin-right:40px !important;}
.marR50 { margin-right:50px !important;}
.marB5 { margin-bottom:5px !important;}
.marB10 { margin-bottom:10px !important;}
.marB15 { margin-bottom:15px !important;}
.marB20 { margin-bottom:20px !important;}
.marB30 { margin-bottom:30px !important;}
.marB40 { margin-bottom:40px !important;}
.marB50 { margin-bottom:50px !important;}
.marL5 { margin-left:5px !important;}
.marL10 { margin-left:10px !important;}
.marL15 { margin-left:15px !important;}
.marL20 { margin-left:20px !important;}
.marL30 { margin-left:30px !important;}
.marL40 { margin-left:40px !important;}
.marL50 { margin-left:50px !important;}

/* font style
------------------------------------------*/
.fontRed { color:crimson;}
.fontRed2 { color:red;}
.fontBlue { color:#0066CC;}
.fontBlue2 { color:blue;}
.fontGreen { color:green;}
.fontYellow { color:gold;}
.fontYellow2 { color:yellow;}
.fontRem8 { font-size:12px; font-size:0.9rem;}
.fontRem10 { font-size:14px; font-size:1.0rem;}
.fontRem11 { font-size:15px; font-size:1.1rem;}
.fontRem12 { font-size:16px; font-size:1.2rem;}
.fontRem14 { font-size:18px; font-size:1.4rem;}
.fontRem16 { font-size:20px; font-size:1.6rem;}
.fontRem18 { font-size:22px; font-size:1.8rem;}
.fontBold { font-weight:bold;}
.textLeft { text-align:left;}
.textRight { text-align:right;}
.textCenter { text-align:center;}

/* フォームスタイル
------------------------------------------*/
form .imeActive { ime-mode: active; /* 全角モード */}
form .imeInactive { ime-mode: inactive; /* 半角モード */}
form input[type=text], form input[type=email], form input[type=search], form input[type=tel], form input[type=url], form textarea{
	-webkit-appearance: none;
	width:100%;
	font-size: 100%;
	box-sizing: border-box;
	line-height: 1.5em;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
	border:1px solid #DDD;
	padding:3px;}
form .inp100 { width:100% !important;}
form .inp90 { width:90% !important;}
form .inp70 { width:70% !important;}
form .inp50 { width:50% !important;}
form .inp30 { width:30% !important;}
form .inp10 { width:10% !important;}
form label{
	display:block;
	padding:2px 0;}
form input[type=checkbox], form input[type=radio]{
	vertical-align:0;
	margin-right:5px;}
form table{
	margin: 20px 0;}
form table th, form table td{
	padding: 15px 20px;}
form .req{
	line-height: 1.7;
	margin-left: 15px;
	font-size: 0.825em;
	padding: 0 5px;
	display: inline-block;
	background: #d82f2b;
	color: #fff;
	border-radius: 2px;}
form .privacy{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 0.8em;}
form .privacy dl dd.hr{
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;}
form .btn{
	padding:0;
	padding-top: 30px;
	text-align:center;}
form .btn input[type=submit]{
	cursor:pointer;
	padding: 1em 2em;
	max-width: 500px;
	display: block;
	background: #2c2d30;
	border: none;
	color: #FFF;
	letter-spacing: .2em;
	margin:0 auto;}
form input[type=text].inpDisabled {
	border:none;
	padding:0;
	background:none;
	font-weight:bold;}














/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^666
==投稿詳細スタイル==

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/*
color
#1b2d65
#098dea
*/


/* ページングスタイル
------------------------------------------*/
/* htmlコーディング部分
<nav class="paging">
<ul class="pagingNav">
<li class="prevDetail"><span>&laquo;</span></li>
<li class="nextDetail"><a href="*****">&raquo;</a></li>
<li class="first"><span>&laquo;</span></li>
<li class="previous"><span>前へ</span></li>
<li class="current"><span>1</span></li>
<li class="after delta-1 tail"><a href="*****">2</a></li>
<li class="after delta-1 tail"><a href="*****">3</a></li>
<li class="next"><a href="*****">次へ</a></li>
<li class="last"><a href="*****">&raquo;</a></li>
</ul>
</nav>
*/
nav.paging {
	text-align:center;}
nav.paging ul.pagingNav {
	margin: 0;
	padding: 0;
	list-style: none;}
nav.paging ul.pagingNav li {
	display: none;}
nav.paging ul.pagingNav li.home {
	display: block;}
nav.paging ul.pagingNav li.previous {
	float: left;
	display: block;}
nav.paging ul.pagingNav li.next {
	float: right;
	display: block;}
nav.paging ul.pagingNav li.previous span,
nav.paging ul.pagingNav li.previous a,
nav.paging ul.pagingNav li.next span,
nav.paging ul.pagingNav li.next a,
nav.paging ul.pagingNav li.home a {
	background: #7d7d7d;
	text-decoration: none;
	color: #FFF;
	display: block;
	line-height: 1;
	font-size: 1.0em;
	padding: 15px 30px;}
nav.paging ul.pagingNav li.home a {
	display: inline-block;
	line-height: 1.3;}
nav.paging ul.pagingNav li.next a:after,
nav.paging ul.pagingNav li.next span:after{
	content: '\f105';
	color:#bebebe;
	font-family: FontAwesome;
	top: 2px;
    line-height: 1;
    padding-left: 10px;
    font-size: 1.3em;
    position: relative;}
nav.paging ul.pagingNav li.previous span:before,
nav.paging ul.pagingNav li.previous a:before{
	content: '\f104';
	color:#bebebe;
	font-family: FontAwesome;
	top: 2px;
    line-height: 1;
    padding-right: 10px;
    font-size: 1.3em;
    position: relative;}
nav.paging ul.pagingNav li.home a:hover,
nav.paging ul.pagingNav li.next a:hover,
nav.paging ul.pagingNav li.previous a:hover {
	background: #003279;}
@media only screen and (max-width: 767px) {
	nav.paging ul.pagingNav li.previous span,
	nav.paging ul.pagingNav li.previous a,
	nav.paging ul.pagingNav li.next span,
	nav.paging ul.pagingNav li.next a,
	nav.paging ul.pagingNav li.home a {
		font-size:12px;
		padding: 15px 20px;}
}
@media only screen and (max-width: 426px) {
nav.paging ul.pagingNav li.home {
	clear: both;
	padding-top: 15px;}
nav.paging ul.pagingNav li.home a {
	display: block;}
}








@media only screen and (min-width: 768px) {

#globalHead nav.gnav ul li.contact-2020 a {
	line-height: 1.4;
	text-align: center;
	padding-left: 30px;

}
}




@media (min-width: 768px) {
	#globalHead .wrap-nav {
		width: 1080px!important;
    margin: 0 auto;}
}