@charset "UTF-8";
/* CSS Document */

body , html{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: auto;
    width: 100%;
    min-height: 100%;
}
body {
    background-color: #EBEBEB;
    background-image: url(../images/back.png);
    background-size: 40pt auto;
}
.clear {clear: both;}
.clear40 {
    width: 100%;
    height: 40px;
    clear: both;
    background-color: #FFFFFF;
}
.clear40s {
    width: 100%;
    height: 40px;
    clear: both;
    background-color: #FFFFFF;
}
.clear80 {
    clear: both;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
}
.clear150 {
    clear: both;
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
}
.space10 {
    height: 10px;
    width: 100%;
}
.space50 {
	height: 50px;
	width: 100%;
}
.vispc {
    display: block;
}
.vissp {
    display: none;
}
.dispc {
	display: none;
}
.dissm {
	display: block;
}
.sep_koku {
	width: 96%;
    margin-left: 2%;
    margin-right: auto;
    margin-bottom: 10px;
	height: 2px;
	background-color: #00b4e0;
}
.futome{
	font-weight: 600;
	color:#000000;
}
.futomeao{
	font-weight: 600;
	color:#335F8F;
}
#wrap  {
    width: 99%;
    height: auto;
    max-width: 900px;
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    font-size: medium;
    font-weight: 400;
    line-height: 1.6em;
    text-align: justify;
    color: #373737;
    background-color: #FFFFFF;
    border: 1px solid #7D7D7D;
}
#hcopy {
	width: 70%;
	margin-left: 15%;
}
#fortop{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0px;
    opacity: 0.6;
    background-size: 180% auto;
    background-repeat: no-repeat;
    z-index: 1000;
    right: 0px;
}
#fortop a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#fortop a::before{
	font-family: FontAwesome;
	content: '\f0aa';
	font-size: 60px;
	color: #3E372F;
}
/* font管理 */
#wrap p, #wrap p a,  #wrap li {
	font-weight: 400;
	line-height: 1.6em;
	text-align: justify;
	color: #373737;
}
#wrap li {
	text-align: left;
}
#wrap ul  {
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
}
#wrap p a:link  {
	color: #FF3639;
	text-decoration: underline;
}
#wrap p a:hover  {
	color: #5A9800;
	text-decoration: underline;
}
#wrap h1  {
	font-size: xx-large;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	color: #f39900;
	margin-left: 5%;
	width: 90%;
}
#wrap h2  {
	font-size: x-large;
	font-weight: 500;
	line-height: 1.6em;
	text-align: justify;
	color: #676767;
}
#wrap h3  {
    font-size: x-large;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: #bd1838;
    padding-bottom: 10px;
    margin-top: 0px;
}
#wrap h4  {
	font-size: x-large;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	color: #0b65a1;
	margin-left: 6%;
	margin-bottom: 10px;
	margin-right: 5%;
	margin-top: 0px;
}
#wrap h5  {
	font-size: x-large;
	font-weight: 600;
	line-height: 1em;
	color: #59505b;
	margin-top: 30px;
	margin-bottom: 0px;
}
#wrap h6  {
	font-size: large;
	font-weight: 500;
	line-height: 1.5em;
	color: #fd0200;
	margin-top: 10px;
	margin-bottom: 0px;
}
#wrap p.sml, #wrap li.sml  {
    font-size: medium;
	font-weight: 400;
}
#wrap p.smly, #wrap li.smly  {
    font-size: medium;
	font-weight: 400;
	margin-top: 10px;
}
#wrap a:hover img  {
	opacity: 0.6;
}
#wrap p.smm, #wrap li.smm  {
    font-size: small;
	font-weight: 300;
}
.col_a  {color: #bd1838;}
.col_c  {color: #00856e;}
.col_b  {color: #0b65a1;}
.boldline {
	border-bottom: 1px dotted #989898;
	font-weight: 600;
}
.txcenter {
}
/* font管理ここまで */
/* 画像管理 */
#wrap img, #wrap a img  {
	border-width: 0px;
	width: 100%;
	height: auto;
}
#navi {
	background-image: url(../images/back.png);
}
/* 画像管理ここまで */
#wrap #header, #wrap #header2 {
	width: 100%;
	padding-bottom: 58%;
	background-image: url(../images/header.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#wrap #header2 {
	background-image: url(../images/header2.png);
}
#wrap #header_app {
	width: 100%;
	padding-bottom: 49%;
	background-color: #e7e8e3;
	background-image: url(../app/header.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#wrap #cont {
    background-color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 0px solid #bd1838;
}
#wrap #footer {
	background-color: #ccb77e;
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}
#wrap #footer p  {
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 0px;
}
#wrap #footer p.cr  {
	font-size: x-small;
	margin-top: 0px;
}
#wrap #footer p a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
#wrap #footer p a:hover {
	color: #C9C600;
}
#wrap #cont .modoru {
	width: 11%;
	margin-top: 14px;
	float: right;
	margin-right: 8%;
	margin-bottom: 0px;
}
#wrap #cont .modoru a img {
	width: 100%;
	height: auto;
}
/*書影*/
.top_bookbox   {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
}
.top_bookbox .top_bookimg   {
	width: 30%;
	float: left;
	margin-left:5%;
}
.top_bookbox .top_booktxt {
	float: left;
	width: 60%;
	margin-left:5%;
}
.top_bookbox .top_booktxt p {
}
.top_bookbox .top_booktxt .top_buy {
	width: 40%;
}
/*書影ここまで*/
#cont .kan_title, #cont .kan_title2 {
    width: 100%;
    height: auto;
    background-image: url(../images/toku.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    min-height: 1px;
}
#cont .kan_title2 {
	background-image: url(../images/ap.png);
}
#cont .kan_title p, #cont .kan_title2 p{
    color: #ffffff;
	font-size: large;
    font-weight: 600;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cont .kan_title2 p{
	margin-left: 10px;
}
.kan_mihon, .kan_mihon2 {
	width: 40%;
	margin-right: 5%;
	border: 1px solid #828282;
	float: right;
	margin-bottom: 25px;
	margin-top: 20px;
}
.kan_mihon2 {
	border: 0px;
	float: left;
	margin-left: 5%;
}
.kan_mihon_copy, .kan_mihon_copy2, .kan_mihon_copyw {
	width: 46%;
	float: right;
	margin-right: 4%;
}
.kan_mihon_copy2 {
	float: left;
	margin-left: 4%;
}
.kan_mihon_copyw {
	width: 92%;
	float: right;
	margin-right: 4%;
	margin-bottom: 25px;
}
.kan_mihon_copyw p {
	margin-top: 0px;
}
.kan_tokucho h4 {
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 14px;
	border-bottom: 1px dotted #939393;
}
#wrap #cont #riyou {
	border: 2px solid #D77A16;
	width: 80%;
	padding-left: 5%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	margin-left: 5%;
	border-radius: 40px;
	font-size: medium;
}
.kan_tokucho ul {
	margin-right: 0px;
	margin-bottom: 44px;
	margin-top: 0px;
	padding-top: 12px;
	margin-left: 5%;
}

