body div img {
  vertical-align:middle;
}

/* ----- universal ----- */

* {
	font-family: courier;
	font-size: 14px;
	color: #eeeeee;
}

html {
	height: 100%;
}
body {
	height: 100%;
  background-position: left top; //overrideするときはこれをcenterにしたやつをidのに入れる
  background-repeat: no-repeat;
  background-size: cover;
}

#menu_6 {
	background-color: rgba(0,0,0,0.6);
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 20px;
}

#menu_7 {
	color: #eeeeee;
	background-color: rgba(0,0,0,0.7);
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 20px;
	overflow: auto;
}

#menu_8 {
	color: #eeeeee;
	background-color: rgba(0,0,0,0.8);
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 20px;
}

#menu_other_7 {
	color: #eeeeee;
	background-color: rgba(0,0,0,0.7);
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 20px;
}

#menu_other_8 {
	color: #eeeeee;
	background-color: rgba(0,0,0,0.8);
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 20px;
}

#menu_w {
	color: #eeeeee;
	background-color: rgba(255,255,255,0.1);
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 20px;
}

#white {
	color: #eeeeee;
}

.white_dark {
	color:#dddddd;
}

.white_light {
	color:#333333;
}

#hide {
	text-align: right;
}

.margin-left-clear {
	margin-left: 0 !important;
}

.social_buttons {
	padding-right:10px;
	padding-left:10px;
	padding-top: 10px;
	float: left;
}

.language {
	margin-top: 10px;
}

.img-circle-hover {
	opacity: 1;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-circle-hover:hover {
	opacity: 0.4;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


/* ----- end of universal ----- */

/* ----- background images -----*/

.background_universal {
	background: no-repeat center center fixed;
  background-size: cover;
}


/* Sassで以下に書き換えられる
@each $background in index, profile, contact, news, images, shop, projects_index, superrat, bod, bokan, brasil, 10years, tpa, hiroshima, realtimes, parco, curatorial, bodyandsoul, erokitel, madellie, pavilion, garbage {
	#background_#{$background} {background: url(../img/background/#{$background}.jpg);}
}
*/

#background_index {
	background-image: url(../images/background/index.jpg);
}
#background_profile {
	background-image: url(../images/background/profile.jpg);
}
#background_contact {
	background-image: url(../images/background/contact.jpg);
}
#background_news {
	background-image: url(../images/background/news.jpg);
}
#background_images {
	background-image: url(../images/background/images.jpg);
}
/*#background_shop {
	background-image: url(../images/background/kanezanmai.jpg);
}*/
#background_projects_index {
	background-image: url(../images/background/projects_index.jpg);
}
#background_superrat {
	background-image: url(../images/background/superrat.jpg);
}
#background_bod {
	background-image: url(../images/background/bod.jpg);
}
#background_bokan {
	background-image: url(../images/background/bokan.jpg);
}
#background_brasil {
	background-image: url(../images/background/brasil.jpg);
}
#background_10years {
	background-image: url(../images/background/10years.jpg);
}
#background_tpa {
	background-image: url(../images/background/tpa.jpg);
}
#background_hiroshima {
	background-image: url(../images/background/hiroshima.jpg);
}
#background_realtimes {
	background-image: url(../images/background/realtimes.jpg);
}
#background_parco {
	background-image: url(../images/background/parco.jpg);
}
#background_curatorial {
	background-image: url(../images/background/curatorial.jpg);
}
#background_bodyandsoul {
	background-image: url(../images/background/bodyandsoul.jpg);
}
#background_erokitel {
	background-image: url(../images/background/erokitel.jpg);
}
#background_madellie {
	background-image: url(../images/background/madellie.jpg);
}
#background_pavilion {
	background-image: url(../images/background/pavilion.jpg);
}
#background_garbage {
	background-image: url(../images/background/garbage.jpg);
}
#background_loveisover {
	background-image: url(../images/background/loveisover.jpg);
}
#background_puzzle {
	background-image: url(../images/background/puzzle.jpg);
}
#background_paradox {
	background-image: url(../images/background/paradox.jpg);
}
#background_artist-run-space {
	background-image: url(../images/artist-run-space/sonosion/sonosion04.jpg);
}

/* ----- end of background images -----*/

/* ----- index ----- */

#index_content {
	width: 50%;
	height:50%;
	overflow: auto;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: 3%;
  margin-bottom: 8%;
  margin-left: 25%;
  margin-right: 25%;
}

/* ----- end of index ----- */

/* ----- profile -----*/

#profile_content {
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: rgba(0,0,0,0.6);
}

#profile_content_textA {
	width: 650px;
	height:520px;
	overflow: auto;
	padding-top: 160px;
	line-height: 20px;
	overflow: auto;
  margin: 0 auto;
  vertical-align:middle;
}

#profile_content_textB {
	width: 800px;
	height:600px;
	overflow: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	margin: 0 auto;
  text-align: left;
  vertical-align:middle;
}

