@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. モジュール

******************************************************************************* */
/* ==

　01. 基本

=============================================================================== */
#container {
	min-width: 980px;
	padding-bottom: 150px;
}
p {
	line-height: 1.8;
	font-size: 134%;
}
/* ==

　02. モジュール

=============================================================================== */
/* メイン
------------------------------------------------------------------------------- */
.vMain {
	position: relative;
	height: 328px;
	padding: 32px 0 0;
	border-bottom: 6px solid #dfd0b3;
	overflow: hidden;
}
.vMain:before,
.vMain:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 360px;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}
.vMain:before {
	left: 0;
	background-image: url(../images/kajishare_bg03.jpg);
}
.vMain:after {
	right: 0;
	background-image: url(../images/kajishare_bg04.jpg);
}
.vMain_tit {
	max-width: 400px;
	margin: 0 auto;
}
.vMain_tit {
	max-width: 400px;
	margin: 0 auto;
}
.vMain_txt {
	max-width: 950px;
	line-height: 1.75;
	margin: 30px auto 0;
	color: #333;
	text-align: center;
}
.vMain_note {
	max-width: 950px;
	margin: 15px auto 0;
	font-size: 100%;
	text-align: center;
}
.vTab {
	max-width: 730px;
	margin: 20px auto 0;
	font-size: 167%;
}
.vBtm {
	border-top: 6px solid #dfd0b3;
	overflow: hidden;
}
.vBtm .vTab {
	margin-top: 0;
}
.vTab li {
	float: right;
	width: 360px;
	text-align: center;
}
.vTab li:first-child {
	float: left;
}
.vTab li a {
	display: block;
	position: relative;
	line-height: 51px;
	margin: 0 0 10px;
	padding: 1px 0 1px;
	border: 2px solid #dfd0b3;
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	text-decoration: none;
}
.vBtm .vTab li a {
	margin-top: 10px;
	margin-bottom: 0;
}
.vTab li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 11px;
	margin: -6px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}
