<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}
/*clear*/
.clear{
  zoom:1;
}
.clear:before,
.clear:after{
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clear:after{
  clear: both;
}
@media screen and (min-width:641px){

main{
   width: 985px;
   margin: 70px auto 10px;
}
main a{
	color: #f91f82;
	text-decoration: none;
}
main a:hover {
-ms-filter: "alpha( opacity=70 )";
filter: alpha( opacity=70 );
opacity: 0.7;
zoom:1;
}
table{
  border-spacing: 0px;
}
.tokusho_table{
  font-size: 13px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.sp_only{
	display: none;
}
#contents{
	margin: 0 auto;
	text-align: -webkit-center;

}
.h2_tokusho{
    text-align: center;
    margin-bottom: 20px;
}
.tokusho_table {
    width: 848px;
    border: #555 1px solid;
    line-height: 1.5;
    margin: 0 auto;
    text-align: left;
}
table th {
    width: 180px;
    background-color: #ffccdc;
    border-bottom: 1px #555 solid;
    padding: 3px 0 2px 5px;
}
table td {
    width: 475px;
    border-bottom: 1px #555 solid;
    padding: 3px 0 2px 5px;
}
table tr:last-child td,table tr:last-child th {
    border: none;
}
}
@media screen and (max-width:640px){
main{
   width: 100%;
   margin: 0 auto;
}
main a{
  color: #f91f82;
  text-decoration: none;
}
img{
  width: 100%;
  height: 100%;
}
table{
  border-spacing: 0px;
}
.pc_only{
  display: none;
}
#contents{
  margin: 0 auto;
  width: 100%;
  text-align: -webkit-center;

}
#tokusho{
    margin: 0 auto;
    text-align: center;
}
.h2_tokusho{
    text-align: center;
    margin-bottom: 10px;
}
.tokusho_box{
    width: 99%;
    font-size: 10px;
}
.tokusho_table {
    width: 100%;
    text-align: left;
    border: #555 1px solid;
    line-height: 1.5;
    margin: 0 auto 20px;
    
}
table th {
    width: 27%;
    background-color: #ffccdc;
    border-bottom: 1px #555 solid;
    padding: 3px 0 2px 5px;
}
table td {
    width: 73%;
    border-bottom: 1px #555 solid;
    padding: 3px 0 2px 5px;
}
table tr:last-child td,table tr:last-child th {
    border: none;
}
}
</pre></body></html>