@charset "utf-8";
/* CSS Document */

.chapter dl.rule{
	margin-bottom:30px;
}

.chapter dl.rule dt{
	font-size:183%;
	font-weight:bold;
	margin-bottom:10px;
}

.chapter dl.rule dd{
	font-size:108%;
	line-height:2;
}

.chapter .selectBox{
	overflow:hidden;
	border:solid 5px #efebe6;
	margin-bottom:30px;
	padding:2% 0 4%;
}

.chapter .selectBox p.text{
	text-align:center;
	font-size:183%;
	font-weight:bold;
}

.chapter .selectBox ul{
	text-align:center;
}

.chapter .selectBox ul li{
	float:left;
	width:25%;
}

.chapter .selectBox ul li a{
	text-decoration:underline;
}

h3 span{
	font-size:53%;
	float:right;
	vertical-align:middle;
	padding-top:10px;
}

/*----------------------------
	section
----------------------------*/

.section{
	margin-bottom:30px;
}

.section table{
	width:100%;
	border:solid 1px #e2e2e2;
	font-size:92%;
}

.section .tableFrame{
	margin-bottom:20px;
}

.section th{
	background-color:#e1f2fe;
	border:solid 1px #e2e2e2;
	text-align:center;
	padding:1% 1%;
}

.section td{
	border:solid 1px #e2e2e2;
	text-align:center;
	font-size:83%;
	padding:1%;
}

.section table .gray{
	background-color:#f2f2f2 !important;
}

.section p.btn{
	background:url(../../images/organizer/price/pdf.gif) 23% 50% no-repeat;
	background-color:#484848;
	border-radius:3px;
	font-size:125%;
	float:right;
	width:310px;
	text-align:center;
}

.section p.btn a{
	background:url(../../images/organizer/price/arrow.gif) 90% 50% no-repeat;
	display:block;
	color:#fff;
	padding:6%;
}



.section ul.itemlist{
	display: flex; 
	flex-wrap: wrap;
}

.section ul.itemlist li{
	margin-bottom: 30px;
	width: 165px;
    margin-right: 15px;
}

.section ul.itemlist li:nth-child(4n){
	margin-right:0;
}

.section ul.itemlist li dl dt{
	margin-bottom: 10px;
}

.section ul.itemlist li dl dd.name{
	font-size: 14px;
    font-weight: bold;
	
}

.section ul.itemlist li dl dd.usagefee{
	font-size: 12px;
}

.section ul.itemlist li dl dd.owned{
	font-size: 12px;
}

.section ul.itemlist li dl dd.standard{
	font-size: 12px;
}

.section ul.itemlist li dl dd span{
	font-size: 11px;
	font-weight: normal;
}

/*----------------------------
	fixtures
----------------------------*/

.section#fixtures ul.itemlist li dl dd.name{
	text-align:center; 
}

.section#fixtures p.text{
	font-weight: bold;
	margin-bottom: 20px;
}

/*----------------------------
	fixtures
----------------------------*/

.section#fixtures table{
	border:none;
	width:100%;
}

.section#fixtures table th{
	background-color:transparent;
	border:none;
	text-align:left;
	font-size:117%;

}


/*----------------------------
	graybox
----------------------------*/

#graybox {
	overflow: hidden;
    border: solid 3px #c9c7c7;
    padding: 4% 8%;
	margin-bottom: 40px;
}

#graybox h5.electricity{
	font-size: 22px;
	padding-bottom: 18px;
}

#graybox h5.electricity span{
	font-size: 16px;
	padding-left: 10px;
}

#graybox ul.large li dl dd.name {
    font-size: 15px;
    font-weight: bold;
}

#graybox ul.large li dl dd.usagefee {
    font-size: 12px;
}

#graybox ul.large li dl{
	width: 50%;
	float: left;
	margin-bottom: 18px;
}

#graybox ul.large li dl.none{
  	margin-bottom: 0;
}











@media only screen and
(max-width : 640px) {

.chapter .selectBox{
	overflow:hidden;
	border:solid 5px #efebe6;
	margin-bottom:30px;
	padding:2% 0 0%;
}

.chapter .selectBox p.text{
	text-align:center;
	font-size:110%;
	font-weight:bold;
}

.chapter .selectBox ul{
	text-align:left;
}

.chapter .selectBox ul li{
	float:none;
	width:auto;
	margin:0 2%;
	padding:0;
}

.chapter .selectBox ul li a{
	display:block;
	padding:4% 4% 4% 4%;
	color:#333333;
	border-top:1px solid #ccc;
	text-align:center;
}

.secondary .main h3.subtitle {
	position:relative;
	margin-bottom:12%;
}


.section h3 span{
	position:absolute;
	right:0;
	bottom:-2em;
}


.section th{
	font-size:84%;
}

.section p.btn{
	float:none;
	width:100%;
}

.section p.btn{
	background:url(../../images/organizer/price/pdf.gif) 10% 50% no-repeat;
	background-color:#484848;
	width:auto;
}

/*----------------------------
	itemlist
----------------------------*/

.section ul.itemlist li {
	width: 48%;
	margin-right: 4%;
}
	
.section ul.itemlist li:nth-child(2n) {
	margin-right: 0;
}
/*----------------------------
	fixtures
----------------------------*/

}