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

/*------------------------------
めざまし共通ヘッダー（幅640px）
-------------------------------*/
#meza_header  {
	width: 640px;
}
#meza_header * {
	box-sizing: border-box!important;
}
#meza_header a {
	display: block;
}
#meza_header img {
	width: 100%;
}
#meza_header .meza_header_inr {
	display: flex;
	justify-content: space-between;
	background: #ff7200;
	border-bottom: 12px solid #ffd39f;
	padding: 10px;
}
#meza_header .meza_header_logo {
	width: 135px;
	margin-right: 20px;
}
#meza_header .oaInfo {
	display: flex;
	align-items: center;
}
#meza_header .oaInfo li {
	display: flex;
	align-items: center;
	background: #fff;
    border-radius: 60px;
    padding: 0 18px;
    width: 225px;
	height: 90px;
    text-align: center;
}
#meza_header .oaInfo li:first-of-type {
	margin-right: 10px;
	padding: 0 25px;
}

/*------------------------------
めざまし共通ヘッダー（全幅）
-------------------------------*/
#meza_header_full {
	background-color: #ff7200;
	border-bottom: 12px solid #ffd39f;
}
#meza_header_full * {
	box-sizing: border-box!important;
}
#meza_header_full a {
	display: block;
}
#meza_header_full img {
	width: 100%;
}
#meza_header_full a:hover img {
	opacity: 1;
}
#meza_header_full .meza_header_inr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 5px 30px;
}
#meza_header_full .meza_header_logo {
	width: 123px;
}
#meza_header_full .oaInfo {
	display: flex;
	align-items: center;
	height: 80px;
}
#meza_header_full .oaInfo li {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
    border-radius: 40px;
	width: 464px;
	height: 60px;
	padding: 10px 0;
}
#meza_header_full li:first-of-type {
	margin-right: 20px;
}
#meza_header_full li p:first-of-type {
	border-right: 2px solid #ff4c00;
}
#meza_header_full li.mezaInfo p:first-of-type {
	width: 247px;
}
#meza_header_full li.mezaInfo p:nth-of-type(2) {
	width: 177px;
}
#meza_header_full li.mezadoInfo p:first-of-type {
	width: 254px;
}
#meza_header_full li.mezadoInfo p:nth-of-type(2) {
	width: 170px;
}

/*------------------------------
めざまし共通ヘッダー（全幅）SP版
-------------------------------*/
.cx_smartphoneview #meza_header_full {
	width: 640px;
	background-color: transparent;
	border-bottom: none;
}
.cx_smartphoneview #meza_header_full .meza_header_inr {
	width: auto;
	background: #ff7200;
	border-bottom: 12px solid #ffd39f;
	padding: 10px;
}
.cx_smartphoneview #meza_header_full .meza_header_logo {
	width: 135px;
	margin: 0 20px 0 0;
}
.cx_smartphoneview #meza_header_full .oaInfo {
	height: auto;
}
.cx_smartphoneview #meza_header_full .oaInfo li {
	border-radius: 60px;
    padding: 0 18px;
    width: 225px;
	height: 90px;
    text-align: center;
}
.cx_smartphoneview #meza_header_full .oaInfo li:first-of-type {
	margin-right: 10px;
	padding: 0 25px;
}