.clr
{
	width:100% !important;

}

#main h3
{
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 1em;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#main h4
{
	font-size: 14px;
	line-height: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	background-color: #eee;
	font-weight: bold;
	height: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.4em;
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left center;

}


#main .comment_box table
{
	width: 100%;
	margin-bottom: 30px;
}

#main .comment_box th
{
	font-weight: normal;
	width: 14%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#main .comment_box td
{
	padding: 20px;
	font-weight: normal;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#main .comment_box td a
{
	color: #333;
	text-decoration: none;
}

#main .none
{
}
#main .err
{
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}
#main .photo
{
	width: 300px;
}

#main .text
{
	width: 400px;
	line-height: 1.4;
}

#main .date
{
	margin-bottom: 8px;
	padding-left: 0px;
	text-align: right;
}

#info_box
{
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#main .link_btn_green
{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
	padding-top: 20px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#main .photo img
{
	transition: 1s all;

}

#main .photo img:hover
{
	transform:scale(1.1,1.1);
	transition:1s all;

}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{


}

@media (max-width: 1000px) 
{
#main .photo
{
	width: 40%;
}

#main .text
{
	width: 58%;
}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:999px)
{

}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#main .comment_box th
{
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
	display: block;
}

#main .comment_box td
{
	font-weight: normal;
	display: block;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#info_box
{
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}

#main .photo
{
	width: auto;
	text-align: center;
	margin-bottom: 20px;
}

#main .text
{
	width: auto;
}



}