
#menuAll{
background-color: #FFF;
width: 100%;
height: 60px;
position: absolute;
bottom: 0;
left: 0;
z-index: 50;
border-top: 1px solid #da75a4;
}

#menu {
padding: 0px;
overflow: hidden;
position: relative;
}

#menu ul {
list-style: none outside none;
float: left;
margin: 0;
padding: 0;
position: relative;
left: 50%;
}

#menu ul li {
float: left;
margin: 0;
padding: 15px 0;
position: relative;
line-height:1;
left: -50%;
height: 30px;
}

#menu ul li.dot {
background: url("../images/nav2/slash.png") no-repeat center;
background-size: auto 30px;
width: 17px;
height: 28px;
}

.newMark{
background: url("../images/nav/new.png") no-repeat left top;
background-size: auto 12px;
}


#iTwitter{
background: url("../images/nav2/i_twitter.png") no-repeat;
background-size: contain;
width: 60px;
height: 60px;
position: absolute;
top: 10px;
right: 10px;
z-index: 22;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-indent: -99999px;
}

#iTwitter a{
width: 100%;
height: 100%;
display: block;
}

#creditBtn{
color: #da75a4;
width: 60px;
padding: 5px 0;
position: absolute;
bottom: 25px;
right: 5px;
z-index: 60;
line-height: 1;
font-size: 11px;
text-align: center;
border: 1px solid #da75a4;
letter-spacing: 1px;
}

#creditBtn a{
width: 100%;
height: 100%;
display: block;
text-decoration: none;
color: #da75a4;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}


#share{
color: #da75a4;
width: 100px;
position: absolute;
bottom: 13px;
left: 10px;
z-index: 60;
line-height: 1.7em;
text-align: left;
font-size: 11px;
letter-spacing: 1px;
}

#share a{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-decoration: none;
color: #da75a4;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#iTwitter:hover,#share a:hover,#creditBtn a:hover{
filter:alpha(opacity=70);/* IE 6,7*/
-moz-opacity:0.7;/* FF , Netscape */
-khtml-opacity: 0.7;/* Safari 1.x */
opacity:0.7;
zoom:1;/*IE*/
}

.btn{
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.btn:hover{
opacity: 0.7;
transform: translateX(-5px);
}


#copyright{
background: url("../images/nav2/copyright.png") no-repeat;
background-size: contain;
width: 120px;
height: 10px;
position: absolute;
right: 5px;
bottom: 5px;
z-index: 52;
}


