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

/* 全体の設定
--------------------*/
header,footer,nav,section{display:block;}

body,p,h1,h2,h3,h4,h5,h6,
ul,li,img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
}

.clearfix{zoom:1;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

body{
font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
font-size:13px;
-webkit-text-size-adjust:none;
}

img{border:none;}
li{list-style:none;}

a{color:#000fff;text-decoration: none;}/* リンク色変更はここ */
a:hover{text-decoration: underline;}/* リンク色変更はここ */

/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/

h1{
	background:#ff2c74;
	color:#fff0f5;
	font-size:11px;
	padding:2px 0 2px 10px;
	text-align: center;
}

.logo{
	padding:15px 20px 10px 20px;
	text-align: center;
}

#top-title{
	padding:0 5px!important;
	background: #fff;
}


h2#top {
	font-size:23px;
	font-weight: bold;
	color:#000!important;
	position: relative;
	background: #fff0f5;
	border: 6px solid #FF2C74!important;
	padding:10px;
}
h2#top:after, h2#top:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	
}
h2#top:after {
	border-color: rgba(255, 236, 243, 0);
	border-top-color: #FFECF3;
	border-width: 15px;
	margin-left: -15px;
	
}
h2#top:before {
	border-color: rgba(255, 26, 146, 0);
	border-top-color: #FF2C74;
	border-width: 23px;
	margin-left: -23px;
}


/* 導入テキスト部分
--------------------*/

#desc{
	margin:15px 10px 0;
	color:#ff538e;
	background: #f4f4f4;
	padding:8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#main-conts{
	margin-bottom:30px;
}
#main-conts p{
	font-size:16px;
	color:#252525;
	padding:15px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
a.storelinks{
	color:#aaa!important;
	font-size: 80%;
}

img.main-img{
max-width: 300px; 
padding:8px;
height:auto;
display: block;
margin:10px auto;
border:1px solid #eee;
}
img.sub-img{
max-width: 300px; 
padding:8px;
height:auto;
display: block;
margin:10px auto;
}

#main-conts h3{
	font-size:22px;
	color:#fff;
	font-weight: ;
	padding:10px;
	background: #FF2C74;
	margin-right:10px;
	margin-left: 10px;
	margin-top:22px;
	word-wrap:break-all;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#main-conts h4{
	font-size:19px;
	color:#fff;
	font-weight: ;
	padding:10px;
	background: #ff679b;
	margin-top:22px;
	margin-right:10px;
	margin-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#main-conts h5{
	font-size:19px;
	color:#222;
	font-weight: ;
	padding:10px;
	background: #eee;
	margin-top:20px;
	margin-right:10px;
	margin-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#main-conts h6{
	font-size:17px;
	color:#222;
	font-weight: ;
	padding:10px 10px 2px 4px;
	margin-right:10px;
	margin-left: 10px;
	border-bottom:2px solid #ccc;
	}


#main-conts  ol {
	counter-reset: li;
}
 
#main-conts  ol &gt; li {
	list-style: none;
	position: relative;
	padding-left: 2em;
	margin-bottom: 0.8em;
}
 
#main-conts ol &gt; li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #FF4A8C; /*薄いピンク*/
	border: 1px solid #ff99ab; /*濃いピンク*/
	color: #ffffff; /*白*/
	border-radius: 50%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.3em; /*幅を決めるheightと同じ数値に*/
	height: 1.3em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.4;/*数字の位置あわせで数値を指定*/
}



ul.sample1{
  padding: 0.5em 0.5em 0.5em 1.3em;
  font: 14px/1.6 'arial narrow', sans-serif;
  max-width:320px;
  list-style: none;
  margin-bottom:20px;
}
ul.sample1 li{
  color: #333;
  position: relative;
  padding: 0.5em 1em 0.5em 30px;
}

ul.sample1 li:nth-child(4n+1){
  border-bottom:dashed 1px #FFA79F;
  margin-right: 20px;
}
ul.sample1 li:nth-child(4n+2){
  border-bottom:dashed 1px #FFE09D;
  margin-right: 20px;
}
ul.sample1 li:nth-child(4n+3){
  border-bottom:dashed 1px #9FCDFF;
  margin-right: 20px;
}
ul.sample1 li:nth-child(4n+4){
  border-bottom:dashed 1px #AFEBB6;
  margin-right: 20px;
}
ul.sample1 li:before{
  content: "";
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.sample1 li:nth-child(4n+1):before{
  background: #FFA79F;
}
ul.sample1 li:nth-child(4n+2):before{
  background: #FFE09D;
}
ul.sample1 li:nth-child(4n+3):before{
  background: #9FCDFF;
}
ul.sample1 li:nth-child(4n+4):before{
  background: #AFEBB6;
}

 

/* カテゴリ部分
--------------------*/
#catebox{
	width:315px;
	margin:0 auto;
}

#catebox ul{
	background:#ddd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px 0 0 10px;
	margin:15px 10px;
}

#catebox li{
	float:left;
	text-align:center;
	margin:0 10px 10px 0;
}

#catebox li img{
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#catebox a{
	text-decoration:none;
}

