﻿/*===============================================
default.css
v1.0.0
Last Updated: 2015-11-09
Author: SAY Computer Inc.

画面の横幅が769px以上のスタイル設定
===============================================*/

@media screen and (min-width: 769px){


#container{
	width:100%;
}

}