@charset "Shift_JIS";

/* Update: 2010.12.06 */


/* 00. Reset
----------------------------- */
#main p,
#main li,
#main dd {
	line-height: 1.5;
}
.recruit #main h1 {
	margin: 0;
	padding: 0;
}
.recruit #main h2,
.recruit #main h3 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

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


/* 00. Common
----------------------------- */
/* Text */
/* - size */
.fl { font-size: 14px; }
.fm { font-size: 12px; }
.fs { font-size: 10px; }

/* - line-height */
.lh15 { line-height: 1.5!important; }
.lh18 { line-height: 1.8!important; }

/* - indent */
.idtKome {
	margin-left: 1em;
	text-indent: -1em;
}

/* - color */
.fAsh01 { color: #666666; }

/* Title */
.ttlModPager {
	position: relative;
	width: 850px;
	height: 200px;
}
.ttlModPager .pager li {
	position: absolute;
	top: 83px;
	width: 34x;
	height: 34px;
}
.ttlModPager .pager img { vertical-align: top; }
.ttlModPager .pager .prev { left: 18px; }
.ttlModPager .pager .next { right: 18px; }
.ttlModPager .tooltip div {
	position: absolute;
	width: 150px;
	display: none;
}
.ttlModPager .tooltip p {
	display: block;
	padding: 5px 7px;
	background: #2193DE;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
}
.ttlModPager .tooltip span {
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
	zoom:1;
}
.ttlModPager .tooltip .prev {
	bottom: 120px;
	left: 25px;
	text-align: left;
}
.ttlModPager .tooltip .prev span {
	margin-left: 10px;
	border-right: 0px solid transparent;
	border-left: 10px solid #2193DE;
	border-top: 0px solid transparent;
	border-bottom: 10px solid transparent;
	vertical-align:top;
}
.ttlModPager .tooltip .next {
	top: 120px;
	right: 25px;
	text-align: right;
}
.ttlModPager .tooltip .next span {
	margin-right: 10px;
	border-right: 10px solid #2193DE;
	border-left: 0px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 0px solid transparent;
	vertical-align:bottom;
}


/* Section */
.sectionA { margin-top: 30px; }
.sectionA .lower {
	margin-top: 20px;
	padding: 0 10px;
}
.leadtxt01 {
	margin-top: 30px;
	padding: 0 10px;
}

/* Line Break */
.lb05 { margin-top:  5px!important; }
.lb10 { margin-top: 10px!important; }
.lb15 { margin-top: 15px!important; }
.lb20 { margin-top: 20px!important; }
.lb25 { margin-top: 25px!important; }
.lb30 { margin-top: 30px!important; }

/* Module Set */
.modSet .msL {
	float: left;
	display: inline;
}
.modSet .msR {
	float: right;
	display: inline;
}
.modSet .imgL01 {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.modSet .imgR01 {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

/* - grid */
.grid15 { width: 150px; }
.grid34 { width: 340px; }
.grid40 { width: 400px; }
.grid42 { width: 420px; }
.grid48 { width: 480px; }
.grid50 { width: 500px; }


/* List Icon */
.liDot01 li {
	padding-left: 14px;
	background: url(../img/icn_dot_01.gif) no-repeat 4px 0.65em;
}
.iArr01,
.liArr01 li {
	padding-left: 9px;
	background: url(../img/icn_arrow_01.gif) no-repeat 0 0.6em;
}
.iPop01 {
	margin-left: 14px;
	text-indent: -14px;
}
.iPop01 img { margin-right: 4px; }

.inlineList li { display: inline; }

.iBlk {
	display: -moz-inline-box;
	display: inline-block;
}
* html .iBlk {
	display: inline;
	zoom: 1;
}
*:first-child+html .iBlk {
	display: inline;
	zoom: 1;
}

/* Table */
.basicTbl01 {
	width: 100%;
	border-top: 3px solid #0FA3D3;
}
.basicTbl01 table {
	width: 100%;
	border-collapse: separate;
    border-spacing: 0;
	border-left: 1px solid #CCCCCC;
}
.basicTbl01 table thead th,
.basicTbl01 table tbody th,
.basicTbl01 table tbody td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.basicTbl01 table thead th {
	background-color: #C2E7FC;
	text-align: center;
}
.basicTbl01 table tbody th {
	background-color: #EBF7FE;
	text-align: left;
}
.basicTbl01 table tbody td {
	background-color: #FFFFFF;
	text-align: left;
}
.basicTbl01 table .tm { padding: 6px 7px 5px 7px; }

/* - width */
.per10 { width: 10%; }
.per15 { width: 15%; }
.per20 { width: 20%; }
.per25 { width: 25%; }
.per27 { width: 27%; }
.per30 { width: 30%; }
.per35 { width: 35%; }
.per40 { width: 40%; }
.per50 { width: 50%; }
.per60 { width: 60%; }
.per65 { width: 65%; }
.per70 { width: 70%; }
.per80 { width: 80%; }

/* - color */
.basicTbl01 table .low01 {
	font-weight: normal;
	background-color: #F9F5E6;
}

/* - Fake Table */
.fakeTbl { display: table; }
.fakeTbl .cell { display: table-cell; }


/* Box */
.modBoxRect01 {
	padding: 1px;
	border: 1px solid #CEEEFD;
	background: #FFFFFF;
}
.modBoxRect01 .inner {
	padding: 8px 13px;
	background: #EBF7FE;
}
.modBoxRad01 {
	padding: 9px;
	border: 1px solid #D0E6EF;
	background: #EBF8FE;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.modBoxRad01 .inner {
	padding: 19px;
	border: 1px solid #D0E6EF;
	background: #FFFFFF;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 0 2px #D0E6EF;
	-webkit-box-shadow: 0 0 2px #D0E6EF;
	box-shadow: 0 0 2px #D0E6EF;
}
.modBoxRad02 {
	padding: 10px;
	background: #EBF8FE;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.modBoxDotAqua01 {
	padding: 1px;
	background: url(../img/bg_dot_layer_aqua_01.gif);
}
.modBoxDotAqua01 .inner {
	padding: 9px;
	background: #FFFFFF;
}

/* Line */
.lineTop01 {
	padding-top: 11px;
	background-position: left top;
}
.lineTop02 {
	padding-top: 21px;
	background-position: left top;
}
.lineBtm01 {
	padding-bottom: 11px;
	background-position: left bottom;
}
.lineBtm02 {
	padding-bottom: 21px;
	background-position: left bottom;
}
.lineDotGray01 { background: url(../img/line_dot_gray_01.gif) repeat-x; }
.lineDotAqua01 { background: url(../img/line_dot_aqua_01.gif) repeat-x; }


/* Align */
.alL { text-align: left!important; }
.alR { text-align: right!important; }
.alC { text-align: center!important; }
.vaT { vertical-align: top!important; }
.vaB { vertical-align: bottom!important; }
.vaM { vertical-align: middle!important; }

.alC img {
	margin: 0 auto;
	vertical-align: bottom;
}
.alC a { margin: 0 auto; }
.alC a img { margin: 0; }

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


/* 00. Layout
----------------------------- */
#main {
	width: 850px;
	margin: 10px auto 0 auto;
	text-align: left;
}
#innerContents {
	width: 700px;
	margin: 0 75px;
}

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


/* 00. 個別箇所
----------------------------- */
/* 共通 */
.contentsNavi {
	padding: 11px 10px 0 10px;
	background: url(../img/line_dot_gray_01.gif) repeat-x left top;
}
.contentsNavi .prev{
	padding-left: 50px;
	height: 19px;
	background: url(../img/btn_prev_02.gif) no-repeat left top;
}
.contentsNavi .next{
	margin-top: 7px;
	padding-left: 50px;
	height: 19px;
	background: url(../img/btn_next_02.gif) no-repeat left top;
}
.contentsNavi img {
	margin-right: 10px;
}

.contentsLink {
	padding: 15px;
	border: 2px solid #DCDCDC;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.contentsLink .inner { background: url(../img/bg_contents_navi_01.gif) repeat-y 215px top; }
.contentsLink .col01 {
	float: left;
	width: 215px;
}
.contentsLink .col02 {
	float: left;
	display: inline;
	width: 215px;
	margin-left: 15px;
	overflow: hidden;
	zoom: 1;
}
.contentsLink .col02 ul { margin-top: -1px; }
.contentsLink .col02 li { margin-top: 1px; }
.contentsLink .col03 {
	float: right;
	width: 200px;
}

/* トップ */
.freshTop01 {
	position: relative;
	width: 850px;
	height: 410px;
	margin-top: 10px;
	background: url(../img/index_bg_01.jpg) repeat-y left top;
}
.freshTop01 .ttl {
	position: absolute;
	top: 21px;
	left: 17px;
}
.freshTop01 .txt {
	position: absolute;
	top: 33px;
	left: 291px;
}
.freshTop01 .navi li {
	position: absolute;
	width: 264px;
}
.freshTop01 .navi li img {
	vertical-align: bottom;
}
.freshTop01 .navi .li01 { top: 98px; left: 17px; }
.freshTop01 .navi .li02 { top: 98px; left: 293px; }
.freshTop01 .navi .li03 { top: 98px; left: 569px; }
.freshTop01 .navi .li04 { top: 248px; left: 17px; }
.freshTop01 .navi .li05 { top: 248px; left: 293px; }
.freshTop01 .navi .li06 { top: 248px; left: 569px; }
.freshTop01 .navi .li07 { top: 297px; left: 569px; }
.freshTop01 .navi .li08 { top: 346px; left: 569px; }

.freshTop02 {
	margin-top: 30px;
	overflow: hidden;
	zoom: 1;
}
.freshTop02 .msL { width: 620px; }
.freshTop02 .msR { width: 200px; }
.freshTop02 .date {
	margin: 10px 5px -5px 5px;
	line-height: 1.5em;
}
.freshTop02 .date dt { width: 9em; }
.freshTop02 .date dd { margin: -1.5em 0 5px 9em; }

.freshTop02 .banner { margin: 40px 0 0 -10px; }
.freshTop02 .banner li {
	float: left;
	display: inline;
	margin-left: 10px;
}
.freshTop02 .banner img { vertical-align: bottom; }

/* カタチ */
.rinen01 {
	overflow: hidden;
	zoom: 1;
}
.rinen01 ul { margin: -10px 0 0 -10px; }
.rinen01 li { margin: 10px 0 0 10px; }
.rinen01 li img { vertical-align: bottom; }

/* 先輩の声 */
/* - top */
.voiceTop01 {
	margin: 0 5px;
	overflow: hidden;
	zoom: 1;
}
.voiceTop01 dl { margin: -10px 0 0 -10px; }
.voiceTop01 dt,
.voiceTop01 dd {
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
}
.voiceTop01 img { vertical-align: bottom; }
.voiceTop02 {
	padding: 11px 10px 0 10px;
	background: url(../img/line_dot_gray_01.gif) repeat-x left top;
}
.voiceTop02 .iBlk { margin-right: 5px; }

/* - detail */
.voiceNavi {
	padding: 7px 10px;
	background: #D0F0FB;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.voiceNavi img { display: block; }
.voiceNavi dt { height: 14px; }
.voiceNavi dd {
	height: 14px;
	margin-top: -14px;
	margin-left: 60px;
}
.voiceNavi li {
	float: left;
	display: inline;
	margin-left: 5px;
}
.voiceNavi .return { float: right; }

.voiceMsg {
	min-height: 160px;
	padding-right: 160px;
	background-position: 98% 20px;
	background-repeat: no-repeat;
}
* html .voiceMsg { height: 160px; }

/* SBIをフォローしよう！ */
.followTop01 {
	background: url(../img/follow_bg_01.gif) repeat-y left top;
	overflow: hidden;
	zoom: 1;
}
.followTop01 ul { margin: -5px 0 0 -5px; }
.followTop01 li {
	width: 230px;
	margin: 0 0 0 5px;
	border-top: 5px solid #FFFFFF;
	vertical-align: top;
}
.followTop01 li .inner { padding: 10px; }
.followTop01 li .icon { float: left; }
.followTop01 li .text {
	float: right;
	width: 150px;
}
.followTop01 li .text .button { margin-top: 5px; }

/* よくあるご質問 */
.faqTop01 {
	overflow: hidden;
	zoom: 1;
}
.faqTop01 dl { zoom: 1; }
.faqTop01 dt {
	width: 3em;
	line-height: 1.5em;
	font-weight: bold;
}
.faqTop01 dd {
	margin-top: -1.5em;
	padding-left: 3em;
	line-height: 1.5em;
}
.faqTop01 .index { margin-top: -5px; }
.faqTop01 .index dl {
	margin-top: 5px;
	padding: 0 10px 6px 10px;
	background: url(../img/line_dot_gray_01.gif) repeat-x left bottom;
}
.faqTop01 .question {
	padding: 3px 10px;
	border-top: 2px solid #0FA3D3;
	background: #EBF7FE;
}
.faqTop01 .question dd { font-weight: bold; }
.faqTop01 .answer { padding: 7px 10px; }
.faqTop01 .answer dt { color:#FF6666; }
.faqTop01 .pagetop {
	margin-right: 10px;
	text-align: right;
}
.faqTop01 .pagetop p {
	margin-left: auto;
	padding-right: 15px;
	background: url(../img/icn_up_01.gif) no-repeat 100% 0.3em;
}

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



/* 00. JavaScript
----------------------------- */
.popbox {
	position: relative;
	width: 680px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(../img/bg_popbox_01.gif) no-repeat;
}
.popbox .content { padding: 29px 30px 30px 64px; }
.popbox .content .col01 {
	float: left;
	display: inline;
	width: 420px;
	margin-right: 5px;
}
.popbox .content .col02 { float: left; }

.popbox .tools p { position: absolute; }
.popbox .tools .close {
	top: 10px;
	right: 10px;
}
.popbox .tools .prev {
	top: 210px;
	left: 15px;
}
.popbox .tools .next {
	top: 210px;
	right: 15px;
}

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



/* clearfix
----------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

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