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

　ソムフィーキット入力画面
	item/order/somfykit/input.html

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

/*--------------------------------
	エラー時
--------------------------------*/
input.invalidBgColor,
textarea.invalidBgColor {
	background-color: #fff7f7;
}

#auto_mado_shutter {
	padding: 10px 0 0;
	width: 585px;
}
#auto_mado_shutter * {
	text-align: left;
}
#auto_mado_shutter p {
	line-height: 1.55;
}
#auto_mado_shutter .figure {
	margin: 0 10px 0;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	position: relative;
}
#auto_mado_shutter .figure .ref {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* 各トピック */
#auto_mado_shutter .section {
	padding-bottom: 10px;
	margin: 0 0 20px;
}
#auto_mado_shutter .section h3 {
	margin: 0 0 15px !important;
	border: 1px solid #ffa07a;
}
#auto_mado_shutter .section h3 em {
	display: block;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #ea7445;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#auto_mado_shutter .section .explain {
	width: 385px;
	float: left;
}
#auto_mado_shutter .section .section_image {
	float: right;
	width: 190px;
	/*padding: 0 5px;*/
}

/**/
#auto_mado_shutter .section .explain p {
	margin: 0 4px 10px 8px;
}
#auto_mado_shutter .section .context {
	margin-bottom: 10px;
	line-height: 1.6;
}

/**/
#auto_mado_shutter .section .explain ul {
	margin: 0 10px 5px 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	font-weight: bold;
}
#auto_mado_shutter .section .explain ul li {
	margin-bottom: 11px;
}


/**/
#auto_mado_shutter .section .option {
	padding: 5px 8px;
}
#auto_mado_shutter .section .option img {
	float: left;
	margin-right: 8px;
}
#auto_mado_shutter .horizonal {
	width: 540px;
}
#auto_mado_shutter .horizonal li {
	float: left;
	width: 169px;
	margin: 0 4px 0px 7px;
	font-size: 12px;
}
#head_mado_shutter p {
	margin: 0 auto 20px;
	font-size: 14px;
}
#head_mado_shutter .title {
	margin-bottom: 20px;
}
#head_mado_shutter .attention {
	margin-bottom: 10px;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
#itemlist_ecolife {
	border-right: 1px solid #ccc;
	width: 564px;
	margin: 0 auto;
}
#service{
	border: 1px solid #ccc;
}
#service h3{
	margin-top: 0px;
	margin-bottom: 20px;
}
#service h3 img{
	margin: 1px 1px 0 1px;
}
#kit_info{
	padding: 0 10px 0 10px;
}

#kit_info_price{
	float: left;
}
#kit_info_image{
	width: 190px;
	margin-bottom: 10px;
	float: right;
}
#kit_info_link{
	float: left;
}
#kit_info_price h4{
	width: 353px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#kit_info_price h4 em{
	display: block;
	padding: 3px 5px;
	background-color: #00008b;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#kit_info_price img,#kit_info_price p{
	width: 333px;
	border: 1px solid #ccc;
	text-align: center;
}
#kit_info_price img{
	padding: 5px 10px;
}
#kit_info_link p{
	display: block;
	width: 541px;
	padding: 3px 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#kit_info_link p a{
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}
#flow{
	margin-left: 10px;
}
#flow p{
	margin-bottom: 10px;
}
#flow ul li{
	padding-top: 5px;
	padding-left: 150px;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
}
#arrow{
	text-align: center;
	margin-top: 15px;
}

/* エラーメッセージ
-----------------------------------------*/
#confirm_message {
	overflow: hidden;
	width: auto;
	margin: 30px 20px 40px;
	border-radius: 4px;
}
#confirm_message h3 {
	margin: 0;
	padding: 5px 0;
	background-color: #a00;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#confirm_message ul.message {
	padding: 5px 0;
	border-radius: 4px;
	background-color: #fee;
}
#confirm_message ul.message li {
	list-style: disc inside;
	padding: 5px 15px;
	color: #f00;
	font-weight: normal;
}