@charset "utf-8";
@import url(style.css) screen and (min-width: 897px); /* 897以上 */
@import url(tablet.css) screen and (max-width: 896px); /* 896以下 */
@import url(smart.css) screen and (max-width: 480px); /* 480以下 */

/* CSS Document */
html {
  word-wrap: break-word;
  font-size: 62.5%;
    line-height: 1.1;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #151515;
  font-size: 100%;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: underline;
	color: #735915;
	outline: none;
	overflow: hidden;
}
a:visited {
	text-decoration: underline;
	outline: none;
	overflow: hidden;
}
a:hover {
	text-decoration: none;
    background-color: #FDFBCB;
	overflow: hidden;
}
a:focus {
	outline: none;
	border-style: none;
	overflow: hidden;
}
.content ul a:hover {
	text-decoration: none;
    background-color: #fff;
    overflow: hidden;
}
.home {
    background-color: #fff;
    position: relative;
	/*margin: auto;
	font-weight: bold;
	text-align: right;*/
}

h1,h2 {
    display: none;
}


.top {
	margin: auto;
}

.title {
	margin: auto;
}

.copy {
	text-align: center;
	font-size: 1.2rem;
	padding: 15px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
.copy img {
	position: absolute;
	top: 20px;
	right: 10px;
}
.bottom {
	margin: auto;
}

.small {
	font-size: 0.8em;
}
.bold {
    font-weight: 600;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.photo {
	padding: 10px;
}

/*download bt*/
.bt_bg a {
    margin: 0 auto;
    display: block;
    background-color: #ECE405;
    border-radius: 10px;
    border: #C2BE50 1px solid;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding:12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
    font-size: 1.6rem;
}
.bt_bg a:hover {
    background-color: #FFFF63;
	color: #666;
    transition: .5s;
}

.container ul li {
	list-style: none;
}
.content span {
        display: none;
}
.info table caption{
    display: none;
}
.info th {
    background-color: #FDFBCB;
}
.mab_10 {
    margin-bottom: 10px;
}
.mab_15 {
    margin-bottom: 15px;
}
.red {
    color: #D80000;
}
.tadasi {
    font-size: 0.85em;
    color: #262626;
    line-height: 1.4;
    display: inline-block;
}
.nowrap {
    white-space: nowrap;
}
