div#header{
 /*float:right;*/
 /*width:200px;*/
 text-align: right;
 /*background-color:red;*/
}
form#login_form{
	/*position:absolute;  
    right:0;  
    top:0;*/
}
div#header div#logined_user ul.dropdown-menu{
	left: inherit;
	right: 0;
	text-align: center;
}

table#shoseki{
	padding-left: 10px;
}

div#toolbox{
	margin-top: 20px;
	background-color: #dddddd;
	padding: 10px;
}

/* clearfix */
div#toolbox:before,
div#toolbox:after {
    content: "";
    display: table;
}
 
div#toolbox:after {
    clear: both;
}

div#toolbox div.tool{
	float: left;
	padding-right: 10px;
}

div#toolbox form#edit{
	margin: 20px;
}

div#toolbox form#edit ul{
	padding: 0px;
}

div#toolbox form#edit li{
	list-style: none;
}

div#toolbox form#edit li span{
	width: 9em;
	margin:0px;
	display:block;
	float:left;
	text-align: right;
}

div#toolbox form#edit li input[type="reset"],
div#toolbox form#edit li input[type="button"]{
	padding: 10px;
	margin-left: 10px;
}

div#toolbox form#edit p{
	margin-left: 100px;
}

div#toolbox table#his{
	margin: 20px;
}

div#logined_user span#logout{
	padding-left: 50px;
}

table#result_table tr td{
	height: 100px;
	/*border-bottom:solid 1px #666666;*/
}
table#result_table tr td.list_thumbnail{
	padding-top: 3px;
	width: 90px;
}

table#book_detail{
	/*float: left;*/
}
div#detail_image{
	float: left;
}
hr#separate_line{
	clear: both;
}


/*タイル画像のデザイン*/
li.item{
	margin: 5px;
}
li.item img {
  transition: 0.3s;
}
li.item img:hover {
  -moz-transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
}

ul#container p{
	margin: 0;
	padding: 10px;
	width: 180px;
	overflow: hidden;
	position: absolute;  /* 親要素を基点に配置 */
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5); /* 背景白で透明度50% */
	line-height: 1.5em;
	color: black;
	z-index: 3; /* 一番上に配置 */
}

/*プレイスタイル画像のデザイン*/
li.item_place{
	margin: 5px;
}
li.item_place img {
  transition: 0.3s;
  border:3px solid;
}
li.item_place img:hover {
  -moz-transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
}

ul#container_place p{
	font-size:
	margin: 0;
	padding: 10px;
	width: 200px;
	overflow: hidden;
	position: absolute;  /* 親要素を基点に配置 */
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9); /* 背景白で透明度50% */
	line-height: 1.5em;
	color: black;
	z-index: 3; /* 一番上に配置 */
}

#tabMenu2 {
	padding: 0px;
}
#tabMenu2 li{
	display: inline;
	cursor: pointer;
}
div#tile ul li img{
	width: 200px;
}

#tabMenu1 li, #tabMenu2 li{
	padding: 3px;
}

#tabBoxes{
padding-bottom:10px;
}

#tabBox1 {
#overflow:auto;
}

#tabBox2 {
	position: absolute;
	background-color: #dddddd;
	z-index: 99;
}
#detail_form {
    padding:20px;
	background-color: #faebd7;
	overflow:auto;
	display: none;
}
div#dialog_tag{
	width: auto;
}
table#spot_list_table tr:hover {
    background-color: #dddddd;
}

div.spot_dialog{
	background-color: #eeeeee;
	overflow:auto;
}
div#dialog_tag input{
	display:none;
}
div#dialog_tag label{
	cursor: pointer;
	margin-left: 5px;
}
div#dialog_tag input:checked+label{
	background-color: #ddbbbb;
}
div#dialog_tag label:hover{
	background-color: #cccccc;
}


/*書籍追加モーダル*/
label.radio-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: 400;
cursor: pointer;
}

#p_pub{
	display: inline;
}
select.publish.publish{
	width: 80px;
}


/*氷野追加分*/
header.jumbotron {
	background-color: #red;
	background: url("../images/tokai.jpg");
	background-position: center center;
	background-size: cover;
	color: #fff;
}

header .container {
	margin-top: 8%;
}
/*松下追加 2015/02/23***************************/
header.jumbotron#place {
	background: #aaaaaa;
}

header.jumbotron#place div.nav{
	margin-right: 30px;
}
/**************/

header .container {
	margin-top: 30px;
}
@media screen and(max-width:740px){
header .container {
	margin-top:50px;
}
}

img.header_img {
	#border:10px black solid;
	width:200px;
	height:200px;
}

@media screen and(max-width:740px){
img.header_img {
	#border:10px red solid;
	margin-left:-40px;
	max-width:80px;
	height:auto;

}
}

.header_img_left{
	float:left;
	margin-right:30px;
}

@media screen and(max-width:740px){
.header_img_left{
	margin-right:10px;
}
}


header .midashi-btn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	font-size:15px;
}

header .midashi-btn:hover {
	color: #0089ff;
	border-color: #0089ff;
}

header.jumbotron h1{
	font-size:30px;
}

@media screen and(max-width:480px){
 header.jumbotron .container h1{
 font-size:16px;
 }
}

header.jumbotron p{
	font-size:15px;
}

@media screen and(max-width:480px){
 header.jumbotron .container p{
 font-size:12px;
 }
}

.navbar-form {
	padding-right: 30px;
}
    .btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.sidebar aside {
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 20px;
}


footer {
  \color:white;
  margin-top: 10px;
  text-align: center;
  padding: 20px;
  background:#ffefd5;
}

footer a{
 color:blue;
}

section .midashi-btn {
      border: 1px solid #000;
      color: black;
      font-size:12px;
      border-radius: 3;
    }
    
    section .midashi-btn:hover {
      color: #0089ff;
      border-color: #0089ff;
    }

hr{
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

/*ビデオ埋め込み用*/
.video-wrap {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*toggle*/
dl dd { display:none; }
dl dt { background:url('./images/toggle_down.png') left center no-repeat; }
dl dt.active { background:url('./images/toggle_up.png') left center no-repeat; }

/*レイアウト用*/
.form1{
width:80%;
float:left;
height:auto;
height:10px;
}

.form2{
width:20%;
text-align:right;
float:right;

}

.cr{
 clear:both;
}

/* アラートメッセージ */
.alert {
    display: none; /* 初期状態は非表示 */
    z-index: 9999;
    width: 300px;
    /* 画面上部に表示 */
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -175px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
}