/* CSS Document */

#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
{
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

#main table
{
	width: 100%;
}

#main td
{
	width: 50%;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#main td a
{
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.4em;
	text-decoration: none;
	color: #333;
}


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


}

@media (max-width: 1000px) 
{
#main td
{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

}

/* タブレットレイアウト : 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 td
{
	width: auto;
	display:block;
}

}
