@media print, screen and (min-width: 768px) {
#menu-sp,#nav-sp,#mail-sp,.sp,#menu-sp{
	display:none;
	text-indent:-9999px;
	line-height:0%;
	margin:0px;
	padding:0px;
}
#top{
	margin-top:-86px;
	padding-top:86px;
}
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
.anchorlink{
	padding-top:120px;
	margin-top:-120px;
}
/* ヘッダー */
header {
    height: 86px;
    position:fixed;
    left:0;
    top:0;
	background-image:url(../images/common/header-bk.png);
	background-repeat:repeat-x;
	background-position: center top;
	width: 100%;
	z-index:2000;
}
/* IE6用固定 */
* html #header {
    position:absolute;
    top: expression(eval(document.documentElement.scrollTop));
}
#header-wrap{
	max-width:1100px;
	width:96%;
	margin:0 auto;
}
#header-wrap #header-l{
	float:left;
	width:50%;
	margin-top:0;
}
#header-l h1 img,
#header-l .logo img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height:auto;
	float:left;
	margin:3% auto 0 0;
	max-width:214px;
	width:60%;
	height:100%;
}
#header-l p{
	float:left;
	font-size:70%;
	margin:6.5% 0 0 20px;
	color:#666666;
	width:50%;
	line-height:1.2;
}

#header-r{
	float:right;
	width:50%;
	margin-top:0;
}
nav{
	float:left;
}
nav ul{
	margin:0 auto;
}
nav li{
	list-style:none;
	display: table-cell;
	vertical-align: middle;
	width:5.0%;
}
nav li a{
	padding:22px 0 17px;
	float:left;
	text-align:center;
	line-height:140%;
	text-decoration:none;
	color:#333;
	/*font-size:0.90vw;*/
	width:100%;
	font-size:88%;
	border-bottom:#FFFFFF 4px solid;
}
nav li a span{
	color:#0080BD;
	font-size:80%;
}
nav li a:hover,nav li a:active,nav li a.active{
	color:#0080BD;
	border-bottom:#0180BD 4px solid;
	width:100%;
}


/* main -------------------------------------------------------------- */
#main-bk{
	background:#FDDB55;
}
#main-bk #main{
	background:url(../images/common/main-message.png) center 50px no-repeat;
	width: 1100px;
	margin:80px auto 0;
	padding-top:0;
}



/* wrap -------------------------------------------------------------- */
.wrap{
	max-width:1100px;
	width:96%;
	margin:0 auto;
	padding-bottom:100px;
	overflow:hidden;
}
#contents-bk{
	background:url(../images/common/bk02.gif) left top repeat;
	padding:20px 0 80px;
}
.contents{
	max-width:900px;
	width:96%;
	margin:0 auto;
}
.contents ul{
	margin-left:30px;
}

/* トップページ -------------------------------------------------------------- */
#top-business-bk{
	background:url(../images/common/bk01.jpg) center top no-repeat #E6EAF0;
	padding:80px 0;
}
#top-business{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
#top-business h2{
	font-size:180%;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	line-height:1.6;
	margin-bottom:40px;
}
#top-business-wrap{
	width:102.0%;
	overflow:hidden;
	padding-top:6px;
}
#top-business-wrap ul{
}
#top-business-wrap ul li {
	list-style:none;
}
#top-business-wrap ul li a{
	float:left;
	width:30%;
	margin:0 3.3% 3% 0;	
	color:#FFFFFF;
	text-decoration:none;
	font-size:120%;
}
#top-business-wrap ul li a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width:100%;
	height:auto;
	padding-bottom:8px;
}
#top-business-wrap ul li a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#top-business-wrap ul li a:hover .arrow,#top-business-wrap ul li a:hover .arrow2{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#top-business-wrap.second ul{
	margin-left:0;
}
#top-business-wrap.second ul li a{
	color:#333333;
}
#top-business-wrap.second ul li p{
	display: none;
}

