@charset "UTF-8";

/******************************************************


Fumiko Shibata PHOTOGRAPHER
130121


******************************************************/

#container.contact{
	padding:95px 0;
	min-height:800px;
}

#contactform{
	width:600px;
	float:left;
	font-size:93%;
}

#contactform table{
	width:600px;
	border-collapse: collapse;
}

.input_S{
	height:24px;
	margin-bottom:3px;
	padding:6px;
}

.input_L{
	height:100px;
	width:460px;
	margin-bottom:3px;
	padding:6px;
}

#contactform tr td{
	padding:15px 0;
	border-bottom: 1px dotted #ccc;
}

.rounded {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	border:1px solid #ccc;
}

.item1{
	width:140px;
	vertical-align:top;
}

.hissu{
	color:#0c0;
	margin:0 0 0 5px;
	font-size:85%;
}

.nini{
	color:#900;
	margin:0 0 0 5px;
	font-size:85%;
}

.answer{
}

#contact_ex{
	width:320px;
	float:right;
}

.ex_wrapper{
	margin-bottom:88px;
}

#contact_ex h2{
	font-size:100%;
	font-weight:bold;
	margin-bottom:18px;
}

.ex_contents{
	font-size:85%;
}

#btn_submit{
	width:600px;
	height:45px;
	display:block;
	background:url(../../contact/img/btn_submit_off.gif) no-repeat;
	text-indent:-9999px;
	border-style:none;
	cursor:pointer;
}

#btn_submit:hover{
	width:600px;
	height:45px;
	display:block;
	background:url(../../contact/img/btn_submit_on.gif) no-repeat;
	text-indent:-9999px;
	border-style:none;
	cursor:pointer;
}