@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}

/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#top {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0px;
}

#top .con1200 h2 {
    margin-left: 0px;
    text-align: center;
}
#construction {
    width: 100%;
    float: left;
    clear: both;
}


#construction .con1200 h3 {
    text-align: center;
    font-size: 2em;
}
#construction .con1200 p {
    margin-left: 2%;
    margin-right: 2%;
}


#construction .con1200 .colome2 {
    margin-bottom: 30px;
}

.con1200 .colome2 img {
    float: left;
    margin-left: 1%;
    width: 98%;
}
.con1200 .colome2 p {
    text-align: center;
    font-weight: bold;
}




#works {
    padding-bottom: 30px;
    padding-top: 20px;
    float: left;
    clear: both;
    width: 100%;
}
#works .con1200 h3 {
    text-align: center;
}
.con1200 p {
    margin-left: 2%;
}


#works .con1200 .photo {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

#works .con1200 .photo li {
    list-style-type: none;
    margin-top: 0px;
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    float: left;
}














































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	
#タブレット {
}

    
    
    
#works .con1200 .photo li {
    width: 32.3333%;
}  
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

	
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	
#パソコン {
}
#top {
    margin-top: 50px;
}

#construction .con1200 .colome2 {
    width: 50%;
    float: left;
}


#works .con1200 .photo li {
    width: 24%;
}    
       
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    



}	
/* WideDesktop Layout: 1233px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1233px) {
#ワイドパソコン {
}

	




		
}