/* トップページニュース -------------------------------------------------------------- */
#top-news-bk{
	background:url(../images/common/bk02.gif) left top repeat;
	padding:80px 0;
}
#top-news{
	max-width:800px;
	width:90%;
	margin:0 auto;
}
#top-news h2{
	font-size:180%;
	font-weight:normal;
	text-align:center;
	line-height:1.6;
	margin-bottom:40px;
	line-height:1.2;
}
#top-news h2 span{
	color:#0080BD;
	font-size:80%;
}

/* タブ切り替え -------------------------------------------------------------- */
ul#tab,ul#tab2 {
	margin-left:0;
}
#tab li:first-child,#tab2 li:first-child{
	border-left:#E6E6E6 1px solid;
}
#tab li,#tab2 li {
  float: left;
  padding: 10px 0px;
  list-style: none;
  cursor: pointer;
  background: #F9F9F9;
  color:#333333;
  width:33.111%;
  text-align:center;
	border-top:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	border-bottom:#E6E6E6 1px solid;
}
#tab li:hover,#tab2 li:hover{
	color:#888888;
}
#tab li.select,#tab2 li.select{
	font-weight:bold;
	background:#FFFFFF;
	color:#333333;
	border-bottom:#FFFFFF 1px solid;
}
#tab li:nth-child(1).select,#tab2 li:nth-child(1).select{
  background: #0080BD;
  color:#FFFFFF;
  position: relative;
}
#tab li:nth-child(2).select,#tab2 li:nth-child(2).select{
  background: #37BC9B;
  color:#FFFFFF;
  position: relative;
}
#tab li:nth-child(3).select,#tab2 li:nth-child(3).select{
  background: #E8840B;
  color:#FFFFFF;
  position: relative;
}
#tab li:nth-child(1).select:after,#tab li:nth-child(2).select:after,#tab li:nth-child(3).select:after,#tab2 li:nth-child(1).select:after,#tab2 li:nth-child(2).select:after,#tab2 li:nth-child(3).select:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 46%;
	margin-top: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #FFFFFF transparent;
}

.disnon {
  display: none;
}
.news_wrap_inner {
  clear: left;
  padding:20px;
  border-left:solid 1px #DDDDDD;
  border-right:solid 1px #DDDDDD;
  border-bottom:solid 1px #DDDDDD;
  box-shadow: 0 0 6px #DDDDDD;
  background:#FFF;
}
.news_wrap dl{
	height:200px;
	overflow-y:scroll;
	padding-right:20px;
}
.news_wrap dl a,.news_wrap2 a{
	text-decoration:none;
}
.news_wrap dl dt {
	font-size:12px;
}
.news_wrap dl dd {
    border-bottom: 1px dashed #ccc;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
}

.news_wrap2{
	margin:10px 0 60px;
}
.news_wrap2 dl dt {
	font-size:12px;
}
.news_wrap2 dl dd {
    border-bottom: 1px dashed #ccc;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
}


/* アイコン -------------------------------------------------------------- */
.icon1,.icon2,.icon3{
	background:#37BC9B;
	display:inline-block;
	width:100px;
	line-height:160%;
	color:#FFF;
	font-size:11px;
	text-align:center;
	margin-left:10px;
    -webkit-border-radius: 2px;  
    -moz-border-radiust: 2px;
}
.icon2{
	background:#E8840B;
}
.icon3{
	background:#DF0B0B;
	display:inline;
	padding:0px 7px;
}



