/*タイトル部分*/
.title{
font-family:Chalkduster,"Bradley Hand",Courier,"Segoe Print",sans-serif;
font-size:1.5rem;
text-shadow:1px 1px 1px RGB(255,255,255);
text-decoration:underline;
text-align:center;
}

/*ページの文字大きさ*/
body {
margin:0px;
padding:0px;

color:black;
background-image : url(back_cooking_comment.png);
background-repeat :repeat;
background-attachment :fixed;
background-size :100% 100%;
font-size:1rem;
width:100%;
}

#main{
margin:8px;
}

#box_1,#box_2,#box_3,#box_4,#box_5{
border-style:solid;
border-radius:5px;
width:100%;
background-color:white;
}

#box_yellow_1,#box_yellow_2,#box_yellow_3{
border-style:solid;
border-radius:5px;
width:100%;
background-color:RGB(255,255,150);
}

.gazou_max{
width:85%;
}

#mokuji1{
text-decoration:underline;
}

ul{
padding-left:0px;
list-style-type:none;
}

.black{
display:block;
text-decoration:none;
color:black;
font-weight:bolder;
border-left:solid 12px RGB(0,60,20);
}

a:hover{
background:RGB(200,200,200);
}

#black_thick{
font-weight:bolder;
}

#thick_under{
font-weight:bolder;
text-decoration:underline;
}

#under{
text-decoration:underline;
}

#logo{
width:20%;
}

.comment{
color:white;
font-family: 'Meiryo UI', serif;
border-radius:10px;
border-style:none;
padding:1%;
background-color:RGB(0,160,230);
}

.comment_box{
width:90%;
border-style:none;
margin:auto;
}

#upper{
margin:0px;
padding:0px;
width:100%;
text-align:left;
background:RGB(255,255,255);
border-bottom:solid 2px gray;
}
.date{
font-size:75%;
text-decoration:underline;
}

.pagination {
	text-align: center;
	padding-top:50px;
	margin-bottom: 50px;
}

.pagination p{
	display:inline-block;
	background-color: #acabab;
	width: 150px;
	height: 30px;
	margin:10px 5px;
	color: #fff;
	border-radius: 3px;
	line-height: 30px;
}

footer{
	width: 100%;
	height: 100px;
	text-align:center;
	padding:50px 0;
	background-color: #848282;
}

.footer-text {
	color:#fff;
}
