@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:cotents.css */
/* creation date:2015年3月31日 */
/* last updated:2015年3月31日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	001.firstBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.firstBlock {
		text-align:center;
		padding:80px 0 150px;
	}

	.firstBlock .catch {
		width:800px;
		letter-spacing:0;
		border:8px solid #fff;
		padding:20px 0;
		margin:0 auto 50px;
		position:relative;
	}

	.firstBlock .catch:before {
		width:75px;
		height:60px;
		background:url(/cmp/nikufes-kon/common/images/fig_hert.png) no-repeat;
		content: "";
		display:block;
		position:absolute;
		top:-35px;
		right:245px;
	}

	.firstBlock .catch:after {
		width:52px;
		height:38px;
		background:url(/cmp/nikufes-kon/common/images/bg_arrow_01.png) no-repeat;
		content: "";
		display:block;
		position:absolute;
		left:320px;
		bottom:-38px;
	}

	.firstBlock .txt {
		padding-top: 20px;
	}

	.firstBlock .txt p {
		line-height:2;
	}
}

@media screen and (max-width: 639px) {
	.firstBlock {
		text-align:center;
		padding:20px 0 100px;
	}

	.firstBlock .catch {
		width:260px;
		line-height:1.3;
		border:5px solid #fff;
		padding:20px 10px;
		margin:0 auto 20px;
		position:relative;
	}
	.firstBlock .catch i {
		display:block;
	}
	.firstBlock .catch:after {
		width:26px;
		height:19px;
		background:url(/cmp/nikufes-kon/common/images/bg_arrow_01.png) no-repeat;
		background-size:26px auto;
		content: "";
		display:block;
		position:absolute;
		left:40%;
		bottom:-19px;
	}
	.firstBlock figure img {
		max-width: 280px;
		height: auto;
	}

	.firstBlock .txt {
		padding-top: 10px;
	}

	.firstBlock .txt p {
		line-height:2;
	}
}



/* --------------------------------------------------
	002.btnBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.btnBlock {
		min-width:1000px;
		background:url(/cmp/nikufes-kon/common/images/bg_02.png);
		padding:50px 0;
		position:relative;
	}

	.btnBlock .limit {
		width:314px;
		height:54px;
		text-align:center;
		color:#fff;
		background:url(/cmp/nikufes-kon/common/images/bg_ribbon.png) no-repeat 0% 0%;
		position:absolute;
		top:-136px;
		left:50%;
		margin-left:-157px;
		padding:102px 0 0;
	}

	.btnBlock .catch {
		height:107px;
		text-indent:-10000px;
		background:url(/cmp/nikufes-kon/common/images/txt_catch.png) no-repeat 50% 0%;
	}

	.btnBlock ul.btn-ul01 {
		width:1000px;
		margin:0 auto;
	}

	.btnBlock ul.btn-ul02 {
		width:660px;
		margin:0 auto;
	}

	.btnBlock ul li {
		width:240px;
		float:left;
		padding:20px 5px;
	}

	.btnBlock.topArea ul li dl {
		/*height:209px;*/
		letter-spacing:0.1em;
		text-align:center;
		/*background:url(/cmp/nikufes-kon/common/images/bg_balloon.png) no-repeat 50% 50%;*/
		position:relative;
	}

	.btnBlock.topArea ul li dl dt {
		line-height:30px;
		padding:10px 0 10px;
		border-bottom:4px solid #ffbf00;
		margin:0 auto 15px;
		width:100px;
		font-size:24px;
	}

	.btnBlock.topArea ul li dl dd {
		text-shadow:0px 1px 0 #222;
	}

	.btnBlock.bottomArea ul li dl {
		width:100px;
		height:105px;
		letter-spacing:0.1em;
		text-align:center;
		background:url(/cmp/nikufes-kon/common/images/bg_balloon_minimini.png) no-repeat 50% 50%;
		position:relative;
		float:left;
		margin-bottom:-20px;
	}

	.btnBlock.bottomArea ul li dl dd {
		text-shadow:0px 1px 0 #222;
		padding:25px 0;
	}

	.btnBlock ul li .btn {
		clear:both;
	}

	.btnBlock ul li .btn a {
		text-align:center;
		line-height:90px;
		background:#ffbf00;
		box-shadow: 0px 4px 0px 0px rgba(12, 3, 7, 0.35);
		border-radius:10px;
		display:block;
		letter-spacing:0;
		color:#000;
	}

	.btnBlock ul li .btn a i {
		width:20px;
		line-height:20px;
		text-align:center;
		letter-spacing:0;
		border-radius:50%;
		background:#e03500;
		color:#fff;
		display:inline-block;
	}

	.btnBlock ul li .btn a:hover {
		color:#fff;
		background:#333;
	}
}

