
@charset "utf-8";p,h1,div,dl,dt,dd,ul,li,h2,h3,h4,body{font-weight:normal;}a{text-decoration:underline;}

body {
    width: 100%;
    margin: 0px;
    }

img {
    height: auto;
    max-width: 100%;
    }

.main {
    height: 100%;
}

.catch {
  	width: 98%;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}

.catch h1 {
  	font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
    color: #ff0066;
}

.detail {
  	width: 98%;
    margin: 0 auto;
    text-align: center;
}

.detail p {
    text-align: left;
    display: inline-block;
    padding-top: 30px;
    line-height: 1.5em;
  	font-size: 1em;
}

.index {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    background-color: #1070dc;
}

.index h3 {
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 10px;
  	font-size: 1.5em;
    color: #fff;
}

.contents {
  	width: 98%;
  	margin: 0 auto;
    text-align: center;
}

#lineup {
	 width: 90%;
   margin: 0 auto;
   text-align: center;
}

#lineup p{
	 margin: 14px 0 14px 0;
   color: #000;
	 text-align: center;
   font-size: 1.2em;
   font-weight: bold;
}

#lineup a{
   text-decoration: none;
}

#buy {
   margin: 0 auto;
   text-align: center;
   width: 95%;
   /* height: 70px; */
   margin-top: 20px;
   margin-bottom: 40px;
   background-color: #ff0060;
 }

#buy p {
   padding: 20px;
   text-align: center;
   font-size: 1.2em;
   color: #fff;
   font-weight: bold;
}

#buy a{
   text-decoration: none;
}

#caution {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    color: #4a4a4a;
    border-top: dotted 1px #000;
}

#caution dl{
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    text-align: left;
    line-height: 2em;
    font-size: 1em;
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    background: #fff;
    color: #808080;
    text-decoration: none;
    border: solid 1px #808080;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
