@charset "Shift_JIS";


.cosmiLinenupBox a h3{
	text-decoration: none;
          color: #ffffff;
    font-size: 110%;
    font-weight: bold;
        text-align: center;
    min-height: 4em;
border: none;
    margin-top: 30px;
}

.cosmiLinenupBox a h3 span{
	background-image: url("/image/jp/r1/icon/icon_link_right_hd.gif");
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;  
    display: inline;
    padding: 0 20px;
}

.cosmiLinenupBox a:hover h3 span{
    background-position: right -5px center;  
}



/* ---[c2-2-1] 見出し > レベル2 下線付き--- */
/* ---[c2-2-2] 見出し > レベル2 > リンクあり--- */
h3 {
	margin: 0 0 10px 0;
	padding: 0 3px 3px 0;
	font-size: 100%;
	font-weight: bold;
	color: #737373;
	line-height: 1.35;
	border-bottom: 1px solid #cdcdcd;
}

h3 a { line-height: 1.35; }

