@charset "euc-jp";
/*******************************************************/
/*　　　　　     パチマガスロマガPC　CSS　　　　　　 */
/*******************************************************/

/***【TOPページ】***/
* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0px;
	padding:0px;
}


.container {
	margin:0 auto;
    width:100%;
	max-width:100%;
    min-width:1263px;
    position:relative;
    height:auto !important;    
    height:100%;
    min-height:100%;
	text-align:center;
	background-color:#FFF;
	/*background-image:url(../img/bg170605.jpg);
	background-position:50% 441px;*/
}




/***【ヘッダー】***/
#header {
	margin:0 auto;
	width:1240px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	zoom:1
}
/* clearfx */
#header:before {
    content:"";
    display:table;
}
#header:after {
    content:"";
    display:table;
	clear:both;
}

#header_site_ex_bg {
	background-color:#000;
	margin:0;
	padding:5px;
	text-align:center;
	height:28px;
}

#header_site_ex {
	font-size:12px;
	line-height:normal;
	text-align:left;
	color:#FFF;
	width:1240px;
	margin:0 auto;
}

#header_bg {
	background: #262626; /* Old browsers */
	background: -moz-linear-gradient(top,  #262626 27%, #383838 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #262626 27%,#383838 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #262626 27%,#383838 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
	background-color:#000;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	height:75px;
}


#header_logo {
	width:240px;
	height:75px;
	float:left;
}

#header_banner {
	width:468px;
	height:60px;
	margin:5px 0;
	float:right;
}

#header_menu_bg {
	background-color:#686868;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff6d00',GradientType=0 ); /* IE6-9 */
	margin:0px;
	padding:6px 0 2px 0;
	text-align:center;
	height:38px;
}

#header_menu {
	font-size:12;
	color:#cc6600;
	font-weight:bold;
	line-height:normal;
	text-align:left;
	width:1240px;
	margin:0 auto;
}





/***【ヘッダーメニュー】***/
.headerbox {
	width:1240px;
	display: table;
	margin:0 auto;
}

.headerbox .cenbox,
.headerbox .lefbox,
.headerbox .ribox {
	display: table-cell;
	vertical-align:top;
}

.headerbox .cenbox {
	width: 300px;
	text-align:right;
}

.headerbox .lefbox {
	width: 770px;
	text-align:left;
}

.headerbox .koukoku02 {
	width: 170px;
	text-align:right;
}





/***【メニューボタン】***/
.btn-menu {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 15%, #cecece 47%, #ffffff 55%, #b5b5b5 79%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 15%,#cecece 47%,#ffffff 55%,#b5b5b5 79%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 15%,#cecece 47%,#ffffff 55%,#b5b5b5 79%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #303030;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #5b5b5b;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    /*text-shadow: 0px 0px 3px rgba(0,0,0,0.5);*/
    /*width: 120px;*/
	height:26px;
    padding: 3px 10px 0 10px;
	float:left;
}


.btn-menu a {
	padding:0;
	margin:0;
}


.btn-menu:hover {
	color:#797777;
}



/***【ログインボタン】***/
.btn-log {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
    background: #feccb1; /* Old browsers */
    background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 1px solid #d24800;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 160px;
	height:26px;
    padding: 3px 0 0 0;
	float:right;
}

.btn-log:hover {
	color:#ffcfb6;
}


.btn-log02 {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
	background:#FFF;
    color: #F00;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.6);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 160px;
	height:26px;
    padding: 5px 0 0 0;
	float:right;
	cursor:default;
}




/***【検索】***/
.search0 {
	/*margin:12px auto;
	padding:0 16px;*/
	/*padding:2px 8px 0 0;*/
	/*padding-bottom:6px;*/
	/*text-align:right;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:right;
}
.search0 form {
	margin:0;
	padding:0;
	width:300px;
	height:26px;
	/*display:table;*/
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.search0 form input[type*="text"] {
	margin:0;
	padding:0 0 0 28px;
	width:80%;
	height:26px;
	/*display:table-cell;*/
	vertical-align:middle;
	background:url(../img/gnav_000.png) no-repeat 4px 1px;
	background-color:#FFF;
	border:solid 1px #C0C0C0;
	border-right:none;
	font-size:14px;
	line-height:1.0;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-weight:normal;
}
.search0 form input[type*="submit"] {
	margin:0;
	padding:0;
	width:20%;
	height:26px;
	/*display:table-cell;*/
	vertical-align:middle;
	border:solid 1px #969595;
	font-size:14px;
	/*line-height:1.0;*/
	color:#FFF;
	text-shadow:0 1px 1px #666;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	background:-moz-linear-gradient(top, #0E85FF 0%, #002AC8 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0E85FF), color-stop(100%,#002AC8));
	background-color:#002AC8;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}







.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.alpha02 a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}

.alpha03 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.alpha04 a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}



/***【画像拡大】***/
.photo2 img{
  	transition: 0.3s;
}
.photo2 img:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}


/***【画像斜め】***/
.photo3 img{
  	transition: 0.2s;
}
.photo3 img:hover{
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
}


/***【画像回転】***/
.photo4 img{
  	transition: 0.5s;
}
.photo4 img:hover{
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
}




/*<!--ul.pan {
	padding:0;
}

ul.pan li {
	margin:0;
}

ul.pan li a {
	margin:0;
	text-decoration:none;
	text-align:left;
	overflow:hidden;
}-->*/




/***【流れるバナー】***/
.pandora {
	margin:0 auto;
	width:100%;
	height:308px;
	padding:10px;
	/*margin-bottom:10px;*/
	background-color: #ff0000;
	text-align:center;
	box-sizing:border-box;
	display:inline-block;
}


