@charset "utf-8";

body{
	color: #d1d1d1;
	font-size : 12px;
	background-color:#222;
}

a:link{ color: #ddd; text-decoration: none;}
a:visited{ color: #ddd; text-decoration: none;}
a:hover{ color: #ddd; text-decoration: underline;}
a:active{ color: #ddd; text-decoration: none;}

/* -------------------------
	contents -> contents_inner
------------------------- */
#contents{
	width: 100%;
}

#contents_box{
	width: 100%;	
}

#box_inner{
	top: 40px;
	line-height: normal;
}

#box_inner .inner{
	width: 1000px;
	margin: 0 auto;
}

/* -------------------------
	about_amana
------------------------- */
#about_amana{
	height: 510px;
	background-color:#141414;
	background-image:url(../img/about_amana/img_bg_about_amana.jpg);
	background-repeat: no-repeat;
	background-position:center;
	padding: 30px 0 0 0;
	text-align: left;
	color: #fff;
}

#about_amana h2{
	text-align: left;
	margin: 0 0 230px 0;
}

#about_amana h3{
	margin: 0 0 10px 0;
}

#about_amana p{
	line-height: 2em;
	letter-spacing: .15em;
}

#place{
	clear: both;
	padding: 100px 0 0 0;
	height: 505px;
	background-color:#222;

}

#place p{
	line-height: 2.5em;
}

#place .column_left{
	width: 420px;
	float: left;
}

#place .column_right{
	width: 580px;
	float: left;
	line-height: 0;
}

#place h3{
	margin: 0 0 35px 0;
}

#place .column_right ul{
	width: 600px;
	overflow: hidden;
}

#place .column_right li{
	width: 180px;
	float: left;
	margin: 0 20px 20px 0;
}

#field .jigyou{
	clear: both;
	background: url(../img/about_amana/bg_field.png) no-repeat center top;
	height: 547px;
	padding: 100px 0 0 0;
}

#field .left_box{
	width: 450px;
	margin-top: 90px;
	float: left;
}

#field .left_box h2{
	margin-bottom: 40px;
}

#field .right_box{
	margin-top: 90px;
	float: left;
}

#field .right_box h2{
	margin-bottom: 40px;
}

#field .right_box p{
	margin-bottom: 20px;
}

#field p{
	line-height: 2.1em;
}

#field h3{
	margin-bottom: 20px;
}

#field h4{
	margin-bottom: 5px;
}

#field h5{
	margin-bottom: 10px;
}

#field .contents{
	text-align: center;
	background: url(../img/about_amana/bg_fieldinner.png) no-repeat 0 0;
	width: 1000px;
	height: 320px;
	padding: 60px 0 0 0;
}

#field .contents .only_one{
	width: 530px;
	height: 100px;
	padding: 20px 0 0 0;
	margin: 0 auto 30px;
	border: solid #fff000 1px;
}



#amanas_manner{
	clear: both;
	font-size: 13px;
	overflow: hidden;
	padding: 100px 0 130px 0;
	line-height: 2.3em;
}

#amanas_manner h3{
	margin: 0 0 20px 0;
	line-height: normal;
}

#amanas_manner p{
	margin: 0 0 35px 0;
}

#amanas_manner h4{
	display: inline-block;
	background-color: #333;
	font-size: 18px;	
	font-weight: bold;
	letter-spacing: .1em;
	color: #ffe400;
	padding: 15px 25px 10px 25px;
	text-align: center;
}

#amanas_manner #manner_list{
	background-color:#333;
	overflow: hidden;
	padding: 30px;
}

#amanas_manner .column_left,
#amanas_manner .column_right{
	width: 470px;
	float: left;
}

#amanas_manner .column_left dt,
#amanas_manner .column_right dt{
	width: 305px;
	float: left;
}

#amanas_manner .column_left dd,
#amanas_manner .column_right dd{
	width: 165px;
	float: left;
	color: #ffe400;
}

#amanas_manner .column_left dd:before,
#amanas_manner .column_right dd:before{
	content: '→';
	color: #fff;
	margin: 0 .5em 0 0;
}

/* -------------------------
	modal
------------------------- */
#modal_window{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 65535;
	display: none;
}

#modal_window .inner{
	width: 800px;
	margin: 0 auto;
	padding: 60px;
	background-color:#2a2a2a;
	position: relative;
	z-index: 101;
	top: 0;
	left: 0;
}

#modal_window .btn_close{
	position: absolute;
	top: 20px;
	right: 20px;
}

#modal_window .overlay{
	width: 100%;
	height: 100%;
	background-image:url('../img/parts_bg_a70.png');
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
}

#modal_contents li{
	display: none;
}