@charset "UTF-8";

/* ************************************************************
Title: common_renewbefore.css
2024-05 リニューアル前のcommon.css
adminへ割り当てる（上記だとNG)
************************************************************ */


/***********************************************
/* rule
************************************************/


/*webフォント*/


/*
* “M+ WEB FONTS” licensed under the IPA Font License Agreement v1.0
* http://mplus-fonts.osdn.jp/about.html#web_fonts
* http://ipafont.ipa.go.jp/
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html
*/

/*webフォント*/
@font-face {
	font-family: "kazesawa";
	src: url("../font/Kazesawa-Regular.eot") format("eot"), url("../font/Kazesawa-Regular.woff") format("woff");
	font-weight: normal;
}

@font-face {
	font-family: "kazesawa";
	src: url("../font/Kazesawa-Bold.eot") format("eot"), url("../font/Kazesawa-Bold.woff") format("woff");
	font-weight: bold;
}

/*
@font-face {
	font-family: "mplus";
	src: url('../font/mplusmedium.woff') format('woff'), url('../font/mplusmedium.eot');
	font-weight: normal;
}

@font-face {
	font-family: "mplus";
	src: url('../font/mplusbold.woff') format('woff'), url('../font/mplusbold.eot');
	font-weight: bold;
}
*/
body {
	font-smooth: always;
}

html {
	width: 100%;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	color: #555;
	font-style: normal;
	font-weight: 400;
	font-family: "kazesawa", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14.0px;
	line-height: 1.4em;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow-x: hidden;
}

a {
	color: #707070;
	text-decoration: none;
}

a:visited {
	color: #707070;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


/*文字折り返し*/

pre {
	white-space: pre;
	/* CSS 2.0 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3.0 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	white-space: -moz-pre-wrap;
	/* Mozilla */
	white-space: -hp-pre-wrap;
	/* HP Printers */
	word-wrap: break-word;
	/* IE 5+ */
}


/************************************************
/*見出し
/***********************************************/

h1,
h2,
h3,
h4 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	letter-spacing: 0.5px;
}

h2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 0;
	font-size: 2.0em;
	color: #00692D;
	line-height: 1.3;
}

h3 {
	width: 100%;
	height: auto;
	margin: 0 auto 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 0 3px;
	font-size: 1.1em;
	color: #22B573;
	text-align: center;
}

h4 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 0 10px;
	font-size: 1.15em;
	color: #3f3f3f;
}

h5 {
	width: 93%;
	height: auto;
	margin: 15px auto 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	font-size: 1.0em;
	color: #3f3f3f;
	font-weight: bold;
}


/*サブタイトル*/

p.subTitle {
	width: auto;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	font-size: 0.8em;
	color: #3f3f3f;
	display: block;
}


/************************************************
/*clearfix
/***********************************************/

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


/************************************************
/*モーダルのオーバーレイ
/***********************************************/

#overlay {
	width: 100%;
	height: 100%;
	background: #000;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	-ms-filter: alpha(opacity=0.9);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 2000;
}


/************************************************
/*画像リンクロールオーバー
/***********************************************/

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/************************************************
/*facebook
/***********************************************

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
	width: 100%!important;
	display: block;
}
*/


/*表組み*/

table {
	border-collapse: separate;
	border-spacing: 0;
}

tr td a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

tr td a:hover {
	color: #fff;
	text-decoration: underline;
}

tr td a:visited {
	color: #fff;
	text-decoration: underline;
}


/*===============================
各種ブロック
===============================*/


/*ページブロック
----------------------*/

#mainContainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}


/*汎用ブロック*/

.contentBlock {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}


/*汎用ブロック・色分け背景*/

.contentBlock.color {
	background: #FCF7E4;
}


/*汎用ブロック・コンテンツ領域*/

.innerWrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}


/*セクションボタン*/

.pcSectionBtn {
	display: none;
}


/*タイトル
================*/

.contentBlock .titleArea {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	text-align: center;
}

