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

* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
	scrollbar-arrow-color: #fd5c58;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-3dlight-color : #fd5c58;
	scrollbar-shadow-color:  #fd5c58;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
}


img{
	border:0px;
	vertical-align:bottom;
}

body{
	height: 100%;
	font-size: 14px;
	line-height: 150%;

}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a{
	color: #ffa9a2;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div.copy{
	text-align: center;
	padding: 0px 0 50px 0;
}

p.sm{
	margin: 0 0 11px 0;
}

/*============Sing============*/
body#sing{
	background-color: #ffe5e4;
	color: #565656;
	background-image: url(../img/sing/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#sing #wrap{
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


#sing h1{
	background-image:url(../img/sing/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 265px;
	text-indent: -10000px;
	width: 1200px;
}

#sing #main{
	width: 941px;
	margin: 0 auto;
}

#sing .catch{
	margin: 0 0 37px 0;
	padding: 27px 0 0;
}

#sing form table.bg{
	background-image: url(../img/sing/form_bg_pattern.gif);
	
}

#sing input.longinput{
	height: 25px;
	width: 350px;
	border: 1px #f4d5d0 solid;
}

#sing select{
	height: 25px;
	border: 1px #f4d5d0 solid;
}

#sing p.form_btn{
	text-align: center;
	margin: 31px auto 0;
}

#sing #wrap_th{
	height:100%;/* for IE6 */
	min-height: 100%;
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#sing p.thanks{
	color: #fe5c59;
}


/*============Couple============*/

body#couple{
	background-color: #ffe5e4;
	color: #FFFFFF;
}

#couple #wrap{
	width: 1200px;
	margin: 0 auto;
	background-color: #fe5c59;
	height: 100%;
}

#couple h1{
	background-image:url(../img/couple/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 265px;
	text-indent: -10000px;
}

#couple #main{
	width: 941px;
	margin: 0 auto;
}

#couple .catch{
	margin: 27px 0 37px 0;
}

#couple form table.bg{
	background-image: url(../img/couple/form_bg_pattern.gif);
	
}


#couple select{
	height: 25px;
	border: 1px #f4d5d0 solid;
}

#couple p.form_btn{
	text-align: center;
	margin: 31px auto 0;
}

#couple #wrap_th{
	height:100%;/* for IE6 */
	min-height: 100%;
	width: 1200px;
	margin: 0 auto;
	background-color: #fe5c59;
}

#couple p.thanks{
	font-size: 24px;
	color: #FFFFFF;
}



.small{
	font-size: 11px;
}

.red{
	color: #FF0000;
}

div.attention_txt{
	padding: 16px 0 28px 48px;
}

ol.limit li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/

}

ul li.listtop{
	list-style: none;
}

.formArea{
	margin: 0 auto 32px;
}
.formArea_end{
	margin: 0 auto 32px;
	width: 600px;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	background-color: #FFFFFF;
	color: #FE5C59;
	font-weight: bold;
	border: 3px dotted #FE5C59;
}

.formArea p{
	width: 941px;
	margin: 0 auto 18px;
}

form table{
	width: 981px;
	margin: 0 auto;

}


form table.mainform td{
	padding: 5px 0 0;
	vertical-align: middle;
	text-align: left;
	height: 50px;
	font-size: 18px;
}

form table.mainform td.form_l{
	padding: 0 0 0 66px;
	width: 246px;
}

input.longinput{
	height: 25px;
	width: 350px;
	border: 1px #f4d5d0 solid;
	vertical-align: middle;
}

input.shortinput{
	height: 25px;
	width: 40px;
	border: 1px #f4d5d0 solid;
}


div.attention2{
	width: 941px;
	margin: 0 auto 30px;
	font-size: 11px;
	line-height: 150%;
}

p.thanks{
	font-size: 24px;
	text-align: center;
	padding: 100px 0;
}

p.thanks a{
	font-size: 14px;

}


p.add{
	text-align: center;
	padding: 0 0 30px 0;
}