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

/* result
--------------------------------------------------------- */

@media screen and (min-width: 769px) {
main{
    position: relative;
}
main .main{
	width: 828px;
    padding: 20px 0;
    margin: 0 auto;
    height: auto;
    background-color: #faf0ea;
    z-index: 10;
}
main .main #main_inner{
	width: 756px;
    margin-left: 36px;
    margin-top: 20px;
}
}

/*
main #main_inner h2{
    border-bottom: solid 1px #EEC1C7;
    box-shadow: 0 1px 0 #fff;
    background: url(../img/common/h2_heart.png) no-repeat left center;
    padding: 0 0 0 78px;
    margin: 0 0 1em 0;
    line-height: 1.2;
}
*/

table#table_result{
    border: solid 1px #630;
    border-collapse: collapse;
    width: 100%;
}
table#table_result_bottom {
    margin-top: 26px;
    border: solid 1px #630;
    border-collapse: collapse;
	width: 47%;
}
table#table_result td,table#table_result_bottom td{
    border: solid 1px #630;
    padding: 0.5em 0.4em;
    font-weight: bold;
    text-align: center;
}
table#table_result td.table_tdsty01,table#table_result_bottom td.table_tdsty01{
    background-color: #ffcccc;
    text-align: center;
}
table#table_result td.table_tdsty02,table#table_result_bottom td.table_tdsty02{
    background-color: #ffcccc;
}

#art_resulttxt{
    margin-top: 1em;
}
@media screen and (min-width: 769px) {
  
}

@media screen and (max-width: 768px) {
  table#table_result td.table_tdsty01 {
    font-size: .9em;
  }
/*
table#table_result,table#table_result_bottom {
  font-size: 9px;
  }
*/
/*
table#table_result tr td:first-of-type,table#table_result_bottom tr td:first-of-type{
	width: 15%;
}
*/
  table#table_result tr td:first-of-type,table#table_result_bottom tr td:first-of-type{
    width: 50%;
  }
table#table_result td,table#table_result_bottom td {
    padding: 0.4em 0.2em;
}
table#table_result_bottom {
	width: 100%;
}
}
