@charset "utf-8";

.breadnav{
text-align:right;
margin-bottom:10px;
}

.bread{
margin:0;
padding:0;
list-style:none;
overflow:hidden;
}

.bread li{
display:inline; /*横に並ぶように*/
list-style:none;
}

.bread li:after{
content:' > ';
padding:0 0.2em;
color:#8186a0;
}

.bread li:last-child:after{
content:'';
}

.bread li a{
text-decoration:none;
color:#273376;
}

.bread li:first-child a:before{
content:'';
font-weight:normal;
font-size:1.1em;
}

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