/* layout start */
html {
	min-height: 100%;
	position: relative;
}
body {
	margin: 0;
	font-family: "Meiryo", "メイリオ", "Arial", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	padding: 0;
	background-color: #FFFFFF;
}
body.underLayer {
	margin: 0 0 52px 0;
	font-family: "Meiryo", "メイリオ", "Arial", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	padding: 0;
	background-color: #FFFFFF;
}
div.underLayerFooter {
	bottom: 0;
	height: 52px;
	position: absolute;
	width: 100%;
}
select, input, button, textarea {
	font-family: "Meiryo", "メイリオ", "Arial", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	line-height: 1.231;
}
img {
	border: none;
}
label {
	cursor: pointer;
}
.fontSmall {
	font-size: 0.9em;
}
.notice {
	color: #ff0000;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.vtop {
	vertical-align: top;
}
.center {
	text-align: center;
}
/* layout end */

/* common style start */
h1 {
	font-weight: bold;
	color: #000;
	border-bottom: 3px solid #e5e5e5;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0 0 3px;
	margin: 15px 0;
}
h2 {
	background-image:url(../images/h2Bg.gif);
	background-repeat: no-repeat;
	color: #62ab04;
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 1px 0 0 20px;
}
h2.top {
	border-bottom: 6px solid #8ed508;
	background-image: none;
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0;
}
h2.top2 {
	background-image:url(../images/r-kun.png);
	border-bottom: 3px dotted #8ed508;
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 0 0 25px;
}
h2.top3 {
	border-bottom: 1px dotted #8ed508;
	border-left: 7px solid #FF7700;
	background-image: none;
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 5px;
}
p {
	line-height: 1.3em;
	margin: 0.5em 0;
	padding-left: 1.0em;
}
.activeLang {
	background-color: #ffff20;
}
/* common style end */

/* link start */
a {
	color: #0066cc;
	text-decoration: none !important;
}
a:visited {
	color:#0066cc;
}
a:hover {
	text-decoration:underline;
	color:#654E7C;
}
/* link end */

table {
	font-family: "Meiryo", "メイリオ", "Arial", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px !important;
}

/* ヘッダーメニュー ここから */
#headerMenu {
	background: #eee;
	border-bottom: 1px solid #e0e0e0;
	color:#000;
	left: 0;
	/*position: fixed;*/
	text-align: left;
	top: 0;
	width: 100%;
	/*z-index: 99999999;*/
}
#headerMenuWrapper div {
	font-size: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#headerMenuWrapper {
	height: 28px;
	left: 0;
	/*overflow: hidden;*/
	/*position: relative;*/
	top: 0;
	width: 100%;
	border:0px solid red;

}
#headerMenuWrapper .right {
	float: right;
	padding: 8px 20px 0 0;
	position: relative;
	border:0px solid red;

}
#headerMenuWrapper .left {
	float: left;
	padding: 8px 0 0 25px;
	position: relative;
	border:0px solid blue;
}
/* ヘッダーメニュー ここまで */

/* ヘッダー ここから */
#header {
	background-color: #fff;
	height:90px;
	border:0px solid red;
}
#headerWrapper {
	border:0px solid red;
	width:950px;
	height:90px;
}
#headerWrapper .left {
	float: left;
	padding: 0px;
	margin:0px;
	position: relative;
	border:0px solid blue;
	height:90px;
}
#headerWrapper .right {
	float: left;
	margin: 20px 0 0 0px;
	padding:10px 10px 5px 10px;
	position: relative;
	border:0px solid red;
}
#headerWrapper .cartIconBox {
	float: right;
	position: relative;
	top:25px;
	margin: 0 50px 0 0;
	width: 100px;
}
#headerWrapper .cartCount {
	position: absolute;
	left: -8px;
	top: 8px;
	text-align: center;
	width: 50px;
	font-size: 17px;
	font-weight: bold;
	color: #0000FF;
	line-height: 1.3em;
	margin: 0.5em 0;
	padding-left: 1.0em;
}
#headerWrapper .cartTitle {
	position: absolute;
	left: 50px;
	top: 35px;
	text-align: center;
	width: 50px;
	font-size: 13px;
	font-weight: bold;
}
#quickSearch {
	height: 26px;
	padding: 2px 5px
}
#quickSearch .searchIconImage {
	position: relative;
	top: 8px;
	padding-right: 10px;
}
/* ヘッダー ここまで */

/* メニュー ここから */
#menu {
	/*background-image:url(../images/menuBg.gif);*/
	/*background-repeat: repeat-x;*/
	/*border-top: 1px solid #000;*/
	/*border-bottom: 1px solid #000;*/
	background: #000000;
}
#menuWrapper {
	/*margin: 6px 20px;*/
	/*width: 850px;*/
	padding-left: 20px;
}
#menuWrapper a {
	color:#fff;
	text-decoration:none;
}
#menuWrapper a:visited {
	color:#fff;
}
#menuWrapper a:hover {
	text-decoration: none;
	background-color: #8ed508;
	color:#000;
}
#menuWrapper .activeMenu {
	text-decoration: none;
	background-color: #8ed508;
	color:#fff;
}
#menuWrapper .label {
	padding-left: 17px;
	padding-right: 17px;
}
/* メニュー ここまで */

