@charset "Shift_JIS";

@import "base.css";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	2nd page CSS

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* company
==================================================================== */

body#company #main .photo {
	float: right;
	width: 205px;
	}

body#company #main .txt {
	float: left;
	width: 325px;
	}

body#company #main .name {
	text-align: right;
	}

body#company #main table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #98a3be;
	border-left: 1px solid #98a3be;
	}

body#company #main th {
	width: 30%;
	padding: 5px 8px;
	border-right: 1px solid #98a3be;
	border-bottom: 1px solid #98a3be;
	vertical-align: top;
	text-align: left;
	background-color: #e8e8e8;
	}

body#company #main td {
	padding: 5px 8px;
	border-right: 1px solid #98a3be;
	border-bottom: 1px solid #98a3be;
	}

body#company #main table ul,
body#company #main table ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}


/* 本社所在地 */
body#company dl.location dt {
	float: left;
	width: 4em;
	}

body#company dl.location dd {
	margin-left: 4em;
	}


/* 役員 */
body#company dl.officer dt {
	float: left;
	width: 6.5em;
	}

body#company dl.officer dd {
	margin-left: 6.5em;
	}


/* アクセス */
body#company #accessMap {
	text-align: center;
	}

body#company script {
	margin: 0 auto;
	text-align: left;
	}



/* Office
==================================================================== */
body#office .enquiry {
	margin-bottom: 20px;
	}


/* nagare
==================================================================== */
body#nagare #main .flow {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 70px;
	background: transparent url("../../nagare/img/arrow.gif") no-repeat center bottom;
	}

/* Clear Fix */
body#nagare #main .flow:after {
	clear: both;
	display: block;
	content: "";
}

body#nagare #main .flow {
	display: inline-block;
}


/* Hides from IE-mac \*/
* html body#nagare #main .flow { height: 1%; }
body#nagare #main .flow { display: block; }
/* End hide from IE-mac */

body#nagare #main .last {
	background: none;
	}


body#nagare #main .photo {
	float: right;
	width: 175px;
	}

body#nagare #main .txt {
	float: left;
	width: 350px;
	padding-left: 10px;
	}


/* sekoujirei
==================================================================== */
body#sekoujirei .section {
	margin-bottom: 10px;
	}

body#sekoujirei .txt {
	margin-bottom: 15px;
	}

body#sekoujirei .photo {
	clear: both;
	}

body#sekoujirei .photo .large {
	float: left;
	width: 274px;
	margin-right: 4px;
	}

body#sekoujirei .photo .small {
	float: right;
	width: 274px;
	}

body#sekoujirei .photo .small img {
	margin-right: 4px;
	margin-bottom: 4px;
	}

body#sekoujirei .photo .small img.rightcol {
	margin-right: 0;
	}
body#sekoujirei .allow{
	text-align:center;
	}

/* contact
==================================================================== */
body#contact form dl {
	position: relative;
	padding: 23px 9px 28px;
	color: #484848;
	background: #ccc url("../../contact/img/bg_form.gif") no-repeat left top;
	border-bottom: 1px solid #bbbbbb;
	}

body#contact form dt {
	position: absolute;
	width: 12em;
	left: 9px;
	padding: 8px 0 13px;
	vertical-align: bottom;
	line-height: 1.8;
	}

body#contact form dd {
	padding: 7px 0 13px 12em;
	background: #ccc url("../../contact/img/line.gif") repeat-x left bottom;
	line-height: 1.8;
	}

body#contact dl input {
	width: 130px;
	height: 1.2em;
	}

body#contact dl input.linput {
	width: 233px;
	}

body#contact form dt.message {
	position: relative;
	width: 25em;
	left: 0;
	padding: 0;
	}

body#contact form dd.message {
	padding-left: 0;
	text-align: center;
	background: none;
	}
body#contact form .center{
	text-align:center;
	}
	
body#contact form dd.thanks {
	padding: 7px 10px 13px;
	background: #ccc url("../../contact/img/line.gif") repeat-x left bottom;
	line-height: 1.8;
	}	

/* 注記 */
body#contact .annotation {
	color: #f00;
	}
		
 .atention {
	color: #f00;
	font-size:0.8em;
	}

form {
	margin:0px 0px 20px 0px;
}			