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


/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
	.figurePc{display:none;}
	.pcLink{display:none;}
	
	
	.aboutSet{
		padding:0px 0px 18px 0px;
	}
		
		.aboutSet h5{
			display:block;
			width:auto;
			font-weight:bold;
			font-size:100%;
			padding:8px 15px;
			margin:0px 0px 6px 0px;
			text-align:left;
			color:#fff;
			
			background:url(../../common/images/term_title_bg.png);
						
			border-radius:5px;
			-webkit-border-radius:5px;	
			-moz-border-radius:5px;	
		}
	
		.figureSp{
				
		}
			.figureSp img{
				width:100%;
				height:auto;
			}
		
		
		
		.aboutSet .btnOnline{
			padding:20px 0px 20px 0px;
			margin-bottom:6px;
		}
			.btnOnline a{
				display:block;
				width:100%;
				height:auto;
				margin:0px auto;
				padding:15px 0px;
				text-align:center;
				color:#fff;
				border:2px solid #ccc;
				font-weight:bold;
				font-size:112%;
			}
				
				.btnOnline a.online{
					background:#BE0000;
					color:#fff;
					text-align:center;	
				}
					.btnOnline a.online:hover{
						background:#fff;
						color:#BE0000;
						border-color:#BE0000;	
					}
			
			
			
			.skylinerCoupon{
				width:100%;
				height:auto;
				margin:0px auto;
				padding:15px;
				background:#fefefe;
				border:2px solid #ededed;	
				overflow:hidden;
				
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
			}
				.skylinerCoupon p{
					display:block;
					width:100%;
					height:auto;
					padding:0px 0px 10px 0px;
				}
				
				.skylinerCoupon a{
					display:block;
					width:100%;
					height:auto;
					margin:0px 0px;
					padding:10px 0px;
					text-align:center;
					color:#fff;
					border:2px solid #ccc;
				}
				
				.skylinerCoupon br{display:none;}
			
				.skylinerCoupon a.coupon{
					background:#043688;
					color:#fff;
					text-align:center;	
				}
					.skylinerCoupon a.coupon:hover{
						background:#fff;
						color:#043688;
						border-color:#043688;	
					}
					
			.otherCoupon{
				width:100%;
				height:auto;
				margin:15px auto 0px auto;
				padding:15px;
				background:#fefefe;
				border:2px solid #ededed;	
				overflow:hidden;
				
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
			}
				.otherCoupon p{
					display:block;
					width:100%;
					height:auto;
					padding:0px 0px 10px 0px;
				}
				
				.otherCoupon a{
					display:block;
					width:100%;
					height:auto;
					margin:0px 0px;
					padding:10px 0px;
					text-align:center;
					color:#fff;
					border:2px solid #ccc;
				}
				
			
				.otherCoupon a.coupon{
					background:#ff7800;
					color:#fff;
					text-align:center;	
				}
					.otherCoupon a.coupon:hover{
						background:#fff;
						color:#ff7800;
						border-color:#ff7800;	
					}
					
					
					
					
		
/* 160203 add */
#contents{
	padding-top:0px;
}
.rosenPc{
	display:none;
}
.rosenSp{
	padding:10px 0px 0px 0px;	
}
	.rosenSp img{
		width:100%;
		height:auto;	
	}
	.rosen img{
	width:100%;
	height:auto;
}
	.rosenSp p{
		padding:8px 0px 10px 0px;
		margin:0px 0px 10px 0px;
		border-bottom:1px dotted #ccc;
		color:#004894;
	}
	.aboutSet .floatSet{
		padding:0px 0px 0px 0px;
		overflow:hidden;	
	}
		.floatSet .item{
			width:100%;
			height:auto;
		}

		
			.item .itemLeft{
				width:100%;
				height:auto;
				padding:0px 0px 8px 0px;
			}
				.itemLeft h6{
					color:#0055A6;
					font-size:112%;
					font-weight:bold;
					padding:0px 0px 8px 0px;
				}
				.itemLeft p span{
					display:block;
					padding:0px 0px 0px 0px;
					color:#e10000;	
				}
			.item .photo{
				width:100%;
				height:auto;
				padding:0px 0px 10px 0px;
				margin:0px 0px 10px 0px;
				border-bottom:1px dotted #ccc;
			}
				.photo img{
					width:100%;
					height:auto;
				}

.figureSp ul{
	padding:8px 0px 0px 0px;	
}
.figureSp ul li{
	padding:0px 0px 0px 2em;
	text-indent:-2em;
}



}
