@charset "utf-8";

/* ------------------------------------------------------------

	filename:	default.css
	created:	071020
	update:		071214

------------------------------------------------------------ */

/* ------------------------------------------------------------ Initialization of the browser style */
html { overflow-y: scroll; }
* { word-break: break-all;}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
ol {
	list-style: none;
}
a:link, a:hover, a:active {
	color: #1470CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #1470CC;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* ------------------------------------------------------------ body reset */
body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size: 10px;
	background-color: #FFF;
}

* html body { font-size: x-small; }

*:first-child+html body { font-size: x-small; }

table { font-size: 100%; }

@media only screen and (max-device-width: 480px) {/* iPhoneのみ読み込む */
	body { -webkit-text-size-adjust: none; }
}


/* ------------------------------------------------------------ Table Elements */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------ Form Elements */
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input { background: transparent; }

/* ------------------------------------------------------------ etc */
a,
fieldset,
img { border: 0; }

/* img */
img { vertical-align: middle; }

*:first-child+html img { vertical-align: bottom; }

* html img { vertical-align: bottom; }

img {
	margin-bottom: 0;
	font-size: 10px;
}

/* input */
input { vertical-align: middle; }

*:first-child+html input { vertical-align: middle; }

* html input { vertical-align: middle; }

/* select */
select { vertical-align: middle; }

*:first-child+html select { vertical-align: middle; }

* html select { vertical-align: middle; }

/* ------------------------- clearFix */

.cFix {
	overflow: hidden;
}

.cFix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.cf {
	*zoom: 1;
}
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

* html .cFix {
	height: 1em;
	overflow: visible;
}

/* ------------------------- clearFix */

.dn {
	display: none;
}

/*--------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
.headerWrap {
	width: 100%;
	padding: 0 0 3px;
	background: #FFFFFF url('/SYS/cmn/images/front_002/bg_header_border_bottom.gif') repeat-x left bottom;
	border-top: 6px solid #E73820;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	overflow: visible;
	z-index: 200;
	position: relative;
}
.headerWrap > .inner {
	position: relative;
	width: 950px;
	height: 84px;
	margin: 0 auto;
}
.headerLogoArea {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	float: none !important;
	padding: 0 !important;
}
.headerPageInfo {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	line-height: 1.5;
	padding-top: 3px;
	text-align: right;
}
.promotionCatchLink {
	display: block;
}
.promotionCatchLink + .headerChosei {
	position: absolute;left: 425px;top: 0;
}
.promotionCatchNetReserve {
	position: absolute;left: 274px;top: 7px;
}

/* ----------------------------------------------
   Body
------------------------------------------------ */

/* nav */
.ratingPage {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0;
	color: #4E4E4E;
	font-size: 10px;
 }
.lastPage {
	background: url("/SYS/cmn/images/common/bg_chevron.gif")no-repeat left center;
	padding-left: 10px;
}
/* section1 */
.main {
	width: 950px;
	margin: 0 auto;
	background: url("/doc/ty/pc/images/bg_kv_950_363.png") no-repeat;
	color: #FFFFFF;
	text-shadow: #492020 0 0 16px;
	text-align: center;padding: 88px 0;
}
.main > h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 3px;
	background: url("/doc/ty/pc/images/icon_star_title.png")no-repeat top center;
	padding-top: 35px;
}
.mainSubTitle {
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
.mainSubTitle:before, .mainSubTitle:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 32px;
	height: 1px;
	border-top: 1px solid #FFFFFF;
}
.mainSubTitle:before {
	left: 0;
}
.mainSubTitle:after {
	right: 0;
}
.mainTextMore {
	font-size: 14px;
	line-height: 1.4;
}

/* section2 */
.program {
	width: 950px;
	margin: 0 auto;
	color: #4E4E4E;
	font-size: 14px;
	background-color: #F6F1EC;
	text-align: center;
}
.programInner {
	color: #4E4E4E;
	font-size: 14px;
	line-height: 1.4;
	padding: 50px 160px;
}
.programInner > h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 2px;
	background: url("/doc/ty/pc/images/icon_star.png")no-repeat top center;
	padding-top: 30px;
}
.programText {
	margin-bottom: 40px;
}
.programStep {
	margin-bottom: 40px;
	line-height: 1.6;
	display: inline-block;
}
.programStep li {
	width: 280px;
	padding: 17px 0 17px 200px;
	text-align: left;
}
.programStep li:not(:last-child) {
	margin-bottom: 60px;
}
.programStep li:after {
	content: url("/doc/ty/pc/images/icon_triangle_down.png");
	position: absolute;
	margin: 40px 20px 0 20px;
}
.programStep >li:last-child:after {
	content: '';
	margin-bottom: inherit;
}
.stepImages {
	width: 230px;
	height: 110px;
	float: left;
	align-items: center;
}
.step1 {
	background: url("/doc/ty/pc/images/img_step_1.png")no-repeat 20px center;
}
.step2 {
	background: url("/doc/ty/pc/images/img_step_2.png")no-repeat 20px center;
}
.step3 {
	background: url("/doc/ty/pc/images/img_step_3.png")no-repeat 20px center;
}
.step4 {
	background: url("/doc/ty/pc/images/img_step_4.png")no-repeat 20px center;
}
.step1Title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
.programStepOther {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 25px 20px;
	border-radius: 5px;
	text-align: left;
	font-size: 12px;
}
.otherTitle {
	margin: 15px 0 5px;
	font-size: 18px;
	font-weight: bold;
}
.otherText {
	font-size: 12px;
	line-height: 1.6;
}

