@charset "Shift_JIS";
/* ==================================================

	サイト共通CSS

================================================== */
/*
YUI 3.4.0 (build 3928)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
	color: #000;
	background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img { border: 0 }
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
li { list-style: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
q:before, q:after { content: '' }
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
input, textarea, select { *font-size:100%
}
legend { color: #000 }
/* for unsupported browser by html5
---------------------------------------------------- */
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
/* サイト共通
---------------------------------------------------- */
body {
	color: #555;
	font-family: 'HelveticaNeue', sans-self;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-weight: bold;
}
p {
	font-family: 'Helvetica';
	line-height: 1.5;
}
a {
	/* color: #555; */
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(236,155,3,0.4);
}
.link_underline { text-decoration: underline !important; }
#container { width: 100%; }
.wrap {
	margin-left: 10px;
	margin-right: 10px;
}
.wrap_border {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #cdcdcd;
}
.clear { clear: both; }
.center { text-align: center; }
.txt12 { font-size: 12px; }
.txt16 { font-size: 16px; }
.txt18 { font-size: 18px; }
.txt20 { font-size: 20px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.orange { color: rgb(248,125,0); }
.clearfix { zoom: 1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* ヘッダー
---------------------------------------------------- */
/* 	削除予定
header {
height: 50px;
height:76px;
border-bottom:solid 4px #9bb8da;

	background: url(/sp/common/img/border/header_line.png) 0 0 no-repeat;
	background-size: 100% 6px;
	-webkit-background-size: 100% 6px;
	-moz-background-size:  100% 6px;
	-o-background-size:  100% 6px;
} */


header .link a { /*PC link*/
	float: right;
	width: 75px;
	height: 28px;
	margin-top: 6px;
	margin-right: 10px;
	text-indent: -9999px;
	background: url(/sp/shared/img/btn_pcsite.png) 0 0 no-repeat;
	background-size: 75px 28px;
	-webkit-background-size: 75px 28px;
	-moz-background-size: 75px 28px;
	-o-background-size: 75px 28px;
}
header h1 { /*LOGO*/
	float: left;
	margin-top: 22px;
	margin-left: 10px;
}
header h1 a {
	display: block;
	width: 115px;
	height: 39px;
	text-indent: -9999px;
	background: url(/sp/common/img/icon/icon_logo.png) 0 0 no-repeat;
	background-size: 115px 39px;
	-webkit-background-size: 115px 39px;
	-moz-background-size: 115px 39px;
	-o-background-size: 115px 39px;
}
header h2 {
	padding: 48px 10px 0 140px;
	color: #0e4291;
	font-weight: bold;
	font-size: 12px;
}
header h2.double { /*テキスト2行パターン*/ padding: 36px 10px 0 140px; }
/* このページのトップへ
---------------------------------------------------- 
#pageTop {
	height: 18px;
	margin: 25px 10px 15px 0;
	padding:0 0 0 14px;
	font-size: 11px;
	text-align: left;
	float:right;
	
	background-image: url(/sp/common/img/icon/ico-pagetop.png);
	background-position:left 4px;
	background-repeat: no-repeat;
	background-size: 9px 5px;
	-webkit-background-size: 9px 5px;
	-moz-background-size: 9px 5px;
	-o-background-size: 9px 5px;
}
#pageTop a {
	color: rgb(5,89,177);
}*/

/* フッター
---------------------------------------------------- */
footer {
	background-image: url(/sp/common/img/background/bg_footer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	padding: 1em 0 0;
}
footer p {
	clear: both;
	width: 100%;
}
footer small { font-size: 9px; }
ul.footer {
	width: 300px;
	margin: 0 10px;
}
ul.footer li {
	float: left;
	width: 103px;
	height: 24px;
	margin: 0 0 18px 0;
	padding: 0 30px 0 7px;
	font-size: 12px;
	line-height: 1.4;
	background-image: url(/sp/common/img/icon/ico-list_003.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 4px 7px;
	-webkit-background-size: 4px 7px;
	-moz-background-size: 4px 7px;
	-o-background-size: 4px 7px;
}
ul.footer li:nth-child(odd) { margin-right: 17px; }
ul.footer li.pclink {
	background-image: url(/sp/common/img/icon/ico-list_003.png), url(/sp/common/img/icon/icon_pcGray.png);
	background-position: 0 4px, 114px 1px;
	background-repeat: no-repeat;
	background-size: 4px 7px, 11px 10px;
	-webkit-background-size: 4px 7px, 11px 10px;
	-moz-background-size: 4px 7px, 11px 10px;
	-o-background-size: 4px 7px, 11px 10px;
}
ul.footer li a { color: rgb(5,89,177); }
ul.policy {
	height: 30px;
	width: 320px;
	margin: 0;
	padding: 0;
}
ul.policy li.pricacy, ul.policy li.site {
	float: left;
	font-size: 12px;
	background-image: url(/sp/common/img/icon/icon_pcWhite.png);
	background-position: right 50%;
	background-repeat: no-repeat;
	background-size: 11px 10px;
	-webkit-background-size: 11px 10px;
	-moz-background-size: 11px 10px;
	-o-background-size: 11px 10px;
}
ul.policy li.pricacy {
	padding: 0 18px 0 20px;
	margin-right: 40px;
}
ul.policy li.site { padding: 0 20px 0 0; }
ul.policy li a { color: white; }
/* 下階層ページ共通
---------------------------------------------------- */
hgroup { margin: 5px 0 15px 0; }
hgroup h2 {
	height: 17px;
	margin: 0 0 11px 0;
	font-size: 14px;
	line-height: 1.2;
	text-indent: 18px;
	background-image: url(/sp/common/img/icon/ico-burnerring.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	-o-background-size: 17px 17px;
}
hgroup h3 {
	min-height: 16px;
	padding: 10px 35px 10px 22px;
	font-size: 20px;
	line-height: 1.2;
	background-image: url(/sp/common/img/icon/ico-border_001.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(245,245,245)), color-stop(0.3, rgb(254,254,254)), color-stop(0.8, rgb(242,242,242)), color-stop(1, rgb(223,223,223)));
	background-image: url(/sp/common/img/icon/ico-border_001.png), -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(254,254,254) 30%, rgb(242,242,242) 80%, rgb(223,223,223) 100%);
	background-image: url(/sp/common/img/icon/ico-border_001.png), -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(254,254,254) 30%, rgb(242,242,242) 80%, rgb(223,223,223) 100%);
	background-position: 10px 11px, 0 0;
	background-repeat: no-repeat;
	background-size: 6px 21px, 100% 100%;
	-webkit-background-size: 6px 21px, 100% 100%;
	-moz-background-size: 6px 21px, 100% 100%;
	-o-background-size: 6px 21px, 100% 100%;
	border-top: 1px solid rgb(230,230,230);
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(205,205,205);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	text-shadow: 0px 1px 0 #fff;
	-webkit-text-shadow: 0px 1px 0 #fff;
}
/* リンクボタン１ */
ul.btn1 li {
	min-height: 16px;
	margin-bottom: 10px;
	padding: 10px 35px 10px 33px;
	font-size: 18px;
	line-height: 1.2;
	background-image: url(/sp/common/img/icon/ico-list_005.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	background-image: url(/sp/common/img/icon/ico-list_005.png), -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: url(/sp/common/img/icon/ico-list_005.png), -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-position: 12px 50%, 0 0;
	background-repeat: no-repeat;
	background-size: 16px 16px, 100% 100%;
	-webkit-background-size: 16px 16px, 100% 100%;
	-moz-background-size: 16px 16px, 100% 100%;
	-o-background-size: 16px 16px, 100% 100%;
	border-top: 1px solid rgb(230,230,230);
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(205,205,205);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
/* リンクボタン１：PCアイコン有り */
ul.btn1 li.pclink {
	background-image: url(/sp/common/img/icon/ico-list_005.png), url(/sp/common/img/icon/icon_pcGray.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	background-image: url(/sp/common/img/icon/ico-list_005.png), url(/sp/common/img/icon/icon_pcGray.png), -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: url(/sp/common/img/icon/ico-list_005.png), url(/sp/common/img/icon/icon_pcGray.png), -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-position: 12px 50%, 97% 50%, 0 0;
	background-repeat: no-repeat;
	background-size: 16px 16px, 11px 10px, 100% 100%;
	-webkit-background-size: 16px 16px, 11px 10px, 100% 100%;
	-moz-background-size: 16px 16px, 11px 10px, 100% 100%;
	-o-background-size: 16px 16px, 11px 10px, 100% 100%;
}
ul.btn1 li a, ul.btn2 li a {
	display: table-cell;
	width: 1024px;
	color: #555;
	text-shadow: 0px 1px 0 #fff;
	-webkit-text-shadow: 0px 1px 0 #fff;
	text-decoration: none;
}
/* リンクボタン２ */
ul.btn2 li {
	min-height: 16px;
	margin-bottom: 10px;
	padding: 10px 35px 10px 10px;
	font-size: 18px;
	line-height: 1.2;
	background-image: url(/sp/common/img/icon/ico-border_002.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(245,245,245)), color-stop(0.3, rgb(254,254,254)), color-stop(0.8, rgb(242,242,242)), color-stop(1, rgb(223,223,223)));
	background-image: url(/sp/common/img/icon/ico-border_002.png), -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(254,254,254) 30%, rgb(242,242,242) 80%, rgb(223,223,223) 100%);
	background-image: url(/sp/common/img/icon/ico-border_002.png), -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(254,254,254) 30%, rgb(242,242,242) 80%, rgb(223,223,223) 80%);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat;
	background-size: 6px 100%, 100% 100%;
	-webkit-background-size: 6px 100%, 100% 100%;
	-moz-background-size: 6px 100%, 100% 100%;
	-o-background-size: 6px 100%, 100% 100%;
	border-top: 1px solid rgb(230,230,230);
	border-left: none;
	border-right: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(205,205,205);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}
/* リンクボタン２：PCアイコン有り */
ul.btn2 li.pclink {
	background-image: url(/sp/common/img/icon/icon_pcGray.png), url(/sp/common/img/icon/ico-border_002.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(245,245,245)), color-stop(0.3, rgb(254,254,254)), color-stop(0.8, rgb(242,242,242)), color-stop(1, rgb(223,223,223)));
	background-image: url(/sp/common/img/icon/icon_pcGray.png), url(/sp/common/img/icon/ico-border_002.png), -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(254,254,254) 30%, rgb(242,242,242) 80%, rgb(223,223,223) 100%);
	background-image: url(/sp/common/img/icon/icon_pcGray.png), url(/sp/common/img/icon/ico-border_002.png), -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(254,254,254) 30%, rgb(242,242,242) 80%, rgb(223,223,223) 80%);
	background-position: 97% 50%, 0 0, 0 0;
	background-repeat: no-repeat;
	background-size: 11px 10px, 6px 100%, 100% 100%;
	-webkit-background-size: 11px 10px, 6px 100%, 100% 100%;
	-moz-background-size: 11px 10px, 6px 100%, 100% 100%;
	-o-background-size: 11px 10px, 6px 100%, 100% 100%;
}
/* dlメニュー：オレンジ */
dl.menu dt {
	min-height: 20px;
	padding: 10px;
	margin: 15px 0 0;
	color: #555;
	font-size: 16px;
	line-height: 1.2;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(252,232,190)));
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(252,232,190) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(252,232,190) 100%);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	border: 1px solid rgb(246,211,137);
	text-shadow: 0px 1px 0 #fff;
	-webkit-text-shadow: 0px 1px 0 #fff;
}
dl.menu dd {
	border: 1px solid rgb(246,211,137);
	border-top: none;
}
dl.menu dd li {
	display: block;
	position: relative;
	min-height: 45px;
	background-image: url(/sp/common/img/icon/ico-list_001.png);
	background-position: 9px 50%;
	background-repeat: no-repeat;
	background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	-o-background-size: 11px 11px;
	border-bottom: 1px dotted rgb(206,206,206);
}
dl.menu dd li:last-child { border-bottom: none; }
dl.menu dd li.pclink {
	background-image: url(/sp/common/img/icon/ico-list_001.png), url(/sp/common/img/icon/icon_pcGray.png);
	background-position: 9px 50%, 97% 50%;
	background-repeat: no-repeat;
	background-size: 11px 11px, 11px 10px;
	-webkit-background-size: 11px 11px, 11px 10px;
	-moz-background-size: 11px 11px, 11px 10px;
	-o-background-size: 11px 11px, 11px 10px;
}
dl.menu dd a {
	display: table-cell;
	width: 1024px;
	height: 45px;
	padding-left: 27px;
	padding-right: 40px;
	color: #555;
	line-height: 1.4;
	vertical-align: middle;
}
/* dlメニュー（トグル版）：オレンジ */
dl.toggle dt {
	margin-top: 1px;
	padding: 10px 30px 10px 10px;
	background-image: url(/sp/common/img/icon/ico-arrow_001.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(252,232,190)));
	background-image: url(/sp/common/img/icon/ico-arrow_001.png), -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(252,232,190) 100%);
	background-image: url(/sp/common/img/icon/ico-arrow_001.png), -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(252,232,190) 100%);
	background-position: 97% 50%, 0 0;
	background-repeat: no-repeat;
	background-size: 14px 9px, 100% 100%;
	-webkit-background-size: 14px 9px, 100% 100%;
	-moz-background-size: 14px 9px, 100% 100%;
	-o-background-size: 14px 9px, 100% 100%;
}
dl.toggle dd {
	display: none;
	line-height: 1.6;
}
/* dlメニュー（トグル版）：グレー */
dl.gray dt {
	background-image: url(/sp/common/img/icon/ico-arrow_002.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	background-image: url(/sp/common/img/icon/ico-arrow_002.png), -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: url(/sp/common/img/icon/ico-arrow_002.png), -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	border: 1px solid rgb(206,206,206);
}
dl.gray dd {
	border: 1px solid rgb(206,206,206);
	border-top: none;
}
/* 受付時間 */
dl.hours dt { padding: 7px 0; }
dl.hours dd { line-height: 1.7; }
.linkO { /*オレンジarrow 右寄せ*/
	text-align: right;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-size: 7px 14px;
	-webkit-background-size: 7px 14px;
	-moz-background-size: 7px 14px;
	-o-background-size: 7px 14px;
	padding: 0 12px 0 0/*0 18px 0 0*/;
	margin: 10px 10px 30px 0;
	height: 14px;
}
/* スマートフォンサイトコンテンツ一覧
---------------------------------------------------- */
#splist {
	border-top: #d7d7d7 solid 1px;
	border-right: #d7d7d7 solid 1px;
	border-left: #d7d7d7 solid 1px;
	margin: 10px 10px 0 10px;
	width: 93%;
}
#splist td.link {
	border-right: #d7d7d7 solid 1px;
	padding: 12px 10px;
	border-bottom: #d7d7d7 solid 1px;
	background-image: url(/sp/common/img/icon/icon_rArrB.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-o-background-size: 8px 13px;
	width: 50%;
	height: 2em;
	font-size: 12px;
}
#splist td.nonlink {
	border-right: #d7d7d7 solid 1px;
	padding: 12px 10px;
	border-bottom: #d7d7d7 solid 1px;
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-o-background-size: 8px 13px;
	width: 50%;
	height: 2em;
	font-size: 12px;
	background-color: #d7d7d7;
}
#splist td.rside { border-right: none; }
#splist td.single a {
	color: #006ebd;
	font-weight: bold;
	display: block;
	line-height: 1;
}
#splist td.double a { /*テキスト2行*/
	color: #006ebd;
	font-weight: bold;
	display: block;
	height: 2em;
	line-height: 1.2;
}
h4.h_footer {
	font-size: 100%;
	padding: 10px 10px 0;
	margin: 20px 0px 0px 0px;
	margin-bottom: -5px;
	background: none;
	color: #555;
}
h4.img {
	font-size: 100%;
	padding: 0 10px;
	margin-bottom: 5px;
	background: none;
	color: #555;
}
/* カテゴリーindexにもどる
---------------------------------------------------- */
nav.nav_bottom {
	background: #e2e2e2;
	border-top: 3px solid #aaabaa;
	border-bottom: 3px solid #aaabaa;
}
nav.nav_bottom a {
	color: #006ebd;
	display: block;
	padding: 16px 10px 16px 50px;
	-moz-background-size: 34px auto;
	-webkit-background-size: 34px auto;
	-o-background-size: 34px auto;
	-ms-background-size: 34px auto;
}
nav.nav_bottom a p {
	color: #006ebd;
	background: url(/sp/common/img/icon/icon_rArrB.png) no-repeat right center;
	-moz-background-size: 8px auto;
	-webkit-background-size: 8px auto;
	-o-background-size: 8px auto;
	-ms-background-size: 8px auto;
}
/* 検索窓
 --------------------------------- */
