@charset "utf-8";

/* case */
#main .case {
clear:both;
overflow:hidden;
height:100%;
margin-bottom:30px;
}
#main .case .title {
margin-bottom:13px;
padding:5px 5px 3px;
border:1px solid #E0E0E0;
background:url(../../common/common_bg_01.png) left bottom repeat-x;
}
#main .case .title h2 {
padding-left:15px;
background:url(../../common/common_arrow_04.png) left center no-repeat;
font-size:1.2em;
line-height:1.2;
}
#main .case .title h2 img {
margin-left:5px;
vertical-align:middle;
}
#main .case .category {
margin-bottom:13px;
}
#main .case .category h3,
#main .case .category p {
display:inline;
}
#main .case .image {
float:right;
}
#main .case .body {
margin-right:240px;
font-size:1.2em;
}

