/* ------------------------
　▼書式設定
--------------------------*/
html {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	width: 100%;
	margin: 0 auto;
	color: #000000;
	font-size: 12px;
	background: #fff;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

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

a:active {	
	color: #333;
	text-decoration: none;
}
/* float */
.float-left,
.f-left,
.float-l {
	float: left;
}
.float-right,
.f-right,
.float-r {
	float: right;
}
.float-end,
.f-end,
.float-clear,
.f-clear,
.float-c {
	clear: both;
}
/* text-align */
.text-left,
.t-left,
.text-l {
	text-align: left;
}
.text-right,
.t-right,
.text-r {
	text-align: right;
}
.text-center,
.t-center,
.text-c {
	text-align: center;
}
/* hover */
.hover:hover {
	background-position: 0 bottom;
}
/* block */
.block {
	display: block;
}
/* button = block & hover */
.button {
	display: block;
}
	.button:hover {
		background-position: 0 bottom;
	}
/* line break */
.mini-br,
.tiny-br {
	font-size: 0;
	border: none;
}
.mini-br {
	height: 8px;
}
.tiny-br {
	height: 4px;
}
/* margin:auto */
.margin-auto,
.m-auto {
	margin: auto;
}
/* vertical-align */
.valign-middle,
.v-middle {
	vertical-align: middle;
}
/* bold */
.bold {
	font-weight: bolder;
}
/* italic */
.italic {
	font-style: italic;
}
/* indent */
.indent {
	text-indent: 1em;
}
.h-indent {
	text-indent: -1em;
	padding-left: 1em;
}
/* width:100%; */
.maximum-width,
.maximum-size,
.max-width,
.max-size {
	width: 100%;
}
/* 非表示 */
.hide {
	display: none;
}
/* 余白 */
.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top:10px!important;
}
.mt15 {
	margin-top:15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt35 {
	margin-top: 35px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt45 {
	margin-top: 45px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mr5 {
	margin-right: 5px!important;
}
.mr10 {
	margin-right:10px!important;
}
.mr15 {
	margin-right:15px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr25 {
	margin-right: 25px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.mr35 {
	margin-right: 35px!important;
}
.mr40 {
	margin-right: 40px!important;
}
.mr45 {
	margin-right: 45px!important;
}
.mr50 {
	margin-right: 50px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom:10px!important;
}
.mb15 {
	margin-bottom:15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.ml5 {
	margin-left: 5px!important;
}
.ml10 {
	margin-left:10px!important;
}
.ml15 {
	margin-left:15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml25 {
	margin-left: 25px!important;
}
.ml30 {
	margin-left: 30px!important;
}
.ml35 {
	margin-left: 35px!important;
}
.ml40 {
	margin-left: 40px!important;
}
.ml45 {
	margin-left: 45px!important;
}
.ml50 {
	margin-left: 50px!important;
}
.pt5 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top:10px!important;
}
.pt15 {
	padding-top:15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt35 {
	padding-top: 35px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pt45 {
	padding-top: 45px!important;
}
.pt50 {
	padding-top: 50px!important;
}
.pr5 {
	padding-right: 5px!important;
}
.pr10 {
	padding-right:10px!important;
}
.pr15 {
	padding-right:15px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr25 {
	padding-right: 25px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.pr35 {
	padding-right: 35px!important;
}
.pr40 {
	padding-right: 40px!important;
}
.pr45 {
	padding-right: 45px!important;
}
.pr50 {
	padding-right: 50px!important;
}
.pb5 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom:10px!important;
}
.pb15 {
	padding-bottom:15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb35 {
	padding-bottom: 35px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
.pb45 {
	padding-bottom: 45px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pl5 {
	padding-left: 5px!important;
}
.pl10 {
	padding-left:10px!important;
}
.pl15 {
	padding-left:15px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl25 {
	padding-left: 25px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.pl35 {
	padding-left: 35px!important;
}
.pl40 {
	padding-left: 40px!important;
}
.pl45 {
	padding-left: 45px!important;
}
.pl50 {
	padding-left: 50px!important;
}
/* フォントサイズ */
.fs8 {
	font-size: 8px!important;
}
.fs9 {
	font-size: 9px!important;
}
.fs10 {
	font-size: 10px!important;
}
.fs11 {
	font-size: 11px!important;
}
.fs12 {
	font-size: 12px!important;
}
.fs13 {
	font-size: 13px!important;
}
.fs14 {
	font-size: 14px!important;
}
.fs15 {
	font-size: 15px!important;
}
.fs16 {
	font-size: 16px!important;
}
.fs17 {
	font-size: 17px!important;
}
.fs18 {
	font-size: 18px!important;
}
.fs19 {
	font-size: 19px!important;
}
.fs20 {
	font-size: 20px!important;
}
.fs21 {
	font-size: 21px!important;
}
.fs22 {
	font-size: 22px!important;
}
.fs23 {
	font-size: 23px!important;
}
.fs24 {
	font-size: 24px!important;
}
.fs25 {
	font-size: 25px!important;
}
/* デバイス表示振り分け */
	/* 画像用 */
	.imgSP {
		display: none;
	}
	/* テキスト用 */
	.txtSP {
		display: none;
	}
	@media screen and (max-width: 640px) {
		/* 画像用 */
		.imgPC {
			display:none;
		}
		.imgSP {
			display:block;
		}
		/* テキスト用 */
		.txtPC {
			display:none;
		}
		.txtSP {
			display:inline;
		}
	}

/* ------------------------
　▲書式設定
--------------------------*/

/* ------------------------
　▼header　ヘッダー
--------------------------*/
header {
	border-bottom: 1px solid #dddddd;
}
header a,
header a:hover,
header a:visited {color:#333;}

@media screen and (max-width: 640px) {
	header {
		height: auto;
		padding:10px 0;
	}
}

#header-title {
	width: 980px;
	height: 26px;
	margin: 0 auto;
	padding: 12px 0;
}

#header-title div.logo {
	float: left;
}

#header-title div.logo a {
	width: 208px;
	height: 19px;
	margin: 4px 0 3px;
	display: block;
	text-indent: -9999px;
	background: url(../../img/header/square_logo-corp.png) no-repeat left top;
}

#header-title div.link_english {
	float:right;
	height:12px;
	margin:3px 20px 3px 0;
	text-align:center;
}
#header-title div.link_english a,
#header-title div.link_english a:hover,
#header-title div.link_english a:visited {
	display:block;
	width:100%;
	height:100%;
	padding:4px;
	line-height:1em;
	color:#fff;
	background:#666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration:none;
}

@media screen and (max-width: 640px) {
	#header-title {
		width: auto;
		height: auto;
		padding:0;
		position:relative;
	}
	#header-title div.logo {
		float: none;
	}
	#header-title div.logo a {
		width: 50%; /* 418px */
		/*height: auto; /* 35px */ 
		margin: 0 auto;
		padding: 3% 0;
		text-align: center;
		background-image: url(../../img/header/square_logo-corp_640.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
	}
	#header-title div.link_rdblog {display:none;}
	#header-title div.link_english {display:none;}
}

header #hd-nav {
	width:980px;
	margin:0 auto;
}
header #hd-nav .menutitle {display:none;}
header #hd-nav ul.company-info {overflow: hidden;}
header #hd-nav ul.company-info li.menu {
	font-size:18px;
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
header #hd-nav ul.company-info li.menu a {
	display:block;
	padding:15px;
	float:left;
	color:#333!important;
}
header #hd-nav ul.company-info li.menu a:visited {
	color:#333!important;
}
header #hd-nav ul.company-info li.menu a:hover {
	text-decoration:none;
	color:#c00!important;
}

header #hd-nav ul.company-info li.menu:hover {
	border-bottom:5px solid #ddd;
	margin-bottom:0;
}
header #hd-nav ul.company-info li.menu.current {
	border-bottom:5px solid #e85b5b;
	margin-bottom:0px;
}

header #hd-nav ul.company-info li.menu ul.submenu {
	float:left;
}
header #hd-nav ul.company-info li.menu ul.submenu li {
	font-weight:normal;
	font-size:12px;
	padding:20px 10px 19px 10px;
	margin-right:10px;
	display:block;
	float:left;
	background:url(../../img/common/ft_arw_w.gif) left center no-repeat;
}
header #hd-nav ul.company-info li.menu ul.submenu li.onlySP {display:none;}
header #hd-nav ul.company-info li.menu ul.submenu li a {
	padding:0;
	float:none;
}

