@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      mod_agency.css
Update:         2016/8/29
Style Info:     ニコット広告ゲーム

----------------------------------------------------------- */

/*ヘッダー*/
body#plus.useraddgame #promotionArea{
	position: relative;
    margin-bottom: 10px;
    width: 650px;
    height: 262px;
    background: url("../image/useraddgame/bg_promotionarea.png") no-repeat;
}

body#plus.useraddgame #promotionArea .pr02{
	float: right;
    width: 190px;
    height: 130px;
}

body#plus.useraddgame #promotionArea .anchor-addgame{
	float: right;
    width: 205px;
    height: 43px;
	margin:5px -17px 0 0;
}

#promotionArea .anchor-addgame li{
	display:inline-block;
	font-size:11px;
	width:68px;
	letter-spacing:-1px;
}

@-moz-document url-prefix() {
	#promotionArea .anchor-addgame li {
		letter-spacing:-2px;
	}
}

body#plus.useraddgame #promotionArea .btn_howto{
	float: left;
    width: 90px;
    height: 35px;
	margin-right: 6px;
}

body#plus.useraddgame #promotionArea .btn_note{
	float: left;
    width: 90px;
    height: 35px;
}

body#plus.useraddgame #promotionArea .btn_gamerecordcard{
	float: right;
    width: 183px;
    height: 45px;
	margin:0 5px 0 0;
}





/*お知らせ*/
body#plus.useraddgame #shop-managerInfoArea h4{
	margin-bottom: 10px;
    padding-bottom: 6px;
    background: url("../image/shop/common/pic_underline.gif") bottom left repeat-x;
}

body#plus.useraddgame #shop-managerInfoArea .bottom{
    width: 650px;
    height: 12px;
    overflow: hidden;
    background: url("../image/shop/common/bg_handwrite_frame_bottom.gif") no-repeat;
}

body#plus.useraddgame #shop-managerInfoArea ul{
	margin: 0 17px 7px 17px;
    padding: 0px 0 0px 0;	
}

body#plus.useraddgame #shop-managerInfoArea li{
	position: relative;
    margin-left: 3px;
    margin-bottom: 5px;
    padding: 0 0 4px 3px;
    line-height: 15px;
    background: url("../image/common/line_dot.gif") bottom left repeat-x;
}

body#plus.useraddgame li span.date {
    position: absolute;
    right: 5px;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

.ibgameImg{
	background:url(../image/useraddgame/banner_ibgame.png) no-repeat;
	width:618px;
	height:339px;
	margin:0 auto;
}

.ibgameImg-update20180806{
	background:url(../image/useraddgame/banner_ibgame_20180806.png) no-repeat;
	margin-bottom: 16px;
}

.ibgameImg a{
	display:block;
	width:618px;
	height:339px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position:relative;
}

.ibgameImg span a:hover{
	background:rgba(255,255,255,0.1);
}

.ibgameImg span a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 0;
	height: 0;
	pointer-events: none;
	border: 0 solid rgba(148,210,244,1);
	border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-transition: border .3s, width 0s .3s, height 0s .3s;
	transition: border .3s, width 0s .3s, height 0s .3s;
}

.ibgameImg span a:hover:after {
  width: 100%;
  height: 100%;
border: 7px solid rgba(148,210,244,0.7);
  -webkit-transition: border .3s, width 0s, height 0s;
          transition: border .3s, width 0s, height 0s;
}

.gameboxArea{
	background:url(../image/useraddgame/bg_gamebox.png) no-repeat;
	width:630px;
	height:1563px;
	margin:30px auto 30px;	
}

.pdgameImg{ text-align:center;}



/*見出し*/
body#plus.useraddgame .addgameTitle{
	position: relative;
    width: 650px;
    height: 30px;
    background: url("../image/singlegame/bg_title.gif") left top no-repeat;
	margin:40px 0 10px 0;
}

body#plus.useraddgame .addgame_txtbox{
	font-family: 'Meiryo UI','MS PGothic', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
}


body#plus.useraddgame .addgameTitle .btnMore{
	top:8px;
	right:8px;
}



body#plus.useraddgame .addgameTitle h3{
	margin: 0;
    padding: 4px 0 0 30px;
    border-bottom: none;
}

body#plus.useraddgame .addgameTitle h3.icon_popularity{	background:url(../image/useraddgame/icon_popularity.png) no-repeat 10px 6px; }
body#plus.useraddgame .addgameTitle h3.icon_yamawakegame{	background:url(../image/useraddgame/icon_yamawake.png) no-repeat 10px 6px; }
body#plus.useraddgame .addgameTitle h3.icon_howto{ background:url(../image/useraddgame/icon_howto.png) no-repeat 10px 6px; }
body#plus.useraddgame .addgameTitle h3.icon_note{ background:url(../image/useraddgame/icon_notes.png) no-repeat 10px 6px; }
body#plus.useraddgame .addgameTitle h3.icon_contact{ background:url(../image/useraddgame/icon_contact.png) no-repeat 10px 6px; }

