@charset "utf-8";

	/* @media 960 START */
@media only screen and (max-width:1279px) {
	/* img */
	img { max-width: 100%; }
	body .wrap {
 		width: 100%!important;
 		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
 	}
 	body #container .wrap {
 		padding-left: 10px;
 		padding-right: 10px;
 	}

 	/* gHeader */
 	body ul.flexBox {
		display: block;
	}
	body ul.flexBox li.flexList {
		display: block;
	}
	body ul.flexBox li.flexList:first-child {
		padding-left: 0;
	}
	body ul.flexBox li.flexList:nth-child(2) {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 1000;
	}
 	body #gHeader {
 		padding-top: 115px;
 		padding-bottom: 0;
 	}
 	.siteTitle,
 	body #shldrTxt {
 		float: none;
 		text-align: center;
 	}
 	.siteTitle img {
 		width: 101px;
 		height: auto;
 	}
 	body #shldrTxt h1#BUKKEN_NAME {
 		border-right: none;
 		padding-left: 0;
 	}
 	body #shldrTxt span#BUKKEN_TYPE {
 		display: none;
 	}
 	body #pNav {
 		display: none;
 	}

 	/* spNav */
 	body #spNav {
 		position: fixed;
 		top: 0;
 		left: 0;
 		width: 100%;
		display: block;
		z-index: 99999;
		border-bottom: 4px solid #eaeaea;
	}
	body #spNav li {
		cursor: pointer;
		float: left;
		display: block;
		cursor: pointer;
		width: 25%;
		text-align: center;
		color: #666;
		background-color: #f2f2f2;
		padding: 10px 0;
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		font-size: 12px;
		letter-spacing: 0;
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body #spNav li span {
		display: block;
		width: 100%;
	}
	body #spNav li a {
		color: #666;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	body #spNav li.spConversion a {
		font-size: 10px;
	}
	body #spNav li p.close {
		display: none;
	}
	body #spNav li span:before {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	body #spNav li span:before {
		font-size: 52px;
		line-height: 44px;
	}
	body #spNav li#pull span:before {
		font-size: 32px;
		line-height: 44px;
	}
	body #spNav li.spConversion {
		background: #007b99;
		background: -moz-linear-gradient(left, #007b99 0%, #00a8bf 50%, #007b99 100%);
		background: -webkit-linear-gradient(left, #007b99 0%,#00a8bf 50%,#007b99 100%);
		background: linear-gradient(to right, #007b99 0%,#00a8bf 50%,#007b99 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007b99', endColorstr='#007b99',GradientType=1 );
	}
	body #spNav li.spTel {
		background: #008786;
		background: -moz-linear-gradient(left, #008786 0%, #00c2c2 50%, #008786 100%);
		background: -webkit-linear-gradient(left, #008786 0%,#00c2c2 50%,#008786 100%);
		background: linear-gradient(to right, #008786 0%,#00c2c2 50%,#008786 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008786', endColorstr='#008786',GradientType=1 );
	}
	body #spNav li.spReq,
	body #spNav li.spRes {
		background-color: #00a7a7;
	}
	body #spNav li.spTel a,
	body #spNav li.spConversion a,
	body #spNav li.spReq a,
	body #spNav li.spRes a {
		color: #fff;
	}
	body #spNav li.spConversion .txt-conversion {
		white-space: nowrap;
		transform-origin: 50% 50%;
		transform: scale(0.7);
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(0.7);
	}
	body #spNav li.spReq {
		/*background: rgb(0,162,161);
		background: -moz-linear-gradient(left,  rgba(0,162,161,1) 0%, rgba(0,183,183,1) 50%, rgba(0,162,161,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,162,161,1) 0%,rgba(0,183,183,1) 50%,rgba(0,162,161,1) 100%);
		background: linear-gradient(to right,  rgba(0,162,161,1) 0%,rgba(0,183,183,1) 50%,rgba(0,162,161,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2a1', endColorstr='#00a2a1',GradientType=1 );*/
	}
	body #spNav li.spRes {
		/*background: rgb(0,134,163);
		background: -moz-linear-gradient(left,  rgba(0,134,163,1) 0%, rgba(0,160,185,1) 50%, rgba(0,134,163,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,134,163,1) 0%,rgba(0,160,185,1) 50%,rgba(0,134,163,1) 100%);
		background: linear-gradient(to right,  rgba(0,134,163,1) 0%,rgba(0,160,185,1) 50%,rgba(0,134,163,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086a3', endColorstr='#0086a3',GradientType=1 );*/
	}

	/* pull ON */
	body #spNav li#pull.on .menu {
		display: none;
	}
	body #spNav li#pull.on p.close {
		display: block;
	}

	/* gNav */
	body #gNav {
		display: none;
		position: absolute;
		top: 95px;
		left: 0;
		width: 100%;
		z-index: 200;
		padding: 10px 10px 20px;
		background-color: rgba(255,255,255,0.95);
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body #gNav .wrap {
		text-align: left;
	}
	body #gNav ul {
		display: block;
	}
	body #gNav li {
		/*border: 1px solid #ccc;*/
		border-bottom: 2px solid #00a7a7;
		float: none;
		width: 100%;
		clear: both;
		/*text-align: center;*/
		margin-bottom: 7px;
	}
	body #gNav li a {
		width: 100%;
		height: auto;
		position: static;
		text-indent: 0;
		padding: 20px 20px 10px;
		background-image: none!important;
		text-decoration: none;
		color: #333;
		font-size: 12px;
		line-height: 18px;
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body #gNav li.on a,
	body #gNav li a:hover {
		background-color: #00a7a7;
		color: #fff;
	}
	body #gNav a:after,
	body #gNav a:hover:after {
		display: none;
	}


 	/* cvArea */
	body #cvArea {
		background-color: #f2f2f2;
	}
	body #cvArea #cvNav {
		letter-spacing: 0;
	}
	body #cvArea #cvNav ul li {
		display: block;
	}

	body #cvArea #yoyakuBox {
		padding-left: 20px;
		padding-right: 20px;
		background-color: #000;
	}
	body #cvArea #yoyakuBox h3 {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 1px;
		text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	}
	body #cvArea #yoyakuBox h3 br {
		display: block;
	}
	body #cvArea #yoyakuBox h4 {
		text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
		font-weight: bold;
	}
	body #cvArea #yoyakuBox p {
		padding-left: 40px;
		padding-right: 40px;
	}

 	/* recommendArea */
	body #recommendArea {
		background-color: #f2f2f2;
	}
 	body #recommendArea #recommendList {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	body #recommendArea #recommendList ul {
		display: flex;
		flex-wrap: wrap;
		letter-spacing: -10em;
	}
	body #recommendArea #recommendList ul li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
		float: none;
		letter-spacing: normal;
	}
	body #recommendArea #recommendList ul li img {
		width: 100%;
	}
	body #recommendArea #recommendList ul li .iconArea p {
		width: 50%;
	}
	body #recommendArea #recommendList ul li .iconArea p span {
		padding-left: 15px;
		margin-left: -7px;
	}
	body #recommendArea #recommendList ul li .iconArea p span:before {
		font-size: 12px;
		top: 0;
		left: 4px;
	}
	body #recommendArea #recommendList ul li .photo {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

 	/* fixInfo */
 	body #fixInfo {
 		padding: 15px;
 		display: none;
 	}
 	body #fixInfo h5 {
 		display: block;
 		text-align: center;
 		margin-bottom: 0;
 		padding-bottom: 28px;
		height: 0;
 	}
 	body #fixInfo .closeInfo {
 		top: -1px;
		right: -7px;
		margin-top: 0;
	}
 	body #fixInfo .ticker {
		width: 100%;
	}
	body #fixInfo .ticker ul li {
		font-size: 14px;
	}

	/* gFooter */
	body #gFooter {
		padding: 0;
		font-size: 10px;
	}

	/* fNav */
	body #fNav {
		padding-bottom: 0;
	}
	body #fNav ul {
		zoom: 1;
		border-bottom: 4px solid #e2e2e2;
	}
	body #fNav ul:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	body #fNav li {
		display: block;
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		width: 50%;
		float: left;
		border-right: 1px solid #c1c1c1;
		border-bottom: 1px solid #c1c1c1;
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body #fNav li:first-child {
		border-left: none;
	}
	body #fNav li a {
		display: block;
		padding: 20px 0;
	}
	body #fNav li.on a,
	body #fNav a:hover {
		color: #fff;
		background-color: #00a7a7;
	}
	body #fNav strong {
		font-weight: bold;
	}

	body #fNav li.num07 {
		border-bottom: none;
	}
	body #fNav li.num08 {
		display: block;
		width: 100%;
		border-top: 1px solid #c1c1c1;
		background-color: #cceded
	}

	body #gFooter #contactArea {
		border-top: 0;
		padding-bottom: 20px;
	}

	body #gFooter #telNum span.pcTell {
		display: none;
	}
	body #gFooter #telNum a {
		display: inline-block;
		font-size: 40px;
		line-height: 40px;
		color: #00a7a7;
		text-decoration: none;
	}
	body #gFooter #ftrLogo {
		clear: both;
		width: 100%;
		position: static;
		text-align: center;
		margin-top: 0;
		padding: 15px 0;
		border-right: 0;
		border-top: 4px solid #e2e2e2;
	}
	body #gFooter #telArea {
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #c1c1c1;
	}
	body #gFooter #telArea li {
		display: block;
		padding-left: 0;
	}
	body #gFooter #telArea li:first-child {
		padding-top: 0;
	}
	body #gFooter #copyright {
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding-top: 0;
	}
	body #gFooter #copyright br {
		display: block;
	}
	body #gFooter #pTop {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		border-left: 0;
		background-color: #f2f2f2;
		border-bottom: 2px solid #c1c1c1;
	}


	/* clmList */
	body .clmList.clm3 {
		margin-left: 0;
		margin-right: 0;
	}
	body .clmList.clm3 ul li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	body .clmList.clm3 ul li img {
		width: 100%;
	}

	/* privacy policy only */
	body #mainContent .wrap .scrollArea {
		width: 100%;
	}
}