#header-title input#menu-toggle,
#header-title label.handler {
	display:none;
}
@media screen and (max-width: 640px) {
	#header-title label.handler {
		width: 12.5%; /* 80px; */
		min-height: 100%;
		margin: 0 2.5%;
		display: block;
		position: absolute;
		top:0;
		left:0;
		cursor: pointer;
		background-image: url(../../img/header/btn_gnav-corp_640.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	#header-title label.handler.right {
		left: inherit;
		right: 0;
	}

	header #hd-nav {
		width: 80%; /* 512px */
		height: auto;
		position: absolute;
		top:0;
		left:-81%;
		overflow: hidden;
		z-index: 999999;
		-webkit-box-shadow: 0px 0px 10px rgb(102, 102, 102);
		-moz-box-shadow: 0px 0px 10px rgb(102, 102, 102);
		-ms-box-shadow: 0px 0px 10px rgb(102, 102, 102);
		box-shadow: 0px 0px 10px rgb(102, 102, 102);
	}
	
	header #hd-nav .menutitle {
		display:block;
		background: rgb(153,153,153);
		background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(102,102,102,1) 50%, rgba(85,85,85,1) 51%, rgba(153,153,153,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(50%,rgba(102,102,102,1)), color-stop(51%,rgba(85,85,85,1)), color-stop(100%,rgba(153,153,153,1)));
		background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%,rgba(85,85,85,1) 51%,rgba(153,153,153,1) 100%);
		background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%,rgba(85,85,85,1) 51%,rgba(153,153,153,1) 100%);
		background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%,rgba(85,85,85,1) 51%,rgba(153,153,153,1) 100%);
		background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%,rgba(85,85,85,1) 51%,rgba(153,153,153,1) 100%);
		font-size:16px;
		line-height:1.0;
		padding:16px 0;
		text-shadow:-1px -1px 1px #333;
		text-align:center;
		color:#fff;
	}
	header #hd-nav ul.company-info {
		overflow: hidden;
		background:#ccc;
		line-height:1.0;
	}
	header #hd-nav ul.company-info li:before {
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		top: -1px;
		width: 100%;
		background: rgb(204,204,204);
		background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(239,239,239,1) 50%, rgba(204,204,204,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(50%,rgba(239,239,239,1)), color-stop(100%,rgba(204,204,204,1)));
		background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(239,239,239,1) 50%,rgba(204,204,204,1) 100%);
		background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(239,239,239,1) 50%,rgba(204,204,204,1) 100%);
		background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(239,239,239,1) 50%,rgba(204,204,204,1) 100%);
		background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(239,239,239,1) 50%,rgba(204,204,204,1) 100%);
	}
	header #hd-nav ul.company-info li:after {
		content: '';
		position: absolute;
		width: 100%;
		left: 0;
		height: 1px;
		bottom: -1px;;
		background: rgb(204,204,204);
		background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(153,153,153,1) 50%, rgba(204,204,204,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(50%,rgba(153,153,153,1)), color-stop(100%,rgba(204,204,204,1)));
		background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 50%,rgba(204,204,204,1) 100%);
		background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 50%,rgba(204,204,204,1) 100%);
		background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 50%,rgba(204,204,204,1) 100%);
		background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 50%,rgba(204,204,204,1) 100%);
	}
	header #hd-nav ul.company-info li.menu {
		font-weight:normal;
		display:block;
		float:none;
		margin-right:0;
		margin-bottom:0px;
	}
	header #hd-nav ul.company-info li.menu:hover {border-bottom:none;}
	header #hd-nav ul.company-info li.menu.current {
		border-bottom:none;
	}
	header #hd-nav ul.company-info li.menu a {
		display:block;
		float:none;
		text-decoration:none;
		color:#666;
	}
	header #hd-nav ul.company-info li.menu a.cat1 {
		background:#bbb;
		font-size:18px;
		font-weight:bold;
		padding:15px 0;
		color:#333;
	}
	header #hd-nav ul.company-info li.menu a:hover {
		text-decoration:none;
	}
	header #hd-nav ul.company-info li.menu.current {
		border-bottom:none;
	}
	
	header #hd-nav ul.company-info li.menu ul.submenu {
		display:block!important;
		float:none;
	}
	header #hd-nav ul.company-info li.menu ul.submenu li {
		font-weight:normal;
		font-size:14px;
		padding:0;
		margin-right:0;
		display:block;
		float:none;
		background:none;
	}
	header #hd-nav ul.company-info li.menu ul.submenu li a {
		float:none;
		padding:15px 0;
	}
	header #hd-nav ul.company-info li.menu ul.submenu li.onlySP {display:block;}

	header #hd-nav ul {
		width: 100%;
	}

	header #hd-nav ul li {
		position:relative;
	}
	
	header #hd-nav ul li a {
		height: auto; /* 23px */
		padding: 20px 0;
		display: block;
		text-align: center;
	}

	header #hd-nav ul li a:hover {
		display: block;
	}

}


