/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

p.bikou_txt{
	text-align:right;
	font-size:13px;
	color:#666;
	line-height:1.6em;
	margin-bottom:12px;
}

table.table01 {
	width:100%;
	border-right:#CCC solid 1px;
	border-left:#CCC solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#008C55;
	padding:8px 0px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-size:13px;
	color:#FFF;
	line-height:1.5em;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#FFF;
	color:#FFF;
	padding:10px 10px;
	border-bottom:#CCC solid 1px;
	vertical-align:middle;
	text-align:center;
	width:80px;
}
table.table01 tbody th img{
	width:80px;
}
table.table01 tbody tr:last-child th {
	border-bottom:#CCC solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 10px;
	border-left:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	vertical-align:middle;
}

table.table01 tbody td p.name{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.year{
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.chosha{
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.company{
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.price{
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td div.order{
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

div.order_btBox{
	width:240px;
	margin:0 auto 40px;
}

div.order_btBox_foot{
	width:240px;
	margin:40px auto 60px;
}

.order_bt a{
	display:block;
	background:#FFF055;
	font-size:13px;
	font-weight:bold;
	letter-spacing:2px;
	color: #333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	width:240px;
	padding: 12px 0;
	text-align:center;
	text-decoration:none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.order_bt a:hover{
	text-decoration:none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

}










/*===============================================
画面の横幅が640px以下
===============================================*/

@media screen and (max-width:640px){

p.bikou_txt{
	text-align:center;
	font-size:11px;
	color:#666;
	line-height:1.6em;
	margin-bottom:15px;
}

table.table01 {
	width:100%;
	border-collapse: collapse;
}
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
	color:#FFF;
	padding:20px 10px 15px 10px;
}
table.table01 tbody tr {
	border-top:#CCC dashed 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:1px 0px;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-size:12px;
	line-height:1.6em;
	color:#888;
	font-weight:normal;
}
table.table01 tbody td:last-child{
	padding-bottom:20px;
}
table.table01 tbody td p {
	padding-left:6em;
}

table.table01 tbody td p.name{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.name br{
	display:none;
}

table.table01 tbody td p.year{
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.chosha{
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.company{
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.price{
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td div.order{
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

div.order_btBox{
	width:220px;
	margin:0 auto 30px;
}

div.order_btBox_foot{
	width:220px;
	margin:15px auto 40px;
}

.order_bt a{
	display:block;
	background:#FFF055;
	font-size:13px;
	font-weight:bold;
	letter-spacing:2px;
	color: #333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	width:220px;
	padding: 12px 0;
	text-align:center;
	text-decoration:none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.order_bt a:hover{
	text-decoration:none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

}