@charset "utf-8";
body {
		margin: 0 auto;
}

#container {
	width:960px;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 40px;
}
/* box */
.box {
	border: 4px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px;
	background: #fff;
	float: left;
	height: 334px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1px;
}
.box.sizeS {
	height: 162px;
}
.box.bnr {
	border: none;
	height: 78px;
}
.orange {
	border: 4px solid #ff9108;
}
.orange h2 {
	color: #ff9108;
	font-weight: bold;
}
.green {
	border: 4px solid #91b023;
}
.green h2 {
	color: #91b023;
	font-weight: bold;
}
.blue {
	border: 4px solid #2c9ff7;
}
.blue h2 {
	color: #2c9ff7;
	font-weight: bold;
}
.purple {
	border: 4px solid #a461d8;
}
.purple h2 {
	color: #a461d8;
	font-weight: bold;
}
.col1 {
	width: 710px;
	padding: 0px;
}
.col2 {
	width: 230px;
}
.box .txt {
	margin: 5px 10px;
	line-height: 1.4;
}
.box .boder {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.box .btn {
	text-align: center;
}
/* news */
#news {
	padding: 10px;
	overflow: auto;
}
#news h3 {
	font-size: 10px;
	color: #eb4483;
	font-weight: bold;
}
#news p {
	font-size: 11px;
}
#news li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.transitions-enabled.masonry
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}



/*
@media only screen and (min-width:481px) and (max-width:960px) {
.wrap {
	width: auto;
}
#gNav {
	background-repeat: repeat;
}
}
@media only screen and (min-width:0px) and (max-width:768px) {
.col1 {
	width:auto;
	height:auto;
}
@media only screen and (max-width:480px) {
body {
	padding: 0 5px;
}
#container {
	width: auto !important;
	padding: 1% 1.8%;
}
.box {
	margin: 5px 0;
	width:auto;
	max-height:none;
 	height:auto;
}
#logo {
	padding-top: 50px;
}
.wrap {
	width: auto;
}
.ftrBnr {
	position: relative;
}
#hNav {
	top: 0px;
}
#hdrTel, .siteTitle {
	display: none;
}
#gNav {
	background-repeat: repeat;
}
#gNav li, #gNav li a {
	width: 100%;
}
#gNav li, #gNav li span{
	width: 100%;
}
}

@media only screen and (min-width:481px) and (max-width:768px) {
.ftrBnr {
	position: relative;
}
#hNav {
	top: 0px;
}
#hdrTel, .siteTitle {
	display: none;
}
}

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

}
*/