.kan_tokucho ul li {
	margin-top: 0px;
	list-style-type: none;
	margin-left: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-size: 5% auto;
	background-position: 0px 3px;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#wrap #cont .app_main {
	width: 80%;
	margin-left: 10%;
	margin-top: 0px;
}
#wrap #cont .app_main h1 {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    font-size: x-large;
}
#wrap #cont .app_main p {
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
#wrap #cont .app_main h3 {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #6D6D6D;
    font-size: xx-large;
}

#wrap #cont #riyou p {
	margin-left: 2%;
	margin-right: 2%;
}
#wrap #cont #riyou h2 {
    color: #D90000;
    font-size: xx-large;
    margin-top: 0px;
    font-weight: 700;
    border-bottom: 1px solid #D90000;
}
#wrap #cont #riyou h3 {
	color: #f39800;
	font-size: x-large;
	margin-top: 0px;
	font-weight: 700;
	border-bottom: 1px solid #f39800;
	text-align: left;
}
#wrap #cont #riyou img.appicon  {
	width: 15%;
	margin-bottom: 24px;
	float: left;
	margin-top: 23px;
	margin-left: 5%;
	border-radius: 15px;
}
#wrap #cont #riyou p.apptext  {
	width: 72%;
	float: left;
	margin-right: 0px;
	margin-left: 25px;
}
#wrap #cont #riyou .apptext2 {
	width: 89%;
	margin-left: 5%;
	text-align: justify;
}
#wrap #cont #riyou .apptext3 {
	width: 89%;
	margin-left: 5%;
	text-align: justify;
	color: #FF0004;
	font-size: medium;
	font-weight: 600;
}
#wrap #cont #riyou .apptext4 {
	width: 89%;
	margin-left: 5%;
	text-align: justify;
	font-size: small;
	color: #484848;
	margin-bottom: 0px;
	margin-top: 0px;
}
#wrap #cont #riyou .storeicon {
	width: 30%;
	margin-left: 5%;
	float: left;
	margin-bottom: 0px;
}
#wrap #cont #riyou .apptitle {
	border-radius: 14px;
	width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 9px;
}
#wrap #cont #riyou img.tejun {
	width: 39%;
	margin-left: 5%;
	border: 1px solid #6C6C6C;
}
#wrap #cont #riyou a img.appmail {
	width: 50%;
	margin-left: 25%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrap #cont .giftbox {
	margin-top: 0px;
	padding-top: 0px;
}
.sepline_gift {
	border-top: 2px dotted #EB9D03;
	margin-top: 30px;
	margin-bottom: 30px;
}
#wrap #cont .giftbox a img   {
	width: 50%;
	margin-left: 25%;
	border: 2px solid #BD9900;
	margin-top: 0px;
	border-radius: 20px;
}
#wrap #cont #riyou ul  {
	width: 92%;
	margin-left: 5%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}
