@charset "UTF-8";
/* reset
------------------------- */
* {
	/*
    -webkit-user-select:none;
    -webkit-box-sizing: border-box;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    margin: 0;
    padding: 0;
 */
}
html {
     font-family: Helvetica Neue,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
     font-size: 100%; /*16px*/
}
root { display: block; }
ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
}
@font-face {
	font-family: 'Charcoal CY';
	//src: local('Charcoal CY');
	src: url('../font/charcoalcy.ttf') format("truetype");
}

/* Common
------------------------- */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
}
.centering {
  margin: 0 auto;
}
.font-main {
  font-family: Charcoal CY, sans-serif;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.white {
  color: white;
}
.mt-15 {
  margin-top: 15px;
}

/* Header
------------------------- */
.jumbotron {
  margin-top: 20px;
}

/* contantes
------------------------- */
.download-link li {
  display: inline-block;
  margin-bottom: 10px;
}

/* Image View
------------------------- */
#view header,
.about-page header,
#error header{
  margin: 0 0 45px;
  background: #071d31;
}
.about-page .h1,
#view h1,
#error h1{
  font-size: 1.3em;
  margin: 0 auto;
  line-height: 45px;
}
#view h1{
  padding-left: 15px;
}
#view h1 a,
.about-page .h1 a,
#error h1 a{
  color: white;
  text-decoration: none;
}
.image-view img {
  min-height: 100px;
}
.view .image-thumb {
  margin: 25px 0 30px;
}
.view-nav li {
  margin-bottom: 15px;
}
#view .text a {
  color: #58cb29;
}
.image-details {
  margin-top: 15px;
}

/* Modal */
.md-modal img.d-btn {
  width: 120px;
  height: 40px;
  max-width: 240px;
  //margin-bottom: 35px;
}
.md-modal button.md-close {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0;
  background: rgba(255,255,255,0.6);
  border: none;
  color: black;
  position: absolute;
  top: 10px;
  right: 15px;
}
.md-modal button.md-close .glyphicon {
  padding-top: 10px;
}
.md-show.header,
#footer.md-show{
  -webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(5px);
}

/* Footer
------------------------- */
#footer {
  margin-top: 20px;
  padding: 0 15px;
}
#footer .container {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
#footer ul, #footer p {
  text-align: center;
}
@media (min-width: 768px) {
  #footer ul {
	text-align: left;
  }
  #footer p {
	text-align: right;
  }
}

/* TOP Page
------------------------- */
#top {
  //background-size: contain;
 
}
.ie #top {
  background: url(../img/background/bg3.gif) left top; /* for IE7,8 */
}
#top #footer {
 display: none;
}
#top .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
}
#top .menu-btn {
  margin: 10px 0 0 10px;
  position: relative;
  z-index: 2;
}
#top .cont {
  width: 350px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -175px;
  border-radius: 5px;
  padding: 10px;
}
#top h1 {
  //font-size: 4.7em;
  margin: 0;
  //text-shadow: 0 1px 0 rgba(0,0,0,0.15);
  //font-family: Charcoal CY, sans-serif;
}
#top h1 img {
  width: 300px;
}
#top h2 {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 10px 0 20px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

#top .download-link .btn {
  color: white;
  font-size: 1.1em;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn-app {
  width: 250px;
  background: #43C600;
  font-size: 130%;
  padding: 16px 0;
}
.btn-apple {
  background: #387bcf;
  font-size: 130%;
  padding: 16px 0;
}
.btn-google {
  background: #acc515;
  font-size: 130%;
  padding: 16px 0;
}

#top .space {
  height: 95%;
}
/* Footer */
#top footer {
  opacity: 0.7;
  margin-top: -5%;
  position: absolute;
  bottom: 5px;
  width: 100%;
}
#top footer .l-nav {
  font-size: 85%;
  padding: 0 15px;
  margin-bottom: 5px;
}
#top footer .l-nav li {
  margin-bottom: 5px;
}
#top footer .l-nav a{
  color: white;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
#top footer .copyrights {
  font-size: 80%;
  margin: 0 0 3px;
}

/* About Page
------------------------- */
.about-page .column {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.about-page.license {
  line-height: 1.4;
}
.about-page .text {
  margin: 15px 0;
  padding: 0 10px;
}
.about-page .last {
  margin-top: 20px;
}
.about-page .h1 {
  width: 100%;
  max-width: 700px;
}
.about-page .h1 img {
  vertical-align: middle;
  padding-left: 10px;
}
.about-page h1 {
  font-size: 120%;
  text-align: center;
  margin: 15px 0 10px;
}
.about-page h2 {
  font-size: 15px;
  margin: 10px 0 3px;
}
.about-page p{
  font-size: 14px;
}
.about-page.license p {
  margin-bottom: 5px;
}

/* News */
.news {
 padding: 0;
 color: #111;
}
.news a{
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #111;
}
.news article {
  line-height: 1.7;
}
.news article.list {
  background: url(../img/arrow.png) no-repeat right center;
  background-size: 20px 20px;
  padding-right: 50px;
}
.news .cont header {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background: #eee;
}
.news .cont .text {
  margin-top: 5px;
  padding: 10px;
}
.news .cont p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.8;
}
.news time {
  font-size: 13px;
}
.news h2 {
  font-size: 15px !important;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.5;
}
.news a:hover{
  color: white;
  background: #444;
  text-decoration: none;
}


/* Error Page
------------------------- */
#error h2 {
  font-size: 330%;
  margin-bottom: 15px;
}
#error p>i {
  color: #e74c3c;
}
#error .links {
  margin: 35px 0 52px;
}
#error .links,
#error .links a {
  color: #777;
}
#error .links a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  
  /* TOP */
  #top .cont {
	width: 280px;
	height: 362px;
	margin: -175px 0 0 -140px;
  }
  #top h1 img {
	width: 260px;
  }
  #top h2 {
	font-size: 1.1em;
	font-weight: bold;
  }
  #top .download-link .btn {
   font-weight: bold;
   text-shadow: none;
  }
  
  /* Image View */
  #view {
	background: #061829;
  }
  #view .container,
  #view header {
	margin: 0;
  }
  #view .row,
  #view .col-xs-12{
	padding: 0;
  }
  #view .dl-panel {
	margin-top: 10px;
  }
  .view .image-view {
	background: white;
	width: 100%;
	margin-bottom: 10px;
	padding: 25px 20px;
	word-break: break-all;
  }
  .view-nav li {
	margin-bottom: 0;
  }
  #view .view-details {
	padding: 10px;
  }
  /* footer */
  #view .text,
  #view #footer {
	color: white;
  }
  #view #footer .container {
	border: none;
	padding: 0;
	margin-top: -10px;
  }
  
  /* About */
  .about-page header {
	margin-bottom: 20px;
  }
  .about-page h1 {
	font-size: 100%;
  }
  .about-page h2 {
	font-size: 13px;
  }
  .about-page p{
	font-size: 12px;
  }
}

@media screen and (max-height: 550px) {
  #top footer {
	position: relative;
	margin-top: 5%;
	padding-bottom: 5px;
  }
}