/* トップページ問い合わせ -------------------------------------------------------------- */
#top-toiawase-bk{
	background:url(../images/common/bk03.jpg) center top repeat;
	padding:80px 0;
}
#top-toiawase{
	max-width:1000px;
	width:90%;
	margin:0 auto;
	color:#FFFFFF;
}
#top-toiawase h2{
	text-align:center;
	font-weight:normal;
	margin:0 auto 40px;
}
.top-toiawase-l{
	float: left;
	width:50%;
	border-right:#9CB1C7 1px solid;
	text-align:center;
}
.toiawase-tel {
	padding-top:6px;
}
.toiawase-tel a {
	color: #FFFFFF;
}
.toiawase-tel img{
	padding-right:10px;
	margin-top:-6px;
}
.top-toiawase-r{
	float: right;
	width:49%;
	text-align:center;
}
a.btn-contact{
	width:60%;
	margin:10px auto;
	background:#FFFFFF;
	color:#0080BD;
	text-align:center;
	display:block;
	padding:20px;
	text-decoration:none;
}
a.btn-contact:hover{
	background:#CCE5F1;
}
a.btn-contact img{
	padding-right:10px;
}

/* 第2階層 -------------------------------------------------------------- */
.breadcrumbs{
	font-size:10px;
	text-align:left;
	color:#999999;
	max-width:1100px;
	width:96%;
	margin:0 auto 20px;
}
.breadcrumbs a{
	text-decoration:none;
	color:#999999;
}
.breadcrumbs a:hover{
	text-decoration:underline;
}
#second-main-bk {
	height:200px;
	width:100%;
	margin-top:80px;
}
.second-main-bk-company{
	background:url(../images/company/main.jpg) top center no-repeat;
}
.second-main-bk-news{
	background:url(../images/news/main.jpg) top center no-repeat;
}
.second-main-bk-business{
	background:url(../images/business/main.jpg) top center no-repeat;
}
.second-main-bk-recruit{
	background:url(../images/recruit/main.jpg) top center no-repeat;
}
.second-main-bk-contact{
	background:url(../images/contact/main.jpg) top center no-repeat;
}
.second-main-bk-privacy{
	background:url(../images/privacy/main.jpg) top center no-repeat;
}
.second-main-bk-sitemap{
	background:url(../images/sitemap/main.jpg) top center no-repeat;
}
#second-main-bk-filter{
	background:url(../images/second/main-filter.png) top center repeat;
	height:340px;
}
#second-main{
	max-width:1100px;
	width:96%;
	height:200px;
	margin:0 auto;
	position: relative;
	text-align:center;
}
#second-main h1{
	color:#FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align:center;
	padding-top:60px;
	font-size:300%;
	line-height:110%;
}
#second-main h1 .second-main-midashi{
	font-size:32%;
	line-height:160%;
	letter-spacing:0.2em;
}

/* フッター -------------------------------------------------------------- */
#footer{
	padding:30px;
	background:#F9F9F9;
	clear:both;
	color:#464646;
}
#footer .footer-wrap{
	max-width:1040px;
	width:96%;
	margin:0 auto;
}
#footer .footer-wrap .footer-wrap-l{
	width:40%;
	float:left;
	text-align:left;
	line-height:1.4;
	font-size:90%;
}
#footer .footer-wrap .footer-wrap-l a{
	text-decoration:none;
	color:#464646;
}
#footer .footer-wrap .footer-wrap-r{
	width:60%;
	float:right;
	text-align:right;
	font-size:90%;
}
#footer .footer-wrap .footer-wrap-r ul{
	text-align:right;
}
#footer .footer-wrap .footer-wrap-r ul li{
	list-style:none;
	display:inline-block;
}
#footer .footer-wrap .footer-wrap-r ul li a{
	background:url(../images/common/arrow03.png) left center no-repeat;
	padding-left:10px;
	float:left;
	margin:0 0 0 20px;
	text-decoration:none;
	font-size:90%;
}
#footer .footer-copy{
	font-size:80%;
	float:right;
	padding-top:50px;
}
#backtop {
	position:fixed;
	right: 20px;
	bottom: 20px;
	display:none;
}

/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}



