@charset "utf-8";
/* **************************************************

CSS Information
File Name : base.css
Style Info: サイト共通のスタイル指定
Date: 2015-01-29

************************************************** */
/* --------------------------------------------------
	Basic Setting
-------------------------------------------------- */
html {
	font-size: 62.5%; /* font-size: 10px相当*/
}

body {
	background-color: #f4f0f0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	text-align: center;
	overflow-y: scroll; /* for Firefox */
	-webkit-text-size-adjust: 100%; /* for SmartPhone */
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*	Link Settings
-------------------------------------------------- */
a {
	color: #7688de;
	text-decoration: none;
}

a:link {
	
}

a:visited {
	
}

a:focus {
	
}

a:hover {
	color: #7688de;
	text-decoration: underline;
}

a:active {
	
}

/*	汎用Class
-------------------------------------------------- */
/* Clearfix */
.cf {
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

.inner {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
}

.inner:after {
	content: "";
	display: block;
	clear: both;
}

.section,
.block {
}

.section:after,
.block:after {
	content: "";
	display: block;
	clear: both;
}

.imgL,
.fl,
.alignleft {
	float: left;
}

.imgR,
.fr,
.alignright {
	float: right;
}

.al {
	text-align: left !important;
}

.ac {
	text-align: center !important;
}

.ar {
	text-align: right !important;
}

.btn {
	margin-bottom: 0 !important;
	text-align: center;
}

/*---------------------------------------------------
	#page - ページコンテナ
-------------------------------------------------- */
#page {
	position: relative;
	text-align: left;
}

/*----------------------------------------------------
	#header - ヘッダー
----------------------------------------------------*/
#header {
	position: relative;
}

#header:after {
	content: "";
	display: block;
	clear: both;
}
	
	/*	#top - トップ
	-------------------------------------------------- */
	#top{
		background-color: #fdecef;
	}
	
		#top .inner {
			position: relative;
			padding: 8px 0;
		}
			
		/*	h1 - ページタイトル
		-------------------------------------------------- */
		#top h1 {
			float: left;
			margin-left: 270px;
			font-size: 12px;
			font-size: 1.2rem;
			font-weight: normal;
			line-height: 1.5;
		}

		/*	.subHeader - ユーティリティナビ
		-------------------------------------------------- */
		#top .subHeader {
			float: right;
			margin-right: 8px;
		}
		
			/*	#fontNavi - フォントナビゲーション
			-------------------------------------------------- */
			#top #fontNavi {
				margin-left: 20px;
			}
			
			#top #fontNavi:after {
				content: "";
				display: block;
				clear: both;
			}
			
			#top #fontNavi ul{
				float:right;
			}
			
			#top #fontNavi li {
				display: inline-block;
				margin-left: 5px;
				font-size: 14px;
				font-size: 1.4rem;
				line-height: 1.25;
				text-align: center;
			}
			
			#top #fontNavi li:first-child {
				margin-right: 5px;
				margin-left: 0;
				font-size: 12px;
				font-size: 1.2rem;
			}
			
			#top #fontNavi li a {
				display: block;
				padding: 1px 4px;
				background-color: #fff;
				border-radius: 3px;
				color: #333;
				text-decoration: none;
			}
		
			#top #fontNavi li a:hover {
				background-color: #e63450;
				color: #fff;
			}
			
			/*	#topNavi - トップナビゲーション
			-------------------------------------------------- */
			#top #topNavi {
				margin-top: 10px;
				color: #333;
				overflow: hidden;			
			}
			
			#top #topNavi li {
				display: inline-block;
				margin-left: 20px;
				padding-left: 14px;
				background: url(../tmpl-img/ico_arrow01.png) no-repeat left center;
				font-size: 12px;
				font-size: 1.2rem;
				line-height: 1.25;
			}
			
			#top #topNavi a {
				color: #333;
				text-decoration: none;
			}
			
			#top #topNavi li a:hover{
				color: #7688de;
				text-decoration: underline;
			}

		/*	#siteID - サイトロゴ
		-------------------------------------------------- */
		#top #siteID {
			position: absolute;
			top: 0;
			left: 33px;
			width: 220px;
			z-index: 10;
		}
		

	/*	#gNavi - グローバルナビゲーション
	-------------------------------------------------- */
	#gNavi {
		min-width: 1000px;
		background-color: #e63450;
	}
	
	#gNavi .pcNavi {
		/*margin-left: 265px;*/
		margin-left: 215px;
		font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}
	
	#gNavi .pcNavi li {
		position: relative;
		float: left;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	
	#gNavi .pcNavi li a {
		display: block;
		width: 125px;
		/*width: 182px;*/
		padding: 56px 0 16px 0;
		background-color: #e63450;
		border-right: 1px solid #ec727f;
		color: #fff;
		text-decoration: none;
		line-height: 1.4;
		font-size:12px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	#gNavi .pcNavi li a:hover {
		background-color: #ec677c;
		text-decoration: none !important;
	}
	
	/* 働く女性応援企画 */
	#gNavi .pcNavi .cheer a {
		background: url(../tmpl-img/ico_gnavi01.png) no-repeat center 20px;
	}
	
	/* ハッピーワーカー */
	#gNavi .pcNavi .happyWorker a {
		background: url(../tmpl-img/ico_gnavi02.png) no-repeat center 20px;
	}
	
	/* お役立ち情報 */
	#gNavi .pcNavi .useful a {
		background: url(../tmpl-img/ico_gnavi03.png) no-repeat center 20px;
	}
	
	/* ニュース＆トピックス */
	#gNavi .pcNavi .news a {
		background: url(../tmpl-img/ico_gnavi04.png) no-repeat center 20px;

	}

	/* 企業の皆様へ */
	#gNavi .pcNavi .company a {
		background: url(../tmpl-img/ico_gnavi05.png) no-repeat center 20px;
	}

	/* テレワーク */
	#gNavi .pcNavi .tele a {
		background: url(../tmpl-img/ico_gnavi06.png) no-repeat center 20px;
	}
	