/* トップコンテンツ ここから */
#topContent {
	background-color:#FFF;
}
#topContent .topContentWrapper {
	width: 950px;
	background-color: #FFF;
	padding-top: 15px;
}
#topContent #indexMargin {
	text-align: left;
	margin: 0 30px;
}
/* トップコンテンツ ここまで */

/* About */
#about table {
	border-collapse: collapse;
}
#about tr td {
	padding: 0;
}

/* important */
.important {
	font-size: 0.9em;
	padding: 0;
	margin: 0 30px 10px;
	text-align: center;
	border: solid 3px #FF6600;
}
.important th {
	background-color: #F4D2AC;
}
.importantLeft {
	font-size: 0.9em;
	padding: 3px;
	border: solid 3px #FF6600;
}

/* フッター ここから */
.topFooterBg {
	background-color: #eee;
	text-align: left;
	width: 950px;
}
#footer {
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 7px 0 7px 40px;
	background-color: #333;
}
#footer .copyright {
	position: relative;
	bottom: 10px;
	left: 10px;
	width: 500px;
}
/* フッター ここまで */

/** コンテンツ  **/
#content {
	padding: 5px 40px 20px;
}
#pankuzu {
	font-size: 0.9em;
	color: #666;
}
.lastUpdate {
	text-align: right;
	vertical-align: top;
	width: 300px;
}
.col0 {
	border: 1px solid #CCCCCC;
	background-color: #C1F9D9;
}
.request_add {
	width: 140px;
}
.request_remove {
	width: 140px;
	background: #f5f5f5 !important;
	color: #6d6d6d!important;
}
.detail_title_column {
	background-color: #f4f9fd;
}
.pi_column_1 {
	width: 5rem;
}
.pi_column_2 {
	width: 7rem;
}
.rrcLogo {
	border: 1px solid #208fff;
	padding: 2px;
}

/* サマリー */
#summary table {
	border-collapse: collapse;
}
#summary table td {
	padding-top: 20px;
	border-bottom: 1px solid #a6c9e2;
}
#summary .column1 {
	width: 200px;
}
#summary .column2 {
	width: 250px;
}
.search_condition{
	margin-bottom: 1em;
}

/* 分離済み変異体  */
#mutantListForm{
	width: fit-content;
}
#mutant .alleleNo div {
	display: inline-block;
}
#mutant .alleleNo div.cart {
	padding: 10px 0px 10px 20px;
}
#mutant .screeningNote {
	font-size: 9pt;
	color: #FF6600;
	list-style-type: decimal;
}
#mutant .screeningIndex {
	font-weight: bold;
	width: auto;
	font-size: 12px;
}
#mutant .screeningIndex .month {
	margin-right: 2px;
}
#mutant .listJ {
	background-color: #f5f5f5;
}
#mutant .referenceUl {
	list-style-type: none;
	padding-left: 0;
}
#mutantPanelDetail {
	width: auto;
}

/*  Pahway */
#pathwayListForm{
	width: fit-content;
}
.pathwaySubTitle{
	font-weight: normal;
	margin: 0.8rem;
	font-size: 0.8rem;
}

/* FAQ */
#faq h2 {
	background-color: #ffebd7;
	background-image: none;
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0;
	width: 780px;
}
#contact .complete {
	margin-top: 50px;
	margin-bottom: 100px;
}
/* 分譲手続き(カート含む) */
#request {
	width: 900px;
}
#request .summary {
	width: 80%;
}
#request .summary table {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#request .summary table td {
	border-bottom: 1px solid #CCCCCC;
}
#request .summary div {
	text-align: center;
}
#request .grid {
	width: 100%;
}
#request .requestTitleColumn {
	width: 170px;
}
#request .orderButton div {
	display: inline-block;
}
.invoice {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline !important;
}
.login_important {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border: double 3px #FF6600;
	color: red;
	width: 300px;
	background-color: #FFFB00;
}

/* メンテナンス */
.announcement {
	font-size: 0.9em;
	padding: 0;
	margin: 0 30px 10px;
	text-align: center;
	border: solid 3px #FF6600;
}
.announcement th {
	background-color: #F4D2AC
}
.announcement td a {
	color: #00008B;
	color: #D2691E;
	text-decoration: underline;
}
.announcement td p {
	margin: 0px;
}
.announcement p {
	color: red;
}
.announcement strong {
	color: red;
}

.bg_normal{
	background-color: #e8ffff!important;
}
.bg_balance{
	background-color: #ffffe3!important;
}
.bg_cross{
	background-color: #ffe8e8!important;
}