@charset "utf-8";

/* ==================================================
contents
================================================== */
/* gallery
============================== */
#tmp_wrap_mtfuji_gallery {
	position:relative;
	overflow:hidden;
	width:100%;
	height:299px;
	clear:both;
}
#tmp_mtfuji_gallery {
	padding-left:1px;
}
#tmp_wrap_mtfuji_gallery .box_gallrey img {
	width:100%;
	height:auto;
}
#tmp_wrap_mtfuji_gallery .prev {
	position:absolute;
	left:35px;
	top:40%;
	z-index:50;
}
#tmp_wrap_mtfuji_gallery .next {
	position:absolute;
	right:35px;
	top:40%;
	z-index:50;
}
#tmp_mtfuji_gallery_player {
	position:absolute;
	right:0;
	bottom:0;
	z-index:50;
}
#tmp_wrap_mtfuji_gallery .list_order {
	display:none;
}
/* corroboration
============================== */
#tmp_corroboration {
	text-align:center;
	background-color:#BBBBBB;
	color: #F00;
	padding:50px 0;
	font-size:143%;
	margin-bottom:80px;
}
/* category
============================== */
#tmp_category .wrap_box_cate {
	clear:both;
}
#tmp_category .box_cate {
	float:left;
	width:224px;
	margin:0 19px 17px 0;
	background:url(/shared/images/wrapper/wrapper_bg.gif) repeat;
}
#tmp_category .box_cate.last {
	margin-right:0;
}
#tmp_category .box_cate.cate_main {
	width:468px;
}
#tmp_category .box_cate_img {
	position:relative;
}
#tmp_category .box_cate_img .lavel {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#tmp_category .box_cate_cnt {
	padding:13px 12px;
}
#tmp_category .box_cate_cnt h2 {
	font-size:114.3%;
	font-weight:normal;
	margin-bottom:0.4em;
	line-height:1.4;
}
#tmp_category .box_cate.cate_main .box_cate_cnt h2 {
	font-size:143%;
}
#tmp_category .box_cate_cnt a {
	text-decoration:none;
}
#tmp_category .box_cate_cnt .vote {
	clear:both;
}
#tmp_category .box_cate_cnt .vote_txt {
	float:left;
	width:205px;
}
#tmp_category .box_cate_cnt .vote_btn {
	float:right;
	width:207px;
	padding-top:15px;
	text-align:center;
}
#tmp_category .box_cate_cnt .vote_btn a {
	display:block;
	padding:8px 0;
	border:1px solid #CDCDCD;
	background-color:#FFFFFF;
	color:#000000;
}
#tmp_category .box_cate_cnt .vote_btn span {
	display:inline-block;
	padding-left:16px;
	background:url(/shared/images/icon/navi_arrow2.png) no-repeat left center;
}
/* fujisan_other
============================== */
#tmp_spot_fujisan_other {
	margin-top:40px;
	margin-bottom:50px;
	clear:both;
}
#tmp_spot_fujisan_other_ttl {
	margin-bottom:10px;
}
#tmp_spot_fujisan_other_ttl h2 {
	font-size:171.4%;
	font-weight:normal;
}
#tmp_spot_fujisan_other ul.fujisan_btn {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_spot_fujisan_other ul.fujisan_btn li {
	float:left;
}
#tmp_spot_fujisan_other ul.fujisan_btn li.odd {
	margin-right:20px;
}
#tmp_spot_fujisan_other ul.fujisan_btn li img {
	vertical-align:top;
}
/* ==================================================
イイトコ
================================================== */
#tmp_iitoko_contents {
	width:960px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_iitoko_contents #tmp_iitoko_btn {
	border:none !important;
	background:url(/shared/templates/mtfuji_free/images/contents/iitoko/iitoko_banner.jpg) top center no-repeat;
	position:relative;
	padding:0;
	margin-bottom:55px;
}
#tmp_iitoko_contents #tmp_iitoko_btn a {
	display:block;
	height:176px;
}
#tmp_iitoko_contents #tmp_iitoko_btn span {
	display:block;
	height:176px;
	overflow:hidden;
	position:relative;
	z-index:-1;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after,
#tmp_category .wrap_box_cate:after,
#tmp_category .box_cate_cnt .vote:after,
#tmp_spot_fujisan_other ul.fujisan_btn:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .clearfix,
*:first-child+html #tmp_category .wrap_box_cate,
*:first-child+html #tmp_category .box_cate_cnt .vote,
*:first-child+html #tmp_spot_fujisan_other ul.fujisan_btn {
	min-height:1%; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for IE7.0 */
*:first-child+html #tmp_gnavi ul li span {
	visibility:hidden;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}