﻿@charset "utf-8";

#headerInnerWrap .headerMenuBtn img {
    width: 1.7rem;
    height: auto;
}
#cmnNavMenu .naviMenu .menuLink .menuLinkTxt02 {
    display: table-cell;
    padding: 1.0rem 4.0rem 1.0rem 3.5rem;
    text-indent: -3.5rem;
    font-weight: bold;
    vertical-align: middle;
}
#cmnNavMenu .naviMenu .menuLink .menuLinkTxt02::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: -0.7rem;
    margin-right: 1rem;
    background: url(/qan/cmn/img/icon/icon_arr_001.png)left top no-repeat;
    background-size: contain;
}
#cmnNavMenu .naviMenu .cTypeLink03Cell{
	margin: 0 0 1.2rem;
	background: #fc4f4f;
	-webkit-border-radius: 0.9rem;
	-moz-border-radius: 0.9rem;
	border-radius: 0.9rem;
	box-shadow: 0 0.8rem 0.7rem 0 #eaeaea;
	border-bottom: none;
}
#cmnNavMenu .naviMenu .cTypeLink03Cell a {
	position: relative;
	display: table;
	width: 100%;
	min-height: 6.5rem;
}
#cmnNavMenu .naviMenu .cTypeLink03Cell .cTypeLink03Txt {
	display: table-cell;
	padding: 1.0rem 4.0rem 1.0rem 5.0rem;
	text-indent: -3.5rem;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
}
#cmnNavMenu .naviMenu .cTypeLink03Cell .cTypeLink03Txt::before {
	content: "";
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: -0.7rem;
	margin-right: 1rem;
	background: url(/qan/cmn/img/icon/icon_calendar_001.png)left top no-repeat;
	background-size: contain;
}
#cmnNavMenu .naviMenu .cTypeLink03Cell a::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0.8rem;
	height: 1.2rem;
	top: 50%;
	right: 1.4rem;
	margin-top: -0.6rem;
	background: url(/qan/cmn/img/icon/icon_arr_r_004.png)left top no-repeat;
	background-size: contain;
}