/* 見出し -------------------------------------------------------------- */
.contents h2{
	position: relative;
	display: block;
	margin:0 auto 80px auto;
	text-align:center;
	font-size:180%;
	line-height:140%;
	font-weight:normal;
}
.contents h2:before {
	content: '';
	position: absolute;
	bottom: -16px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0180BD;
	border-radius: 2px;
}
.contents h3{
	font-size:130%;
	padding:0.65em 0.5em 0.6em 1em;
	line-height:130%;
	background:#FDFEFF;
	border-top:solid 1px #E6F0F8;
	border-left:solid 3px #0180BD;
	border-right:solid 1px #E6F0F8;
	border-bottom:solid 1px #DDDDDD;
	margin:30px 0 15px;
	clear:both;
}
.contents h4{
  font-size:120%;
  padding: 10px 20px 8px 10px;
  margin:20px 0 15px;
  border-bottom:solid 2px #E8E8E8;
  color:#0180BD;
}
.contents h5{
	font-size:110%;
  padding: 0 0 6px 10px;
  border-bottom:2px solid #0180BD;
  position: relative;
  margin:40px 0 15px 0;
}
 
.contents h5:before{
  content:"";
  display:block;
  width:15%;
  border-bottom:2px solid #0180BD;
  position:absolute;
  bottom:0;
  margin-left:-10px;
  margin-bottom:-2px;
}