@media screen and (max-width: 639px) {
	.btnBlock {
		background:url(/cmp/nikufes-kon/common/images/bg_02.png);
		background-size:250px auto;
		padding:20px 0;
		position:relative;
	}

	.btnBlock .limit {
		width:210px;
		height:54px;
		text-align:center;
		color:#fff;
		background:url(/cmp/nikufes-kon/common/images/bg_sp_ribbon.png) no-repeat 0% 0%;
		background-size:210px auto;
		position:absolute;
		top:-90px;
		left:50%;
		margin-left:-105px;
		padding:68px 0 0;
	}

	.btnBlock .catch {
		height:56px;
		text-indent:-10000px;
		background:url(/cmp/nikufes-kon/common/images/txt_catch.png) no-repeat 50% 0%;
		background-size:307px auto;
		padding-bottom:20px
	}

	.btnBlock ul {
		margin:0 5px;
	}

	.btnBlock ul li {
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:2px dotted #333;
	}

	.btnBlock.topArea ul li dl {
	}

	.btnBlock.topArea ul li dl dt {
		width:60px;
		text-align:center;
		font-weight:bold;
		border-bottom:3px solid #fdd000;
		margin:0 auto;
	}

	.btnBlock.topArea ul li dl dd {
		text-align:center;
		color:#222;
	}
	.btnBlock.topArea ul li dl dd p {
		display:inline;
		margin:0 5px;
	}
	.btnBlock.bottomArea ul li {
		height:60px;
		position:relative;
		padding:15px 0;
		margin:5px  0;
	}
	.btnBlock.bottomArea ul li dl {
		width:90px;
		height:90px;
		letter-spacing:0.1em;
		text-align:center;
		background:#E03400;
		border-radius:50%;
		position:absolute;
		left:10px;
		top:50%;
		margin-top:-45px;
	}

	.btnBlock.bottomArea ul li dl dd {
		text-shadow:0px 1px 0 #222;
		padding:25px 0 0;
	}
	.btnBlock.bottomArea ul li .btn a {
		width:220px;
		text-align:right;
		padding-right:20px;
	}
	.btnBlock ul li .btn {
		clear:both;
		padding-top:10px;
	}

	.btnBlock ul li .btn a {
		width:240px;
		height:60px;
		text-align:center;
		line-height:60px;
		background:#ffbf00;
		box-shadow: 0px 4px 0px 0px rgba(12, 3, 7, 0.35);
		border-radius:10px;
		display:block;
		margin:0 auto;
		color:#000;
	}

	.btnBlock ul li .btn a i {
		width:16px;
		line-height:16px;
		text-align:center;
		border-radius:8px;
		margin-left:5px;
		background:#e03500;
		color:#fff;
		display:inline-block;
	}

}


