/*
network
-----------------------------------------*/

#network{
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 3em;
	text-align: left;
	}

#network h2{
	padding: 0px;
	margin-bottom: 40px;
	}

#network h2 img{
	width: 100%;
	height: auto;
	}
	
#network p{
	margin-bottom: 4em;
	padding: 0 1em;
	font-size: 16px;
	}

#network-detail {
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 2em;
	}

#network-detail ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}

#network-detail li{
	width: 32%;
	text-align: center;
	}

#network-detail li img{
	max-width: 100%;
	height: auto;
	}

.network_btn {
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 2em;
	}

.network_btn ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}

.network_btn li{
	width: 48%;
	text-align: center;
	}

.network_btn li img{
	max-width: 100%;
	height: auto;
	}

#network-detail p{
	padding: 0px;
	margin-bottom: 2em;
	}
	
#network-list {
	text-align: left;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 3em;
	padding-top: 3em;
	}

#network-list h3{
	font-size: 20px;
	text-align: center;
	margin-bottom: 2em;
	color: #6AB226;
	}

#network-list p{
	margin-bottom: 3em;
	}

table.table-network {
	width: 100%;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table-network th {
	font-size: 16px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding: 4px;
	white-space: nowrap;
	font-weight: bold;
	color: #FFF;
	background-color: #6AB226;
	text-align: center;
	letter-spacing: .1em;
}

.table-network td {
	padding: 8px;
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	word-break: break-all;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}

#network-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}

#network-list li {
	width: 32%;
	}



/* -----------------------------------------------
[Media Queries] smart phone
-------------------------------------------------- */


@media only screen and (min-width:1px) and (max-width:740px){

/* network */

#network{
	width: 90%;
	}
	
#network-detail li{
	width: 48%;
	margin-bottom: 1em;
	}

#network-detail li:last-child{
	margin-bottom: 0em;
	}
	
.network_btn li{
	width: 100%;
	margin-bottom: 1em;
	}

.network_btn li:last-child{
	margin-bottom: 0em;
	}

#network-list {
	width: 90%;
	}
	
#network-list li {
	width: 48%;
	}
	
/*others*/
	
#concrete-list table.table-concrete {
	width: 100%;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#concrete-list table.table-concrete td {
	padding: 8px;
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	word-break: break-all;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	width: auto;
}

.concrete-mov-l {
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
	
.concrete-mov-r {
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}



/* ----------------------------------------------- */


}/*@mediaEnd*/


/* -----------------------------------------------
[Media Queries] smart phone
-------------------------------------------------- */


@media only screen and (min-width:1px) and (max-width:480px){

/* network */

#network p{
	font-size: 14px;
	}

#network-detail li{
	width: 100%;
	}

#network-list h3{
	font-size: 16px;
	}
	
#network-list li {
	width: 100%;
	}
	
/* ----------------------------------------------- */


}/*@mediaEnd*/

