@charset "utf-8";
/* ===========================================
	global css
=========================================== */
html {
	font-size: 62.5%;
}
body {
	font-size: 15px;
	font-size: 1.5;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background-color: #FFF;
	line-height: 1.6;
	min-width: 1220px;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
* {
	font-size: 1.5rem;
}
/* ===========================================
	wrap
=========================================== */
.l_wrap {
	width: 1200px;
	margin: 0 auto;
}
/* ===========================================
	block
=========================================== */
.l_block {
	margin-bottom: 40px;
}
.l_block:last-child {
	margin-bottom: 0;
}
/* ===========================================
	header
=========================================== */
/*.l_header {
	background: #FFF;
	width: 100%;
	min-width: 1200px;
}
.l_header_top {
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
}
.l_header_bottom.fixed {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
}
.l_header_bottom.in-view {
	opacity: 1;
	visibility: visible;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translate(0, 0);
}
.l_head_logo {
	text-align: center;
}
.l_header_bottom {
	border-bottom: 3px solid #ed6f45;
}*/


.l_header {
	background: #FFF;
	width: 100%;
	min-width: 1200px;
	height: 96px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.l_header_top {
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
	height: 53px;
	box-sizing: border-box;
}
.l_header_bottom {
	border-bottom: 3px solid #ed6f45;
	height: 43px;
	box-sizing: border-box;
}
.l_header.fixed  {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	height: 43px;
	position: fixed;
	top: 0;
	left: 0;
}
.l_header.fixed .l_header_top{
	display: none;
}
.l_head_logo {
	text-align: center;
}

/* ===========================================
	nav
=========================================== */
.l_nav_left, .l_nav_right {
	display: table-cell;
	width: 600px;
}
.l_nav_right {
	text-align: right;
}
.l_nav_right li {
	margin-right: 15px;
}
.l_nav_right li:last-child {
	margin-right: 0;
}
.l_nav_right li a {
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}
.l_nav_right li a:before {
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.l_nav_right li span {
	font-weight: bold;
}
.l_nav_right li .l_notif:before {
	content: url(../images/icons/icon_head_notif.png);
	top: 3px;
}
.l_nav_right li .l_back:before {
	content: url(../images/icons/icon_head_back.png);
}
.l_nav_right li .l_home:before {
	content: url(../images/icons/icon_head_home.png);
}
.l_nav_right li .l_user:before {
	content: url(../images/icons/icon_head_user.png);
}
.l_nav_right li .l_user {
	text-decoration: none;
}
.l_notif_num mark {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	background-color: #ff0000;
	position: absolute;
	top: -5px;
	right: -12px;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	-ms-transform: scale(0.7);
	-ms-transform-origin: 0 0;
	-webkit-transform: scale(0.7);
	-webkit-transform-origin: 0 0;
	transform: scale(0.7);
	transform-origin: 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.l_notif_num mark {
	width: 24px;
	height: 22px;
	right: -13px;
}
}
@media screen and (min-width:0\0) {
 .l_notif_num mark {
width: 24px;
 height: 22px;
 right: -13px;
}
}
/*.l_nav_right a.l_notif .l_notif_num {
	position: absolute;
	background: #ff0000;
	color: #FFF;
	border-radius: 50%;
	width: 11px;
	height: 10px;
	text-align: center;
	-webkit-transform: scale(0.7);
	display: inline-block;
	-webkit-margin-start: -15px;
	font-size: 9px;
	padding: 3px 10px 10px 4px;
	top: -5px;
	left: 21px;
}
 @-moz-document url-prefix() {
 .l_nav_right a.l_notif .l_notif_num {
 transform: scale(1.0);
 font-size: 0.7rem !important;
 padding: 3px 3px 3px 3px;
 top: -5px;
 left: 8px;
}
}

@media all and (-ms-high-contrast:none) {
.l_nav_right a.l_notif .l_notif_num {
	transform: scale(1.0);
	font-size: 0.7rem !important;
	padding: 3px 3px 3px 3px;
	top: -5px;
	left: 8px;
}
}*/
/*.l_nav_right a.l_notif .l_notif_num {
    position: absolute;
	background: #ff0000;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	font-size: 0.7rem !important;
	padding: 3px 3px 3px 3px;
	top: -5px;
	left: 8px;
	width: 11px;
	height: 10px;
}*/

.l_megamenu a {
	text-decoration: none;
}
.l_megamenu li {
	list-style: none;
}
.l_megamenu {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width: 100%;
	vertical-align: middle;
}
.l_megamenu li {
	display: list-item;
}
.l_megamenu > li {
	display: block;
	float: left;
}
.l_megamenu > li > a {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.3rem;
	color: #333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.l_megamenu > li:hover > a {
	background: #ed6f45;
	color: #FFF;
}
.l_megamenu > li > .l_megamenu_drop {
	position: fixed;
	display: block;
	margin-top: 3px;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	padding: 25px 0 15px 0;
	box-shadow: 0 11px 14px -12px rgba(0,0,0,.3);
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}
.l_megamenu > li:hover > .l_megamenu_drop {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}
.l_megamenu .l_megamenu_col {
	float: left;
	padding-right: 40px;
}
.l_megamenu .l_megamenu_col:last-child {
	padding-right: 0;
}
.l_megamenu .l_megamenu_col ul {
	margin-bottom: 20px;
}
.l_no_ttl {
	margin-top: 28px !important;
}
.l_megamenu .l_megamenu_col .l_mega_ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
	color: #ed6f45;
}
.l_megamenu .l_megamenu_col .l_mega_subttl {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.5rem;
}
.l_megamenu .l_megamenu_col li a {
	display: block;
	line-height: 1.9;
	font-size: 1.3rem;
	color: #888888;
}
.l_megamenu .l_megamenu_col li a:hover {
	color: #ffffff;
	background: #ed6f45;
}

/* ===========================================
	main and contents
=========================================== */
.l_main {
	/*padding: 40px 0;*/
	padding: 136px 0 40px;
}
.l_contents {
	background: #FFF;
	padding: 30px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
