@charset "UTF-8";
/*
Template:  twentytwelve_2col
Width: 960px
Description: This is our original theme.
Author: Intelijin.
Author URI:　http://www.intelijin.com/
Version:1.0
 */
/* ２．カラム対応部
-------------------------------------------------------------- */
/*　左カラム対応　*/
@media screen and (min-width: 600px){
	.site-content {float: left; width: 72%;}
	.widget-area {float: right; width: 25%;}
	.full-width .site-content {float: left; width: 100%;}
}
