@charset "UTF-8";
/*! サイトベース */
.cl {
	display: inline-block;
	min-height: 1%;
	display: block;
	*zoom: 1;
}
.cl:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .cl {
	height: 1%;
}

/*----------------------------------
reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  font-size:100%;
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

/* mediabox対策 */
* {
  margin: 0;
  padding: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*----------------------------------
html body
----------------------------------*/
html{
	height: 100%;
  font-size: 62.5%;
}
body {
	font: Lato, "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.7;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	height:100%;
	min-width:1200px;
}
/*----------------------------------
Overlay
----------------------------------*/
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}

/*----------------------------------
modal
----------------------------------*/
#modal-win{
	display: none;
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	background:#FFFFFF;
	width:600px;
	z-index:10000;
	font-size: 14px;
	font-size: 1.4rem;
}
#modal-win .modal-main{
	padding:20px 20px 0 20px;
}
#modal-win .modal-main h2{
	background:#0077A2;
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:20px;
	padding:5px;
}
#modal-win .modal-main table{
	text-align:left;
}
/*----------------------------------
wrapper
----------------------------------*/
#wrapper{
	height: 100%;
	min-width:800px;
	font-size: 14px;
	font-size: 1.4rem;
}