@charset "UTF-8";
	
#contents{
	height:1280px;
	background-color: black;
	background-image:url(../Yolcu/img/ornament2.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

.forBot{
	display: none;
	text-align: center;
	}
	
.article{
	width: 80%;
	margin: 0 auto 35px auto;
}

img.logo{
		width:350px;
		 display: block;
		 margin: 50px auto 10px auto;
}

img.floatleft{
	float:left;
	padding:5px 15px 10px 0px;
}


img.floatright{
	float:right;
	padding:15px;
}

h1.memberpage{
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	color:#fff;
	margin-bottom: 20px;
	}

h2{
	font-size: x-small;
	text-align: center;
		color:#fff;
	}

.YolcuPhoto{
	width:500px;
	margin: 40px auto 5px auto;;
	padding: 0;
}


img.YolcuPhotoimg{
	width:100%;
	margin:0px;
	padding:0px;
	border:none;
}

.linkWrapper{
	width:500px;
	margin: 0px auto 35px auto;
	padding-bottom:5px;
	border-bottom: solid red 1px;
}

.linkWrapper.Top{
	margin-top:10px;
	width:80%;
}


.linkWrapper table{
	width: 100%;
	}

.linkWrapper td{
	margin:0;
}


.linkWrapper td.l{
	text-align: left;
	padding-left:10px;
	width:33.3%;
}

.linkWrapper td.c{
	text-align: center;
	}

.linkWrapper td.r{
	text-align: right;
	padding-right:10px;
		width:33.3%;
}
        
/*Change color of the anchor links on hover/focus.*/

#contents .linkWrapper a:link, #contents .linkWrapper a:visited {
	color: #acaeac;
	text-decoration:none;
	}

#contents .linkWrapper a:active {
	color: #cc0099;
	text-decoration:none;
	}
#contents	.linkWrapper a:hover{
	color: #c7c7c7;
	font-weight: bold;
	text-decoration:none;
  }
  
#contents .linkWrapper td.selected a:link,
#contents .linkWrapper td.selected a:visited {
	color:#f5eaea;
	font-weight: bold;
}

p {
	font-size:smaller;
	line-height: 1.8;
	color: white;
	margin-top: 1.5em;
	padding:0;
	}

p.interviewer{
	font-style:italic;
	color:#dedbdb;
	margin-top: 2em;
	margin-bottom: 2em;
}

p.interviewOhta{
	font-style:italic;
	color:#a5c0d2;
	margin-top: 2em;
	margin-bottom: 2em;
}
	
p.c {
	text-align: center;
	}
	
p.c_small {
	text-align: center;
	font-size:small;
	}
	
p.liveinfo {
	text-align: center;
	font-size:large;
	color:white;
	margin-top: 2em;
	margin-bottom: 2em;
	}

#contents p.liveinfo a:link,
#contents p.liveinfo a:visited{
	color: #ffffff;
	text-decoration:underline;
	font-size:large;
	font-weight:bold;
}
	
	
p.date {
	width:90%;
	margin: 35px auto 0 auto;
	text-align: right;
	font-size:x-small;
	}
	
#contents p.YolcuLink a:link,
#contents p.YolcuLink a:visited{
	color: #ffffff;
	text-decoration:underline;
	font-size:large;
	font-weight:bold;
}


p.alignRight {
	text-align: right;
	}

#contents hr{
	width: 95%;
}

@media only screen and (min-width:481px){
	br.br_480px{
		display:none;
	}
}
	
@media only screen and (max-width:480px){
	img.logo{
	  max-width: 100%;
	}
	img.member{
	  max-width: 60%;
	}
	
	.YolcuPhoto{
	  max-width: 100%;
	  height: auto;
	}
	.linkWrapper{
	  max-width: 100%;
	}
	.linkWrapper td{
	font-size: small;
	padding:0 10px 2px 0;
	}
}


