@charset "utf-8";

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    background:#FFFFFF url('/img/bg.gif') repeat-x;
    color:#333333;
    margin:0 auto;
    padding:0;
}

h1,h2,h3,p,div,form { margin:0; padding:0;}
img   { border:0;}
label { cursor:pointer;}
table { text-align:left;}

/*
a:link    { color:#222; text-decoration:underline;}
a:visited { color:#444; text-decoration:underline;}
a:hover, a:active { color:#666; text-decoration:none;}
*/

/*
a:link {color: #006699;	text-decoration: underline;}
a:visited {color: #6699cc;	text-decoration: underline;}
a:hover {color: #0099cc;	text-decoration: none;}
a:active {color: #0099cc;	text-decoration: none;}
*/
/*
a:link {color:#0066cc;text-decoration:underline;}
a:visited {color:#003399;text-decoration:underline;}
a:hover, a:active {color:#cc6600;text-decoration:none;}
*/
a:link {color:#444D49;text-decoration:underline;}
a:visited {color:#444D49;text-decoration:underline;}
a:hover, a:active {color:#919D9A;text-decoration:none;}


/* text-size */
h1 { font-size:18px; line-height:1.375;}
h2 { font-size:16px; line-height:1.375;}
h3 { font-size:14px; line-height:1.375;}
.TXT12 { font-size:12px; line-height:1.375;}
.TXT10 { font-size:10px; line-height:1.25;}


/* common */
div.mb16p4 {
	clear: both;
	margin-bottom:16px;
	padding:4px;
}

.dot_1 { background:url('/img/dot_1.gif') repeat-x;}
.dot_2 { background:url('/img/dot_2.gif') repeat-x;}

/* caption */
.description {
	clear: both;
	margin-bottom:16px;
	margin-left:16px;
	padding:3px 7px 0;
}

.description p {
	font-size:12px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.description h2 {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* title */
.tit_caption {
	background:#ECEFEE;
	color:#333;
	border:solid #919D9A;
	border-width:0 3px;
	margin-left:16px;
	padding:3px 7px 0;
}

.tit_caption p {
	font-size:12px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
}

.tit_caption table {
	background:#FAFAFA;
	font-size:12px;
	padding: 4px;
}

.tit_caption h2 {
	color: #4D5554;
	margin-top: 8px;
	margin-bottom: 8px;
}

.tit_caption .notice {
	font-weight:bold;
	color: #CC3300;
}

.tit_caption .notice {
	font-weight:bold;
	color: #CC3300;
}

.tit_caption hr {

}

.tit_bottom  {
	padding-bottom:8px;
	background-image: url('/img/tit_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

/* login_form */
.login_bg    { background:url('/img/common/login/frm_bg.gif') repeat-y; padding:0 16px;}
.login_input { width:240px; background:#FFE; border:solid 2px #999; padding:2px;}


/* note */
#note {
  width: 632px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;

}

#note td {
	font-size:12px;
	line-height:1.375;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 2px;
}

#note th {
	font-size:12px;
	line-height:1.375;
	background:#666;
	color:#FFFFFF;
	text-align:center;
	border-right: 1px inset #CCCCCC;
	border-bottom: 1px inset #CCCCCC;
	margin: 0px;
	padding: 2px;
}

#note td.date {
    text-align: center;
}

#note td.service {
    text-align: center;
}
#note td.SN {
    text-align: center;
}

#note td.pointIn {
    font-weight: bold;
    color: #006600;
    text-align: right;
}
#note td.pointOut {
    font-weight: bold;
    color: #CC3300;
    text-align: right;
}
#note tr.lineEven {
    background:#FFFFFF;
}
#note tr.lineOdd  {
    background:#EEEEEE;
}

.pageNumber {
    font-size:12px;
    line-height:1.375;
    border: 1px solid #666;
    padding: 2px;
    margin: 0px;
}
.pageNumber#current {
    color: #FFFFFF;
    background-color: #666;
    border: 1px solid #666;
    font-weight: bold;
}

/* table general purpose */
table.general {
    font-size:12px;
    line-height:1.375;
    border-top: 1px solid #CCCCCC;
    border-right: 1px none #CCCCCC;
    border-bottom: 1px none #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
table.general td {
    border-top: 1px none #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px none #CCCCCC;
}
table.general th {
    background:#666;
    color:#FFFFFF;
    text-align:center;
    border-top: 1px none #CCCCCC;
    border-right: 1px inset #CCCCCC;
    border-bottom: 1px inset #CCCCCC;
    border-left: 1px none #CCCCCC;
}

table.frm_w {
	border:solid #CCC;
	border-width:0 2px;
	padding:8px;
	width: 472px;
	font-size: 12px;
	margin: auto;

}

table.frm_w td {
	margin: 0px;
	padding: 4px;
	font-size: 12px;
}

table.frm_g {
	border:solid #666;
	border-width:0 2px;
	padding:4px;
	width: 632px;
	font-size: 12px;
	margin: auto;

}

table.frm_g td {
	margin: 0px;
	padding: 4px;
	font-size: 12px;
}

.wrap {
	clear: both;
	margin-bottom: 4px;
	border: 0px solid #FFFF00;
}


#account {
	border: 0px solid #00FF00;
	float: left;
	width: 400px;
	font-size: 12px;
	text-align: center;
	height: 100%;
}
#account strong {
	color:#F60; font-size:200%;
}
#account div {
	border-right: 2px solid #7f7f7f;
	border-left: 2px solid #7f7f7f;
}

