@charset "UTF-8";


html {
	height: 100%;
}


body {
	font-family:Meiryo, "メイリオ", Verdana, Helvetica, sans-serif;
	font-size:90%;
	color: #333;
	height: 100%;
	background: #fff;
	line-height: 1.8;
	/*min-width: 1048px;*/
	margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

 
#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
 
#contents {
    padding-bottom: 100px;
	text-align:center;
	padding-top:0px;
	margin:0 auto;
	width:85%;
}

#header {
	margin:30px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
	background-repeat:no-repeat;
	background-image:url(../img/footer_bg.gif);
	text-align:right;
}

p {
	text-align:left;
	width:80%;
	margin:20px auto;
}

/**/
h1 {
	margin-bottom:15px;
	padding:22px 10px 20px 15px;
	font-size:130%;
	font-weight:bold;
	background:url(../img/h1_bg.gif) repeat-x left bottom;
	border-top:4px solid #0074BF;
	border-bottom:1px solid #0074BF;
	line-height:1.5;
}

h3 {
	margin-bottom:10px;
	padding:8px 5px 7px 15px;
	clear:both;
	font-size:120%;
	font-weight:bold;
	background:#D2EBFB url(../img/h2_bg.gif) no-repeat right top;
	border:1px solid #A9D5F7;
	line-height:1.5;
}


h2 {
	float:left; margin-top:0px; margin-right:20px; padding-bottom:50px;
}


/*==============================================================================
	お問合せ
==============================================================================*/
#reference{
	margin:20px auto 20px auto;
	width:80%;
	clear:both;
	border:2px solid #A9D5F7;
	border-top:2px solid #0074BF;
	text-align:left;
}
#reference h2{
	margin:0px;
	padding:7px 0px 7px 0px;
	font-size:100%;
	color:#FFFFFF;
	background:#0074BF;
	border:2px solid #FFF;
	width:100%;
}
#reference p{
	margin:0px;
	padding:10px 15px 10px 15px;
}
#reference p a.mail,#content p a.mail{
	padding-left:25px;
	background:url(../img/mail.gif) no-repeat left 3px;
}




/*==============================================================================
	所在地
==============================================================================*/

address {
	font-style:normal;
	text-align:left;
	float:right;
	padding:20px;
	font-size:14px;
	line-height:1.5em;
}

@media screen and (min-width:1024px){
  .br-sp {
    display: none;
  }
  

}

@media screen and (max-width: 768px) {
#header {
	margin:20px 0px 0px 0px;
}
#contents {
	padding-top:0px;
}
h2 {float:none; margin-right:0px; padding-bottom:0px; margin-top:40px; margin-bottom:-20px;}
address {float:none; padding-top:0px; margin-top:-20px;}
#footer {
    position: fixed;
}

/*#reference h2{
	margin:0px;
	padding:7px 5px 7px 11px;
	font-size:100%;
	color:#FFFFFF;
	background:#0074BF;
	border:2px solid #FFF;
	width:93%;
}*/
}