#wrap #cont #riyou ul li.qaq  {
	font-weight: 700;
	color: #2067BA;
	margin-top: 17px;
	padding-left: 27px;
	background-image: url(../images/icon_q.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	margin-left: 0px;
}
#wrap #cont #riyou ul li.qaa {
	color: #F36B97;
	margin-left: 40px;
	font-weight: 600;
	padding-left: 27px;
	background-image: url(../images/icon_a.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	margin-top: 9px;
	text-align: justify;
}
#wrap #cont #riyou ul li.qab {
	color: #545454;
	margin-left: 67px;
	font-weight: 400;
}
#wrap #cont #riyou ul li.law1 {
	list-style-type: none;
	font-size: large;
	font-weight: 600;
	color: #f39800;
	margin-top: 31px;
}
#wrap #cont #riyou ul li.lawsec {
	list-style-type: disc;
	margin-left: 28px;
	color: #616161;
}
#wrap #cont #riyou ul li.lawsecnone {
	list-style-type: none;
	margin-left: 10px;
	color: #616161;
}
#wrap #cont #riyou ul li.rules {
    list-style-type: decimal;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 96%;
    margin-left: 2%;
    text-align: justify;
}
#wrap #cont #riyou ol.ruleskakko {
	width: 90%;
	margin-left: 2%;
}
#wrap #cont #riyou ol.ruleskakko li {
    list-style-type: none;
    margin-left: 0px;
    text-indent: -1.5em;
    counter-increment: cnt;
    margin-top: 15px;
    width: 97%;
}
#wrap #cont #riyou ol.ruleskakko li:before {
    display: marker;
	content: "(" counter(cnt) ") ";
}
#wrap #cont #riyou p.rulestitle  {
	color: #A21315;
	font-size: medium;
	font-weight: 600;
}
#wrap #cont #riyou p.rulesbody {
    margin-top: 0px;
}
#wrap #cont #riyou p.rulesmain {
    width: 91%;
    margin-left: 4%;
    text-align: justify;
}
.pcnone {
	display: none;
}
.ntabbox{
    margin-bottom: 0px;
}
.ntab1, .ntabk1{
    width: 100%;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 7.8%;
    padding-top: 0px;
    background-image: url(../images/tab_toku.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    background-position: 0% 0%;
}
.ntabk1{
    background-position: 0% -100%;
}
.ntab2, .ntabk2{
    width: 50%;
    float: left;
    margin-bottom: 0px;
    background-image: url(../images/tab_ap.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 7.8%;
    display: block;
    background-position: 0% -100%;
}
.ntabk2{
    background-position: 0% 0%;
}
a .ntab1, a .ntab2, a .ntabk1, a .ntabk2{
    opacity: 0.5;   
}
a:hover .ntab1, a:hover .ntab2, a:hover .ntabk1, a:hover .ntabk2{
    display: block;
    background-position: 0% 0%;
    opacity: 1;
	transition:0.5s
}
/*あとづけ*/
.newicon{
    width: 59px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 7px;
    position: relative; top: 5px;
}
@media screen and (max-width:480px){
.dispc {
	display: block;
}
.dissm {
	display: none;
}
.vispc {
    display: none;
}
.vissp {
    display: block;
}
.clear40s {
    height: 0px;
}
#wrap  {
	width: 100%;
	height: auto;
    border: 0px
}
#wrap #header, #wrap #header2 {
	background-image: url(../images/header_s.png);
	padding-bottom: 78%;
}
#wrap #header2 {
	background-image: url(../images/header2_s.png);
}
#wrap #header_app {
    background-image: url(../app/header_s.png);
    padding-bottom: 57%;
}
#hcopy {
	width: 100%;
	margin-left: 0%;
}
/* font管理スマホ */
#wrap p, #wrap p a,  #wrap li {
    font-size: small;
    text-align: left;
}
#wrap h1  {
	font-size: large;
	line-height: 1.5em;
	margin-left: 1%;
	margin-top: 10px;
	width: 98%;
}
#wrap h2  {
	font-size: large;
	line-height: 1.0em;
}
#wrap h3  {
	font-size: medium;
	line-height: 1.5em;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 94%;
}
#wrap h4  {
	font-size: medium;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 15px;
	width: 94%;
}
#wrap h5  {
	font-size: medium;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 94%;
}
/* font管理ここまで */
.top_bookbox   {
	width: 98%;
	height: auto;
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
	border-bottom-color: #A5A5A5;
	padding-bottom: 22px;
}
.top_bookbox .top_bookimg   {
	width: 70%;
	margin-left: 17%;
	float: left;
}
.top_bookbox .top_booktxt {
	font-size: medium;
	float: left;
	width: 92%;
	margin-left: 6%;
}
.top_bookbox .top_booktxt .top_buy {
    width: 50%;
	margin-right: 25%;
	margin-left: 25%;
    }
