@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------

name: uniq.css

-------------------------------------------*/


/*=========================================
      container
=========================================*/
#container{ max-width:1000px; width:90%; margin:0 auto;}


/*=========================================
      サイトマップ
=========================================*/
#sitemap{}
#sitemap ul{ margin:0 auto; overflow:hidden;}
#sitemap ul li{ float:left; width:30%; margin:0 1.666% 20px;}
#sitemap ul li a{ display:block; padding:20px 0 20px 10px; border-bottom:1px solid #333; text-decoration:none; position:relative; overflow:hidden;}
#sitemap ul li a:hover{}
#sitemap ul li a:after{
	content: "";
	display:block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	border:1px solid #00abd6;
	border-width:2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
#sitemap ul li a::before {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	bottom: 0;
	left:-100%;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	height:2px;
}
#sitemap ul li a:hover::before {
	left: 0;
	background-color: #333;
}





/*===========================================
	プライバシーポリシー
===========================================*/
#privacy{ padding:0 5%;}
#privacy .introTxt{ margin:0 0 40px;}
#privacy dl dt{ margin:0 0 2px; color:#333; font-weight:bold;}
#privacy dl dd{ margin:0 0 20px;}
#privacy dl dd a{ text-decoration:underline;}
#privacy dl dd a:hover{ text-decoration:none;}






/*==============================================

	スマホ

==============================================*/
@media only screen and (max-width: 739px) {




/*=========================================
      サイトマップ
=========================================*/
#sitemap{}
#sitemap ul{}
#sitemap ul li{ float:none; width:auto; margin:0;}
#sitemap ul li a{ display:block; padding:15px 0 15px 3%; border-bottom:1px solid #333; text-decoration:none; position:relative;}
#sitemap ul li a:hover{}
#sitemap ul li a:after{ right:15px;}




}
