@charset "shift-jis";

@import "reset.css";
@import "base.css";

#header {
	margin-bottom:10px
}

/*-----------------------------------------------*/
/*                      path                     */
/*-----------------------------------------------*/

#path {
	padding: 0 0 10px 7px;
	background: #FFFFFF;
}
#path li {
	line-height: 100%;
	float: left;
	margin: 0;
	margin-right: 7px;
	padding-right: 10px;
	background: url(../img/arrow_path.gif) no-repeat right 1px;
	font-size: 10px;

}
#path li.now {
	background: none;
}
#path li:last-child {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

/*-----------------------------------------------*/
/*                   btn pagetop                 */
/*-----------------------------------------------*/

.btnPagetop {
	width: 725px;
	margin: 15px 0 20px 0;
}
.btnPagetop a {
	float: right;
	width: 96px;
	height: 10px;
	background: url(../img/btn_pagetop.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.btnPagetop a:hover {
	background-position: 0 -10px;
}

/*-----------------------------------------------*/
/*                  window open                  */
/*-----------------------------------------------*/

.blank {
	background:url(../img/i_popup.gif) no-repeat right top;
	padding-right:20px;
}


/*-----------------------------------------------*/
/*                             timer                                  */
/*-----------------------------------------------*/
/* 日時セット用タイマー */
.timerHidden{
    display: none;
}
.timerVisible{
    display: block;
}

/*-----------------------------------------------*/
/*                      wrap                     */
/*-----------------------------------------------*/

#wrap {
	margin-bottom: 30px;
	padding-bottom: 10px;
	background: url(../img/bg_lcontents_bottom.gif) no-repeat left bottom;
}

/*-----------------------------------------------*/
/*                    contents                   */
/*-----------------------------------------------*/

#contents {
	margin: 0;
	padding: 0;
	background: url(../img/bg_lcontents.gif) repeat-y;
}

/*-----------------------------------------------*/
/*                      title                    */
/*-----------------------------------------------*/

#mainContents {
	float: left;
	width: 735px;
}
#mainContents h2 {
	margin-bottom: 15px;
}
#mainContents h3 {
	width: 706px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 10px 5px 5px 29px;
	background: url(../img/bg_st.gif) no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#mainContents h3.title2line {
	width: 706px;
	height: 60px;
	line-height:130%;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 10px 0 0 29px;
	background: url(../img/bg_st_twoline.gif) no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#mainContents h3.title3line {
	width: 735px;
	height: 85px;
	line-height:110%;
	margin-top: 20px;
	margin-bottom: 15px;
	background: url(../img/bg_st_threeline.gif) no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	box-sizing:border-box;
}
#mainContents h3 span {
	font-size:12px;
	margin-right:10px;
}
#mainContents h4 {
	width: 707px;
	height: 27px;
	margin-bottom: 10px;
	padding: 14px 0 0 28px;
	background: url(../img/bg_sst.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
}
#mainContents h4.title2line {
	width: 697px;
	height: 46px;
	line-height:140%;
	margin-bottom: 10px;
	padding: 10px 10px 0 28px;
	background: url(../img/bg_sst_twoline.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
}
#mainContents h5 {
	line-height: 35px;
	height:35px;
	margin: 15px 0 20px 0;
	padding: 0 0 0px 10px;
	border:1px solid #efefef;
	/* background: url(../img/bg_ssst.gif) no-repeat 0 0;*/
	background:#f9f9f9;
	font-size: 12px;
	font-weight: bold;
}
#mainContents h5 span {
	font-size: 12px;
}

/*-----------------------------------------------*/
/*                      text                     */
/*-----------------------------------------------*/

