﻿@charset "UTF-8";
/* CSS Document */
/* -----------------------------------
    汎用クラス
   ----------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html { background-color: #F15A24; }
body, td, th, h1, h2, h3, h4, h5, h6 { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
body { font-size: 13px; color: #333333; line-height: 1.4; background-color: #E6E6E6; background-repeat: repeat-x; -webkit-text-size-adjust : none; margin: 0; }
@media (max-width: 639px) {
  body { font-size: 14px;}
}
a { text-decoration: none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-tap-highlight-color: rgba(230,1,47,.8); }
a:link { color: #00F; }
a:visited { color: #800080; }
a.linkBlue:visited, .linkBlue a:visited { color: #00F; }
a:hover, a.linkBlue:hover, .linkBlue a:hover { color: #F08C27; }
a.linkRed:visited, .linkRed a:visited { color: #D91E18; }
a:hover, a.linkRed:hover, .linkRed a:hover { color: #F08C27; }
a:active { color: #F00; }
a img { transition: all 0.3s linear; }
a:hover img { opacity: 0.5; }
a:hover {
opacity: 0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	}

a.underLine { text-decoration: underline; }

.inlineBlock { display: inline-block !important; }
.block { display: block !important; }
.clear { clear: both; display: block; }
.none { display: none; }
.hidden { visibility: hidden; }
.floatRight { float: right; }
.floatLeft { float: left; }

.textSmall { font-size: 85%; }
.textLarge { font-size: 20px; }
.textCenter { text-align: center !important; }
.textRight { text-align: right !important; }
.textLeft { text-align: left !important; }
.textSuper { font-size: 10px; vertical-align: text-top; text-align: center; }

.textTop { vertical-align: top !important; }
.textMiddle { vertical-align: middle !important; }
.textBottom { vertical-align: bottom !important; }
.textNowrap { white-space: nowrap; }
.textIndent1em { margin-left: 1em; }
.textIndent1emHead0em { margin-left: 1em; text-indent: -1em; }

.textWhite { color: #FFF; }
.textRed { color: #F00; }
.textBlue { color: #00F; }
.textLightBlue { color: #0FF; }
.textYellow { color: #FF0; }
.textDarkYellow { color: #990; }
.textPink { color: #F0F; }
.textOrange { color: #F60; }
.textGreen { color: #0F0; }
.textGray { color: #898989; }

.marginTop0px { margin-top: 0px !important; }
.marginTop3px { margin-top: 3px !important; }
.marginTop5px { margin-top: 5px !important; }
.marginTop10px { margin-top: 10px !important; }
.marginTop15px { margin-top: 15px !important; }
.marginTop20px { margin-top: 20px !important; }
.marginTop30px { margin-top: 30px !important; }
.marginTop50px { margin-top: 50px !important; }
.marginTop100px { margin-top: 100px !important; }
.marginBottom0px { margin-bottom: 0px !important; }
.marginBottom3px { margin-bottom: 3px !important; }
.marginBottom5px { margin-bottom: 5px !important; }
.marginBottom10px { margin-bottom: 10px !important; }
.marginBottom15px { margin-bottom: 15px !important; }
.marginBottom20px { margin-bottom: 20px !important; }
.marginBottom30px { margin-bottom: 30px !important; }
.marginTopBottom5px { margin-top: 5px !important; margin-bottom: 5px !important; }
.marginTopBottom10px { margin-top: 10px !important; margin-bottom: 10px !important; }
.marginTopBottom30px { margin-top: 30px !important; margin-bottom: 30px !important; }
.marginLeft0px { margin-left: 0px !important; }
.marginLeft5px { margin-left: 5px !important; }
.marginLeft10px { margin-left: 10px !important; }
.marginRight10px { margin-right: 10px !important; }
.marginRight30px { margin-right: 30px !important; }
.marginRight50px { margin-right: 50px !important; }
.paddingLeft5px { padding-left: 5px !important; }
.paddingLeft10px { padding-left: 10px !important; }
.paddingLeft20px { padding-left: 20px !important; }
.paddingLeft30px { padding-left: 30px !important; }
.paddingRight10px { padding-right: 10px !important; }
.paddingRight20px { padding-right: 20px !important; }
.paddingRight30px { padding-right: 30px !important; }
.paddingBottom0px { padding-bottom: 0px !important; }

.width1em { width: 1em !important; }
.width2em { width: 2em !important; }
.width3em { width: 3em !important; }
.width4em { width: 4em !important; }
.width5em { width: 5em !important; }
.width6em { width: 6em !important; }
.width7em { width: 7em !important; }
.width8em { width: 8em !important; }
.width10em { width: 10em !important; }
.width12em { width: 12em !important; }
.width15em { width: 15em !important; }
.width20em { width: 20em !important; }
.width25em { width: 25em !important; }
.width30em { width: 30em !important; }
.width35em { width: 35em !important; }
.width40em { width: 40em !important; }
.width50em { width: 50em !important; }

.bgRed { background-color: #F00 !important; }
.bgOrange { background-color: #F90 !important; }
.bgYellow { background-color: #FF0 !important; }
.bgYellowLight { background-color: #FFC !important; }
.bgPink { background-color: #F0F !important; }
.bgPinkLight { background-color: #FCF !important; }
.bgBlueLight { background-color: #CFF !important; }

/* --- Clear Fix ------------- */

