.align_c{text-align: center;}

div.kline_r{
width:100%;
height:15px;
background:url(../img/common/icon_k.png)no-repeat right top ;
padding:0px 30px 20px 0px;
margin:0 0 30px 0;
border-bottom: 1px dashed #cccccc;
	clear:both;
}

div.kline_l{
width:100%;
height:15px;
background:url(../img/common/icon_k.png)no-repeat left top ;
padding:0px 0px 20px 30px;
margin:0 0 30px 0;
border-bottom: 1px dashed #cccccc;
	clear:both;
}

a.touch:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

div.textsize_l{
	font-size: 120%;
}



div#headbread{
clear:all;	
}

div#footbread{
background:#eeeeee;	
clear:all;	
  margin:20px 0;
}

ul.breadcrumb{
  width: 100%;
  padding: 0px 0px 5px 0px;
  margin:0;
    color: #bbbbbb;
  text-align: left;
}
ul.breadcrumb li {
list-style: none;
  display: inline;
  padding-right: 2px;
  text-align: left;
}
ul.breadcrumb li a {
  color: #bbbbbb;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
}

div#footbread ul.breadcrumb{
  width: 100%;
  padding: 5px;
  margin:0;
    color: #bbbbbb;
  text-align: left;
}


h2#title_cat{
font-size: 120%;
background-color :#e31048;
color:#ffffff;
margin:0 0 20px 0;
padding:5px 10px;
text-align: left;
font-weight: normal;
line-height: 100%;
}


div.box_left,
div.box_right{
	width:47%;
	height:auto;
	float:left;
}
div.box_left{
	margin-right:2%;
}
div.box_right{
margin-left:2%;
}

div.box_left h3,
div.box_right h3 {
width: 100%!important;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 10px;
background-color: #599C93;
font-size: 1.00em;
line-height: 22px;
color: #ffffff;
font-weight: bold;
text-align: left;
}



.clearfix{
	clear:both;
	
}
