@charset "utf-8";

/* ツイッターキャンペーン */

#setsumei{
	margin:0 auto;
	display:block;

}

/*赤角丸スペース設定*/
.kadomarubar {
	margin: 0 auto;
	width: 600px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 3px;
	color: #fff;
	background-color: #E8185F;
	border-radius: 30px;
}


/*特典キャンペーンページ　バナースペース設定*/
.banner-space{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	width: 800px;
	height: auto;
}

.banner-space2{
	width: 400px;
}


/*終了テーブル設定*/

.end_table {
	margin: 0 auto;
	background-color: #9DA4AF;
	width: 909px;
	height: 34px;
	border-radius: 25px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 9px;
}
.end_table dt {
	color: #FFFFFF;
	float: left;
	clear: both;
	font-size: 13px;
	margin-left: 11px;
	margin-top: 5px;
	height: auto;
}

.end_table dd {
	background-color: #FFFFFF;
	color: #9DA4AF;
	width: 664px;
	text-align: left;
	margin-left: 231px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 14px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	font-weight: bold;
}
.end_table dl {
	text-align: right;
}

/* 週間表示テーブル */

.syu_space {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.syu_space li{
	display: inline-block;
		width: 165px;
	height: 252px;
	background-image: url(../images/campaign-images/twcam_syu-plate.png);
	background-repeat: no-repeat;
}

.plate {
}

.syu{
	width: auto;
	height: 62px;
	padding-top: 24px;
}

.state{
	margin-top: 20%;
}

/* ツイッター記事表示部分 */
.tw_table {
	border-collapse: collapse;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	border: medium solid #E8185F;
	text-align: center;
}

.tw_table td{
	border-bottom: medium;
}
.tw_table .head {
	color: #fff;
	font-weight: bold;
	background-color: #E8185F;
	font-size: 16px;
	width: 25%;
	vertical-align: middle;
}

.tw_button {
	-moz-box-shadow: inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow: inset 0px -3px 7px 0px #29bbff;
	box-shadow: inset 0px -3px 7px 0px #29bbff;
	background-color: #2dabf9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 8px;
	border-color: #0b0e07;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #263666;
	margin-bottom: 10px;
	width: 400px;
}

.tw_button:active {
	position:relative;
	top:1px;
}
.caution_text{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 56px;
	text-align: left;
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	border-style: solid;
}
.caution_text .section {
	border: thin solid #9E9E9E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 7px;
}

.caution_text .section p {
	font-size: 15px;
	line-height: 24px;
}

.caution_text .section p.min {
	font-size: 13px;
}


div.caution_text::after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
.caution_text h3{
	font-weight: bold;
	margin-top: 23px;
	background-color: #424064;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

a.nomal{
	color:#FFF;
	text-decoration: none;
}


a.nomal:hover,
a.nomal:focus
{
	color:#FFF;
	text-decoration:none;
}

/*ハロウィンイベント*/
.bt_halocam{
	position: absolute;
	top: 113px;
	right: 10px;
	width: 333px;
	height: 57px;
}

.bg_purple{
	background-color: #B800FF;
}

.bt_to_dl{
	position: absolute;
	top: 150px;
	right: 50px;
}

.bt_to_kekka{
	position: absolute;
	top: 500px;
	right: 50px;
	
}

div.bt_to_kekka img{
	width: 65%;
}

/*ダウンロードページ*/

.dl_table{
	width: 750px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.dl_table td img{
	margin: 10px;
}

/*文字関係*/

a.link2{
	color: #FF9ED1;
	}

a.link2:hover{
	color: #FFF83E;
	}
.red{
	color: #FF696C;
	text-decoration: underline
	}

.blue{
	color: #80E0FF
	}
	
.pink{
	color: #FF9ED1
	}


.yellow{
	color: #FFF96D
	}