.addgameinfo_pointgrant.day{ width:640px;margin:10px auto 10px; }

.addgameinfo_pointgrant{ width:640px;margin:40px auto 10px; }

.addgameListBox-3row dl{
    float: left;
	margin-right:12px;
}

.addgameListBox-3row{
	overflow:hidden;
	position:relative;
}


ul.gameDisp{
	float: left;
    left: 50%;
    position: relative;
}

.gameList01{ margin-top:53px;}


ul.gameDisp li{
	position:relative;
	float:left;
	left:-50%;
}

.gameDisp a{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display:block;
	min-width:198px;
	height:272px;
}

.gameDisp a:hover{
	background:rgba(255,255,255,0.3);

}

.gameDisp a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 0;
	height: 0;
	pointer-events: none;
	border: 0 solid rgba(255,212,98,1);
	border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-transition: border .3s, width 0s .3s, height 0s .3s;
	transition: border .3s, width 0s .3s, height 0s .3s;
}

.gameDisp a:hover:after {
  width: 100%;
  height: 100%;
border: 6px solid rgba(255,212,98,0.7);
  -webkit-transition: border .3s, width 0s, height 0s;
          transition: border .3s, width 0s, height 0s;
}




.tit-pointinfo01{ text-align:center; padding:95px 0 0; }
.tit-pointinfoflow{ text-align:center; padding:70px 0 0; }
.tit-pointinfo02{ text-align:center; padding:18px 0 0; }
.tit-pointinfo03{ text-align:center; padding:72px 0 0; }

.gameRace{
	background:url(../image/useraddgame/banner_race.png) no-repeat;
	width:202px;
	height:272px;
	margin-right:60px;
}

.gameOtenba{
	background:url(../image/useraddgame/banner_otenba.png) no-repeat;
	width:202px;
	height:272px;
}


.gameQuiz{
	background:url(../image/useraddgame/banner_quiz.png) no-repeat;
	width:198px;
	height:272px;
	margin-right:60px;
}

.gameJewel{
	background:url(../image/useraddgame/banner_jewel.png) no-repeat;
	width:198px;
	height:272px;
	margin-right:7px;
}

.gamePSY{
	background:url(../image/useraddgame/banner_psy.png) no-repeat;
	width:198px;
	height:272px;
}

.gameBears{
	background:url(../image/useraddgame/banner_bears.png) no-repeat;
	width:198px;
	height:272px;
	margin-right:7px;
}

.gameDinosaur{
	background:url(../image/useraddgame/banner_dinosaur.png) no-repeat;
	width:198px;
	height:272px;
	margin-right:7px;
}

.gameFish{
	background:url(../image/useraddgame/banner_fish.png) no-repeat;
	width:198px;
	height:276px;
}


.addgameListBox-3row dl.listbox-last{ margin-right:0; }

.addgame_txtbox p{
	padding-left:1em;
	text-indent:-1em;
	margin:0 0 0 10px;
}

.addgame_txtbox table.howto_table{
	border: 1px #cfcecb solid;
	border-collapse: collapse;
	margin:10px auto 0;
	padding:0;
	width:630px;
}

.addgame_txtbox .howto_table tbody{
	border-spacing: 0;
	margin:0;
	padding:0;
}

.addgame_txtbox .howto_table th{
	border-spacing: 0;
	background: #faf6ec;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:5px;
	border-bottom: 1px solid #cfcecb;
	border-right: 1px solid #cfcecb;
}

.addgame_txtbox .howto_table td{

	margin:0;
	padding:5px;
	border-right: 1px solid #cfcecb;
	border-bottom: 1px solid #cfcecb;
	text-align:center;
	width:140px;
}

.addgame_txtbox .howto_table tr.howto_bg_color {
	background:#f8f8f8;
}

.addgame_txtbox table.howto_table tr:hover{
	background-color: #fbd17b;
}



.addgame_txtbox.last p{ margin-bottom:60px; }

.addgameListBox-3row .gameImg{}

.addgameListBox-3row .gameTit{ font-size:14px; font-weight:bold; margin:3px 0 0; }

.addgameListBox-3row .acquisition{ color:#c53d43;}

.addgameListBox-3row .conditions{ font-size:10px; margin:10px 0 0 0;}








.addgame_txtbox p a:link,.addgame_txtbox p a:visited{
	color:#6c6551;
	text-decoration:underline;
}

.addgame_txtbox p a:hover{
	text-decoration:none;
}