/* --------------------------------------------------
	#topicPath - パンくずリスト
-------------------------------------------------- */
#topicPath01 {
	margin: 25px 0 15px;
}

#topicPath01 .inner {
	width: 1000px;
}

#topicPath01 ol {
	margin-left: 40px;
	font-size: 13px;
	font-size: 1.3rem;
}

#topicPath01 li {
	display: inline;
	margin-right: 5px;
	line-height: normal;
}

#topicPath01 a {
	padding-right: 16px;
	background: url(../tmpl-img/ico_topicpath01.png) no-repeat right center;
}

#topicPath01 a .home {
	padding-left: 14px;
	background: url(../tmpl-img/ico_home.png) no-repeat left 4px;
}

/*----------------------------------------------------
	#contents - コンテンツ
----------------------------------------------------*/
#contents {
	position: relative;
/*	min-height: 480px;*/
	min-height: 280px;
	padding-bottom: 80px;
}

	/*	#main - メインブロック
	-------------------------------------------------- */
	#main {
		width: 940px;
		margin: 0 auto;
	}

/*----------------------------------------------------
	#pageTop - ページトップ
----------------------------------------------------*/
#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#pageTop a {
	display: block;
}

/*----------------------------------------------------
	#footer - フッター
----------------------------------------------------*/
#footer {
/*	min-width: 1000px;*/
	min-width: 1180px;
/*	padding: 15px 0;*/
	padding: 15px 0;
	background-color: #dcdcdc;
/*	text-align: center;*/
	text-align: left;
}

#footer small {
	margin-left:50px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.25;
}


#footer smallright {
	margin-right:50px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.25;
	float: right;
}

/* --------------------------------------------------
	Smart Phone - スマートフォン用
-------------------------------------------------- */
#top .btnSmpNavi,
#gNavi .smpNavi,
#mainVisual .smpMainVisual{
	display: none;
}


