@charaset "UTF-8";

/***** 全体 *****/

body {
	background-color: rgba(255,255,255,1.00) ;
	font-size: small;
	margin: 0 auto;
	
	user-select:none;
	-webkit-touch-callout: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-ms-user-select: none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	}
	
a,
a img {
	color: #2875B4;
	text-decoration: none;
	border: 0;
	}
a:hover {
	opacity: 0.9;
	
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	}

iframe {
	border: none;
	}

.wrapper {
	width: 1048px;
	margin: 0 auto;
	}

.container {
	background-image: url(../images/side_bg.gif);
	background-repeat: no-repeat;
	background-position: right 2000px;
	}
.contents {
	float: left;
	width: 728px;
	font-size: 110%;
	}
.side {
	float: right;
	width: 300px;
	background-image: url(../images/side_bg_white.png);
	background-repeat: repeat-x;
	}
section {
	margin: 0 0 40px 0;
	}
section:last-child {
	margin-bottom: 0;
	}


/*th {
	text-align: left;
	}*/

/*****　グリッド　*****/

.grid-row {
	margin-bottom: 20px;
	}
.grid-2 section {
	margin-right: 10px;
	}
.grid-2 + .grid-2 section {
	margin-left: 10px;
	margin-right: 0;
	}

.grid-3 {
	float: left;
	width: 31.333%;
	margin-left:3%;
	}
	


.side iframe {
	border: none;
	width: 300px;
	/*height: 1570px;*/
	background-color: #f9f7ef;
	margin: 0;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}


.header-fixed {
	margin-top: 55px;
	opacity:0.95;
	border-bottom: solid 5px #2a6bb2;
	margin-bottom: 20px;
	background-color: #fff;
	background-color: rgba(255,255,255,1);
	padding-top: 10px;
	}
div.header-fixed {
	position: fixed;
	z-index: 1000;
	width: 1048px;
	}
div.header-fixed + section,
div.header-fixed + .container {
	padding-top: 190px;
	}
	

.title-header .name {
	float: left;
	display: block;
	margin-top: 10px;
	}


footer {
	border-top: solid 5px #2a6bb2;
	color: #666;
	padding: 10px 0;
	margin-top: 20px;
	margin-bottom: 40px;
	}

