@charset "utf-8";
/*
Theme Name: NO DEZAIN
Theme URI: http://www.nodezain.com/
Description: NO DEZAIN専用テーマ - Index
Author:NO DEZAIN
Tags:
	1.Default Style.
		1-1.Box Base.
		1-2.Box Category Design.
		1-3.Contents Design.
*/
/*----------------------------------------------------------
	1.Default Style.
-----------------------------------------------------------*/
/* 1-1.Box Base. */
.AboutBox{
	width:700px;
	background-image:url(../images/bg_navi.png);
	margin:0 0 10px 0;
	padding:50px 40px;
	text-align:left;
	color:#FFF;
	}

.AboutBox h2{
	margin-bottom:40px;
	}

.AboutBox p.submit{
	margin-top:40px;
	text-align:right;
	}

.AboutBox em{
	font-weight:normal;
	font-size:14px;
	}

.AboutBox dl{
	width:700px;
	text-align:left;
	}

.AboutBox dl dt{
	clear:both;
	float:left;
	width:150px;
	padding-bottom:25px;
	}

.AboutBox dl dd{
	float:right;
	width:550px;
	padding-bottom:25px;
	/float:none;
	/margin-left:150px;
	/width:auto;
	}

.AboutBox dl dd.submit{
	padding:0px;
	text-align:right;
	}

.AboutBox dl dd input[type="text"],
.AboutBox dl dd textarea{
	width:542px;
	padding:3px;
	border:none;
	background:none;
	background-image:url(../images/contact/bg_input.png);
	color:#FFF;
	font-size:12px;
	}

.AboutBox dl dd.submit input{}