/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2026 | 13:06:40 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

html {
    overflow-x: hidden;
}

p{
	margin:0px;
}

#vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

h1.entry-title{
	font-size:34px;
}