@charset "utf-8";

/* Pankuzu
-----------------------------------------------------------*/
#pankuzu {
	clear: both;
	width: 760px;
	text-align: left;
	margin: auto;
	font-size: 60%;
	padding: 0.3em 0;
	color: #001e43;
}


/* Local Nav
-----------------------------------------------------------*/
#localnav {
	width: 185px;
	float: left;
	margin-bottom: 30px;
	font-size: 80%;
	line-height: 130%;
}
#lnav {
	background-color: #f1f1f1;
	width: 180px;
}
#lnav a:hover {
    background: none;
}
#lnav ul {
	margin: auto;
	width: 170px;
	margin-bottom:10px;
}
#lnav li {
	display: inline;
	list-style: none;
}
#lnav li a {
	display: block;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #9fa09e;
	padding: 0.4em 0; 
	text-align: left;
	width: 170px;
}
#lnav li a:hover {
	background-color: #ffffff;
	height: auto;
}


#nolocals a:hover {
background: none;
}
    
/* Main
-----------------------------------------------------------*/
#main {
	width: 600px;
	float: right;
	margin-bottom: 30px;
	text-align: left;
}


#main h1 {
	margin-bottom: 30px;
}


#contents {
    margin-bottom: 35px;
}

/* Head
------------------------------*/
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
	margin-bottom: 15px;
	clear: both;
}

/* Product
------------------------------*/
div.p-line {
	padding-bottom: 15px;
	clear: both;
}
.p-line .box-left {
	float: left;
	width: 180px;
	text-align: center;
	border: 1px dotted #9fa093;
	margin-bottom: 15px;

}

.p-line .box-left_custom {
	float: left;
	width: 180px;
	text-align: center;
	border: 1px dotted #9fa093;
	margin-bottom: 27px;
	margin-right: 27px

}

.p-line .box-left_custom-rightend {
	float: left;
	width: 180px;
	text-align: center;
	border: 1px dotted #9fa093;
	margin-bottom: 27px;
}


.p-line .box-right {
	float: right;
	width: 390px;
}
.p-line .box-right .box-r-l {
	float:left;
	width: 180px;
	text-align: center;
	border: 1px dotted #9fa093;
	margin-bottom: 15px;
}
.p-line .box-right .box-r-r {
	float: right;
	width: 180px;
	text-align: center;
	border: 1px dotted #9fa093;
	margin-bottom: 15px;
}

.p-line a {
	width: 180px;
	display: block;
	color: #000;
	text-decoration: none;
	padding-bottom: 10px;
}
.p-line a:hover {
	background-color: #f1f1f1;
        color: #000;
}
.p-line .phead {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted #9fa09e;
	width: 175px;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
    cursor: pointer;
	line-height: 135%;
}
.p-line .pic {
	margin: -19px 0 5px 0;
}
.p-line .supplier_h{
	width: 160px;
	display: block;
	text-align: left;
	font-size: 80%;
	line-height: 125%;
	margin: auto;
    cursor: pointer;
	color: #666666;
}
.p-line .supplier{
	width: 160px;
	display: block;
	text-align: left;
	font-size: 80%;
	line-height: 125%;
	margin: auto;
	margin-top: 4px;
    cursor: pointer;
	color: #666666;
}
.p-line .comment{
	width: 160px;
	display: block;
	text-align: left;
	font-size: 80%;
	line-height: 125%;
	margin: auto;
	margin-top: 4px;
    cursor: pointer;
	color: #000;
}


/* News
------------------------------*/
.news-date {
    text-align: right;
	font-size: 85%;
	color: #4e454a;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#news-year {
    padding: 20px 30px;
	margin-top: 70px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	width: 500px;
	font-size: 90%;
}
#news-year li {
    float: left;
	margin-right: 3em;
	list-style: none;
}

/* Page Top
------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
	margin-bottom: 30px;
}
#pagetop a:hover{
    background: none;
}

/* Full Width
------------------------------*/
#fullwidth {
    clear: both;
	margin-bottom: 30px;
}

/* Popup Window
-----------------------------------------------------------*/
#popup-win {
	text-align: center;
	line-height: 135%;
	font-size: 80%;
}
#popup-win p {
    text-align: left;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	margin-bottom: 15px;
}