@charset utf-8;

img{
/* -ms-interpolation-mode: bicubic;*/
}

.flips_ui{

}

.flips_ui *{
	text-align:left;
}

.flips_ui div,
.flips_ui dl,
.flips_ui dt,
.flips_ui dd,
.flips_ui ul,
.flips_ui ol,
.flips_ui li,
.flips_ui h1,
.flips_ui h2,
.flips_ui h3,
.flips_ui h4,
.flips_ui h5,
.flips_ui h6,
.flips_ui pre,
.flips_ui code,
.flips_ui form,
.flips_ui fieldset,
.flips_ui legend,
.flips_ui input,
.flips_ui button,
.flips_ui textarea,
.flips_ui p,
.flips_ui blockquote,
.flips_ui th,
.flips_ui td {
	margin: 0;
	padding: 0;
	font:normal normal normal 100%/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.flips_ui fieldset,
.flips_ui img {
	border: 0;
}

.flips_ui span,
.flips_ui a,
.flips_ui input,
.flips_ui textarea,
.flips_ui select,
.flips_ui option,
.flips_ui button {
	font:normal normal normal 100%/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.flips_ui input,
.flips_ui button,
.flips_ui textarea,
.flips_ui select,
.flips_ui optgroup,
.flips_ui option {
	font-family : inherit;
	font-size : inherit;
	font-style : inherit;
	font-weight : inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
.flips_ui input,
.flips_ui button,
.flips_ui textarea,
.flips_ui select {
	*font-size : 100%;
}

.flips_ui input,
.flips_ui button,
.flips_ui textarea,
.flips_ui select {
	line-height : normal;
}


.flips_ui p{
	margin:0.2em 0 0.8em;
	line-height:1.7;
}

.flips_ui hr{
	clear:both;
	margin:2em 0 1em;
	border-style:dotted;
	color: #ccc;
}

.flips_ui strong,
.flips_ui em{
	font-weight:bold;
}

/* --------------------------------------------- */

.flips_ui h1,
.flips_ui h2,
.flips_ui h3,
.flips_ui h4,
.flips_ui h5,
.flips_ui h6 {
	margin:0.6em 0 0.3em;
	font-weight:bold;
	font-size:120%;
	color:#000;
}
.flips_ui h3,
.flips_ui h4,
.flips_ui h5,
.flips_ui h6 {
	font-size:105%;
}


.flips_ui .flips_align_center{
	text-align:center;
}
.flips_ui .flips_align_right{
	text-align:center;
}

.flips_style_hidden{
	display:none;
}

.flips_ui .flips_strong{
	font-weight:bold;
}

.flips_ui .flips_sub{
	font-weight:normal;
	font-size:85%;
	line-height:1.4;
	color:#8e9179;
}

.flips_ui .flips_group{
	border:#aaa 1px solid;
	padding:0.2em;
	background:#eee;
	padding: 0 10px;
}

.flips_ui .flips_alert{
	color:#ff3f00;
}

.flips_ui .flips_label{
	margin:1em 0 0.2em;
}

.flips_ui table.flips_default{
	margin:1em 0;
	border-collapse:collapse;
	border-spacing:0;
}
	table.flips_default th,
	table.flips_default td {
		padding:2px 6px;
		border:#666 1px solid;
	}
	table.flips_default th{
		background:#ccc;
		color:#333;
	}
	table.flips_default td{
		background:#fff;
		color:#666;
	}

.flips_ui p.flips_paging{
	text-align:center;
}

.flips_ui a.flips_button{
	padding:2px 8px;
	background:#f70;
	color:#fff;
	border:#f70 1px solid;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
	a.flips_button:hover{
	}

fieldset.flips_option{
	border:#ccc 1px solid;
	/*margin-left: 10px;*/
	padding-bottom:20px;
}
	fieldset.flips_option legend{
		margin:5px;
	}
	fieldset.flips_option p{
		padding-left:1em;
	}

div.map{
	width:90%;
}
	#contents div.map{
		height:300px;
	}
	#side div.map{
		height:180px;
	}

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

.flips_clearfix {
  min-height: 1px;
}

* html .flips_clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#flips_copyr {
	text-align:center;
	border-top: solid 1px #333;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	font-size:0.8em;
}

p.flips_bottomP {
    padding-bottom: 20px;
}

.flips_labelFont {
    font-family : 'ＭＳ ゴシック',sans-serif  !important;
}