@charset "shift_jis";
/* CSS Document */
html{
	font-size: 62.5%;
}
body	{
	font-size: 16px;
	font-size: 1.6rem;
	font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: 1.8;
	margin:0;
	padding:0;
}
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}


/*ヘッダー*/
.wrapper header {
	max-width:1024px;
	margin:0 auto;
}
.headerinner{
	width:100%;
	height:80px;
	position:relative;
}
.headerinner hgroup {
	position:absolute;
	top:10px;
	left:1%;
	width:22%;
}
.headerinner nav{
	position:absolute;
	top:13px;
	right:80px;
	width:70%;
}
.headerinner nav ul {
	text-align:right;
	font-size:15px;
	font-size:1.5rem;
	position:absolute;
	right:0;
	top:0
	
}
.headerinner nav ul li{
	display:inline-block;
	text-align:right;
	margin-left:15px;
}
/*.headerinner nav ul a:nth-child(4):after{
	content:"\A";
 	white-space: pre;
}*/
.headerinner hgroup figure img{
	width:100%;
}
.headerinner a {
	color:#333;
	text-decoration:none;
}
.headerinner a:hover li {
	color:#333;
	text-decoration:underline;
}
.headerinner a:hover img	{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.headerinner #contact	{
	position:absolute;
	top:15px;
	right:2px;
	width:65px;
	height:45px;
	background: #333;
	background-size:30px;
	border-radius:5px;
	padding-top:13px;
	text-align:center;
}
.headerinner #contact p{
	color:#FFF;
	font-size:12px;
	font-size:1.2rem;
	white-space:nowrap;
}



/*PC非表示*/
.pcnon {
	display:none;
}

