@charset "UTF-8";



/* LRBox（左右ボックス） --------------------------------------------------- */

.LRBox {
margin-bottom: 15px;
}

.LRBox .LBox {
float: left;
}

.LRBox .RBox {
float: Right;
}



/* IndexMenu（Indexメニュー） --------------------------------------------------- */

.IndexMenu li {
float: left;
}

.IndexMenu li a {
display: block;
}

.IndexMenu li.RSide {
}


/* InstaMenu（Indexメニュー） --------------------------------------------------- */

.InstaMenu li {
float: left;
}

.InstaMenu li a {
display: block;
}

.InstaMenu li.RSide {
}


/* IndexMenu（Indexメニュー） --------------------------------------------------- */

.LinkPdf {
padding: 2px 0 0 22px;
background: url(../img/common/icon/Icon_LinkPdf.png) no-repeat left center;
}



/* List（リスト） --------------------------------------------------- */

/* ListDisc */
.ListDisc li {
margin: 0 0 3px 0;
padding: 0 0 0 15px;
line-height: 1.6em;
background: url(../img/common/icon/Icon_ListDisc.png) no-repeat top;
background-position: 0 4px;
}

/* ListDiscS */
.ListDiscS li {
margin: 0 0 3px 0;
padding: 0 0 0 10px;
font-size: 86%;
line-height: 1.4em;
background: url(../img/common/icon/Icon_ListDiscS.png) no-repeat top;
background-position: 0 5px;
}

/* ListKome */
.ListKome li {
margin: 0 0 3px 0;
padding: 0 0 0 15px;
line-height: 1.6em;
background: url(../img/common/icon/Icon_ListKome.png) no-repeat top;
background-position: 0 3px;
}

/* ListKomeS */
.ListKomeS {
margin: 20px 0;
}

.ListKomeS li {
color: #000;
margin: 0 0 3px 0;
padding: 0 0 0 12px;
font-size: 86%;
line-height: 1.4em;
background: url(../img/common/icon/Icon_ListKomeS.png) no-repeat top;
background-position: 0 4px;
}

/* ListKomeAlert */
.ListKomeAlert li {
padding: 0 0 0 15px;
color: #e40000;
background: url(../img/common/icon/Icon_ListKomeAlert.png) no-repeat top;
background-position: 0 3px;
font-size: 79%;
line-height: 1.4em;
}

span.ListKome {
padding: 0 0 0 15px;
line-height: 1.6em;
background: url(../img/common/icon/Icon_ListKome.png) no-repeat top;
background-position: 0 2px;
}

span.ListKomeS {
padding: 0 0 0 12px;
font-size: 86%;
line-height: 1.6em;
background: url(../img/common/icon/Icon_ListKomeS.png) no-repeat top;
background-position: 0 2px;
}



/* DLVert・DLHori（定義） --------------------------------------------------- */

.DLHori {
border-top: 1px solid #d3d3d3;
}

.DLHori dl {
border-bottom: 1px solid #d3d3d3;
}

@media only screen and (max-width: 767px) {

	/* 左右（dlh） */
	.DLHori {
	margin-top: -10px;
	}

	.DLHori dt,
	.DLHori dd {
	padding: 10px 0;
	}

}

