<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*******************************************************************************
//
//	タンブラーGoGo　投稿記事（お知らせ）用スタイルシート
//
//	copyright (C) 2013 CPCOM co., ltd.
//	author:	So Uchida
//	e-mail:	info@tbgogo.jp
//	create:	2018/10/04
//
*******************************************************************************/
article {
	width: 100%;
	min-width: 1200px;
	background-color: #FFF;
	border: none;
}
@media screen and (max-width: 750px) {
	article {
		width: 100%;
		min-width: 320px;
		padding-left: 4%;
		padding-right: 4%;
	}
}

div.information_wrapper {
	width: 900px;
	min-height: 15rem;
	margin: 0 auto 90px auto;
}
@media screen and (max-width: 750px) {
	div.information_wrapper {
		width: 100%;
	}
}

div.information_wrapper h1.page {
	font-size: 23pt;
	text-align: center;
	margin: 60px 0 60px 0;
}
@media screen and (max-width: 750px) {
	div.information_wrapper h1.page {
		font-size: 1.5rem;
		margin: 30px 0;
	}
}

div.information_wrapper p.align_center {
	text-align: center;
}

div.information_wrapper a:link,
div.information_wrapper a:active,
div.information_wrapper a:visited {
	color: #1D75F5;
	text-decoration: underline;
}

div.information_wrapper a:hover {
	color: #F00;
	text-decoration: underline;
}
</pre></body></html>