/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/* 表の表示を変更 */
.table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	/*border: 1px solid;*/
	padding: 0 10px;
}
.header {
	font-weight: bold;
	text-align: right;
}
.data {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.table{
		line-height: 40px;
	}
	.header {
		display: block;
		font-weight: bold;
		text-align: left;
	}
	.data {
		display: block;
		text-align: left;
	}
}

/*
@media only screen and (max-width: 640px) {
	.avia-slideshow-inner, .avia-slideshow-inner img {
		height: 300px !important;
	}
	
	.av_slideshow_full li img {
    width: 150% !important;
    max-width: 150% !important;
    margin-left: -25%;
	}

}
*/

@media only screen and (max-width:640px) {
  .responsive #top #wrap_all .container.caption_container {
    width: 92%;
    max-width: 92%;
  }

  .responsive #top #wrap_all .container.caption_container .slideshow_caption {
    /*max-width: 300px;*/
	  max-width: 400px;
  }
}