@media print, screen and (min-width: 768px) {

	.DLHori {
	margin-top: -15px;
	}
	
	.DLHori dt,
	.DLHori dd {
	padding: 15px 0;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* StepNavi（ステップナビ） --------------------------------------------------- */

.StepNavi {
margin: 10px 0 30px 0;
}

/* StepNaviLower */
.StepNaviLower {
margin: 10px 0 0 0 !important;
}

.StepNavi .PageInfo {
float: left;
margin: 4px 0 0 0;
font-size: 79%;

}

.StepNavi ul {
float: right;
}

.StepNavi li {
float: left;
margin: 0 0 0 5px;
padding: 3px 0 3px 0;
font-size: 79%;
line-height: 1em;

}

.StepNavi li a {
display: block;
float: left;
padding: 5px 6px 4px 6px;
border: solid 1px #d3d3d3;
}

.StepNavi li a:link {
color: #000000;
text-decoration: none;
}

.StepNavi li a:hover {
border: solid 1px #d2d2d2;
background: #ececec;
}

.StepNavi li a:visited {
color: #000000;
}

.StepNavi li.OnPage {
background: url(../img/common/step_navi/Texture_StepNaviUpperOn.png) no-repeat center bottom;
}

/* StepNaviLower */
.StepNaviLower li.OnPage {
background: url(../img/common/step_navi/Texture_StepNaviLowerOn.png) no-repeat center top !important;
}

.StepNavi li.OnPage a {
border: solid 1px #000000;
color: #ffffff;
text-decoration: none;
background: #000000;
}

.StepNavi li.Prev a {
padding: 5px 6px 5px 17px;
background: url(../img/common/icon/Icon_StepNaviAllowPrev.png) no-repeat left center;
}

.StepNavi li.Prev a:hover {
padding: 5px 6px 5px 17px;
background: #ececec url(../img/common/icon/Icon_StepNaviAllowPrev.png) no-repeat left center;
}

.StepNavi li.Next a {
padding: 5px 17px 5px 6px;
background: url(../img/common/icon/Icon_StepNaviAllowNext.png) no-repeat right center;
}

.StepNavi li.Next a:hover {
padding: 5px 17px 5px 6px;
background: #ececec url(../img/common/icon/Icon_StepNaviAllowNext.png) no-repeat right center;
}


/* PhotoL PhotoR（写真回り込み） --------------------------------------------------- */

.PhotoL {
float: left;
margin: 0 15px 10px 0;
}

.PhotoR {
float: right;
margin: 0 0 10px 15px;
}



/* Table1（Tableタイプ1） --------------------------------------------------- */

.Table1 table {
width: 100%;
}

.Table1 th {
padding: 15px;
border-top: solid 1px #d3d3d3;
text-align: left;
background: #f1f1f1;
}

.Table1 td {
padding: 15px;
border-top: solid 1px #d3d3d3;
background: #ffffff;
}

.Table1 tr.LastCell th {
border-bottom: solid 1px #d3d3d3;
}

.Table1 tr.LastCell td {
border-bottom: solid 1px #d3d3d3;
}



/* Table2（Tableタイプ2） --------------------------------------------------- */

.Table2 table {
width: 100%;
border-left: solid 1px #c6c6c6;
border-top: solid 1px #c6c6c6;
}

.Table2 th {
padding: 10px;
border-right: solid 1px #c6c6c6;
border-bottom: solid 1px #c6c6c6;
font-weight: bold;
text-align: center;
background: #f2f2f2;
}

.Table2 td {
padding: 10px;
border-right: solid 1px #c6c6c6;
border-bottom: solid 1px #c6c6c6;
text-align: right;
background: #ffffff;
}

.Table2 td.Cap {
font-weight: bold;
text-align: left;
}

.Table2 td.Cap span {
font-size: 12px;
font-weight: normal;
}



/* TableForm（フォーム用Table） --------------------------------------------------- */

.TableForm th span {
display: block;
padding: 0 40px 0 0;
background: url(/img/form/Icon_Mandatory.png) no-repeat right center;
}

.TableForm .NoteUpper {
margin: 0 0 5px 0;
font-size: 12px;
line-height: 1.5em;
}

.TableForm .NoteMiddle {
margin: 5px 0 5px 0;
font-size: 12px;
line-height: 1.5em;
}

.TableForm .NoteLower {
margin: 5px 0 0 0;
font-size: 12px;
line-height: 1.5em;
}

.TableForm .NoteSide {
margin: 0 0 0 5px;
font-size: 12px;
}

/* FormAction  */
.TableForm .FormAction {
margin: 30px 0 0 0;
padding: 12px;
text-align: center;
background: #f1f1f1;
}

.TableForm .FormAction input {
margin: 0 5px 0 5px;
}

/* ErrorBox  */
.TableForm .ErrorBoxWrap {
margin: 20px 0 0 0;
padding: 0 0 6px 0;
background: url(/img/form/Texture_ErrorBoxBtm.png) no-repeat left bottom;
}

.TableForm .ErrorBox {
padding: 16px 20px 10px 20px;
background: url(/img/form/Texture_ErrorBox.png) no-repeat left top;
}

.TableForm .ErrorBox .Msg {
margin: 0 0 0 0;
padding: 2px 0 0 32px;
font-weight: bold;
color: #e40000;
background: url(/img/common/icon/Icon_AlertMarkL.png) no-repeat left;
}

/* ErrTip  */
.TableForm .ErrTip {
display: block;
margin: 0 0 5px 0;
padding: 0 0 8px 0;
color: #ffffff;
background: url(/img/form/Texture_ErrTipAllow.png) no-repeat left bottom;
}

.TableForm .ErrTip strong {
padding: 4px 10px 4px 10px;
font-weight: normal;
background: #e40000;
font-size: 93%;
}

/* Error  */
.TableForm .Error th {
color: #e40000;
}

.TableForm .Error input[type=text],
.TableForm .Error textarea {
border: solid 1px #e40000;
background: #ffeaee;
}

/* Lead  */
.TableForm .LeadMain {
margin: 22px 0 5px 0;
font-size: 86%;
}

/* ListKome  */
.TableForm .ListKome {
margin: 10px 0 0 0;
}

.TableForm .ListKome li {
font-size: 11px;
}

/* LeadDone  */

.TableForm .LeadDone {
margin: 30px 0 0 0;
}

.TableForm .LeadDone .Msg1 {
font-size: 16px;
font-weight: bold;
}

.TableForm .LeadDone .Msg2 {
margin: 10px 0 0 0;
}

.TableForm .LeadDone .BtnHome {
margin: 80px 0 0 0;
padding: 20px 0 0 0;
background: url(/img/common/display/Texture_Dot.gif) repeat-x top;
text-align: center;
}

/* W00  */

.TableForm .InputTel {
width: 50px;
}

.TableForm .InputName {
width: 300px;
}

.TableForm .InputMail {
width: 300px;
}

.TableForm .InputText {
width: 430px;
height: 10em;
}

.TableForm input[type=text],
.TableForm textarea {
border: solid 1px #b9b9b9;
font-size: 100% !important;
}

.TableForm .Focus {
background: #f2f2f2;
_padding: 1px;
_border: solid 1px #b9b9b9;
}

.TableForm .BtnList input {
margin-right: 5px;
}



/* Align（センター寄せ・右寄せ） --------------------------------------------------- */

.AlignL {
text-align: left !important;
}

.AlignC {
text-align: center !important;
}

.AlignR {
text-align: right !important;
}



/* M00（マージントップ調整） --------------------------------------------------- */

.M0 {
margin-top: 0 !important;
}

.M5 {
margin-top: 5px !important;
}

.M10 {
margin-top: 10px !important;
}

.M15 {
margin-top: 15px !important;
}

.M20 {
margin-top: 20px !important;
}

.M25 {
margin-top: 25px !important;
}

.M30 {
margin-top: 30px !important;
}

.M40 {
margin-top: 40px !important;
}

.M50 {
margin-top: 50px !important;
}



/* W00（横幅%指定） --------------------------------------------------- */

.W5 {
width: 5% !important;
}

.W10 {
width: 10% !important;
}

.W15 {
width: 15% !important;
}

.W20 {
width: 20% !important;
}

.W25 {
width: 25% !important;
}

.W30 {
width: 30% !important;
}

.W35 {
width: 35% !important;
}

.W40 {
width: 40% !important;
}

.W45 {
width: 45% !important;
}

.W50 {
width: 50% !important;
}

.W55 {
width: 55% !important;
}

.W60 {
width: 60% !important;
}

.W65 {
width: 65% !important;
}

.W70 {
width: 70% !important;
}

.W75 {
width: 75% !important;
}

.W80 {
width: 80% !important;
}

.W85 {
width: 85% !important;
}

.W90 {
width: 90% !important;
}

.W95 {
width: 95% !important;
}