@charset "utf-8";

@import url("jetstrap.com.css");

/* ---------------------------------------------------------------------------------------------------- */

body {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Tahoma","ＭＳ Ｐゴシック","Osaka","sans-serif";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

input, button, select, textarea {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Tahoma","ＭＳ Ｐゴシック","Osaka","sans-serif";
}

/* ---------------------------------------------------------------------------------------------------- */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

.l, .left { float: left; }
.r, .right { float: right; }
.left-center { float: left; }

.text-center { text-align: center; }
.underline { text-decoration: underline; }

.bold {
	font-weight: bold;
}

.span4 {
	text-align: center;
}

.logo {
  display: inline-block;
  width: 210px;
  height: 42px;
  background: url('/images/logo.png') no-repeat transparent;
}



/* ---------------------------------------------------------------------------------------------------- */

#header, #f, .wrapped-content {
  width: 960px;
  margin: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;

	background-color: #4b4b4b;

  background-color: rgba(0, 0, 0, 0.7);
}
header.dark {
  background-color: rgba(0, 0, 0, 0.9);
}

#header {
  padding: 10px 0px;
}

#header > .l {
  margin-top: 4px;
}

#header > .r {
  line-height: 45px;
}
#header > .r .link {
  margin-right: 40px;
	font-weight: bold;
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
}
#header > .r .link:hover {
  color: #fff;
}
#header > .r .link.active, #header > .r .link:active {
  color: #33c3df;
}
#header > .r iframe {
  margin-bottom: -5px;
}

.button-box .button {
  margin-right: 10px;
}
.button-box .button:last-child {
  margin-right: 0px;
}


.hr {
  width: 960px;
  margin: auto;
	border-bottom: 1px solid #ccc;
	text-align: center;
}


/* ---------------------------------------------------------------------------------------------------- */

#page {
  padding-top: 100px;
}

#top {
  height: 500px;
  width: 100%;
  text-align: center;
  color: #fff;
}

#top .wrapped-content {
  padding: 150px 0px 20px 0px;
}

#top .meal {
  width: 100%;
  height: 100%;
  background: url('/images/bg_image.jpg') repeat-x transparent 50% 50%;
}

#top h1, #top h2 {
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}
#top h1 {
  letter-spacing: 12px;
  color: white;
  font-size: 3.2em;
  margin: 3px 0px;
}
#top h2 {
  letter-spacing: 1px;
  margin: 0px;
  font-size: 22px;
}
#top h2 a {
  color: #fff;
  text-decoration: none;
}

#top .bottom {
  width: 700px;
  margin: auto;
  margin-top: 60px;
  background-position: 0px -165px;
}


/* ---------------------------------------------------------------------------------------------------- */

.airline {
  color: #888; 
  line-height: 20px;
  padding: 40px 0px;
  font-size: 14px;
}

.airline h3 {
  font-weight: normal;
	font-size:110%;
  color: #444;
}

.airline .grid-3 {
	text-align: center;
}

.airline .span4 {
	height: 180px;
}

.meals h2 {
  font-size: 180%;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}

.meals .span4 {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------------------------------------------------- */

.notice {
	padding: 40px 0 40px;
	font-size: 80%;	
}



.more-meals {
	font-size:150%;
	text-align:center;
	margin-top:70px;
	margin-bottom: 50px;
}


.footer {
  background-color: #444;
  text-align: center;
}

.footer .wrapped-content {
  padding: 40px 0px;
}

.footer small {
  display: block;
  margin: 20px 0px 0px 0px;
  color: #eee;
}

.footer small a {
  color: #fff;
  font-weight: bold;
}



/* ---------------------------------------------------------------------------------------------------- */

.button {
  text-decoration: none !important;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.get-post-meals {
	font-weight: bold;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 3px;
  padding: 10px 22px;
  text-shadow: none !important;
  border-radius: 80px;
}


#login-modal .facebook {
	background-color: #39569a;

  border: 1px solid #212121;
  background-image: linear-gradient(90deg, #39569a 0%, #39569a 100%);
  background-image: -moz-linear-gradient(90deg, #39569a 0%, #39569a 100%);
  background-image: -webkit-linear-gradient(90deg, #39569a 0%, #39569a 100%);
}

.mypage {
  background-color: #33a5c8;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 13px 6px 10px;
  text-shadow: none !important;
  text-align: center;
  width: 84px;
}
.mypage:hover {
  color: #ffffff;
  background-color: #42bbd7;
}

.mypage a {
	color:#ffe;
	padding-bottom: 3px;
}

.mypage a:hover {
	color:white;
	text-decoration: underline;
}

.signup {
	margin-left: 10px;
}



/* ---------------------------------------------------------------------------------------------------- */


.pagination {
	text-align:center;
}

#login-modal .forgat_password {
	text-align: right;
}

#login-modal .forgat_password a {
	font-size:70%;
	color:#0088CC;
}

#login-modal .forgat_password a:hover {
	color:#005580;
}


#signup-modal .signup-top {
	height: 400px;
}

#signup-modal .nickname, #signup-modal .confirm_password {
  width: 100%;
}

#login-form {
	margin-bottom: 5px;
}

.modal .header {
  margin-bottom: 13px;
}

#login-modal .login-top {
	height: 250px;
}

#page p.about {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}


#page .my-post-btn {
	margin-bottom: 25px;
}




/* ---------------------------------------------------------------------------------------------------- */




.meal_review {
  background-color: #fbfbfc;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E1E1E8;
	padding: 15px;
	margin-bottom: 25px;
	width: 930px;
}

.meal_review .header, .meal_each .header{
	border-bottom: 1px dotted #ccc;
	font-size:200%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.meal_review .header a,.meal_each .header a {
	text-decoration: underline;
}

.meal_review .header i {
}

.meal_review .header span, .meal_each .header span{
	padding-left: 10px;
}


.meal_review .class {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 80%;
}

.meal_review .class span {
	font-weight: bold;
}

.meal_review .l,.meal_each .l {
	width: 655px;
}

.meal_review .r,.meal_each .r {
	width: 250px;
	text-align: right;
}

.meal_review p.cmt {
  background-color: #fff;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E1E1E8;
	padding: 15px;
	margin-bottom: 20px;
}

.meal_review .airline_name {
	padding-top: 5px;
	font-size: 85%;
}


.meal_review ul,.meal_each ul {
	list-style-type: none;
	margin: 0;
}

.meal_review li,.meal_each li {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.meal_review .edit {
	margin-top: 10px;
	font-size: 110%;
	text-align: right;
}

.meal_review .meal_photo {
	width: 670px;
}


/* ---------------------------------------------------------------------------------------------------- */


.qq-upload-button {
	width: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */


#page .meal_each {
	margin-bottom: 30px;
}

#page .meal_each li img {
	width: 50px;
}

#page .meal_each .r h4 {
	text-align: center;
	
}

#page .meal_each .footer_info {
	margin-top: 20px;
	background-color: white;
}

/* ---------------------------------------------------------------------------------------------------- */


.footer_ads {
	margin-top: 30px;
	text-align: center;
}


.placeholder {
    color: #999;
}