a { 
	color: #000;
	text-decoration: none;
	outline-color: #888;	
}
a:hover {
	color: #7e7e7e;
	text-decoration:underline;
}
.topics h2 {
	margin-bottom:5px;
}
.topics a { 
	color: #fff;	
}

hr {
    border-color: #FFFFFF;
    border-style: solid none none;
    border-width: 1px medium medium;
    box-shadow: 0 0 1px #3c301e;
    float: left;
    width: 100%;
}

.errors {
	color: red;
}
.upcontact  {
	position: absolute;
	left: 580px;
	top: 165px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#portfolio  dl dt {
	line-height: 1.9em;
}
.readmore {
	font-size: 10px;
	font-weight: bolder;
}
.submenu {
	text-align: right;
}
.side {
	margin-left: 15px;
}

.content {
}

.B_crumb {
	height: 15px;
padding-top:25px;
padding-bottom:15px;
}

.footer {

}

.footer_logo {
	　　border:none;
	　　height:1px;
	text-align: right;
}

.title {
	background-color: #000000;
	width: 100%;
	position: relative;
margin-bottom: 35px;
}
.title_inner {
	position: relative;

}
#myGallery100 {
	z-index: 50;
	height:500px;
}
.menu   {
	padding-top: 48px;
}
.menu ul {
float:right;
	padding-left: 15px;
}
.menu ul li {
	float: left;
	padding-right: 35px;
}
.topics    {
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image: url(../assets/images/bk_topics.png);
	padding-top: 10px;
	padding-bottom: 20px;
	z-index:100;
}
.news {
	float: left;
	width: 150px;
}
.header {
	background-image: url(../assets/images/bk.png);
	background-repeat: no-repeat;
}
.tweet_buttom {
    padding-bottom: 15px;
    padding-top: 5px;
}
.lace_top {
	width: 100%;
	height: 20px;
	background-image: url(../assets/images/lace.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: -10px;
	z-index: 90;
}
.footer_link {
	padding-bottom: 5px;
}
.lace_bottom {
	width: 100%;
	height: 20px;
	background-image: url(../assets/images/lace.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	z-index: 90;
	bottom: -10px;
}

.main {
	width: 100%;
	position: relative;
}

.content p, .dream {
	font-size: 12px;
	line-height: 2em;
}

.dream {
	padding-right: 23px;
	float: left;
	width:270px; 
	padding-left: 20px;
	padding-top: 250px;
}
.dream2 {
	padding-right: 23px;
	float: left;
	width:270px; 
	padding-left: 20px;
	padding-top: 568px;
}

.gallerycontainer {
	float: left;
	margin-bottom:15px;
}

#iv {
	float: left;
	height: 675px;
	width: 100%;
	background-image: url(../assets/images/img_02.png);
	background-repeat: no-repeat;
}

#gy {
	float: left;
	height: 555px;
	width: 100%;
	background-image: url(../assets/images/img_03.png);
	background-repeat: no-repeat;
}

.cc_map {
	float: left;
	padding-left: 515px;
	padding-top: 97px;
}

.thumbs li {
	float: left;
}

.artistgallery{
	float:left;
	width:97%;
	margin-bottom: 20px;
}

.artistcontainer {
    float: left;
    height: 140px;
    margin: 0 10px;
    width: 22%;
	margin-bottom: 5px;
}


.dropdown, .dropdown2 {
float:left; 
padding-right:5px

}

.dropdown dt, .dropdown2 {
width:95px; 
padding:8px; 
cursor:pointer; 
text-align: right;
}

.dropdown dd {
position:absolute; 
overflow:hidden; 
width:180px; 
display:none; 
z-index:200; 
opacity:0
}

.dropdown ul {
text-align: left;
width:180px; 
list-style:none; 
border-top:none
}
.dropdown li {
display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#e7e7e7; width:194px}
.dropdown a:hover {background:#fff; color:#000}
.dropdown .underline {border-bottom:1px solid #ccc}

/* top btn　*/
.btn-border {
	display: block;
	position: relative;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	border:1px solid #FFF;
	border-radius: 4px;
}
.btn-border:hover {
	 background: #FFFFFF24;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 10px 16px 10px 35px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    margin-right: 5px;
    
}
.arrow::before,

.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample4-5::before{
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.sample4-5::after{
    left: 6px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 4px solid #FFF;
    margin-left: 16px;
}