@charset "utf-8";
/*
	Copyright (c) LAPNET All Rights Reserved.

		Style List
		1. Contents Style
		?. Print Style
*/

/* =2. Contents Style */
/* ---------------------------------------------------------------- */
h2 {
 margin:0 0 20px;
}

.accessSection {
 margin:0 0 30px;
 overflow:hidden;
 zoom:1;
}
.accessSection div.left {
 float:left;
 width:190px;
}
.accessSection div.left img {
 border:5px solid #ddd;
 margin:0 0 10px;
}
.accessSection div.center {
 float:left;
 margin:0 0 0 20px;
}
.accessSection div.center table {
 width:290px;
}
.accessSection div.center table th {
 font-weight:bold;
 border-bottom:1px solid #ddd;
 width:25%;
 background:url(/common/images/icon_arrow6.gif) 2px center no-repeat;
 padding:10px 5px 10px 10px;
}
.accessSection div.center table td {
 border-bottom:1px solid #ddd;
 width:74%;
 padding:10px 5px;
}
.accessSection div.right {
 float:right;
 width:130px;
}
.accessSection div.right p {
 margin:10px 0 0;
}

/* =?. Print Style */
/* ---------------------------------------------------------------- */
@media print {}