#profile_content_textC {
	width: 650px;
	height:480px;
	overflow: auto;
	padding-top: 200px;
	line-height: 30px;
	overflow: auto;
  margin: 0 auto;
  vertical-align:middle;
}

/* ----- end of profile ---- */

/* ----- news -----*/

#news_content {
	height:650px;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
  padding-top: 20px;
  margin-top: 40px;
}

/* ----- end of news -----*/

/* ----- images shop -----*/

#images2 {
	height:650px;
	overflow: auto;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.instagram {
	display: inline-block;
	width: 800px;
	overflow: hidden;
}

.instagram-placeholder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#random_images {
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
	width: 800px;
}

#random_image {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ----- end of images -----*/

/* ----- shop -----*/

#shop_content {
	width: 100%;
	height:570px;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
  padding-top: 50px;
  margin-top: 40px;
  margin-bottom: 30px;
}

#shop_content_text {
	width: 80%;
	padding-top: 50px;
	overflow: auto;
	margin: 0 auto;
}

#shop_content h3 {
	margin-left: 30px;
}

#content__special {
	margin-top: -64px;
}

.shop__content__images {
	text-align: center;
	margin-bottom: 100px;
}

.shop__content__images a {
	display: inline;
}

.shop__content__images .span4 {
	margin-bottom: 32px;
}

#shop3 {
	margin-bottom: 120px;
}

#shop3 img {
	margin: 0 2px;
	width: 200px;
	height: 200px;
}

div[class="yjm-copyright"] {
	display: none;
}
img[src="http://i.yimg.jp/images/maps/logo/yj_logo.png"] {
	display: none;
}

/* ----- end of shop -----*/

/* ----- contact -----*/

#contact_2 {
	height:650px;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 30px;
}

#contact_message {
	width:450px;
}

/* ----- end of contact -----*/

/* ----- projects index -----*/

#projects_index {
	height:700px;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1em;
}

#projects_index_container {
	text-align: center;
	padding-top: 40px;
	padding-left: 18%;
}

/* ----- end of projects index -----*/

/* ----- video -----*/

#video {
	width:1041px;
	display:table-cell;
	text-align: center;
}

/* ----- end of video -----*/

/* ----- lightbox ----- */

#lightbox_content {
	margin-top: 40px;
	text-align: center;
}

#lightbox_content_video_on {
	position: absolute;
	margin-top: 40px;
	padding-top: 10%;
}

#lightbox_content_lightbox {
	padding-top: 59%;
}

.lightbox_thumbnail {
	width: 8%;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.6);

}

.lightbox_thumbnail_small {
	width: 6%;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
}

.lightbox_thumbnail_dark {
	width: 8%;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.8);
}

.lightbox_thumbnail_dark_small {
	width: 6%;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.8);
}

.lb-container:hover .lb-dataContainer {
  max-height: 250px;
  padding-top: 5px;
  width: 100%;
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	z-index: 9999;
	font-weight: lighter;
}
 .lb-dataContainer {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  margin-top: 5px;
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	font-weight: lighter;
}


/* ---- end of lightbox ----- */

/* -----left box -----*/

#left_box1, #left_box2, #left_box3 {
	color: #dddddd;
	height: 30em;
	padding: 15px;
	overflow: auto;
	background-color: rgba(0,0,0,0.7);
}

#left_box1_w, #left_box2_w, #left_box3_w {
	color: #dddddd;
	height: 30em;
	padding: 15px;
	overflow: auto;
	background-color: rgba(255,255,255,0.1);
}

/* ----- end of left box -----*/




@media screen and (max-device-width: 480px) {

body {
	min-width: 100%;
}

p {
	font-size: 250%;
	line-height: 1;
	font-weight: bold;
}

a {
	font-size: 110%;
	line-height: 1;
}

h4{
	font-size: 250%;
}

.span {
	margin-top: 10%;
}

.nav > li > a {
font-size: 250%;
}

#index_content{
	width: 90%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.7);
	margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  overflow: auto;
}


/*

#menu_6 {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	word-wrap: break-word;
	line-height: 20px;
}

#menu_7 {
	color: #eeeeee;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	word-wrap: break-word;
	line-height: 20px;
	overflow: auto;
}

#menu_8 {
	color: #eeeeee;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	word-wrap: break-word;
	line-height: 20px;
}

#menu_other_7 {
	color: #eeeeee;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	word-wrap: break-word;
	line-height: 20px;
}

#menu_other_8 {
	color: #eeeeee;
	background-color: rgba(0,0,0,0.8);
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	word-wrap: break-word;
	line-height: 20px;
}

#menu_w {
	color: #eeeeee;
	background-color: rgba(255,255,255,0.1);
	width: 90%;
	word-wrap: break-word;
	line-height: 20px;
}
*/
}/* end of iPhone */