#mainContents p {
	margin: 0 10px 10px 10px;
}
#mainContents .red, .error {
	color:#e50000;
}
#mainContents .lineDot {
	height:5px;
	margin:5px;
	background:url(../img/line_dot.gif) no-repeat left center;
}
#mainContents .top0,
#mainContents p.top0 {
	margin-top:0 !important;
}
#mainContents .btm0,
#mainContents p.btm0 {
	margin-bottom:0 !important;
}
#mainContents p.btm10,
#mainContents .btm10 {
	margin-bottom:10px !important;
}
#mainContents p.btm20,
#mainContents .btm20 {
	margin-bottom:20px;
}
#mainContents .btm40 {
	margin-bottom:40px;
}
#mainContents p.indent1em {
	text-indent:1em;
}
#mainContents p.indent2em {
	margin-left:2em;
}
#mainContents p.size10 {
	font-size:10px;
}
#mainContents p.exLink {
  position: relative;
}
#mainContents p.exLink::after {
  content: "";
  background-image: url("../img/i_popup.gif");
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px;
height: 13px;
display: inline-block;
padding-left: 5px;
}
#mainContents p.pdf {
  position: relative;
}
#mainContents p.pdf::after {
  content: "";
  background-image: url("../img/i_pdf.gif");
  background-repeat: no-repeat;
  background-position: right center;
  width: 14px;
height: 15px;
display: inline-block;
padding-left: 5px;
}

/*-----------------------------------------------*/
/*                    dl list                    */
/*-----------------------------------------------*/

#mainContents dl.list {
	width: 725px;
	padding: 12px 5px;
	margin-bottom:10px;
}
#mainContents li dl.list {
  width:auto;
}
#mainContents dl.list dt {
	padding-left: 18px;
	background: url(../img/arrow_s.gif) no-repeat 3px 5px;
}
#mainContents dl.list dd {
	margin: -18px 0 6px 0;
	padding: 0 0 6px 150px;
	background: url(../img/line_dot.gif) no-repeat center bottom;
}
#mainContents dl.list dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
#mainContents dl.list dd p {
	margin-left:0;
	margin-right:0;
}
#mainContents dl.list dd p.arrow {
	background-position:0 0;
}
#mainContents dl.list dd dl.list {
	width:auto;
	padding:0;
}

/*-----------------------------------------------*/
/*                    ol & ul                    */
/*-----------------------------------------------*/

#mainContents ol {
	margin: 0 10px 15px 10px;
}
#mainContents ol li {
	list-style: outside;
	list-style-type: decimal;
	margin-bottom: 5px;
	margin-left: 30px;
}
#mainContents ol li ol {
	margin-top: 10px;
}
#mainContents ol li ol li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 1em;
	text-indent: -1.5em;
}
#mainContents ol.noNumber li {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 30px;
	text-indent:-1.5em;
}
#mainContents ol.noNumber.question li{
	text-indent: -1.8em;
}

#mainContents dl.list ol.noNumber > li {
	margin-left:0;
	background:none;
}
#mainContents .noNumber dl.list dt,
#mainContents .noNumber dl.list dd {
  text-indent:0;
}

#mainContents ul.list,
#mainContents .note {
	margin-top: 15px;
	margin-bottom: 20px;
}
#mainContents .list li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	background: url(../img/icon_dot.gif) no-repeat 0 6px;
}
#mainContents ol li ul.list li {
	list-style: none;
	margin-left: 0px !important;
	padding-left: 10px !important;
	text-indent:0;
	background: url(../img/icon_dot.gif) no-repeat 0 6px;
}
#mainContents ol li ul.list {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContents .note li {
	display: block;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../img/icon_note.gif) no-repeat 0 3px;
}

/*-----------------------------------------------*/
/*                  .boxBorderBg                 */
/*-----------------------------------------------*/

#mainContents .boxBorderBg {
	width:705px;
	margin: 0 0 10px;
	padding:20px 15px;
	border: 1px solid #dfdfdf;
	border-spacing: 0;
	background:#f3f3f3;
}
#mainContents .boxBorderBg ul {
	margin-left:10px;
}

/*-----------------------------------------------*/
/*                   boxMember                   */
/*-----------------------------------------------*/

