@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Noto+Sans);


body {
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	color:#333;
	line-height:140%;
	padding:0;
	margin:0;
	min-width:1130px;
	background:#FFF;
}


div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

ul{
	list-style:none;
}
ul img{
	vertical-align:bottom;
	margin:0;
}

a{
	color:#0066FF;
	text-decoration:underline;
	outline:0;
	-webkit-transition:.5s linear;
}

a:visited {
    color:#0066FF;
	text-decoration:underline;
}

a:hover {
	color:#3CF;
	text-decoration:underline;
}

img {
    border:none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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


/*共通
---------------------------------------------------------*/
.section{
	margin:0 auto;
	_zoom:1;
	overflow:hidden;
}

.box{
	_zoom:1;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}




/*wrapper
---------------------------------------------------------*/
#wrapper{
	background:url(../images/bg.jpg);
	border-bottom:solid 2px #EA97B2;
	margin-bottom:15px;
}


/*header
---------------------------------------------------------*/
.header{
	margin:0 auto;
	position:relative;
	text-align:center;
}

.frontpage .header{
	width:1130px;
	height:390px;
}
.contentpage .header{
	width:940px;
	height:257px;
}

h1{
	font-size:11px;
	font-weight:normal;
	color:#79766A;
	position:relative;
	top:20px;
}

.logo{
	position:relative;
	top:30px;
	z-index:2;
}


/*nav
---------------------------------------------------------*/
.nav{
	_zoom:1;
	overflow:hidden;
	margin:0 auto;
	width:941px;
}
.nav li{
	float:left;
}


/*pagebpdy
---------------------------------------------------------*/
.pagebody{
	width:940px;
	margin:0 auto;
	text-align:left;
	padding-top:40px;
	_zoom:1;
	overflow:hidden;
}

.frontpage .pagebody{
	padding-bottom:20px;
}

.side{
	float:left;
	width:240px;
}

.side .bnr div{
	margin-bottom:10px;
}

.side .info{
	line-height:150%;
}

.side .info dl{
	margin:15px 0 10px;
}
.side .info dt{
	margin-bottom:7px;
}


.side .info span{
	color:#EC769B;
	font-weight:bold;
}

.side .info address{
	font-style:normal;
	margin:15px 0;
}

.side .info .tel{
	margin-top:15px;
}

.content{
	float:right;
	width:640px;
	font-size:14px;
	line-height:160%;
}

.btn_pagetop{
	width:940px;
	margin:0 auto;
	text-align:right;
	padding:0 0 5px;
}



/*footer
---------------------------------------------------------*/
.footer a{
	color:#666;
	font-size:12px;
	text-decoration:none;
}

.footer a:hover{
	color:#ED769C;
	text-decoration:none;
}


.copyright{
	font-family: 'Noto Sans', sans-serif;
	font-size:11px;
	color:#999;
	padding:25px 0 50px 0;
	letter-spacing:0.1em;
}