@charset "UTF-8";
/* カスタムCSS */
/* エディタ内　テキストリンク（ボタン除く）　下線装飾 */
.editor a:not(.btn) {
	text-decoration: underline;
}
/*******************************
	スマホ 
*******************************/
@media (max-width: 769px) {
	.gHeader_logo {
		width: 280px;
	}
}
