

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:         Your Name (admin)
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
img {
	vertical-align: text-bottom;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}


/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
}


* html body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
	text-align: center;
} /* for lte ie6 */

*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/body {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) body {
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
} /* for modern browser not ie8 */


/* ------------ form Style */
input, select, textarea {
	font-size: 1em;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}
* html input, select, textarea {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
} /* for lte ie6 */

*:first-child+html input, select, textarea {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/input, select, textarea {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) input, select, textarea {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
} /* for modern browser not ie8 */


/* ------------ A Style */
a:link	{
	text-decoration: none;
	color: #00F;
}

a:visited	{
	text-decoration: none;
	color: #00F;
}

a:hover	{
	text-decoration: underline;
	color: #00F;
}

a:active	{
	text-decoration: none;
	color: #00F;
}


/* ----------------------- Basic Style */
/* ------------ Sub Style */

/* ------------ font Class */
.Arial {
		font-family: "Arial Black";
	}


/* ------------ underline Class */
.dotline { 
		border-bottom: dotted 1px;
	}

.underline {
		border-bottom: solid  1px;
	}

.link {
		border-color: #96c4fd;
	}

.big {
	font-size: 2em;
}


/* ------------ color Class */

.red {
		color: #ef2d6e;
	}
	
.silver {
		color: #b4c2c9;
	}

.blue {
		color: #004294;
	}

.ao {
		color: #2994f3;
	}

.ana_ao {
		color: #84c9ff;
	}

.pink {
		color: #d53776;
	}

.brown {
		color: #663819;
	}

.orenge {
		color: #d86800;
	}

.new {
		color: #fbff3d;
	}
	
.bold {
		font-weight: bold;
		padding-top: 5px;
	}




/* ------------ float Class */
.flow_left {
	float:left;
	}

.flow_right {
	float:right;
	}
.clear_both {
	clear: both;
	}

.center {
	text-align: center;
}

/* ------------ clearfix Class */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.space {
	padding-right: 0.25em;
}

.vertical_middle {
	vertical-align: middle;
	}
.align_left {
	text-align: left;
	}
	
a.linkopacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}

a.linkopacity:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6; 
	opacity: 0.6;
	}


span.toku_icon {
	display: block;
	width: 91px;
	height: 24px;
	background-image: url(../images/tokuten_icon.png);
	background-repeat: no-repeat;	
	}

span.new_icon {
	display: block;
	width: 91px;
	height: 24px;
	background-image: url(../images/new_icon.png);
	background-repeat: no-repeat;	
	}

span.osusume_icon {
	display: block;
	width: 91px;
	height: 24px;
	background-image: url(../images/osusume_icon.png);
	background-repeat: no-repeat;	
	}

span.car_icon {
	display: block;
	width: 91px;
	height: 24px;
	background-image: url(../images/car_icon.png);
	background-repeat: no-repeat;	
	}

span.beach_icon {
	display: block;
	width: 91px;
	height: 24px;
	background-image: url(../images/beach_icon.png);
	background-repeat: no-repeat;	
	}

span.Breakfast_icon {
	display: block;
	width: 59px;
	height: 24px;
	background-image: url(../images/Breakfast_icon.png);
	background-repeat: no-repeat;	
	}


/* ------------ mutual_link Class */
.mutual_link {
	display: none;
	}

/* ------------ w3c Class */
.w3c {
	margin-top: 7px;;
	}


.list01 {
	background-image: url(../images/yazi_s.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	}




