﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
html {
	background: none!important;
}

body {
	background: transparent url('../img/section02_bg_print.png') no-repeat left top!important;
}

#container {
	background: none!important;
}


/* トップへ戻る
------------------------------*/
#section02 #backtop {
	display: none;
}

/* 結果をツリートする
------------------------------*/
#section02 #result_tweet {
	display: none;
}

/* 結果を印刷する
------------------------------*/
#section02 #result_print {
	display: none;
}



