<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/********************************************************************
	DLIVE 2010/03/01
	お問い合わせ用
 ********************************************************************/

@import url("base.css");
@import url("common.css");

body{
}

/*--- container ------------------------------------------------***-*/

#container-inner{
}


/*--- Header ---------------------------------------------------***-*/

#header-inner{
}

#headernavi{
}


/*--- navi -----------------------------------------------------***-*/

#navi-inner{
}


/*--- main -----------------------------------------------------***-*/

#main{
	background: transparent url("../img/main_backg.jpg") repeat-x center 4px;
}

#main-inner{
}

#contents01-inner table{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
}

#contents01-inner table th,
#contents01-inner table td{
	margin: 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	line-height: 1.5;
}

#contents01-main ul li{
	margin-bottom: 15px;
}

/* メールフォーム */
#mailform{
	margin-bottom: 15px;
	padding: 0 30px;
}

#mailform h2{
	margin-bottom: 2px;
}

#mailform p{
	margin-bottom: 5px;
}

#mailform dl{
	border-bottom: solid 1px #ddd;
}

#mailform dl dt,
#mailform dl dd{
	position: relative;
	border-top: solid 1px #ddd;
	vertical-align: middle;
}

#mailform dl dt{
	width: 20em;
	float: left;
	clear: both;
	padding: 0.5em 0 0.5em 0;
}

#mailform dl dt .note{
	font-size: 70%;
	color: #999999;
}

#mailform dl dt em{
	position: absolute;
	bottom: 4px;
	right: 0;
	font-size: 80%;
	color: #a18d5a;
}

#mailform dl dd{
	margin-left: 10em;
	padding: 0.7em 0 0.5em 0;
}

#mailform dl dd input,
#mailform dl dd select{
	line-height: 1.5;
}

#mailform dl dd input,
#mailform dl dd select,
#mailform dl dd textarea{
	font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	background: #ffffcc;
}

#mailform dl dd.name input,
#mailform dl dd.furigana input{
	width: 15em;
}

#mailform dl dd.zip input{
	width: 5em;
}

#mailform dl dd.itemName input,
#mailform dl dd.bike input,
#mailform dl dd.add input,
#mailform dl dd.quest01 input,
#mailform dl dd.quest02 input{
	width: 25em;
}

#mailform dl dd.tel input,
#mailform dl dd.fax input{
	width: 8em;
}

#mailform dl dd.email input{
	width: 20em;
}

#mailform dl dd.name .note,
#mailform dl dd.furigana .note{
	left: 13em;
}

#mailform dl dd.zip .note{
	left: 8em;
}

#mailform dl dd.itemName .note,
#mailform dl dd.bike .note,
#mailform dl dd.add .note,
#mailform dl dd.quest01 .note,
#mailform dl dd.quest02 .note{
	left: 25.5em;
}

#mailform dl dd.tel .note,
#mailform dl dd.fax .note{
	left: 10.5em;
}

#mailform dl dd.email .note{
	left: 18em;
}

#mailform dl dt.quest{
	color: #a18d5a;
}

#enter{
	text-align: center;
}

#enter p{
	margin-top: 5px;
}

#enter p.button{
	margin-top: 15px;
}

#enter p.button input#reset{
	width: 4.5em;
	margin-left: 1em;
}

#enter p.button input#submit{
	width: 8em;
}


/*--- sidenavi -------------------------------------------------***-*/

#sidenavi{
}


/*--- sidebox --------------------------------------------------***-*/

#sidebox{
}


/*--- footer ---------------------------------------------------***-*/

#footer-inner{
}

</pre></body></html>