.contentBlock .titleArea h2 {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: inline-block;
	font-size: 1.4em;
}

.contentBlock .titleArea .jrHeader {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: inline-block;
	font-size: 1.0em;
	color: #fff;
}

.contentBlock .titleArea p.subTitle {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}


/*パンくず
================*/

.breadCrumb {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #FFFABB;
}

.breadCrumb ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
}

.breadCrumb ul li {
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	position: relative;
	font-size: 1.0em;
	color: #666;
}

.breadCrumb ul li a {
	color: #666;
}

.breadCrumb ul li:after {
	content: "＞";
	width: 1.0em;
	height: auto;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	font-size: 0.9em;
	text-align: center;
}

.breadCrumb ul li:last-child:after {
	content: "";
}

.breadCrumb ul li.current {
	color: #666;
	font-weight: bold;
}

.breadCrumb ul li a {
	color: #333;
}

.breadCrumb ul li a:hover {
	text-decoration: underline;
}


/*文字共通
----------------------*/

p {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14.8px;
	line-height: 1.5em;
}


/*センタリング時*/

p.center {
	text-align: center;
}


/*ヘッダー
----------------------*/

header {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba( 255, 255, 255, 1.0);
}

header .pcTaskBlock {
	display: none;
}

.infoArea {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #f2f2f2;
	position: relative;
}

