@charset "utf-8";

/*
======== table of content. =================================

summary:お問合せページ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

============================================================
*//*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
/* common */
div#main div.section{
	width:640px;
	margin:0 auto;
}

div#main div.section p{
	width:628px;
	margin:30px auto;
}

/* comic */
div#main div.comic{
	width:636px;
	margin:0 auto;
	padding:1px;
	border:1px solid #CCCCCC;
}

div#main div.comic h5{
	width:638px;
	background:url(../contact/images/bg_comicwrapper.jpg) repeat-x left top;
}

div#main div.comic p{
	background:url(../contact/images/bg_comic.jpg) no-repeat left top;
	padding:17px 20px 70px 154px;
}

/* form */

div#main div.form span{
	color:#990000;
	padding-top:5px;
}

div#main div.form p span{
	display:block;
}


div#main div.form table{
	width:640px;
	border-collapse:collapse;
}

div#main div.form table th,
div#main div.form table td{
	border:1px solid #ffffff;
	padding:7px 5px;
	vertical-align:top;
}

div#main div.form table th {
	width:137px;
	background:#5C3912;
	color:#FFF;
	font-weight:bold;
}

div#main div.form table td {
	background:#F8F7F5;
}

div#main div.form  ul li.btn{
	text-align:center;
	margin-top:20px;
}

div#main div.form ul.btn{
	margin:10px auto 0 auto;
}

div#main div.form ul.btn li{
	text-align:left;
	width:45%;
	float:left;
	}


div#main div.form table tr.name input{
	width:220px;
}

div#main div.form table tr.age input{
	width:50px;
}

div#main div.form table tr.zip input{
	width:100px;
}

div#main div.form table tr.address input{
	width:450px;
}

div#main div.form table tr.mail input{
	width:400px;
}

div#main div.form table tr.tel input{
	width:200px;
}

div#main div.form table tr.message textarea{
	width:430px;
}


/* form baroon
-------------------------------------------------------
*/

div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url("../contact/images/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url("../contact/images/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}



