@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body,
table,
input,
textarea,
select,
option {
  -webkit-text-size-adjust: none;
  font-style: normal;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  border: 0;
}

input,
select {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic",
    Helvetica, Arial, sans-serif;
}

body {
  font-size: 95%;
  /*
	font-family:"メイリオ",Hiragino Kaku Gothic Pro,Osaka,"MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	*/
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana,
    Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 150%;
  background: url(./img/haikei1.gif) left top repeat;
}

header h1 {
  font-size: 10px;
  font-weight: normal;
  padding: 5px 0;
}

header {
  max-width: 800px;
  margin: 0 auto;
  line-height: 100%;
}

.header {
  max-width: 800px;
  min-height: 83px;
  background: #ffffff url(./img/header_bg.png) center top no-repeat;
  padding: 20px 0 0 0;
}

.header .logo {
  float: left;
}

.header .tel {
  float: right;
}

#gmenu {
  clear: both;
}

#gmenu li a {
  float: left;
}

#gmenu li a {
  display: block;
  font-size: 0;
}

#gmenu li.menu01 a {
  width: 132px;
  height: 55px;
}

#gmenu li.menu02 a,
#gmenu li.menu03 a {
  width: 137px;
  height: 55px;
}

#gmenu li.menu04 a {
  width: 134px;
  height: 55px;
}

#gmenu li.menu05 a {
  width: 138px;
  height: 55px;
}

#gmenu li.menu06 a {
  width: 122px;
  height: 55px;
}

#gmenu li.menu01 a {
  background: url(./img/menu_01.jpg) top left no-repeat;
}
#gmenu li.menu02 a {
  background: url(./img/menu_02.jpg) top left no-repeat;
}
#gmenu li.menu03 a {
  background: url(./img/menu_03.jpg) top left no-repeat;
}
#gmenu li.menu04 a {
  background: url(./img/menu_04.jpg) top left no-repeat;
}
#gmenu li.menu05 a {
  background: url(./img/menu_08.jpg) top left no-repeat;
}
#gmenu li.menu06 a {
  background: url(./img/menu_06.jpg) top left no-repeat;
}

#flash {
  clear: both;
}

.anime {
  width: 800px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagetop {
  font-size: 12px;
  padding: 10px;
  text-align: right;
  clear: both;
}

footer {
  clear: both;
  max-width: 800px;
  margin: 0 auto;
}

footer .copyright {
  background: #74be2d;
  text-align: center;
  padding: 15px;
  text-align: center;
  color: #ffffff;
}

#swiffycontainer {
  width: 800px;
  height: 300px;
  margin: 0 auto;
}

.sidebox {
  padding: 10px;
  border: 1px solid #ccc;
}

#content {
  clear: both;
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 10px;
  background: #ffffff;
}

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

.main {
  width: 550px;
  float: right;
}

.bn4 li {
  width: 50%;
  float: left;
}

.bn4 li div {
  padding: 1px 5px;
}

.bn4 li img {
  width: 100%;
  height: auto;
}

#sp_top_nav {
  display: none;
}

.midashi02 {
  padding: 10px 0 10px 28px;
  color: #ffffff;
  background: #74bd2d url(./img/midashi01_bg.png) 5px center no-repeat;
  margin-bottom: 10px;
}
/* 
@media screen and (max-width: 820px){

	.sp {
		display:inline;
	}
	
	header h1{
		display:none;
	}
		
	#gmenu li a{
		display:block;
		font-size:16px;
		float:none;
		text-decoration:none;
		color:#fff;
		padding:10px;
		border-bottom:1px solid #fff;
	}
	
	#gmenu li.menu01 a,
	#gmenu li.menu04 a{
		padding:17px 10px;
	}
	
	.header{
		background-image:none;
		padding:10px;
	}
	
	#gmenu li.menu01 a,
	#gmenu li.menu02 a,
	#gmenu li.menu03 a,
	#gmenu li.menu04 a,
	#gmenu li.menu05 a,
	#gmenu li.menu06 a{
		width:auto;
		height:auto;
		background:#8BC34A;
	}
	

	
	body{
		margin:46px 0 0 0 !important;
		padding-top:0 !important;
	}
	
	#sp_top_nav{
		position:fixed;
		top:0;
		left:0;
		height:46px;
		width:100%;
		background: #558B2F;
		display:block;
		border-bottom:1px solid #fff;
	}
	
	#sp_top_nav ul{
		padding:0;
		margin:0;
	}

	#sp_top_nav li{
		width:33.3%;
		float:left;
		text-align:center;
		list-style:none;
	}
	
	
	#gmenu{
		display:none;
		position: fixed;
		top:46px;
		left:0;
		width:100%;
		z-index:999999;
	}
	
		
	.side{
		width:auto;
		float:none;
	}

	.main{
		width:auto;
		float:none;
	}
}


@media screen and (max-width: 480px){
	
	.header .logo{
		float:none;
		text-align:center;
	}
	
	.header .tel{
		float:none;
		text-align:center;
	}

}

@media screen and (min-width: 820px){   
	.pc { display:block; }
	.sp { display:none; }
	}
@media screen and (max-width: 820px){   
	.pc { display:none; }
	.sp { display:block; }
  } */