/*ページコンテンツ*/
.containerAll {
	width:100%;
/*	max-width:1024px;*/
	margin:0;
	padding:0;
}
/*ページコンテンツ*/
.container {
	width:100%;
	max-width:1024px;
	margin:10px auto 50px;
}
/*ページコンテンツヘッダー*/
header.pagetitle {
	width:100%;
	background:url(img/bg_page_title.jpg) no-repeat top right #F0F0F0;
	background-size:auto 150px;
	height:150px;
	margin:0 0 30px 0;
	display:table;
}
header.pagetitle h1{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
	font-size:2rem;
	padding-left:10px;
	
}
header.pagetitle h1{
	background: -moz-linear-gradient(left, rgba(240,240,240,1) 50%, rgba(240,240,240,0.5) 70%, rgba(240,240,240,0) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(240,240,240,1) 50%,rgba(240,240,240,0.5) 70%, rgba(240,240,240,0) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(240,240,240,1) 50%,rgba(240,240,240,0.5) 70%, rgba(240,240,240,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
 
}

/* フッターナビ */
footer{
	width:100%;
}
footer .gotop {
	max-width:1024px;
	margin:20px auto;
	height:50px;
}
footer .gotop p{
	width:80px;
	height:50px;
	color:#FFF;
	background: rgba(0,0,0,0.7);
	font-size:10px;
	font-size:1rem;
	text-align:center;
	border-radius:6px;
	float:right;
}
footer .gotop p i{
	font-size:20px;
	font-size:2rem;
}
footer .links{
	width:100%;
	background-color:#CCC;
	height:120px;
}
footer .links ul{
	width:500px;
	margin:0 auto;
	display:table;
	height:100%;
}
footer .links ul > a,
footer .links ul > li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
footer .icons{
	width:100%;
	background-color:#666;
}
footer .icons ul{
	max-width:1024px;
	margin:0 auto;
	text-align:right;
	padding:15px 5px;
}
footer .icons ul a{
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	margin-left:18px;
	width:12%;
}
footer .icons ul a img{
	width:100%;
}
footer .sitemap{
	width:100%;
	background-color:#000;
}footer .icons_sp{
	display:none;
}
footer .sitemap .sitemapinner{
	max-width:1024px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
	color:#FFF;
	font-size:14px;
	font-size:1.4rem;
	position:relative;
}
footer .sitemap .sitemapinner a{
	color:#FFF;
	text-decoration:none;
}
footer .sitemap .sitemapinner a:hover li{
	color:#FFF;
	text-decoration:underline;
}


footer .sitemap .sitemapinner .logoaddress{
	position:absolute;
	top:20px;
	left:10px;
}
footer .sitemap .sitemapinner .logoaddress img{
	width:185px;
	margin:0 0 10px 0;
}
footer .sitemap .sitemapinner .logoaddress p{
	width:185px;
	font-size:12px;
	font-size:1.2rem;
	margin-bottom:20px;
}
footer .sitemap .sitemapinner nav{
	max-width:680px;
	width:72%;
	float:right;
	display:table;
}
footer .sitemap .sitemapinner .first{
	color:#FFF;
	width:260px;
	display:table-cell;
}
footer .sitemap .sitemapinner .second{
	color:#FFF;
	width:210px;
	display:table-cell;
}
footer .sitemap .sitemapinner .second .title{
	display:table;
}
footer .sitemap .sitemapinner .second .title figure{
	display:table-cell;
}
footer .sitemap .sitemapinner .second figure img{
	width:110px;
}
footer .sitemap .sitemapinner .second .title .recruit{
	display:table-cell;
	font-size:10px;
	font-size:1rem;
	padding-left:5px;
}
footer .sitemap .sitemapinner .second .title .recruit span{
	background-color:#1293D4;
	padding:2px;
}
footer .sitemap .copyright{
	clear:both;
	font-size:12px;
	font-size:1.2rem;
	color:#CCC;
	text-align:center;
	border-top:1px #666 solid;
	padding:5px;
}
/*-----------------ページナビ--------------------------------------------------*/
aside{
	margin:30px;
}
aside a{
	text-decoration:none;
	color:#36C;
}
aside a:hover{
	text-decoration:underline;
}



/* text */
.txCenter {
	text-align:center;
}
.ind {
	text-indent:-1em;
	margin-left:1em;
}
/* img */
.pagetopimg{
	width:100%;
}
.pagetopimg img{
	width:100%;
	margin-bottom:30px;
}
.imgCenter {
	text-align:center;
	margin:0 auto;
	display:block;
}
.imgLeft {
	display:block;
	float:left;
}
.imgRight {
	display:block;
	float:right;
}
/*文字サイズ*/
.fs10 {
	font-size:10px;
	font-size:1rem;
}
.fs11 {
	font-size:11px;
	font-size:1.1rem;
}
.fs12 {
	font-size:12px;
	font-size:1.2rem;
}
.fs13 {
	font-size:13px;
	font-size:1.3rem;
}
.fs14 {
	font-size:14px;
	font-size:1.4rem;
}
.fs15 {
	font-size:15px;
	font-size:1.5rem;
}
.fs16 {
	font-size:16px;
	font-size:1.6rem;
}
.fs18 {
	font-size:18px;
	font-size:1.8rem;
}
.fs20 {
	font-size:20px;
	font-size:2rem;
}
.fs22 {
	font-size:22px;
	font-size:2rem;
}
.fs24 {
	font-size:24px;
	font-size:2.4rem;
}
.fs26 {
	font-size:26px;
	font-size:2.6rem;
}
.fwbold {
	font-weight:bold;
}
/*マージン*/
.mgnTop10 {
	margin-top:10px;
}
.mgnTop20 {
	margin-top:20px;
}
.mgnTop30 {
	margin-top:30px;
}
.mgnBtm10 {
	margin-bottom:10px;
}
.mgnBtm20 {
	margin-bottom:20px;
}
.mgnBtm30 {
	margin-bottom:30px;
}
.mgnBtm40 {
	margin-bottom:40px;
}
.mgnLft10 {
	margin-left:10px;
}
.mgnLft20 {
	margin-left:20px;
}
.mgnLft30 {
	margin-left:30px;
}
.mgnRit10 {
	margin-right:10px;
}
.mgnRit20 {
	margin-right:20px;
}
.mgnRit30 {
	margin-right:30px;
}
.mgnTB10 {
	margin-top:10px;
	margin-bottom:10px;
}
.mgnTB20 {
	margin-top:20px;
	margin-bottom:20px;
}
.mgnTB30 {
	margin-top:30px;
	margin-bottom:30px;
}
/*PCで非表示*/
.nondisplay{
	display:none;
}

/* clearfix */
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}
