



/*bottomNavibtn layout */



.blockbtn,

.blockbtn2 {



	-webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);



	-moz-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);



	box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);



	-ms-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);



	background-color:#FFFFFF;



	margin-top: 4%;



	margin-right: 0;



	margin-bottom: 8%;



	margin-left: 0;





}



.blockbtn2 {

	padding-bottom: 1%;

}





.blockbtn h3,

.blockbtn2 h3  {



	width:100%;



	color: #FFF;



	background-image: url(../img/btntitleback.gif);



	background-repeat: repeat;



	padding-top: 10px;



	padding-bottom: 10px;



	font-size: 18px;



	text-align: center;



	font-weight: bold;



}



.blockbtn dl dt,

.blockbtn2 dl dt {



	padding:0;



	margin:0 5% 2% 5%;



	font-size: 13px;



	line-height: 18px;



}



.blockbtn2 dl {

	margin-top:10px;

}



.blockbtn dl .stitle,

.blockbtn2 dl .stitle {



	font-size: 14px;



	color: #f67800;



	line-height: 20px;



	vertical-align: middle;



}



.blockbtn dl .stitle img,

.blockbtn2 dl .stitle img {



	width: 43%;



}







.blockbtn dl dd,

.blockbtn2 dl dd {



	overflow:hidden;



	border:#ff7f00 solid 1px;



	-webkit-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);



	-moz-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);



	-ms-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);



	box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);



	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 166, 0)), color-stop(1, rgb(255, 85, 0)));



	background: -moz-linear-gradient(-180deg, rgb(255, 166, 0) 0%, rgb(255, 85, 0) 100%);



	background: linear-gradient(-180deg, rgb(255, 166, 0) 0%, rgb(255, 85, 0) 100%);



	color: rgb(255, 255, 255);



	border-radius: 6px;



	-webkit-border-radius: 6px;



	-moz-border-radius: 6px;



	font-weight:bold;



	line-height:24px;



	margin-top: 3%;



	margin-right: 5%;



	margin-bottom: 5%;



	margin-left: 5%;



	padding-top: 5%;



	padding-right: 0;



	padding-bottom: 5%;



	padding-left: 12%;



}



.blockbtn dl dd p,

.blockbtn2 dl dd p {



	-webkit-background-size:10% auto;



	background-size:10% auto;



	background-image: url(../img/iconarrow.png);



	background-repeat: no-repeat;



	background-position: left center;



	background-size:contain;



	font-size: 16px;



}



.blockbtn dl dd a,

.blockbtn2 dl dd a {



	color: #FFFFFF;



	padding-left: 15%;







}



























































.blockbottom  {



	border-bottom-style: solid;



	border-bottom-width: 1px;



	border-bottom-color: #a5a5a5;



	padding-bottom: 20px;







}







.blockbottom .home {



	text-align: left;



	background-image: url(../img/iconhome.gif);



	background-repeat: no-repeat;



	background-position: left center;



	background-size:20px auto;



	margin-top: 5%;



	margin-bottom: 5%;



	margin-left: 5%;



	padding-top: 5%;



	padding-bottom: 5%;



	padding-left: 8%;



	float: left;



}



.blockbottom .home a {



	font-weight:bold;



	color:#0096ff;



}



.blockbottom .home a:hover {



	text-decoration:underline;



}







.blockbottom .pagetop {



	background-image: url(../img/iconpagetop.gif);



	background-repeat: no-repeat;



	background-position: right center;



	background-size:20px auto;



	margin-top: 5%;



	margin-right: 5%;



	margin-bottom: 5%;



	margin-left: 0;



	padding-right: 8%;



	padding-top: 5%;



	padding-bottom: 5%;



	float: right;



}



.blockbottom .pagetop a {



	font-weight:bold;



	color:#0096ff;



}



.blockbottom .pagetop a:hover {



	text-decoration:underline;



}



.blockbottom ul  {



	margin-left: 5%;







}



.blockbottom ul li {



float:left;



}



.blockbottom ul li a {



	text-decoration:underline;



	display:inline;



	color:#0096ff;



	font-size: 12px;



	line-height: 20px;



}



.blockbottom ul li a:hover {



text-decoration:none;



}







.blocknav {



	background-color: #F9F9F9;



	width: 100%;



	vertical-align: middle;



	border-top-width: 2px;



	border-bottom-width: 2px;



	border-top-style: solid;



	border-bottom-style: solid;



	border-top-color: #CCC;



	border-bottom-color: #CCC;



	line-height: 0px;



}







.blocknav .back {



	float: left;



	width: 50%;



	padding-bottom: 0px;



}



.blocknav .next {



	float: right;



	width: 50%;



	padding-bottom: 0px;



}











