@charset "UTF-8";

/*
en_US
*/

/* =========================================================
vivinavi
========================================================= */

/* reset */
#content {
	margin: 0 0 200px 0;
}

#vivinavi {
	clear: both;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	font-size: 15px;
}

/* =========================================================
header
========================================================= */
#vivinavi .header {
	text-align: center;
	background-color: #ff6600;
}
#vivinavi .header h2 {
	background: url(/img/eng/info/vivinavi/header.png) no-repeat 50% 100%;
	padding-top: 30px;
	margin-left: 180px;
	height: 127px;
}
#vivinavi .header h2 span {
	display: none;
}
/* =========================================================
navi
========================================================= */
#vivinavi .navi {
	background-color: #ff8f44;
	padding: 20px;
}
#vivinavi .navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#vivinavi .navi ul::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#vivinavi .navi li {
	float: left;
	margin-right: 12px;
}
#vivinavi .navi li:last-child {
	margin-right: 0;
}
#vivinavi .navi li a {
	display: inline-block;
	color: #ffffff;
	height: 17px;
}
#vivinavi .navi li.cls a {
	background: url(/img/eng/info/vivinavi/navi_cls.png) no-repeat 0 0;
	width: 259px;
}
#vivinavi .navi li.ad a {
	background: url(/img/eng/info/vivinavi/navi_ad.png) no-repeat 0 0;
	width: 185px;
}
#vivinavi .navi li.flow a {
	background: url(/img/eng/info/vivinavi/navi_flow.png) no-repeat 0 0;
	width: 268px;
}
#vivinavi .navi li span {
	display: none;
}
/* =========================================================
common
========================================================= */
#vivinavi .box {
	margin: 0 auto 50px;
	max-width: 960px;
}
/* =========================================================
cls
========================================================= */
#vivinavi #cls .title {
	background-color: #fff2e7;
	padding: 40px 20px;
	margin-bottom: 30px;
}
#vivinavi #cls .title h3 {
	background: url(/img/eng/info/vivinavi/header_cls.png);
	background-color: #fff2e7;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 485px;
	height: 57px;
	margin: 0 auto;
}
#vivinavi #cls .title h3 span {
	display: none;
}
#vivinavi #cls .desc {
	margin-bottom: 30px;
}
#vivinavi #cls .desc p {
	line-height: 1.4;
}
#vivinavi #cls .image {
	text-align: center;
}
#vivinavi #cls .image dl {
	margin-bottom: 15px;
}
#vivinavi #cls .image dt {
	color: #ff6600;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}
#vivinavi #cls .image dd {
	text-align: center;
	background: url(/img/common/info/vivinavi/bg_cls.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 423px;
}
#vivinavi #cls .image p {
	color: #ff6600;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
/* =========================================================
ad
========================================================= */
#vivinavi #ad .title {
	background-color: #fff2e7;
	padding: 20px 20px 0 20px;
	margin-bottom: 30px;
}
#vivinavi #ad .title h3 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	background: url(/img/common/info/vivinavi/header_ad.png) no-repeat 100% 100%;
	background-size: 260px auto;
	width: 600px;
	height: 147px;
	margin: 0 auto;
}
#vivinavi #ad .title h3 span {
	display: inline-block;
	position: relative;
	color: #ff6600;
	font-size: 25px;
	line-height: 1.4;
	top: -10px;
}
#vivinavi #ad .point {
	margin-bottom: 60px;
}
#vivinavi #ad .point .icon {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weighT: bold;
	line-height: 1;
	background-color: #ff6600;
	padding: 7px 15px 5px;
	margin-bottom: 12px;
	border-radius: 2px;
}
#vivinavi #ad .point dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#vivinavi #ad .point dd {
	line-height: 1.4;
	margin-bottom: 25px;
}
#vivinavi #ad .structure {
	margin-bottom: 50px;
}
#vivinavi #ad .structure .head {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	color: #ff6600;
	margin-bottom: 15px;
}
#vivinavi #ad .structure .frame {
	padding: 0;
}
#vivinavi #ad .structure .push {
	background-color: #82cddd;
}
#vivinavi #ad .structure .pull {
	background-color: #fff462;
	margin-bottom: 20px;
}
#vivinavi #ad .structure .wrap {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	width: 860px;
	min-height: 260px;
}
#vivinavi #ad .structure dl {
	display: table-cell;
	vertical-align: middle;
}
#vivinavi #ad .structure .image {
	display: table-cell;
	text-align: center;
	min-width: 343px;
}
#vivinavi #ad .structure .push .wrap .image {
	background: url(/img/common/info/vivinavi/img_push.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-left: 10px;
}
#vivinavi #ad .structure .pull .wrap .image {
	background: url(/img/common/info/vivinavi/img_pull.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#vivinavi #ad .structure dt {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
#vivinavi #ad .structure p {
	line-height: 1.4;
	margin-bottom: 20px;
}
#vivinavi #ad .structure .desc {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
#vivinavi #ad .structure .left,
#vivinavi #ad .structure .right {
	display: table-cell;
	padding-right: 20px;
}
#vivinavi #ad .structure .ttl {
	font-weight: bold;
	margin-bottom: 10px;
}
#vivinavi #ad .structure ul {
	list-style-type: circle;
	padding: 0 0 0 22px;
	margin: 0;
}
#vivinavi #ad .structure li {
	padding-bottom: 8px;
}
#vivinavi #ad .structure li:last-of-type {
	padding-bottom: 0;
}
#vivinavi #ad .structure .detail {
	text-align: center;
	margin: 20px 50px;
}
#vivinavi #ad .structure .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-size: 30px auto;
	background-color: #ff6600;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	padding: 14px 20px 10px;
}
/* =========================================================
flow
========================================================= */
#vivinavi #flow .title {
	background-color: #fff2e7;
	padding: 20px 20px 0 20px;
	margin-bottom: 30px;
}
#vivinavi #flow .title h3 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	background: url(/img/common/info/vivinavi/header_flow.png);
	background-size: 280px auto;
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 730px;
	height: 147px;
	margin: 0 auto;
}
#vivinavi #flow .title h3 span {
	display: inline-block;
	position: relative;
	color: #ff6600;
	font-size: 25px;
	line-height: 1.4;
	top: -10px;
}
#vivinavi #flow dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 126%;
	margin-bottom: 10px;
}
#vivinavi #flow p {
	line-height: 1.4;
	margin-bottom: 12px;
}
#vivinavi #flow .wrap {
	margin-bottom: 25px;
}
#vivinavi #flow .wrap div {
	padding: 20px 20px 0;
	height: 160px;
}
#vivinavi #flow .cate div {
	background: url(/img/common/info/vivinavi/img_flow_01.png);
	background-color: #f0f0f1;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#vivinavi #flow .rcmmd div {
	background: url(/img/common/info/vivinavi/img_flow_02.png);
	background-color: #f0f0f1;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#vivinavi #flow .fan div {
	background: url(/img/common/info/vivinavi/img_flow_03.png);
	background-color: #f0f0f1;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#vivinavi #flow .random div {
	background: url(/img/common/info/vivinavi/img_flow_04.png);
	background-color: #f0f0f1;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#vivinavi #flow .search div {
	background: url(/img/common/info/vivinavi/img_flow_05.png);
	background-color: #f0f0f1;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}