@charset "UTF-8";

/*-------------------------------------------
Base Setting
-------------------------------------------*/
body,select,input,textarea{-webkit-text-size-adjust: none;}
#contentBodyMain .spImage{display:none;}
#tableDisplayArea{display:none;}

/*-------------------------------------------
ALL
-------------------------------------------*/
#contentAll{width:100%;}

		/*a*/
		#brandHeadAll a         {text-decoration:none !important;}
		#brandHeadAll a:link    {text-decoration:none !important;}
		#brandHeadAll a:visited {text-decoration:none !important;}
		#brandHeadAll a:hover   {text-decoration:none !important;}
		#brandHeadAll a:active,
		#brandHeadAll a:focus   {text-decoration:none !important;}

		/*a*/
		#contentFoot a         {text-decoration:none !important;}
		#contentFoot a:link    {text-decoration:none !important;}
		#contentFoot a:visited {text-decoration:none !important;}
		#contentFoot a:hover   {text-decoration:none !important;}
		#contentFoot a:active,
		#contentFoot a:focus   {text-decoration:none !important;}

/* brand header
---------------------------------------------------------- */
#brandHeadAll{
	min-width:320px;
	display:none;
	}

#brandHeadAll #brandHead{
	width:100%;
	padding:7px 0px 6px;
	height:10px;
	}
	#brandHeadAll #brandHead #brandHeadLogo{float:none; width:66px; height:16px; position:absolute; top:4px; left:10px; padding:0px;}
	#brandHeadAll #brandHead #brandHeadNavi{float:none; width:100%; padding:0px;}
	#brandHeadNavi p{padding:0px 10px 0px 66px;}
	#brandHeadAll #brandHead #brandHeadNavi p a{
	background:transparent url(image/brand_arrow.png) no-repeat right;
	background-size:8px 11px;
	padding-right:16px;
	}

	#brandHeadAll #brandHead #brandHeadLogo p a{
		display: block;
		width:56px;
		height:16px;
		background:transparent url(image/brand_logo_sp.png) no-repeat;
		background-size:56px 16px;
		}
	#brandHeadAll #brandHead #brandHeadLogo p img{display:none;}
	#brandHeadAll #brandHead #brandHeadNavi ul{display:none;}

	#brandHeadAll #brandHead #brandHeadNavi p a         {text-decoration:none;}
	#brandHeadAll #brandHead #brandHeadNavi p a:link    {color:#4c4c4c;text-decoration:none;}
	#brandHeadAll #brandHead #brandHeadNavi p a:visited {color:#4c4c4c;text-decoration:none;}
	#brandHeadAll #brandHead #brandHeadNavi p a:hover   {color:#4c4c4c;text-decoration:none;}
	#brandHeadAll #brandHead #brandHeadNavi p a:active,
	#brandHeadAll #brandHead #brandHeadNavi p a:focus   {color:#4c4c4c;text-decoration:none;}

/* brand footer
---------------------------------------------------------- */

/* Content Foot */
#contentFoot{
	width:100%;
	background:#fff;
	min-width:320px;
	}

#contentFoot .footSiteLink{
	border-top:1px solid #e2d2af;
	border-bottom:1px solid #e2d2af;
	background:#fdf0cc;
	padding:10px 0px 0px;
	min-width:320px;
	}
	#contentFoot .footSiteLink ul{
		width:100%;
		margin:0px auto;
		font-size:12px;
		line-height:1.1;
		text-align:center;
		}
	#contentFoot .footSiteLink ul li{
		display:inline-block;
		vertical-align:top;
		border-left:1px solid #f1e3c0;
		padding:0px 15px;
		margin-bottom:10px;
		}
	#contentFoot .footSiteLink ul li:first-child{
		display:inline-block;
		vertical-align:top;
		border-left:none;
		}
	#contentFoot .footSiteLink ul li a{
		color:#996600;
		text-decoration:none !important;
		}

/* copyRigntArea */
#contentFoot .copyRigntArea{
	/*border-top:#cccccc 1px solid;*/
	background:#fff;
	padding:10px;
	width:auto !important;
	margin:0px auto;
	}
	#contentFoot .copyRigntArea p.copyRignt{
		width:70%;
		float:left;
		font-size:10px;
		color:#666;
		padding-top:5px;
		}
	#contentFoot .copyRigntArea p.logoFoot{
		width:30%;
		float:right;
		font-size:0;
		line-height:0;
		text-align:right;
		}