/* テーブル -------------------------------------------------------------- */
table.table01,table.sp-table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom:8px;
	line-height:160%;
	width:100%;
}
table.table01 th,table.sp-table th {
	padding: 10px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	width:30%;
	background:#F7FCFF;
}
table.table01 td,table.sp-table td {
	padding: 10px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.table02 {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table.table02 th{
	text-align:left;
}
table.table02 th,table.table02 td{
	border-bottom:solid 1px #cccccc;
	padding:15px;
}
table.even tr:nth-child(even) th,table.even tr:nth-child(even) td{
	background: #eee;
}
table.even tr:nth-child(odd) th,table.even tr:nth-child(odd) td{
	background: #fff;
}
.nowrap{
	white-space: nowrap;
}
table.table03 {
	border-collapse: collapse;
	border-spacing: 0;
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}
table.table03 th{
	text-align:left;
	width: 20%;
}
table.table03 th,table.table03 td{
	border-bottom: dashed 1px #cccccc;
	padding:10px 6px;
}
table.table03 p{
	padding-bottom: 0;
}
table.table04{
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	margin-bottom:8px;
	line-height:160%;
	width:100%;
}


/* お問合わせ -------------------------------------------------------------- */
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact select,
.contact textarea{
	padding:1%;
	border: 1px solid #CCCCCC;
	background:#FAFAFA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:0px 0px 5px 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}
.contact select{
	width:auto;
}
.contact input[type="submit"],
.contact input[type="reset"],
.contact input[type="button"]{
	padding:10px 60px;
	color:#ffffff;
	background:#0068B5;
	font-weight:bold;
	border:none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	margin:30px 10px 10px 10px;
	cursor:pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
}
.contact input[type="radio"]{
	margin-right:10px;
}
.contact input[type="submit"]{
		background:#FF6600;
}

/* ボックス -------------------------------------------------------------- */
.box01{
	width:96%;
	margin:0 auto 6px;
}
.box01-l{
	width:49%;
	float:left;
}
.box01-r{
	width:49%;
	float:right;
}
.box-txt01{
}
.box02{
	width:96%;
	margin:0 auto;
}
.box02-l{
	width:39%;
	float:left;
}
.box02-r{
	width:59%;
	float:right;
}
.map-box{
	width:96%;
	margin:0 auto;
}
.map-box-l{
	width:42%;
	float:left;
}
.map-box-r{
	width:55%;
	float:right;
}
.map-txt01{
	margin-top:20px;
}
.map-txt02{
}




/* ボタン -------------------------------------------------------------- */
.btn01,
a.btn01{
	display:block;
	text-decoration:none;
	border: 1px solid #0080BD;
	padding:15px;
	color:#0080BD;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	background:url(../images/common/arrow02.png) 20px center no-repeat;
}
.btn01:hover,
a.btn01:hover{
	background:url(../images/common/arrow04.png) 20px center no-repeat #0080BD;
	color:#FFFFFF;
	cursor:pointer;
}

.btn02,a.btn02{
	background-image:url(../images/common/arrow02.png);
	background-repeat:no-repeat;
	background-position:14px center;
	background-color:#FF6600;
	display:block;
	text-decoration:none;
	padding:15px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	width:60%;
	margin:20px auto 10px;
}
.btn02:hover,a.btn02:hover{
	background-color:#FF8533;
	color:#FFF;
	cursor:pointer;
}
a.btn01.top-news{
	width:30%;
	margin:40px auto 0;
}

/* 第二階層のサブメニュー -------------------------------------------------------------- */
.submenu{
	margin-bottom:60px;
}
.submenu ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	margin:0;
	padding:0;
	font-size:0;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
}
.submenu li {
	display: inline;
	margin:0;
	padding:0;
}
.submenu li a{
	text-align: center;
	font-size:14px;
	width: 24.80%;
	padding: 1em 0;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	display: inline-block;
	margin:0;
	background:url(../images/common/arrow05.png) 1em center no-repeat;
	text-decoration:none;
}
.submenu li a:hover,
.submenu li.no a.active:hover{
	background:#0180BD url(../images/common/arrow05.png) 1em center no-repeat;
	color:#FFFFFF;
}
.submenu li a.active{
	background:#0180BD url(../images/common/arrow05.png) 1em center no-repeat;
	color:#FFFFFF;
}
.submenu li.no a.active{
	background-color: transparent;
	color:#222222;
}
.submenu.news li a{
	width: 33.111%;
}


/* ニュースの年度サブメニュー -------------------------------------------------------------- */
.submenu2{
	margin-bottom:60px;
}
.submenu2 ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	margin:0;
	padding:0;
	font-size:0;
	border-top:#DDDDDD 1px solid;
	border-bottom:#DDDDDD 1px solid;
}
.submenu2 li {
	display: inline;
	margin:0;
	padding:0;
}
.submenu2 li a{
	font-size:14px;
	padding: 1em 0;
	display: inline-block;
	margin:0;
	background:url(../images/common/arrow07.png) left center no-repeat;
	text-decoration:none;
	padding-left:1.5em;
	margin-left:20px;
}

/* サイトマップ -------------------------------------------------------------- */
ul.sitemap li a{
	text-decoration:none;
}
ul.sitemap li{
	list-style:none;
	background:url(../images/common/arrow08.png) left 8px no-repeat;
	padding-left:20px;
	margin-bottom:6px;
}
ul.sitemap li ul{
	margin-left:10px;
}
ul.sitemap li ul li{
	background:url(../images/common/arrow09.png) left center no-repeat;
	padding-left:16px;
}




/* firefoxハック -------------------------------------------------------------- */
@-moz-document url-prefix() {
nav ul{
	width:150%;
}
nav li a{
	width:5%;
}
nav li a{
	width:100%;
}
nav li a{
	padding:22px 0 17px;
}

}


}




@media screen and (min-width: 840px) and (max-width: 975px) {
#header-wrap #header-l{
	width:40%;
}
#header-l h1 img,
#header-l img.logo{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height:auto;
	float:left;
	margin:5% auto 0 0;
	max-width:214px;
	width:60%;
	height:100%;
}
#header-l p{
	width:30%;
}

#header-r{
	width:60%;
}
}
@media screen and (min-width: 767px) and (max-width: 839px) {
#header-wrap #header-l{
	width:40%;
}
#header-l h1 img,
#header-l img.logo{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height:auto;
	float:left;
	margin:7% auto 0 0;
	max-width:214px;
	width:60%;
	height:100%;
}
#header-l p{
	width:30%;
}

#header-r{
	width:60%;
}
}

@media print{
.fixed {
    position: static;
}
}


/* IEハック -------------------------------------------------------------- */
@media screen\0 {
nav li a{
	padding:22px 0 16px;
}
.submenu li a{
	width: 24.87%;

}
