/* CSS Document */
/*body img {
	width:80%;
	height:80%;
}
*/
body {
  font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

#menu {
	width: 95vw;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}
#menu #nav{
	width:280px;
	margin:0 auto 10px auto;
	height:130px;
}

#menu #nav li a {
	display:block;
	width:136px;
	padding-top:8px;
	height:31px;
}

#nav li a strong {
	font-family: sans-serif;
	display:inline;
	font-size:16px;
	line-height:normal;
	color:#FFFF00;
}
#nav .nav01,
#nav .nav02,
#nav .nav03,
#nav .nav04,
#nav .nav05,
#nav .nav06
{
	background-image:none;
background: #63b0ec; /* Old browsers */
background: -moz-linear-gradient(top,  #63b0ec 0%, #3699e6 50%, #3290e3 51%, #318ddc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b0ec), color-stop(50%,#3699e6), color-stop(51%,#3290e3), color-stop(100%,#318ddc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #63b0ec 0%,#3699e6 50%,#3290e3 51%,#318ddc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #63b0ec 0%,#3699e6 50%,#3290e3 51%,#318ddc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #63b0ec 0%,#3699e6 50%,#3290e3 51%,#318ddc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #63b0ec 0%,#3699e6 50%,#3290e3 51%,#318ddc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0ec', endColorstr='#318ddc',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	width:136px;
	margin:2px 2px;
}
#nav .nav01 a:hover,
#nav .nav02 a:hover,
#nav .nav03 a:hover,
#nav .nav04 a:hover,
#nav .nav05 a:hover,
#nav .nav06 a:hover
{
	text-decoration:none;
}

#head img {
	width:100%;
	height:100%;
}
#page {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	width: 100vw;
	height: auto;
	clear: both;
}
#main {
	background-color: #FFF;
	width: 100vw;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#leftmenu {
	float:none;
	width: 250px;
	padding-left: 0px;
	text-align: left;
	margin:0 auto;
}
iframe {
	width:90vw;
	height:100px;
}
.ifrm-container {
	width:90vw;
      height:250px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
    }
#leftmenu ul li {
	float:left;
	width: 60vw;
}

#main #right {
	float: none;
	text-align: left;
	margin:0 auto;
	width:100vw;
}
#main #right img,
#main .index-image{
	width:100%;
	height:auto;
}
#main #right img.img_width_100,
#main .index-image{
	width:100%;
	height:auto;
	max-width:100%;
}

#main #right .sakurei img,
#main #right img.size-fixed{
	width:auto;
	height:auto;
}
#main #right .sakurei{
	margin:0 auto;
	padding:0;
}
#main #right p{
	padding:0 10px;
}

#color table img{
	width:100%; /*LB*/
	height:auto; /*LB*/
}

#foot {
	clear: both;
	background-color: #00A0E9;
	padding-top: 20px;
	color: #FFF;
	height: 800px;
}
#foot #footL {
	width: 100vw;
	padding-right: 0;
	padding-left:0;
	margin:0 auto;
	float: none;
	font-size: 14px;

}

#foot #footR {
	width: 100vw;
	float: none;
	padding-right: 0;
	margin:0 auto;
}
.footinfo {
	background-color: #FFF;
	width: 100%;
	margin:0 auto;
	padding: 10px;
	text-align: left;
	color: #333;
	height: 240px;
	font-size: 14px;
}

h2 {
background: #d1dfe2; /* Old browsers */
background: -moz-linear-gradient(top,  #d1dfe2 0%, #b8d0dc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1dfe2), color-stop(100%,#b8d0dc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d1dfe2 0%,#b8d0dc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d1dfe2 0%,#b8d0dc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d1dfe2 0%,#b8d0dc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d1dfe2 0%,#b8d0dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1dfe2', endColorstr='#b8d0dc',GradientType=0 ); /* IE6-9 */
	font-size: 16px;
	padding-top: 6px;
	padding-left: 6px;
	clear: both;
	font-weight: normal;
	border-bottom:solid 1px #000;
	border-left:solid 4px #FF8500;
	height:auto;
}
#plice {
	font-size: 16px;
	background-color: #FFFFED;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5DDDF;
	color: #F60;
	top: 0px;
	padding-top: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#leftmenu .subnav li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	width:250px;
	height:42px;
	border:solid 1px #adadad;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	color:#3e3e3d;
	margin-top:5px;
	text-align:left;
}
#leftmenu .subnav li a{
	display:block;
	width:240px;
	height:30px;
	background-image:url(../images/mk_menubar.gif);
	background-repeat:no-repeat;
	background-position:220px 15px;
	color:#3e3e3d;
	padding:12px 0 0 10px;
}
#leftmenu .subnav li a:hover {
	width:238px;
	background-position:222px 15px;
	text-decoration:none;
	padding:12px 0 0 12px;
}
#foot {
	clear: both;
	background-color: #00A0E9;
	padding-top: 20px;
	color: #FFF;
	height: auto;
}

#foot #footL {
	width: 80%;
	padding-left: 0px;
	float: none;
	font-size: 14px;

}

#foot #footR {
	width: 80%;
	float: none;
	padding-right:0;
	margin:20px auto 0 auto;
}

.footinfo {
	background-color: #FFF;
	width: 80%;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: left;
	color: #333;
	height: auto;
	font-size: 14px;
	border-radius: 8px;
	margin-bottom: 0px;
}
/*サイドバー by LB*/
#leftmenu ul{
	height:380px;
}

.bnr-blog {
	display:block;
	background-image:url(../images/blogbaner.png);
	background-repeat:no-repeat;
	width:250px;
	height:117px;
}
.bnr-souryou {
	width:242px;
	height:67px;
	background-color:#FD663D;
	text-align:center;
	padding:4px;
}
.bnr-souryou-inner {
	width:240px;
	height:64px;
	text-align:center;
	border:solid 1px #fff;
}
.bnr-souryou-inner img {
	margin-top:2px;
}
#tel {
	border: 1px solid #09F;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	width: 250px;
}
.bnr-tel{
	background-color:#09F;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
}
.bnr-telno{
	font-size:16px;
	font-weight:bold;
	line-height:2.0em;
}
.bnr-tel-time{
}
.bnr-tel-okigaru{
	color:#09F;
	font-weight:bold;
}
#leftmenu {
	text-align:center;
	}
.index-foot-link li a{
	padding:0 10px;
	font-size:10px;
	line-height:10px;
}
div.text {
	font-size:16px;
}
.fb-like-box{
	width:100vw}
.witem {
	max-width:182px;
	width: 45vw;
	border: 1px solid #CCC;
	margin-top:5px;
	margin-right: 3px;
	margin-bottom:10px;
	float: left;
	height:80vw;
}
#right table {
	width:95vw;
	margin:0 auto;
}
.uniplan {
	height:auto;
	display:block;
}
