body, nav, ul, li, a  {margin: 0; padding: 0;}
/* body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } */
a {text-decoration: none;}


#head .head .container {
	float:left;
	max-width:815px;
	/* width:100%; */
	height:96px;
	line-height:130%;
	/* overflow: hidden; */
    position: relative;
	}
	

.toggleMenu {
	width:100%;
    display:  none;
	margin:0px;
    background: #ad3140;
	/* background-color:#000000; */
    padding: 7px 15px;
	text-align:center;
    color:#ffffff;
	font-size:14px;
	font-size:1.4rem;
    text-align:left;
}


a:link.toggleMenu {
text-decoration:none;
    color:#ffffff;
}
a:visited.toggleMenu {
text-decoration:none;
color:white;
}
a:hover.toggleMenu {
text-decoration:underline;
    color:#ffffff;
	
	
}

.nav {
    list-style: none;
     *zoom: 1;
	 position: relative;
	float: left;
    left: 50%;
	margin-top:30px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    /* width: 9em;  */
	width:auto;
	padding-top:1px;
}
.nav a {
    /* padding: 10px 0px 10px 10px; */
	padding:5px 15px 71px 15px;
    color:#333333;
	/* border-right:1px solid #333333; */
	background-image:url(../img/line01.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.nav li {
    position: relative;
	}
.nav > li {
    float: left;
    /* border-top: 1px solid #104336; */
	    position: relative;
    left: -50%;
}
.nav > li > .parent {

}
.nav > li > a {
    display: block;

}
.nav li .parent a:hover {

color:#ad3140;
text-decoration:none;
}

.nav li a:hover {
color:#ad3140;
		text-decoration:none;
}
.nav > li:hover > a, .nav > a:hover {
color:#ad3140;
		text-decoration:none;
}
	
	
.nav li  ul {
    position: absolute;
     left: -9999px;
	 top:65px;
}




.nav .nav_width01 {
	width:11em;
}
.nav .nav_width02 {
	width:9em;
}
.nav .nav_width03 {
	width:13em;
}

.nav > li.hover > ul {
    left: 0;
	
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    background: #fbe7e7;
	    background-image: url(../img/list01.png);
    background-repeat: no-repeat;
    background-position: 13px center; 
    position: relative;
    z-index:100;
    /* border-top: 1px solid #175e4c; */
		padding:5px 30px;
}

.nav li li a:hover {
	background-image: url(../img/list01.png);
    background-repeat: no-repeat;
    background-position: 13px center; 
	position: relative;
    z-index:100;
    padding:5px 30px;
}

.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
			padding:10px;

}
/*===============================================
●style.css 画面の横幅が840px以上
===============================================*/
@media screen and (min-width: 840px), print{
.nav li ul li {
overflow: hidden;
height: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
transition: .4s;
}

.nav li:hover ul li{
overflow: visible;
height: 28px;
}
}

/*===============================================
●tablet.css 画面の横幅が839pxまで
===============================================*/
@media screen and (min-width:661px) and (max-width:839px){
.nav li ul li {
overflow: hidden;
height: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
transition: .4s;
}

.nav li:hover ul li{
overflow: visible;
height: 28px;
}
.nav a {
	padding:5px 12px 71px 12px;
    color:#333;
	font-size:12px;
	font-size:1.2rem;
}
.nav .nav_width01 {
	width:11em;
}
.nav .nav_width02 {
	width:9em;
}

	
}

/*===============================================
●tablet.css 画面の横幅が659pxまで
===============================================*/
@media screen and (min-width:641px) and (max-width:660px){
.nav li ul li {
overflow: hidden;
height: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
transition: .4s;
}

.nav li:hover ul li{
overflow: visible;
height: 28px;
}
.nav a {
	padding:5px 10px 71px 10px;
    color:#333;
	font-size:12px;
	font-size:1.2rem;
}
.nav .nav_width01 {
	width:11em;
}
.nav .nav_width02 {
	width:9em;
}


	
}


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 640px) {
#head .head .container	 {
	display:block;
	height:auto;
	background-image:none;
	float:none;
	
} 

    .active {
        display: block;
    }
	.nav {
		display:none;
     list-style: none;
     *zoom: 1;
	 background:#ccc;
	 border-top:1px solid #fbe7e7;
	 position:static;
	 float:none;
	 left:0%;
	 margin-top:0px;	
}


.nav a {
		font-size:14px;
	font-size:1.4rem;
		padding:15px 15px 15px 35px;
} 
.nav li {
	/* height:40px;
	line-height:200%; */
}

    .nav > li {
        float: none;
		position:static;
		left:0%;
		background:-webkit-gradient(linear, left top, left bottom, from(#fbe7e7), to(#fbebeb));
    background:-webkit-linear-gradient(top, #fbe7e7, #fbebeb);
    background:-moz-linear-gradient(top, #fbe7e7, #fbebeb);
    background:linear-gradient(to bottom, #fbe7e7, #fbebeb);
	border-bottom:0px solid #ffffff;
	background-color:#fbe7e7;
	color:#222;
box-shadow:0px 0px 1px 1px #f0cfcf;
    -moz-box-shadow:0px 0px 1px 1px #f0cfcf;
    -webkit-box-shadow:0px 0px 1px 1px #f0cfcf;
    }
	.nav > li > a {
    display: block;
	color:#222;
    background-image: url(../img/arrow01.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
    .nav > li > .parent {
    background-image: url(../img/arrow01.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    }
	.nav li .parent a:hover {
	background-image: url(../img/arrow01.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
	text-decoration:none;
	color:#ad3140;
}
.nav li a:hover {
	background-image: url(../img/arrow01.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    text-decoration:none;
	color:#ad3140;
}
.nav > li:hover > a, .nav > a:hover {
	background-image: url(../img/arrow01.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
	text-decoration:none;
	color:#ad3140;	
}





    .nav li li .parent {
        background-image: url(images/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
.nav li li a {
    display: block;
    background: #fcf4f4;
	background-image: url(../img/arrow03.png);
    background-repeat: no-repeat;
    background-position: 20px center; 
    position: relative;
    z-index:100;
    /* border-top: 1px solid #175e4c; */
	width:90%;
	border:1px solid #f8d7d7;
	   border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
		padding:10px 30px;
		margin-left:5%;
	    margin-bottom:2px;
}
.nav li li a:hover {
	    background-image: url(../img/arrow03.png);
    background-repeat: no-repeat;
    background-position: 20px center; 
	color:#ad3140;
		padding:10px 30px;
			margin-left:5%;
	    margin-bottom:2px;
}
    .nav ul {
        display: block;
        width: 100%;
    }
	.nav li  ul {
    /* position: absolute;
     left: -9999px;
	 top:40px; */
	 padding-bottom:10px;
}

   .nav > li.hover > ul , .nav li li.hover ul {
         position: static; 

    }
.nav .nav_width01 {
        width: 100%;
}
.nav .nav_width02 {
        width: 100%;
}
.nav .nav_width03 {
        width: 100%;
}
.nav .nav_width04 {
        width: 100%;
}
.nav .nav_width05 {
        width: 100%;
}
.nav .nav_width06 {
        width: 100%;
}


}