.clearfix:before, .clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }

/* -----------------------------------
   コンテナー
 * ----------------------------------- */
.allWraper {
	overflow-x: hidden;
}
.navbar-wrapper {
	background-color: #F08C27;
	height: 40px;
}
/* ------------------------------------------------------ */
.convert {
	display: none !important;
}

@media only screen and (max-width: 641px) {
.convert {
	display: block !important;
}
.nonCompliant {
	display: none !important;
}
}

/* -----------------------------------
   ヘッダー
 * ----------------------------------- */
.header {
	padding-top: 0px;
	padding-bottom: 0px;
}
.headerContainer {
	width: 190px;
	height: 86px;
	background-color: #FFFFFF;
}
.headerLogo {
	width: 160px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.headerLogo img {
	width: 100%;
}
.newsHead {
	color: #F08C27;
}

@media (max-width: 639px) {
.topNaviContainer,
.headerContainer,
.headerLogo {
	width: 60%;
}
}
.navbar-inverse {
	background-color: transparent;
	border: none;
}
.topNaviContainer {
	position: relative;
	padding-left: 5px;
}
.topNavi {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 5px;
}
.topNavi li {
	background-image: url(../images/common/bg_spanLine.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
}
.topNavi li a {
	font-size: 13px;
	text-decoration: none;
	display: table-cell;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
.topNavi li:first-child {
	background-image: none;
}
.topNavi li a:visited {
	color: #FFFFFF;
}
.topNavi li a:hover {
	color: #FBFF9D;
}
.localNav > li.blank,
.localNavSlave > ul > li.blank {
	display: none;
}

@media (max-width: 640px) {
.topNavi {
	display: none !important;
}
}
.spTopNavi {
	position: absolute;
	right: 0;
	top: 0;
}
.topNavi li {
	display: inline-block;
}
/* ヘッダー画像全般 */
.categoryGroup .titleBg {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 215px;
	text-align: center;
	top: 40px;
	background-color: #FFFFFF;
}

.categoryGroup .wrap {
	position: relative;
	width: 940px;
	height: 240px;
}

.categoryGroup .titleGroup,
.categoryGroup .titleGroupSub {
	position: absolute;
	top: 65px;
	left: 230px;
	width: 500px;
}
.categoryGroup .titleGroupSub {
	top: 85px;
}
.categoryGroup h1 {
	color: #F08C27;
}
.categoryGroup h1 {
	font-size: 38px;
	line-height: 126%;
	display: block;
}
.categoryGroup p.h1Sub {
	font-weight: bold;
	display: block;
}
	.categoryGroup p.h1Discription {
	text-shadow: 0 -1px 1px #FFF,
    	-1px 0 1px #FFF,
    	1px 0 1px #FFF,
    	0 1px 1px #FFF,
    	1px 1px 1px #FFF,
    	2px 2px 2px #FFF,
    	3px 3px 3px #FFF;
	color: #000;
	font-weight: bold;
}

	.h1bgw {
	text-shadow: 0 -1px 1px #FFF,
    	-1px 0 1px #FFF,
    	1px 0 1px #FFF,
    	0 1px 1px #FFF,
    	1px 1px 1px #FFF,
    	2px 2px 2px #FFF,
    	3px 3px 3px #FFF;
	color: #000;
	font-weight: bold;
}
	
	@media only screen and (max-width: 641px) {
	.categoryGroup .titleBg {
	min-width: 100%;
	min-height: 91px;
	height: auto;
	top: 70px;
	}
	.categoryGroup .titleBg img {
		min-width: 320px;
		min-height: 91px;
		width: 100%;
		height: auto;
	}

	.categoryGroup .wrap {
	padding: 40px 10px 0px;
	width: auto;
	height: auto;
	}
	.categoryGroup.notLocalNav .wrap {
		padding: 91px 10px 0;
	}

	.categoryGroup .titleGroup,
	.categoryGroup .titleGroupSub {
	padding-left: 20px;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: left;
	}
	.categoryGroup h1 {
		font-size: 18px;
	}
	.categoryGroup p.h1Sub {
		font-size: 12px;
	}
	.categoryGroup p.h1Discription {
		display: none;
	}
}

/* -----------------------------------
   カラム
 * ----------------------------------- */
.wrapper {
	background-color: #E6E6E6;
	min-width: 960px;
}
.wrapper .header {
	height: 40px;
	background-color: #F08C27;
}

.mainContainer {
	width: 740px;
	float: right;
	background-color: #FFFFFF;
	min-height: 500px;
	padding-bottom: 20px;
}
.mainInnContainer {
	margin: 20px;
}
.wrap {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	text-align: left;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

@media only screen and (max-width: 641px) {
.wrapper {
	background-color: #E6E6E6;
	min-width: 100px;
	padding: 0;
	text-align: left;
	padding-top: 100px;
}
.wrapper .header {
	background-color: #F08C27;
	position: absolute;
	top: 0;
	width: 100%;
}
.wrapper.clearfix header .header.convert .logo {
	display: block;
	background-color: #FFFFFF;
	height: 60px;
}
.wrapper.clearfix header .header.convert .logo a {
	background-image: url(../images/sp/sp_logo.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 56px;
	font-size: 0;
	text-indent: -999999em;
	display: block;
	margin-left: 5px;
	margin-top: 10px;
}

.mainContainer {
	width: auto;
	float: none;
	margin-top: 10px;
	min-height: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
.mainInnContainer {
	margin: 10px 5px;
}
.wrap {
	padding: 0;
	width: auto;
	text-align: left;
}
}

.photoRightBox {
	text-align: right;
}
@media (max-width: 639px) {
.photoRightBox {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
}
/* ディスプレイ ブロック */
.block {
	display: block;
	padding-bottom: 5px;
}
.block.pic {
	width: 200px;
	text-align: center;
	float: right;
}
.block.pic img {
	width: 100%;
}
.block.text {
	width: 480px;
	float: left;
}

@media only screen and (max-width: 641px) {
.block {
	padding-bottom: 15px;
}
.block.pic,
.block.text {
	width: auto;
	float: none;
}
.block.pic {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}
.block.text {
	display: block;
　
}
.block.pic img {
	width: 100%;
}
}
/* メインコンテナ内サブコンテンツ要素グループ */
.elementGroup {
	margin-top: 15px;
}
.elementGroup:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 641px) {
.elementGroup {
	margin-top: 15px;
}
.elementGroup:first-child {
	margin-top: 0;
}
}


/* -----------------------------------
    展示会テーブル
   ----------------------------------- */

.table_tc{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}



/* -----------------------------------
    フッター
   ----------------------------------- */
footer {
	padding: 20px 0px 0px 0px;
	margin-top: 50px;
	background-color: #F08C27;
	color: #FFFFFF;
}
footer > .container {
	position: relative;
}
footer > .container a.pageTop {
	display: block;
	height: 25px;
	width: 80px;
	padding-top: 5px;
	background-color: #F5CB9F;
	color: #F15A24;
	text-align: center;
	position: absolute;
	top: -30px;
	right: 15px;
	border-radius: 4px 4px 0px 0px;
	background-image: url(../images/common/bg_pageTop.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 639px) {
footer {
	margin-top: 40px;
}
footer > .container a.pageTop {
	display: block;
	height: 30px;
	width: 100px;
	top: -29px;
	right: 50%;
	margin-right: -50px;
	color: #F15A24;
}
}
footer > .container .pageTop:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
footer .footerMenu {
	color: #FFFFFF;
	margin-left: 220px;
	width: 500px;
	text-align: left;
}
footer .footerMenu a {
	color: #FFFFFF;
}
footer .footerMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerMenu li {
	display: inline-block;
	margin-bottom: 5px;
	background-image: url(../images/common/bg_spanLine.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	padding-left: 5px;
}
#footerSub {
	position: relative;
	background-color: #F15A24;
	margin-top: 10px;
}
#footerLogo {
	display: block;
	background-color: #FFFFFF;
	height: 60px;
	width: 190px;
	height: 120px;
	position: absolute;
	bottom: -4px;
}
#footerLogo a {
	background-image: url(../images/common/foterlogo.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 190px;
	height: 120px;
	font-size: 0;
	text-indent: -999999em;
	display: block;
}
.copyright {
	padding: 7px;
	color: #FFFFFF;
	text-align: right;
}

@media (max-width: 639px) {
footer .footerMenu {
	display: block;
	margin-left: 0px;
	width: 100%;
}
footer .footerMenu li {
	display: block;
	border-top: 1px dotted #FFFFFF;
	margin-bottom: 0px;
	font-size: 13px;
}
footer .footerMenu a {
	display: block;
	height: 35px;
	color: #FFFFFF;
	text-align: center;
	line-height: 3;
}
footer .footerMenu a:hover {
	background-color: #DADADA;
	color: #F08C27;
	text-decoration: underline;
}
.footerMenu li {
	display: inline-block;
	margin-bottom: 5px;
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
}
#footerLogoSP {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	height: 70px;
}
#footerLogoSP a {
	background-image: url(../images/sp/sp_foterlogo.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 185px;
	height: 65px;
	font-size: 0;
	text-indent: -999999em;
	display: block;
	margin-left: 65px;
}
.copyright {
	font-size: 11px;
	text-align: center;
}
}

/* -----------------------------------
    グローバルナビ
   ----------------------------------- */
.globalNavi {
	position: fixed;
	top: 0px;
	z-index: 10;
	width: 190px;
	background-color: #fff;
	float: left;
}

.globalNavi li.selected {
	background-color: #FBF4E8;
}
.globalNavi li a {
	display: block;
	width: 100%;
	padding: 10px;
	text-decoration: none;
	color: #000000;
}
.globalNavi li {
	border-style: none solid solid;
	border-width: 1px;
	border-color: #e3e3e3;
}
.globalNavi li > ul li {
	padding-left: 20px;
	border-style: none;
}
.globalNavi li > ul li a {
	color: #666666;
}
.globalNavi li > ul li:hover {
	background-color: #F08C27;
}
.globalNavi li > ul li a:hover {
	color: #FFFFFF;
}
.globalNavi li a.home {
	background-image: url(../images/common/h1_header.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	width: 190px;
	height: 90px;
	font-size: 0;
	text-indent: -999999em;
	padding-left: 30px;
	display: block;
}
.globalNavi li a.home:hover {
	background-color: #FFFFFF;
	opacity: 0.5;
}
.globalNavi li .business {
	background-image: url(../images/common/mainMenu_business.png);
}
.globalNavi li .businessSelected {
	background-image: url(../images/common/mainMenu_business_hover.png);
}
.globalNavi li .company {
	background-image: url(../images/common/mainMenu_company.png);
}
.globalNavi li .companySelected {
	background-image: url(../images/common/mainMenu_company_hover.png);
}
.globalNavi li .recruit {
	background-image: url(../images/common/mainMenu_recruit.png);
}
.globalNavi li .recruitSelected {
	background-image: url(../images/common/mainMenu_recruit_hover.png);
}
.globalNavi li .business,
.globalNavi li .businessSelected,
.globalNavi li .company,
.globalNavi li .companySelected,
.globalNavi li .recruit,
.globalNavi li .recruitSelected {
	background-position: center center;
	padding: 0px;
	height: 50px;
}
.globalNavi li .businessSelected,
.globalNavi li .companySelected,
.globalNavi li .recruitSelected {
	background-color: #F08C27;
}

.globalNavi .base {
	padding-left: 20px;
}
.globalNavi .base:hover {
	background-color: #F08C27;
}
.globalNavi .base a {
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	text-decoration: none;
}
.globalNavi .base a:hover {
	color: #ffffff;
}
.globalNavi li img {
	height: 50px;
}
.globalNavi .base.selected {
	background-color: #F08C27;
}
.globalNavi .base.selected a {
	color: #ffffff;
}
.globalNavi .base a:before {
	font-family: 'Icons';
	content: '\e08f';
	color: #F08C27;
	margin: 0px 5px 0 0px;
}
.globalNavi .base:hover a:before,
.globalNavi .base.selected a:before {
	font-family: 'Icons';
	content: '\e08f';
	color: #ffffff;
	margin: 0 5px 0 0px;
}
.pMark {
	background-color: #FFFFFF;
	display: block;
	padding: 8px 8px 7px 58px;
	background-image: url(../images/common/bg_pMark.gif);
	background-repeat: no-repeat;
	background-size: 50px;
	font-size: 11px;
	background-position: 6px center;
	line-height: 1;
}
/* ローカルナビ */
.localNav {
	position: absolute;
	bottom: 0;
	background-color: #fff;
	width: 740px;
	display: table;
	right: 0px;
}
.localNav li {
	border-right: 2px solid #E6E6E6;
	background-color: #FBF4E8;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.localNav li:first-child {
	border-left: none;
}
.localNav li:last-child {
	border-right: none;
}
.localNav li a {
	border-top: 3px solid #A6A6A6;
	border-bottom: solid 1px #E6E6E6;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #666666;
	text-decoration: none;
	line-height: 3;
}
.localNav li a:hover,
.localNav li:hover a,
.localNav li.selected a {
	background-color: #fff;
	border-top: solid 3px #F08C27;
	height: 42px;
	color: #F08C27;
}
.localNav li.selected a {
	border-bottom: none;
}
.localNav .twoLine a {
	line-height: 1.2;
	padding-top: 5px;
}



.localNav2 {

	bottom: 0;
	background-color: #fff;
	width: 100%;
	display: table;
	right: 0px;
}
.localNav2 li {
	border-right: 2px solid #E6E6E6;
	background-color: #FBF4E8;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.localNav2 li:first-child {
	border-left: none;
}
.localNav2 li:last-child {
	border-right: none;
}
.localNav2 li a {
	border-top: 3px solid #A6A6A6;
	border-bottom: solid 1px #E6E6E6;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #666666;
	text-decoration: none;
	line-height: 3;
}
.localNav2 li a:hover,
.localNav2 li:hover a,
.localNav2 li.selected a {
	background-color: #fff;
	border-top: solid 3px #F08C27;
	height: 42px;
	color: #F08C27;
}
.localNav2 li.selected a {
	border-bottom: none;
}
.localNav2 .twoLine a {
	line-height: 1.2;
	padding-top: 5px;
}



@media only screen and (max-width: 641px) {
	.localNav {
	border: solid 1px #E6E6E6;
	position: relative;
	width: 100%;
	display: block;
	margin-left: 0px;
	}
	.localNav:after {
		content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
	}
	.localNav li {
	border: none;
	width: 50%;
	display: block;
	float: left;
	}
	.localNav li:first-child {
		border: none;
	}
	.localNav li:nth-child(2n) {
		border-left: solid 1px #E6E6E6;
	}
	.localNav li:nth-child(n+3) {
		border-top: solid 1px #E6E6E6;
	}
	.localNav li a,
	.localNav li span {
	border: none;
	padding: 7px 0px 6px 7px;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	line-height: 1.2;
	}
	.localNav li span {
		background-image: none;
	}
	.localNav li a:hover,
	.localNav li:hover a,
	.localNav li.selected a {
	border: none;
	height: auto;
	line-height: normal;
	color: #F08C27;
	line-height: 1.2;
	}
.localNavBr {
	display: none;
}
.localNav .twoLine a {
	line-height: 1.2;
	padding: 7px 0px 6px 7px;
}




	.localNav2 {
	border: solid 1px #E6E6E6;
	position: relative;
	width: 100%;
	display: block;
	margin-left: 0px;
	}
	.localNav2:after {
		content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
	}
	.localNav2 li {
	border: none;
	width: 50%;
	display: block;
	float: left;
	}
	.localNav2 li:first-child {
		border: none;
	}
	.localNav2 li:nth-child(2n) {
		border-left: solid 1px #E6E6E6;
	}
	.localNav2 li:nth-child(n+3) {
		border-top: solid 1px #E6E6E6;
	}
	.localNav2 li a,
	.localNav2 li span {
	border: none;
	padding: 7px 0px 6px 7px;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	line-height: 1.2;
	}
	.localNav2 li span {
		background-image: none;
	}
	.localNav2 li a:hover,
	.localNav2 li:hover a,
	.localNav2 li.selected a {
	border: none;
	height: auto;
	line-height: normal;
	color: #F08C27;
	line-height: 1.2;
	}
.localNavBr {
	display: none;
}
.localNav2 .twoLine a {
	line-height: 1.2;
	padding: 7px 0px 6px 7px;
}

}
/* ローカルナビ --SPのみ下側に表示-- */
@media only screen and (max-width: 641px) {
	.footerSubNavi {
	padding: 10px 10px 0px;
	font-size: 12px;
	}
	.footerSubNavi .title {
	font-weight: bold;
	color: #F08C27;
	margin-bottom: 3px;
	text-align: left;
	}
	
	
	
		.footerSubNavi2 {
	padding: 10px 10px 0px;
	font-size: 12px;
	}
	.footerSubNavi2 .title {
	font-weight: bold;
	color: #F08C27;
	margin-bottom: 3px;
	text-align: left;
	}
	
	
	
	
}

/* -----------------------------------
    見出し
   ----------------------------------- */
.wrapper h2.basic {
	margin-bottom: 20px;
	font-size: 25px;
	line-height: normal;
	color: #858585;
	display: block;
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
}
.wrapper .h3-group {
	padding: 10px 20px;
	font-size: 18px;
	display: block;
	clear: both;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}
.wrapper .h3-group h3 {
	border-left: solid 3px #F08C27;
	padding-top: 2px;
	padding-left: 12px;
	line-height: 126%;
	display: block;
}
.wrapper .subContents > .h3-group {
	margin-left: -25px;
	margin-right: -25px;
}
#h3Image {
	margin-top: 20px;
	margin-left: 20px;
}
.boldText {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	padding-right: 5px;
}
span.br {
	display: none;
}

@media only screen and (max-width: 641px) {
.wrapper h2.basic {
	margin: 0px -10px 10px;
	padding: 10px 10px 0px;
	font-size: 17px;
	line-height: normal;
	text-align: center;
	display: block;
}
.wrapper h2.basic img {
	width: 100%;
	height: auto;
}
.wrapper .h3-group {
	margin-bottom: 15px;
	padding: 5px;
	font-size: 15px;
	line-height: normal;
}
.wrapper .h3-group h3 {
	padding-left: 10px;
	display: block;
	float: none;
}
.wrapper .h3-group a {
	display: none;
}
.wrapper .subContents > .h3-group {
	margin-left: 0;
	margin-right: 0;
}
#h3Image {
	margin-top: 0px;
	margin-left: 0px;
}
#h3Image img {
	width: 100%;
	height: auto;
}
span.br {
	display: inline;
}
}

/* -----------------------------------
   表の様式
 * ----------------------------------- */
.listDesign > dt,
.listDesign > dd {
	line-height: 25px;
	text-align: left;
	padding: 5px;
}

.listDesign:nth-child(odd) {
	background-color: #FFFADA;
}
.listDesign > dd > input[type="text"],
.listDesign > dd > textarea {
	width: 100%;
}
.listDesign a {
	text-decoration: none;
	display: block;
}
.listDesign a:visited { color: #00F; }
.listDesign a:hover { color: #F60; }

@media (max-width: 639px) {
.listDesign {
	margin-right: 0px;
}
.listDesign > dt {
	padding: 5px 5px 3px 5px;
}
.listDesign > dd {
	padding: 0px 5px 5px 5px;
}
}


/* -----------------------------------
   準備中コメント
 * ----------------------------------- */
.wrapper h2.under-construction {
	margin-bottom: 20px;
	font-size: 23px;
	line-height: normal;
	color: #858585;
	text-align: center;
	margin-top: 40px;
	display: block;
}
.wrapper h2.under-construction span {
	font-size: 14px;
	display: block;
}
@media only screen and (max-width: 641px) {
.wrapper h2.under-construction {
	margin: 0px -10px 10px;
	padding: 10px 10px 0px;
	font-size: 16px;
	line-height: normal;
}
.wrapper h2.under-construction span {
	font-size: 13px;
}
}