#wrap p.sml, #wrap li.sml  {
    font-size: small;
	font-weight: 400;
}
#wrap p.smly, #wrap li.smly  {
    font-size: small;
	font-weight: 400;
	margin-top: 10px;
}
#cont .kan_title p, #cont .kan_title2 p{
	font-size: medium;
    font-weight: 600;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cont .kan_title2 p{
	margin-left: 2px;
}
.kan_mihon, .kan_mihon2, .kan_mihonw {
	width: 70%;
    float:left;
	margin-left: 15%;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.kan_mihon2 {
	border: 0px;
}
.kan_mihon_copy, .kan_mihon_copyw {
	width: 92%;
    margin-top: 0px;
	margin-bottom: 0px;
}
.kan_mihon_copyw {
    margin-top: 0px;
	margin-bottom: 0px;
}
.kan_mihon_copyw .kan_tokucho p {
    margin-top: 15px;
	margin-left: 0%;
	margin-bottom: 0px;
}
.kan_mihon_copy .kan_tokucho p {
    margin-top: 15px;
	margin-left: 0%;
	margin-bottom: 0px;
}

#wrap #cont .app_main {
	width: 96%;
	margin-left: 2%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrap #cont .app_main h1 {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    font-size: large;
}
#wrap #cont .app_main p {
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	margin-bottom: 0px;
}
#wrap #cont .app_main h3 {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #6D6D6D;
    font-size: xx-large;
}
#wrap #cont #riyou {
	border: 2px solid #D77A16;
	width: 88%;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-left: 3%;
	border-radius: 11px;
	font-size: small;
}
#wrap #cont #riyou h2 {
	color: #f39800;
	font-size: large;
	margin-top: 9px;
	font-weight: 700;
	padding-bottom: 6px;
}
#wrap #cont #riyou img.appicon  {
	width: 15%;
	margin-bottom: 24px;
	float: left;
	margin-top: 7px;
	margin-left: 2%;
	border-radius: 5px;
}
#wrap #cont #riyou p.apptext  {
	width: 72%;
	float: left;
	margin-right: 0px;
	margin-left: 13px;
	margin-top: 3px;
}
#wrap #cont #riyou .apptext2 {
	width: 97%;
	margin-left: 1%;
	text-align: justify;
	margin-top: 1px;
}
#wrap #cont #riyou .apptext3 {
	width: 97%;
	margin-left: 1%;
	text-align: justify;
	color: #FF0004;
	font-size: small;
	font-weight: 600;
}
#wrap #cont #riyou .apptext4 {
	width: 95%;
	margin-left: 2%;
	text-align: justify;
	font-size: small;
	color: #484848;
	margin-bottom: 0px;
	margin-top: 0px;
}
#wrap #cont #riyou .storeicon {
	width: 42%;
	margin-left: 5%;
	float: left;
	margin-bottom: 0px;
}
#wrap #cont #riyou .apptitle {
	border-radius: 2px;
	width: 100%;
	height: auto;
	margin-top: 17px;
	margin-bottom: 0px;
}
#wrap #cont #riyou img.tejun {
	width: 40%;
	margin-left: 5%;
}
#wrap #cont #riyou a img.appmail {
	width: 81%;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrap #cont #riyou a img.bngift {
	width: 90%;
	margin-left: 5%;
	border: 2px solid #BD9900;
	margin-top: 70px;
	border-radius: 20px;
}
#wrap #cont #riyou ul  {
	width: 100%;
	margin-left: 0%;
	padding-left: 0px;
	padding-right: 0px;
}
#wrap #cont #riyou ul li.qaq  {
	font-weight: 700;
	color: #2067BA;
	margin-top: 17px;
	padding-left: 25px;
	background-image: url(../images/icon_q.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	margin-left: 0px;
}
#wrap #cont #riyou ul li.qaa {
	color: #F36B97;
	margin-left: 5px;
	font-weight: 600;
	padding-left: 27px;
	background-image: url(../images/icon_a.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	margin-top: 9px;
	text-align: justify;
}
#wrap #cont #riyou ul li.qab {
	color: #545454;
	margin-left: 32px;
	font-weight: 400;
}
#wrap #cont #riyou ul li.law1 {
	list-style-type: none;
	font-size: large;
	font-weight: 600;
	color: #f39800;
	margin-top: 31px;
}
#wrap #cont #riyou ul li.lawsec {
	list-style-type: disc;
	margin-left: 28px;
	color: #616161;
}
#wrap #cont #riyou ul li.lawsecnone {
	list-style-type: none;
	margin-left: 10px;
	color: #616161;
}
#wrap #cont #riyou ul li.rules {
    list-style-type: decimal;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 7%;
    width: 89%;
}
#wrap #cont #riyou ol.ruleskakko {
    margin: 0;
    padding-left: 8%;
    text-align: justify;
}
#wrap #cont #riyou ol.ruleskakko li {
    list-style-type: none;
    margin-left: 0px;
    text-indent: -1.5em;
    counter-increment: cnt;
    margin-top: 15px;
    padding-left: 0px;
    width: 100%;
}
#wrap #cont #riyou ol.ruleskakko li:before {
    display: marker;
	content: "(" counter(cnt) ") ";
}
#wrap #cont #riyou p.rulestitle  {
	color: #A21315;
	font-size: medium;
	font-weight: 600;
}
#wrap #cont #riyou p.rulesbody {
	margin-top: 0px;
}
#wrap #cont #riyou p.rulesmain {
    width: 92%;
}
.sepline_gift {
	border-top: 2px dotted #EB9D03;
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
}
#wrap #cont .giftbox a img   {
	width: 80%;
	margin-left: 10%;
	border: 2px solid #BD9900;
	margin-top: 0px;
	border-radius: 6px;
}
.pcnone {
	display: inline;
}
/*あとづけ*/
.newicon{
    width: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 4px;
    position: relative; top: 3px;
}
}
@media screen and (min-width:400px) and (max-width:479px){
.top_bookbox   {
	width: 98%;
	height: auto;
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
	border-bottom-color: #A5A5A5;
	padding-bottom: 22px;
}
.top_bookbox .top_bookimg   {
	width: 80%;
	margin-left: 10%;
	float: left;
}
.top_bookbox .top_booktxt {
	float: left;
	width: 80%;
	margin-left: 15%;
}
.top_bookbox .top_booktxt .top_buy {
    width: 50%;
	margin-right: 25%;
	margin-left: 25%;
    }
}
@media screen and (min-width:480px) and (max-width:620px){
.top_bookbox   {
	width: 98%;
	height: auto;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	border-bottom-color: #A5A5A5;
	padding-bottom: 22px;
}
.top_bookbox .top_bookimg   {
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	float: left;
}
.top_bookbox .top_booktxt {
	float: left;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.top_bookbox .top_booktxt .top_buy {
    width: 50%;
	margin-right: 25%;
	margin-left: 25%;
    }
#wrap .top_bookbox .top_booktxt h2{
    font-size: x-large;
	}
#wrap p.sml, #wrap li.sml  {
    font-size: medium;
	font-weight: 400;
}
#wrap p.smly, #wrap li.smly  {
    font-size: medium;
	font-weight: 400;
	margin-top: 10px;
}
}
@media screen and (min-width:621px) and (max-width:760px){
.top_bookbox   {
	width: 97%;
	height: auto;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.top_bookbox .top_bookimg   {
	width: 35%;
	float: left;
	margin-left: 1%;
}
.top_bookbox .top_booktxt {
	float: left;
	width: 62%;
	margin-left: 1%;
}
.top_bookbox .top_booktxt p {
}
.top_bookbox .top_booktxt .top_buy {
	width: 60%;
}
#wrap .top_bookbox .top_booktxt h2{
    font-size: x-large;
	}
}
@media screen and (min-width:481px) and (max-width:760px){
.dispc {
	display: block;
}
.dissm {
	display: none;
}
.vispc {
    display: none;
}
.vissp {
    display: block;
}#wrap  {
	width: 100%;
	height: auto;
}
#wrap h1  {
	font-size: x-large;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	color: #f39900;
	margin-left: 0%;
	width: 100%;
}
#wrap h2  {
	font-size: medium;
	font-weight: 500;
	line-height: 1.6em;
	text-align: justify;
}
#wrap h3  {
	font-size: medium;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	margin-left: 6%;
	margin-bottom: 10px;
	margin-right: 5%;
}
#wrap h4  {
	font-size: x-large;
	font-weight: 500;
	line-height: 1.6em;
	text-align: center;
	margin-left: 6%;
	margin-bottom: 10px;
	margin-right: 5%;
	margin-top: 0px;
}
#wrap h5  {
	margin-top: 10px;
	margin-bottom: 5px;
}
#hcopy {
	width: 80%;
	margin-left: 10%;
}

