@charset "UTF-8";

/*----------------------------------------------------
	☆index.html
----------------------------------------------------*/

.mv{
	background: url(../img/mv.jpg) left top no-repeat;
	background-size: cover;
	height: 231px;
}

.index .indexArea .linkArea .box01{
	width: 439px;
}

.index .ttl{
   color: #714538;
   font-size: 14px;
   background: none !important;
   padding-left: 0 !important;
   font-weight: bold;
}

.index .linkList{
	float: left;
	margin-right: 55px;
}

.index .linkList li{
	background: url(../../lib/cmn_img/arrow03.gif) left 2px no-repeat;
	padding: 0 0 20px 10px;
}

.index .linkList li a{
	text-decoration: underline;
  color: #714538;
}

.index .linkList li a:hover{
	text-decoration: none;
}

#sideNav ul li a{
	border-bottom: none !important;
}

#sideNav ul li{
	border-bottom: 1px solid #ccc;
}

#sideNav li.active{
	background: url(../../lib/cmn_img/bg_sideNav.gif) left top repeat;
}


@media only screen and (max-width: 800px) {
	
.index .indexArea .linkArea .box01{
	width: 100%;
}

.index .linkList{
	margin-right: 0;
}
	
}