/* --------------------------------------------------
	Responsive Settings - スマートフォン用設定
-------------------------------------------------- */
@media screen and (max-width:640px) {
	
	.inner {
		max-width: 620px;
		min-width: 300px;
		margin: 0 10px;
	}

	/* #header - ヘッダー
	-------------------------------------------------- */
	#header .inner{
		max-width: 640px;
		min-width: 320px;
		margin: 0 auto;
	}
	
		/* #top - トップ
		-------------------------------------------------- */
		#top {
			background-color: #e63450;
		}
		
			#top .inner {
				padding: 0;
				height: 50px;
			}
			
			#top h1 {
				display: none;
			}
			
			#top .subHeader {
				display: none;
			}
			
			#top #siteID {	
				position: relative;
				left: 0;
				z-index:10;
				width: 100%;
				text-align: center;
			}
			
			#top #siteID img {
				width: 50%;
				max-width: 180px;
				min-width: 140px;
			}
			
			#top .btnSmpNavi {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				z-index: 20;
			}
			
			#top .btnSmpNavi a {
				position: relative;
				display: block;
				width: 28px;
				height: 30px;
				padding: 12px 11px 8px;
				background-color: #ff5a82;
				cursor: pointer;
			}
			
			#top .btnSmpNavi span {
				display: block;
				width: 28px;
				height: 4px;
				margin-bottom: 6px;
				background-color: #fff;

				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-ms-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			
			/* クリック時のアニメーション */
			.activated #top .btnSmpNavi .first {
				-webkit-transform: translate(0,10px) rotate(405deg);
				-moz-transform: translate(0,10px) rotate(405deg);
				transform: translate(0,10px) rotate(405deg);
			}
			
			.activated #top .btnSmpNavi .second {
				-webkit-transform: translate(0,0) rotate(-405deg);
				-moz-transform: translate(0,0) rotate(-405deg);
				transform: translate(0,0) rotate(-405deg);
			}
			
			.activated #top .btnSmpNavi .third {
				-webkit-transform: translate(0,-10px) rotate(405deg);
				-moz-transform: translate(0,-10px) rotate(405deg);
				transform: translate(0,-10px) rotate(405deg);
			}
	
	
		/* #gNavi - グローバルナビゲーション
		-------------------------------------------------- */
		#gNavi {
			min-width: 0;
			background-color: transparent;
		}
		
			#gNavi .pcNavi {
				display: none;
			}
			
			#gNavi .smpNavi {
				display: block;
				position: absolute;
				z-index: 30;
				width: 100%;
				margin-left: 0;
				overflow: hidden;
				visibility: hidden;
				
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			
			#gNavi .smpNaviOpen {
				overflow: visible;
				visibility: visible;
			}
			
			#gNavi .smpNavi li {
				float: none;
				height: 0;
				background: url(../tmpl-img/bg_gnavi.png) repeat left top;
				border-bottom: 1px solid #666;
				font-size: 16px;
				font-size: 1.6rem;
				text-align: left;
				
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-ms-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			
			#gNavi .smpNaviOpen li {
				height: 56px;
			}
			
			#gNavi .smpNavi li:hover {
				background: url(../tmpl-img/bg_gnavi02.png) repeat left top;
			}
			
			#gNavi .smpNavi li a {
				display: block;
				width: 100%;
				min-height: 26px;
				padding: 16px 0;
				border: none;
				color: #fff;
				text-decoration: none;
			}	
			
			#gNavi .smpNavi li a span {
				padding-left: 56px;
			}
			
			#gNavi .smpNavi li:after {
				content: "";
				display: block;
				clear: both;
			}
			
			#gNavi .smpNavi .utility {
				float: left;
				width: 50%;
			}
			
			#gNavi .smpNavi .utility a {
				display: block;
				background: url(../tmpl-img/ico_arrow01.png) no-repeat 20px center;
				border-right: 1px solid #888;
				
				-moz-box-sizing: border-box;				
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
			}
			
			#gNavi .smpNavi .utility a span {
				padding-left: 36px;
			}
			
			#gNavi .smpNavi li:last-child a {
				border-right: none;
			}
			
			/* 働く女性応援企画 */
			#gNavi .smpNavi .cheer a {
				background: url(../tmpl-img/ico_smp_gnavi01.png) no-repeat 20px center;
			}
			
			/* ハッピーワーカー */
			#gNavi .smpNavi .happyWorker a {
				background: url(../tmpl-img/ico_smp_gnavi02.png) no-repeat 20px center;
			}
			
			/* お役立ち情報 */
			#gNavi .smpNavi .useful a {
				background: url(../tmpl-img/ico_smp_gnavi03.png) no-repeat 20px center;
			}
			
			/* ニュース＆トピックス */
			#gNavi .smpNavi .news a {
				background: url(../tmpl-img/ico_smp_gnavi04.png) no-repeat 20px center;
			}
			
			/* 企業の皆様へ */
			#gNavi .smpNavi .company a {
				background: url(../tmpl-img/ico_smp_gnavi05.png) no-repeat 20px center;
			}
			
			/* テレワーク */
			#gNavi .smpNavi .tele a {
				background: url(../tmpl-img/ico_smp_gnavi06.png) no-repeat 20px center;
			}
			
		/* #topicPath01 - パンくずリスト
		-------------------------------------------------- */				
		#topicPath01 {
			display: none;
		}

		/* #contents - コンテンツ
		-------------------------------------------------- */		
		#contents {
			position: relative;
			min-height: 0;
			margin-top: 20px;
			padding-bottom: 50px;
		}
		
			#main {
				width: auto;
			}
			
						
		/*	#footer - フッター
		-------------------------------------------------- */
		#footer {
			text-align: center;
			min-width: 0;
			padding: 15px 0;
		}
		#footer small,#footer smallright {
			float:none;
			margin:0 auto ;
			font-size: 10px;
			/*font-size: 1.2rem;*/
			line-height: 1.25;
		}

}