@charset "utf-8";

/*body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
	font-size: 14px;
}*/

/* 2008年２月用リニューアル*/
/*div#mainScreen .contentsEntryArea .usesetInfo{ border-color:#FF0000; padding:20px 40px 20px 40px}
div#mainScreen .contentsEntryArea .usesetInfo{margin-top: 40px;}
div#mainScreen .contentsEntryArea .msgList .resumeTable span.mustIcn{line-height: 20px}
div#mainScreen .contentsCenterArea .usesetInfo1{ margin: 20px 40px 20px 40px;
;padding:20px 10px 20px 40px; border: thin solid #ff0000;
 }
*/


/*===============================================
PC
===============================================*/
/* ワイド化 */
.mainScreen {
	width: 950px;
	padding:0;
	margin:0 auto;
	text-align:left;
}
.contentsArea {
	margin: 30px auto 50px;
	padding: 0;
	width: 750px;
}


/* ソーシャルメディアボタン */
#socialHeader{
    overflow: hidden;
    width: 950px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
#socialHeader div.inner{
	float: right;
}
#socialHeader div.btn{
	float: left;
	margin-right: 7px;
}
#socialHeader div.btn.facebook{
	width:75px;
}
#socialHeader div.btn.twitter{
	width:80px;
}
#socialHeader div.btn.mixi{
	width:77px;
}
#socialHeader div.btn.gree{
	width:70px;
}
#socialHeader div.btn.google{
	width:32px;
	margin-right: 0;
}
/*-- end:2011/10/13 MGA追加
 --*/

/*コンテンツ関連*/

.ScienceBoy_header{
	margin: 0 0 40px 0;
	padding: 0;
	width: 750px;
}

.ScienceBoy_header h1 img{
	margin: 0 auto;
	display: block;
}
.ScienceBoy_header p{
	font-size: 100%;
    margin: 20px 0 0 0;
    padding: 10px;
    line-height: 1.7;
}

.ScienceBoy_body h2 img{
    margin: 0 auto 20px;
	display: block;
}

/* チャットレイアウト */
.chat-box {
    width: 100%;
    height: auto;
    overflow: hidden; /*floatの解除*/
    margin-bottom: 20px;
	float: left;
}
.chat-face {
    float: left;
    margin-right: -120px;
}
.chat-face img{
	width: 50%;
	height: 50%;
}
.chat-area {
    width: 100%;
    float: right;
}
.chat-balloon {
    display: inline-block; /*コメントの文字数に合わせて可変*/
    padding: 15px;
    margin-left: 80px;
    margin-top: 10px;
	border-radius: 8px;
    position: relative;
	border: 1px solid #dedede;
	line-height: 1.6;
}
/* ↓追記↓ */

/*.chat-balloon:after {
    content: "";
    position: absolute;
    top: 25px;
	left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #DAEFFF transparent transparent;
}*/

.answerer {
	border: 1px solid #CC0000;
}

/*.answerer:after {
    border-color: transparent #FFDDEC transparent transparent;
}*/

/* ↑追記↑ */

.BoldRed--font{
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
}
.notice{
	font-size: 90%;
	color: #4F4F4F;
	margin: 0 0 30px 80px;
	line-height: 1.5;
}
.column--left{
	float: left;
	width: 70%;
}
.manga--right{
	float: right;
    margin: 10px 0;
}
.manga--left{
	float: left;
    margin: 10px 0;
}
.clearElement{
	clear: both;
	content: "";
	display: block;
}
.ScienceBoy_footer img{
	padding: 20px;
	margin: 0;
	float: left;
}
.ScienceBoy_footer--prof{
	background-color: #efefef;
	padding: 20px;
}
.ScienceBoy_footer--prof table tr{
	vertical-align: top;
}
.proftitle--Text{
	font-weight: bold;
	line-height: 2;
}
.table--prof{
	width: 300px;
	margin: 0;
	padding: 0 15px 15px 15px;
	vertical-align: top;
	line-height: 1.6;
}
.bar{
	border-top: 1px solid #dedede;
	margin: 20px 0;
}
.book--text{
	padding: 0 15px 15px 15px;
	line-height: 1.6;
}
.ScienceBoy_footer{
	padding: 5px;
	margin-bottom: 30px;
	background-color: #FFF;
	border: solid 10px #cee5eb;
}
.ScienceBoy_footer h3{
	padding: 20px 0px 10px;
	font-size: 260%;
	margin-left: 130px;
	color: #016599;
	font-weight: bold;
    line-height: 1.4;
}
.ScienceBoy_footer ul{
	margin-left: 80px;
	margin-bottom: 20px;
}
.ScienceBoy_footer li{
	list-style-type: none;
    margin-left: 60px;
    line-height: 1.7;
    font-weight: bold;
    font-size: 120%;
}