@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: 50px;
	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;
	}
}


#promotionArea .anchor-addgame li a:link,
#promotionArea .anchor-addgame li a:visited{
	text-decoration:underline;
	color:#6b634a;
}

#promotionArea .anchor-addgame li a:hover{
	text-decoration:none;
	color:#6b634a;
}

#promotionArea .anchor-addgame li.last{
	width:125px;
}

body#plus.useraddgame #promotionArea .btn_gamerecordcard{
	float: right;
    width: 183px;
    height: 45px;
}

/*お知らせ*/
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;
}

/*見出し*/
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 .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; }

.addgameListBox-3row{ overflow:hidden; width:630px; margin:0 auto; }

.addgameinfo_pointgrant{ width:640px;margin:10px auto 10px; }

.addgameListBox-3row dl{
    border: 1px #cfcecb solid;
    background: #faf6ec;
    padding: 10px;
    float: left;
    width: 180px;
    min-height: 170px;
    position: relative;
	margin-right:12px;
}

.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{
	background:#fff;
	margin:0;
	padding:5px;
	border-right: 1px solid #cfcecb;
	text-align:center;
	width:140px;
}





.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;
}