.description {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.description p {
	font-size: 0.68em;
	color: #666;
	line-height: 30px;
}

.pcLoginStatus {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
	/*inline-block*/
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	color: #666;
}

.naviInner {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
	background: #fff;
}

h1 span.siteName {
	display: none;
}

header h1{
	width:100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:block;
	position: relative;
}

header h1 a{
	width:110px;
	height: 55px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
}

header h1 img {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
}

/*お知らせ表示*/
.infoNavi {
	width: auto;
	height: 30px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
}

.infoNavi a{
	width:auto;
	height: 30px;
	margin: 0 auto;
	padding: 0 5px 0 30px;
	box-sizing: border-box;
	display:block;
	line-height: 30px;
	position: relative;
	background: #f0f0f0;
	border-radius: 3px;
	color:#338757;
	position: relative;
}

.infoNavi:hover{
	opacity: 0.7;
}

.infoNavi a:after{
	content: "";
	width: 20px;
	height: 20px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: url(../img/icon_info.png)0 0 no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top:0;
	bottom:0;
	left: 5px;
}

.infoNavi a:before{
	content: "NEW!";
	width: auto;
	height: 22px;
	padding: 0 5px;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #FF5050;
	background-size: 0px 0px;
	position: absolute;
	top:-13px;
	right: -10px;
	color:#fff;
	border-radius: 11px;
	line-height: 18px;
	text-align: center;
	z-index: 100;
	font-weight: bold;
	border: 2px solid #fff;
	font-size: 11px;
}
	.facebookIcon.sp{
	width: 30px;
	height: 30px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: url(../img/icon_facebook.png)0 0 no-repeat;
	background-size: 30px 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 155px;
	}
	.facebookIcon.sp a {
		width: 100%;
		height: 30px;
		margin: 0 3% 0 0;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		float: right;
		position: relative;
		line-height: 30px;
	}
	.facebookIcon.sp:hover {
		opacity: 0.5;
	}
ul.newsList{
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	display:block;
	border-top: 2px solid #666;
}
ul.newsList li{
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 20px 10px 5px;
	box-sizing: border-box;
	display:block;
	border-bottom: 1px dotted #666;
	position: relative;
	transform: rotate(0deg)!important;
}

ul.newsList li:after{
	content: "";
	width: 15px;
	height: 15px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: url(../img/icon_link_arr_r.png)0 0 no-repeat;
	background-size: 15px 15px;
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
}


ul.newsList li:last-child{
	border-bottom: none;
}

p.newsIntro{
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0 0 ;
	box-sizing: border-box;
	display:block;
}

.newsInfo{
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	display:block;
}

p.newsDate{
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 5px 0;
	box-sizing: border-box;
	display:block;
	text-align: left;
	font-size: 14px;
	line-height: 1.3;
}

p.newsTitle{
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 5px;
	box-sizing: border-box;
	display:block;
	text-align: left;
	font-size: 14px;
	line-height: 1.3;
}

p.newsTxt{
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	display:none;
	text-align: left;
	font-size: 13px;
}



/*spメニュー*/

.spMenuBtn {
	width: 40px;
	height: 40px;
	margin: auto;
	padding: 0;
	background-size: 100% auto;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	z-index: 1001;
	cursor: pointer;
	display: block;
}

.spMenuBtn span {
	display: block;
	background: #717171;
	width: 20px;
	height: 3px;
	position: absolute;
	left: 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.spMenuBtn span:nth-child(1) {
	top: 10px;
}

.spMenuBtn span:nth-child(2) {
	top: 18px;
}

.spMenuBtn span:nth-child(3) {
	top: 26px;
}

.spMenuBtn.open span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

.spMenuBtn.open span:nth-child(2) {
	opacity: 0;
}

.spMenuBtn.open span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

.spNaviScroll {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
	position: absolute;
	top: 95px;
	left: 0;
	overflow: auto;
	border-top: 2px solid #717171;
	-webkit-overflow-scrolling: touch;
}


ul.spNaviWrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.spNaviWrapper li {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
	line-height: 15px;
	border-bottom: 1px solid #717171;
	background: #fff;
}

ul.spNaviWrapper li.spTaskArea {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 15px 0;
	display: block;
	line-height: 15px;
	border-bottom: 2px solid #717171;
	text-align: center;
	background: #fff;
}

ul.spNaviWrapper li.spTaskArea p.user {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 10px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	position: relative;
}

ul.spNaviWrapper li.spTaskArea p.user:after {
	content: "";
	width: 20px;
	height: 20px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: url(../img/icon_login_user.png)0 0 no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.loginStatus {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #f2f2f2;
}

.menuBtnWrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #fff;
}

ul.spNaviWrapper li a.menuBtn {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #fff;
	border: 2px solid #22B573;
	border-radius: 10px;
	line-height: 42px;
	color: #22B573;
}

ul.spNaviWrapper li a.menuBtn.contact {
	margin: 10px auto 0;
}

ul.spNaviWrapper li a.menuBtn:hover {
	background: #22B573;
	color: #fff;
	border: 2px solid #22B573;
	display: block;
}

ul.spNaviWrapper li a.menuBtn.login:hover span:after {
	background: url(../img/icon_tasklogin_wh.png)0 0 no-repeat;
	background-size: 20px 20px;
}

ul.spNaviWrapper li a.menuBtn.logout:hover span:after {
	background: url(../img/icon_tasklogout_wh.png)0 0 no-repeat;
	background-size: 20px 20px;
}

ul.spNaviWrapper li a.menuBtn.contact:hover span:after {
	background: url(../img/icon_taskcontact_wh.png)0 0 no-repeat;
	background-size: 20px 20px;
}

ul.spNaviWrapper li a.miniBtn {
/*  width: 49%; */
	height: 40px;
	margin: 0 2% 0 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #f2f2f2;
	float: left;
	line-height: 40px;
	color: #666;
	border-radius: 3px;
}

ul.spNaviWrapper li a.miniBtn:last-child {
	margin: 0 0 0 0;
}

ul.spNaviWrapper li a.miniBtn:hover {
	opacity: 0.6;
	color: #666;
}

ul.spNaviWrapper li a {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 5px 20px 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	color: #717171;
	position: relative;
}


/*spメニューアイコン*/

ul.spNaviWrapper li a.menuBtn span,
ul.spNaviWrapper li a.miniBtn span {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: inline-block;
}

ul.spNaviWrapper li a.miniBtn span {
	padding: 0 0 0 25px;
}

ul.spNaviWrapper li a.menuBtn span:after,
ul.spNaviWrapper li a.miniBtn span:after {
	content: "";
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

ul.spNaviWrapper li a.menuBtn.login span:after {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/icon_tasklogin.png)0 0 no-repeat;
	background-size: 20px 20px;
}

ul.spNaviWrapper li a.menuBtn.logout span:after {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/icon_tasklogout.png)0 0 no-repeat;
	background-size: 20px 20px;
}

ul.spNaviWrapper li a.menuBtn.contact span:after {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/icon_taskcontact.png)0 0 no-repeat;
	background-size: 20px 20px;
}