h1 {
	display: block;
	height: 98px;
	width: 728px;
	color: #fff;
	line-height: 95%;
	margin: 0;
	
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	}
h1.no-nav {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
h1 .topic-title {
	display: table-cell;
	height: 98px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 95px;
	}
h1 .category {
	display: block;
	font-size: 50%;
	font-weight: normal;
	/*line-height: 220%;*/
	margin-top: -3px;
	}
h1 + section,
h1 + .grid-row {
	margin-top: 20px;
	}
h1.manner {
	background-color: #b27c92;
	}
h1.livinginfo {
	background-color: #95abcc;
	}
h1.trivias {
	background-color: #9dac7e;
	}
	
h2 {
	background-image: none;
	background-color:#7c8eaa;
	text-shadow: none;
	padding-left: 20px;
	margin-bottom: 10px;
	}

.page {
	background-color: #f9f7ef ;
	}

.ad-header {
	float: right;
	margin-bottom: 2px;
	/*background-color: #ccc;*/
	}

.ad-side {
	margin-bottom: 20px;
	}
.ad-header img,
.ad-side img {
	display: block;
	}

/*****　モバイル用バナー　*****/

.ad-mobile {
	display: none;
	text-align: center;
	margin-bottom: 5px;
	}
	
	
/*****　ページナビ　*****/

.page-nav {
	background-color: #eee;
	text-align: right;
	line-height: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	}
.page-nav.bottom {
	margin-bottom: 0;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0 ;
	}
.go-prev,
.go-next,
.page-count {
	display: inline-block;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.2em;
	}
.go-prev,
.go-next {
	background-color: #ddd;
	background-color: rgba(0,0,0,0.075);
	color: #999;
	font-weight: bold;
	width: 120px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
.go-next {
	margin-right: 20px;
	}
.page-count {
	color: #666;
	width: 60px;
	}

.go-prev a,
.go-next a {
	color: #fff;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
.go-prev a {
	background-image: url(../images/arrow_prev.png);
	background-position: 5px ;
	}
.go-next a {
	background-image: url(../images/arrow.png);
	background-position: 100px ;
	}

.page-nav.detail-manner a {
	background-color: #d0a7b7;
	}
.page-nav.detail-livinginfo a {
	background-color: #b8c3d6;
	}
.page-nav.detail-trivias a {
	background-color: #bfd4b3;
	}
.go-prev a:hover,
.go-next a:hover {
	color: #333;
	background-color:#fdffa4;
	}



section.page-list h2 {
	margin-bottom: 0;
	
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	}
section.page-list h2.manner {
	background-color: #b27c92;
	}
section.page-list h2.livinginfo {
	background-color: #95abcc;
	}
section.page-list h2.trivias {
	background-color: #9dac7e;
	}

section.page-list article {
	border: none;
	padding: 10px 0;
	margin-bottom: 20px;
	
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	}

.page-nav.detail-manner,
.page-list .detail-manner  {
	background-color: #f9e9e9;
	}
.page-nav.detail-livinginfo,
.page-list .detail-livinginfo  {
	background-color: #eaeff7;
	}
.page-nav.detail-trivias,
.page-list .detail-trivias  {
	background-color: #eef3e4;
	}
	
ul.page-list {
	margin: 0 10px;
	}
.page-list li {
	line-height: 30px;
	}
.page-list li {
	display: block;
	float: left;
	width: 33.333%;
	}
.page-list li a {
	display: block;
	background-image:url(../images/arrow01_home.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 5%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
.page-list li a {
	color: #666;
	opacity: 1;
	font-size: 100%;
	}
.page-list li a:hover {
	color: #333;
	background-color:#fdffa4;
	}

.page-list.prefecture li {
	width: 10%;
	}





/*****　手帳のおまけについて　*****/

.about-appendix {
	border: solid 1px #7aa4d4;
	margin-top: 30px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.about-appendix h3 {
	font-size: 220%;
	line-height: 40px;
	color: #153b8a;
	margin: 20px 20px 10px 20px;
	}
.about-appendix h3 span {
	font-size: 60%;
	padding-left: 10px;
	}
.about-appendix h3 img {
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
	}
.about-appendix h4 {
	font-size: 150%;
	color: #153b8a;
	margin: 20px 20px 10px 20px;
	}
.about-appendix p,
.about-appendix ul {
	margin: 0 20px 10px 20px;
	}
.about-appendix li {
	color: #095C98;
	font-weight: bold;
	list-style: disc;
	margin-left: 20px;
	}
.about-appendix .icon-topic a {
	background-color: #153b8a;
	margin: 10px 0px;
	}
figure.app-img {
	float: right;
	margin: 0 20px 10px 20px;
	}
.store-banner {
	clear: both;
	background-color: #E0EDF5;
	text-align: center;
	padding-top: 10px;
	
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	}


.appendix-title {
	background-color: #2150a8;
	 padding: 20px;
	 margin-bottom: 20px;
	}
.appendix-title h3 {
	color: #fff;
	font-size: 250%;
	padding: 0;
	margin: 0 0 15px 0;
	}
.about-appendix p.btn {
	font-size: 180%;
	font-weight: bold;
	line-height: 130%;
	margin: 0;
	}
.about-appendix .btn a {
	display: block;
	background-color: #ff9900;
	color: #fff;
	width: 644px;
	padding: 20px;
	margin: 0;

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	}
.about-appendix .btn a:hover {
	color: #2150a8;
	background-color: #F8EC4C;
	opacity: 1;
	}
.about-appendix .btn a img {
	float: left;
	width: 70px;
	margin-right: 10px;
	}
	
	
/*　ストアアイコン　*/
.banner-row {
	float: left;
	width: 32.666%;
	background-repeat:no-repeat;
	background-position: 9% 0;
	background-size: 16%;
	/*background-color: #ccc;*/
	margin-left: 1%;
	}
.banner-row:first-child {
	margin-left: 0;
	}
.banner-row img {
	width: 60%;
	}
.banner-row.try {
	background-image: url(../images/mark_try.png);
	}
.banner-row.get {
	background-image: url(../images/mark_get.png);
	}
.banner-row.try img,
.banner-row.get img {
	margin-left: 10%;
	}


/*****　ドリカムバナー　*****/

.dct-banner img {
	/*border: solid 1px #f60;
	width: 99.7%;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

section.dct-banner {
	margin-bottom: 10px;
	}
.dct-banner .grid-row{
	margin-bottom: 0;
	}

#contents_mobile {
	display: none;
	}

/*****　グーグル広告　項目一覧　*****/
.ad-list  {
	text-align: center;
	margin-bottom:10px;
	}

	
/*　ページトップ　*/

#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 0px;
	padding: 6px 7px 0px 7px;
	cursor: pointer;
	color: #fff;
	background: #4589ce;
	background: rgba(30,100,175,0.6);
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	}
#pagetop img {
	width: 30px;
	}

/*****　動画　*****/

.video {
	height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	margin-bottom: 10px;
	}
.video iframe,  
.video object,  
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}



/*****　テキスト調整　*****/

.letter-small {
	font-size: 90%;
	}


/*****　テーブル　IE8以前用にコピー　*****/

table {
	width: 100%;
	border: solid 1px #b2b2b2;
	border: solid 1px rgba(0,0,0,0.3);
	margin-bottom: 0.8em;
	}

th,
td {
	border-bottom: solid 1px #d9d9d9;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	padding: 0.5em;
	vertical-align:middle;
	line-height: 160%;
	}
th {
	background-color: #e5eff9;
	background-color: rgba(149,185,226,0.25);
	}
	
.cell-mult th {
	border-bottom: none;
	}

th + td,
td + td {
	/*vertical-align: top;*/
	border-left: dotted 1px #b2b2b2;
	border-left: dotted 1px rgba(0,0,0,0.3);
	}

.table-partition {
	border-left: dotted 1px #b2b2b2;
	border-left: dotted 1px rgba(0,0,0,0.3);
	}
	
.table-striped tbody tr:nth-child(even) td {
	background-color:#f7f7f7;
	background-color: rgba(218,218,218,0.25);
	}
.table-striped tbody tr:nth-child(even) th {
	background-color:#d6e5f1;
	background-color: rgba(107,149,192,0.25);
	}



/*****　グリッド　IE8以前用にコピー　*****/

.grid-2 {
	float: left;
	/*margin-left: 2.32%;*/
	}
.grid-2.right {
	float: right;
	}
.grid-2 {
	/*width: 48.83%;*/
	width: 50%;
	/*background-color: #eee;*/
	}
.grid-2:first-child {
	margin-left: 0;
	}
.grid-2 p:last-child {
	margin-bottom : 0 ;
	}

.grid-2 + .grid-2 {
	margin-top : 0 ;
	}
.grid-2.no-child article {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	}
.grid-2 + .grid-2 article:last-child.border480 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}
.grid-row.border-bottom768 {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}
section .grid-2:first-child {
	width: 48.5%;
	}
section .grid-2:last-child {
	width: 48.5%;
	margin-left: 3%;
	}
section .grid-2:last-child.left {
	margin-left: 0;
	}
section .grid-2:first-child.no-child,
section .grid-2:last-child.no-child {
	margin-left: 0;
	}

section .grid-2.ratio3 {
	width: 32.3%;
	}
section .grid-2.ratio6 {
	width: 64.6%;
	}
 .grid-2.ratio3 img {
	 width: 100%;
	 max-width: 100%;
	 }


/*****　アプリのプライバシーポリシー　*****/

.privacy-app h3 {
    font-size: 20px;
	color: #153b8a;
	line-height: 160%;
	padding: 0;
	margin: 0 0 20px;
	}

.privacy-app h4 {
    background-color: #dae5f0;
	line-height: 160%;
	padding: 10px 10px 7px;
	margin: 0;
	}

table.table-privacy {
    border: none;
	/*border-top: solid 1px #ccc;*/
	border-bottom: solid 1px #ccc;
	margin-bottom: 40px;
	}
table.table-privacy:last-child {margin-bottom: 0;}

table.table-privacy,
table.table-privacy th,
table.table-privacy td,
table.table-privacy.break480 th {
	background-color: transparent!important;
	
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	}
table.table-privacy th {
    width: 25%;
	padding: 0 0 0 10px;
	}

table.table-privacy th + td {border-left: none;}

table.table-privacy .arrow {
    background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	padding-right: 20px;
	}



/*************************************************************************/


@media (min-width: 1024px) {
	
body {
	font-size: small;
	}



}



/*************************************************************************/

/*****　スマホ・タブレットでの非表示対応　*****/

@media (max-width: 1024px) {
	
.container {
	background-image: none;
	}
	
/*section,*/
.side,
/*h1,*/
/*.ad-header,*/
.ad-bottom
/*.about-appendix h3*/ {
	display: none;
	}
	
header,
div.header-fixed,
section,
footer,
h1,
.grid-row,
.page-nav,
article.page-list,
.about-appendix {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
div.header-fixed {
	padding-left: 2.5%;
	padding-right: 2.5%;
	}

.header-fixed {
	opacity:1;
	}
div.header-fixed {
	position: relative;
	z-index: 1000;
	width: 95%;
	}
div.header-fixed + section,
div.header-fixed + .container {
	padding-top: 0px;
	}


.grid-row {
	margin-bottom: 20px;
	}
.grid-2 section {
	width: 98%;
	margin-left: 4%;
	}
.grid-2:first-child section {
	margin-left: 0;
	}

section .grid-row,
section .page-nav.bottom  {
	width: 100%;
	}


header {
	margin-bottom: 10px;
	}
.title-header .name {
	/*display: none;*/
	width: 220px;
	}
.ad-header {
	/*float: none;*/
	width: 728px;
	/*height: 90px;*/
	margin: auto;
	margin-bottom: 2px;
	}
	
footer {
	margin-top: 20px;
	margin-bottom: 0;
	}
.wrapper {
	width: 100%;
	}
.contents {
	float: none;
	width: 100%;
	}
/*h1 {
	margin-bottom: 20px;
	}*/
.about-appendix {
	margin-top: 0;
	}
.about-appendix h4 {
	font-size: 120%;
	}

/*　ストアアイコン　*/
.banner-row {
	background-position: 16% 0;
	background-size: 14%;
	}
.banner-row img {
	width: 50%;
	}


#contents_mobile {
	display: block;
	color: #E95D09;
	font-weight:bold;
	font-size: 120%;
	line-height: 160%;
	margin:1em 0;
	}


/*****　モバイル用バナー　*****/

.ad-mobile {
	display: block;
	}


/*****　項目一覧　*****/

.page-list li {
	width: 25%;
	}
.page-list.prefecture li {
	width: 10%;
	}

}




/*************************************************************************/


@media (max-width: 1000px) {

.title-header .name {
	display: none;
	}
.ad-header {
	float: none;
	width: 728px;
	/*height: 90px;*/
	margin: auto;
	margin-bottom: 2px;
	}

	
	
}




/*************************************************************************/


@media (max-width:830px) {
	
/*　グーグル広告　*/
.ad-list  {
	display: none;
	}
}




/*************************************************************************/


@media (max-width:768px) {
	
header,
div.header-fixed,
footer,
h1,
.page-nav,
article.page-list,
.about-appendix {
	width: 96%;
	}
div.header-fixed {
	padding-left: 2%;
	padding-right: 2%;
	}
.header-fixed {
	border-bottom: solid 3px #2a6bb2;
	}
/*div.header-fixed + section,
div.header-fixed + .container {
	padding-top: 158px;
	}*/

/****　グリッド　*****/

.grid-2 {
	float: none;
	width: 100%;
	margin: 0;
	}
.grid-2 section {
	width: 100%;
	margin-left: 0;
	}
.grid-2 + .grid-2 {
	margin-top: 20px;
	padding-left: 0;
	}
.grid-2 + .grid-2 section {
	margin-left: 0;
	margin-right: 0;
	}
	
section .grid-2:first-child,
section .grid-2:last-child {
	width: 100%;
	margin-left: 0;
	}

section.dct-banner .grid-2 {
	float: left;
	width: 48.5%;
	margin-left: 3%;
	margin-top: 0;
	}
section.dct-banner .grid-2:first-child {
	margin-left: 0;
	}


.title-header .name {
	display: block;
	height: 56px;
	margin-top: 2px;
	}
.ad-header {
	float: right;
	width: 468px;
	/*height: 60px;*/
	}
	

/*****　ページナビ　*****/

.page-list li {
	width: 33.333%;
	}
	

/*****　アプリ紹介　*****/

.appendix-title h3 {
	font-size: 220%;
	}
.about-appendix .btn a {
	width: 94%;
	}

/*　ストアアイコン　*/
.banner-row {
	background-position: 11% 0;
	background-size: 14%;
	}
.banner-row img {
	width: 60%;
	}

}


/*****　アプリのプライバシーポリシー　*****/

.privacy-app h3 {
    font-size: 18px;
	margin: 0 0 10px;
	}
	
table.table-privacy th {width: 30%;}




/*************************************************************************/


@media (max-width: 730px) {

.title-header .name {
	display: none;
	}
.ad-header {
	float: none;
	}
}




/*************************************************************************/


@media (max-width: 646px) {

/*.ad-header {
	display:none;
}
*/
}




/*************************************************************************/


@media (max-width: 600px) {
	
/*****　ページナビ　*****/

.page-nav {
	text-align: center;
	}
.go-next {
	margin-right: 0;
	}

.page-list li {
	width: 33.333%;
	}
.page-list.prefecture li {
	width: 10%;
	}

.about-appendix .icon-topic a {
	padding: 5px 10px;
	}
figure.app-img img {
	width: 200px;
	}

/*****　アプリ紹介　*****/
　
.appendix-title h3 {
	margin: 0 0 10px 0;
	}
.about-appendix .btn a {
	width: 92%;
	}
	
/*　ストアアイコン　*/
.banner-row {
	background-position: 9% 0;
	background-size: 16%;
	}
.banner-row img {
	width: 60%;
	}

/*****　アプリのプライバシーポリシー　*****/

.privacy-app h3 {
    font-size: 17px;
	margin: 0 0 10px;
	}
.privacy-app h4 {
    font-size: 15px;
	padding: 10px 2%;
	}
	


}



/*************************************************************************/


@media (max-width: 480px) {


.header-fixed {
	border-bottom: solid 2px #2a6bb2;
	}
/*div.header-fixed + section,
div.header-fixed + .container {
	padding-top: 137px;
	}*/
	
/*.title-header .name {
	display: block;
	height: 30px;
	margin-top: 7px;
	}*/
.ad-header {
	width: 320px;
	/*float: right;*/
	/*
	height: 50px;*/
	}
	


h1 {
	height: 78px;
	}
h1 .topic-title {
	font-size: 85%;
	height: 78px;
	background-position: 10px center;
	padding-left: 75px;
	}

h2 {
	padding-left: 10px;
	}


/*****　ページナビ　*****/

.page-list li {
	width: 50%;
	}


.about-appendix p.icon-topic {
	text-align: center;
	margin:0;
	}

figure.app-img img {
	width: 160px;
	}
	
.store-banner {
	text-align: center;
	width: 100%;
	}


/*****　アプリ紹介　*****/

.appendix-title {
	 padding: 20px;
	}
.appendix-title h3 {
	font-size: 200%;
	line-height: 120%;
	margin: 0 0 10px 0;
	}
.about-appendix p.btn {
	font-size: 160%;
	line-height: 120%;
	}
.about-appendix .btn a {
	width: 95%;
	height: 60px;
	padding: 10px;
	}
.about-appendix .btn a img {
	width: 60px;
	}

/*　ストアアイコン　*/
.banner-row {
	width: 50%;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px ;
	}
.banner-row img {
	width: 60%;
	}

/*****　ドリカムバナー　home　*****/

section.dct-banner .grid-2 {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 0px;
	}
section.dct-banner {
	margin-bottom: 10px;
	}
	
.appear480 {
	display: block;
	}


/*****　アプリのプライバシーポリシー　*****/

.privacy-app h3 {
    font-size: 17px;
	margin: 0 0 10px;
	}
.privacy-app h4 {
    font-size: 15px;
	padding: 10px 2%;
	}
	
/*table.table-privacy th {width: 30%;}*/

table.table-privacy th,
table.table-privacy td {padding-left: 2%;}

table.table-privacy.break480-web th,
table.table-privacy.break480-web td {
	width: 96%;
	display: block;
	}
table.table-privacy.break480-web th {
    border: none;
	padding: 10px 2% 5px;
	}
table.table-privacy.break480-web td {
	border-bottom: solid 1px #ccc;
	padding: 0 2% 10px;
	}
table.table-privacy.break480-web {border-bottom: none;}


}




/*************************************************************************/


@media (max-width: 380px) {

header,
div.header-fixed,
footer,
h1,
.page-nav,
.page-list-sp,
.about-appendix {
	width: 94%;
	}
div.header-fixed {
	padding-left: 3%;
	padding-right: 3%;
	}



h1 .topic-title {
	font-size: 80%;
	}


/*****　ページナビ　*****/

.go-prev,
.go-next {
	width: 100px;
	}
.page-count {
	width: 50px;
	}
.go-next a {
	background-position: 80px ;
	}


figure.app-img {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	}

.about-appendix h4,
.about-appendix p,
.about-appendix ul {
	margin-left: 10px;
	margin-right: 10px;
	}

/*****　アプリ紹介　*****/

.appendix-title {
	 padding: 10px;
	 margin-bottom: 10px;
	}
.appendix-title h3 {
	font-size: 160%;
	}
.about-appendix p.btn {
	font-size: 140%;
	}
.about-appendix .btn a {
	width: 94%;
	height: 50px;
	}
.about-appendix .btn a img {
	width: 50px;
	}
	
/*　ストアアイコン　*/
.banner-row {
	width: 100%;
	background-position: 21% 0;
	background-size: 12%;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px ;
	}
.banner-row img {
	width: 45%;
	}



}




/*************************************************************************/


@media (max-width: 320px) {

.ad-header {
	margin-left: -3%;
	}

/*****　ページナビ　*****/

.page-list li {
	width: 100%;
	}

	
/*****　アプリ紹介　*****/

.appendix-title h3 {
	font-size: 140%;
	}
.about-appendix p.btn {
	font-size: 120%;
	}
.about-appendix .btn a {
	width: 93%;
	height: 46px;
	}
.about-appendix .btn a img {
	width: 46px;
	}

}