
.container{

}
body.lpbg{
	/*background: #F3F3F3;*/
	background-image: url("../img/bg.png");
}

.contents{
	margin: 15px 0;
	border: solid 1px #333;
	background: #FFE7B2;
	border-radius: 20px;
}

.lp1_header{
	border-radius:20px 20px 0 0;
}
.lp1_header img{
	max-width: 100%;
	height: auto;
	border-radius:20px 20px 0 0;
}
.lp1_footer{
	background: #EA5413;
	color: #FFF;
	padding: 30px 10px;
	text-align: center;
	border-radius: 0 0 20px 20px;
}
.lp1_footer a{
	color: #FFF;
	text-decoration: none;
}
.lp1_menu{
	padding: 20px 30px 20px 30px;
	background: #FFA10E;
	border-top: solid 3px #FFF;
	border-bottom: solid 3px #FFF;
}
.lp1_menu .text{
	padding: 0 0 20px 0;
	line-height: 1.6em;
	color: #FFF;
	font-weight: bold;
	text-shadow:
		-1px -1px #CA4B00,
		1px -1px #CA4B00,
		-1px 1px #CA4B00,
		1px 1px #CA4B00;
}
.lp1_links{
	padding: 20px 30px 20px 30px;
	background: #FFF;
	text-align: center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.lp1_links img{
	max-width: 120px;
	height: auto;
	margin: 0 10px;
}

.note{
	display: block;
	background-image: url("../img/note_bg.png");
	background-repeat: repeat-y;
	background-size:100% 100%; 
	-moz-background-size:100% 100%;
}

.note_body{
	padding: 10px 90px 10px 100px;
}
.note_title{
	font-size: 22px;
	font-weight: bold;
}
.note_title_s{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.note_text{
	line-height: 1.6em;
	padding: 8px 0 30px 0;
}


/* ランキングボックス */
.rank_box{
	position: relative;
}
.rank_title{
	background:#FFF;
	padding-left:84px;
	font-weight:bold;
	font-size:20px;
}
.rank_box .rank_icon{
	position: absolute;
	top: -22px;
	left: -20px;
	width: 100px;
	height:auto;
}
.rank_box .panel-body{
	background:#F4FCFF;

}
.rank_box .data_name{
	font-size: 	17px;
	color: #000;
	font-weight: bold;
	padding: 6px 0 0 0;
}
.rank_box .data{
	font-size: 	26px;
	color: #F00;
	font-weight: bold;
	padding: 6px 0 10px 0;
}
.rank_box .tani{
	font-size: 	14px;
	color: #F00;
}
.rank_box .data_name2{
	font-size: 	15px;
	color: #000;
	font-weight: bold;
	padding: 4px 0 0 0;
}
.rank_box .data2{
	font-size: 	22px;
	color: #F00;
	font-weight: bold;
	padding:0;
}
.rank_box .tani2{
	font-size: 	12px;
	color: #F00;
}
.rank_box .price{
	font-weight: bold;
	text-align: center;
}

.rank_box .comment2{
	text-align: left;
	padding: 6px 0 15px 0;
}
.rank_box .t_title{
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0 0;
	font-size: 0.8em;
}
.rank_box table{
	width: 100%;
}
.rank_box table th{
	width: 20%;
	padding: 3px;
	background: #F29200;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.1em;
}
.rank_box table td{
	padding: 3px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.3em;
}
.rank_box .maru{
	font-weight: bold;
	font-size: 1.6em;
}


.order_bt{
	display: block;
	width: 100%;
	padding: 14px 0;
}

br.kaigyou{ 
	display: block;
}



@media (max-width: 991px){ /* タブレット */

	.note_body{
	padding: 10px 64px 10px 68px;
	}
	.order_bt{
		font-size: 17px;
		padding: 12px 0;
	}
	.rank_box .data2{
		font-size: 	20px;
	}
}


@media (max-width: 768px){ /* スマホ */

	.note_body{
		padding: 10px 49px 10px 54px;
	}
	.order_bt{
		font-size: 15px;
		padding: 10px 0;
	}


}

@media (min-width: 992px){ /* pc以上 */
	br.kaigyou{ 
		display: none; 
	}
}




@media (max-width: 480px){ /* スマホ小 */
	.container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}
	.contents{
		margin: 0;
		border: solid 1px #333;
		background: #FFE7B2;
		border-radius: 20px;
	}
	.note_body{
		padding: 10px 30px 10px 32px;
	}

	.note_title{
		font-size: 18px;
	}
	.note_text{
		padding: 8px 6px 30px 8px;
	}
	.rank_title{
		padding-left:54px;
		font-size:16px;
	}
	.rank_box .rank_icon{
		position: absolute;
		top: -22px;
		left: -20px;
		width: 75px;
		height:auto;
	}
	.rank_box .data_name{
		font-size: 	15px;
	}
	.rank_box .data{
		font-size: 	22px;
		padding-top: 0;
	}
	.rank_box .tani{
		font-size: 	14px;
	}
	.rank_box .data_name2{
		font-size: 	15px;
	}
	.rank_box .data2{
		font-size: 	18px;
	}
	.rank_box .tani2{
		font-size: 	12px;
		color: #F00;
	}
	.rank_box table td{
		font-size: 0.8em;
	}

	.lbl_w{
		font-size: 0.8em;
	}
	.price{
		font-size: 0.9em;
	}

}