/* 広告部分
--------------------*/
.ad{
	text-align:center;
	margin:0 10px 15px;
}

/* 最後の文章部分
--------------------*/
#outro{
	margin:0 10px 15px;
}


/* フッタ部分
--------------------*/
#footer{
	text-align:center;
	background:#ff2572;
	color:#fff;
	font-size:12px;
	padding:20px;
}

#footer a{color:#fff; text-decoration:none;}

/*----------------------------------------
 カテゴリページここから
----------------------------------------*/
/* ヘッダ部分
--------------------*/
h2#cate{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	color: #ee418c;
	text-shadow: 0 1px 0 white;
	margin:0 10px;
	text-align:left;
}

#box_t p img{
	margin:5px 7px 0 10px;
	border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius:6px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, .3);
	float:left;
}

/* サイト紹介部分
--------------------*/


.sitebox div{
	margin:10px;
}

.siteimg{
	float:left;
	margin-right:10px;
}

.siteimg img{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.sitetxt{
	float:left;
	width:200px;
}

@media screen and (min-width: 480px) {
	.sitetxt{
	float:left;
	width:360px;
	}
}

.sitebtn{text-align:center;}

.sitebtn a,
#homebtn a{
	display:block;
	text-decoration:none;
	text-shadow:0 1px 0 white;
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	margin:0 auto;
	width:170px;
	height:35px;
	border:1px solid #8b8b8b;
	border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top,#f4f3f3,
									#ecebeb 50%,
									#e3e3e3 51%,
									#d9d9d9);
	background:-webkit-gradient(linear, left top, left bottom, from(#f4f3f3),
									color-stop(0.5, #ecebeb),
									color-stop(0.51, #e3e3e3),
									to(#d9d9d9));
}

.sitebtn a img{
	margin-left:5px;
}

/* 広告部分
--------------------*/
.ad2{
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #ef4a91;
}

/* ホームへ戻るボタン
--------------------*/
#homebtn{
	text-align:center;
	margin:25px 0;
}

#homebtn a img{
	margin-right:5px;
}

/* アプリストアDLアイコン横並び */
.app-dl-box{
border:1px solid #eee;
padding:16px;
margin:20px 10px;
font-size:11px;
color:#999;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #f9f9f9;
width: auto;
}
.app-dl-box img{
float:left;
padding-right:10px;
}

.app-dl {
padding-top:15px;
clear:both;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.app-dl img {
width: 49%!important;
height: 100%!important;
}

/* アプリストアDLアイコン横並び */
.app-dl-box{
border:4px double #eee;
padding:12px;
margin:20px 20px;
font-size:10px;
color:#999;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.app-dl-box img{
float:left;
padding-right:10px;
}
.app-dl {
padding-top:15px;
clear:both;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.app-dl a{
width: 48.5%;
}

/* ゲームアプリ ストア */
.game-app-dl-box{
border:1px solid #eee;
padding:5px 5px 10px 5px;
margin:20px 15px;
font-size:10px;
color:#999;
background: #f9f9f9;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #fff;
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);*/
}
.game-app-dl-box img{
float:left;
}
.game-app-dl-box span{
clear:both;
color:#aaa;
font-size:9px;
padding:10px 0;
}
.game-app-dl {
padding-top:15px;
clear:both;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.game-app-dl a{
text-align: center;
margin:0 auto;
border:1px solid #1919ff;
color:#1919ff;
font-size:12px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding:8px;
text-decoration:none;
}

.box22{
    padding: 0.5em 1em;
    margin: 1em;
    background: #f4f4f4;
    border-left: solid 6px #3F81F0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box22 p {
    margin: 0; 
    padding: 0;
}

/* 記事下 画像付き記事リスト ++++++++++++++++++++++++++++++++++++++ */
#news1{
margin: 10px 0;
}
#news1 ul li{
display:table;
width:95%;
background: ;
}
#news1 ul li:not(:last-child){
/*border-top:1px solid #f8f8f8;*/
}
#news1 ul li a{
display:block;
padding:7px 25px 7px 7px;
position:relative;
text-decoration:none;
border-bottom:1px solid #f8f8f8;
}
#news1 ul li span{
font-size:10px;
color:#ff92b8;
padding:2px 4px;
background: #ffd3e2;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
#news1 ul li p{
font-size:15px;
font-weight: ;
color:#151515;
line-height: 1.2;
margin:0!important;
padding:0!important;
margin-right: 10px!important;
}
#news1 .news1_content{
}
#news1 ul li a:after{
content: "";
display: block;
height: 0px;
width: 0px;
border: 6px solid transparent;
border-left-color: #aaa;
position:absolute;
top:50%;
right:0px;
}
#news1 ul li figure{
display:table-cell;
vertical-align:middle;
width:75px;
padding-right:10px;
line-height:0.1em;
}
#news1 ul li figure img{
width:75px;
height:auto;
border:1px solid #eee;
}
#news1 ul li div{
display:table-cell;
vertical-align:middle;
}

#news1 img.news_kanren_img{
width: 75px!important;
height: 75px!important;
}


</pre></body></html>