#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}


.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #8a9b0f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #7c8c0e;
  background: #6e7c0c;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #6e7c0c;
}
.dropmenu li a:hover{
  background: #616d0b;
}

/* ---------------------------------------------------------
	ホーム
----------------------------------------------------------*/
.pagetop { display: none; position: fixed; bottom: 30px; right: 25px; color: #0f1644;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
} 
.pagetop a { display: block; background-color: #fff; text-align: center; color: #0f1644; font-size: 20px; text-decoration: none; padding: 5px 0px; filter:alpha(opacity=90); -moz-opacity: 0.5; opacity: 0.5;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */} 
.pagetop a:hover { display: block; background-color: #b2d1fb; text-align: center; color: #111; font-size: 20px; text-decoration: none; padding:5px 0px; filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; 
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */} 

/* ------------------------------------------------

    ---------------------------------------------- */


/* ----------- footer */

	
#footerWrapper {
	width:100%;
	position:relative;
	bottom:0;
	margin-top:50px;
	font-size:12px;
	line-height:1.5em;
	height:250px
	}
.pagetop {
	width:900px;
	margin:0 auto;
	text-align:right;
	}
.footerWrap01{	padding:30px 0; background:#0f1644;}
.footerWrap02{	padding:30px 0; background:#0f1644; color:#fff;	font-size:15px; font-weight: 500;
	padding:0px;
				margin-left:500px;

    -webkit-background-size: 1562px 500px;
            background-size: 1562px 500px;
}
.footer {
	width:1500px;
	margin:0 auto;
		height:250px

	}
.footerWrap01 ul {
	width:915px;
	margin-right:-15px;
	}
.footerWrap01 li {
	width:290px;
	margin-right:15px;
	float:left;
	}	
.footer h2 { font-size:16px; margin-bottom:10px;}
.footer h2 span { color:#fff;}

.footerSitemap{
	width: 440px;
	float:left;
	}
.footerLink{
	width: 440px;
	float:right;
	text-decoration: none;
margin-left:-40px;
	}
.footerLink1{
	width: 180px;
	float:left;
	text-decoration: none;
margin-left:0px;
	}
.footerLink2{
	width: 180px;
	float:left;
	text-decoration: none;
margin-left:20px;
	}
.footerLink3{
	width: 150px;
	float:left;
	text-decoration: none;
margin-left:0px;
	}
.footerSitemap ul,
.footerLink ul{
	width:460px;
	margin-right:-20px;
	}
	.footerSitemap li:after { content:url(../img/link.jpg); margin-right:5px;}
	.footerLink li:after { content:url(../img/link.jpg); margin-right:5px;}
	.footerLink3 li:after { content:url(../img/link.jpg); margin-right:5px;}
	.footerSitemap li { width:150px; float:left; margin:0 0px 5px 0;}
	.footerLink li { width:195px; float:left; margin:0 0px 5px 1.2em; text-indent:-1.2em;}
	.footerLink1 li { width:195px; float:left; margin:0 0px 5px 1.2em; text-indent:-1.2em;}
	.footerLink2 li { width:305px; float:left; margin:0 0px 5px 1.2em; text-indent:-1.2em;}
	.footerLink3 li { width:135px; float:left; margin:0 0px 5px 1.2em; text-indent:-1.2em;}
.footerWrap02 a { color:#fff;text-decoration:;}
.footerWrap02 a:hover { text-decoration:;}


.footerArea {
	width:900px;
	margin:10px auto 0;
	overflow:hidden;
	color:#333;
text-align:center;
	}
.footerArea > ul {
	overflow:hidden;
	float:left;
	font-size:12px;
	}

.footerArea > ul li{
	float:left;
	border-left:1px solid #666;
	padding:0 10px;
	}
.footerArea > ul li:first-child {	
	border-left:0;
	padding:0 10px 0 0;
	}
.footerArea > ul li a { color: #666; text-decoration:none;}
.footerArea > ul li a:hover { text-decoration:none;}

address {
	float:right;
	font-size:11px;
	color:#333;
	font-style: normal;
	}




.border_radius {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}









body#home #header
{
    background-color: #f4f4f4;
}

body#home #header #sitedesc
{
    background-color: #b29959;
}

body#home #visual #visualInner .visualTxt
{
    position: absolute;
    bottom: 200px;
    left: 30px;
}

body#home .product
{
    padding: 30px 0;

    background-color: #f4f4f4;
}

body#home .product .productDetail
{
    width: 940px;
    margin: -250px auto 40px;
}

body#home .product .productInner
{
    width: 100%;
    padding: 0 50px;
}

body#home .product .productInner:after
{
    display: block;
    clear: both;

    content: '';
}

body#home .product .productInner li
{
    float: left;

    width: 50%;
}

body#home .product .productInner li:first-child
{
    padding-right: 10px;

    text-align: right;
}

body#home .product .productInner li:last-child
{
    padding-left: 10px;
}

body#home .product .productInner li a
{
    display: inline-block;
}

body#home .product .productInner li a img
{
    width: 100%;
}

body#home .product .productInner li a:hover
{
    background-color: #fff;
}

@media only screen and (max-width: 768px)
{
    body#home #visual #visualInner .visualTxt
    {
        bottom: 10px;
        left: 10px;

        padding-right: 40%;
    }

    body#home #visual #visualInner .visualTxt img
    {
        width: 100%;
    }

    body#home .product .productDetail
    {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;

        text-align: center;
    }

    body#home .product .productInner
    {
        padding: 0;
    }

    body#home .product .productInner li
    {
        margin-top: 0;
        padding: 10px;
    }

    body#home .product .productInner li a img
    {
        opacity: 1;

        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    }
}

@media only screen and (max-width: 480px)
{
    body#home .product
    {
        padding: 5px 0;
    }

    body#home .product .productDetail
    {
        padding: 0 10px;
    }
}

