@charset "utf-8";
/* ================================================================================
	Common Header 2015.07.30
	
	2015.09.03 みんなの犬事典追加に伴いサイズ変更
	2015.09.03 サイズずれによりbox-sizing: border-box;の追加
	
	================================================================================ */
#commonheaderArea{
    height: 27px;
    background-color: #eee;
    border-bottom: 1px solid #b5b5b5;
    position: relative;
}
#commonheaderArea:before{
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #eee;
    top: 3px;
    right: 220px;
    z-index: 1;
}
#commonheaderArea:after{
    position: absolute;
    content: ' ';
    width: 240px;
    height: 26px;
    background-color: #fff;
    top: 0;
    right: 0;
}
#commonheaderAbsolute{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
#commonheaderAbsolute img{display: inline;}
#minpet_commonheader *{box-sizing: border-box;}
#minpet_commonheader{
    height: 27px;
    background-color: #eee;
    border-bottom: 1px solid #b5b5b5;
    font-size: 12px;
    position: relative;
    min-width: 980px;
}
.ie7 #minpet_commonheader{z-index: 5000;}
.commonheader_right{
    float: right;
    /* position: relative; */
    width: 240px;
    height: 26px;
    background-color: #fff;
    text-align: right;
}
.commonheader_right:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #eee ;
    top: 3px;
    right: 220px;
}
.commonheader_left{padding: 5px 5px 1px;font-size: 12px;position: absolute;top:0;left: 0;z-index: 10;}
.commonheader_left a{color: #59493F;text-decoration: none;}
.commonheader_left a:hover{color: #957d6e;text-decoration: none;}
.commonheader_left img{position: relative;top:2px;}
/* 	サブメニュー	================================ */
.minpet_submenu_btn{display: inline-block;*display: inline;*zoom: 1;}
.minpet_submenu{
    list-style:none;
    clear:both;
    float:right;
    background-color: #fff;
    height: 24px;
    z-index: 99999;
}
.minpet_submenu div {
    position:relative;
    cursor: pointer;
}
.minpet_submenu div.minpet_submenu_list {
    display:none;
    position:absolute;
    padding:30px;
    top: 25px;
    right: 0px;
    background:#fff;
    border: 3px solid #0064bb;
    text-align: center;
     width: 550px;/* 4列 */
    /* width: 520px; */ /* 3列 */
    height: auto;
    box-shadow: 1px 1px 8px #696969;
    cursor: default;
}
.minpet_submenu_list:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #0064bb ;
    top: -23px;
    right: 2px;
}
.minpet_submenu li{
    list-style:none;
    float: left;
    border-left: 1px dotted #0064bb;
}
.minpet_submenu li:first-child {
    margin-left: 20px;
    border-left: none;
}
.minpet_submenu div ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    text-align: left;
}
.minpet_submenu li a{
    text-decoration:none;
    color:#696969;
    display:block;
    font-size:11px;
    line-height: 1.5em;
    text-align: center;
}
.minpet_submenu li a img{margin-bottom: 10px;width: 90px;}
.minpet_submenu_listhead{
    clear: both;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #0064bb;
    color: #fff;
    text-shadow:1px 1px 2px #2d2d2d;
    text-align: center;
}
.menu_listIcon{
    margin: 0 2px 20px 0;
    width: 110px; /* 4列用 */
    /* width: 140px; *//* 3列用 */
}
.menu_listIcon a:hover {
    opacity:0.6;
    filter: alpha(opacity=60);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
}
/* 	button	============================================================= */
.commonNavi_button{
    display:inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 5px;
    box-shadow:none;
    vertical-align: middle;
    text-decoration: none;
    cursor:pointer;
}
.commonNavi_button:hover {
    text-decoration: none;
    background-color:#DEEEFC;
    background-image: -o-linear-gradient(#EBF4FC, #DEEEFC);
    background-image: linear-gradient(#EBF4FC, #DEEEFC);
    background:-moz-linear-gradient(top, #EBF4FC, #DEEEFC);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0, #EBF4FC),color-stop(1, #DEEEFC));
    border:1px solid #7eb4ea;
    color:#557;
}
.submenu_close{
    display: inline-block;
    background: #eee;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #dddcdc 100%);
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dddcdc 100%);
    background: -o-linear-gradient(top,  #fcfcfc 0%,#dddcdc 100%);
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#dddcdc 100%);
    background: linear-gradient(to bottom,  #fcfcfc 0%,#dddcdc 100%);
    border:1px solid #AAA;
    color:#444;
    box-shadow:0 2px 2px rgba(0,0,0,0.2);
    padding: 10px 30px;
}