@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :  kagaku.css
 style info :  スタイル指定
=================================================================== */
.dataWrap {
	border:#fff solid 1px;
	width:100%;
	margin-bottom:10px;
}
.dataWrap .odd {
	background:#eeece9;
}
.dataWrap .even {
	background:#fcf8f1;
}
.dataWrap th,
.dataWrap td {
	border:#fff solid 1px;
	vertical-align:middle;
}
.dataWrap th {
	background:#f2ece1;
	padding:5px 0;
	font-size:1.6em;
	font-weight:normal;
	font-family:Arial, Helvetica,YuGothic, '游ゴシック','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.dataWrap th.small {
	font-size:1.2em;
}
.dataWrap td {
	padding:8px 0;
	font-size:1.4em;
	font-family:Arial, Helvetica,YuGothic, '游ゴシック','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.dataWrap .numberSec {
	width:6.896551724%;
	text-align:center;
}
.dataWrap .nameSec {
	width:32.333%;
	padding-left:1%;
	padding-right:8px;
}
.dataWrap .contactSec {
	width:14.942528735%;
	text-align:center;
	padding:0;
}
.dataWrap .contactSec a {
	padding:8px 5px;
	background:#992b56;
	display:block;
}
.dataWrap .priceSec {
	width:14.942528735%;
	text-align:center;
}
.dataWrap .priceSec .price {
	color:#992b56;
	font-weight:bold;
}
.dataWrap .priceSec .priceB {
	color:#000;
	font-weight:bold;
}



p.caption {
	font-size:1.2em;
	margin-bottom:20px;
}
p.captionRight {
	color:#666;
	font-size:1.4em;
	font-family:Arial, Helvetica,YuGothic, '游ゴシック','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0;
	line-height:1.2;
	text-align:right;
	padding-top:2px;
	margin-bottom:10px;
}

.printBtn,.closeBtn {
	text-align:center;
	margin-bottom:20px;
}
.priceSec br {
	display:none;
}

.chukainewsBtn {
	position:absolute;
	top:9px;
	right:5px;
}
.chukainewsBtn a {
	color:#fff;
	background:#8f214b;
	padding:3px 10px;
	text-decoration:none;
	font-size:80%;
	border:1px solid #fff;
}
.chukainewsBtn a small {
	font-size:70%;
	padding-bottom:2px;
	vertical-align: 2px;
}

.kagakulinkBtn {
	position:absolute;
	top:4px;
	right:4px;
	z-index:10;
}

@media screen and (max-width:640px) {
.dataWrap .nameSec {
	width:29.333%;
	padding-left:1%;
}
.dataWrap td.nameSec {
	font-size:1.2em;
}
.dataWrap .contactSec {
	width:17.942528735%;
	background:#992b56;
}
.kagakulinkBtn img {
	height:18px;
	width:auto;
}
}
@media screen and (max-width:480px) {
.priceSec br {
	display:block;
}
}
@media screen and (max-width:360px) {

.kagakulinkBtn img {
	height:16px;
	width:auto;
}
}
