@charset "utf-8";
/**
 * iroha Board Project
 *
 * @author        Kotaro Miura
 * @copyright     2015-2016 iroha Soft, Inc. (http://irohasoft.jp)
 * @link          http://irohaboard.irohasoft.jp
 * @license       http://www.gnu.org/licenses/gpl-3.0.en.html GPL License
 */

/* custom.css */
.well
{
	background-color	: #fafafa;
	padding				: 10px;
	margin-bottom		: 10px;
	word-break				: break-all;
}
.main_area {
	    word-break: break-all;
	}
@media only screen and (max-width:1024px)
	{
		.main_area img {
		    width: 100%!important;
		}

	}
@media only screen and (max-width:768px)
	{
		.main_area iframe {
		width: 100%;
		}

	}
