@charset "utf-8";

html{

}
body{
	font-size:14px;
	-webkit-text-size-adjust: none;
	color:#333333;
	background:url(/yokohama/izu-atami/common/images/bg_grad_shadow.jpg) center 456px no-repeat;
	position: relative;
}



/* LINK
----------------------------------------------------- */
a:link    {text-decoration:none; color:#333;}
a:visited {text-decoration:none; color:#333;}
a:hover   {text-decoration:underline; color:#333;}
a:active  {text-decoration:none; color:#333;}



@media screen and (min-width:1025px) {
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
}


/* Table
----------------------------------------------------- */
table{}
td{padding:3px; border:0px;}

table{
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
	table td{
		border-left:2px solid #fff;
		border-top:2px solid #fff;
	}



/* tag
------------------------------------------------------- */
strong{
	font-weight:bold;
}



.text, textarea, .dropdown, input, select{
	border:1px solid #B91E24;
	padding: 5px;
	color: #333;
	background: #fff;
	border-radius: 0px;



}