#searchBlock .inner {
	display: table;
	width: 100%;
}
#searchField {
	display: table-cell;
	background: white;
}
#searchField input {
	display: block;
	height: 44px;
	width: 90%;
	border: none;
	color: #555;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 0;
	-webkit-appearance: none;
	background-image: url(/sp/search/img/ico_searchG.png);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	background-size: 14px 17px;
	-webkit-background-size: 14px 17px;
	-moz-background-size: 14px 17px;
	-o-background-size: 14px 17px;
	padding: 0 0 0 24px;
	margin: 0;
	border: solid 2px #d7d7d7;
}
#searchSubmit {
	display: table-cell;
	width: 70px;
	padding: 0 0 0 10px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	vertical-align: middle;
	z-index: -1;
}
div.SS_suggest {
	font-weight: normal;
	z-index: 9;
	display: none;
	position: absolute;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 200px;
}
div.SS_suggest div.SS_suggestItemOff {
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding: 2px 0px 2px 0px;
	width: 100%;
}
div.SS_suggest div.SS_suggestItemOn {
	background-color: #ECF5FA;
	border-top: 1px solid #CCC;
	padding: 2px 0px 2px 0px;
	width: 100%;
}
div.SS_suggest span.SS_suggestKey {
	font-size: 110%;
	padding-left: 4px;
	line-height: 1.5;
}
div.SS_suggest span.SS_suggestRate { width: 100px; }
img.mid {
	vertical-align: middle !important;
	margin-top: -3px !important;
}
.ml3 { margin-left: 3px !important; }
img.iconpc {
	width: 11px;
	height: 10px;
}
/* ----------------------------------------------------------------------------------------------------
画像とテキストfloat
---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------
サイト全体に関わる記述
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: bottom;
	list-style-type: none;
}
body {
	line-height: 1.4;
	color: #555555;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6 { font-size: 14px; }
table { border-collapse: collapse; }
table th, table td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #555555;
	font-size: 12px;
}
table th {
	white-space: nowrap;
	background: #e5ebf1;
}
article, section, aside { clear: both; }
article:before, article:after, section:before, section:after, aside:before, aside:after {
	content: "";
	display: table;
}
article:after, section:after, aside:after { clear: both; }
.font_color_gray01 { color: #555555; }
/* #555		本文フォントのカラー */
.font_color_gray02 { color: #ededed; }
/* #ededed	座布団(補足情報用) */
.font_color_gray03 { color: #b0b0b0; }
/* #b0b0b0;	フレーム */
.font_color_navy01 { color: #002f69; }
/* #002f69;	見出し・目立たせる表記(商品名・結論用など)  */
.font_color_navy02 { color: #004392; }
/* #004392;	装飾(見出しの座布団など) */
.font_color_blue01 { color: #e5ebf1; }
/* #e5ebf1;	座布団(補足情報用) */
.font_color_strong { color: #b43400; }
/* #b43400;	特に目立たせる表記(価格など) */
.font_color_attention { color: #fa2e0c; }
/* #fa2e0c;	強い注意喚起 */
.font_color_link { color: #0086d9; }
/* #0086d9;	テキストリンク */
.co2 {
	font-size: 10px !important;
	vertical-align: baseline !important;
	font-weight: normal;
}
.m3 {
	font-size: 8px !important;
	vertical-align: super !important;
	font-weight: normal;
}
.size-small { font-size: 11px; }
.attention {
	font-size: 11px;
	text-indent: -1em;
	margin-left: 1em;
}
.indent_1em {
	text-indent: -1em;
	margin-left: 1em;
}
/* 英語標記改行 */
.e_wb { word-break: break-all; }
/* ----------------------------------------------------------------------------------------------------
サイトのレイアウトに関わる記述
---------------------------------------------------------------------------------------------------- */
/*ヘッダー
---------------------------------------------------- */
header {
	width: 100%;
	height: 50px;
	padding-bottom: 10px;
	overflow: hidden;
	border-top: 5px solid #006fbe;
	border-bottom: none!important;
	background-color: #fff;
	background-image: none!important;
}
header .logo {
	padding: 7px 0 0 10px;
	float: left;
}
header .logo img {
	width: 100px;
	height: auto;
}
header .category {
	color: #006FBA;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 27px;
}
header .button {
	width: 60px;
	height: 31px;
	margin-top: 10px;
	float: right;
	display: block;
	background: url(/sp/common/img/button/btn_slidemenu.png) center center no-repeat;
	background-size: 35px auto;
}
#recommendBnrArea {
	margin: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
#recommendBnr {
	margin-top: 0;
	background-color: #cccfd1;
	padding: 10px 3%;
	text-align: center;
	line-height: normal;
}
#recommendBnr img {
	width: 100%;
	height: auto;
}
/*サイト内検索
---------------------------------------------------- */
#search_wrap {
	width: 300px;
	margin: 0 auto 30px auto !important;
	overflow: hidden;
}
#search_wrap #searchField input {
	display: block;
	height: 38px;
	width: 185px;
	color: #555555;
	background: url(/sp/search/img/ico_searchG.png) 7px center no-repeat;
	background-size: 14px 17px;
	padding: 0 0 0 30px;
	border: solid 2px #d7d7d7;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#search_wrap #searchSubmit input {
	color: #555555;
	display: block;
	float: right;
	width: 70px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	background: -moz-linear-gradient(50% 100% 90deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
	background: -webkit-linear-gradient(90deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #09469c), color-stop(0.5, #09469c), color-stop(0.51, #1251a0), color-stop(1, #1556a2));
	background: -o-linear-gradient(90deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
	background: -ms-linear-gradient(90deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
	background: linear-gradient(0deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
}
#search_wrap div.SS_suggest {
	font-weight: normal;
	z-index: 9;
	display: none;
	position: absolute;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 200px;
}
#search_wrap div.SS_suggest div.SS_suggestItemOff {
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding: 2px 0px 2px 0px;
	width: 100%;
}
#search_wrap div.SS_suggest div.SS_suggestItemOn {
	background-color: #ECF5FA;
	border-top: 1px solid #CCC;
	padding: 2px 0px 2px 0px;
	width: 100%;
}
#search_wrap div.SS_suggest span.SS_suggestKey {
	font-size: 110%;
	padding-left: 4px;
	line-height: 1.5;
}
#search_wrap div.SS_suggest span.SS_suggestRate { width: 100px; }
/*サイト内検索(サイド)
---------------------------------------------------- */
#side_search_wrap {
	padding: 5% 3%;
	width: 94%;
	overflow: hidden;
	text-align: center;
	height: 100%;
	border: none;
}
#side_search_wrap #side_searchField input {
	display: block;
	height: 38px;
	width: 185px;
	color: #555555;
	background: url(/sp/search/img/ico_searchG.png) 7px center no-repeat;
	background-size: 14px 17px;
	padding: 0 0 0 30px;
	border: solid 2px #d7d7d7;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 10;
}
#side_search_wrap #side_searchSubmit { margin-top: 10px; }
#side_search_wrap #side_searchSubmit input {
	display: block;
	width: 220px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0 auto;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	background: -moz-linear-gradient(50% 100% 90deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
	background: -webkit-linear-gradient(90deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #09469c), color-stop(0.5, #09469c), color-stop(0.51, #1251a0), color-stop(1, #1556a2));
	background: -o-linear-gradient(90deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
	background: -ms-linear-gradient(90deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
	background: linear-gradient(0deg, #09469c 0%, #09469c 50%, #1251a0 51%, #1556a2 100%);
}
#side_search_wrap div.SS_suggest {
	font-weight: normal;
	z-index: 9;
	display: none;
	position: absolute;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 200px;
	padding-left: 0;
}
#side_search_wrap div.SS_suggest div.SS_suggestItemOff {
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding: 2px 0px 2px 0px;
	width: 100%;
}
#side_search_wrap div.SS_suggest div.SS_suggestItemOn {
	background-color: #ECF5FA;
	border-top: 1px solid #CCC;
	padding: 2px 0px 2px 0px;
	width: 100%;
}
#side_search_wrap div.SS_suggest span.SS_suggestKey {
	font-size: 110%;
	padding-left: 4px;
	line-height: 1.5;
}
#side_search_wrap div.SS_suggest span.SS_suggestRate { width: 100px; }
/*----------------------------------------------------------------------------------------------------
○○ TOPページに戻る
---------------------------------------------------------------------------------------------------- */
#btn_back {
	margin-top: 60px;
	padding-bottom: 30px;
}
#btn_back a {
	padding-top: 18px;
	padding-bottom: 18px;
	background: url(/sp/common/img/button/btn_icon_arrow_reflect.png) 3% center no-repeat #e7ecf2;
	background-size: 7px auto;
	padding-left: 8%;
	display: block;
	border-top: 1px solid #cacfd3;
	border-bottom: 1px solid #cacfd3;
	text-decoration: none;
	color: #002f69;
}
/*----------------------------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------------------------- */
footer { background: #fff; }
/* 新フッター
---------------------------------------------------*/
#footerNav a, #footer_wrap a {
	text-decoration: none;
	color: #fff;
}
#footerNav ul {
	display: table;
	width: 100%;
}
#footerNav ul li {
	display: table-cell;
	text-align: center;
}
#footerNav ul li:nth-child(-n+3) { width: 25%; }
#footerNav ul li a {
	position: relative;
	display: block;
	line-height: 1;
}
#footerNav ul li img {
	width: 100%;
	height: auto;
}
#footerNav ul li p {
	color: #fff;
	width: 100%;
	position: absolute;
	font-size: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
}
#footerNav ul li:nth-child(2) p, #footerNav ul li:nth-child(3) p { bottom: 19%; }
#footerNav ul li:nth-child(1) p, #footerNav ul li:nth-child(4) p { bottom: 14%; }
#footer_wrap {
	padding: 0 3%;
	color: #fff;
	text-align: center;
	background: #034e88; /* Old browsers */
	background: -moz-linear-gradient(top, #034e88 0%, #0064af 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034e88), color-stop(15%, #0064af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #034e88 0%, #0064af 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #034e88 0%, #0064af 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #034e88 0%, #0064af 15%); /* IE10+ */
	background: linear-gradient(to bottom, #034e88 0%, #0064af 15%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034e88', endColorstr='#0064af', GradientType=0 ); /* IE6-9 */
}
#footer_wrap .nav {
	padding: 24px 0 12px 0;
	/*text-align: right;       ３月６日消してみた！！！！！！！！*/
}
#footer_wrap .nav li {
	padding: 0 18px 0 0;
	font-size: 12px;
	display: inline-block;
	margin-right: 15px;
	background: url(../img/btn_icon_pc_white.png) right center no-repeat;
	background-size: 11px auto;
}
#footer_wrap .nav li:last-child { margin-right: 0; }
#footer_wrap .copyright {
	font-size: 9px;
	text-align: center;
	padding: 12px 0;/* border-top: 2px solid #035b9b; 201412_delete*/
}
/* 旧フッター
---------------------------------------------------*/
#footer_wrap.home_old {
	padding: 20px 3% 0 3%;
	color: #fff;
	text-align: center;
	background-color: #0064af;
}
#footer_wrap.home_old #pagetop {
	width: 85%;
	margin: 0 auto;
}
#footer_wrap.home_old #pagetop a {
	border-radius: 8px;
	padding: 10px 0;
	display: block;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	background: #0d86d1;
}
#footer_wrap.home_old .nav {
	padding: 24px 0 12px 0;
	display: inline-block;
}
#footer_wrap.home_old .copyright {
	font-size: 9px;
	text-align: center;
	padding: 12px 0;
	border-top: 2px solid #035b9b;
}
/*
/* ----------------------------------------------------------------------------------------------------
コンテンツ一覧
---------------------------------------------------------------------------------------------------- */
.contentslist dl .hd_home, .contentslist dl .hd_ene, .contentslist dl .hd_support, .contentslist dl .hd_recruit, .contentslist dl .hd_www {
	color: #fff;
	text-shadow: none;
	height: auto;
	border: 0;
}
.contentslist dl .hd_home { background-color: #006eb6; }
.contentslist dl .hd_ene { background-color: #059549; }
.contentslist dl .hd_www { background-color: #004391; }
.contentslist dl .hd_support { background-color: #b33400; }
.contentslist dl .hd_recruit { background-color: #5393d0; }
.contentslist dl dd div:last-child { padding-left: 20px; }
.contentslist dl .hd_contentslist { padding: 0; }
.contentslist dl .hd_contentslist div {
	padding-left: 36px !important;
	font-size: 12px;
	letter-spacing: -1px;
	height: 36px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: url(/sp/common/img/icon/hd_contentslist.png) 9px center no-repeat, -moz-linear-gradient(50% 100% 90deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background: url(/sp/common/img/icon/hd_contentslist.png) 9px center no-repeat, -webkit-linear-gradient(90deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background: url(/sp/common/img/icon/hd_contentslist.png) 9px center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #efefef), color-stop(0.5, #dddddd), color-stop(0.51, #eeeeee), color-stop(1, white));
	background: url(/sp/common/img/icon/hd_contentslist.png) 9px center no-repeat, -o-linear-gradient(90deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background: url(/sp/common/img/icon/hd_contentslist.png) 9px center no-repeat, -ms-linear-gradient(90deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background: url(/sp/common/img/icon/hd_contentslist.png) 9px center no-repeat, linear-gradient(0deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background-size: 20px auto, 100% 100%;
}
.slidemenu .contentslist dl dd.siteBackBtn a {
	background-color: #cecece;
	padding: 8px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.slidemenu .contentslist dl dd.siteBackBtn a div {
	background: url(/sp/common/img/button/btn_icon_arrowLeft.png) 3% center no-repeat #fff;
	background-size: 7px auto;
	padding: 10px 8px 10px 9%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/* ----------------------------------------------------------------------------------------------------
スライドメニュー
---------------------------------------------------------------------------------------------------- */
.menu-button-left {
	left: 0;
	border-right: 1px solid #ddd;
}
.menu-button-right {
	right: 0;
	border-left: 1px solid #ddd;
}
.slidemenu-left { left: 0; }
.slidemenu-right { right: 0; }
.slidemenu {
	background-color: #fff;
	box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.2) inset;
	top: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu .slidemenu-header {
	position: relative;
	z-index: 2;
	box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.3);
	padding-left: 10px;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	color: #002f69;
	background: -moz-linear-gradient(50% 100% 90deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background: -webkit-linear-gradient(90deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #efefef), color-stop(0.5, #dddddd), color-stop(0.51, #eeeeee), color-stop(1, white));
	background: -o-linear-gradient(90deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background: -ms-linear-gradient(90deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
	background: linear-gradient(0deg, #efefef 0%, #dddddd 50%, #eeeeee 51%, white 100%);
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.slidemenu .slidemenu-body .slidemenu-content { position: relative; }
.slidemenu .contentslist dl { border: 0; }
.slidemenu .contentslist dl dt { font-size: 12px; }
.slidemenu .contentslist dl dd { border-bottom-color: rgba(0, 0, 0, 0.2); }
.slidemenu .contentslist dl dd div:last-child { padding-left: 10px; }
.slidemenu .contentslist dl a { background-color: transparent; }
/*----------------------------------------------------------------------------------------------------
コンテンツ
---------------------------------------------------------------------------------------------------- */
#contents { background: #fff; }
section, aside { margin-bottom: 40px; }
section section:last-child, aside section:last-child { margin-bottom: 0; }
section ul:first-child, aside ul:first-child { margin-top: 0; }
section .more, aside .more {
	padding: 0 !important;
	margin-top: 20px;
}
section .more li, section .more dt, section .more dd, aside .more li, aside .more dt, aside .more dd { border-bottom: 1px solid #c8c8c8; }
section .more dt, section .more a, aside .more dt, aside .more a {
	display: table;
	width: 100%;
	height: 48px;
	line-height: 1.2;
	padding: 6px 0;
	text-decoration: none;
	color: #002f69;
}
section .more dt div, section .more a div, aside .more dt div, aside .more a div {
	display: table-cell;
	padding-left: 6px;
	vertical-align: middle;
}
section .more dt div span, section .more a div span, aside .more dt div span, aside .more a div span {
	font-size: 12px;
	color: #555555;
	line-height: 1.2;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
section .more dt div:first-child img, section .more a div:first-child img, aside .more dt div:first-child img, aside .more a div:first-child img { zoom: 0.5; }
section .more dt div:last-child, section .more a div:last-child, aside .more dt div:last-child, aside .more a div:last-child {
	width: 100%;
	padding-left: 9px;
	padding-right: 3%;
}
section .more a, aside .more a {
	background: url(/sp/common/img/button/btn_icon_pc_gray.png) 95% center no-repeat white;
	background-size: 11px auto;
}
section .more a:not([href^="http://"]), section .more a[href^="http://i-loop.co.jp/client/og/sp/"], section .more a[href^="/sp/"], section .more a[href^="http://faq.web.osakagas.co.jp/smart/"], section .more a[href^="http://ene.osakagas.co.jp/sp/"], aside .more a:not([href^="http://"]), aside .more a[href^="/sp/"], aside .more a[href^="http://faq.web.osakagas.co.jp/smart/"], aside .more a[href^="http://ene.osakagas.co.jp/sp/"] {
	background: url(/sp/common/img/button/btn_icon_arrow.png) 95% center no-repeat white;
	background-size: 7px auto;
}
.iconPC a {
	background: url(/sp/common/img/button/btn_icon_pc_gray.png) 100% center no-repeat white !important;
	background-size: 11px auto;
}
section .more a[target=_blank], aside .more a[target=_blank] {
	background: url(/sp/common/img/button/btn_icon_blank.png) 95% center no-repeat white;
	background-size: 11px auto;
}
section .more a div:last-child, aside .more a div:last-child { padding-right: 10%; }
section .more a, aside .more a {
	height: inherit;
	color: #555555;
	text-align: right;
	padding: 0;
}
section .more a div, aside .more a div { font-size: 12px; }
#contents > section {
	margin-top: 0;
	margin-bottom: 40px;
}
.block_padding {
	padding-left: 3%;
	padding-right: 3%;
}
.block_hd_navy {
	background-color: #004392;
	color: #fff;
	padding: 6px 3%;
	margin-bottom: 15px;
	clear: both;
}
.block_hd_gray {
	background-color: #b0b0b0;
	color: #fff;
	padding: 6px 3%;
	margin-bottom: 15px;
	clear: both;
}
.block_hd_orange {
	background-color: #F5E7D8;
	color: #666666;
	padding: 6px 3%;
	margin-bottom: 15px;
	clear: both;
}
.block_hd_litegray {
	background-color: #ededed;
	color: #002f69;
	padding: 6px 3%;
	margin-bottom: 15px;
	clear: both;
}
.block_hd_line {
	color: #002f69;
	border-bottom: 3px solid #b5c8d7;
	padding: 2px 0 !important;
	margin-bottom: 10px;
	clear: both;
	font-size: 16px;
}
.block_hd_line span {
	font-size: 12px;
	vertical-align: top;
}
.block_hd_line2 {
	color: #002f69;
	padding: 2px 0 !important;
	margin-bottom: 10px;
	clear: both;
	font-size: 16px;
}
.block_hd_line2 span {
	font-size: 12px;
	vertical-align: top;
}
.block_hd_line_p {
	color: #BE4E6B;
	border-bottom: 3px solid #DBA5AF;
	padding: 2px 0 !important;
	margin-bottom: 10px;
	clear: both;
	font-size: 16px;
}
.block_hd_line_p span {
	font-size: 12px;
	vertical-align: top;
}
.block_padding h2.copy { margin-left: 0 !important; }
.copy {
	font-size: 16px;
	color: #002f69;
}
.copy span {
	font-size: 12px;
	vertical-align: top;
}
.copy span.font-c-red { font-size: 16px; }
.copy span.va_b {
	font-size: 12px;
	vertical-align: text-bottom;
}
.copy_s {
	font-size: 14px;
	color: #002f69;
}
.copy_gray {
	font-size: 16px;
	color: #666;
}
.img { text-align: center; }
.img img { vertical-align: middle; }
.txt { margin-top: 10px; }
.txt a {
	color: #0086d9;
	background: url(/sp/common/img/button/btn_icon_pc_gray.png) 95% center no-repeat;
	background-size: 11px auto;
	padding-right: 20px;
}
.txt a:not([href^="http://"]), .txt a[href^="/sp/"], .txt a[href^="http://faq.web.osakagas.co.jp/smart/"] {
	background: none;
	padding-right: 0;
}
.txt a[target=_blank] {
	background: url(/sp/common/img/button/btn_icon_blank.png) 95% center no-repeat;
	background-size: 11px auto;
	padding-right: 25px;
}
/*ページタイトル
---------------------------------------------------- */
#pagetitle {
	width: 100%;
	margin-bottom: 20px;
	display: table;
}
#pagetitle h1.txt {
	width: 100%;
	padding-top: 5%;
	padding-right: 3%;
	padding-bottom: 5%;
	padding-left: 3%;
	margin-bottom: 20px;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #002f69;
	line-height: 1.2;
	font-weight: bold;
}
#pagetitle h1.txt span {
	font-size: 12px;
	vertical-align: middle;
	line-height: 2;
}
#pagetitle h1.img img {
	width: 100%;
	height: auto;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
#pagetitle > div { display: table-row; }
#pagetitle h1 + #snsArea_sp ul { padding: 20px 3% 0; }
#pagetitle > div > * { margin: 0; }
#pagetitle > div .img { padding-top: 15px; }
#pagetitle > div .copy {
	font-size: 18px;
	padding: 10px 3% 0 3%;
	color: #555555;
}
#pagetitle > div .txt { padding: 20px 3% 0 3%; }
#pagetitle > div .txt span { font-size: 12px; }
/*内ページ用
---------------------------------------------------- */
.innerpage .img, .innerpage .copy, .innerpage .txt {
	margin-top: 5px;
	margin-bottom: 5px;
}
.innerpage .tit {
	font-size: 18px;
	color: #002F69;
}
#pagetitle .copy { padding: 10px 3% 0 3%; }
h3 span.h3icon {
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
}
h3 span.h3txt { display: table-cell; }
.h1oldKV img {
	width: 100%;
	height: auto;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.footer_lineup_tit {
	padding: 0px 5%;
	margin-bottom: 2.5%;
	font-weight: bold;
}
.txt a:not([href^="http://"]), .txt a[href^="http://home.osakagas.co.jp/sp/"], .txt a[href^="http://faq.web.osakagas.co.jp/smart/"] {
	background: none;
	padding-right: 0;
}
#bunnerArea2 { margin-top: 30px; }
/* consent */
.area_price_table .price_table tr th {
	color: #FFF;
	background-color: #8CB7E2;
}
.area_price_table .price_table tr td { vertical-align: middle; }
/*電力追記文
---------------------------------------------------- */
.eleArea {
	font-size: 86%;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding: 0 10px;
}
.eleArea > img.eleIcon {
	width: 16px;
	height: auto;
	vertical-align: middle;
	padding-right: 5px;
}
/* 2015ネット受付キャンペーン
---------------------------------------------------- */
div#netAcceptCp { margin: 20px 0; }
div#netAcceptCp img { width: 100%; }
/* 旧ボタンデザイン
---------------------------------------------------- */
.wrap_action {
	padding: 14px 3%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25) inset;
	background: whitesmoke;
	border-radius: 8px;
}
.wrap_action .btn_action li {
	margin-bottom: 8px;
	overflow: hidden;
}
.wrap_action .btn_action li:last-child { margin-bottom: 0; }
.wrap_action .btn_action a {
	padding: 8px 0;
	display: block;
	color: #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	display: block;
	overflow: hidden;
}
.wrap_action .btn_action a div {
	padding: 0 5% 0 3%;
	line-height: 1.4;
	font-size: 22px;
	float: left;
}
.wrap_action .btn_action a .font_size_small { font-size: 14px; }
.wrap_action .btn_action .bnt_moushikomi a {
	background: url(/sp/common/img/button/btn_icon_moushikomi.png) 95% center no-repeat, -moz-linear-gradient(50% 100% 90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_moushikomi.png) 95% center no-repeat, -webkit-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_moushikomi.png) 95% center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #9a0000), color-stop(0.5, #b42220), color-stop(0.51, #bf2323), color-stop(1, #e7231e));
	background: url(/sp/common/img/button/btn_icon_moushikomi.png) 95% center no-repeat, -o-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_moushikomi.png) 95% center no-repeat, -ms-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_moushikomi.png) 95% center no-repeat, linear-gradient(0deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background-size: 31px auto, 100% 100%;
	border: 1px solid #8a000e;
}
.wrap_action .btn_action .bnt_mitumori a {
	background: url(/sp/common/img/button/btn_icon_mitumori.png) 93% center no-repeat, -moz-linear-gradient(50% 100% 90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_mitumori.png) 93% center no-repeat, -webkit-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_mitumori.png) 93% center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #9a0000), color-stop(0.5, #b42220), color-stop(0.51, #bf2323), color-stop(1, #e7231e));
	background: url(/sp/common/img/button/btn_icon_mitumori.png) 93% center no-repeat, -o-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_mitumori.png) 93% center no-repeat, -ms-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_mitumori.png) 93% center no-repeat, linear-gradient(0deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background-size: 31px auto, 100% 100%;
	border: 1px solid #8a000e;
}
.wrap_action .btn_action .bnt_shiryou a {
	background: url(/sp/common/img/button/btn_icon_shiryou.png) 97% center no-repeat, -moz-linear-gradient(50% 100% 90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_shiryou.png) 97% center no-repeat, -webkit-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_shiryou.png) 97% center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #d4770d), color-stop(0.5, #e08d1d), color-stop(0.51, #f29926), color-stop(1, #f5b25a));
	background: url(/sp/common/img/button/btn_icon_shiryou.png) 97% center no-repeat, -o-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_shiryou.png) 97% center no-repeat, -ms-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_shiryou.png) 97% center no-repeat, linear-gradient(0deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background-size: 45px auto, 100% 100%;
	border: 1px solid #c26d24;
}
.wrap_action .btn_action .btn_tel a {
	background: url(/sp/common/img/button/btn_icon_tel.png) 93% center no-repeat, -moz-linear-gradient(50% 100% 90deg, #258e33 0%, #019116 50%, #2aa032 51%, #49a74e 100%);
	background: url(/sp/common/img/button/btn_icon_tel.png) 93% center no-repeat, -webkit-linear-gradient(90deg, #258e33 0%, #019116 50%, #2aa032 51%, #49a74e 100%);
	background: url(/sp/common/img/button/btn_icon_tel.png) 93% center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #258e33), color-stop(0.5, #019116), color-stop(0.51, #2aa032), color-stop(1, #49a74e));
	background: url(/sp/common/img/button/btn_icon_tel.png) 93% center no-repeat, -o-linear-gradient(90deg, #258e33 0%, #019116 50%, #2aa032 51%, #49a74e 100%);
	background: url(/sp/common/img/button/btn_icon_tel.png) 93% center no-repeat, -ms-linear-gradient(90deg, #258e33 0%, #019116 50%, #2aa032 51%, #49a74e 100%);
	background: url(/sp/common/img/button/btn_icon_tel.png) 93% center no-repeat, linear-gradient(0deg, #258e33 0%, #019116 50%, #2aa032 51%, #49a74e 100%);
	background-size: 29px auto, 100% 100%;
	border: 1px solid #208029;
}
.wrap_action .btn_action .bnt_shinki a {
	background: url(/sp/common/img/button/btn_icon_shinki.png) 94% center no-repeat, -moz-linear-gradient(50% 100% 90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_shinki.png) 94% center no-repeat, -webkit-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_shinki.png) 94% center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #9a0000), color-stop(0.5, #b42220), color-stop(0.51, #bf2323), color-stop(1, #e7231e));
	background: url(/sp/common/img/button/btn_icon_shinki.png) 94% center no-repeat, -o-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_shinki.png) 94% center no-repeat, -ms-linear-gradient(90deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background: url(/sp/common/img/button/btn_icon_shinki.png) 94% center no-repeat, linear-gradient(0deg, #9a0000 0%, #b42220 50%, #bf2323 51%, #e7231e 100%);
	background-size: 39px auto, 100% 100%;
	border: 1px solid #8a000e;
}
.wrap_action .btn_action .bnt_koushin a {
	background: url(/sp/common/img/button/btn_icon_koushin.png) 94% center no-repeat, -moz-linear-gradient(50% 100% 90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_koushin.png) 94% center no-repeat, -webkit-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_koushin.png) 94% center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #d4770d), color-stop(0.5, #e08d1d), color-stop(0.51, #f29926), color-stop(1, #f5b25a));
	background: url(/sp/common/img/button/btn_icon_koushin.png) 94% center no-repeat, -o-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_koushin.png) 94% center no-repeat, -ms-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_koushin.png) 94% center no-repeat, linear-gradient(0deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background-size: 39px auto, 100% 100%;
	border: 1px solid #c26d24;
}
.wrap_action .btn_action .bnt_gasshop a {
	background: url(/sp/common/img/button/btn_icon_gasshop.png) 94% center no-repeat, -moz-linear-gradient(50% 100% 90deg, #0F70AD 0%, #1588C3 50%, #189BCB 51%, #1CACE0 100%);
	background: url(/sp/common/img/button/btn_icon_gasshop.png) 94% center no-repeat, -webkit-linear-gradient(90deg, #0F70AD 0%, #1588C3 50%, #189BCB 51%, #1CACE0 100%);
	background: url(/sp/common/img/button/btn_icon_gasshop.png) 94% center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #0F70AD), color-stop(0.5, #1588C3), color-stop(0.51, #189BCB), color-stop(1, #1CACE0));
	background: url(/sp/common/img/button/btn_icon_gasshop.png) 94% center no-repeat, -o-linear-gradient(90deg, #0F70AD 0%, #1588C3 50%, #189BCB 51%, #1CACE0 100%);
	background: url(/sp/common/img/button/btn_icon_gasshop.png) 94% center no-repeat, -ms-linear-gradient(90deg, #0F70AD 0%, #1588C3 50%, #189BCB 51%, #1CACE0 100%);
	background: url(/sp/common/img/button/btn_icon_gasshop.png) 94% center no-repeat, linear-gradient(0deg, #0F70AD 0%, #1588C3 50%, #189BCB 51%, #1CACE0 100%);
	background-size: 44px auto, 100% 100%;
	border: 1px solid #0F6BA8;
}
.wrap_action .btn_action .bnt_gasshop a div { font-size: 20px; }
.wrap_action .btn_action .bnt_rakutoku a {
	background: url(/sp/common/img/button/btn_icon_rakutoku2.png) 97% center no-repeat, -moz-linear-gradient(50% 100% 90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_rakutoku2.png) 97% center no-repeat, -webkit-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_rakutoku2.png) 97% center no-repeat, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #d4770d), color-stop(0.5, #e08d1d), color-stop(0.51, #f29926), color-stop(1, #f5b25a));
	background: url(/sp/common/img/button/btn_icon_rakutoku2.png) 97% center no-repeat, -o-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_rakutoku2.png) 97% center no-repeat, -ms-linear-gradient(90deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background: url(/sp/common/img/button/btn_icon_rakutoku2.png) 97% center no-repeat, linear-gradient(0deg, #d4770d 0%, #e08d1d 50%, #f29926 51%, #f5b25a 100%);
	background-size: 89px auto, 100% 100%;
	border: 1px solid #c26d24;
}
.wrap_action .btn_action .bnt_rakutoku a div:nth-child(2) { font-size: 16px; }
.wrap_action .btn_action .bnt_rakutoku a div+div { background: none; }
.wrap_action .btn_action li a:not([href^="http://"]) div+div, .wrap_action .btn_action li a[href^="http://home.osakagas.co.jp/sp/"] div+div, .wrap_action .btn_action li a[href^="http://faq.osakagas.jp/osakagas/smart/"] div+div, .wrap_action .btn_action li a[href^="http://ene.osakagas.co.jp/sp/"] div+div {
	clear: both;
	background: url(/sp/common/img/button/btn_icon_pc_white.png) right center no-repeat;
	background-size: 11px auto;
}
.wrap_action .btn_action li.pclink_none a div+div { background: none; }
.wrap_action .btn_action li.btn_tel a div+div { background: none; }
.wrap_action .btn_action .bnt_moushikomi a:not([href^="http://"]) div+div, .wrap_action .btn_action .bnt_moushikomi a[href^="http://home.osakagas.co.jp/sp/"] div+div, .wrap_action .btn_action .bnt_moushikomi a[href^="http://faq.osakagas.jp/osakagas/smart/"] div+div, .wrap_action .btn_action .bnt_moushikomi a[href^="http://ene.osakagas.co.jp/sp/"] div+div {
	clear: both;
	background: url(/sp/common/img/button/btn_icon_pc_white.png) right center no-repeat;
	background-size: 11px auto;
}
.wrap_action .btn_action .btn_tel a .dial {
	background: url(/sp/common/img/button/btn_icon_freedial.png) 3% center no-repeat;
	background-size: auto 14px;
	padding-left: 12%;
}
.wrap_action .btn_action .bnt_rakutoku a div.font_size_small {
	font-size: 11px;
	padding-right: 3px;
}
.wrap_action .btn_action .btn_tel a .font_size_small {
	font-size: 11px;
	padding-right: 3px;
}
.wrap_action .btn01 {
	margin-top: 16px;
	border: 0;
}
.wrap_action .btn01 li, .wrap_action .btn01 dd {
	border: 2px solid #ccc;
	margin-top: 8px;
}
.wrap_action .btn01 li:first-child, .wrap_action .btn01 dd:first-child { margin-top: 0; }
.wrap_action .btn01 li a, .wrap_action .btn01 dd a {
	font-size: 12px;
	color: #555555;
}
.wrap_action .btn01 li a div, .wrap_action .btn01 dd a div { font-size: 12px; }
/* ------------------------------------------------------------------------------------ 

background　関連

------------------------------------------------------------------------------------ */
.bg_none { background: none !important; }
.bg-eeeeee { background-color: #eeeeee!important; }
/* 試算条件・試験条件　背景・テキスト関係
------------------------------------------------------------------------------------ */
.calculation_block {
	background: #f4f4f4 none repeat scroll 0 0;
	padding: 15px 10px;
}
.calculation_block .txt01 {
	color: #263370 !important;
	font-weight: bold;
	margin-bottom: 10px;
}
.calculation_block .txt02 {
	font-size: 10px !important;
	margin-bottom: 10px;
}
.calculation_block .txt03 { font-size: 10px !important; }
.calculation_block span { color: #263370; }.margin-100 {
}
.msrgin-t20 {
}
/* ------------------------------------------------------------------------------------ 

間隔　関連

------------------------------------------------------------------------------------ */
.part {
    margin-top: 34px;
}