﻿@charset "utf-8";

/*==================コンテンツ==================*/
#contents {
	background-color: #FFF;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 44px;
	padding-bottom: 0px;
	padding-left: 44px;
}

/*===トピックパス===*/
ul.topicPath {
	text-align: left;
	list-style-type: none;
	overflow: hidden;
	padding-bottom: 10px;
}

ul.topicPath li {
	float: left;
	font-size: 80%;
	line-height: 120%;
}

ul.topicPath li a,
ul.topicPath li a:visited {
	color: #00F;
	text-decoration: none;
	line-height: 120%;
}

ul.topicPath li a:hover {
	color: #00F;
	text-decoration: underline;
}

/*===２眼組===*/
.twoColumns {
	padding-top: 10px;
	overflow: hidden;
	text-align: left;
}

/*===サイドメニュー===*/
.twoColumns .sideMenu {
	float: left;
	width: 200px;
	padding-right: 44px;
}

.sideMenu ul {
	list-style-type: none;
}

.sideMenu ul li {
	padding-bottom: 6px;
}

.sideMenu ul a {
	display: block;
	width: 200px;
	height: 52px;
}

/*===ボディエリア===*/
.twoColumns .bodyArea {
	float: left;
	width: 618px;
	font-size: 90%;
	line-height: 160%;
}

.section {
	padding-bottom: 54px;
}

.bodyArea h2.headTitle {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6C0;
	padding-left: 10px;
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bodyArea h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6C0;
	padding-left: 10px;
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sectionTxt {
	padding-bottom: 18px;
	padding-left: 16px;
}

.sectionTxt .txtRed {
	color: #F00;
	line-height: 160%;
}

.sectionTxt .txtBold {
	font-weight: bold;
	line-height: 160%;
}

.boldTxtBg {
	background-color: #FFF7DD;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
}

.boldTxtBg p {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F30;
}

/*===法人概要===*/
.welcome {
	width: 600px;
	padding-left: 16px;
	overflow: hidden;
}

.welcome .left {
	float: left;
	width: 120px;
}

.welcome .left .caption {
	font-size: 90%;
	padding-top: 6px;
}

.welcome .right {
	float: left;
	width: 440px;
	padding-left: 30px;
}

.welcome .right h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	color: #B52B69;
	font-size: 120%;
	padding-bottom: 14px;
	margin-bottom: 0px;
}

.welcome .right .indentTxt {
	text-indent: 1em;
	padding-bottom: 10px;
}

table.outLine {
	border-collapse: collapse;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

table.outLine td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 90%;
	line-height: 140%;
	padding-left: 10px;
}

table.outLine td.left {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

/*===プライバシーポリシー===*/
.privacy {
	width: 600px;
	padding-left: 16px;
	padding-bottom: 50px;
}

.privacy h3.privacyH3 {
	font-weight: bold;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.privacy .subTitle {
	padding-bottom: 4px;
	font-weight: bold;
}

.privacy .indentTxt {
	text-indent: 1em;
	padding-bottom: 10px;
}

.rightPosition {
	width: 200px;
	padding-left: 400px;
}

.rightPosition p {
	line-height: 130%;
}

/*===movioエリア===*/
.movieArea {
	text-align: center;
	padding: 20px;
	border: 1px solid #BCBCBC;
	background-color: #FFE3A4;
}

/*===送信完了===*/
.completion {
	background-color: #EFF5D1;
	padding: 50px;
	text-align: center;
}

.completion p {
	font-weight: bold;
	color: #F30;
	line-height: 200%;
}

/*== 採用 ==*/
.saiyouTxt {
	padding-bottom: 20px;
	font-size: 110%;
}

.saiyouSub {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 8px;
}

.saiyouList {
	margin-bottom: 20px;
	padding-left: 20px;
	list-style-type: none;
}

.saiyouList li {
	padding-bottom: 8px;
	font-size: 110%;
	text-indent: -3em;
	padding-left: 3em;
	line-height: 140%;
}

.saiyouTxtIndent {
	padding-bottom: 20px;
	font-size: 110%;
	padding-left: 20px;
}