ul.pandorabox {
	padding:0;
	margin:0;
	width:100%;
	/*display:inline-block;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

ul.pandorabox li {
	padding:0;
	margin:0 2px;
	width:446px;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-right:8px;
}

ul.pandorabox li a {
	display:inline-block;
	margin-right:-4px;
}

.pandoracatch {
	border-spacing:0;
	padding:10px 4px;
	/*padding-bottom:4px;*/
	margin-bottom:10px;
	text-align:center;
	width:446px;
	font-size:13px;
	line-height:13px;
	background-color:#000000;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.pandoracatch a {
	padding:6px;
	text-decoration:none;
	color:#FFF;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}



/***【中央】***/
.body {
	width:100%;
	display:table;
	text-align:center;
	margin:0 auto;
	height:100vh;
	/*background-color:#FFF;
	background-image:url(../img/bg170605.jpg);
	background-position:50% 441px;
	background-repeat-x:no-repeat;*/
	
}

.body .content,
.body .content_left,
.body .content_right,
/*.body .koukoku01,
.body .koukoku02*/ {
	display:table-cell;
	vertical-align:top;
}

.body .content {
	width: 920px;
	padding:10px 0;
	display:table-cell;
	vertical-align:top;
}
.body .content_left {
	width:auto;
	text-align:right;
	background-color:#FFF;
	background-image:url(../img/bg200612_left.jpg);
	background-position:right top;
	background-repeat-x:no-repeat;
	position:relative;
	display:table-cell;
	vertical-align:top;
}
.body .content_right {
	width:auto;
	text-align:left;
	background-color:#FFF;
	background-image:url(../img/bg200312_right.jpg);
	background-position:left top;
	background-repeat-x:no-repeat;
	position:relative;
	display:table-cell;
	vertical-align:top;
}

.content_left .koukoku01 {
	width: 160px;
	position: absolute;
	top:-300px;
	right:0;
	height:1000px;
	z-index:9999;
}

.content_right .koukoku02 {
	width: 160px;
	position: absolute;
	top:-300px;
	left:0;
	height:1000px;
	z-index:9999;
}




/***【最速情報・バナー類】***/
.lucifer {
	width: 920px;
	display: table;
	text-align:center;
	border-collapse: separate;
	border-spacing:10px 0;
}

.lucifer .saisoku,
.lucifer .banner{
	display: table-cell;
	vertical-align:top;
}

.lucifer .saisoku{
	width:660px;
	/*background-color: #8c8a8a;*/
}

.lucifer .banner{
	width:260px;
	background-color: #FFFFFF;
}



/***【パチマガスロマガ速報】***/
.newinfo {
	padding:2px 3px 1px 10px;
	width:100%;
	border-spacing:0;
	text-align:left;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #B74CFF 0%, #9900FF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #B74CFF), color-stop(100%, #9900FF));
	background-color:#9900FF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイ・E・ Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold
}

ul.newinfoLink {
	padding:2px 1px;
	background-color:#8c8a8a;
}

/*ul.newinfoLink li {
	border-spacing:0;
	margin:2px 0;
	padding:4px;
	width:204px;
	height:182px;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	line-height:1.0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイ・E・ Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background:linear-gradient(rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255,0.8) 74%,rgba(255, 255, 255,0.5) 100%), url(../img/newinfo-bg-pachi.png) bottom no-repeat;
}*/


ul.newinfoLink li {
	border-spacing:0;
	margin:2px 0;
	padding:4px;
	width:204px;
	/*height:182px;*/
	display:inline-block;
	text-align:left;
	vertical-align:top;
	font-size:12px;
	line-height:1.0;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 3%, #f5f5f6 74%, #cfcfd0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fbfbfb 3%,#f5f5f6 74%,#cfcfd0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fbfbfb 3%,#f5f5f6 74%,#cfcfd0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#cfcfd0',GradientType=0 ); /* IE6-9 */
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイ・E・ Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}




ul.newinfoLink li.slo {
	background:linear-gradient(rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255,0.8) 74%,rgba(255, 255, 255,0.5) 100%), url(../img/newinfo-bg-slo02.png) bottom no-repeat;
}

ul.newinfoLink li a {
	margin:0;
	text-decoration:none;
	text-align:left;
	overflow:hidden;
	display:block;
}


.newinfotext {
	padding:0 2px 0 4px;
	color:#00F;
	font-size:12px;
	line-height:1.3;
	
}


/***【リボンスロ】***/
/***【リボンパチ】***/
.ribon-s,
.ribon-p {
	margin:5px;
    /*padding: 5px;*/
    position: relative;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    font-weight: 900;
} 
 
.ribon-s p,
.ribon-p p {
    display: inline;    
}

.ribon-s p span {
    position: absolute;
    display: inline-block;
    right: -25px;
    top: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    text-align: center;
    text-transform: uppercase;
    background: #0958e9;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.ribon-p p span {
    position: absolute;
    display: inline-block;
    right: -25px;
    top: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    text-align: center;
    text-transform: uppercase;
    background: #028518;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.ribon-s p:before,
.ribon-p p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}
 
.ribon-s p:after,
.ribon-p p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
}



/***【リボンなし】***/
.ribon-n{
	margin:5px;
    /*padding: 5px;*/
    position: relative;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    font-weight: 900;
} 
 
.ribon-n p{
    display: inline;    
}

