@charset "utf-8";
/*
=========================================================
Copyright 2009. DENKIDO CORPORATION. All rights reserved.
http://www.
=========================================================
*/

/* ********************************************************************************
 * layout
 * ******************************************************************************** */

/* -----------------------------------------------
 * #contents
 * ----------------------------------------------- */
/* ---------------------------- 
 * > #b1(.block)
 * ---------------------------- */
#b1{
}

/* ---------------------------- 
 * > #b2(.block)
 * ---------------------------- */
#b2 table th{
	white-space: nowrap;
	font-size: 100%;
}
 
#b2 input{
	vertical-align: middle;
	display: inline-block;
}

* html body #b2 input{
	border: none;
}

*+html body #b2 input{
	border: none;
}

#b2 input.text01,
#b2 input.text02,
#b2 input.text03{
	border: 1px solid #CCCCCC;
}

#b2 input.text01{
	width: 160px;
}

#b2 input.text02{
	width: 360px;
}

#b2 input.text03{
	width: 60px;
}

#b2 textarea{
	width: 360px;
}


#b2 table td span{
	display: block;
	color: #CC0000;
	margin: 5px 0;
}

#b2 table td ul{
	overflow: hidden;
}

#b2 table td ul li{
	float: left;
	margin: 0 15px 0 0;
	white-space: nowrap;
}

#b2 table td ul li input{
	margin: 0 5px 0 0;
}

#b2 table td ul#radio li{
	white-space: normal;
	width: 110px;
	height: 110px;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 10px 0;
}


#b2 div#btn-box {
	margin: 20px 0 0 0;
	text-align: center;
}


