@media screen and (min-width: 769px){
.clearfix:before,
.clearfix:after
 {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after{
  clear: both;
}


#local_navi ul {
	width: 200px;
	background: #ffffff;
}

#local_navi ul li {
	width: 200px;
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	line-height:1.5em;
}

#local_navi ul li a {
	display:block;
	background:url(../img/ln_arrow.gif) no-repeat 20px center;
	padding:12px 0 10px 40px;
	color:#000000;
	text-decoration:none;
}
#local_navi ul li a:hover {
	background:url(../img/ln_arrow_cu.gif) no-repeat 20px center #16437a;
	color:#fff;
}
#local_navi ul li a.ln_current {
	background:url(../img/ln_arrow_cu.gif) no-repeat 20px center #16437a;
	color:#fff;
}

.fr{
		float:right;
}

img.fr {
	margin:0 0 5px 10px
}

.tar{
	text-align:right}
.mb5{
	margin-bottom:5px}
.mb40{
	margin-bottom:40px}

/* graybox */
.graybox {
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 15px;
	width: 630px;
	border: 10px solid #e5e5e5;
}

.graybox h3 {
	margin-bottom: 7px;
	font-weight: bold;
	color: #005ba3;
}

.graybox .red {
	color: #cc0000;
}


dl.r {
	width: 330px;
	float: left;
}

dl.r dt,dl.product dt{
	margin-bottom:10px;
	font-size: 16px; line-height: 131%;}
dl.r dd strong.f16s,dl.product dd strong.f16s{
	color:#b2303a
	}
	
li.ttlCurrent {
    padding: 12px 0px 10px 20px;
    border-right: 1px solid #CCC;
    border-bottom: 1px dotted #CCC;
    border-left: 1px solid #CCC;
    background: none repeat scroll 0% 0% #B01E29;
    color: #FFF;
    line-height: 1.5em;
}
}