@charset "utf-8";
a{color:#eca92b;text-decoration:none;}
a:hover{
	color:#F1C167;
}
a:active, a:focus{
	outline:0;
	color: #6CF;
}


body{
	width:100%;
	height:100%;
	background-color: #385786;
	
	}

.header {
	width: 96%;
	height: 60px;
	margin: 10px 2%;
	}
.header_logo  {
	float: left;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 2%;
}
.header_b {
	float: right;
	height: 37px;
	width: 154px;
	margin-top: 10px;
	margin-right: 3%;
}
.header_b2 {
	float: right;
	height: 37px;
	width: 154px;
	margin-top: 10px;
	margin-right: 3%;
	display: none;
}


	#appletplace1{
	width:100%;
	height:100%;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	z-index: 2;
	}
	.atom{
	width:100%;
	float: left;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	z-index: 2;
	}
	.atom_frame {
	border: 1px solid #ADADAD;
	color: #FFF;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
	.atom_frame ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	.atom_frame ul li{
	display: inline-block;
	margin-right: 35px;
	font-size: 18px;
	margin-bottom: 15px;
	}	
	.molecule_text{
	width:100%;
	float: left;
	color: #FFF;
	padding: 2%;
	border: 1px solid #ADADAD;
	margin: 0px;
	}
.molecule_box {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	
}

.molecule_index {
	background-color: #00AEAE;
	padding: 5px 10px;
	float: left;
	text-align: center;
	min-width: 100px;
	font-weight: bold;
	font-size: 16px;
}


.molecule_p {
	float: left;
	padding: 2px 10px;
	font-weight: normal;
	font-size: 20px;
}
.molecule_p2 {
	float: left;
	padding: 2px 10px;
	line-height: 24px;
	font-size: 16px;
}
.molecule_p3 {
	float: left;
	line-height: 20px;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 100%;
}
.molecule_p2 font {
	font-weight: bold;
}

.molecule_text i {
	font-family:'Times New Roman', 'TimesNewRomanPS-ItalicMT';
	font-weight: bold;
}
.molecule_p i {
	font-weight: normal;
}
.molecule_p small {
	color: #FFF;
	font-size: 14px;
}
.molecule_p a small{color:#eca92b;text-decoration:none;}
.molecule_p a:hover small{color:#F1C167;}
.molecule_p a:active small{color: #6CF;}
.molecule_p a:focus small{color: #6CF;}
.molecule_p2 small {
	color: #FFF;
	font-size: 14px;
}


molecule_photo {
	float: left;
	padding: 5%;
	width: 90%;
	margin: 0px;
}

.atom_h, .atom_na, .atom_cu, .atom_br, .atom_o, .atom_n, .atom_al, .atom_f, .atom_au, .atom_p, .atom_c, .atom_si, .atom_i, .atom_cl, .atom_s, .atom_cs, .atom_ca, .atom_he {
	padding-left: 35px;
	background-repeat: no-repeat;
	height: 26px;
}


/* PC */
@media only screen and (min-width:1000px){	
	body{
	width:100%;
	height:100%;
	min-height: 300px;
	padding:0;
	}
	#appletplace1{
	width:70%;
	height:85%;
	padding-top: 15px;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 2%;
	float: left;
	}	
	.atom{
	width:70%;
	height:30%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 2%;
	}
	.atom_frame {
	background-position: center;
	}
	.molecule_text{
	width:28%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin: 95px 2% 0%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: right;
	}
}


/* mobile */
@media only screen and (max-width:1000px){
	body{
	width:100%;
	padding:0;
	}
	.header {
	width: 80%;
	height: 60px;
	margin: 10px 10%;
	}
	#appletplace1{
	width:95%;
	height:70%;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 10%;
	float: left;
	}
	
	.atom{
	width:95%;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 10%;
	float: left;
	}
	.atom_frame {
	background-position: center;
	}

	.molecule_text{
	width:80%;
	min-height: 200px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	margin: 5px 10% 5%;
	float: left;
	background-position: center;
	}


}
/* mobile small*/
@media only screen and (max-width:620px){
	body{
	width:100%;
	padding:0;
	}
	.header {
	width: 80%;
	min-width:210px;
	height:120px;
	margin: 10px 10%;
	}
	.header_logo img {
	width: 90%;
	height: 90%;
	}
	#appletplace1{
	width:95%;
	height:60%;
	min-width: 210px;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 10%;
	float: left;
	}	
	.atom{
	width:95%;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 10%;
	float: left;
	}
	.atom_frame {
	background-position: center;
	min-width: 210px;
	}
	.atom_frame ul li{
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 20px;
	font-size: 18px;
	}
	.molecule_p img {
	width: 95%;
	height: 95%;
	}
	.molecule_text{
	width:80%;
	min-width: 210px;
	min-height: 200px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	margin: 5px 10% 5%;
	float: left;
	background-position: center;
	}
	.molecule_photo {
	float: left;
	padding: 5%;
	width: 100%;
	margin: 0px;
	}
	.molecule_photo img{
	width: 100%;
	height: 100%;
	}

}