/* googleカスタム検索 */

div#___gcse_0 {
	width: 156px;
	padding-top:2px;
	margin-left: 10px;
	float:right;
}
@media screen and (max-width: 640px) {
	div#___gcse_0 {
		display: none;
	}
}

div#___gcse_0 .gsc-control-cse {
	padding:0;
	border:none;
	background:none;
}

div#___gcse_0 form,
div#___gcse_0 input {
	margin: 0;
	padding: 0;
}

div#___gcse_0 form table.gsc-search-box {
	margin-bottom:0;
}
div#___gcse_0 form td.gsc-clear-button {
	display:none;
}
div#___gcse_0 form td.gsc-input {padding-right:0;}
div#___gcse_0 form input#gsc-i-id1 {
	width:137px;
	height:20px;
	font-size:11px;
	color:#333;
}

div#___gcse_0 form input#gsc-i-id1.gsc-input {
	background:url(../../common/images/gcse.gif) left center no-repeat #ffffff !important;
	line-height:20px;
}
div#___gcse_0 form input#gsc-i-id1.gsc-input-focus {
	background-image:none !important;
}

div#___gcse_0 form input.gsc-search-button {
	min-width:20px;
	width:20px;
	height:22px;
	cursor:pointer;
	text-indent:-9999px;
	background:url(../../common/images/gcse_icon_w.png) left center no-repeat !important;
	border:none!important;
}
div#___gcse_0 form div.gsc-clear-button {
	margin:0;
	padding:4px;
}

