/*
Theme Name: online
Author: On-Line Co
Author URI: http://www.on-line.co.jp/
Description: 株式会社オンラインが作ったテーマです。
Version: 1.1
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.entry-header {
	display: none;
}





/* Other Device */

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

body,
#footer {
	width:1048px;
}




@media only screen and (min-device-width : 768px)
and (max-device-width : 1024px) {

body,
#footer {
	width:1048px;
}





}