ul.spNaviWrapper li a.miniBtn.guide span:after {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/icon_task_tutorial.png)0 0 no-repeat;
	background-size: 20px 20px;
}

ul.spNaviWrapper li a.miniBtn.catalog span:after {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/icon_task_request.png)0 0 no-repeat;
	background-size: 20px 20px;
}

ul.spNaviWrapper li a:hover {
	color: #9f9f9f;
}

ul.spNaviWrapper li a.gNavi span {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
}

ul.spNaviWrapper li a.gNavi span:after {
	content: "";
	width: 25px;
	height: 25px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

ul.spNaviWrapper li a.gNavi span.top:after {
	background: url(../img/icon_sp_top.png)0 0 no-repeat;
	background-size: 25px 25px;
}

ul.spNaviWrapper li a.gNavi span.feature:after {
	background: url(../img/icon_sp_feature.png)0 0 no-repeat;
	background-size: 25px 25px;
}

ul.spNaviWrapper li a.gNavi span.trouble:after {
	background: url(../img/icon_sp_trouble.png)0 0 no-repeat;
	background-size: 25px 25px;
}

ul.spNaviWrapper li a.gNavi span.cart:after {
	background: url(../img/icon_sp_cart.png)0 0 no-repeat;
	background-size: 25px 25px;
}

ul.spNaviWrapper li a.gNavi span.regist:after {
	background: url(../img/icon_sp_mypage.png)0 0 no-repeat;
	background-size: 25px 25px;
}

ul.spNaviWrapper li a.gNavi span.topics:after {
	background: url(../img/icon_sp_topics.png)0 0 no-repeat;
	background-size: 25px 25px;
}

ul.spNaviWrapper li a.gNavi:after {
	content: "";
	width: 15px;
	height: 15px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	background: url(../img/icon_link_arr_r.png)0 0 no-repeat;
	background-size: 15px 15px;
}

.pcNaviWrapper {
	display: none;
}

.sp_searchArea {
	width: 100%;
	height: auto;
	margin: 10px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
}

.searchArea {
	display: none;
}

input.searchBox {
	width: 75%;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
	border-left: 2px solid #777;
	border-right: none;
	display: block;
	float: left;
	position: relative;
	border-radius: 8px 0 0 8px;
	float: left;
	background: #fff;
	line-height: 36px;
}

.searchBox.top {
	height: 40px;
	padding: 0 5px;
}

button.topSearchBtn {
	width: 25%;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #777;
	border: none;
	display: block;
	float: left;
	position: relative;
	border-radius: 0 8px 8px 0;
	float: left;
	cursor: pointer;
}

button.topSearchBtn:hover {
	opacity: 0.8;
}

button.topSearchBtn:after {
	content: "";
	width: 20px;
	height: 20px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: url(../img/icon_searchbtn.png)0 0 no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/*トップへ戻る*/

.backBtn {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../img/icon_back_arr.png)50% 50% no-repeat rgba(30, 30, 30, 0.6);
	background-size: 20px 12.5px;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 #999;
}

.backBtn:hover {
	opacity: 0.7;
}


/*ボタン
-----------------*/


/*色違い*/

.btn.reg {
	background: #ec6983;
}


/*記事リンクボタン*/

a.linkBtn {
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 25px 0 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: #565656;
	border-bottom: 1px solid #565656;
}

a.linkBtn:after {
	content: "";
	width: 20px;
	height: 20px;
	padding: 0;
	margin: auto;
	background: url(../img/icon_link_arr.png)0 0 no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
}

a.linkBtn:hover::after {
	transition: all .3s;
	transform: translateX(5px);
}


/*サイト外へのリンク*/

a.linkBtn.blank:before {
	content: "";
	width: 10px;
	height: 10px;
	padding: 0;
	margin: auto;
	background: url(../img/icon_blank.png)0 0 no-repeat;
	background-size: 10px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}


/*フッター
----------------------*/

footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #F1EBEB;
	position: relative;
}

