@charset "utf-8";

*{
	margin:0;
	padding:0;
}

html {
	/*overflow-y: scroll;*/
}

a{
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:none;
	color:#999;
}

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;
}

article, aside, canvas, footer, header, hgroup, nav, section, figure, figcaption { 
	display: block;
	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%;
	font-weight: normal;
}

img, abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

/*------------ fontStyle------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	/*letter-spacing:1px;*/
	font-size: 12px;
	line-height: 1.8;
	color:#333;
	letter-spacing:1px;
	-webkit-text-size-adjust:100%;
}

/*-----------------------------------------------------------------------------------------------------------clearfix-----------------*/

.clearfix{ /zoom:1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }
.clearfix{ overflow:hidden; }

/*--------------------------------------------------------------------------------------------------------------jsMessage----------*/


.small-dialog_box p {
	margin:0 0 2px 0;
	font-size:80%;
}

.small-dialog_box td {
	font-size: 80%;
}

.small-dialog_box table td {
	text-align: center;
	padding: 2px 0 !important;
	border: 1px solid #ccc;
}

.carousel-inner{
	max-width: 900px;
	margin: 0 auto;
}

.mb70 {
	margin-bottom:70px;
}
.mb10 {
	margin-bottom:10px;
}
.table {
	margin-bottom:5px !important;
}
.omiyageBtnTemp {
	text-align: center;
}
/*.table {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  }*/
  .wrap01 {
  	overflow: hidden;
  }
  .recTtl01 {
  	color: #FFF;
  	padding: 4px;
  	margin: 12px 0 8px 0;
  	border-left: 8px #104066 solid;
  	background-color: #0b1e3b;
  	font-weight: bold;
  }
  .recTtl02 {
  	color: #FFF;
  	padding: 4px;
  	margin: 12px 0 8px 0;
  	border-left: 8px #104066 solid;
  	background-color: #0b1e3b;
  	margin-top:100px;
  	font-weight: bold;
  }
.bnrBox {
	margin:20px 0 20px 0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	padding: 20px 0 20px 0;
}
.bold {
	font-weight:bold;
}
.mb30 {
	margin-bottom:30px;
}