@charset "utf-8";
/* CSS Document */

/*ロゴ
----------------------------------------------*/
h2 {
	background: url(../../cam/img/tw_title.png) no-repeat;
	width: 138px;
	height: 33px;
	margin: 0 auto 30px;
	text-indent: -9999px;
}

.data {
	text-align: center;
	margin-bottom: 30px;
}

.next {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0;
	background: #1a1a1a;
	text-align: center;
	color: #fff;
}

/*つぶやき
----------------------------------------------*/
#matome {
	width: 800px;
	margin: 0 auto 30px;
}

#matome dt,#matome dd {
	margin-bottom: 15px;
}

.twimg {
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 1.5em;
}

#matome span {
	color: #09F;
}


/*アイコン
-----------------------*/
#matome dt .twIcon {
	width: 80px;
	height: 80px;
	float: left;
}
#matome dt .twBox {
	width: 680px;
	min-height: 40px;
	float: right;
}

#matome dt {
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#matome dt:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

/*吹き出し
-----------------------*/
#matome dd .twIcon {
	width: 80px;
	height: 80px;
	float: left;
	padding-left: 80px;
}
#matome dd .twBox {
	width: 600px;
	min-height: 40px;
	float: right;
}

#matome dd {
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#matome dd:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/




/*吹き出し
----------------------------------------------*/
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 30px 10px 10px 10px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #000000;
	border-width: 6px;
	margin-top: -6px;
}