@charset "UTF-8";
/* CSS Document */

.red {
	color: #e5241d
	}

h2 {
font-size: 150%;
border-left: 3px solid #e5241d;
margin: 40px 0;
padding-left: 10px;
text-align: left
	}

#commerce table tr{
	border-bottom: 1px solid #FFF
	}


#commerce table tbody tr th {
	width: 16%;
	padding: 20px;
	background: #e8eaeb;
	vertical-align: top
	}
	
#commerce table tbody tr td {
	padding: 20px;
	width: 84%
}

#commerce table tbody tr td ul{
	margin-top: 10px
	}

#commerce table tbody tr td ul li {
	text-indent: -1em;
	padding-left: 1em
	}
	
#commerce .txt {
	padding: 10px
	}

/*////////////////////////////

.clearfix

///////////////////////////*/
#modalwin .modalwin-inner .win ul.list2::after,
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


@media screen and (max-width: 768px) {
	
#commerce table tbody tr td{
	width: 60%;
	}

#commerce table tbody tr th{
	width: 40%;
	}
	
}