/* section3 */
.rating {
	width: 950px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.ratingInner {
	width: 630px;
	margin: 0 auto;
	color: #4E4E4E;
	font-size: 14px;
}
.ratingInner > h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
	letter-spacing: 2px;
	background: url("/doc/ty/pc/images/icon_star.png")no-repeat top center;
	padding-top: 30px;
}
.ratingTopText {
	color: #4E4E4E;
	font-size: 14px;
	margin-bottom: 30px;
}
.ratingDataTable {
	margin: 0 auto;
	width: 535px;
	font-size: 24px;
	font-weight: bold;
}
.ratingDataTable li {
	text-align: center;
	padding: 15px 0;
	border-bottom: dotted 2px #cccccc;
	display: table;
}
.ratingDataTable li:first-child {
	border-top: dotted 2px #cccccc;
}
.ratingRange {
	display: table-cell;
	width: 250px;
	text-align: right;
	font-weight: bold;
}
.ratingRange:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.ratingItem1 .ratingRange {
	color: #F03F42;
}
.ratingItem2 .ratingRange {
	color: #F76D32;
}
.ratingItem3 .ratingRange {
	color: #FF9C22;
}
.ratingItem1 .ratingRange:before {
	background: url("/doc/ty/pc/images/icon_rating_item1.png")no-repeat left 2px;
}
.ratingItem2 .ratingRange:before {
	background: url("/doc/ty/pc/images/icon_rating_item2.png")no-repeat left 2px;
}
.ratingItem3 .ratingRange:before {
	background: url("/doc/ty/pc/images/icon_rating_item3.png")no-repeat left 2px;
}
.ratingDataTable .ratingLabel {
	display: table-cell;
	width: 300px;
	text-align: left;
	color: #666666;
	font-size: 24px;
	font-weight: bold;
}
.ratingDataTable .ratingLabel:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 20px;
	background: url("/doc/ty/pc/images/icon_triangle.png")no-repeat left center;
}

/* section3 ~graph~ */
.ratingInner > h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 65px;
	letter-spacing: 2px;
}
.ratingDataLabel {
	display: inline-block;
	margin-bottom: 60px;
}
.ratingDataLabel > li {
	color: #666666;
	margin: 0 20px;
	float: left;
}
.ratingLabel {
	font-size: 14px;
}
.label1 .ratingLabel:before {
	content: '■';
	font-size: 16px;
	color: #F03F42;
	padding-right: 4px;
}
.label2 .ratingLabel:before {
	content: '■';
	font-size: 16px;
	color: #F76D32;
	padding-right: 4px;
}
.label3 .ratingLabel:before {
	content: '■';
	font-size: 16px;
	color: #FF9C22;
	padding-right: 4px;
}
.ratingNumber {
	font-size: 28px;
	font-weight: bold;
	margin-right:  5px;
}
.percentage {
	font-size: 20px;
	font-weight: bold;
}
.ratingUpdate {
	color: #777770;
	text-align: right;
	margin-bottom: 15px;
}
.ratingDoughnutGraph {
	margin: 50px auto;
}
.additionalExplanation {
	font-size: 12px;
	text-align: left;
}

/*--------------------------------------------------------------------
 FOOTER
----------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: 20px auto;
	border-top: solid 1px #cccccc;
}
.footerWrap {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 8px 0;
}
.footerLogoRecruitWrap {
	float: left;
}
.footerLigoRecruitText > a {
	color: #435B67;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	line-height: 2;
}
.footerForClient {
	float: left;
	display: table;
	margin-left: 25px;
	padding-top: 13px;
}
.footerForClientTo {
	display: table-cell;
	padding-left: 18px;
	background-image: url(/SYS/cmn/images/common/mark_link_or.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 1.5;
}
.footerForClientLink {
	display: table-cell;
	padding-left: 8px;
}
.footerLinksList {
	float: right;
}
.footerLinksList > li {
	float: left;
	line-height: 1.5;
}
.sidePipeSide > dd + dd:before, .sidePipeSide > li + li:before {
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-left: 1px solid #CCCCCC;
}