﻿
/* 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: nomal;
}


/*--追加設定--*/
.titlename {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	height: auto;
	padding:2px;
}


.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;
}
/*--追加設定--*/
.othercont{
	position:relative;
	display:inline-block;
	padding: 0.5em 1em;
	margin: auto;
	border: solid 3px;
	border-radius: 10px;
	border-color:#D99037;

	color: #000000;
	text-align: center;
	font-size:small;
}
.othercont img{
	border: 1px #a9a9a9 solid;
}