ul.footerMenu {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #fff;
	position: relative;
	border-top: 2px solid #666;
}

ul.footerMenu li {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #fff;
	position: relative;
	border-bottom: 1px dotted #999;
}

ul.footerMenu li a {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
	line-height: 35px;
}

ul.footerMenu li a:after {
	content: "";
	width: 15px;
	height: 15px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: url(../img/icon_link_arr_r.png)0 0 no-repeat;
	background-size: 15px 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
}

.copyright {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 8px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
}

.contactBtn.pc {
	display: none;
}


/*文字関係
----------------------*/

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.large {
	font-size: 1.4em;
}

.small {
	font-size: 0.85em;
}

.normal {
	font-size: 1.0em;
}

.red {
	color: #EC6983;
}

.inline {
	display: inline;
}


/*※印の文章*/

span.attention {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	font-size: 1.0em;
	position: relative;
	font-size: 0.9em;
}

span.attention:after {
	content: "※";
	width: 15px;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.9em;
}


/*ページャ
===============*/

.pagerWrapper {
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
	width: 100%;
}

p.pagerTxt {
	height: auto;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	width: 100%;
}

ul.pagerBlock {
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: auto;
}

ul.pagerBlock li {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #22B573;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	float: left;
	height: 40px;
	line-height: 36px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 40px;
	cursor: pointer;
	font-weight: bold;
}

ul.pagerBlock li a {
	width: 100%;
	height: 100%;
	display: block;
}

ul.pagerBlock li:hover {
	opacity: 0.7;
}

ul.pagerBlock li.active {
	background: #22B573 none repeat scroll 0 0;
	border: none;
	line-height: 40px;
	color: #fff;
}

ul.pagerBlock li.active a {
	color: #fff;
	display: block;
}


ul.pagerBlock li.next {
	background: url(../img/icon_pager_next.png)50% 50% no-repeat #22B573;
	background-size: 20px 20px;
}

ul.pagerBlock li.prev{
	background: url(../img/icon_pager_prev.png)50% 50% no-repeat #22B573;
	background-size: 20px 20px;
}

ul.pagerBlock li.skip {
	background: none;
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 36px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 20px;
	cursor: pointer;
	font-weight: bold;
}

.errorMsg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
}

.errorMsg p {
	text-align: center;
	margin: 0 auto 50px;
}

errorMsg p br {
	display: block;
}

/*pdf出力ボタン*/

.pdfbtnWrapper {
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: center;
}

.pdfbtnWrapper .pdfBtn {
	width: 275px;
	height: 40px;
	padding: 0;
	line-height: normal;
	border-radius: 5px;
	border:none;
	border-bottom: 3px solid #4763be;
	text-align: center;
	margin: 0 auto;
	background: #0299CE;
	cursor: pointer;
	display: inline-block;
	position: relative;
	line-height: 40px;
}

.pdfbtnWrapper .pdfBtn p {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	position: relative;
	line-height: normal;
	color:#fff;
	font-weight: bold;
}

.pdfbtnWrapper .pdfBtn p:after {
	content: "";
	width: 30px;
	height: 30px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: url(../img/icon_pdf.png)0 0 no-repeat;
	background-size: 30px 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
}

