/* navbar 全体の背景色とボーダーカラー */
.navbar-default {
background-color: #ffffff;
/*background-image: url('../img/GRY.png');*/
border-color: #c0c0c0;
}
.photoWrap{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
/*input {
background-image: url('../img/GRY.png');
}*/
textarea{
width:100%;
height:6em;
/*background-image: url('../img/WHITE.jpg');*/
border:1px #ffffff solid;
}

#form1{
border:none;
/*padding:5px 2px;*/
border:solid 1px #c0c0c0;
background-image: url('../img/WHITE.jpg');
}
#contents{
	position: relative;
	width: 100%;
}
#contents img.thumbnails{
	position: absolute;
	top:	20px;
	left:	0px;
}
#contents img.thumbnails_02{
	position: absolute;
	top:	20px;
	left:	0px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

#logbox{
 border: solid 1px #D8D8D8;
 width: 100%;
 height: 640px;
 padding: 0.5em;
 overflow: auto;
}

@media screen and (max-width: 594px) {
/*　for iPhone Landscape　(iPhone 横)　*/

#contents{
	position: relative;
	width: 100%;
}
#contents img.thumbnails{
	display: none;
}
}
@media screen and (max-width: 460px){
.none {display:none}
}
