@charset "utf-8";

/* 単独ブログ用CSS */
/* このブログでしか使わないスタイル設定はこのCSSに設定する。 */

/* RESPEC各ブログで共有するスタイル設定は「デザインスタイルシート」に設定。 */


p.floatright + h3,p.entrylink + h3{	/* 特定ブロック後の見出しは上余白を多めに取る */
padding-top:10px !important;
}


	/* --- 詳細リンク（ボタン化） --- */
a.detail{
display:block;float:right;
width:110px;height:30px;
overflow:hidden;
margin:3px 0 3px auto;
text-align:left;
text-indent:-9999px;
background:url(images/detail.gif) no-repeat 0 0 transparent;
}

a.detail:hover{
background:url(images/detail.gif) no-repeat -110px 0 transparent;
}


	/* --- テキスト --- */

span.gatewidth{	/* ゲート設置・感知幅テキスト強調 */
font-weight:bold;
color:#f06;
}



/* =====  ===== */

	/* --- パチンコゲートテキスト強調 --- */
span.pachinkogate{
color:#f06;
}


	/* --- パチンコゲート概要 --- */
ol#pachinkogatedesc{
list-style-type:none;
margin-left:0px !important;
margin-top:10px !important;
}

ol#pachinkogatedesc li{
clear:both;
margin-left:0 !important;
padding-left:0 !important;
padding-bottom:30px;
background:url(/security/security_gate/images/pachinkogate_desc_arrow.gif) no-repeat 60% 100% transparent;
}

ol#pachinkogatedesc li#lastmarker{
background-image:none;
padding-bottom:0 !important;
}

ol#pachinkogatedesc li img{
float:left;
margin:-5px 5px 5px 0;
}


	/* --- WGゲート・タグバリエーション --- */
ul.valiations{
list-style-type:none;
margin-left:0px !important;
margin-top:10px !important;
}

ul.valiations li{
width:140px;height:190px;
float:left;
text-align:center;
border-right:solid 1px #cdcdcd;
border-bottom:solid 1px #aaa;
margin-right:10px;
margin-bottom:10px;
}


	/* --- チェイサーα特徴（イメージ背景設定） --- */
div.chaseralpha{
background:url(security_tag/images/chaser_alpha_bg.jpg) no-repeat 50% 50% transparent;
}