.pdfbtnWrapper .pdfBtn:hover {
	top:1px;
	margin: 0px auto -1px;
	border-bottom-width: 2px;
}

.pdfbtnWrapper .pdfBtn.enable {
	background: #ddd;
	cursor: auto;
	border-bottom: 1px solid #aaa;
	color:#fff;
}

.pdfbtnWrapper .pdfBtn.enable:hover {
	top: 0;
	margin: 0 auto 0;
	border-bottom-width: none;
}

/*===============================
ランドスケープ（400px～）
===============================*/

@media screen and (min-width:400px) {
	.innerWrapper {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
	}
}


/*===============================
タブレット（768px～）
===============================*/

@media screen and (min-width:768px) {
	.errorMsg {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 50px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
	}
	errorMsg p br {
		display: none;
	}
	footer {
		text-align: center;
	}
	ul.footerMenu {
		padding: 20px 0 0;
		display: inline-block;
		border: none;
		background: none;
	}
	ul.footerMenu li {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: inline-block;
		background: none;
		position: relative;
		border-bottom: none;
	}
	ul.footerMenu li a:after {
		content: "";
		width: 1px;
		height: 50%;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background-image: none;
		background-color: #666;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0px;
	}
	ul.footerMenu li:last-child a:after {
		content: "";
		width: 0;
		height: 0;
		background-image: none;
		background-color: none;
	}

	/*お知らせ表示*/
	p.newsDate{
		width: auto;
		padding: 0 20px 0 0;
		display: inline-block;
	}

	p.newsTitle{
		width: auto;
		display: inline-block;
	}

	p.newsTxt{
		width:95%;
		height: auto;
		margin: 0 auto;
		padding: 10px 0 0 10px;
		box-sizing: border-box;
		display:block;
		text-align: left;
		font-size: 13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


/*===============================
PC（980px～）
===============================*/

@media screen and (min-width:980px) {
	#mainContainer {
		margin: 0 auto 0;
	}
	.contentBlock .titleArea h2 {
		font-size: 1.8em;
	}
	.contentBlock .titleArea .jrHeader {
		font-size: 1.4em;
	}
	header {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		position: static;
	}
	.naviInner {
		width: 980px;
		height: 100px;
		margin: 0 auto;
		padding: 0 40px;
		position: relative;
	}
	.breadCrumb ul {
		width: 800px;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}
	.description {
		width: 980px;
		height: 30px;
		margin: 0 auto;
		position: relative;
	}
	.description p {
		font-size: 1.0em;
	}
	header h1{
		width:142.5px;
		height: 70.5px;
		margin: auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display:block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
	}

	header h1 a{
		width:142.5px;
		height: 70.5px;
		margin: auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display:block;
	}

	header h1 img {
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
	}
	.spMenuBtn {
		display: none;
	}
	.spNaviWrapper {
		display: none;
	}
	.pcNaviWrapper {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background: #FCF7E4;
		border-bottom: 2px solid #22B573;
	}
	.pcNaviWrapper ul {
		width: 990px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
	}

	.pcNaviWrapper li {
		width: 165px;
		height: 50px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		float: left;
		position: relative;
	}

	.pcNaviWrapper li:after {
		content: "";
		width: 1px;
		height: 35px;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background:#ddd;
		position: absolute;
		top:0;
		bottom:0;
		right: -1px;
	}

	.pcNaviWrapper li:last-child:after {
		background:none;
	}


	.pcNaviWrapper li a.gNavi{
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 5px;
		display: block;
		box-sizing:border-box;
		text-align: center;
	}

	.pcNaviWrapper li a.gNavi:hover {
		transition-duration: 0.8s;
		background: #22B573;
	}

	.pcNaviWrapper li .menuInner {
		width: auto;
		height: 40px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		display: inline-block;
	}

	.pcNaviWrapper ul li .pcMenuIcon {
		width: 25px;
		height: 25px;
		margin: 7.5px 7.5px 0 0;
		padding: 0;
		display: block;
		overflow: hidden;
		float: left;
	}

	.pcNaviWrapper li:hover p {
		color: #fff;
	}
	.pcNaviWrapper ul li .pcMenuIcon.top {
		background: url(../img/icon_pcmenu_top.png)0 0 no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li:hover .pcMenuIcon.top {
		background: url(../img/icon_pcmenu_top.png) 0 -25px no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li .pcMenuIcon.feature {
		background: url(../img/icon_pcmenu_feature.png)0 0 no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li:hover .pcMenuIcon.feature {
		background: url(../img/icon_pcmenu_feature.png) 0 -25px no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li .pcMenuIcon.trouble {
		background: url(../img/icon_pcmenu_trouble.png)0 0 no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li:hover .pcMenuIcon.trouble {
		background: url(../img/icon_pcmenu_trouble.png) 0 -25px no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li .pcMenuIcon.sell {
		background: url(../img/icon_pcmenu_sell.png)0 0 no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li:hover .pcMenuIcon.sell {
		background: url(../img/icon_pcmenu_sell.png) 0 -25px no-repeat;
		background-size: 25px auto;
	}
        .pcNaviWrapper ul li .pcMenuIcon.topics {
		background: url(../img/icon_pcmenu_topics.png)0 0 no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li:hover .pcMenuIcon.topics {
		background: url(../img/icon_pcmenu_topics.png) 0 -25px no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li .pcMenuIcon.regist {
		background: url(../img/icon_pcmenu_regist.png)0 0 no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li:hover .pcMenuIcon.regist {
		background: url(../img/icon_pcmenu_regist.png) 0 -25px no-repeat;
		background-size: 25px auto;
	}
	.pcNaviWrapper ul li p {
		width: auto;
		height: 40px;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: inline-block;
		text-align: center;
		line-height: 40px;
		font-size: 1.05em;
		color: #00692D;
	}

	header p.pcloginStatus {
		width: auto;
		height: 30px;
		padding: 0;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		line-height: 30px;
	}
	header .pcTaskBlock {
		width: 410px;
		height: 100px;
		padding: 10px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		text-align: right;
	}
	.taskMenuWrapper {
		width: 150px;
		height: auto;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		float: left;
	}
	.sp_searchArea {
		display: none;
	}
	.searchArea {
		width: 250px;
		height: auto;
		margin: 0 0 0 0;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		position: absolute;
		right: 0;
		top:0;
	}
	.facebookIcon.sp{
		display: none;
	}
        
	.facebookIcon {
		width: 35px;
		height: 35px;
		margin: 0 5px 0 0;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background: url(../img/icon_facebook.png)50% 50% no-repeat;
		background-size: 25px 25px;
		position: static;
		float: left;
	}
	.facebookIcon a {
		width: 35px;
		height: 35px;
		margin: 00;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
	}
	.facebookIcon:hover {
		opacity: 0.5;
	}
	.taskMenuWrapper a.guide {
		width: 110px;
		height: 35px;
		margin: 0 0 0;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		position: relative;
		line-height: 35px;
		text-align: left;
		float: left;
	}
	.taskMenuWrapper a.guide:after {
		content: "";
		width: 20px;
		height: 20px;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background: url(../img/icon_task_tutorial.png)0 0 no-repeat;
		background-size: 20px 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.taskMenuWrapper a:hover {
		opacity: 0.5;
	}
	input.searchBox {
		width: 75%;
		height: 35px;
		margin: 0 0 0 0;
		padding: 0 0 0 25px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-top: 2px solid #777;
		border-bottom: 2px solid #777;
		border-left: 2px solid #777;
		border-right: none;
		display: block;
		float: left;
		position: relative;
		border-radius: 5px 0 0 5px;
		float: left;
	}
	input.searchBox.top {
		height: 35px;
		padding: 0 5px;
		font-size: 1.0em;
		line-height: 36px;
		font-family: "kazesawa", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	button.topSearchBtn {
		width: 25%;
		height: 35px;
		margin: 0 0 0 0;
		padding: 0 0 0 25px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: #777;
		border: none;
		display: block;
		float: left;
		position: relative;
		border-radius: 0 5px 5px 0;
		float: left;
		cursor: pointer;
	}
	button.topSearchBtn:hover {
		opacity: 0.8;
	}
	button.topSearchBtn:after {
		content: "";
		width: 15px;
		height: 15px;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background: url(../img/icon_searchbtn.png)0 0 no-repeat;
		background-size: 15px 15px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.taskMenuWrapper a.catalog:after {
		content: "";
		width: 20px;
		height: 20px;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background: url(../img/icon_task_request.png)0 0 no-repeat;
		background-size: 20px 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.taskWrapper {
		width: 400px;
		height: auto;
		margin: 0 auto 10px;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		position: relative;
		text-align: right;
	}
	.taskWrapper a.btn {
		width: 120px;
		height: 35px;
		padding: 0;
		margin: 0 5px 0 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: inline-block;
		background: #fff;
		border: 2px solid #22B573;
		border-radius: 5px;
		line-height: 31px;
		color: #22B573;
		text-align: center;
		position: relative;
	}
	.taskWrapper a.btn span {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 0 0 0 35px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: inline-block;
		position: relative;
	}
	.taskWrapper a.btn:last-child {
		margin: 0;
	}
	.taskWrapper a.btn span.login:after {
		content: "";
		width: 25px;
		height: 25px;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background: url(../img/icon_tasklogin.png)0 0 no-repeat;
		background-size: 25px 25px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.taskWrapper a.btn span.logout:after {
		content: "";
		width: 25px;
		height: 25px;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background: url(../img/icon_tasklogout.png)0 0 no-repeat;
		background-size: 25px 25px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.taskWrapper a.btn span.contact:after {
		content: "";
		width: 25px;
		height: 25px;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		background: url(../img/icon_taskcontact.png)0 0 no-repeat;
		background-size: 25px 25px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.taskWrapper a.btn:hover {
		transition-duration: 0.8s;
		background: #22B573;
		color: #fff;
	}
	.taskWrapper a.btn:hover span.login:after {
		background: url(../img/icon_tasklogin_wh.png)0 0 no-repeat;
		background-size: 25px 25px;
	}
	.taskWrapper a.btn:hover span.logout:after {
		background: url(../img/icon_tasklogout_wh.png)0 0 no-repeat;
		background-size: 25px 25px;
	}
	.taskWrapper a.btn:hover span.contact:after {
		background: url(../img/icon_taskcontact_wh.png)0 0 no-repeat;
		background-size: 25px 25px;
	}
	/*汎用ブロック・コンテンツ領域*/
	.contentBlock.top {
		width: 100%;
		padding: 90px 0;
	}
	.contentBlock.top:last-child {
		padding: 90px 0 30px;
	}
	.contentBlock {
		width: 800px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
	}
	.innerWrapper.top {
		width: 960px;
		padding: 0 0;
	}
	.innerWrapper {
		width: 640px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
	}
	.contentBlock .titleArea {
		padding: 40px 0;
	}
	.pcSectionBtn {
		width: 137px;
		height: 141px;
		margin: auto;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		position: absolute;
		bottom: -70.5px;
		left: 0;
		right: 0;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.pcSectionBtn:hover {
		opacity: 0.8;
	}
	.copyright {
		padding: 20px 0;
	}
	.copyright br {
		display: none;
	}

	/*お知らせ表示*/
	.infoNavi {
		height: 35px;
		margin: auto;
		top: 55px;
		bottom: auto;
		right: 292px;
	}

	.infoNavi a{
		height: 35px;
		padding: 0 15px 0 40px;
		line-height: 35px;
		border-radius:5px;
	}
	.infoNavi a:after{
		left: 15px;
	}

	.contentBlock.news{
		min-height: 600px;
	}
}