div#___gcse_0 div.gsc-results-wrapper-overlay {
  background:#fff;
}
div#___gcse_0 div.gsc-results-wrapper-overlay #resInfo-0{
  color:#333;
}
div#___gcse_0 div.gsc-results-wrapper-overlay .gsc-orderby-label {
  color:#333;
}
div#___gcse_0 div.gsc-results-wrapper-overlay .gsc-selected-option-container {
  border:1px solid #999;
  color:#999;
  padding:10px 10px 10px 10px;
  height:12px;
  line-height:12px;
}
div#___gcse_0 div.gsc-results-wrapper-overlay .gcsc-branding {
  color:#999;
}
div#___gcse_0 div.gsc-results-wrapper-overlay .gsc-cursor-box {
  text-align:center;
}
div#___gcse_0 div.gsc-results-wrapper-overlay .gsc-cursor .gsc-cursor-page {
  background-color:#fff;
  color:#999;
}
div#___gcse_0 div.gsc-results-wrapper-overlay .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #999;
  color:#fff;
}

div#___gcse_0 div.gsc-webResult.gsc-result {
  background-color: #efefef;
  border: none;
  padding:10px;
  border-left:10px solid #efefef;
}
div#___gcse_0 div.gsc-webResult.gsc-result:hover {
  border-left:10px solid #ff0000;
}