.blockpcbtn {



	background-color: #FFFFFF;



	border-style: none;



	padding-top: 5%;



	padding-bottom: 5%;



	margin-right: auto;



	margin-left: auto;



	text-align: center;







}



.blockpcbtn p{



	margin-left: 10%;



	margin-right: 10%;



}











.inner2{
    padding:10px 21px;
}

ul {
    list-style:none;
	padding:0 5% 2%;
}

/*** スマートフォン版 ***/
h3.pagettl {
    background: #56beff; /* Old browsers */
    background: -moz-linear-gradient(top,  #56beff 0%, #0297ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #56beff 0%,#0297ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #56beff 0%,#0297ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56beff', endColorstr='#0297ff',GradientType=0 ); /* IE6-9 */
	padding:6px 7px;
    color:#fff;
    margin-top:10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

h5{
    font-weight: normal;
    font-size:17px;
    text-align: center;
}

h5 span{
    border-color: #bfe7ff;
    border-width: 5px;
    min-width: 5em;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0 auto;
    border-style: solid;
}

.img_main_image{
    width:100%;
    margin-top:8px;
}

.logo_image{
    width:100%;
    text-align: center;
    border-bottom: #0099ff solid 1px;
    margin-top:31px;
}
.lead{
    color:#0099ff;
    font-size:14px;
    line-height: 22px;
    text-align: center;
}

.inner_link{
    border: #0078ff solid 1px;
    color: #0078ff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 100%;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin-top:5px;
}

.inner_link a{
    display: table;
    text-decoration: none;
    width:100%;
}


.inner_link img{
    display: table-cell;
}

.inner_link_text{
    display: table-cell;
    vertical-align: middle;
    width:12em;
}
.inner_link_text span{
    display:table;
    width:9em;
    margin:0 auto;
    line-height: 1.2em;
}

@media screen and (min-width: 360px) {
    .inner_link_text span{
        width:90%;
    }
}

.inner_link_text span i{
    float: right;
}

.inner_link_text span i.ambassador{
    margin-top: -0.5em;
}

.inner2 hr.link{
    color:#ccc;
    margin:1em 0 1.5em;
}

.inner2 hr.link2{
    color:#ccc;
    margin:1.5em 0 1em;
}

.inner2 a.link{
    color:#4286f5;
    text-decoration: none;
    font-size: 12px;
}

.inner2 a.link i{
    float: right;
    margin-top: 0.2em;
}

.photo2 {
    float: right;
    width: 110px;
    padding: 0 0 5px 12px;
}

.mt_10{
    margin-top: 10px;
}

.mt_30{
    margin-top: 30px;
}

.mt_55{
    margin-top: 55px;
}

.mt_75{
    margin-top: 75px;
}

.mb_20{
    margin-bottom: 20px;
}

.mb_30{
    margin-bottom: 30px;
}

.img_w100{
    width:100%;
}

ul.point{
    background-color: #bad9fd;
    display: list-item;
    list-style-type: none;
    padding: 10px;
}

ul.point li{
    margin-bottom: 0;
}

h6{
    line-height: 2.5em;
    border-bottom: #ccc dotted 2px;
    font-weight: normal;
}

p{
/*    font-size:12px;*/
}

ul.image_list{
    display: list-item;
    list-style-type: none;
    padding: 0;
}

ul.image_list li{
    display: inline-block;
    width: 33.33333333%;
}

ul.image_list li img{
    width:auto;
}

ul.image_list li.right{
    float:right;
}

ul.image_list li.right img{
    float:right;
}

ul.image_list li.center{
    text-align: center;
}

.other_link{
    border: #0078ff solid 1px;
    color: #0078ff;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    border-radius: 5px;
    padding: 15px;
    font-size: 12px;
}

.other_link a{
    display: table;
    text-decoration: none;
    width:100%;
}

.other_link img{
    display: table-cell;
}

.other_link_text{
    display: table-cell;
    vertical-align: middle;
    width:100%;
}
.other_link_text span{
    display: table;
    width: 100%;
    line-height: 1.2em;
}

.other_link_text span i{
    float: right;
}

.pc_link{
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fbfbfb 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
    border: #9d9d9d solid 1px;
    box-sizing: border-box;
    margin-top: 5px;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 12px;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.pc_link a{
    text-decoration: none;
    width:100%;
    color:#000;
}

.pc_link img{
}

.pc_link_text{
    vertical-align: middle;
    width:100%;
}
.pc_link_text span{
    width: 100%;
    line-height: 1.2em;
}

.pc_link_text span i{
    margin-right:1em;
}

.movie_100yen {
	margin: 0 20px;
}
.movie_100yen p {
	position:relative;
	width:100%;
	margin: 0;
 	padding-top:56.25%;
}
.movie_100yen iframe {
	position:absolute;
 	top:0;
 	right:0;
	width:100%;
 	height:100%;
}