.ribon-n p span {
    position: absolute;
    display: inline-block;
    right: -25px;
    top: 20px;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);*/
    text-align: center;
    text-transform: uppercase;
    /*background: #0958e9;*/
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.ribon-n p:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    /*border-color: transparent transparent #662121 transparent;*/
}
 
.ribon-n p:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    /*border-color: #662121 transparent transparent transparent;*/
}



 

/***【バナー大・動画真ん中】***/
.raphael {
	width: 920px;
	/*display: table;*/
	text-align:center;
	/*border-collapse: separate;*/
	border-spacing:10px 0;
}

.raphael .bannermidle,
.raphael .mov2{
	display: table-cell;
	vertical-align:top;
}


.raphael .bannermidle{
	width:660px;
	background-color: #FFFFFF;
}


.raphael .mov2{
	width:260px;
	background-color: #FFFFFF;
}



.bannermid{
	background-color: #FFFFFF;
}

/***【ジャグラー・ハナハナ・設定付特集バナー】***/
.bannermid ul.special {
	margin:0 auto;
	padding:10px 0 0;
	display:table;
	table-layout:fixed;
	width:100%;
	font-size:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.bannermid ul.special li {
	margin:0 auto;
	padding:0;
	display:table-cell;
	width:auto;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.bannermid ul.special li a {
	margin:0 auto;
	padding:0;
	display:block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.bannermid ul.special li.nonlink{
	margin:0 auto;
	padding:0;
	display:block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.bannermid ul.special li a img {
	width:100%;
}





.spban-banner{
	display: flex;
	flex-wrap:wrap;
}
.spban-banner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:0 6px;/*←画像の左右に5pxの余白を入れる場合*/
	padding-top:10px;
	box-sizing:border-box;
}
.spban-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	/*border:solid 1px #ccc;*/ /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.spban-banner li a {
	text-decoration:none;
	color:#000;
	font-size:16px;
}

.specialtext {
    padding: 0 2px 0 4px;
    color: #00F;
    font-size: 12px;
    line-height: 1.3;
}

.specialtext a:hover {
	color:#FF0000;
}




/***【機種情報・まがちゃん】***/
.uriel {
	width: 920px;
	display: table;
	text-align:center;
	border-collapse: separate;
	border-spacing:10px;
}

.uriel .kisyu-s,
.uriel .kisyu-p,
.uriel .magachan{
	display: table-cell;
	vertical-align:top;
}

.uriel .kisyu-s{
	width:330px;
	background-color: #FFFFFF;
}

.uriel .kisyu-p{
	width:330px;
	background-color: #FFFFFF;
}

.uriel .magachan{
	width:260px;
	background-color: #FFFFFF;
}


/***【新・機種情報】***/
.kisyu {
	/*width: 650px;*/
	display: table;
	text-align:center;
	border-spacing:0;
	border-collapse: separate;
	background-color:#FFF;
	/*border-spacing:0 10px;*/
}

.kisyu .kisyu-s,
.kisyu .kisyu-p{
	display: table-cell;
	vertical-align:top;
}

.kisyu .kisyu-s{
	width:330px;
	background-color: #FFFFFF;
}

.kisyu .kisyu-p{
	width:330px;
	background-color: #FFFFFF;
}




.slotname {
	padding:6px 0;
	border-spacing:0;
	width:100%;
	text-align:left;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #7FCCFF 0%, #0099FF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FCCFF), color-stop(100%, #0099FF));
	background-color:#0099FF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
}

.slo-n-search {
	width: 100%;
	display: table;
	/*text-align:center;*/
	border-spacing:0;
}

.slo-n-search .tit,
.slo-n-search .sar{
	display: table-cell;
	text-align:right;
	/*vertical-align:top;*/
}

.slo-n-search .tit{
	width:100px;
	padding:0 0 0 8px;
}

.slo-n-search .sar{
	/*width:200px;*/
	padding:0 5px;
}



.pachiname {
	padding:6px 0;
	border-spacing:0;
	width:100%;
	vertical-align:middle;
	text-align:left;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #7FE57F 0%, #00CC00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FE57F), color-stop(100%, #00CC00));
	background-color:#00CC00;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
}



.pachi-n-search {
	width: 100%;
	display: table;
	border-spacing:0;
}

.pachi-n-search .tit,
.pachi-n-search .sar{
	display: table-cell;
	text-align:right;
	/*vertical-align:top;*/
}

.pachi-n-search .tit{
	width:100px;
	padding:0 0 0 8px;
}

.pachi-n-search .sar{
	/*width:200px;*/
	padding:0 5px;
}



/***【機種情報リンク】***/
ul.machineLink {
	border-spacing:0;
	padding:0;
	
}

ul.machineLink li {
	margin:0;
	padding:4px 2px 4px 0;
	width:100%;
	/*display:table;*/
	
	vertical-align:middle;
	border-top:solid 1px #EEE;
	border-left:solid 1px #BBB;
	border-right:solid 1px #BBB;
	border-bottom:solid 1px #BBB;
	text-align:left;
	font-size:16px;
	line-height:1.0;
	background-color:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

ul.machineLink li a {
	margin:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background-image:url(img/arrow0209.png) right center no-repeat;
}

ul.machineLink li p {
	margin:0;
	padding:0;
	width:auto;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}

ul.machineLink li p span:not(.small) {
	color:#F00;
	font-size:12px;
	line-height:1.0;
}

ul.machineLink li p font {
	color:#666;
	font-size:14px;
	line-height:1.0;
}

ul.machineLink li p.img img {
	margin:0 4px;
	padding:0;
	height:72px;
}

ul.machineLink li p.spimg img {
	padding:0;
	width:32px;
}

ul.machineLink li p img[src*="emoji/new.png"] {
	margin:0;
	padding:0;
	width:17px;
	height:17px;
}

ul.machineLink li a:hover {
	color:#F00;
}

/***【テキストサイズ小】***/
.small {
	font-size:11px;
}


/***【軍団ライター紹介】***/
.gabriel {
	width: 920px;
	display: table;
	text-align:center;
	border-collapse: separate;
	border-spacing:10px 0;
}

.gabriel .gun-s,
.gabriel .gun-p{
	display: table-cell;
	vertical-align:top;
}

.gabriel .gun-s{
	width:460px;
	background-color: #f9def5;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
}

.gabriel .gun-p{
	width:460px;
	background-color: #ffeddc;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
}


.gunname-s {
	padding:5px 3px 5px 10px;
	margin-bottom:2px;
	width:100%;
	text-align:center;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:20px;
	background:-moz-linear-gradient(top, #e278fc 0%, #c419ef 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e278fc), color-stop(100%, #c419ef));
	background-color:#c419ef;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイ・E・ Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold
}

.gunbox-s {
	border-spacing:0;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	padding:6px;
}

.guncatch-s {
	border-spacing:0;
	padding:2px;
	padding-bottom:4px;
	margin-bottom:8px;
	text-align:center;
	width:104px;
	height:169px;
	font-size:11px;
	line-height:1.2;
	background-color:#c419ef;
	vertical-align:top;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	position: relative;
}



.guncatch-s a {
	text-decoration:none;
	color:#FFF;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイ・E・ Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


.gunpic-s {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}


/***【スロ軍団ボタン】***/
.gun-ribon-s {
    position: absolute;
    color: #fff;
	font-size:11px;
    display: inline-block;
    top: 21;
	right:2;
    background: #730e8c;
    width: 62px;
	/*border-top-right-radius:10px;*/
	border-bottom-left-radius:10px;
    padding: 3px;
} 
 





.gunname-p {
	padding:5px 3px 5px 10px;
	margin-bottom:2px;
	width:100%;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:20px;
	background:-moz-linear-gradient(top, #feb746 0%, #ff8a00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb746), color-stop(100%, #ff8a00));
	background-color:#c419ef;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	
}

.gunbox-p {
	border-spacing:0;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	padding:6px;
}

.guncatch-p {
	border-spacing:0;
	padding:2px;
	padding-bottom:4px;
	margin-bottom:8px;
	text-align:center;
	width:104px;
	height:169px;
	font-size:11px;
	line-height:1.0;
	background-color:#ff8a00;
	vertical-align:top;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
}

.guncatch-p a {
	text-decoration:none;
	color:#FFF;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.gunpic-p {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}


/***【パチ軍団ボタン】***/
.gun-ribon-p {
    position: absolute;
    color: #fff;
	font-size:11px;
    display: inline-block;
    top: 21;
	right:2;
    background: #ec5402;
    width: 62px;
	/*border-top-right-radius:10px;*/
	border-bottom-left-radius:10px;
    padding: 3px;
} 



/***【雑誌告知・タイムライン】***/
.michael {
	width: 920px;
	display: table;
	text-align:center;
	border-collapse: separate;
	border-spacing:10px;
}

.michael .zassi,
.michael .timeline{
	display: table-cell;
	vertical-align:top;
}

.michael .zassi{
	/*width:445px;*/
	background-color: #FFFFFF;
}

.michael .timeline{
	width:445px;
	background-color: #FFFFFF;
}


/***【本誌＆増刊発売情報】***/
.zassiname {
	padding:2px 3px 2px 10px;
	width:100%;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #75c1cc 0%, #16acc2 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #75c1cc), color-stop(100%, #16acc2));
	background-color:#16acc2;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
}

ul.maginfo {
	margin:0;
	padding:4px 0;
	width:100%;
	display:table;
	vertical-align:middle;
	table-layout:fixed;
	background-color:#c9e1e4;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.maginfo li {
	margin:0;
	padding:0;
	display:table-cell;
	font-size:13px;
	line-height:1.0;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.maginfo li img {
	margin:0 0 1px 0;
	padding:0;
	/*height:190px;*/
}
ul.maginfo li a {
	margin:0;
	padding:0;
	display:block;
	text-decoration:none;
}





/***【タイムライン】***/
.tili {
	width: 445px;
	display: table;
	text-align:center;
	/*margin:0;
	padding:0;*/
	border-collapse: separate;
	border-spacing:0;
}

.tili .tili01,
.tili .tili02{
	display: table-cell;
	vertical-align:top;
}

.tili .tili01{
	width:220px;
	background-color: #FFFFFF;
}

.tili .tili02{
	width:220px;
	background-color: #FFFFFF;
}




/***【読者プレゼント】***/
.dokusyaname {
	padding:2px 3px 2px 10px;
	width:100%;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #75c1cc 0%, #16acc2 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d85dab), color-stop(100%, #c8248c));
	background-color:#c8248c;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
}

ul.dokuinfo {
	margin:0;
	padding:6px 4px;
	width:100%;
	/*display:table;*/
	vertical-align:middle;
	/*table-layout:fixed;*/
	background-color:#fee7f6;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*font-size:8px;*/
}
ul.dokuinfo a {
	font-size:13px;
	
	/*padding:6px*/
}




/***【雑誌投稿受付】***/
.tokoname {
	padding:2px 3px 2px 10px;
	width:100%;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #75c1cc 0%, #16acc2 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #55e223), color-stop(100%, #288308));
	background-color:#288308;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
}

ul.tokoinfo {
	margin:0;
	padding:6px 4px;
	width:100%;
	/*display:table;*/
	vertical-align:middle;
	/*table-layout:fixed;*/
	background-color:#e5ffdc;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*font-size:8px;*/
}
ul.tokoinfo a {
	font-size:13px;
	
	/*padding:6px*/
}


/*ul.dokuinfo li img {
	margin:0 0 1px 0;
	padding:0;
	height:140px;
}
ul.dokuinfo li a {
	margin:0;
	padding:0;
	display:block;
	text-decoration:none;
}*/




/***【下段・バナー類　】***/
.world {
	width: 910px;
	display: table;
	table-layout: fixed;
	text-align:center;
	margin:0 auto;
	border-collapse: separate;
	border-spacing:5px;
}
.world a {
	margin: 0 auto;
	display: block;
}

.world .bana01,
.world .bana02,
.world .bana03,
.world .bana04{
	display: table-cell;
	vertical-align:top;
	/*width:226px;*/
	background-color: #FFFFFF;
}

.world.sns a {
	width: 216px;
}
.world.sns a.tw-follow-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 216px;
	height: 73px;
	color: #fff;
	font-size: 14px;
	font-family: 'Kosugi Maru', sans-serif;
	text-decoration: none;
	line-height: 1;
	background-color: #1b95e0;
	letter-spacing: normal;
	border-radius: 10px;
	margin: 0 auto;
}
.world.sns a.tw-follow-btn:hover {
	background-color: #0c7abf;
}
.world.sns a.tw-follow-btn i,
.world.sns a.tw-follow-btn p {
	display: inline-block;
	vertical-align: middle;
}
.world.sns a.tw-follow-btn p {
	margin-top: 6px;
}



/***【メーカーコピーライト】***/

.makercopy {
	margin:0 0 20px 0;
	width: 100%;
	text-align:center;
	background: #262626; /* Old browsers */
	background: -moz-linear-gradient(top,  #262626 27%, #383838 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #262626 27%,#383838 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #262626 27%,#383838 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
	background-color:#000;
	background:none;
}

.copy000 {
	display:none;
	/*margin:20px 0;*/
	margin:0 auto;
	padding:12px 0 28px 0;
	width: 920px;
	text-align:left;
	font-size:10px;
	color:#CCC;
	/*background-color:#6F0;*/
	font-family:Arial, Helvetica, sans-serif;
}



/***【検索】***/
.search {
	/*margin:12px auto;
	padding:0 16px;*/
	padding:2px 6px 0 0;
	text-align:right;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.search form {
	margin:0;
	padding:0;
	/*width:120px;*/
	height:28px;
	/*display:table;*/
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.search form input[type*="text"] {
	margin:0;
	padding:0 0 0 4px;
	width:120px;
	height:28px;
	/*display:table-cell;*/
	vertical-align:middle;
	/*background:url(css_img/gnav_02.png) no-repeat 5px 5px;*/
	background-color:#FFF;
	border:solid 1px #C0C0C0;
	border-right:none;
	font-size:14px;
	line-height:1.0;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-weight:normal;
}
.search form input[type*="submit"] {
	margin:0;
	padding:0;
	width:50px;
	height:28px;
	/*display:table-cell;*/
	vertical-align:middle;
	border:solid 1px #C0C0C0;
	font-size:14px;
	line-height:1.0;
	color:#FFF;
	text-shadow:0 1px 1px #666;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	background:-moz-linear-gradient(top, #0E85FF 0%, #002AC8 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0E85FF), color-stop(100%,#002AC8));
	background-color:#002AC8;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}




/* フッター */
#footer {
	margin-top:100px;
	padding-top:5px;
	width:100%;
	position:absolute;
    bottom:0;
	font-size:12px;
	line-height:normal;
	text-align:center;
	color:#999;
	background-color:#CCC;
	border-top:1px solid #999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/* コピーライト */
#copyright {
	width:auto;
	margin-top:5px;
	padding:8px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#FFF;
	border-top:1px solid #999;
}

/* 問い合・E実*/
.inquiry {
	margin:5px 0;
	padding:7px 0;
	font-size:12px;
	line-height:140%;
	text-align:center;
	background-color:#D7EBFF;
	border:1px solid #39F;
	border-radius:5px;
}

.br_con1 {
	display:none;
}

.br_con2 {
}











/***【検索ページ】***/
/***【機種情報検索】***/

/***【パチ機種】***/
.search_pname {
	margin-top:20px;
	padding:6px 8px;
	border-spacing:0;
	width:920px;
	/*vertical-align:middle;*/
	text-align:left;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #7FE57F 0%, #00CC00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FE57F), color-stop(100%, #00CC00));
	background-color:#00CC00;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
}

.search_pname_mid {
	padding:2px 0;
	border-spacing:0;
	width:920px;
	/*vertical-align:middle;*/
	text-align:left;
	background-color:#e5ffe5;
	margin-bottom:20px;
}

/***【スロ機種】***/
.search_sname {
	margin-top:20px;
	padding:6px 8px;
	border-spacing:0;
	width:920px;
	/*vertical-align:middle;*/
	text-align:left;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #7FCCFF 0%, #0099FF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FCCFF), color-stop(100%, #0099FF));
	background-color:#0099FF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
}

.search_sname_mid {
	padding:2px 0;
	border-spacing:0;
	width:920px;
	/*vertical-align:middle;*/
	text-align:left;
	background-color:#d7efff;
	margin-bottom:20px;
}


/***【パチスロ機種】***/
.search_psname {
	margin-top:20px;
	padding:6px 8px;
	border-spacing:0;
	width:920px;
	/*vertical-align:middle;*/
	text-align:left;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #7FE57F 0%, #00CC00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d462e1), color-stop(100%, #8b0fc4));
	background-color:#b600cc;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
}

.search_psname_mid {
	padding:2px 0;
	border-spacing:0;
	width:920px;
	/*vertical-align:middle;*/
	text-align:left;
	background-color:#f9e4ff;
	margin-bottom:20px;
}


/***【メーカーリンク集】***/
.search_makerlink {
	margin-top:20px;
	padding:6px 8px;
	border-spacing:0;
	width:920px;
	/*vertical-align:middle;*/
	text-align:left;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #7FE57F 0%, #00CC00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a52a9), color-stop(100%, #021664));
	background-color:#021664;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
}

}




/***【検索】***/
.search_ser {
	margin:8px auto;
	padding:0 8px;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.search_ser form {
	margin:0;
	padding:0;
	width:38%;
	height:28px;
	/*display:table;*/
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.search_ser form input[type*="text"] {
	margin:0;
	padding:0 0 0 28px;
	width:80%;
	height:100%;
	/*display:table-cell;*/
	vertical-align:middle;
	background:url(../img/gnav_000.png) no-repeat 4px 2px;
	background-color:#FFF;
	border:solid 1px #C0C0C0;
	border-right:none;
	font-size:14px;
	line-height:1.0;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.search_ser form input[type*="submit"] {
	margin:0;
	padding:0;
	width:20%;
	height:100%;
	/*display:table-cell;*/
	vertical-align:middle;
	border:solid 1px #C0C0C0;
	font-size:14px;
	line-height:1.0;
	color:#FFF;
	text-shadow:0 1px 1px #666;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	background:-moz-linear-gradient(top, #0E85FF 0%, #002AC8 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0E85FF), color-stop(100%,#002AC8));
	background-color:#002AC8;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}


/***【メーカーリンク】***/
ul.makerLink li {
	margin:0;
	padding:4px 0 4px 4px;
	width:100%;
	/*display:table;*/
	vertical-align:middle;
	/*border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #BBB;*/
	border-bottom:dotted 1px #BBB;
	text-align:left;
	font-size:14px;
	line-height:1.0;
	background-color:#f5f5f5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

ul.makerLink li a {
	margin:0;
	display:block;
	text-decoration:none;
/*	overflow:hidden; */
	background-image:url(img/arrow0209.png) right center no-repeat;
}

ul.makerLink li:last-child {
	border-bottom: none;
}

ul.makerLink li a:hover {
	color:#F00;
}

.search_maker {
	padding:2px 0;
	border-spacing:0;
	width:100%;
	/*vertical-align:middle;*/
	text-align:center;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	background-color:#8c8c8c;
	font-size:14px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	position:relative;
}



/*** 50音ボタン ***/
.btn_w{
	padding:5px 4px;
	text-align:center;
	background-color:#f5f5f5;
	border-bottom:solid 1px #D9D9D9;
}
.btn_w span {
	padding:3px 0;
	display:inline-block;
	text-align:center;
	font-size:18px;
}
.btn_w ul,
.btn_w div{
	margin:0;
	text-align:left;
	font-size:0;
}
.btn_w ul li,
.btn_w div span {
	padding:3px;
	display:inline-block;
	width:43px;
	text-align:center;
	font-size:14px;
}
.btn_w ul li.palette {
	width:104px;
}

.btn_w a{
	padding:4px 0;
	display:block;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#0b88df;
	box-shadow:0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.25);
}


.btn_w ul li:first-child a {
	background-color:#014eb7;
}

.btn_w ul li p,
.btn_w div span p{
	padding:4px 0;
	color:#666;
	background-color:#CCC;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

/*** 次へボタン ***/

.nextbtn {
	margin:4px 6px;
	margin-left:auto;
	padding:4px 0;
	text-align:center;
	width:86px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#006df3), color-stop(100%,#064ea6));
	background-color:#064ea6;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:12px;
}

.maebtn {
	margin:4px 6px;
	padding:4px 0;
	text-align:center;
	width:86px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#006df3), color-stop(100%,#064ea6));
	background-color:#064ea6;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:12px;
}

.nextbtn a {
	display:block;
	border-radius:8px;
	text-decoration: none;
	color:#FFF;
}


.maebtn a {
	display:block;
	border-radius:8px;
	text-decoration: none;
	color:#FFF;
}





.nextbtn01 {
	margin:4px 0;
	margin-left: auto;
	padding:6px 0;
	text-align:center;
	width:80px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#006df3), color-stop(100%,#064ea6));
	background-color:#064ea6;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:12px;
}

.nextbtn01 a {
	display:block;
	border-radius:8px;
	text-decoration: none;
	color:#FFF;
}


.maebtn01 {
	margin:4px 0;
	margin-right: auto;
	padding:6px 0;
	text-align:center;
	width:80px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#006df3), color-stop(100%,#064ea6));
	background-color:#064ea6;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:12px;
}

.maebtn01 a {
	display:block;
	border-radius:8px;
	text-decoration: none;
	color:#FFF;
}


/***【パチ・スロ両方検索】***/

.pachislobox {
	width:920px;
	/*border:solid 1px #BBB;
	border-right:solid 2px #BBB;
	border-bottom:solid 2px #BBB;*/
	background-color:#f5f5f5;
}


.pachisloname {
	margin:20px 0 10px 0;
	padding:6px 4px 6px 2px;
	/*border-spacing:0;*/
	width:920px;
	position:relative;
	background-color:#535353;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;*/
}




.ps_name {
	/*position:absolute;*/
	text-align:left;
	color:#FFF;
	font-size:16px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/*font-weight:bold;*/
	width:100%;
}



/***パチスロ***/
.sname_sm {
	padding:4px 6px;
	position:relative;
	background:-moz-linear-gradient(top, #7FCCFF 0%, #0099FF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FCCFF), color-stop(100%, #0099FF));
	background-color:#0099FF;
}



.s_name_sm,
.p_name_sm {
	/*position:absolute;*/
	text-align:left;
	color:#FFF;
	text-shadow:0 1px 1px #000;
	font-size:18px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width:100%;
	font-weight:bold;
}

.kisyucount02 {
	position:absolute;
	text-align:right;
	color:#FFF;
	/*text-shadow:0 1px 1px #000;*/
	font-size:14px;
	right:4px;
	bottom:2px;
}


/***パチンコ***/
.pname_sm {
	padding:4px 6px;
	position:relative;
	background:-moz-linear-gradient(top, #7FE57F 0%, #00CC00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FE57F), color-stop(100%, #00CC00));
	background-color:#00CC00;
}





.pachislobox {
	width:920px;
	background-color:#f5f5f5;
}



/***機種検索***/

.kisyu_ps_box {
	width:920px;
	background-color:#535353;
	margin:20px 0 0 0;
	padding:5px 3px 5px 1px;
	border-top:solid 1px #757575;
	border-left:solid 1px #757575;
	border-right:solid 1px #757575;
	position:relative;
}


/***【メーカーページ】***/

.makerbox {
	width:920px;
	/*border:solid 1px #757575;*/
	border-right:solid 1px #757575;
	border-bottom:solid 1px #757575;
	background-color:#f5f5f5;
}


.makername {
	margin-top:20px;
	padding:4px 10px;
	width:920px;
	position:relative;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb431), color-stop(100%,#e97901));
	background-color:#ffb431;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	border-top:solid 1px #757575;
	border-left:solid 1px #757575;
	border-right:solid 1px #757575;
	text-align:center;
	
}

.m_name {
	/*position:absolute;*/
	text-align:center;
	color:#FFF;
	font-size:20px;
	text-shadow:0 2px 2px #000;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	width:100%;
}

.kisyucount {
	text-align:right;
	color:#FFF;
	/*text-shadow:0 2px 2px #000;*/
	font-size:14px;
	position:absolute;
	right:4px;
	bottom:4px;
	
}

.kisyucount03 {
	text-align:right;
	color:#FFF;
	/*text-shadow:0 2px 2px #000;*/
	font-size:12px;
	position:absolute;
	right:4px;
	bottom:1px;
	text-shadow:none;
	
}


ul.makerLink02 {
	font-size:0;
	text-align:left;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}


ul.makerLink02 li {
	margin:0;
	padding:4px;
	border-left:solid 1px #757575;
	border-top:dotted 1px #BBB;
	width:50%;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-size:14px;
	line-height:1.2;
	background-color:#f5f5f5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

ul.makerLink02 li.first{
	border-top:none;
}


ul.makerLink02 li a {
	margin:0;
	display:block;
	text-decoration:none;
	/*overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;*/
}

/*ul.makerLink02 li:last-child {
	border-bottom: none;
}*/

ul.makerLink02 li a:hover {
	color:#F00;
}



/*** ログインページ ***/
.loginbox {
	margin:30px auto;
	text-align:center;
	width:400px;
	background-color:#f5f5f5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-shadow:0px 0px 4px #999,0px 0px 6px #999,0px 0px 8px #999,0px 0px 10px #999;
    -moz-box-shadow:0px 0px 4px #999,0px 0px 6px #999,0px 0px 8px #999,0px 0px 10px #999;
    -webkit-box-shadow:0px 0px 4px #999,0px 0px 6px #999,0px 0px 8px #999,0px 0px 10px #999;
}

.logintitle {
	padding:6px 8px;
	width:400px;
	text-align:center;
	color:#FFF;
	font-size:19px;
	background-color:#047dd2;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:4px;  
    -webkit-border-top-right-radius:4px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
}

.log_text {
	padding:18px;
	font-size:16px;
	line-height:1.2;
	text-align:left;
}


/*** ログインボタン ***/


.log_bt {
	padding:18px;
}

.logbtn {
	border:0;
	background:none;
	margin:0 auto;
	padding:4px 0;
	text-align:center;
	width:180px;
	background-color:#047dd2;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-size:14px;
	color:#FFF;
	cursor:pointer;
}

.logbtn a {
	border-radius:2px;
	text-decoration: none;
	display:block;
	color:#FFF;
}

.log_space {
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
}


/*** ログインエラーボックス ***/
.log_errbox {
	margin:0 auto;
	margin-top:16px;
	margin-bottom:10px;
	padding:4px 6px;
	width:380px;
	background-color:#c6c6c6;
	font-size:16px;
	color:#000;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-radius:4px;
	border-radius:4px;
}


/**/
.normal {
	font:10px/15px 'Osaka', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
}
.normal2 {
	font:12px/25px 'Osaka', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
}
.nomalg {
	FONT: 10px/15px 'Osaka', 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; COLOR: #000000
}
.normal_w {
	FONT: 10px/15px 'Osaka', 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; COLOR: #ffffff
}
.normal-m {
	font:12px 'Osaka', 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; line-height: 16px
}








.renewalname {
	margin-top:20px;
	padding:10px;
	width:920px;
	position:relative;
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb431), color-stop(100%,#e97901));*/
	background-color:#e10404;
	box-sizing:border-box;
	color:#FF0;
	font-size:24px;
	font-weight:bold;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	
}


.renewaltext {
	padding:10px;
	width:920px;
	background-color:#ededed;
	box-sizing:border-box;
	color:#000;
	font-size:16px;
	/*font-weight:bold;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;*/
	
}



/***パチスロ***/
.renewalslo {
	padding:4px 6px;
	position:relative;
	background:-moz-linear-gradient(top, #7FCCFF 0%, #0099FF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3faef8), color-stop(100%, #0e82d0));
	background-color:#0e82d0;
}


/***パチンコ***/
.renewalpachi {
	padding:4px 6px;
	position:relative;
	background:-moz-linear-gradient(top, #7FE57F 0%, #00CC00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab95a), color-stop(100%, #0c8c0c));
	background-color:#0c8c0c;
}

/***パチスロ***/
/*renewalslo {
	padding:4px 6px;
	background:-moz-linear-gradient(top, #7FCCFF 0%, #0099FF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FCCFF), color-stop(100%, #0099FF));
	background-color:#0099FF;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
}*/


.renewalslo_sm,
.renewalpachi_sm {
	/*position:absolute;*/
	text-align:center;
	color:#FFF;
	/*text-shadow:0 1px 1px #000;*/
	font-size:18px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width:100%;
	/*font-weight:bold;*/
}














/***パチマガスロマガライター(みるく)***/

.gunname-w {
	padding:5px 8px 5px 10px;
	/*margin-bottom:2px;*/
	width:100%;
	text-align:center;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:19px;
	background:-moz-linear-gradient(top, #e278fc 0%, #c419ef 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5287fd), color-stop(100%, #0f4ae0));
	background-color:#0f4ae0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイ・E・ Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold
}

.gunbox-w {
	border-spacing:0;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding:6px;
	background-color:#c8d9ff;
	width:100%;
	margin-bottom:10px;
}

.guncatch-w {
	border-spacing:0;
	padding:2px;
	padding-bottom:4px;
	margin-bottom:4px;
	text-align:center;
	/*width:104px;
	height:122px;*/
	width:120px;
	height:194px;
	font-size:11px;
	line-height:1.0;
	background-color:#194ac7;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	position: relative;
}



.guncatch-w a {
	text-decoration:none;
	color:#FFF;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイ・E・ Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


.gunpic-w {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}




/***【新台導入カレンダー】***/
.new_machinetitle {
	margin-top:20px;
	padding:6px 8px;
	border-spacing:0;
	width:920px;
	/*vertical-align:middle;*/
	text-align:left;
	color:#FFF;
	text-shadow:0 2px 2px #000;
	font-size:22px;
	background:-moz-linear-gradient(top, #7FE57F 0%, #00CC00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3a825), color-stop(100%, #f49610));
	background-color:#f49610;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-border-top-left-radius:10px;  
    -webkit-border-top-right-radius:10px;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
}


/***【新台導入カレンダーリンク】***/
ul.new_machineLink {
	border-spacing:0;
	padding:0;
	
}

ul.new_machineLink li {
	margin:0;
	padding:4px 5px 4px 0;
	width:100%;
	/*width:455px;*/
	/*display:table;*/
	
	vertical-align:middle;
	border-top:solid 1px #EEE;
	/*border-left:solid 1px #BBB;
	border-right:solid 1px #BBB;*/
	border-bottom:solid 1px #BBB;
	text-align:left;
	font-size:16px;
	line-height:1.0;
	background-color:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

ul.new_machineLink li:last-child {
	border-bottom:none;
}


ul.new_machineLink li a {
	margin:0;
	
	display:block;
	text-decoration:none;
	overflow:hidden;
	background-image:url(../new_machine/img/arrow0522.png);
	background-position:right center;
	background-repeat:no-repeat;
}




ul.new_machineLink li p {
	margin:0;
	padding:0;
	width:auto;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:0 4px 0 0;
}

ul.new_machineLink li p span:not(.small) {
	color:#F00;
	font-size:12px;
	line-height:1.0;
}

ul.new_machineLink li p font {
	color:#666;
	font-size:14px;
	line-height:1.0;
	
}

ul.new_machineLink li p.img img {
	margin:0 4px;
	padding:0;
	height:64px;
}

ul.new_machineLink li p.spimg img {
	padding:0;
	width:32px;
}

ul.new_machineLink li p img[src*="emoji/new.png"] {
	margin:0;
	padding:0;
	width:17px;
	height:17px;
}

ul.new_machineLink li a:hover {
	color:#F00;
}



ul.new_machineLink li non {
	margin:0;
	padding:4px 2px 4px 0;
	width:100%;
	vertical-align:middle;
	border-top:solid 1px #EEE;
	/*border-left:solid 1px #BBB;
	border-right:solid 1px #BBB;*/
	border-bottom:solid 1px #BBB;
	text-align:left;
	font-size:16px;
	line-height:1.0;
	background-color:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}







.introductiondate {
	padding:4px 0;
	border-spacing:0;
	width:100%;
	/*vertical-align:middle;*/
	text-align:center;
	color:#FFF;
	text-shadow:0 1px 1px #000;
	background-color:#8c8c8c;
	font-size:14px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	position:relative;
}



/***【広告】***/
div#c961f3dee53610b9b223d269919646c2_1 {
	width:260px;
	max-height:237px;
	min-height:10px;
}
div#c961f3dee53610b9b223d269919646c2_1 iframe {
	transform:scale(0.86,0.86);
}