div#___gcse_0 div.gsc-webResult.gsc-result div.gs-title {
  margin-bottom:10px;
  text-decoration:none;
  font-weight:bold;
  text-align:left;
  line-height:20px;
}

div#___gcse_0 div.gsc-webResult.gsc-result div.gs-title a {
  color: #333;
  text-decoration:none;
}
div#___gcse_0 div.gsc-webResult.gsc-result div.gs-title a:hover,
div#___gcse_0 div.gsc-webResult.gsc-result div.gs-title a:hover em {
  text-decoration:underline;
}
div#___gcse_0 div.gsc-webResult.gsc-result div.gs-title b,
div#___gcse_0 div.gsc-webResult.gsc-result div.gs-title em {
  color: #000;
  font-size:16px!important;
}
div#___gcse_0 div.gsc-webResult.gsc-result .gs-snippet {
  color:#000;
}

div#___gcse_0 div.gsc-webResult.gsc-result .gs-no-results-result .gs-snippet,
div#___gcse_0 div.gsc-webResult.gsc-result .gs-error-result .gs-snippet {
  background: none;
  border: none;
  padding:10px;
}

div#___gcse_0 div.gsc-webResult.gsc-result .gs-visibleUrl {
	color:#000;
	font-weight:bold;
}
div#___gcse_0 div.gsc-webResult.gsc-result div.gs-title.gs-bidi-start-align a em {
	text-decoration:underline;
	color:#000;
}

/* ------------------------
　▲header　ヘッダー
--------------------------*/

/* ------------------------
　▼contents　コンテンツ
--------------------------*/

#contents {
	width: 980px;
	margin: 0 auto;
	padding: 16px;
	background: #fff;
	color:#333;
}

@media screen and (max-width: 640px) {
	#contents {
		width:100%;
		max-width: 640px;
		padding:0 0 20px 0;
	}
}

#contents p.btn-top {
	margin-top: 15px;
	text-align: right;
}

#contents a,
#contents a:hover {color: #333;}
#contents a:hover {text-decoration:underline;}


/* ------------------------
　▲contents　コンテンツ
--------------------------*/


/* ------------------------
　▼footer　フッター
--------------------------*/
footer a,
footer a:hover,
footer a:visited {color:#333!important;}
footer #footer-area {border-top:1px solid #dddddd;}
footer #ft-nav {font-size:10px;}
footer #ft-nav ul li {
	padding-left:7px;
	margin-right:10px;
	background:url(../../img/common/ft_arw_w.gif) left center no-repeat;
	min-width:70px;
}

footer #ft-nav .ft-nav01 {
	border-top:1px solid #3c3837;
	border-bottom:1px solid #3c3837;
}
footer #ft-nav .footeropen {
	display:none;
	position:relative;
	color:#fff;
	background:#666;
	padding:5px;
	width:80%;
	margin:20px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
	cursor:pointer;
}
footer #ft-nav .footeropen span {
	display:block;
	float:left;
	color:#999;
	background:#333;
	font-size:10px;
	text-align:center;
	line-height:10px;
	position:absolute;
	top:5px;
	left:5px;
	padding:3px;
	width:10px;
	height:10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
@media screen and (max-width: 640px) {
	footer #ft-nav .footeropen {
		display:block;
	}
	footer #ft-nav .ft-nav01 {
		display:none;
	}
}

