@charset "UTF-8";



/* 汎用パーツ --------------------------------------------------- */

.Lead {
width: 95%;
}

.TxtLink {
padding: 0 0 0 20px;
background: url(../img/common/icon/Icon_LinkAllow.png) no-repeat left center;
}

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

.Alert {
color: #bc043b;
}



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

.LRBox .LBox {
float: left;
}

.LRBox .RBox {
float: Right;
}



/* TabMenu（タブメニュー） --------------------------------------------------- */

.TabMenu {
background: url(../img/common/texture/Texture_TabLine.png) repeat-x bottom;
}


.TabMenu li {
float: left;
margin: 0 0 0 5px;
line-height: 1.5em;
text-align: center;
}

.TabMenu li a {
display: block;
float: left;
width: 80px;
padding: 6px 15px 4px 15px;
border-left: solid 1px #dcdcdc;
border-top: solid 1px #dcdcdc;
border-right: solid 1px #dcdcdc;
font-weight: bold;
color: #383838;
text-decoration: none;
background: #dcdcdc;
/* 角R指定 */
border-radius:  6px 6px 0 0;
-webkit-border-radius:  6px 6px 0 0;
-moz-border-radius:  6px 6px 0 0;
/* CSS PIE指定 */
position: relative;
behavior: url(/PIE.htc);
}


.TabMenu li a.Current {
display: block;
float: left;
padding: 6px 15px 4px 15px;
border-top: solid 1px #cccccc;
border-right: solid 1px #cccccc;
border-left: solid 1px #cccccc;
border-bottom: solid 1px #ffffff;
background: #ffffff;
/* 角R指定 */
border-radius:  6px 6px 0 0;
-webkit-border-radius:  6px 6px 0 0;
-moz-border-radius:  6px 6px 0 0;
/* CSS PIE指定 */
position: relative;
behavior: url(/PIE.htc);
}

.TabMenu li.RSide {
}



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

.IndexMenu li {
float: left;
}

.IndexMenu li a {
display: block;
float: left;
}

.IndexMenu li.RSide {
}




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

/* ListDisc */
.ListDisc li {
width: 95%;
margin: 0 0 10px 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 {
width: 95%;
margin: 0 0 5px 0;
padding: 0 0 0 10px;
font-size: 86%;
line-height: 1.6em;
background: url(../img/common/icon/Icon_ListDiscS.png) no-repeat top;
background-position: 0 5px;
}

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

/* ListKomeS */
.ListKomeS li {
width: 95%;
margin: 0 0 5px 0;
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 3px;
}

/* ListKomeAlert */
.ListKomeAlert li {
width: 95%;
padding: 0 0 0 17px;
color: #bc043b;
background: url(../img/common/icon/Icon_ListKomeAlert.png) no-repeat top;
background-position: 0 6px;
}



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

/* DLVert */
.DLVert dl {
margin: 25px 0 0 0;
}

.DLVert dt, .DLVert dd {
width: 95%;
margin: 0;
padding: 0;
line-height: 1.8em;
}

.DLVert dt {
font-weight: bold;
}

/* DLHori */
.DLHori dl {
margin: 25px 0 0 0;
}

.DLHori dt,
.DLHori dd {
margin: 0;
padding: 0;
line-height: 1.8em;
}

.DLHori dt {
float: left;
font-weight: bold;
}

.DLHori dd {
float: right;
}



/* FaqUnit（よくある質問） --------------------------------------------------- */

.FaqUnit dl {
margin: 25px 0 0 0;
}

.FaqUnit dt, .FaqUnit dd {
width: 95%;
margin: 0 0 10px 0;
line-height: 1.8em;
}

.FaqUnit dt {
padding: 0 0 0 30px;
font-size: 108%;
font-weight: bold;
background: url(../img/common/icon/Icon_FaqQ.png) no-repeat left top;
background-position: 0 6px;
}

.FaqUnit dd {
padding: 0 0 0 30px;
background: url(../img/common/icon/Icon_FaqA.png) no-repeat left top;
background-position: 0 5px;
}



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

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

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

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

.StepNavi ul {
float: right;
}

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

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

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

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

.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 #bc043b;
color: #ffffff;
font-weight: bold;
background: #bc043b;
}

.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: #dcdcdc 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: #dcdcdc 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%;
border-left: solid 1px #cccccc;
border-top: solid 1px #cccccc;
}

.Table1 th {
padding: 6px;
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
text-align: left;
background: #eeeeee;
}

.Table1 td {
padding: 6px;
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
background: #ffffff;
}



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

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

.Table2 th {
padding: 6px 7px 6px 7px;
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
font-weight: bold;
text-align: center;
background: #eeeeee;
}

.Table2 td {
padding: 6px 7px 6px 7px;
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
text-align: left;
background: #ffffff;
}



/* 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: 86%;
line-height: 1.5em;
}

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

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

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

/* FormAction  */
.TableForm .FormAction {
margin: 30px 0 0 0;
text-align: center;
}

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

/* ErrorBox  */

.TableForm .ErrorBox {
margin: 0 0 30px 0;
padding: 16px 20px 0 20px;
border: solid 3px #bc043b;
background: #ffeaee;
/* 角R指定 */
border-radius:  6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
/* CSS PIE指定 */
position: relative;
behavior: url(/PIE.htc);
}

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

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

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

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

.TableForm .ErrTip strong {
padding: 4px 10px 4px 10px;
font-size: 86%;
font-weight: normal;
background: #bc043b;
/* 角R指定 */
border-radius:  6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
/* CSS PIE指定 */
position: relative;
behavior: url(/PIE.htc);
}

/* Lead  */
.TableForm .LeadMain {
margin: 10px 0 20px 0;
font-weight: bold;
}

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

.TableForm .ListKome li {
font-size: 86%;
line-height: 1.5em;
}

/* LeadDone  */

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

.TableForm .LeadDone .Msg1 {
font-size: 129%;
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 .InputName {
width: 200px;
}

.TableForm .InputMail {
width: 300px;
}

.TableForm .InputTel {
width: 50px;
}

.TableForm .InputAddress {
width: 350px;
}

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

.TableForm .InputOther1 {
width: 300px;
}

.TableForm label {
margin: 0 20px 0 5px;
}

.TableForm input[type=text],
.TableForm textarea {
border: solid 1px #707070;
}

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



/* BlogFeed（ブログFeed） --------------------------------------------------- */

#BlogFeed ul {
margin: 5px 0 10px 0;
}

#BlogFeed li {
margin: 0 0 0 0;
padding: 6px 0 6px 0;
border-bottom: solid 1px #d5d2d4;
}

#BlogFeed li span {
margin: 0 15px 0 0;
padding: 0 0 0 0;
font-size: 79%;
font-weight: bold;
}

#BlogFeed li a {
width: 600px;
margin: 3px 0 0 0;
padding: 0 0 0 0;
font-size: 93%;
line-height: 1.5em;
}

#BlogFeed h2 {
display: none;
}



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

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

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

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


/* NoBorder（ボーダー無し） --------------------------------------------------- */

.NoBorder {
border: none !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;
}

.M60 {
margin-top: 60px !important;
}

.M70 {
margin-top: 70px !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;
}