@charset "utf-8";


a:hover img{
	}


body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	color: #333;
	line-height: 1.5em;
	background: url(../images/line.png) repeat-x center;
	}
	body.lp{
		background: none;
	}

img{
	line-height: 1em;
	}

a{
	color: #333;
	}

a:hover{
	color: #000;
	}

.cf:after{
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}

.cb{
	clear: both;
	}

.cf{
   display: inline-block;
   min-height: 1%;  /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
*html .cf{height:  1%;}
.cf{display:  block;}
/* for ie5,6*/

/*--#container--*/

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  display: table;
}

body {
	display: table-cell;
  vertical-align: middle;
}

a {
}

#container {
	width: 500px;
	text-align: center;
	margin: 0 auto;
}

#container h1 {
	margin: 0 0 10px 0;
}

#container h1 img {
	width: 100%;
}


#container .info {
	margin: 0 0 20px 0;
}

.info {
	line-height: 1.8;
	font-size: 16px;
	background: #fff;
}

.date {
	font-size: 34px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.tel {
	margin: 0 0 15px 0;
}

.tel span {
	font-size: 28px;
	font-weight: bold;
	color: #136AAA;
}

/*lp表示2015/07 lp-container*/

#lp-container2{
	width: 896px;
	text-align: center;
	margin: 0 auto;
}

