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

#directArea {
	margin-top: 20px;
	margin-left: 25px;
}
#directArea p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}
#directArea p img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#cheap {
    margin: 30px auto;
    width: 96%;
}
#cheap .reason {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
	/*background-image: url(../img/secret/cheap_inner_bottom.gif);
	background-position: 0px bottom;*/
	width: 100%;
	padding-bottom: 19px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
}
.inner   {
	/*background-image: url(../img/secret/cheap_inner_bg.gif);
	background-position: 0px top;
	background-repeat: no-repeat;*/
}
#pricedownArea {
 margin: 30px auto;
    width: 96%;	
}
.pricedown {border-radius: 5px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
	width: 100%;
	padding-bottom: 19px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
}
.inner dt {color:#3a79c2;
	margin-top: 25px;
	margin-left: 20px;
	width:38%;
	float: left;
	clear: both;
	font-weight:bold;font-size:1.3em;
}
.inner dt span {
	color:#eb6e6e;
	display:block;
	font-size:0.7em;
}
.inner dd {
	width: 54%;

	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	top: 10px;
	right: 10px;
	float: left;
	font-size: 1em;

	line-height: 1.8em;
	margin-top: 15px;
	margin-left: 10px;
}



header{
    background-color:#fff;
    height: 100%;
    border-bottom-width:5px;
    border-bottom-style: solid;
    border-bottom-color: #103184;
}
#menubut {
    display: none;
}
.box1 img{
    display: none;
}
    .menu {
        display: none;
    }
        #tela1 img {
            display: none;
    }
@media(max-width:359px)
{
    .box1 h1 a img {
       width: 50%;
       height: 50%;
       margin-top: -20px;
    }
    img {
        width: 290px;
        height: auto;
    }
    #mainbox {
        margin-top: -90px;
    }
}
@media screen and (max-width:480px )
{
    /*nav*/
    #menubut {
      display: block;
        padding: 6px 12px;
        border: solid 1px #aaa;
        border-radius: 5px;
        background-color: #fff;
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer;
    }

    #menubtn:hover {
        background-color: #ddd;
    }

    #menubtn:focus {
        outline: none;
    }

    #menubtn i {
        color: #888;
        font-size: 18px;
    }

    #menubtn span {
        display: inline-block;
        float: right;
    }
    .menu {
        display: none;
    }

    .menu ul {
        margin: 0;
        padding: 0;
        margin-top: 40px;
        list-style: none;
        background: rgba(0, 101, 152, 0.12);
    }

    .menu li a {
        display: block;
        text-align: center;
        padding: 5px;
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

    .menu li a:hover {
        background-color: #eee;
    }
    #boxA{
        width: 100%
    }
   .box1  img {
       display: block;
       width: 50%;
       height: 50%;
       margin-top: -25px;
    margin-bottom: -30px;
    margin-left: 8px;
    }

    #header_info img {
        display: none;
    }
    #header {
        width: 100%;
    }
    #header_info {
/*        margin-bottom: -30px;*/
        width: 100%;
    }
    #tela1{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #tela1 img {
        display: block;
        width: 100%;
        height: 100%;
    }
    html {
        width:100%;
    }
    #cheap p {
        text-align: justify;
    }
    
    #secret {
        width: 100%;
    }
    .inner dt{
        text-align: center;
        width: 100%;
        margin-left:0;
    }
    .inner dt span {
        text-align: center;
    }
    .inner dd {
        width: 94%;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        border-left-width:0;
        border-left-style:none;

    }
    #wrap {
        width: 100%;
    }
    #contents {
    text-align: center;
    }
    
    #main_visual {
         width: 100%;
    }
    #main_visual a img {
        width: 100%;
        margin-top: 20px;
    }
    #mainbox {
        width: 100%;
        margin-top: -90px;
    }
    #topicPath p {
        display: none;
    }
   #gNavi {
          display: none;
      }

    #footer {
        width: 100%;
    }
    header{
    height: none;
    border-bottom-width:none;
    border-bottom-style: none;
    border-bottom-color: none;
}

}
