@charset "UTF-8";


/*==========================================================================================
 Site : タイコーレンタカー|予約フォーム|style.css
 Date : 2013/10/24
 Auter: Oyanagi Nakako
==========================================================================================*/

/*=============================
	共通
==============================*/
strong {
	color: #ff6600;
}
span.must{
	background:#f00;
	color:#fff;
	font-size:85%;
	padding:2px 4px;
	margin-right:5px;
	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px; 
	        border-radius: 4px;
}

span.block {
	display:block;
}

p.attention {
	font-size:93%;
}

#main div.box {
	margin-top:10px;
	padding:10px;
	background-color: #FFF6C8;
	-webkit-border-radius: 8px; 
	   -moz-border-radius: 8px; 
	        border-radius: 8px;
}
#main div.block {
	margin-bottom:20px;
}

#side div.box {
	padding:5px 10px;
	margin-bottom:10px;
	background-color: #FFF4E0;
	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px; 
	        border-radius: 4px;
}

#side div.block {
	margin:0 0 20px;
	background:#fff;
}

/*=============================
	main
==============================*/
.list li {
	margin-bottom:7px;
}
/*=============================
	side
==============================*/
#side p {
	margin-bottom:10px;
}

.mail a {
	background:url(../img/ico_mail.png) no-repeat 0;
	padding:2px 0 2px 42px;
}

.tel a {
	background:url(../img/ico_tel.png) no-repeat 0;
	padding:2px 0 2px 42px;
}

.mail:hover a:hover,
.tel:hover a:hover {
	color: #ff6600;
}
/*=============================
	thanks
==============================*/
#mfp_thanks {
	border: 3px solid #ffa500;
	line-height: 3em;
	text-align: center;
	font-size: 116%;
}

/*-----------------------------------
	screens bigger than 481【forTab】
-----------------------------------*/
@media only screen and (min-width:481px) {
	.harf {
		overflow:hidden;
	}
	.harf li {
		float:left;
		width:47%; 
	}
	.person {
		overflow:hidden;
	}
	.person li {
		float:left;
		width:32%; 
		margin: 0 1% 1% 0;
	}
	.grid7 {
		float:left;
		width: 57.5%;
		margin: 0 1% 1% 0;
	}
	.grid3 {
		float:left;
		width: 23.5%;
		margin: 0 1% 1% 0;
	}
}

/*-----------------------------------
	screens bigger than 770【forPC】
-----------------------------------*/
@media only screen and (min-width:770px) {
	span.inline {
		display:block;
	}
	
	table.tour-table {
	}
	table.tour-table {
}