﻿
/* common */
body {
  font-family: 'メイリオ',meiryo,'ＭＳ Ｐゴシック',MS PGothic,Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  min-width: 1280px;
}
@media only screen and (max-width: 640px) {
	body {
		min-width: auto;
	}
}


img {
    max-width: 100%;
    height: auto;
}

.auto-style6 {
	text-align: center;
}


.auto-style38 {
	text-align: left;
}

/*--追加設定--*/
.auto-style39 {
	font-size: 80%;
	color: #dc143c;
}

.auto-style41 {
	font-size: large;
	font-weight: normal;	
	text-align: left;
    /*width:900px; 横幅 */
}


/*--追加設定--*/

.wrapper {
    /*color: #FFFFFF;*/
    margin: 0 auto;
    text-align: center;
}
.txt-title {
	font-size:100%;
    display: inline-block;
    text-align: left;
}
.txt {
	font-size:90%;
    display: inline-block;
    text-align: left;
    border-spacing: 8px 5px;
  }


.auto-style42 {
	background-color: #D99037;
}

.auto-style43 {
	color: #FFFFFF;
	font-size: x-large;
	text-align: left;
	width: 1240px;
	margin: 0 auto;
	padding:2px 1.25rem;
}

.auto-style43 img {
	vertical-align:middle;
}

.auto-style44 {
	font-size: x-small;
}

/* 全体 */
.compare-list{
  color: #D99037;
  font-size:20px;/* 文字大きさ */
  font-weight:bold;
  text-align:center; /* 中央寄せ */
  width:700px; /*横幅 */
}
.compare-title{
  background: #D99037;
  color: #FFFFFF;
  text-align: left;/* 中央寄せ */
  padding:0.1em 0.9em; /*余白 */
  font-size:15px;/* 文字大きさ */
  line-height:0.5;/* 行間 */
  height:25px;/* 縦幅 */
  display:table-cell; /*形式 */
  vertical-align:middle;/* 高さ中央寄せ */
  width:700px; /*横幅 */
}