.boxMember {
	margin: 10px 10px 6px 10px;
	padding-bottom: 6px;
	background: url(../img/line_dot.gif) no-repeat left bottom;
}
.boxMember img {
	display: block;
	float: left;
	margin-right: 15px;
}
.boxMember .boxLeft {
	float: left;
	margin-right: 15px;
}
.boxMember .boxLeft img {
	display:block;
	float: none;
	margin-right:0;
	margin-bottom: 5px;
}
#mainContents .boxMember h6 {
	margin: 0 0 8px 90px;
	padding: 3px 0 0 0px;
	background: none;
	color: #0344a6;
	font-size: 14px;
	font-weight: bold;
	line-height:1.2em;
}
#mainContents .boxMember h6 a:link, #mainContents .boxMember h6 a:visited {
	color:#0344a6;
}
#mainContents .boxMember h6 a:hover {
	color: #666666;
}
#mainContents .boxMember h6 span {
	font-size: 12px;
}
#mainContents .boxMember p {
	line-height: 1.2em;
	margin: 5px 0 0 95px;
}
.boxMember.last {
	margin-bottom: 15px;
	padding-bottom:0;
	background:none;
}
#mainContents p.name {
	font-weight: bold;
}
#mainContents p.name span {
	font-weight:normal;
}
.boxMember .pdfSize {
	font-weight:normal;
}
.boxMember .pdfSize img {
	display:inline;
	float:none;
	margin:0;
}

/*-----------------------------------------------*/
/*                   boxMemberTwo                */
/*-----------------------------------------------*/

.boxMemberTwo {
	width:725px;
	margin:10px 0px 6px 10px;
	padding-bottom: 6px;
	background: url(../img/line_dot.gif) no-repeat left bottom;
}
.boxMemberTwo .boxMember {
	float:left;
	width:350px;
	margin: 0 10px 0 0;
	background:none;
}
.boxMemberTwo.last {
	margin-bottom:15px;
	padding-bottom: 0px;
	background: none;
}

/*-----------------------------------------------*/
/*                                  table                             */
/*-----------------------------------------------*/

#mainContents table {
	border:1px solid #d6d6d6;
	margin:0 auto 15px auto;
	width:720px;
}
#mainContents table td, #mainContents table th {
	border:1px solid #d6d6d6;
	padding:5px 7px;
	vertical-align:middle;
	line-height:1.4em;
	font-size:12px;
}
#mainContents table th {
	background:#e9e9e9;
	font-weight:normal;
	text-align:center;
}
#mainContents table tbody th {
	background:#f5f5f5;
}
#mainContents table th p {
	margin: auto 0;
}
#mainContents table td.lb {
	background:#eeeeee;
}
#mainContents table td.llb {
	background:#f5f5f5;
}
#mainContents table td.center {
	text-align:center;
}
#mainContents table td.top {
	vertical-align:top;
}

/* noBorder */

#mainContents table.noBorber {
	border:none;
	margin:0 10px 15px 10px;
	width:auto;
}
#mainContents table.noBorber td, #mainContents table.noBorber th {
	border:none;
	padding:0 10px 0 0;
}

/* th */

#mainContents table tbody th.left {
	text-align:left;
}

/*-----------------------------------------------*/
/*                      form                     */
/*-----------------------------------------------*/

#mainContents table input {
	/* width:200px;
	height:17px;
	margin-right:5px;
	border:1px solid #7f9db9;*/
}
#mainContents table select {
	border:1px solid #7f9db9;
}
#mainContents .submitBtn {
	margin-bottom:20px;
	text-align: center;
}
#mainContents .submitBtn input {
	width:100px;
}
#mainContents form dl.list {
	width:520px;
	margin-bottom:0;
}
#mainContents form dl.list dt {
	background:none;
	padding-left:5px;
}
#mainContents form label.error {
	color: #FF0000;
	display: none;
}

/*-----------------------------------------------*/
/*                    btn apply                  */
/*-----------------------------------------------*/