footer #ft-nav .ft-nav_column {
	width:995px;
	margin:20px auto;
	padding:0 0 0 15px;
	background:url(../../img/common/ft_line.gif) left top no-repeat;
}
@media screen and (max-width: 640px) {
	footer #ft-nav .ft-nav_column {
		width:auto;
		background:none;
	}
}

footer #ft-nav .ft-nav_column .ft-nav_column1 {
	width:325px;
	min-height:363px;
	margin-right:15px;
	float:left;
	background:url(../../img/common/ft_line.gif) right top repeat-y;
}
@media screen and (max-width: 640px) {
	footer #ft-nav .ft-nav_column .ft-nav_column1 {
		width:auto;
		min-height:0;
		margin:0 0 20px 0;
		float:none;
		background:none;
	}
}

footer #ft-nav .ft-nav_column .ft-nav_column2 {
	width:320px;
	min-height:363px;
	margin-right:15px;
	float:left;
	background:url(../../img/common/ft_line.gif) right top repeat-y;
}
@media screen and (max-width: 640px) {
	footer #ft-nav .ft-nav_column .ft-nav_column2 {
		width:auto;
		min-height:0;
		margin:0 0 20px 0;
		float:none;
		background:none;
	}
}

footer #ft-nav .ft-nav_column .ft-nav_column3 {
	width:320px;
	min-height:363px;
	float:left;
	background:url(../../img/common/ft_line.gif) right top repeat-y;
}
@media screen and (max-width: 640px) {
	footer #ft-nav .ft-nav_column .ft-nav_column3 {
		width:auto;
		min-height:0;
		margin:0;
		float:none;
		background:none;
	}
}

footer #ft-nav .ft-nav_column .ft-nav_title {
	margin: 0 0 10px 0;
	position:relative;
	height:20px;
	vertical-align:middle;
}
footer #ft-nav .ft-nav_column .ft-nav_title a {
	display:block;
	height:20px;
}
footer #ft-nav .ft-nav_column .ft-nav_title img {
	float:left;
	margin-right:5px;
	background:#000;
}
footer #ft-nav .ft-nav_column .ft-nav_title span {
	padding:5px 0 5px 7px;
	display:block;
	float:left;
	height:10px;
	line-height:10px;
	background:url(../../img/common/ft_arw.gif) center left no-repeat;
}
footer #ft-nav .ft-nav_column .ft-nav_category {
	margin: 0 0 5px 30px;
}
footer #ft-nav .ft-nav_column .ft-nav_link {
	margin:0 0 0 30px;
}
	footer #ft-nav .ft-nav_column .mb20 {margin-bottom:20px;}


footer p.btn-top {
	margin-top: 15px;
	text-align: right;
}


footer #ft-nav .ft-nav02 {
	width:980px;
	margin: 0 auto 20px auto;
	display:block;
	text-align:center;
}
@media screen and (max-width: 640px) {
	footer #ft-nav .ft-nav02 {
		width:auto;
		margin: 20px auto;
		display:block;
		text-align:left;
	}
}

footer #ft-nav .ft-nav02 .ft-nav_link li {
	display:inline;
	float:none;
}
@media screen and (max-width: 640px) {
	footer #ft-nav .ft-nav02 .ft-nav_link {
		padding:0 10px;
	}
	footer #ft-nav .ft-nav02 .ft-nav_link li {
		display:block;
		margin-right:10px;
		float:left;
	}
}

footer p.copy {text-align:center;}
footer p.copy img {display:inline;}

/* ------------------------
　▲footer　フッター
--------------------------*/

/* ------------------------
　▼2016.05テンプレート用新定義
--------------------------*/

/* デバイス表示振り分け */
.inlinePC {display:inline;}
.inlineSP {display:none;}
.blockPC {display:block;}
.blockSP {display:none;}
@media screen and (max-width: 640px) {
	.inlinePC {display:none;}
	.blockPC {display:none;}
	.inlineSP {display:inline;}
	.blockSP {display:block;}
}
/* ------------------------
　▲2016.05テンプレート用新定義
--------------------------*/