@charset "UTF-8";
/* CSS Document */

/*----------------------------------
index用のCSSです
----------------------------------*/
.MaincontBox img{
	width: auto;
}
.MaincontBox *, ::after, ::before {
    box-sizing:content-box;
}

.inboundForm input{
	border: solid 1px #999;
	background-color: #fff;
	padding: 3px;
}
.btn_fm{
	padding: 15px;
}
.btn_fm input{
	border: solid 1px #999;
	background-color: rgb(225, 224, 224);
	width: 8rem;
	padding: 5px;
}
.inboundForm select{
	appearance: auto;
    border: solid 1px #999;
    background-color: #fff;
    padding: 5px 10px 5px 5px;
}
.FClear:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .FClear{ zoom: 1; } /* IE6 */
*:first-child+html .FClear{ zoom: 1; } /* IE7 */


.TxtIdt {
text-indent:-9999px;
}

.Fleft {
float:left;
}

.Fright {
float:right;
}

.Clear {
clear:both;
}

.Mbottom10 {
		margin-bottom:10px;
}

.Mbottom20 {
		margin-bottom:20px;
}

/*フォントサイズ変換ここから*/

/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, img, fieldset, form, label, legend, caption, tbody, tfoot, thead {
font-size:100%;1.0rem;
} */

.MaincontBox{
font:10px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;
font-size:100%;1.0rem;
	margin-bottom: 50px;

}

.Text10{font-size:100%;font-size:1.0rem; line-height:14px;}
/* .Text12{font-size:120%;font-size:1.2rem; line-height:16px;} */
.Text14{font-size:140%;font-size:1.4rem; line-height:20px;}
.Text16{font-size:160%;font-size:1.6rem; line-height:22px;}
.Text18{font-size:180%;font-size:1.8rem; line-height:24px;}

#changeArea{
font-size:120%;font-size:1.2rem;
}

/*フォントサイズ変換ここまで*/


/*----------------------------------メインコンテンツ----------------------------------*/


/*共通ここから------------------------------------------------------------------------------------------------------------------*/


div.MaincontBox {
width:1160px;
height:auto;
margin:0 auto 30px auto;
}

div.Ttl {
width:1160px;
height:295px;
position:relative;
}

div.Ttl h2 {
		position:absolute;
		top:0px;
		left:96px;
}


div.ContBgBottom {
width:1160px;
height:auto;
overflow:hidden;
background:url(/attending/inbound/images/BgBottom.gif) no-repeat bottom;
padding-bottom:10px;
}

div.ContBg {
width:1160px;
height:auto;
overflow:hidden;
background:url(/attending/inbound/images/BgMid.gif) repeat-y;
}

div.RCont {
width:658px;
height:auto;
overflow:hidden;
margin:70px 0 0 12px;
}

div.RContBox {
padding:20px 25px 30px 25px;
}


/*ナビボタンここから--------------------------------------------------------------*/

div.NabiBox {
width:258px;
height:auto;
overflow:hidden;
margin:20px 0 50px 120px;
background:url(/attending/inbound/images/Nabi_Bottom.gif) no-repeat bottom;
padding-bottom:5px;
}

* html div.NabiBox {
width:258px;
height:auto;
overflow:hidden;
margin:20px 0 0 60px;
}

ul.NabiMid {
width:228px;
height:auto;
padding:5px 15px;
background:url(/attending/inbound/images/Nabi_Mid.gif) repeat-y;
}

ul.NabiMid li {
background:url(/attending/inbound/images/Icon_sankaku.gif) no-repeat 0 3px;
padding-left:10px;
width:215px;
line-height:18px;
}

/*ナビボタンここまで--------------------------------------------------------------*/

/*フッターここから--------------------------------------------------------------*/

div.footer2 {
width:1160px;
height:200px;
background:url(/attending/inbound/images/Footer.gif) no-repeat bottom;
}

ul.footer2Txt {
margin:0 0 0 100px;
}

ul.footer2Txt li {
background:url(/attending/inbound/images/IconLink.gif) no-repeat 0 3px;
padding-left:10px;
line-height:18px;
float:left;
margin-right:15px;
}

/*フッターここまで--------------------------------------------------------------*/



/*共通ここまで------------------------------------------------------------------------------------------------------------------*/


/*お問い合わせここから--------------------------------------------------------------*/

div.Ttl p {
width:1160px;
height:295px;
background:url(/attending/inbound/images/Ttl_form.jpg) no-repeat;
text-indent:-9999px;
}

div.ContBox {
width:1160px;
height:auto;
overflow:hidden;
background:url(/attending/inbound/images/Ttl_form02.jpg) no-repeat top;
}

dl.Cap {
margin-bottom:30px;
clear:both;
}

dl.Cap dt {
padding-bottom:5px;
}

dl.Cap dd {
margin-left:10px;
line-height:18px;
}

dd.CapPhoto {
		width:420px;
		height:auto;
}

div.FormBtnBox {
		position:relative;
}

p.FormBtn {
		position:absolute;
		top:3px;
		right:10px;
}


* html p.FormBtn {
		position:absolute;
		top:-2px;
		right:20px;
}


* +html p.FormBtn {
		position:absolute;
		top:-2px;
		right:5px;
}




/*お問い合わせここまで--------------------------------------------------------------*/


/*プリントcssここから--------------------------------------------------------------*/

@media print{
.NabiBox{display:none;} 
.footer{display:none;} 
.Ttl{display:none;} 
div#top{display:none;}
div.AnchorBox{display:none;}
div.ContBox {background:none;}
div.ContBg {background:none;}
div.ContBgBottom {background:none;}
.RCont{width:100%; float:none; color:#666;}
div.FooterAll{display:none;}
p.NoPri{display:none;}
} 

/*プリントcssここまで--------------------------------------------------------------*/


.FormBtnBox input[type="submit"]:disabled {
    background: #ccc;
    color: #999;
    border-radius: 3px;
    padding: 5px;
  }

.FormBtnBox input[type="submit"] {
    border-radius: 3px;
    padding: 5px;
  }


.FormBtnBox input[type="reset"] {
    border-radius: 3px;
    padding: 5px;
  }
  