@charset "utf-8";

/* ----------------------------------------
 * CSS | LIBELARA BLACK
 * /shop/inquiry/css/index.css
 * ---------------------------------------- */




/* --------------------------------------------------
 * HEADLINE
 * --------------------------------------------------
 */
#headline {}
	#headline_wrap {}
		/* title */
		#headline .ttl {

		}
			#headline .ttl .en {
				display: block;
				font-size: 143%;
				line-height: 1.10;
			}
			#headline .ttl .jp {
				display: block;
				margin-top: 8px;
				font-size: 236%;
				font-weight: bold;
				line-height: 1.10;
			}



/* --------------------
 * form
 */
#form {}
	#form_wrap {}
		
		/* form : article */
		#form .article {}
			#form .article .item#form_item_name {}
						#form .article .item#form_item_name dd li {
							width: 50%;
						}
			#form .article .item#form_item_date {}
						#form .article .item#form_item_date dd li {
							width: 50%;
						}

		/* form : article */
		#form_assessment {
			display: none;
			padding-bottom: 20px;
		}

		/* form : footer */
		#form .footer {}
			#form .footer .caution {}
			#form .footer .caution a {
				text-decoration: underline;
			}






