@charset "utf-8";

/*form
----------------------------------------------------------------------------------------------*/


#HeadImg {
   background: url("../images/common/bg_collage.jpg") repeat-x;
   height: 200px;
}

#HeadImg p {
	text-align: center;
	padding-top: 82px;
}


.cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
.cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}

input,
textarea {
		border:1px solid #683b17;
}


select {
		border:1px solid #683b17;
    height: 2.2em;
}

input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
}

.body_tbl {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	^border: 1px solid #999999;
	background: #FFFFFF;
}

/*----------------------------------------*/
/*メッセージ＆フォント*/
/*----------------------------------------*/

.header_rmesg {
	margin: 0;
	padding: 30px 70px 10px 70px;
	color: #111111;
	font-size: 100%;
	font-weight:normal;
	text-align:center;
}

.header_emesg {
	width: 720px;
	margin: 30px auto;
	padding: 20px 20px 20px 20px;
	border: 2px solid #FF0000;
	color: #FF0000;
	font-size: 100%;
	font-weight:normal;
	text-align:left;
}

.msg {
	display: block;
	color: #DD0000;
	font-size: 100%;
	font-weight:bold;
	margin-bottom: 5px;
	text-align:left;
}

.sample {
	color: #555555;
	font-size: 85%;
	font-weight:normal;
	text-align:left;
	line-height: 1.2;
}

.caution {
	display: block;
	width: 220px;
	color: #5F5F5F;
	font-size: 85%;
	font-weight:normal;
	padding: 10px 20px 0 0;
	line-height: 1.2;
	text-align:right;
}





/*----------------------------------------*/
/*メレイアウト*/
/*----------------------------------------*/

dl {
	position: relative;
	margin: 0;
	padding: 13px 0 0 0;
	width: 760px;
	border-bottom: 1px solid #DDDDDD;
}

dt.title {
	display: inline-block;
	width: 220px;
	margin: 0;
	padding: 23px 15px 18px 0;
	color: #333333;
	font-size: 108%;
	font-weight:bold;
	text-align:right;
	line-height: 1.2;
	vertical-align: top;
	^background-color: pink;
}

dd.data {
	display: inline-block;
	width: 520px;
	margin: 0;
	padding: 18px 0;
	color: #5F5F5F;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	^background-color: #f1f1f1;
}




.time .year {
	width: 70px;
}

.time input {
	width: 36px;
}

.time ul li {
	width: auto;
	display: inline;
	^float: left;
	margin: 0 3px 0 0;
	padding: 0;
	height: 35px;
}

.time .new_line {
		clear: both;
	}


.multi2 li {
		display: inline;
		float: left;
		width: 100%;
		margin: 0 0 7px 0;
		padding: 10px 10px 10px 10px;
		border-radius: 4px 4px 4px 4px;
		background: #EEEEEE;
		text-align: left;
		clear: both;
	}
	
#Send {
		border: 0;
		margin-top: 40px;
		margin-bottom: 20px;
}	




div.baloon {
   font-size: 11px;
   color: #fff;
   position: absolute;
   padding-left: 5px;
   background: url("../images/common/baloon.png") no-repeat top left;
   z-index:9999 !important;
}

div.baloon a {
   color:#900;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   color: #000;
}

div.baloon div {
   background: url("../images/common/baloon_right.png") no-repeat top right;
   padding: 5px 7px 14px 0;
   white-space: nowrap;
}







/*thanks
----------------------------------------------------------------------------------------------*/

#ThankYou {
	width: auto;
	padding-top: 280px;
    background:url(../images/common/thanx.jpg) center -250px no-repeat;
	background-size:100% auto;
	^text-indent: -9999px;
	}
	
#ThankYou p {
	text-align: center;
    position:relative;
	top: -225px;
	left: 175px;
	}	
