@charset "UTF-8";
/* CSS Document */

table {
	font-size:0.95em;
	border:solid 2px #666;
}
td {
	text-align:left;
	background-color:#FFF;
	border:none;
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
}
th {
	text-align:center;
	background-image:url(../images/paper.png);
	border:none;
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
	padding:6px 0;
}
.pro_txt {
	list-style-type:none;
	font-size:0.85em;
}


@media screen and (max-width:480px) {
/* ここにスマホ版だけの記述 */
table {
	margin-bottom:10px;
}
td {
	padding:4px 0px 4px 6px;
}
.pro_yaji {
	background-image:url(../images/yajirushi.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	text-align:center;
	padding:0 0 40px 0;
	margin:0 0 10px 0;
}
.pro_txt {
	margin:0px 0px 40px 80px;
}
.time {
	width:22%;
}
}

@media screen and (min-width:481px) {
/* ここにパソコン版だけの記述 */
table {
	margin-bottom:20px;
}
td {
	padding:6px 0 6px 10px;
	line-height:24px;
}
.time {
	width:145px;
}
.pro_yaji {
	width: 400px;
	background-image:url(../images/yajirushi.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:0px;
	padding-bottom:4px;
	margin-left:160px;
	font-size:1em;
	line-height:36px;
	margin-bottom:10px;
	font-weight:bold;
}
.pro_txt {
	margin:0px 0px 40px 155px;
}
}

