.row5 {
	background:url(/images/bg_check7.gif) center top;
	color:#fff;
}
.row5 a { /*リンクされた文字*/
	color:#ffd0d8;
    font-style:normal;
    text-decoration:underline;
}
.row5 a:link { /*未訪問のリンク*/
    color:#ffd0d8;
    font-style:normal;
    text-decoration:underline;
}
.row5 a:visited { /*訪問後のリンク*/
    text-decoration:underline;
}
.row5 a:hover {/*マウスをのせたとき*/
    color:#b9f1ff;
    font-style:normal;
    text-decoration:underline;
}
.row5 a:active {/*クリック中*/
    text-decoration:none;
}

.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0;
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
}
.row5 .box {
	position:relative;
	top:0;
	left:0;
}
/*
b.limgs 
*/
.limgs {
	position:relative;
	top:0;
	left:0;
	margin-top:120px;
	overflow:hidden;
}
.limgs ul {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
}
.limgs ul li {
	float:left;
}
.limgs ul li a {
	display:block;
}

.limgs ul li img {
	
	vertical-align:middle;
	
	
}
/*
e.limgs
*/
.row5 .box .fA {
	overflow:hidden;
	height:auto;
	width:100%;
}
.row5 .box .fR {
	float:right;
	margin:0 0 0 -300px;
	width:100%;
}
.row5 .box .fL {
	float:left;
	width:300px;
}

.row5 .box .fR .limgs {
	margin:0 0 0 300px;
}
.row5 .box .fL article {
	overflow:hidden;
	max-height:500px;
	height:auto;
	max-width:300px;
	width:100%;
}
.row5 .box .fL article .fa {
	overflow:hidden;
	height:auto;
	width:100%;
}
.row5 .box .fL article .fa .fr {
	float:right;
	margin:0 0 0 -135px;
	width:100%;						
}
.row5 .box .fL article .fa .fl {
	float:left;
	width:135px;
	
}
.row5 .box .fL article .f_liquid {
	margin:0 0 0 150px;
}
.row5 .box .fL article .fa .fr dl{
	overflow:hidden;
	width:auto;
	
}
.row5 .box .fL article .fa .fr dt {
	float:left;
	width:50px;
	clear:both;
}

.row5 .box .fL article .fa .fr dd {
	word-wrap:break-word;
	margin-left:50px;
}
.row5 .box .fL article .fa .fl img {
	width:135px;
}
.limgs a {
	cursor:default;
}