/* blog general style */
.page-mv-news {
  	background: url(../img/bg/i_LUNASEA_moongrad.png);
  	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	color: white;
	text-align: center;
	font-family: Roboto,'Ropa Sans', sans-serif;


}

.page-mv-show {
  background: url(../img/bg/i_LUNASEA_moongrad.png);
  background-attachment:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: 70%;
  color: white;
  text-align: center;
  font-family: Roboto,'Ropa Sans', sans-serif;
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-top: -70px;
}

.page-mv-disco {
  background: url(../img/bg/i_LUNASEA_moongrad.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    color: white;
    text-align: center;
    font-family: Roboto,'Ropa Sans', sans-serif;
}

.page-mv-media {
  background: url(../img/bg/i_LUNASEA_moongrad.png);
  background-attachment:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: 65%;
  color: white;
  text-align: center;
  font-family: Roboto,'Ropa Sans', sans-serif;
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-top: -70px;
}

.page-mv-bio {
  background: url(../img/bg/i_LUNASEA_moongrad.png);
  background-attachment:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: 45%;
  color: white;
  text-align: center;
  font-family: Roboto,'Ropa Sans', sans-serif;
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-top: -70px;
}

.page-mv-noname {
  background: url(../img/bg/i_LUNASEA_moongrad.png);
  background-attachment:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: 65%;
  color: white;
  text-align: center;
  font-family: Roboto,'Ropa Sans', sans-serif;
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-top: -70px;
}

.page-title {
	padding-top: 110px;
	font-family: 'Big Caslon', Times, 'Garamond', 'Century Gothic', 'Libre Baskerville', serif;
}

.news { color: #222; text-align: right; }

.white { color: #fff; text-align: left; }

#blogPage { margin-top: 0px; }
.blog-content a { -webkit-transition: 0.5s; transition: 0.5s; }
.blog-content a:hover { text-decoration: none; }
.blog-container { margin: 40px 30px 31px 30px; }

/* blog content */
.blog-content { 
	border-right: 0px solid #332d26; 
	padding: 0px; 
	padding-right: 0px; 
	line-height: 1.6em;
	/*overflow: hidden; */
	margin-bottom: 10px;
	padding-bottom: 10px;
  	text-align: left;
}
.blog-content .article {
	text-align: left;
	margin-bottom: 20px;
	overflow: hidden;
}

.blog-content .article .blog-image {
	float:left;
	width:30%;
	 text-align: center;
}

.blog-content .article .blog-image-box {
	position: relative;
    	padding-top: 100%;

}


.blog-content .article .blog-image-img	{ 
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
	    margin: 0;
		

}

.blog-content .article .blog-image-img img{ 
	    border: 1px solid #333333;
    		width: 100%;
		max-width:240px;
}



.blog-content .article .blog-body {
	float:left;
	width:100%;
	 text-align: left;
	color:#ffffff;
	padding-left:10px;
	height:150px;
}

.blog-content .article .blog-contents {
	
	padding-top:5px;
	
	overflow: hidden;
}




.blog-content .article h1 { 
	text-transform:none;
	font-size: 22px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}



.blog-content .article .blog-title {
	border-bottom: 1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
}



.blog-content .article .blog-info {
	 text-transform: uppercase;
}

.blog-content .article .date { 
	color: #660000;
}
.blog-content .article .category_name { 
	color: #666;
}


.blog-content .article .blog-info span { margin-right: 0px; position: relative;}
.blog-content .article .blog-info .comments { margin: 20px; }
.blog-content .article .blog-info .comments:before { 
	width: 15px;
    content: " ";
	background-image:url(../images/blog/comment.png);
	background-repeat: no-repeat;
	background-position: right;
    position: absolute;
    left: -20px;
    top: 0em;
    height:20px;
}
.blog-content .article .blog-info .views { margin: 20px; }
.blog-content .article .blog-info .views:before { 
	width: 15px;
    content: " ";
	background-image:url(../images/blog/eye.png);
	background-repeat: no-repeat;
	background-position: right;
    position: absolute;
    left: -20px;
    top: 0em;
    height:20px;
}
.blog-content .article p { font-size: 14px; }
.blog-content .article .article_style { font-size: 14px; }

.blog-content .article .article_style img {
    max-width: 100%;
}

.blog-content .article .button { margin-top: 24px;}
.blog-content .article .button a { color: #fff;}

.blog-content ul.pagination { margin-top: -25px; margin-bottom: -50px; }
.blog-content ul.pagination li a { 
	background: #222; 
	border: 0px; 
	margin: 5px 5px; 
	color: #fff; 
	-webkit-transition: 0.5s; 
	transition: 0.5s;
	font-size: 1.2em;
}
.blog-content ul.pagination li a:hover { background: #660000; color: #fff; }
.blog-content ul.pagination li.active a { background: #990000; border: none; }
.blog-content ul.pagination li.active a:hover { background: #660000; }

/*sidebar*/
.blog-sidebar { padding: 0px; padding-left: 64px; text-align: left; }
.blog-sidebar a { color: #332d26; -webkit-transition: 0.5s; transition: 0.5s; }
.blog-sidebar a:hover { color: #f5503b; text-decoration: none; }
.blog-sidebar .widge-share a { font-size: 1.3em; padding: 5px; margin-right: 20px; }
.blog-sidebar h3 { margin: 0px; margin-bottom: 15px; text-transform: none; font-size: 34px; color: #F50070; text-align: right; font-family: 'Libre Baskerville', serif; }
.blog-sidebar p { margin: 0px; }
.blog-sidebar ul { list-style-image: url(../images/blog/ul-round.png); padding-left: 25px; }
.blog-sidebar ul li { text-transform: uppercase; padding-bottom: 7px; }
aside.widget { margin-bottom: 40px; }
.blog-sidebar label span.screen-reader-text { display: none; }
.blog-sidebar input.search-field { 
	padding: 0px 40px 0px 15px; 
	height: 38px;
	outline: none;
	width: 100%; 
	border: 1px solid #333;
	border-radius: 3px;
	background: url(../images/blog/search-icon.png) center right no-repeat;
	-webkit-transition: 2s; transition: 2s;
  background-color: #333;
  color: #fff;
  font-weight: normal;
}
.blog-sidebar input.search-submit { display: none; }
.blog-sidebar input.search-field:focus { border: 1px solid #332d26; }
.blog-sidebar input::-webkit-input-placeholder { color: #fff; font-weight: normal; }
.blog-sidebar input:-moz-placeholder { color: #fff; font-weight: normal; }
.blog-sidebar thead tr th { width: 30px; text-align:center; }
.blog-sidebar tbody tr td { text-align: center; }
.blog-sidebar tbody tr td a { color: #f5503b; }

.feature-image img { max-width: 100%; margin-bottom: 10px; }

.feature { font-size: 14px; text-align: right; }
.albam-title { font-family: 'Libre Baskerville', serif; font-size: 25px; text-align: right; }
.release { font-size: 14px; text-align: right; }

.blog-sidebar select { width: 100%; height: 40px; background: #333; color: #fff; text-align: center; }
.blog-sidebar .feature-image img { width: 100%; }

.banner { text-align: center; margin-top: 10px; }
.banner ul { padding: 0; }
.banner ul li { margin: 0 0 10px; display:inline-block; padding: 0px; }
.banner img { max-width: 100%; }

#about-us .banner ul li { margin: 10px; }

.textwidget iframe { width: 234px; }

.category-menu { overflow:hidden; font-size: 28px; color: #666; margin-bottom: 30px; }
.category-menu ul { display: inline; }
.category-menu ul li { border-right: 1px solid #F50070; padding: 0 30px; float: left; height: 40px; }
.category-menu ul li:last-child { border-right: 0px; }
.category-menu ul li a { color: #777; line-height: 40px; }
.category-menu ul li a:hover { color: #F50070; }

.centering ul { margin: 0 auto; display: inline-block; }


/*-------------SINGLE BLOG ARTICLE ---------------*/
.tag-link { font-style: italic; margin-top: 20px;}

ul.moreArticle { 
	padding: 0px; 
	overflow: hidden;
	height:50px;
	width: 100%;
}



ul.moreArticle li { width: 50%; float: left; }
ul.moreArticle li a { color: #ccc; }
ul.moreArticle li a:hover { 
	color: #fff;
	text-decoration:underline;
}
ul.moreArticle li img { width: 100%; }
ul.moreArticle .left { text-align: left; }
ul.moreArticle .right { text-align: right; }


ul.moreArticle .moreArticle-background { 
	background: #f5503b; 
	width: 100%; height: 100%; 
	position: absolute; 
	top:0; left:0; 
	opacity: 0.7;
}

ul.moreArticle .previousArticle { position: relative; margin-right: 4%; }
ul.moreArticle .nextArticle { position: relative; }
ul.moreArticle li .link-previous-article, .link-next-article { position: absolute; top: 50%; left: 50%; }

/*comments*/
.blog-comments { padding: 30px 0 30px 0; text-align: left; }
.blog-comments h4 { font-size: 1.5em; margin: 0px; }
.blog-comments .comment { width: 100%; overflow: hidden; margin-top: 40px; }
.blog-comments .comment .hexagon-image { width: 20%; float: left; text-align: center; padding-right: 5%; text-transform: uppercase; }
.blog-comments .comment .hexagon-image img { width: 70%; margin-bottom: 7px; }
.blog-comments .comment .comment-content { width: 80%; float: right; border: 1px solid #c1c0bd; padding: 40px;}
.blog-comments .comment .comment-content p { margin: 0; padding: 0; font-size: 1em;}
.blog-comments .comment .comment-content .footer-comment { margin-top: 25px; margin-bottom: -15px; overflow: hidden; }
.blog-comments .comment .comment-content .footer-comment .replay { display: inline-block; float: left; text-transform: uppercase; }
.blog-comments .comment .comment-content .footer-comment .date-time { display: inline-block; float: right; font-size: 0.95em; }

/*leave a comment*/
.comment-form { text-align: left; margin: 20px 0; }
.comment-form h4 { font-size: 1.5em; margin: 0px; margin-bottom: 15px; }
.comment-form form input#name { width: 25%; }
.comment-form form input#website { margin-right: 0px; }
.comment-form form input { height: 30px; width: 33.9%; margin: 5px 2.8% 5px 0px; padding: 5px; }
.comment-form form textarea { height: 140px; width: 99.8%; margin-top: 15px; padding: 5px; }
.comment-form form button { width: 100%; margin-left: -1px; color: #fff; margin-top: 15px; }


/*---------------------BLOG SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) {
		
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
		
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.blog-content .article{
		    margin-bottom: 60px;
	
	}



	.blog-content .article .blog-image{
		float:none;
		width:100%;
		height:260px;
	}

	.blog-content .article .blog-image-box {
		padding-top: 80%;
	}

	.blog-content .article .blog-body{
		width:100%;
		float:none;
		height:auto;
	}

}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.blog-content .article{
		    margin-bottom: 60px;
	
	}



	.blog-content .article .blog-image{
		float:none;
		width:100%;
		height:260px;
	}

	.blog-content .article .blog-image-box {
		padding-top: 80%;
	}

	.blog-content .article .blog-body{
		width:100%;
		float:none;
		height:auto;
	}

}




/* ======================================================================================
  FOOTER STYLE
========================================================================================*/
#contact .contact-info footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer { text-align: left;}
footer a { color: #f5503b; }
footer a:hover { color: #f5503b; text-decoration: none; }
footer h1 { text-transform: none; margin-bottom: 39px; font-weight: 300; font-size: 2em; }
footer ul { padding: 0; margin: 0; }
footer ul li { padding: 0 0 5px 5px; }
footer a:hover { color: #999; }
footer caption { margin-bottom: 10px; }
footer thead tr th { width: 30px; text-align:center; margin: 5px; }
footer tbody tr td { text-align: center; }
footer p { margin-bottom: 36px; margin-top: -5px; padding: 0; }
#page-copyright { background: #000; }
#page-copyright a { color: #fff; }
.page-social { text-align: center; padding: 40px; margin: 0; }
.page-social a { color: #222; text-align: center; font-size: 40px; margin: 0 7px; padding: 3px 10px; }
.page-copyright .text { padding: 5px; float: left; font-size: 15px; color: #fff; }
.page-copyright .link { float: right; }
.page-copyright .link a { margin-right: 30px }
#contact a { color: #600; }
#contact a:hover { color: #900; }


.profile { text-align: left; line-height: 1.8em; }

.lavel-title { background: #f50070; padding: 4px 14px; display: inline-block; color: #fff; margin: 0px; float: left; }
.noname-text { margin: 0px 0px 20px 140px; }

/* Large desktop */
@media (min-width: 1200px) {
		
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.blogPage h2:before { width: 0px; }
	.blogPage h2:after { width: 0px; }
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.blogPage h2:before { width: 0px; }
	.blogPage h2:after { width: 0px; }
	
	.blog-content { border-right: none; padding-right: 0px; }
	.blog-sidebar { padding-left: 0px; }
  .textwidget iframe { width: 100%; }
  .page-mv-media, .page-mv-show, .page-mv-news, .page-mv-disco, .page-mv-bio ,.page-mv-noname { margin-top: -86px; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
  .page-mv-news, .page-mv-show, .page-mv-disco, .page-mv-media, .page-mv-bio, .page-mv-noname { background-attachment: scroll;
  }

  .page-title {
    
  }
  .page-mv-news {
    background: url(../img/bg/i_LUNASEA_moongrad.png) center 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .page-mv-show {
    background: url(../img/bg/i_LUNASEA_moongrad.png) center 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .page-mv-disco {
    background: url(../img/bg/i_LUNASEA_moongrad.png) center 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .page-mv-media {
    background: url(../img/bg/i_LUNASEA_moongrad.png) center 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .page-mv-bio {
    background: url(../img/bg/i_LUNASEA_moongrad.png) center 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .page-mv-noname {
    background: url(../img/bg/i_LUNASEA_moongrad.png) center 0px no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
 }

	.textwidget iframe { width: 100%; }

  .category-menu { overflow:hidden; font-size: 28px; color: #666; margin-bottom: 10px; }
  .category-menu ul { display: inline; padding:0px; text-align: center; }
  .category-menu ul li { float: none;border-right: 1px solid #F50070; border-left: 1px solid #F50070; padding: 0 30px; margin: 5px 0; }
  .category-menu ul li:last-child { border-right: 1px solid #f50070; }
  .page-mv-media, .page-mv-show, .page-mv-news, .page-mv-disco, .page-mv-bio ,.page-mv-noname { margin-top: 0px; }

  .lavel-title { float: none; margin-bottom: 20px; }
  .noname-text { margin: 0px 0px 20px 0px; }

  .blog-container { margin: 40px 10px 31px 10px; }

  .page-social { text-align: center; padding: 40px 10px; margin: 0; }

    #contact .contact-info footer {
		position: static;
	}

}



.outside_link {
  height: 27px;
  overflow:hidden;
}
.outside_link ul {
  margin: 0 !important;
  overflow: inherit;
  padding-top: 2px;
  float: right;
}
.outside_link li {
  font-size: 14px;
  margin-right: 14px;
  float: left;
}
.outside_link a {
  border: 1px solid #F50070;
  border-radius: 3px;
  padding: 4px 12px;
}


ul.ztrans_language_chooser li.active {
  display:none;
}

/*#dropmenu{
  list-style-type: none;
  width: 50px;
  padding: 0;
  position: absolute;
  top: 24px;
  right: -50px;
  color: white;
  z-index: 100;
}
#dropmenu p {
  margin: 0;
}
#dropmenu p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  top: 6px;
  right: -4px;
}
#dropmenu li{
  position: relative;
  width: 50px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  margin: 0;
  padding: 15px 10px 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  width: 100%
}
#dropmenu ul li{
  overflow: hidden;
  top: 10px;
  left: -30px;
  width: 100%;
  height: 0;
  color: #fff;
}
#dropmenu ul li a{
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#dropmenu:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu:hover ul li{
  overflow: visible;
  height: 32px;
}
#dropmenu :hover ul li:first-child{
  border-top: 0;
}
#dropmenu:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu :hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}*/

#menu_container
  {
  position: absolute;
  margin: 0 0 0 20px;
  top: 20px;
  right: 50px;
  z-index: 999;
  }
#menu_container dl
  {
  width: 92px;
  margin: 0;
  float: left;
  font-size: 80%;
  color: #fff;
  }
#menu_container dt
  {
  text-align: center;
  padding: 3px;
  }
#menu_container dd
  {
  display: none;
  margin: 0;
  }
#menu_container dl:hover dd
  {
  display: block;
  }
#menu_container a
  {
  display: block;
  width: 90px;
  line-height: 180%;
  padding: 3px;
  }

.page_margin { margin-top: 40px; text-align: left; line-height: 1.6em; }
.page_title { line-height: 1.2em; font-size: 47px; margin-bottom: 20px; font-family: 'Libre Baskerville', serif; }
.pink_lavel { background: #f50070; padding: 4px 14px; display: inline-block; color: #fff; margin-bottom: -25px; }

*+html #pulldown ul ul a { /*IE用*/
width: 72px; /*（94-10-10-1-1）パディングとボーダーの分を引いた値*/
white-space: normal; /*幅に応じて改行*/
}

@media (max-width: 767px) {
  #dropmenu{
    list-style-type: none;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 24px;
    right: 90px;
  }
}

@media (max-width: 480px) {

  .outside_link {
    margin-top: 15px;
    height: 27px;
    overflow: hidden;
  }

  #dropmenu{
    top: 14px;
  }
  #dropmenu p {
    padding: 10px;
  }
  #dropmenu p:after {
    top: 18px;
  }
  #dropmenu:hover ul li{
    overflow: visible;
    height: 40px;
  }
}