#infoBody {
	font-size: 12px;
	line-height:1.375;
	border: 0px solid #00FF00;
	float: left;
	width: 400px;
}

#infoBody .infoTitle {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#infoBody .infoDate {
	font-weight: bold;
	text-align: right;

}
#infoBody .infoText {
	margin: 8px;
}

#infoList {
	border: 1px solid #666666;
	float: right;
	width: 220px;
	margin: 2px;
	padding: 0px;
	font-size: 12px;
	line-height:1.375;
}

#infoList h3 {
	background:#666666;
	color:#FFFFFF;
	margin: 0px;
	padding: 2px 2px 2px 8px;
}

#infoList ul {
	margin: 2px;
	padding: 0px;
}

#infoList li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#pageHeader {
	clear: both;
	margin-bottom: 16px;
	padding:8px 0;
	text-align:center;
	font-size: 12px;
}

#pageFooter {
	clear: both;
	margin-bottom: 16px;
	padding:4px 0;
	text-align:center;
	font-size: 12px;
}
#pageFooter .link {
	margin-top: 2px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px dashed;
	border-bottom: 1px dashed;

}

.table_midashi {

	font-size: 12px;

	line-height: 150%;

	font-weight: bold;

	background-color: #E2E2E4;

}



.table_youso {

	font-size: 12px;

	line-height: 150%;

	disabled-color: red;

	background-color: #EDEDEF;

}

/*Bootstrap用CSS*/

input {
vertical-align: baseline;
}

a img{
    vertical-align: baseline;
}

.indexFixSmart{
    width:640px;
    margin-left: auto;
    margin-right: auto;
}

.indexFix {
    float: left;
    width:640px;
    margin-left: auto;
    margin-right: auto;
}

.jumbotron {
    padding: 40px 0 20px 0;
    background: #000000;
}

.layoutWrap{
    width:881px;
    position: absolute;
    margin: 0px 0 0 -320px;
    left: 50%;
}
.rightSide{
    width: 240px;
    float: right;
}

.flexible{
    float:left;
    width: 0;
}

.sidebar {
    float: right;
    width: 240px;
}

.sidebarmessage {
    float: right;
    width: 240px;
}

.popover-title{
    background-color: #000000;
}

.message{
    visibility: hidden;
    float: right;
    width: 240px;
}

.message .alert-info{
    position: relative;
    background-color: #000000;
    color: #FFFFFF;
    line-height: 18px;
    white-space: nowrap;
}

.message .alert-info a {
    color: #FFFFFF;
}

.message .alert .close{
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
}

.tooltip.right{
    margin-left: 20px;
    white-space: nowrap;
}

.tooltip.top{
    margin-bottom: 5px;
    margin-left: -34px;
    white-space: nowrap;
}

.tooltip.top .tooltip-arrow{
    margin-left: 29px;
}

div.pbhl {
    background:url('/img/headline.png') no-repeat scroll 0 0 transparent;
    background-size: 632px 39px;
}

div.pbhl h2 {
    color:#404040;
    font-size:140%;
    padding: 7px 18px 5px 15px;
}

tr.TXT12 {
    border-left: 1px #808080 solid;
    border-right: 1px #808080 solid;
}

a.prepaid {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #0000FF;
}

.currentPoint {
    width: 300px;
    margin: 10px auto;
    border: 2px solid #999;
    border-radius: 10px;
    padding: 4px 14px;
}

.currentPointTitle {
    font-size: 12px;
}

.currentPointMain {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: -2px;
}

.pointNum {
    color: #FF6600;
    font-weight: bold;
    font-size: 22px;
    margin-right: 4px;
}

.pointDetails {
  font-size: 12px;
  color: gray;
  text-align: center;
}

.rewardMsg {
  text-align: right;
  padding: 6px 0;
}

/* ニコニ広告チケットプレゼントキャンペーン */
.uadCampaignBox {
    position: relative;
    margin: -12px auto 12px;
    width: 632px;
    height: 217px;
    background: url('/img/uad_campaign_box.png') no-repeat center;
    background-size: 100%;
}

.uadCampaignBox a {
    position: absolute;
    bottom: 20px;
    left: 240px;
}

.uadCampaignLabel {
    position: absolute;
    top: 11px;
    left: 2px;
}
