@charset "utf-8";
/* CSS Document */

/* slider layout */
.lof-slidecontent {
position:relative;
overflow:hidden;
border:#DADADA solid 1px;
background-color: #dadada;
width:298px;
height:223px;
}
.main-slider-content {
width:298px;
height:223px;
}
.lof-slidecontent .preload{
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:100000;
text-align:center;
background-color: #666666;
}
.lof-slidecontent .preload div{
height:100%;
width:100%;
background:transparent url(../images/lof/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-slidecontent .sliders-wrapper{
position:relative;
height:100%;
width:298px;
z-index:3px;
overflow:hidden;
}
.lof-slidecontent ul.sliders-wrap-inner{
overflow:hidden;
background:transparent url(../images/lof/load-indicator.gif) no-repeat scroll 50% 50%;
padding:0px;
margin:0;
position:absolute;
overflow:hidden;
}
.lof-slidecontent ul.sliders-wrap-inner li{
overflow:hidden;
padding:0px;
margin:0px;
float:left;
position:relative;
display: block;
width: 100%;
}
/*ここまでチェック*/
.lof-slidecontent  .lof-opacity {
width:100%;
height:100%;
}
.lof-slidecontent  .lof-opacity  li{
position:absolute!important;
top:0;
left:0;
float:inherit!important;
}
/*******************************************************/
ul.sliders-wrap-inner li img{
padding:0px;
height: 223px;
width: 298px;
}
.lof-slidecontent .slider-description > div {
padding:10px;
}
.lof-slidecontent .slider-description a.readmore{
color:#58B1EA;
font-size:95%;
}
.lof-slidecontent .slider-description a{
	color:#58B1EA;
}
.lof-slidecontent .slider-description{
z-index:100px;
position:absolute;
bottom:0;
right:0px;
width:100%;
background:url(../images/lof/bg_trans.png);
color:#FFF;
}
.lof-slidecontent .slider-description h3 {
	font-size: 14px;
	padding: 0;
	line-height: 135%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.lof-slidecontent .slider-description p {
font-size: 12px;
margin: 5px 0;
padding: 0;
line-height: 145%;
}
.lof-slidecontent  .button-next, .lof-slidecontent .button-previous{
display:block;
width:40px;
color:#FFF;
cursor:pointer;
position:absolute;
height:100%;
z-index:40;
top:0;
}
.lof-slidecontent   .button-next {
	right:05px;
	background-image: url(../images/lof/b_next.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 40px;
	width: 40px;
	margin-top: 86px;
}
.lof-slidecontent  .button-previous {
	left:05px;
	background-image: url(../images/lof/b_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	width: 40px;
	margin-top: 86px;
}

/* profile box */

.lof300-profile-box {
	width: 276px;
	border: 2px solid #DADADA;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #F9F9F9;
}
.lof300-diet-img {
	width: 80px;
	padding-right: 10px;
	float: left;
}
.lof300-diet-boxright {
	width: 186px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.lof300-diet-boxright h2 {
	font-size: 12px;
	line-height: 145%;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #333333;
}
.lof300-snsbox {
	margin: 0px;
	padding: 0px;
	width: 162px;
	float: right;
}
.lof300-profile-box .snslook {
	float: left;
	width: 90px;
}

.lof300-snsbox ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 72px;
}
.lof300-snsbox li {
	list-style-type: none;
	display: block;
	float: left;
	height: 19px;
	width: 19px;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.snslink-twitter {
	background-image: url(../images/lof/diet-sns-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.snslink-google {
	background-image: url(../images/lof/diet-sns-icon.gif);
	background-repeat: no-repeat;
	background-position: -19px 0px;
}
.snslink-facebook {
	background-image: url(../images/lof/diet-sns-icon.gif);
	background-repeat: no-repeat;
	background-position: -38px 0px;
}
.snslink-facebook a,.snslink-google a,.snslink-twitter a {
	padding-top: 20px;
	display: block;
}
.lof300-diet-clearboth {
	clear: both;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}