.vTab li a:after {
	background-image: url(../images/kajishare_ico10.png);
}
.d_hover .vTab li a:hover {
	background-color: #dfd0b3;
}
.d_hover .vTab li a:hover:after {
	background-image: url(../images/kajishare_ico11.png);
}
.vTab li span {
	display: block;
	position: relative;
	line-height: 52px;
	padding: 1px 0 11px;
	border: 2px solid #dfd0b3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #dfd0b3;
	color: #000;
}
.vBtm .vTab li span {
	padding-top: 11px;
	padding-bottom: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.vTab li span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 7px;
	left: 50%;
	width: 14px;
	height: 12px;
	margin: 0 0 0 -7px;
	background: url(../images/kajishare_ico09.png) left top no-repeat;
}
.vBtm .vTab li span:after {
	top: 7px;
	bottom: auto;
	background-image: url(../images/kajishare_ico14.png);
}
/* 見出し
------------------------------------------------------------------------------- */
.vHead01 {
	position: relative;
	line-height: 114px;
	padding: 6px 0 0;
	background-position: left top;
	background-repeat: repeat;
	color: #fff;
	font-size: 300%;
	font-weight: normal;
	text-align: center;
}
.vHead01-t1 {
	background-image: url(../images/voice_bg01.png);
}
.vHead01-t2 {
	background-image: url(../images/voice_bg02.png);
}
.vHead01-t3 {
	background-image: url(../images/voice_bg03.png);
}
.vHead01-t4 {
	background-image: url(../images/voice_bg04.png);
}
.vHead01-t5 {
	background-image: url(../images/voice_bg05.png);
}
.vHead01:before {
	content: "";
	display: inline-block;
	width: 72px;
	height: 72px;
	margin: 0 20px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: -23px;
}
.vHead01-t1:before {
	background-image: url(../images/voice_ico08.png);
}
.vHead01-t2:before {
	background-image: url(../images/voice_ico09.png);
}
.vHead01-t3:before {
	background-image: url(../images/voice_ico10.png);
}
.vHead01-t4:before {
	background-image: url(../images/voice_ico11.png);
}
.vHead01-t5:before {
	background-image: url(../images/voice_ico12.png);
}
.vHead02 {
	padding: 56px 0 0;
	color: #333;
}
.vHead02_tit {
	max-width: 500px;
	margin: 0 auto;
}
.vHead02_txt {
	line-height: 2;
	margin: 18px 0 0;
	text-align: center;
}
.vBody01 {
	padding: 33px 0 80px;
}
/* ランキング
------------------------------------------------------------------------------- */
.vRank {
	position: relative;
	margin: 80px 0 0;
	border-radius: 10px;
	background-color: #fff;
}
.vRank-n1 {
	margin-top: 56px;
	border: 3px solid #E1B668;
}
.vRank-n2 {
	border: 3px solid #CBCDCC;
}
.vRank-n3 {
	border: 3px solid #D6A97F;
}
.vRank_head {
	display: table;
	position: relative;
	width: 100.1%;
	line-height: 1.35;
	margin: -1px 0 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #333;
	font-size: 200%;
	font-weight: bold;
}
.vRank_head-n1 {
	border-bottom: 3px solid #E1B668;
	background: rgb(237,210,163);
	background: -moz-linear-gradient(left, rgba(237,210,163,1) 0%, rgba(224,183,103,1) 100%);
	background: -webkit-linear-gradient(left, rgba(237,210,163,1) 0%,rgba(224,183,103,1) 100%);
	background: linear-gradient(to right, rgba(237,210,163,1) 0%,rgba(224,183,103,1) 100%);
}
.vRank_head-n2 {
	border-bottom: 3px solid #CBCDCC;
	background: #eee;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
}
.vRank_head-n3 {
	border-bottom: 3px solid #D6A97F;
	background: rgb(246,238,228);
	background: -moz-linear-gradient(left, rgba(246,238,228,1) 0%, rgba(212,170,125,1) 100%);
	background: -webkit-linear-gradient(left, rgba(246,238,228,1) 0%,rgba(212,170,125,1) 100%);
	background: linear-gradient(to right, rgba(246,238,228,1) 0%,rgba(212,170,125,1) 100%);
}
.vRank_head:before {
	content: "";
	display: block;
	position: absolute;
	top: -59px;
	left: 15px;
	width: 160px;
	height: 167px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 1000;
}
.vRank_head-n1:before {
	background-image: url(../images/ranking_ico01.png);
}
.vRank_head-n2:before {
	background-image: url(../images/ranking_ico02.png);
}
.vRank_head-n3:before {
	background-image: url(../images/ranking_ico03.png);
}
.vRank_head span {
	display: table-cell;
	height: 70px;
	padding: 4px 0 0 200px;
	vertical-align: middle;
}
.vRank_body {
	padding: 40px 15px 18px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #fff;
}
.vRank_category {
	position: absolute;
	top: 25px;
	right: 20px;
	line-height: 28px;
	padding: 2px 0 0 39px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #000;
	font-size: 150%;
	z-index: 1;
}
.vRank_category-t1 {
	background-image: url(../images/ranking_ico10.png);
}
.vRank_category-t2 {
	background-image: url(../images/ranking_ico11.png);
}
.vRank_list {
	font-size: 134%;
}
.vRank_list {
	position: relative;
	padding-bottom: 0.2em;
	background-color: #fff;
	background-image: linear-gradient(to right, #fff 2px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
	background-size: 4px 2.5em;
	line-height: 2.5;
	color: #333;
	font-size: 16px;
}
.vRank_list:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.vRank_list li {
	position: relative;
	padding: 0 0 0 30px;
}
.vRank_list li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.9em;
	left: 10px;
	width: 10px;
	height: 10px;
	border-radius: 30px;
}
.vRank_list-n1 li:before {
	background-color: #E1B76B;
}
.vRank_list-n2 li:before {
	background-color: #353535;
}
.vRank_list-n3 li:before {
	background-color: #A55F21;
}
/* その他ランキング
------------------------------------------------------------------------------- */
.vOther {
	margin: 50px 0 0;
	padding: 28px 18px 30px;
	border: 2px solid #EF877E;
	background-color: #fff;
	border-radius: 10px;
}
.vOther_section {
	margin: 28px 0 0;
}
.vOther_section:first-child {
	margin-top: 0;
}
.vOther_n {
	float: left;
	width: 96px;
	margin: 0 25px 0 0;
}
.vOther_w {
	position: relative;
	padding: 11px 0 0;
	overflow: hidden;
}
.vOther_img {
	display: block;
}
.vOther_num {
	display: block;
	margin: 2px 0 0;
	color: #333;
	font-size: 125%;
	text-align: center;
}
.vOther_tit {
	line-height: 1.5;
	padding: 0 165px 0 0;
	color: #333;
	font-size: 184%;
	font-weight: bold;
}
.vOther_list {
	position: relative;
	margin: 10px 0 0;
	padding-top: 0.15em;
	padding-bottom: 0.2em;
	background-color: #fff;
	background-image: linear-gradient(to right, #fff 2px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
	background-size: 4px 2.4em;
	line-height: 2.4;
	color: #333;
	font-size: 15px;
}
.vOther_list li {
	position: relative;
	padding: 0 0 0 30px;
}
.vOther_list li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.8em;
	left: 10px;
	width: 10px;
	height: 10px;
	border-radius: 30px;
	background-color: #F18585;
}
.vOther_category {
	position: absolute;
	top: 11px;
	right: 9px;
	line-height: 26px;
	padding: 4px 0 0 39px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #000;
	font-size: 150%;
}
.vOther_category-mt {
	top: 26px;
}
.vOther_category-t1 {
	background-image: url(../images/ranking_ico10.png);
}
.vOther_category-t2 {
	background-image: url(../images/ranking_ico11.png);
}
.vOther_category-t3 {
	background-image: url(../images/ranking_ico12.png);
}
.vOther_category-t4 {
	background-image: url(../images/ranking_ico13.png);
}
.vOther_category-t5 {
	background-image: url(../images/ranking_ico14.png);
}
/* 背景
------------------------------------------------------------------------------- */
.vBg01 {
	padding: 0 0 50px;
	background: url(../images/ranking_bg01.jpg) left top repeat-x;
}
.vBg02 {
	padding: 40px 15px;
	background-color: #EFE7D4;
}
/* 声一覧
------------------------------------------------------------------------------- */
.vList {
	padding: 7px 0 4px;
	overflow: hidden;
}
.vList ul {
	margin-top: -30px;
	margin-right: -12px;
	margin-left: -12px;
}
.vList_item {
	float: left;
	position: relative;
	width: 260px;
	margin: 30px 12px 0;
	padding: 20px 18px 18px;
	border-radius: 6px;
	box-shadow: 3px 4px 0px 0px #e5e5e5;
}
.vList_item-t1 {
	border: 2px solid #EB8674;
}
.vList_item-t2 {
	border: 2px solid #BA84E2;
}
.vList_item-t3 {
	border: 2px solid #85BFE7;
}
.vList_item-t4 {
	border: 2px solid #F7BB4B;
}
.vList_item-t5 {
	border: 2px solid #9DC75B;
}
.vList_item:before {
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	left: 50%;
	width: 12px;
	height: 16px;
	margin: 0 0 0 -6px;
	background-position: left top;
	background-repeat: no-repeat;
}
.vList_item-t1:before {
	background-image: url(../images/simulator_ico06.png);
}
.vList_item-t2:before {
	background-image: url(../images/simulator_ico07.png);
}
.vList_item-t3:before {
	background-image: url(../images/simulator_ico09.png);
}
.vList_item-t4:before {
	background-image: url(../images/simulator_ico08.png);
}
.vList_item-t5:before {
	background-image: url(../images/simulator_ico10.png);
}
.vList_txt {
	position: relative;
	padding-top: 0.15em;
	padding-bottom: 1.35em;
	background-color: #fff;
	background-image: linear-gradient(to right, #fff 2px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
	background-size: 4px 2em;
	line-height: 2;
	color: #333;
	font-size: 14px;
}
.vList_txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.vList_img {
	display: block;
	width: 260px;
}
/* アンカーリンク
------------------------------------------------------------------------------- */
.vAnchor {
	line-height: 1;
	padding: 19px 0 18px;
	text-align: center;
	vertical-align: top;
	letter-spacing: -0.5em;
	font-size: 150%;
}
.vAnchor_item {
	display: inline-block;
	line-height: 21px;
	border-right: 1px solid #ccc;
	padding: 3px 30px 0;
	letter-spacing: normal;
}
.vAnchor_item:first-child {
	border-left: 1px solid #ccc;
}
.vAnchor_item a {
	color: #333;
	text-decoration: none;
}
.d_hover .vAnchor_item a:hover {
	text-decoration: underline;
}
.vAnchor_item a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: -2px;
}
.vAnchor_item-t1 a:before {
	background-image: url(../images/voice_ico01.png);
}
.vAnchor_item-t2 a:before {
	background-image: url(../images/voice_ico02.png);
}
.vAnchor_item-t3 a:before {
	background-image: url(../images/voice_ico03.png);
}
.vAnchor_item-t4 a:before {
	background-image: url(../images/voice_ico04.png);
}
.vAnchor_item-t5 a:before {
	background-image: url(../images/voice_ico05.png);
}
/* 監修コメント
------------------------------------------------------------------------------- */
.vComment {
	max-width: 822px;
	margin: 40px auto 0;
	padding: 17px 20px 14px;
	border: 4px solid #DED0B3;
	background-color: #fff;
	border-radius: 28px;
}
.vComment-wide {
	max-width: 920px;
}
.vComment_colN {
	display: block;
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}
.vComment_colW {
	overflow: hidden;
}
.vComment_tit {
	margin: 0 0 4px;
	color: #333;
	font-size: 167%;
}
.vComment_tit span {
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 1px 8px 0;
	border-radius: 2px;
	background-color: #A79265;
	color: #fff;
	font-size: 70%;
	vertical-align: 2px;
}
.vComment_txt {
	position: relative;
	padding-top: 0.15em;
	padding-bottom: 0.2em;
	background-color: #fff;
	background-image: linear-gradient(to right, #fff 2px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
	background-size: 4px 2.2em;
	line-height: 2.2;
	color: #333;
	font-size: 15px;
}
.vComment_txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
/* 声
------------------------------------------------------------------------------- */
.vVoice {
	padding: 40px 0 45px;
	background-color: #f9f5ed;
	color: #333;
	overflow: hidden;
}
.vVoice_in {
	max-width: 950px;
	margin: 0 auto;
}
.vVoice_tit {
	max-width: 732px;
	margin: 0 auto 22px;
}
.vVoice_lead {
	line-height: 2;
	margin: 0 0 36px;
	text-align: center;
}
.vVoice_list {
	margin: -26px -11px 0;
}
.vVoice_item {
	float: left;
	position: relative;
	width: 258px;
	margin: 29px 11px 0;
	padding: 20px 20px 17px;
	border: 2px solid #44557d;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 3px 4px 0px 0px #E1DCD6;
}
.vVoice_item:before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 50%;
	width: 12px;
	height: 16px;
	margin: 0 0 0 -6px;
	background-image: url(../images/simulator_ico11.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.vVoice_txt {
	position: relative;
	padding-top: 0.15em;
	padding-bottom: 1.3em;
	background-color: #fff;
	background-image: linear-gradient(to right, #fff 2px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
	background-size: 4px 2em;
	line-height: 2;
	color: #333;
	font-size: 14px;
}
.vVoice_txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.vVoice_img {
	display: block;
	width: 260px;
}
/* 戻るボタン
------------------------------------------------------------------------------- */
.vBack {
	max-width: 360px;
	margin: 70px auto 30px;
}
.vBack a {
	display: block;
	line-height: 55px;
	padding: 3px 0 0 5px;
	border: 2px solid #88c6ed;
	border-radius: 40px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-image: url(../images/kajishare_ico12.png);
	color: #88c6ed;
	font-size: 167%;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
.d_hover .vBack a:hover {
	background-color: #88c6ed;
	background-image: url(../images/kajishare_ico13.png);
	color: #fff;
}
