<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 */





/* ------------------------------

    * リセット

------------------------------ */



h1, h2, h3, h4, h5, h6 {

	margin: 0px;

	padding: 0px;

}



p, hr, blockquote, address, noscript {

	margin: 0px;

	padding: 0px;

	font-style: normal;

	font-weight: normal;

	border: none;

}



ul, li , ol, dl, dt, dd , pre, table, form {

	margin: 0px;

	padding: 0px;

}



li  {

	list-style-type: none;



}



table , img {

	border: none;

}



em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {

	margin: 0px;

	padding: 0px;

	font-style: normal;

	font-weight: normal;

}



hr {

	display: none;

	clear: both;

}



img {

	border: none;

}



/* ------------------------------

    * 全体指定

------------------------------ */



* {

	margin: 0;

	padding: 0;

}



html {

	overflow-y:scroll;

}



/* ------------------------------

    リンク指定

------------------------------ */



a:link,

a:visited,

a:active {

	text-decoration: none;

}

	

a:hover {

	text-decoration: none;

}



img {

	border: none;

	max-width: 260px;

	height: auto;

}





/* ------------------------------

    デフォルトクリア

------------------------------ */



.ui-header .ui-title, /* ヘッダー */

.ui-footer .ui-title, /* フッター */

.ui-btn-inner, /* ボタン */

.ui-li-heading, /* リスト見出し */

.ui-li .ui-btn-text a.ui-link-inherit, /* リンクリスト */

.ui-li-desc /* リスト詳細 */

{ overflow: visible; white-space: normal; }







/* ------------------------------

    ▲▲▲ ヘッダー

------------------------------ */





/* ------------------------------

    ■ テキスト

------------------------------ */



h1 {

	font-size: 10px;

	color: #666;

	text-align: left;

}



/* トップ用 */



.t_1{

	font-size: 10px;

	color: #666;

}





/* トップの下のサブタイトル用  */



.t_3{

	font-size: 14px;

	color: #F659C0;

	margin-top:15px;

	margin-left:20px;

	margin-bottom:0;

	font-weight: bold;

}



/* ------------------------------

    ■　ボタン指定用

------------------------------ */



.back_btn {

	margin-left:10px;

	margin-bottom:10px;

}



.btn_01 {

	margin-left:15px;

	margin-right:15px;

	margin-bottom:20px;

	float: right;

	clear: right;

}





/* ------------------------------

    ▼▼▼ フッター

------------------------------ */





.foot{

	width:100%;

	text-align: center;	

}





/* ------------------------------

    デフォルト・クリア＋

------------------------------ */



.ui-li .ui-btn-text a.ui-link-inherit {

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: normal !important;

}







/* ------------------------------

    メインコンテンツ

------------------------------ */



div h2 {

	color: #666;

	font-size: 10px;

}



time {

	color: #FE336F;

	font-size: 12px;

}



p {

	color: #3487E3;

	font-size: 12px;

}



span { color: #FE336F; }





.main_btn{

	margin:20px 0;



}



.up_img_box{

	display: block;

	width: 100%;

	text-align: center;

}



.up_img_box img.img_ov300{

	max-width: 300px;

	width: 100%;

}

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