@charset "utf-8";

/*------------------------------------------------------------------------------
JAC Recruitment Co., Ltd. - CSS Modules Import
Date: 2010-03-31
Copyright (C) JAC Recruitment Co., Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/



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

INDEX

---------------------------------------- */
div#IrMain,div#MainVisual {
	margin-bottom: 30px;
}

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

termsFrame

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

#termsFrame{
	margin-top:20px;
}
#termsFrame h3{
	line-height: 1.2;
	font-weight: 700;
	font-size: 116.7%;  /* 14px */
	color: #808080; /* gray text */
}
#termsFrame h4{
	font-weight: 700;
	color: #000; /* gray text */
}
#termsFrame p{
	margin-bottom: 20px;
}
#termsFrame ol{
	margin: 0 0 20px;
	padding-left: 35px;
}

#termsFrame ol li{
	list-style-type: decimal;
}
#termsFrame b{
	font-weight:normal;
}
#termsFrame dl{
	margin: 0 0 20px;
}
#termsFrame dl dt{
	margin: 10px 0 0 0;
}
#termsFrame dl dd{
	margin: 0 0 0 10px;
}

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

terms

---------------------------------------- */
/*========= IR MAIN ==========*/

.m_10{
	margin-bottom: 10px;
}

.m_20{
	margin-bottom: 20px;
}

.m_30{
	margin-bottom: 30px;
}

.m_50{
	margin-bottom: 50px;
}


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

fee

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

table.FeeBox{
	width: 540px;
	margin: 0 0 10px;
	border: 1px solid #808080;
}

table.FeeBox tr th{
	padding: 8px 10px;
	background: url(../../ir/stock/image/dot_line_wit.png) repeat-x 0 bottom #808080;
	border-left: 1px solid #fff;
	border-collapse: collapse;
	font-weight: normal;
	color: #fff;
	text-align: left;
	vertical-align: top;
}

table.FeeBox tr th.AlignCnter{
	text-align: center;
}

table.FeeBox tr th.LeftTit{
	border-left: 1px solid #808080;
}

table.FeeBox tr th.BottomNone{
	background: #808080;
	vertical-align: middle;
}

table.FeeBox tr td{
	padding: 8px 15px;
	background: url(../../ir/stock/image/dot_line_gry.png) repeat-x 0 bottom;
	border-left: 1px solid #808080;
	text-align: left;
	vertical-align: top;
}

table.FeeBox tr td a{
	color: #000;
}

table.FeeBox tr td.AlignRight{
	text-align: right;
}

table.FeeBox tr td.BottomNone{
	background: none;
}

/*------- index --------*/

p.Priv_RightTxt{
	text-align: right;
}

h2.TitStyleTerms{
	line-height: 1.2;
	font-weight: 700;
	font-size: 116.7%;  /* 14px */
	color: #808080; /* gray text */
}

h3.TitStyleTerms02 {
	font-weight: 700;
	color: #000; /* gray text */
}

ul.TermsList{
	margin: 0 0 20px;
	padding-left: 35px;
}

ul.TermsList li{
	list-style-type: decimal;
}
ul.SecondList li {
	list-style-type: none;
}

ul.SystemList{
	margin: 0 0 15px;
}

ul.SystemList li{
	background: url(../../terms/system/image/system_icon_point.jpg) no-repeat 0 50%;
	padding-left: 10px;
}

table.SysDown{
	width: 540px;
	margin-bottom: 30px;
	border-top: 1px solid #0088ce;
	border-bottom: 1px solid #0088ce;
	background: url(../../terms/system/image/system_bg.png) repeat-y 0 0;
}

table.SysDown tr td{
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 83.4%;
}

table.SysDown tr td.BottomLine{
	background: url(../../terms/system/image/dot_line02.png) repeat-x 0 bottom;
}

table.SysDown tr td.AlignLeft{
	padding-left: 35px;
	text-align: left;
}




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

Page (必要なければ消す)

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

div.Page{
	width: 540px;
	margin-bottom: 50px;
}

div.Page p.PageTop{
	padding-bottom: 8px;
	line-height: 1.2;
	text-align: right;
}

div.Page p.PageTop a{
	padding-right: 10px;
	background: url(../image/icon_arrow_02.png) 100% 50% no-repeat;
	font-size: 83.4%;
	color: #808080;
}

div.Page p.PageTop a:hover{
	color: #009b48;
}


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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

div.Foothold div#Main dl.FootholdSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}