/* --------------------------------------------------
	003.con01Block
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.con01Block {
		text-align:center;
		padding-bottom: 0px;
	}

	.con01Block figure {
		padding-bottom:20px;
	}

	.con01Block .catch {
		width:800px;
		margin:0 auto;
		position:relative;
		letter-spacing:0;
		padding:20px 0;
		margin-bottom:30px;
	}
	.con01Block .catch br.sp {
		display: none;
	}
	.con01Block .catch:before ,
	.con01Block .catch:after {
		width:75px;
		height:75px;
		position:absolute;
		content:" ";
		display:block;
		margin-top:-37px;
	}

	.con01Block .catch:before {
		background:url(/cmp/nikufes-kon/common/images/bg_bar-left.png) no-repeat;
		top:50%;
		left:0px;
	}

	.con01Block .catch:after {
		background:url(/cmp/nikufes-kon/common/images/bg_bar-right.png) no-repeat;
		top:50%;
		right:0px;
	}

	.con01Block .catch span {
		text-shadow:2px 2px 0 #E03500;
	}

	.con01Block  p {
		line-height:2;
	}
}

@media screen and (max-width: 639px) {
	.con01Block {
		text-align:center;
	}

	.con01Block figure {
		padding-bottom:10px;
	}
	.con01Block figure img {
		width:113px;
		height:auto;
	}
	.con01Block .catch {
		position:relative;
		letter-spacing:0;
		padding:20px 0;
		margin-bottom:10px;
	}
	.con01Block .catch:before ,
	.con01Block .catch:after {
		width:70px;
		height:70px;
		position:absolute;
		content:" ";
		display:block;
	}
	.con01Block .catch:before {
		background:url(/cmp/nikufes-kon/common/images/bg_bar-left.png) no-repeat;
		background-size: 60px auto;
		bottom:15px;
		left:-35px;
	}
	.con01Block .catch:after {
		background:url(/cmp/nikufes-kon/common/images/bg_bar-right.png) no-repeat;
		background-size: 60px auto;
		bottom:15px;
		right:-35px;
	}
	.con01Block .catch span {
		text-shadow:2px 2px 0 #E03500;
	}

	.con01Block  p {
		line-height:2;
	}
}



/* --------------------------------------------------
	004.con02Block
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.con02Block {
		min-width:1000px;
		text-align:center;
		padding-top: 80px;
	}

	.con02Block figure {
		height:260px;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.con02Block figure.img01 {
		text-align:left;
		top:-100px;
	}

	.con02Block figure.img02 {
		text-align:right;
		top:-30px;
	}

	.con02Block .stepBox {
		width:900px;
		padding-top:50px;
		margin:0 auto;
	}

	.con02Block .stepBox dl {
		width:300px;
		height:380px;
		background:url(/cmp/nikufes-kon/common/images/bg_arrow_02.png) no-repeat 50% 100%;
		padding-bottom:110px;
		float:left;
	}

	.con02Block .stepBox dl dt {
		height:160px;
		background:url(/cmp/nikufes-kon/common/images/bg_balloon_mini.png) no-repeat 50% 0%;
		text-shadow:0px 1px 0 #222;
	}

	.con02Block .stepBox dl dt .date {
		letter-spacing:0.1em;
		padding-top:45px;
		line-height:1.3;
	}

	.con02Block .stepBox dl dt .date2 {
		letter-spacing:0.1em;
		padding-top:58px;
		line-height:1.3;
	}

	.con02Block .stepBox dl dd span {
		display:block;
	}

	.con02Block .stepBox dl.step02 dd {
		line-height:1.3;
		letter-spacing:0.05px;
	}

	.con02Block .result {
		clear:both;
		text-align:center;
		letter-spacing:0.05em;
		padding:10px 0;
		clear:both;
	}
}

@media screen and (max-width: 639px) {
	.con02Block {
		text-align:center;
		padding:0px 0 0;
	}

	.con02Block figure {
		height:220px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.con02Block figure img {
		width:270px;
		height:auto;
	}
	.con02Block figure.img01 {
		top:0px;
		left:5px;
	}

	.con02Block figure.img02 {
		top:0px;
		right:5px;
	}

	.con02Block .stepBox {
		padding-top:30px;
		margin:0 0.5%;
	}

	.con02Block .stepBox dl {
		width:33%;
		height:200px;
		background:url(/cmp/nikufes-kon/common/images/bg_arrow_02.png) no-repeat 50% 100%;
		background-size:5px auto;
		padding-bottom:60px;
		float:left;
	}

	.con02Block .stepBox dl dt {
		height:95px;
		background:url(/cmp/nikufes-kon/common/images/bg_balloon.png) no-repeat 50% 0%;
		background-size:90px auto;
		text-shadow:0px 1px 0 #222;
	}

	.con02Block .stepBox dl dt .date {
		padding-top:25px;
	}

	.con02Block .stepBox dl dt .date2 {
		padding-top:35px;
	}

	.con02Block .stepBox dl dd span {
		display:block;
		font-size:12px !important;
	}

	.con02Block .stepBox dl dd {
		font-size:12px !important;
		padding:20px 0;
	}
	.con02Block .stepBox dl.step02 dd {
		padding:0;
	}

	.con02Block .result {
		clear:both;
		text-align:center;
		letter-spacing:0.05em;
		padding:10px 0;
		clear:both;
	}
}



/* --------------------------------------------------
	005.con03Block
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.con03Block figure {
		position: absolute;
		right: 10px;
		top: -10px;
	}

	.con03Block .textBox {
		float:left;
	}

	.con03Block .textBox .catch {
		padding-bottom:30px;
	}
}

@media screen and (max-width: 639px) {
	.con03Block {
		padding-top:200px;
	}
	.con03Block figure {
		width:157px;
		margin:0 auto;
		position:absolute;
		top:20px;
		left:50%;
		margin-left:-78px;
	}
	.con03Block figure img {
		width:157px;
		height:auto;
	}
	.con03Block .textBox {
		margin:0 -35px;
	}

	.con03Block .textBox .catch {
		text-align:center;
		padding:0 0 10px;
	}
}


/* --------------------------------------------------
	006.con04Block
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.con04Block {
		text-align:center;
		padding-bottom:250px;
	}

	.con04Block figure {
		width:350px;
		float:left;
	}
	.con04Block figure.posi {
		position: absolute;
		top: 80px;
		margin-right: -520px;
		right: 50%;
	}

	.con04Block .textBox {
		width:600px;
		letter-spacing:0.1em;
		text-align:left;
		float:right;
		padding-top:140px;
	}

	.con04Block .textBox {
		line-height:1.9;
	}

	.con04Block .catch {
		padding-bottom:60px;
	}
}

@media screen and (max-width: 639px) {
	.con04Block {
		padding-top:200px;
		padding-bottom:120px;
	}
	.con04Block figure {
		width:177px;
		margin:0 auto;
		position:absolute;
		top:0px;
		right:50%;
		margin-right:-148px;
	}
	.con04Block figure img {
		width:177px;
		height:auto;
	}
	.con04Block figure.posi {
		top:60px;
		left:50%;
		right: auto;
		margin-left:-138px;
		margin-right:0px;
	}
	.con04Block figure.posi img {
		width:127px;
	}
	.con04Block .textBox {
		margin:0 -35px;
	}

	.con04Block .textBox {
		line-height:1.9;
	}

	.con04Block .catch {
		text-align:center;
		padding-bottom:10px;
	}
	.con04Block .catch span {
		display:block;
	}

}

/* --------------------------------------------------
	007.flowBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.flowBlock {
		text-align:center;
		padding:60px 0 80px;
	}

	.flowBlock h2 span {
		display:block;
		padding-bottom:50px;
	}

	.flowBlock ol {
		width:920px;
		margin:0 auto;
	}

	.flowBlock ol li {
		width:150px;
		height:150px;
		float:left;
		margin:0 15px;
		background:#000;
		border-radius:50%;
		position:relative;
		overflow:visible;
	}

	.flowBlock ol li .num {
		padding-top:30px;
		padding-bottom:5px;
		letter-spacing:0.1em;
	}

	.flowBlock ol li .num:before,
	.flowBlock ol li .num:after {
		width:18px;
		height:1px;
		background:#FDD000;
		display:inline-block;
		content:" ";
		margin:0px 10px 5px;
	}

	.flowBlock ol li:after {
		width:67px;
		height:11px;
		background:url(/cmp/nikufes-kon/common/images/ico_arrow.png) no-repeat;
		position:absolute;
		top:50%;
		margin-top:-5px;
		right:-50px;
		content:" ";
		display:block;
		z-index:1000;
	}

	.flowBlock ol li.last:after {
		display:none;
	}
}

@media screen and (max-width: 639px) {
	.flowBlock {
		text-align:center;
		padding:20px 0;
	}

	.flowBlock h2 span {
		display:block;
		padding-bottom:10px;
	}

	.flowBlock ol {
		margin:0 10px;
	}

	.flowBlock ol li {
		background:#000;
		padding-bottom:10px;
		border-radius:5px;
		margin-bottom:15px;
		overflow:visible;
		position:relative;
	}

	.flowBlock ol li .num {
		padding-top:10px;
		padding-bottom:5px;
		letter-spacing:0.1em;
	}

	.flowBlock ol li .num:before,
	.flowBlock ol li .num:after {
		width:18px;
		height:1px;
		background:#FDD000;
		display:inline-block;
		content:" ";
		margin:0px 10px 5px;
	}

	.flowBlock ol li:after {
		width:11px;
		height:11px;
		background:url(/cmp/nikufes-kon/common/images/bg_arrow_02.png) no-repeat 50% 100%;
		background-size:5px auto;
		position:absolute;
		bottom:-14px;
		right:50%;
		margin-left:-5px;
		content:" ";
		display:block;
		z-index:1000;
	}

	.flowBlock ol li.last:after {
		display:none;
	}
}



/* --------------------------------------------------
	008.infoBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.infoBlock {
		text-align:center;
		padding:80px 0;
		background:url(/cmp/nikufes-kon/common/images/bg_02.png);
		overflow:hidden;
		zoom:1;
	}

	.infoBlock .innerBox {
		width:990px;
		margin:0 auto;
	}
	.infoBlock .innerBox>dl {
		padding:10px 0;
		border-bottom:5px solid #535353;
	}
	.infoBlock .innerBox>dl dt {
		width:140px;
		line-height:30px;
		background:#FDCF00;
		padding:10px 0;
		border-radius:5px;
		float:left;
	}

	.infoBlock .innerBox >dl.map dt {
		width:120px;
		line-height:20px;
		padding:15px 0;
	}

	.infoBlock .innerBox >dl.map {
		border:none;
		margin-bottom:-15px;
	}

	.infoBlock .innerBox >dl.map dd {
		width:850px;
		float:right;
	}

	.infoBlock .innerBox >dl.map dd p {
		line-height:30px;
		padding:10px 0;
	}

	.infoBlock .innerBox #gmap {
		height:250px;
		clear:both;
		border:5px solid #535353;
		margin-bottom:30px;
		position:relative;
	}

	.infoBlock .innerBox > dl dd {
		width:300px;
		text-align:left;
		padding:10px 0;
		float:right;
	}
	.infoBlock .innerBox > dl dd p {
		line-height:30px;
	}
	.infoBlock .innerBox>dl.tel {
		width:450px;
		float:left;
	}

	.infoBlock .innerBox>dl.count {
		width:450px;
		float:right;
	}

	.infoBlock .attention {
		clear:both;
		letter-spacing:0.1em;
		text-align:left;
		padding:20px 0 50px;
	}

	.infoBlock .dataBox {
		width:990px;
		margin:0 auto;
		text-align:center;
	}

	.infoBlock .dataBox article {
		margin:0 15px;
	}

	.infoBlock .dataBox header {
		width: 150px;
		height:150px;
		background: #e03500;
		border-radius: 50%;
		text-shadow:0px 1px 0 #222;
		position:relative;
		z-index:11;
		margin: 0 auto 10px;
		overflow: visible;
	}
	.infoBlock .dataBox header:after {
		content: "";
		border-width: 10px;
		border-color: #e03500 transparent transparent transparent;
		border-style: solid;
		position: absolute;
		bottom: -16px;
		left: 50%;
		margin-left: -10px;
	}
	.infoBlock .dataBox header.left {
		float:left;
		padding-top:10px;
	}

	.infoBlock .dataBox header.right {
		float:right;
	}

	.infoBlock .dataBox header h3 {
		padding-top:40px;
		letter-spacing:0;
	}

	.infoBlock .dataBox header .time {
		letter-spacing:0;
	}

	.infoBlock .dataBox .inner {
		text-align:center;
		background:#303030;
		border-radius:5px;
		padding:40px 30px 30px;
		margin-top:-50px;
		position:relative;
		z-index:10;
	}

	.infoBlock .dataBox .inner a {
		color:#e03500;
	}

	.infoBlock .dataBox .inner dl {
		border-top:4px solid #535353;
		padding:18px 5px;
	}

	.infoBlock .dataBox .inner dl.left {
		float:left;
		width:45%;
		border-top:4px solid #535353;
	}

	.infoBlock .dataBox .inner dl.right {
		float:right;
		width:45%;
		border-top:4px solid #535353;
	}

	.infoBlock .dataBox .inner dl.bordernon {
		border:none;
	}

	.infoBlock .dataBox .inner dl dt {
		color:#FDCF00;
	}
	.infoBlock .dataBox.onePlace dl dt {
		width: 20%;
		float: left;
	}
	.infoBlock .dataBox.onePlace .inner dl dd {
		text-align: left;
		width: 80%;
		float: right;
	}
	.infoBlock .dataBox .inner .btn {
		height:80px;
		position:absolute;
		bottom:30px;
	}

	.infoBlock .dataBox .inner .btn a {
		width:240px;
		line-height:80px;
		text-align:center;
		background:#FDCF00;
		box-shadow: 0px 4px 0px 0px rgba(12, 3, 7,1);
		border-radius:10px;
		display:block;
	}

	.infoBlock .dataBox .inner .btn a i {
		width:20px;
		line-height:20px;
		text-align:center;
		letter-spacing:0;
		border-radius:50%;
		color:#FDCF00;
		background:#222;
		display:inline-block;
	}

	.infoBlock .dataBox .inner .btn a:hover {
		background:#fff;
	}
}

@media screen and (max-width: 639px) {
	.infoBlock {
		text-align:center;
		padding:20px 0;
		background:url(/cmp/nikufes-kon/common/images/bg_02.png);
		background-size:250px auto;
		overflow:hidden;
		zoom:1;
	}

	.infoBlock .innerBox {
		margin:0 10px;
	}
	.infoBlock .innerBox>dl {
		padding:10px 0;
		border-bottom:3px solid #535353;
	}
	.infoBlock .innerBox>dl dt {
		width:120px;
		line-height:1.2;
		background:#FDCF00;
		padding:5px 0;
		border-radius:5px;
		margin:0 auto 10px;
	}
	.infoBlock .innerBox >dl.map dt br {
		display:none;
		margin:0 5px;
	}
	.infoBlock .innerBox>dl dd small {
		display:block;
	}
	.infoBlock .innerBox >dl.map {
		border:none;
		margin-bottom:-15px;
	}

	.infoBlock .innerBox >dl dd {
		text-align:center;
	}

	.infoBlock .innerBox #gmap {
		clear:both;
		border:5px solid #535353;
		margin:10px 0 10px;
		position:relative;
	}

	.infoBlock .attention {
		clear:both;
		letter-spacing:0.1em;
		text-align:left;
		padding:10px 0 50px;
	}

	.infoBlock .dataBox {
	}

	.infoBlock .dataBox article {
		margin:0 auto 10px;
	}
	.infoBlock .dataBox header {
		width: 80px;
		height:80px;
		background: #e03500;
		border-radius: 50%;
		text-shadow:0px 1px 0 #222;
		position:relative;
		z-index:11;
		margin: 0 auto 30px;
		overflow: visible;
	}
	.infoBlock .dataBox header:after {
		content: "";
		border-width: 10px;
		border-color: #e03500 transparent transparent transparent;
		border-style: solid;
		position: absolute;
		bottom: -16px;
		left: 50%;
		margin-left: -10px;
	}
	.infoBlock .dataBox header h3 {
		font-size: 10px;
		padding-top:20px;
		letter-spacing:0;
	}

	.infoBlock .dataBox header .time {
		letter-spacing:0;
	}


	.infoBlock .dataBox header.left {
		float:left;
		padding-top:10px;
	}

	.infoBlock .dataBox header.right {
		float:right;
	}


	.infoBlock .dataBox .inner {
		letter-spacing:0.05em;
		text-align:center;
		background:#303030;
		border-radius:5px;
		padding:20px 15px 15px;
		margin-top:-50px;
		position:relative;
		z-index:10;
	}

	.infoBlock .dataBox .inner a {
		color:#e03500;
	}

	.infoBlock .dataBox .inner dl.left {
		float:left;
		width:45%;
		border-top:3px solid #535353;
	}

	.infoBlock .dataBox .inner dl.right {
		float:right;
		width:45%;
		border-top:3px solid #535353;
	}

	.infoBlock .dataBox .inner dl.bordernon {
		border:none;
	}

	.infoBlock .dataBox .inner dl {
		border-top:3px solid #535353;
		padding:10px 5px;
	}

	.infoBlock .dataBox .inner dl:first-child {
		border:none;
	}

	.infoBlock .dataBox .inner dl dt {
		color:#FDCF00;
		text-align:center;
	}

	.infoBlock .dataBox .inner .btn {
		height:60px;
	}

	.infoBlock .dataBox .inner .btn a {
		width:270px;
		line-height:60px;
		text-align:center;
		background:#FDCF00;
		box-shadow: 0px 4px 0px 0px rgba(12, 3, 7,1);
		border-radius:10px;
		display:block;
	}

	.infoBlock .dataBox .inner .btn a i {
		width:16px;
		line-height:16px;
		text-align:center;
		letter-spacing:0;
		border-radius:8px;
		color:#FDCF00;
		background:#222;
		display:inline-block;
	}

	.infoBlock .dataBox .inner .btn a:hover {
		background:#fff;
	}

	a.link-white,link-white a {
	color:#fff;
	}
}


/* --------------------------------------------------
	009.footimgBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.footimgBlock {
		text-align:center;
		padding:120px 0;
		background:url(/cmp/nikufes-kon/common/images/bg_niku_foot.jpg);
		background-size:100% auto;
		overflow:hidden;
		zoom:1;
	}
	.footimgBlock span {
	text-shadow: 2px 2px 0 #fff;
	}
}

@media screen and (max-width: 639px) {
	.footimgBlock {
		text-align:center;
		padding:0;
		background:url(/cmp/nikufes-kon/common/images/bg_niku_foot.jpg) center center;
		background-size:100% auto;
		zoom:1;
		margin-bottom:0px;
		overflow:hidden;
	}

	.footimgBlock p {
		padding:20px 0;
	}

	.footimgBlock span {
	text-shadow: 1px 1px 0 #fff;
	}
}





/* --------------------------------------------------
	010.snBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.snBlock {
		width:100%;
		height:230px;
		font-size:143%;
		letter-spacing:0;
		color:#fff;
		text-align:center;
		position:relative;
		clear:both;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .twitter {
		width:25%;
		height:230px;
		background:#1DADEA;
		float:left;
		padding:30px 0;
	}
	.snBlock .facebook {
		width:25%;
		height:230px;
		float:left;
		background:#315295;
		padding:30px 0;
	}
	.snBlock .line {
		width:50%;
		height:230px;
		float:left;
		padding:30px 0;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		padding:10px 5px;
		background:#fff;
		border-radius:5px;
		overflow:hidden;
		margin:14px 30px 0;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		font-size:100%;
		color:#00C100;
		text-align:center;
		display:block;
		margin-top:2px;
	}
	.snBlock .inner .qrArea .btn {
		padding:5px 30px;
	}
	.snBlock .inner .qrArea ul li {
		width:45%;
		height:auto;
		float:left;
		margin-right:5%;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:60px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .btnArea {
		padding:45px 35px;
		background:#fff;
		border-radius:5px;
		margin:15px 30px 0;
	}
	.snBlock .facebook .inner .btnArea > div {
		position:relative;
		top:-16px;
	}
}

.snBlock .inner .qrArea ul li:nth-of-type(1) a {
	background:#EB68A3;
}
.snBlock .inner .qrArea ul li:nth-of-type(2) a {
	background:#26863B;
}

@media screen and (max-width: 639px) {
	.snBlock {
		color:#fff;
		position:relative;
		overflow:hidden;
			}
	.snBlock .line {
		width:100%;
		text-align:center;
		padding:10px 0;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		text-align:center;
		display:block;
		margin-top:10px;
	}
	.snBlock .inner .qrArea .btn {
		padding:10px 20px;
	}
	.snBlock .inner .qrArea ul li {
		width:45%;
		height:auto;
		float:left;
		margin-right:5%;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:40px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .twitter {
		background:#1DADEA;
	}
	.snBlock .twitter .inner {
		text-align:center;
		padding:10px 0px;
	}
	.snBlock .facebook {
		background:#315194;
	}
	.snBlock .facebook .inner {
		color:#fff;
		padding:10px 0px;
		text-align:center;
	}
	.snBlock .inner p {
	}
	.snBlock .inner .btnArea {
		text-align:left;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
	}
	.snBlock .twitter .btnArea {
		padding:14px 30% 6px;
	}
	.snBlock .facebook .btnArea {
		padding:8px 30% 12px;
	}
}
.mediaArea {
	background:#fff;
	overflow:hidden;
	zoom:1;
}
#media-contact {
	clear:both;
}

/* --------------------------------------------------
	010.mediaBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.mediaBlock {
		text-align:center;
		letter-spacing:0.05em;
		background-color: #FFF;
		padding:60px 0;
		clear:both;
		overflow:hidden;
		zoom:1;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	.mediaBlock .inner {
		width:990px;
		margin:0 auto;
		overflow:hidden;
		zoom:1;
		padding-bottom:40px;
	}

	.mediaBlock .inner h4 {
		padding:30px;
	}

	.mediaBlock .inner h4:before ,
	.mediaBlock .inner h4:after {
		width:298px;
		height:3px;
		background:#626262;
		content:" ";
		display:inline-block;
		margin:0 10px 5px ;
	}

	.mediaBlock .inner dl {
		width:400px;
		text-align:left;
		float:left;
		padding:0 45px;
	}

	.mediaBlock .inner dl dt {
		padding-bottom:5px;
	}

	.mediaBlock .inner dl dd {
		padding-left:25px;
	}

	.mediaBlock  .tel {
		width:670px;
		text-align:center;
		border:5px solid #fff;
		padding:15px 0;
		margin:0 auto 10px;
		clear:both;
		overflow:hidden;
		zoom:1;
	}

	.mediaBlock  .tel .ttl {
		width:220px;
		line-height:1.3;
		float:left;
		padding:8px 0;
	}

	.mediaBlock  .tel .ttl small {
		display:block;
		letter-spacing:0;
	}

	.mediaBlock  .tel .number {
		width:440px;
		text-align:center;
		float:right;
	}

	.mediaBlock  .btn {
		padding:80px 0 50px 0;
	}

	.mediaBlock  .btn a {
		width: 350px;
		height: 70px;
		line-height:70px;
		letter-spacing:0.1em;
		border-radius: 10px;
		background:#fff;
		box-shadow: 0px 4px 0px 0px rgba(12, 3, 7, 0.35);
		margin:0 auto;
		display:block;
	}

	.mediaBlock  .btn a:hover {
		background:#FDD953;
	}

	.mediaBlock  .btn a:hover i {
		color:#222;
	}
}

@media screen and (max-width: 639px) {
	.mediaBlock {
		text-align:center;
		background-color: #FFF;
		background-size:2px auto;
		padding:20px 0 20px;
		clear:both;
		overflow:hidden;
		zoom:1;
	}

	.mediaBlock .inner {
		overflow:hidden;
		zoom:1;
		padding-bottom:20px;
	}

	.mediaBlock .inner h4 {
		border-bottom:2px solid #626262;
		padding:8px;
		margin:0 15px 20px;
	}


	.mediaBlock .inner dl {
		text-align:left;
		padding:0 15px 15px;
	}

	.mediaBlock .inner dl dt {
		padding-bottom:5px;
	}

	.mediaBlock .inner dl dd {
		padding-left:25px;
	}

	.mediaBlock  .tel {
		text-align:center;
		border:5px solid #fff;
		padding:15px 0;
		margin:0 10px 10px;
		clear:both;
		overflow:hidden;
		zoom:1;
	}

	.mediaBlock  .tel .ttl {
		line-height:1.3;
	}

	.mediaBlock  .tel .ttl small {
		display:block;
		letter-spacing:0;
	}

	.mediaBlock  .tel .number {
		text-align:center;
	}

	.mediaBlock  .tel .number a {
		color:#fff;
	}

	.mediaBlock  .attention {
		text-align:left;
		padding:0 15px;
	}

	.mediaBlock  .btn {
		padding:20px 0 0px 0;
	}

	.mediaBlock  .btn a {
		width: 250px;
		height: 40px;
		line-height:40px;
		border-radius: 10px;
		background:#fff;
		box-shadow: 0px 4px 0px 0px rgba(12, 3, 7, 0.35);
		margin:0 auto;
		display:block;
	}

	.mediaBlock  .btn a:hover {
		background:#FDD953;
	}

}


/* 企業様・マスコミの皆様へ */
#media-contact {
	max-width: 800px;
	margin: 60px auto;
	padding: 0 0 50px;
	border: 3px solid #DDD;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#media-contact h2 {
	background-image: none;
	background-color: #FF4D85;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin: 40px 0;
	color: #FFF;
	border-bottom: 5px solid #CCC;
	width: auto;
	height: auto;
}
#media-contact dl {
	margin: 0 50px 30px;
}

