/* 2-3 */

#page,#content,#left,#right,#sidebar {
	width:100%;
	padding:0;
	margin:0;
	border:none;
}

#page {
	min-width:320px;
}


/* 2-4 */

.width100 {
	width:100%;
	max-width:280px;
	height:auto;
}

.width100_2 {
	width:100%;
	max-width:280px;
	height:2px;
}
.width40 {
	max-width:40px;
	height:30px;
}

.width12 {
	max-width:12px;
	height:auto;
}

/* 2-5 */

#content img{
	width:100%;
	padding:0;
}

/* 3-1 */

#content {
	width:auto;
	padding:10px;
}

/* 3-2 */

.hidden-phone {
	display:none;
}

/* 3-4 */

#icons{
 overflow: hidden;
}

#icons p{
 float:left;
}

#icons br{
 display:none;
}

.collapse.in {
    display: block;
}

* {
    box-sizing: border-box;
}

.container {
    width: 100%;
}

.toptel{
display:none;
}

.table{
	width: 300px; 
	table-layout: fixed;
	}
.tr,th,td{
        width: 100%;
        display: block;
        border-top: none;
    }