/* 大きい文字 */
.large_char {
 font-size:19px;
 color:#545454;
 margin-top:10px;
 margin-bottom:5px;
 letter-spacing: 0.12em;
}

/* 普通の文字 */
.middle_char {
 font-size:17px;
 color:#545454;
 margin-top:10px;
 letter-spacing: 0.12em;
 line-height: 30px;
}

/* 小さい文字 */
.small_char {
 font-size:15px;
 color:#545454;
 margin-top:10px;
 letter-spacing: 0.12em;
 line-height: 30px;
}

/* aタグのリンク下線を消す */
a {
 text-decoration: none;
 color:#2D7AC8;
}

/* aタグにポイントした時だけ下線を表示する */
a:hover {
 text-decoration: underline;
}

/* タイトル */
.title {
 text-align:center;
 margin-top:30px;
 margin-bottom:35px;
}

/* 中央に揃える */
.containt_center {
 text-align:center;
 margin:15px 0;
}

/* 左に揃える 太字*/
.containt_left_bold {
	text-align:left;
	font-size:19px;
	font-weight:bold;
	color:#545454;
	margin: 0 auto;
	padding: 5% 4%;
	letter-spacing: 0.12em;
}

/* 左に揃える */
.containt_left {
	text-align:left;
	font-size:17px;
	color:#545454;
	margin: 0 auto;
	padding: 1% 4%;
	letter-spacing: 0.12em;
	line-height: 30px;
}

/* スペース */
.space {
 text-align:center;
 margin-top:200px;
}

/* スペース50px */
.space50 {
 margin:25px 0;
}

/* スペース100px */
.space100 {
 margin:50px 0;
}

/* footer */
.footer {
 text-align:center;
 margin-top:30px;
 margin-bottom:30px;
}

/* 中央に揃える */
.center {
 overflow: hidden;
 width: 300px;
 margin: 0 auto;
}
/* 題字 */
#novelTitle {
 float:left;
 width: 135px;
}
/* 小説投稿サイト */
#novelSite {
 float:right;
 width: 165px;
 margin-top: 10px;
 text-align:center;
}

img{
 max-width: 100%;
 height: auto;
}
