/* ----------------------------------------- */
/*  koken Style                               */
/* ----------------------------------------- */

/* casestudy */
#casestudy {
	width:100%;
	min-width:980px;
}
#casestudy:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
#casestudy .case {
	width:auto;
	height:auto;
	position:relative;
	margin:5px 8px 10px 6px;
	padding:6px 8px;
    padding: 0;
	float: left;
	display: inline-block;
	border: 1px solid #555;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	width:46%;
	min-height:150px;
}
#casestudy img {
    margin-bottom:8px;
    max-width: 100%;
    height: auto;
}
#casestudy .case em, .sales_view em {
	background: #225FB3;
	color:#fff;
	padding:1px 2px;
	margin-left:5px;
}
#casestudy .case .btn_lookup { /* 一覧ボタンの位置 */
	/*position:absolute;
	left:20px;
	bottom:10px;
	z-index:10;*/
    margin:10px;
}
#casestudy .case .btn_lookup a { 
	display:block;
	width:160px;
	height:33px;
	margin:0 auto;
	padding:0;
	border:none;
	background:url(../material/btn_lookup.png) 0 0 no-repeat;
}
#casestudy .case .btn_lookup a em { display:none; } 
#casestudy .case .btn_lookup a {
	background-position:0 0;
}
#casestudy .case .btn_lookup a:hover {
	background-position:0 -33px;
}
#casestudy h3 {
    font-size:1.3em;
    letter-spacing: 1;
    text-align:center;
}
#casestudy h3 a {
    text-decoration: none;
}
#casestudy p {
	font-size:1.0em;
	line-height:1.65;
	padding-bottom:10px;
}
#casestudy .price {
    font-size:1.15em;
}

IMG.gg { border:1px solid #555; }
A:hover IMG.gg { border:1px solid red; }
A:link IMG.gg , A:visited IMG.gg{
	/*border:1px solid #555;*/
	z-index: 10;
	margin: 1px; padding: 0;
	left:  0;
}

.bunjo_topics h3 {
    width: 99% !important;
    font-size:1.4em !important;
    padding:8px 10px 6px !important;
}
.bunjo_topics .category {
    font-size:0.8em !important;
    padding:0 6px !important;
}