@charset "UTF-8";

/*-------------------------------------------

401k Only Customise CSS style.css

-------------------------------------------*/

.titleQuestion {
	margin:0 0 20px 0;
	padding:9px 0 0 85px;
	min-height:65px;
	background: url(../../common/images/ico_question.png) 0 0 no-repeat;
	font-size:1.5em;
	font-weight: bold;
	line-height:120%;
}

.jobSelect #wrap #mainArea {
    margin: 30px auto 120px;
}

.titleAwnser {
	margin:0 0 20px 0;
	padding:9px 0 0 85px;
	min-height:65px;
	background: url(../../common/images/ico_awnser.png) 0 0 no-repeat;
	font-size:1.5em;
	font-weight: bold;
	line-height:120%;
}

h1.lhL {
	line-height:140%;
}
.titleQuestion em,
.titleAwnser em {
	font-size:1.3em;	
}
.titleQuestion small,
.titleAwnser small {
	font-size:0.8em;	
}
.btnSLarge {
	min-height:60px;
	height:auto;
	height:60px;
}
.btnSLarge small {
	font-size:0.7em;	
}
.double {
	min-height:76px;
	height:auto;
	height:76px;	
}
.triple {
	min-height:93px;
	height:auto;
	height:93px;	
}
.mean {
	padding:4px 0 4px 30px;
	margin:0 0 0 13px;
	font-size:0.7em;
	font-weight: normal;
	text-decoration: underline!important;
	white-space: nowrap;
	background: url(../../common/images/ico_mean.png) 0 center no-repeat;
	position: relative;
	top:-3px;
}
.callblock {
	overflow: hidden;
}
.callblock em {
	margin-bottom: 10px;
	color: #049849;
	font-weight: bold;
	display: block;
}
.callblock div:first-child {
	margin-right: 20px;
	padding-right: 20px;
	border-right: solid 1px #ddd;
	float: left;	
}
.callblock div:last-child {
	margin-top: 5px;
	float: left;	
}
.callblock .telNumberWrap {
	margin-bottom: 0;
}
.callblock a {
	font-size: 0.86em;
}
.callblock img {
	width: 182px;
}
.callblock ul, .callblock li {
	margin: 0!important;
}
.bgGray { background: #eee !important; }
.mailreg input[type="text"] {
	width:98%;
}
.btnarea {
	display: none;
}
.pamphlet {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.pamphlet a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	display: block;
}
.pamphlet small {
	float: right;
	display: block;
}
.pamphlet th {
	padding:7px 10px;
	background: #e5f3ed;
	border:solid 1px #bbb;
	overflow: hidden;
}
.pamphlet td {
	padding:10px;
	border:solid 1px #bbb;
	overflow: hidden;
}
.pamphlet td img {
	margin-right: 20px;
	float: left;
	display: block;
}

.listReason {
	list-style:disc inside;
	margin:5px 0 30px;	
}

.boxTooltip {
    display: none;
    font-size: 1.2em;
    left: 0;
    position: absolute;
    top: 0;
    width:400px;
}
.tooltipInner {
    background: #e9fceb none repeat scroll 0 0;
    border: 3px solid #009846;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    position: relative;
}

.toolTipArea {
	background:url(../../common/images/guide_illust.png) no-repeat scroll right bottom;
	padding:0 80px 0 0;
	background-size:80px 121px;
	min-height:121px;
}

.tooltipTxt {
	width:280px;
	font-size:14px;	
}
.ttlTt {
    font-weight: bold;
    margin: 0 0 5px;
	font-size:1.2em;
}
.btnTooltipClose01 {
    position: absolute;
    right: 10px;
    top: 10px;
}
.btnTooltipClose01 a {
    background: rgba(0, 0, 0, 0) url(../../common/images/btn_tooltip_close01.png) no-repeat scroll 0 0;
    display: block;
    height: 20px;
    text-indent: -5000px;
    width: 20px;
}
.btnTooltipClose02 {
    margin: 20px auto 0;
    width: 160px;
}
.btnTooltipClose02 a {
    background: rgba(0, 0, 0, 0) url(../../common/images/btn_tooltip_close02.png) no-repeat scroll 0 0;
    display: block;
    height: 32px;
    text-indent: -5000px;
    width: 160px;
}

.boxModal {
    background:rgba(0,0,0,0.6);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.BoxModalBg {
    background: #d8d8d8;
    border-radius: 6px;
    margin: 30px auto 0;
    padding: 3px;
    width: 700px;
}

.boxModalInner {
    background: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    padding: 20px 40px 20px 20px;
    position: relative;
}

.imgModal {
	text-align:center;	
}

.imgModal img {
	width:620px;
	height:auto;
}

.btnModalClose01 {
    position: absolute;
    right: 11px;
    top: 10px;
}

.btnModalClose02 {
    margin: 20px auto 0;
    width: 156px;
}

.indicator {
	margin:0 auto 20px;
	overflow:hidden;
	width:940px;
}

.indicatorInner {
	width:460px;
	float:right;
	overflow:hidden;	
}

.indicatortxt {
	font-size:12px;
	display:inline-block;
	float:left;
	line-height:12px;
}

.indicatorbar {
	width:400px;
	float:right;
	height:10px;
	margin:1px 0 0 0;	
}

.indicator01,
.indicator02,
.indicator03 {
	width:20%;
	height:10px;
	float:left;
	background:#afafaf;
}

.indicator04,
.indicator05,
.indicator06,
.indicator07,
.indicator08 {
	width:8%;
	height:10px;
	float:left;
	background:#afafaf;
}

.indicator .current {
	background:#ed6d34;
}

.tdU {
	text-decoration:underline;
}

a.fontS {
	font-size:1.25em;	
}

a.fontL {
	font-size:1.6em;	
}

.fsXXL {
	line-height:130%;	
}

a.linkExternal {
	text-decoration:underline;
	color:#063;	
}

a.linkExternal:hover {
	text-decoration:none;
	color:#ed6d34;	
}

.quadruple {
	min-height:103px;
	height:auto;
	height:103px;	
}

.topBtn {
	min-height:76px;
	height:auto;
	height:76px;	
}

.hangTxt {
	text-indent:-1em;
	padding:0 0 0 1em;	
}
　
