@charset "UTF-8";

html,
body {
  height: 100%;
}

img{max-width:100%;}

/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #E1257B;
	font-size:150%;
    text-decoration: none;
    color: #fff;
    width: 75px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 40px;
}
#page-top a:hover {
    background: #E65296;
    text-decoration: none;
    color: #fff;
}

.itemmei{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 130%;
	color: #FFF;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	letter-spacing:1px;
}

.iteminfobg{
	background-color: #E65296;
	padding: 20px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.iteminfobg02{
	background-color: #D80029;
	padding: 10px;
}


.iteminfo{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	color: #FFF;
	text-align:left;
	line-height:1em;
	letter-spacing:1px;
}

.tittle01{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 170%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom:20px;
	background-color:#E65296;
	padding:3px;
}

.tittle03{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 170%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D80029;
	padding: 3px;
}

.dotline1{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E65296;
	margin-bottom: 3px;
}

.dotline{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #E65296;
	margin-bottom: 30px;
	margin-top: 30px;
}


/* ボタン色変 */

.btn-custom{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	color:#fff;
	background-color:#E65296;
	border-color:#fff;
	border-width:2px;
}

.btn-custom:hover{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	color: #E65296;
	background-color: #fff;
	border-color: #fff;
	border-width:2px;
	text-decoration: none;
	}

.btn-custom2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	color:#E65296;
	background-color:#fff;
	border-color:#E65296;
	border-width:2px;
}

.btn-custom2:hover{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	color: #fff;
	background-color: #E65296;
	border-color: #E65296;
	border-width:2px;
	text-decoration: none;
	}

/* マージン */

.bot-5{
	margin-bottom:5px;
    }

.bot-10{
	margin-bottom:10px;
    }

.bot-15{
	margin-bottom:15px;
    }

.bot-20{
	margin-bottom:20px;
    }

.bot-30{
	margin-bottom:30px;
    }

.bot-50{
	margin-bottom:50px;
    }

.top-5{
	margin-top:5px;
    }

.top-10{
	margin-top:10px;
    }
	
.top-15{
	margin-top:15px;
    }

.top-20{
	margin-top:20px;
    }

.top-30{
	margin-top:30px;
    }

.top-50{
	margin-top:50px;
    }

/* フッターを下部へ押しやるための、コンテンツのラッパー */
#wrap {
  min-height: 100%;
  height: auto;
  /* フッターの高さ分だけ、ネガティブインデントを指定 */
  margin: 0 auto -50px;
  /* フッターの高さ分だけ、パディングを指定 */
  padding: 0 0 60px;
}

/* ここでフッターの高さを指定 */
#footer {
  height: 50px;
  padding:10px;
  background-color:#E65296;
}