<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* default */
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1em;
}
header,hgroup,nav,article,section,aside,figure,footer{display:block;}
ol, ul{list-style: none;  }
html{font:14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;}

body{background:#FFF;width:100%;color:#333631;}
a,a:hover{color:#333631;text-decoration:none;
}


header{
width:100%;
overflow:hidden;
}


#top h1{
	background:#FF1B70;
	width:100%;
	padding:2px 10px;
	color:#fff;
	overflow:-webkit-marquee;
	white-space:nowrap;
}


p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{

	margin:auto;
	}

/*	ヘッダー画像内 文字	*/
p#h_image span{
	padding:0 10px;
	display:block;
	color:#FFF;
	position:absolute;
	z-index:2;
	top:40%;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:10px;
	color: #FF0468;
	text-align:center;
	font-size:18px;
}

header p.text{
	padding:0 10px;
	margin-bottom:5%;
	color:#666;
}



article{
	width:100%;
	overflow:hidden;
}


/* H2 */
article .title h2 {
  position: relative;
  padding: 0.6em;
  background: #FF1B70;
  color:#FFF;
  padding:20px 10px;
  font-size:18px;
}
article .title h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #FF1B70;
width: 0;
height: 0;
}



article .title10 h2{
	background: #E03576;
	padding:20px 10px;
	margin:0;
	border-top:solid 3px #FEE800;
	border-bottom:solid 3px #FEE800;
	text-shadow:1px 1px 1px #000;
	color:#FFF;
	font-size:180%;
	text-align: center;
}
article .commnet h2{
	background: #66A030;
	padding:10px;
	margin:0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	color:#FFF;
	font-size:140%;
	text-align: center;
	font-weight: normal;
}
article .graf h2{
	background:#E04B4B;
	padding:10px;
	margin:0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	color:#FFF;
	font-size:140%;
	text-align: center;
	font-weight: normal;
}

article h3{
	padding:10px;
	margin:0;
	color:blue;
	font-size:120%;
}


article section{
	padding:4% 5px 4% 10px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: linear-gradient(top, #f8f8f8, #f2f2f2);
	border:solid 1px;
	border-color:#FFF transparent #eee;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #ececec, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ececec, #d9d9d9);
	background-image: linear-gradient(top, #ececec, #d9d9d9);
	border:solid 1px;
	border-color:#FFF transparent #eee;
}

article section a{
	background:url(img/arrow_r.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}

article section a figure{
	width:35%;
	margin-right:10px;
	overflow:hidden;
	float:left;

	}

article section a figure img{
	background:#9CA695;
	width:100%;
	margin-bottom:-4.5%;
	}

@media screen and (min-width:480px) {
	article section a figure{
		padding-bottom:0.5%;
	}
}

article section a h2{
	width:60.5%;
	color:#9CA695;
	float:right;
}

article section a p{
	width:60.5%;
	float:right;
}

p.go_top{
	text-align:right;}

p.go_top a{
	margin-right:5px;
	padding:5% 15px 5% 0;
	display:block;
	color:#9CA695;
}


.kabu_text{
	padding:10px;
	border-width:1px 0;
}

.kabu_text img{
	margin:auto;
	display:block;
	border:solid 1px #333631;
}

.pick_waku{
background: #ffffe5;
padding:10px 10px 20px 10px;
color:#252525;
}
.pick_waku img{
	border: none!important;
}

.pickup_title{
	background: #FF0468;
	padding:10px 10px;
	margin:16px 0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	text-shadow:1px 1px 1px #000;
	color:#FFF;
	font-size:150%;
	text-align: center;
}


footer ul{
	padding:4% 0;
	overflow:hidden;
}

footer ul li{
	width:20%;
	margin:2% 2.5% 2% 2.5%;
	float:left;
}

footer ul li a{
	padding:1.4em 0;
	display:block;
	color:#fff;
	border:solid 1px #999;
	text-decoration: none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	text-align:center;
	-moz-box-shadow:0px 0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 0px 1px #fff;
	box-shadow:0px 0px 0px 1px #fff;
	background: #407FED;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

footer ul li a:hover{
	color:#eee;
}
footer a{
	color:blue;
	text-decoration: underline;
}
footer a:hover{
	color:blue;
	text-decoration: none;
}

address{
	padding:10% 0;
	border-top:solid 1px #eee;
	text-decoration:none;
	font-style: normal;
	color:#666;
	background: #eee;
}
address a{
	color:#666;
	text-decoration:none;
	font-style: normal;
}

address p{
	font-size:1em;
	text-align:center;
}

hr.style10 {
	border-top: 1px dashed #E96C98;
	border-bottom: 1px dashed #fff;
}

#kyuujyousyou{
	margin: 20px!important;
	padding:20px!important;
}

img.app_icon_style{
-moz-box-shadow: 0 0 10px #666;
-webkit-box-shadow: 0 0 10px #666;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

/* 囲み */
.box15 {
    padding: 0.2em 0.5em;
    margin: 2em;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}

/* marker */
.marker_yellow {
background: linear-gradient(transparent 60%, #ffff00 60%);
}

/* 区切り */
.accessory {
  height: 6px;
  background-image: radial-gradient(
    closest-side,
    hsla(0, 0%, 50%, 1.0),
    hsla(0, 0%, 50%, 0) 100%);
  position: relative;
}
.accessory:after {
  position: absolute;
  top:  50%;
  left: 50%;
  display:block;
  background-color: hsl(0, 0%, 75%);
  height: 12px;
  width:  12px;
  transform: rotate(45deg);
  margin-top:  -10px;
  margin-left: -10px;
  border-radius: 4px 0;
  border: 4px solid hsla(0, 0%, 100%, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
}

/*立体ボタン*/
.solid_btn{
	margin:-20px 0 50px 0;
}
.solid_btn a{

	background-color:#216BFF;
	padding:16px 40px;
	position:relative;/*:activeのために基準値を設ける*/
	text-decoration:none;
	color:#fff;
	box-shadow:0px 8px 0px #174ab2;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.solid_btn a:hover{
	border:3px solid #151515;
	color:#333;
	background:#ffe100;
	box-shadow:0px 0px 0px #FFF;
}
/*
.solid_btn a:active {
	color:#eee;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	background-color:#1d60e5;
	box-shadow:inset 0px -1px 0px #174ab2;
	top:7px;
}*/
.solid_btn span{
	font-size:80%;
	color:#FF2F92;
	display: block;
	margin-top:30px;
}

/*　アプリ画像2 */
.app_dl_icon{
	margin:10px 0;
}
/* アプリ名 small */
.app_name{
	color:#999;
	font-size:11px;
	text-align: center;
	margin:0;
	padding:0;
}

.marqueeRightLeft {
	width: 100%;
	padding: 0.5em 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;

	color:#fff;
	font-weight: bold;
}

.marqueeRightLeft p:after {
	content: "";
	white-space: nowrap;
}

.marqueeRightLeft p {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:12s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:12s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:12s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:12s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:12s;
		animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}
</pre></body></html>