#media-contact dt {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 10px;
}
#media-contact dd {
	line-height: 1.5;
}

#media-contact .txt {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.7;
}

#media-contact .tel {
	margin: 30px 0 10px;
	text-align: center;
}
#media-contact .att {
	text-align: center;
	font-size: 11px;
}
#media-contact .btn {
	margin: 30px 0 0;
	text-align: center;
}

@media screen and (min-width: 0) and (max-width: 640px) {
#media-contact {
	width: auto;
	margin: 50px 10px;
	padding: 0 0 20px;
	border: 3px solid #DDD;
	background-color: #FFF;
}
#media-contact h2 {
	background-color: #FF4D85;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	color: #FFF;
	border-bottom: 5px solid #CCC;
}
#media-contact dl {
	margin: 0 20px 20px;
}

#media-contact dt {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 10px;
}
#media-contact dd {
	font-size: 11px;
	line-height: 1.5;
}
#media-contact .tel {
	margin: 30px 0 10px;
	text-align: center;
}
#media-contact .tel img {
	width: 90%;
}
#media-contact .att {
	text-align: center;
	font-size: 10px;
	margin: 0 20px 20px;
	line-height: 1.5;
}
#media-contact .btn {
	margin: 30px 0 0;
	text-align: center;
}
#media-contact .btn img {
	width: 80%;
}
}


