﻿.maindesign {margin: 0 auto;
 max-width: 600px}
.maindesign h1{margin: 0 0 20px 0;
padding: 0}
.maindesign h1 img{
	width: 100%
}
.maindesign li{list-style-type: none}
.maindesign ul.colum1{
	
}
.maindesign ul.colum1 img{width: 100%;}
.maindesign ul.colum1 li{width: 100%;
margin-bottom: 10px}
.maindesign ul.colum2{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.maindesign ul.colum2 li{
	width: 50%;
 width: calc((100% - 10px) / 2);
	margin-bottom: 10px
	
}
.maindesign ul.colum2 li img{width: 100%}
.maindesign .w100p{
	margin: 20px 0
}
.maindesign .w100p img{
	width: 100%
}
.maindesign .inner{padding: 0 10px
}

.maindesign h3{
	padding: 0;
	margin: 15px 0
}
.maindesign h3 img{
	width: 100%
}



.maindesign a {
    text-decoration: none;
	color: #005FC3;
}
.maindesign a:visited {
    text-decoration: none;
    color: #005FC3;
}
.maindesign a:link {
    text-decoration: none;
    color: #005FC3;
}
.maindesign table {
    width: 100%;
}
.maindesign .pd1 {
    padding: 10px;
    text-align: center;
}
.maindesign td {
    width: 185px;
}
.maindesign table tbody tr th {
    font-weight: bold;
    font-size: 14px;
	text-align: center;
}
.maindesign .pd2 {
    padding: 10px;
    text-align: left;
    font-size: 12px;
    color: #666666;
    width: 50%;
}
.maindesign table img{
	width: 100%;
}
