@charset "UTF-8";
/* CSS Document */

* { font-family: "Arial", "Helvetica" !important;}


/* メニュー外観 */
.menu {
    position: relative;
    width: 910px;
    height: 50px;
    max-width: 910px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 77px; /* グローバルナビ4の配列によって値は異なる */
    height: 50px;
	font-size:12px;
    line-height: 50px;
	padding-left:8px;
	text-align:center;
	color:#000;
	padding-right:5px;
	background:url(https://image.rakuten.co.jp/hana-online/cabinet/souko/m-menu-haikei2.jpg) repeat;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	list-style:none;
	margin-bottom:10px;
}

.menu > li a {
    display: block;
    color: #333;
	text-decoration:none;
}

.menu > li a:hover {
    color: #333;
}

/* メニュータブを開いたときのアクション */
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #eee;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}


.menu__second-level li a:hover {
    color: #fff;
}

.menu__third-level li a:hover {
    color: #C00;
}

.menu__fourth-level li a:hover {
    color: #C00;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/* 矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 30px 12px 0 0;
	float:right;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/



/* メニュータブの中身の設計 */
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
	margin-left:40px;
    width: 91.6%;
	color:#222;
    padding: 15px 10px 10px 27px;
	border:1px solid #ccc;
	border-top:none;
	text-align:left !important;
	margin-top:2px;
    background: #F8F8F8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	list-style:none;
	box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
	z-index:99;
}


li.menu__mega ul.menu__second-level a{
	color:#333;
	font-size:13px;
	text-decoration:none;
}

li.menu__mega ul.menu__second-level a:hover{
	color:#369;
	text-decoration:underline;
}



li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
	width:100%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0;
	padding:0;
}

/* メニュータブの中身のリスト項目 */
li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 170px;
	text-align:center;
	height:150px;
    border: none;
	overflow:hidden;
}

/* メニュータブの中身の画像の処理 */
li.menu__mega ul.menu__second-level > li img {
	width:73%;
	height:92px;
	overflow:hidden;
	margin-bottom:-25px;
	border-radius:3px;
}



li.menu__mega ul.menu__second-level > li:nth-child(2n+1) {
    margin: 0;
}


/* メニュータブ ガイドのみに使用する設計 */
li.menu__mega1 ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
	margin-left:40px;
    width: 91.6%;
	color:#222;
    padding: 15px 10px 10px 27px;
	border:1px solid #ccc;
	border-top:none;
	text-align:left !important;
	margin-top:2px;
    background: #F8F8F8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	list-style:none;
	box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
	z-index:99;
}

li.menu__mega1 ul.menu__second-level a{
	color:#333;
	font-size:13px;
	text-decoration:none;
}

li.menu__mega1 ul.menu__second-level a:hover{
	color:#369;
	text-decoration:underline;
}



li.menu__mega1:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega1 ul.menu__second-level > li {
    float: left;
	width:100%;
    border: none;
}

li.menu__mega1 ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0;
	padding:0;
}

li.menu__mega1 ul.menu__second-level > li {
    float: left;
    width: 140px;
	text-align:center;
	height:auto;
    border: none;
	overflow:hidden;
}

li.menu__mega1 ul.menu__second-level > li:nth-child(2n+1) {
    margin: 0;
}


.tpo{ font-size:11px;}