/* バナー */
.bnr-box {
	width: 800px;
	margin: 50px auto;
	text-align: center;
}
.bnr-box li {
	display: inline;
}

/* フッター */
#footer {
	text-align: center;
	background-color: #fff;
	padding: 30px 0;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#foot-line{
	text-align:left !important;
	line-height: 1.5em;
	font-size: 11px;
	color: #999;
}
.footer-section{
	margin:0 auto;
	padding:0;
	color:#999;
	text-align:left;
	font-size: 12px;
	display: inline-block;
}
.footer-section a{
	color:#999 !important;
}
.footer-section ul{
	margin:0 auto 35px;
}
.footer-section li{
	display: inline;
	line-height: 2em;
}
.footer-logo {
	margin-bottom: 35px;
}

/* 未使用？ */
#footer .logo {
	margin: 0 0 10px;
}
#footer .cp {
	font-size: 11px;
	color: #666;
}

@media screen and (min-width: 0) and (max-width: 640px) {
	/* フッター */
	#footer {
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#foot-line {
		padding: 0 !important;
	}
	.footer-section{
		margin:20px;
		padding:0;
		color:#999;
		text-align:left;
	}
	.footer-section ul{
		margin:0 auto 20px;
		}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-logo img {
		width: 100%;
	}
}

.cmp-add {
display:none;
}

.btnBlock ul li {
	text-align: center;
	width: 100%;
}
.btnBlock ul li .btn {
	width: 300px;
	display: inline-block;
}