.kan_tokucho ul li {
	background-size: 6% auto;
	background-position: 0px 3px;
	padding-left: 20px;
	padding-right: 0px;
}
.kan_tokucho ul li.no1 {
	background-image: url(../dic/1.png);
	background-size: 1.2em auto;
	background-position: 0 0.2em;
}
.kan_tokucho ul li.no2 {
    background-image: url(../dic/2.png);
	background-size: 1.2em auto;
	background-position: 0 0.2em;
}
.kan_tokucho ul li.no3 {
    background-image: url(../dic/3.png);
	background-size: 1.2em auto;
	background-position: 0 0.2em;
}
.kan_tokucho ul li.no4 {
    background-image: url(../dic/4.png);
	background-size: 1.2em auto;
	background-position: 0 0.2em;
}
.kan_tokucho ul li.no5 {
    background-image: url(../dic/5.png);
	background-size: 1.2em auto;
	background-position: 0 0.2em;
}
.kan_tokucho ul li.no6 {
    background-image: url(../dic/6.png);
	background-size: 1.2em auto;
	background-position: 0 0.2em;
}
.kan_mihon, .kan_mihon2 {
	width: 70%;
	margin-left: 15%;
	border: 1px solid #828282;
	float: left;
	margin-bottom:20px;
	margin-top: 10px;
}
.kan_mihon2 {
	border: 0px;
}
.kan_mihon_copy, .kan_mihon_copyw {
	margin-top: 20px;
	border-width: 50%;
	width: 70%;
	float: left;
	margin-left: 15%;
	margin-bottom: 0px;
}
.kan_mihon_copy p, .kan_mihon_copyw p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ko_furoku ul li {
	width: 50%;
	float: left;
}
#wrap #cont #riyou {
	border: 2px solid #D77A16;
	width: 85%;
	padding-left: 5%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	margin-left: 2%;
	border-radius: 30;
	font-size: medium;
}
#wrap #cont #riyou h2 {
	color: #f39800;
	font-size: x-large;
	margin-top: 0px;
	font-weight: 700;
}
#wrap #cont #riyou img.appicon  {
	width: 15%;
	margin-bottom: 24px;
	float: left;
	margin-top: 23px;
	margin-left: 5%;
	border-radius: 15px;
}
#wrap #cont #riyou p.apptext  {
	width: 72%;
	float: left;
	margin-right: 0px;
	margin-left: 25px;
}
#wrap #cont #riyou .apptext2 {
	width: 89%;
	margin-left: 5%;
	text-align: justify;
	margin-top: 7px;
}
#wrap #cont #riyou .apptext3 {
	width: 89%;
	margin-left: 5%;
	text-align: justify;
	color: #FF0004;
	font-size: small;
	font-weight: 600;
}
#wrap #cont #riyou .apptext4 {
	width: 89%;
	margin-left: 5%;
	text-align: justify;
	font-size: small;
	color: #484848;
	margin-bottom: 0px;
	margin-top: 0px;
}
#wrap #cont #riyou .storeicon {
	width: 30%;
	margin-left: 5%;
	float: left;
	margin-bottom: 0px;
}
#wrap #cont #riyou .apptitle {
	border-radius: 14px;
	width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 0px;
}
#wrap #cont #riyou img.tejun {
	width: 40%;
	margin-left: 5%;
}
#wrap #cont #riyou a img.appmail {
	width: 50%;
	margin-left: 25%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrap #cont #riyou a img.bngift {
	width: 90%;
	margin-left: 5%;
	border: 2px solid #BD9900;
	margin-top: 70px;
	border-radius: 6px;
}
#wrap #cont #riyou ul  {
	width: 92%;
	margin-left: 7%;
	padding-left: 0px;
	padding-right: 0px;
}
#wrap #cont #riyou ul li.qaq  {
	font-weight: 700;
	color: #2067BA;
	margin-top: 17px;
	padding-left: 25px;
	background-image: url(../images/icon_q.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	margin-left: 0px;
}
#wrap #cont #riyou ul li.qaa {
	color: #F36B97;
	margin-left: 5px;
	font-weight: 600;
	padding-left: 27px;
	background-image: url(../images/icon_a.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	margin-top: 9px;
	text-align: justify;
}
#wrap #cont #riyou ul li.qab {
	color: #545454;
	margin-left: 32px;
	font-weight: 400;
}
#wrap #cont #riyou ol.ruleskakko {
	margin-left: 5%;
	width: 90%;
    margin:0;
}
#wrap #cont #riyou p.rulesmain {
    width: 93%;
}
#wrap #cont .giftbox {
	margin-top: 0px;
	padding-top: 0px;
}
.sepline_gift {
	border-top: 2px dotted #EB9D03;
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
}
#wrap #cont .giftbox a img   {
	width: 50%;
	margin-left: 25%;
	border: 2px solid #BD9900;
	margin-top: 0px;
	border-radius: 10px;
}
}
