@charset "UTF-8";

/*
Theme Name: JAM 2015
Theme URI: http://jam.codes
Version: 1.0
Author: JAM Community Desigh
Description: JAM Community Design Templete
*/



@media screen and (max-width: 640px) {
#container{
width:100%;
}

.categoryWorksList{
width:100%;
}

#news.categoryWorksList{
width:100%;
}

.categoryWorksList ul li{
min-height:200px;
}

#news.categoryWorksList ul li {
    float: left;
    width: 44%;
    margin: 3%;
    text-align: center;
    font-size: 11px;
min-height:160px;
}

.blog .mainContents{
width:100%;
}

body{
width: 100%;
min-width: 100%;
-webkit-text-size-adjust : none;
letter-spacing: 0;
}

img {
max-width: 100%;
height: auto;
width /***/:auto;
float: none!important;
text-align: center;
margin: 0!important;
}

p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
font-size: 12px;
}


}