.btnApply {
	width: 725px;
	margin-bottom: 20px;
	text-align:center;
}
.btnApply a {
	margin:0 auto;
	display:block;
	width: 298px;
	height: 49px;
	background: url(../img/btn_apply.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.btnApply a:hover {
	background-position: 0 -49px;
}

/*-----------------------------------------------*/
/*                  leftContents                 */
/*-----------------------------------------------*/

#leftContents {
	float: left;
	width: 204px;
	margin-right: 11px;
}
#leftContents h2 {
	background: #FFFFFF;
}

/*-----------------------------------------------*/
/*                     lnavi                     */
/*-----------------------------------------------*/

#lnavi li {
	/* float: left; */
}
#lnavi li a {
	display: block;
	width: 172px;
	height: 30px;
	padding: 10px 0 0 28px;
	background: url(../img/bg_lnavi.gif) no-repeat;
	color: #262626;
}
#lnavi li a:hover {
	background-position: -200px 0;
	color: #7f7f7f;
}
#lnavi li.twoLines a {
	height: 50px;
	background: url(../img/bg_lnavi_2l.gif) no-repeat;
}
#leftContents #lnavi li.twoLinesEt a {
	height: 70px;
	background: url(../img/bg_lnavi_2l_eternal.gif) no-repeat;
}
#leftContents #lnavi li.exLink a {
	background: url(../img/bg_lnavi_exlink.gif) no-repeat;
}

#lnavi > li > ul{
	display:none;
}

/* lnaviSub ---------------------------------------*/

#lnavi ul li a, #lnavi li.twoLines ul li a {
	height: 27px;
	padding: 7px 0 0 28px;
	background: url(../img/bg_lnavi.gif) no-repeat 0 -80px;
}
#lnavi ul li a:hover {
	background-position: 0 -80px;
}
#lnavi ul li.last,
#lnavi ul li:last-child {
	margin-bottom:0;
}
#lnavi ul li.last a,
#lnavi ul li:last-child a {
	background-position: 0 -114px;
}
#lnavi ul li.last a:hover,
#lnavi ul li:last-child a:hover {
	background-position: -200px -114px;
}
#lnavi ul li.twoLines a {
	height: 43px;
	background: url(../img/bg_lnavi_sub_2l.gif) no-repeat;
}

/* lnaviSub2 ---------------------------------------*/

#lnavi ul li ul li a {
	width: 163px;
	height: 25px;
	padding: 5px 0 0 37px;
	background: url(../img/bg_lnavi.gif) no-repeat 0 -147px;
}
#lnavi ul li ul li a:hover {
	background-position: 0 -147px;
}
#lnavi ul li ul li.last {
	margin-bottom:0;
}
/*
#lnavi ul li ul li.last a {
	background-position: 0 -177px;
}
#lnavi ul li ul li.last a:hover {
	background-position: -200px -177px;
}
*/
#lnavi ul li.noLink > a {
	background: url(../img/bg_lnavi.gif) no-repeat -400px -117px;
}

/* lnaviSub3 ---------------------------------------*/

#lnavi ul li ul li ul li a {
	width: 155px;
	height: 22px;
	padding: 3px 0 0 45px;
	background: url(../img/bg_lnavi.gif) no-repeat 0 -207px;
	font-size: 10px;
}
#lnavi ul li ul li ul li a:hover {
	background-position: 0 -207px;
}
#lnavi ul li ul li ul li.last {
	margin-bottom:0;
}
/*
#lnavi ul li ul li ul li.last a {
	background-position: 0 -232px;
}
#lnavi ul li ul li ul li.last a:hover {
	background-position: -200px -232px;
}
*/

/*-----------------------------------------------*/
/*                   float clear                 */
/*-----------------------------------------------*/

.clearfix, .btnPagetop, #contents, #path, ul.box, .boxMember, .boxMemberTwo {
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after, .btnPagetop:after, #contents:after, #path:after, ul.box:after, .boxMember:after, .boxMemberTwo:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
