/** style.css
 * 
 * Theme Name:	The Bootstrap custom
 * Theme URI:	http://inakami.net/
 * Description:	The Bootstrap用CSSをいなかみライフ向けに改修
 * Author:		webpop
 * Author URI:	http://webpop.in/
 * Version:		1.0.1
 *
 * License:		GNU General Public License v3.0
 * License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 *
 *
 *	Copyright (C) 2013 webpop <info@webpop.in>
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU General Public License for more details.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/* =Elements
-------------------------------------------------------------- */
blockquote cite:before {
	content: '\2014 \00A0';
}
blockquote cite {
	color: #999999;
	display: block;
	font-size: 13px;
	line-height: 18px;
}
figure {
	margin: 0;
}
h1, h2, h3, h4, h5, h6, .clear {
	clear: both;
}
body {
	margin: 0;
	padding: 0;
	color: #545043;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 22px;
}
body.archive:before,
body.single:before,
body.page:before {
 content: "";
 position: absolute;
 display: block;
 width: 100%;
 height: 110px;
 background-color: #fff;
 border-top: #ddd 4px solid;
}
header {
	margin: 0;
	padding: 0;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);       /* IE8 and lower */
	zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
	transition: all 0.1s linear 0s;
}

/* =Classes
-------------------------------------------------------------- */
.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
body > .container {
	margin: 0 auto;
}

/* Right Content */
.sidebar-content #primary,
.sidebar-content #attachment-comment {
	float: right;
	margin: 0 20px 0 0;
}
.block {
	display: block;
}
.span3 .post {
	margin-bottom: 25px;
	background-color: #fff;
}

/* =Label/Badge
-------------------------------------------------------------- */
.label-ina,.badge-ina{background-color:#00aea1;}
.label-man,.badge-man{background-color:#3a87ad;}
.label-woman,.badge-woman{background-color:#f89406;}
.label-child,.badge-child{background-color:#999;}

/* =Today
-------------------------------------------------------------- */
#circle-base {
	position: absolute;
	width: 960px;
	top: 12px;
	left: 50%;
	margin-left: -480px;
}
.logged-in #circle-base {
 top: 40px;
}
#today-circle {
	display: block;
	float: right;
	width: 120px;
	height: 120px;
	margin-right: 26px;
	background: #00b8b5;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
}
#today-circle span {
	display: block;
	position: absolute;
	width: 120px;
	height: 120px;
	text-indent: -9999px;
}
.year2013 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/year2013.png) no-repeat;
}
.year2014 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/year2014.png) no-repeat;
}
.year2015 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/year2015.png) no-repeat;
}
.year2016 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/year2016.png) no-repeat;
}
.year-base {
	background-position: 40px 15px;
	background-size: 35px;
}
.month01 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month01.png) no-repeat;
}
.month02 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month02.png) no-repeat;
}
.month03 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month03.png) no-repeat;
}
.month04 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month04.png) no-repeat;
}
.month05 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month05.png) no-repeat;
}
.month06 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month06.png) no-repeat;
}
.month07 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month07.png) no-repeat;
}
.month08 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month08.png) no-repeat;
}
.month09 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month09.png) no-repeat;
}
.month10 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month10.png) no-repeat;
}
.month11 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month11.png) no-repeat;
}
.month12 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/month12.png) no-repeat;
}
.month-base {
	background-position: 17px 40px;
	background-size: 30px;
}
.day01 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day01.png) no-repeat;
}
.day02 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day02.png) no-repeat;
}
.day03 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day03.png) no-repeat;
}
.day04 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day04.png) no-repeat;
}
.day05 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day05.png) no-repeat;
}
.day06 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day06.png) no-repeat;
}
.day07 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day07.png) no-repeat;
}
.day08 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day08.png) no-repeat;
}
.day09 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day09.png) no-repeat;
}
.day10 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day10.png) no-repeat;
}
.day11 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day11.png) no-repeat;
}
.day12 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day12.png) no-repeat;
}
.day13 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day13.png) no-repeat;
}
.day14 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day14.png) no-repeat;
}
.day15 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day15.png) no-repeat;
}
.day16 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day16.png) no-repeat;
}
.day17 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day17.png) no-repeat;
}
.day18 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day18.png) no-repeat;
}
.day19 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day19.png) no-repeat;
}
.day20 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day20.png) no-repeat;
}
.day21 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day21.png) no-repeat;
}
.day22 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day22.png) no-repeat;
}
.day23 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day23.png) no-repeat;
}
.day24 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day24.png) no-repeat;
}
.day25 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day25.png) no-repeat;
}
.day26 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day26.png) no-repeat;
}
.day27 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day27.png) no-repeat;
}
.day28 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day28.png) no-repeat;
}
.day29 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day29.png) no-repeat;
}
.day30 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day30.png) no-repeat;
}
.day31 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/day31.png) no-repeat;
}
.day-base {
	background-position: 47px 40px;
	background-size: 35px;
}
.days-Mon {
	background: url(http://inakami.net/wp-content/uploads/2013/10/days-Mon.png) no-repeat;
}
.days-Tue {
	background: url(http://inakami.net/wp-content/uploads/2013/10/days-Tue.png) no-repeat;
}
.days-Wed {
	background: url(http://inakami.net/wp-content/uploads/2013/10/days-Wed.png) no-repeat;
}
.days-Thu {
	background: url(http://inakami.net/wp-content/uploads/2013/10/days-Thu.png) no-repeat;
}
.days-Fri {
	background: url(http://inakami.net/wp-content/uploads/2013/10/days-Fri.png) no-repeat;
}
.days-Sat {
	background: url(http://inakami.net/wp-content/uploads/2013/10/days-Sat.png) no-repeat;
}
.days-Sun {
	background: url(http://inakami.net/wp-content/uploads/2013/10/days-Sun.png) no-repeat;
}
.days-base {
	background-position: 85px 62px;
	background-size: 22px;
}
.i-tenki-1 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-1.png) no-repeat;
}
.i-tenki-2 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-2.png) no-repeat;
}
.i-tenki-3 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-3.png) no-repeat;
}
.i-tenki-4 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-4.png) no-repeat;
}
.i-tenki-5 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-5.png) no-repeat;
}
.i-tenki-6 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-6.png) no-repeat;
}
.i-tenki-7 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-7.png) no-repeat;
}
.i-tenki-8 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-8.png) no-repeat;
}
.i-tenki-9 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-9.png) no-repeat;
}
.i-tenki-10 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-10.png) no-repeat;
}
.i-tenki-11 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-11.png) no-repeat;
}
.i-tenki-12 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-12.png) no-repeat;
}
.i-tenki-13 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-13.png) no-repeat;
}
.i-tenki-14 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-14.png) no-repeat;
}
.i-tenki-15 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-15.png) no-repeat;
}
.i-tenki-16 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-16.png) no-repeat;
}
.i-tenki-17 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-17.png) no-repeat;
}
.i-tenki-18 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-18.png) no-repeat;
}
.i-tenki-19 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-19.png) no-repeat;
}
.i-tenki-20 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-20.png) no-repeat;
}
.i-tenki-21 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-21.png) no-repeat;
}
.i-tenki-22 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-22.png) no-repeat;
}
.i-tenki-23 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-23.png) no-repeat;
}
.i-tenki-24 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-24.png) no-repeat;
}
.i-tenki-25 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-25.png) no-repeat;
}
.i-tenki-26 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-26.png) no-repeat;
}
.i-tenki-27 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-27.png) no-repeat;
}
.i-tenki-28 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-28.png) no-repeat;
}
.i-tenki-29 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-29.png) no-repeat;
}
.i-tenki-30 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/i-tenki-30.png) no-repeat;
}
.i-tenki-base {
	background-position: 37px 80px;
	background-size: 39px;
}


/* =MainVisual
-------------------------------------------------------------- */
.carousel {
	margin-bottom: 0;
}
.carousel-caption {
	padding:15px 0;
	background: -moz-linear-gradient(-55deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));	 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-55deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-55deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-55deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(170deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.carousel-caption h4 {
	font-size: 32px;
	padding: 75px 16px 8px 0;
	text-align: right;
}
.carousel-caption p {
	font-size: 16px;
	padding-right: 16px;
	text-align: right;
}
.carousel-control {
  border: none;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  font-size:54px;
  height:45px;
  line-height:50px;
  opacity:0.7;
  top:50%;
  width:30px;
}


/* =GlobalNavi
-------------------------------------------------------------- */
/*#branding {
	background: url(http://inakami.net/wp-content/uploads/2013/10/container-btm.png) no-repeat bottom center;
	background-size: 800px;
	margin-bottom: 15px;
}*/
body.archive #branding,
body.single #branding,
body.page #branding {
	margin-bottom: 40px;
	height: 96px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.navbar {
	margin-bottom: 11px;
	background-color: #fff;
}
.navbar-static-top {
	margin-bottom: 0;
	border-top: #ddd 4px solid;
}
.navbar-static-top .nav > li > a {
	float: none;
	padding: 0;
	color: inherit;
	text-decoration: none;
	text-shadow: none;
}
#socialbtn {
	text-align: right;
	padding: 12px 18px;
}
.page #socialbtn {
padding: 0;
}
.fb-like span {
	margin-right: 8px;
	vertical-align: bottom;
}
img.fb-btn,
img.tw-btn,
img.gp-btn {
	width: 28px;
	height: 28px;
}
.navbar-inner {
	-webkit-box-shadow: 0;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	border-bottom: none;
	box-shadow: none;
	min-height: 0;
	padding: 0;
}
.navbar-static-top .navbar-inner {
	box-shadow: none;
}
body.home .menu-item-34 {
	height: 102px;
}
.navbar-static-top .menu-item-34 {
	height: 110px;
}
body.home .menu-item-13,
body.home .menu-item-16,
body.home .menu-item-12,
body.home .menu-item-17,
body.home .menu-item-15 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/menu-line.png) no-repeat center right;
	background-size: 3px;
}
.navbar-static-top .menu-item-13,
.navbar-static-top .menu-item-16,
.navbar-static-top .menu-item-12,
.navbar-static-top .menu-item-17,
.navbar-static-top .menu-item-15,
.navbar-static-top .menu-item-14 {
	background: url(http://inakami.net/wp-content/uploads/2013/10/menu-line.png) no-repeat center right;
	background-size: 3px;
	margin: 20px 0 0 0;
}
.navbar-static-top .menu-item-14 {
	background: none;
}
body.home .menu-item-34 a,
body.home .menu-item-34 a:hover,
.navbar-static-top .menu-item-34 a,
.navbar-static-top .menu-item-34 a:hover {
	position: relative;
	top: -126px;
	width: 245px;
	height: 225px;
	margin: 0 18px;
	padding: 0;
	background: url(http://inakami.net/wp-content/uploads/2013/10/brand-logo.png) no-repeat;
	background-size: 245px;
	text-indent: -9999px;
	opacity: 1;
	filter: alpha(opacity=100);       /* IE8 and lower */
}
.navbar-static-top .menu-item-34 a,
.navbar-static-top .menu-item-34 a:hover {
	top: 0px;
	width: 210px;
	height: 167px;
	margin-right: 40px;
	background: url(http://inakami.net/wp-content/uploads/2013/10/brand-logo2.png) no-repeat;
	background-size: 210px;
}
body.home .menu-item-13 a,
body.home .menu-item-13 a:hover,
body.home .menu-item-16 a,
body.home .menu-item-16 a:hover,
body.home .menu-item-12 a,
body.home .menu-item-12 a:hover,
body.home .menu-item-17 a,
body.home .menu-item-17 a:hover,
body.home .menu-item-15 a,
body.home .menu-item-15 a:hover,
body.home .menu-item-14 a,
body.home .menu-item-14 a:hover {
	position: relative;
	top: 0;
	width: 70px;
	height: 70px;
	margin: 0 11px 0 10px;
	padding: 0 6px 8px 6px;
	text-indent: -9999px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.navbar-static-top .menu-item-13 a,
.navbar-static-top .menu-item-13 a:hover,
.navbar-static-top .menu-item-16 a,
.navbar-static-top .menu-item-16 a:hover,
.navbar-static-top .menu-item-12 a,
.navbar-static-top .menu-item-12 a:hover,
.navbar-static-top .menu-item-17 a,
.navbar-static-top .menu-item-17 a:hover,
.navbar-static-top .menu-item-15 a,
.navbar-static-top .menu-item-15 a:hover,
.navbar-static-top .menu-item-14 a,
.navbar-static-top .menu-item-14 a:hover {
	position: relative;
	top: 0;
	width: 70px;
	height: 70px;
	margin: 0 11px 0 10px;
	padding: 0 6px 6px 6px !important;
	text-indent: -9999px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
body.home .menu-item-13 a,
body.home .menu-item-13 a:hover,
.navbar-static-top .menu-item-13 a,
.navbar-static-top .menu-item-13 a:hover {
	background: url(http://inakami.net/wp-content/uploads/2013/10/menu01.png) no-repeat top center;
	background-size: 70px;
}
body.home .menu-item-16 a,
body.home .menu-item-16 a:hover,
.navbar-static-top .menu-item-16 a,
.navbar-static-top .menu-item-16 a:hover {
	background: url(http://inakami.net/wp-content/uploads/2013/10/menu02.png) no-repeat top center;
	background-size: 70px;
}
body.home .menu-item-12 a,
body.home .menu-item-12 a:hover,
.navbar-static-top .menu-item-12 a,
.navbar-static-top .menu-item-12 a:hover {
	background: url(http://inakami.net/wp-content/uploads/2013/10/menu03.png) no-repeat top center;
	background-size: 70px;
}
body.home .menu-item-17 a,
body.home .menu-item-17 a:hover,
.navbar-static-top .menu-item-17 a,
.navbar-static-top .menu-item-17 a:hover {
	background: url(http://inakami.net/wp-content/uploads/2013/10/menu04.png) no-repeat top center;
	background-size: 70px;
}
body.home .menu-item-15 a,
body.home .menu-item-15 a:hover,
.navbar-static-top .menu-item-15 a,
.navbar-static-top .menu-item-15 a:hover {
	background: url(http://inakami.net/wp-content/uploads/2013/10/menu05.png) no-repeat top center;
	background-size: 70px;
}
body.home .menu-item-14 a,
body.home .menu-item-14 a:hover,
.navbar-static-top .menu-item-14 a,
.navbar-static-top .menu-item-14 a:hover {
	background: url(http://inakami.net/wp-content/uploads/2013/10/menu06.png) no-repeat top center;
	background-size: 70px;
}
body.home .menu-item-34 a:hover {
	background: url(http://inakami.net/wp-content/uploads/2013/10/brand-logo-hover.png) no-repeat;
	background-size: 245px;	
}
.navbar-static-top .menu-item-34 a:hover {
	background: url(http://inakami.net/wp-content/uploads/2013/10/brand-logo2.png) no-repeat;
	background-size: 210px;
}
body.home .menu-item-13 a:hover,
body.home .menu-item-16 a:hover,
body.home .menu-item-12 a:hover,
body.home .menu-item-17 a:hover,
body.home .menu-item-15 a:hover,
body.home .menu-item-14 a:hover,
.navbar-static-top .menu-item-13 a:hover,
.navbar-static-top .menu-item-16 a:hover,
.navbar-static-top .menu-item-12 a:hover,
.navbar-static-top .menu-item-17 a:hover,
.navbar-static-top .menu-item-15 a:hover,
.navbar-static-top .menu-item-14 a:hover,
.navbar-static-top .active a {
	background-color: #eee !important;
}


/* =Breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
	margin: 95px 0 0 220px;
	padding: 6px 12px 3px 24px;
	background: #fff;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	opacity: 0.7;
	filter: alpha(opacity=7);
	zoom: 1;
}


/* =Page
-------------------------------------------------------------- */
body.home #page {
	margin-top: -25px;
}
.row {
	margin-top: 30px;
}
body.home .row {
	margin-top: 0;
}
#header-image {
	display: block;
}
#menu-alert {
	margin: 4px 0 0;
	padding: 6px 35px 6px 14px;
	position: absolute;
}
#branding hgroup,
#header-image,
.entry-content {
	margin-bottom: 18px;
}
.entry-attachment {
	margin-bottom: 36px;
	border: red 1px solid;
}
.single #author-info,
.author #author-info,
.single article.post,
.single article.page {
	margin-bottom: 54px;
}
#author-info,
article.post,
article.page {

}
.page-header,
.entry-content {
	word-wrap: break-word;
}
.page-header {
	margin: 0;
	padding: 0;
	border: none;
}
#content > .page-header {
	display: none;
}
.post-password-form legend {
	font-size: inherit;
}
.entry-content .twitter-tweet-rendered {
   max-width: 100% !important;
}
h2#recommend-ttl {
	width: 140px;
	height: 25px;
	margin: 0 0 5px 20px;
	padding: 0;
	font-size: 18px;
	background: url(http://inakami.net/wp-content/uploads/2013/10/recommend-ttl.png) no-repeat;
	background-size: 140px;
	text-indent: -9999px;
}
h2#infomation-ttl {
	float: left;
	width: 105px;
	height: 25px;
	margin: 20px 0 5px 20px;
	padding: 0;
	font-size: 18px;
	background: url(http://inakami.net/wp-content/uploads/2013/10/infomation-ttl.png) no-repeat;
	background-size: 105px;
	text-indent: -9999px;
}
.rss a {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 12px;
	background: url(http://inakami.net/wp-content/uploads/2013/10/rss-icon.png) no-repeat;
	background-size: 20px;
	text-indent: -9999px;
}
.entry-meta span {
	float: left;
	padding: 0 0 0 15px;
	line-height: 50px;
	font-size: 12px;
}
.single .entry-meta span {
	float: none;
	padding: 0 0 0 15px;
	line-height: 50px;
	font-size: 12px;
}
.page .entry-meta span {
display: none;
}
.entry-meta span.cat-links {
	float: right;
	padding-right: 10px;
    padding-left: 0;
}
h1.entry-title {
	min-height: 88px;
	max-height: 88px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 22px;
}
body.page h1.entry-title {
	padding: 0;
}
h1.entry-title a {
	color: #545043;
}
.entry-content {
	position: relative;
	/*min-height: 118px;*/
  	/*max-height: 118px;*/
    padding: 0 15px 68px;
	overflow: hidden;
}
.archive  div.entry-content.clearfix,
.home div.entry-content.clearfix {
min-height: 118px;
max-height: 118px;
}
.entry-content,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.entry-content a.more-link {
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	margin: 15px 0;
	padding: 8px 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #00aea1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-content a.more-link:hover {
	text-decoration: none;
}
#wpcf7-f458-p18-o1 {
padding-top: 30px;
}


/* =Post
-------------------------------------------------------------- */
.single-post #content,
.page-template-default #content {
	padding-left: 30px;
}
.single-post article.post,
.page-template-default article.page {
	background: #fff;
	margin-bottom: 0;
}
/*.single-post header.page-header *,
.single-post div.entry-content *,
.page-template-default header.page-header *,
.page-template-default div.entry-content * {
	height: auto;
	min-height: max-content;
	max-height: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}*/
.single-post header.page-header *{
	height: auto;
	min-height: max-content;
	max-height: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.single-post header.page-header {
	position: relative;
	padding: 16px 30px;
	border-bottom: #ddd 2px solid;
}
.page-template-default header.page-header {
	position: relative;
	padding: 24px 30px 16px;
	border-bottom: #ddd 2px solid;
}
.single-post header.page-header h1.entry-title {
	min-height: max-content;
	max-height: none;
	margin: 12px 0 6px 0;
	font-size: 32px;
	line-height: 1.2;
}
.page-template-default header.page-header h1.entry-title {
	min-height: max-content;
	max-height: none;
	margin: 0;
	font-size: 32px;
	line-height: 1.2;
}
.single-post header.page-header .cat-links,
.page-template-default header.page-header .cat-links {
	position: absolute;
	top: 12px;
	right: 30px;
}
.single-post div.entry-content {
	margin-bottom: 0;
	padding: 30px;
}
.page-template-default div.entry-content {
	margin-bottom: 0;
	padding: 16px 30px;
}
.single-post div.entry-content h1,
.page-template-default div.entry-content h1 {
	min-height: 32px;
	margin: 0;
	padding: 16px 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
}
.single-post div.entry-content h2,
.page-template-default div.entry-content h2 {
	min-height: 28px;
	margin: 14px 0;
	padding: 0 0 0 12px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	border-left: #00AEA1 5px solid;
}
.single-post div.entry-content h3,
.page-template-default div.entry-content h3 {
	min-height: 24px;
	margin: 0 0 12px 0;
	padding: 12px 0 0 0;
	font-size: 24px;
	line-height: 1.4;
	border-bottom: #ddd 2px solid;
}
.single-post div.entry-content h4,
.page-template-default div.entry-content h4 {
	min-height: 20px;
	margin: 0;
	padding: 10px 0;
	color: #00aea1;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.single-post div.entry-content h5,
.page-template-default div.entry-content h5 {
	min-height: 16px;
	margin: 0;
	padding: 8px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}
.single-post div.entry-content h6,
.page-template-default div.entry-content h6 {
	min-height: 12px;
	margin: 0;
	padding: 6px 0;
	font-size: 12px;
	line-height: 2;
}
.single-post div.entry-content p,
.page-template-default div.entry-content p {
	min-height: max-content;
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 16px;
	line-height: 1.7;
}
.single-post div.entry-content th,
.single-post div.entry-content td,
.page-template-default div.entry-content th,
.page-template-default div.entry-content td {
	padding: 12px;
	vertical-align: middle;
	font-size: 16px;
}
.single-post div.entry-content th,
.page-template-default div.entry-content th {
	border-right: #ddd 1px solid;
}
.single-post div.entry-content ul,
.page-template-default div.entry-content ul {
	min-height: 16px;
	margin: 0 16px 18px;
	font-size: 16px;
}
.single-post div.entry-content ol,
.page-template-default div.entry-content ol {
	min-height: 16px;
	margin: 0 16px 18px;
	font-size: 16px;
}
.single-post div.entry-content ul li,
.page-template-default div.entry-content ul li {
	min-height: 16px;
	margin: 6px 0;
	padding: 0 0 0 32px;
	text-indent: 0;
    line-height: 1.5;
	list-style: none;
	background: url(http://inakami.net/wp-content/uploads/2013/10/map-arrow.png) no-repeat 5px 2px;
	background-size: 16px;
}
.single-post div.entry-content ol li,
.page-template-default div.entry-content ol li {
	min-height: 16px;
	margin: 6px 0 8px 32px;
	padding: 0;
	text-indent: 0x;
    line-height: 1.5;
	list-style: decimal;
}
.single-post div.entry-content a,
.page-template-default div.entry-content a         { color: #00b2b2; text-decoration: underline; padding: 0 6px; }
.single-post div.entry-content a:link,
.page-template-default div.entry-content a:link    { color: #00b2b2; text-decoration: underline; }
.single-post div.entry-content a:visited,
.page-template-default div.entry-content a:visited { color: #008c8c; }
.single-post div.entry-content a:hover,
.page-template-default div.entry-content a:hover   { color: #fff; text-decoration: none; background-color: #01b7a3; }
.single-post div.entry-content a:active,
.page-template-default div.entry-content a:active  { color: #6dd900; }
.single-post div.entry-content blockquote,
.page-template-default div.entry-content blockquote {
	min-height: 14px;
	margin: 16px 0;
	padding: 12px;
	font-size: 14px;
	line-height: 1.7;
	background-color: #fbfbf9;
	border: #ddd 1px solid;
}
.single-post div.entry-content figcaption,
.page-template-default div.entry-content figcaption {
	min-height: 16px;
}
.single-post div.entry-content hr,
.page-template-default div.entry-content hr {
	min-height: 16px;
	margin: 12px 0;
}
.single-post div.entry-content iframe,
.page-template-default div.entry-content iframe {
	min-height: 350px;
}
.page-template-default .entry-content > div {
	height: auto;
}
.page-template-default div.entry-content label {
float: left;
text-align: right;
width: 160px;
padding-top: 5px;
}


/* =Category
-------------------------------------------------------------- */
.category-place     img.attachment-post-thumbnail { border-bottom: #ec0000 5px solid; }
.category-enjoy     img.attachment-post-thumbnail { border-bottom: #ff5c26 5px solid; }
.category-works     img.attachment-post-thumbnail { border-bottom: #e1a300 5px solid; }
.category-immigrant img.attachment-post-thumbnail { border-bottom: #5ea233 5px solid; }
.category-life      img.attachment-post-thumbnail { border-bottom: #499bcd 5px solid; }
.category-event     img.attachment-post-thumbnail { border-bottom: #87709c 5px solid; }
.category-blog      img.attachment-post-thumbnail { border-bottom: #00ddaa 5px solid; }
.single-post article.category-place     { border-top: #ce0000 5px solid; }
.single-post article.category-enjoy     { border-top: #ff5c26 5px solid; }
.single-post article.category-works     { border-top: #e1a300 5px solid; }
.single-post article.category-immigrant { border-top: #5ea233 5px solid; }
.single-post article.category-life      { border-top: #499bcd 5px solid; }
.single-post article.category-event     { border-top: #87709c 5px solid; }
.single-post article.category-blog      { border-top: #00ddaa 5px solid; }
.page article.page                      { border-top: #00aea1 5px solid; }
.entry-meta .place a,
.single-post article.category-place .cat-links a {
	background: url(http://inakami.net/wp-content/uploads/2013/10/category-place.png) no-repeat; }
.entry-meta .enjoy a,
.single-post article.category-enjoy .cat-links a {
	background: url(http://inakami.net/wp-content/uploads/2013/10/category-enjoy.png) no-repeat; }
.entry-meta .works a,
.single-post article.category-works .cat-links a {
	background: url(http://inakami.net/wp-content/uploads/2013/10/category-works.png) no-repeat; }
.entry-meta .immigrant a,
.single-post article.category-immigrant .cat-links a {
	background: url(http://inakami.net/wp-content/uploads/2013/10/category-immigrant.png) no-repeat; }
.entry-meta .life a,
.single-post article.category-life .cat-links a {
	background: url(http://inakami.net/wp-content/uploads/2013/10/category-life.png) no-repeat; }
.entry-meta .event a,
.single-post article.category-event .cat-links a {
	background: url(http://inakami.net/wp-content/uploads/2013/10/category-event.png) no-repeat; }
.entry-meta .blog a,
.single-post article.category-blog .cat-links a {
	background: url(http://inakami.net/wp-content/uploads/2013/10/category-blog.png) no-repeat; }
.entry-meta .place a,
.entry-meta .enjoy a,
.entry-meta .works a,
.entry-meta .immigrant a,
.entry-meta .life a,
.entry-meta .event a,
.entry-meta .blog a {
	display: block;
	width: 95px;
	height: 50px;
	background-position: center;
	background-size: 95px;
	text-indent: -9999px;
}
.single-post article.category-place .cat-links a,
.single-post article.category-enjoy .cat-links a,
.single-post article.category-works .cat-links a,
.single-post article.category-immigrant .cat-links a,
.single-post article.category-life .cat-links a,
.single-post article.category-event .cat-links a,
.single-post article.category-blog .cat-links a {
	display: block;
	width: 95px;
	height: 30px;
	background-position: center;
	background-size: 95px;
	text-indent: -9999px;
}


/* =Pagenation
-------------------------------------------------------------- */
.pagination {
	margin:0 0 0 30px;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination ul > li> a,
.pagination ul > li> span {
	display: block;
	float: left;
	margin: 3px;
	padding: 0;
	width: 33px;
	height: 33px;
	color: #7e7868;
	font-weight: bold;
	line-height: 36px;
	font-size: 18px;
	text-decoration: none;
	background-color: transparent;
	border: #40bfee 3px solid;
	border-radius: 20px;
}
.pagination ul > li> span.current {
	color: #fff;
	background-color: #00aea1;
	border: #00aea1 3px solid;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #fff;
	background-color: #00aea1;
	border: #00aea1 3px solid;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #fff;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: medium;
	-webkit-border-top-left-radius: 22px;
	-moz-border-radius-topleft: 22px;
	border-top-left-radius: 22px;
	-webkit-border-bottom-left-radius: 22px;
	-moz-border-radius-bottomleft: 22px;
	border-bottom-left-radius: 22px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 22px;
	-moz-border-radius-topright: 22px;
	border-top-right-radius: 22px;
	-webkit-border-bottom-right-radius: 22px;
	-moz-border-radius-bottomright: 22px;
	border-bottom-right-radius: 22px;
}
.pagination ul > li> a.next,
#nav-single .next a {
	width: 75px;
	height: 40px;
	margin-left: 16px;
	border: none;
	border-radius: 0;
	background: url(http://inakami.net/wp-content/uploads/2013/10/page-next.png) no-repeat center;
	background-size: 75px;
	text-indent: -9999px;
}
.pagination ul > li> a.prev,
#nav-single .previous a {
	width: 75px;
	height: 40px;
	margin-right: 16px;
	border: none;
	border-radius: 0;
	background: url(http://inakami.net/wp-content/uploads/2013/10/page-prev.png) no-repeat center;
	background-size: 75px;
	text-indent: -9999px;
}


/* =Comments
-------------------------------------------------------------- */
#comments-title {
	border-bottom: 1px solid #EEEEEE;
	font-size: 19.5px;
    margin: 0 0 27px;
}
#comment,
.entry-content iframe,
.entry-content embed {
	max-width: 100%;
}
.commentlist > li {
	margin-bottom: 36px;
}
.commentlist ul.children {
	margin: 10px 0 18px;
	list-style: none;
}
#comments .commentlist > li:last-child,
ol.commentlist, ol.unstyled {
	margin-bottom: 0 !important;
}
ul,ol{padding:0;margin:0;}
#reply-title {
	position: relative;
}

#reply-title small {
	position: absolute;
	right: 0;
	top: 7px;
}
#comments,
#respond {
	margin: 0 0;
	padding: 0 30px;
	background-color: #fff;
}
#respond {
	margin-top: -10px;
	padding-top:18px;
}
#ZenBackWidget {
padding: 0 30px;
}

/* =Form
-------------------------------------------------------------- */
.form-actions {
	background-color: transparent;
	border-top-width: 0;
	margin-bottom:20px;
	margin-top:20px;
	padding:20px 20px 50px 20px;	
}
.wpcf7-textarea, .your-subject .wpcf7-text {
width:  90%;
}
input.wpcf7-submit,
input#submit {
padding: 6px 12px 6px 28px;
letter-spacing: 16px;
color: #fff;
background: #00aea1;
font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
border: none;
border-radius: 3px;
}
input#submit {
padding: 6px 28px;
letter-spacing: 0;
font-size: 14px;
}
input.wpcf7-submit:hover,
input#submit:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);       /* IE8 and lower */
	zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
	transition: all 0.1s linear 0s;
}
form p {
margin: 0;
padding: 0;
}
div.wpcf7-response-output {
margin: 0 16px 8px 16px;
padding: 6px 16px;
}


/* =Sidebar
-------------------------------------------------------------- */
.form-search {
	margin: 0;
}
.widget {
	word-wrap: break-word;
}
.widget .wp-caption {
	display: inline-block;
}
#secondary .well {
	min-height: 20px;
	padding: 0;
	margin-bottom: 18px;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
}
#secondary .well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
#text-2 h2.widget-title {
	float: left;
	width: 65px;
	height: 25px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	background: url(http://inakami.net/wp-content/uploads/2013/10/map-ttl.png) no-repeat;
	background-size: 65px;
	text-indent: -9999px;
}
#big-map {
	float: right;
	height: 25px;
	color: #393938;
	font-size: 12px;
}
#big-map:after {
	content: "";
	width: 20px;
	height: 20px;
	padding-right: 20px;
	background: url(http://inakami.net/wp-content/uploads/2013/10/map-arrow.png) no-repeat right center;
	background-size: 16px;
}
#text-3 img.img-mgn-btm {
	margin-bottom: 15px;
}
div.fb-like-box {
	background-color: #fff;
}
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
	width: 100% !important;
}
.twitter-timeline{
    width: 100% !important;
}
#tag_cloud-2 h2.widget-title {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
}
#tag_cloud-2 h2.widget-title:before {
	content: "";
}
.tagcloud {
	padding: 20px 15px;
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=9);
	zoom: 1;
}
a[class^="tag-link"] {
	line-height: 28px; 
}


/* =Images
-------------------------------------------------------------- */

.entry-content .post-thumbnail {
	margin: 0 20px 20px 0;
}

.entry-attachment .thumbnail.attachment-table {
	display: table;
	margin: 0 auto;
}

.thumbnail > img {
	width: auto\9; /* Cure IE8 max-width bug */
}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery-columns-3.thumbnails [class*="span"] {
	width: 29.3%;
}
.gallery-columns-5.thumbnails [class*="span"] {
	width: 15.9%;
}
.gallery-columns-6.thumbnails [class*="span"] {
	width: 12.6%;
}
.gallery-columns-7.thumbnails [class*="span"] {
	width: 10.2%;
}
.wp-caption-text,
.gallery-caption,
.entry-caption {
 padding: 6px 12px 3px !important;
 text-align: left !important;
}

/* =Footer
-------------------------------------------------------------- */
#colophon .credits {
	margin: 0;
}
#site-generator {
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 12px;
}
#site-generator a {
	background: none;
	color: #787878;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:before {
	content: "Copyright (C) 2013 ";
}
#site-generator.footer-nav-menu a {
	margin-top: 10px;
}
table .label {
	background-color: transparent;
	border-radius: none;
	color: inherit;
	font-size: inherit;
	text-transform: inherit;
}
#colophon {
	position: relative;
	width: 100%;
	margin: 80px 0 0 0;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#colophon:before {
	content: "";
	position: absolute;
	margin: 0 0 0 50px;
	width: 224px;
	height: 52px;
	top: -52px;
	background: url(http://inakami.net/wp-content/uploads/2013/10/bk-left.png) no-repeat;
	background-size: 224px;
}
#colophon:after {
	content: "";
	position: absolute;
	margin: 0 50px 0 0;
	width: 429px;
	height: 274px;
	top: -274px;
	right: 0;
	background: url(http://inakami.net/wp-content/uploads/2013/10/bk-right.png) no-repeat;
	background-size: 429px;
	z-index: -10;
}
#colophon .clearfix {
	*zoom: 1;
}
#colophon .clearfix:before,
#colophon .clearfix:after {
	display: none;
	content: "";
	line-height:0;
}
#colophon .clearfix:after {
	clear: none;
}
#colophon .well {
	min-height: 20px;
	padding: 0;
	margin-bottom: 0;
	background-color: #7f786a;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
}
#page-footer {
	display: table;
}
#footer-logo,
#footer-nav,
#footer-link {
	display: table-cell;
	margin: 0;
	padding: 20px 100px 0 0;
	color: #f5f0dd;
	vertical-align: top;
    width: 35%;
}
#footer-logo {
	padding: 30px 50px 0 50px;
	width: 30%;
}
#footer-logo img {
	width: 110px;
	height: 90px;
}
#footer-nav h3,
#footer-link h3 {
	width: 200px;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#footer-nav ul {
padding-left: 25px;
	width: 330px;
}
#footer-nav li {
	margin: 0 0 12px -24px;
	padding: 0 0 0 20px;
	text-indent: 0;
	list-style: none;
	background: url(http://inakami.net/wp-content/uploads/2013/10/map-arrow.png) no-repeat 0 1px;
	background-size: 16px;
}
#footer-nav li#menu-item-43,
#footer-nav li#menu-item-49,
#footer-nav li#menu-item-52,
#footer-nav li#menu-item-48,
#footer-nav li#menu-item-53,
#footer-nav li#menu-item-51,
#footer-nav li#menu-item-50 {
	width: 150px;
	float: left;
	clear: left;
}
#footer-nav li#menu-item-44,
#footer-nav li#menu-item-54,
#footer-nav li#menu-item-45,
#footer-nav li#menu-item-46,
#footer-nav li#menu-item-47 {
	margin-left: 151px;
}
#footer-nav a {
	display: block;
	width: 100%;
	color: #f5f0dd;
}
#footer-nav li.active {
	background-color: #676156;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#footer-link a {
	display: inline-block;
	width: 160px;
	height: 42px;
	margin: 0 3px 8px 0;
}
#footer-link img {
	width: 160px;
	height: 42px;
}
#site-generator {
	display: block;
	width: 100%;
	text-align: right;
	padding: 0 50px 15px 0;
	background-color: #7f786a;
}
#site-generator a {
	color: #fff;
}


/* =Base
-------------------------------------------------------------- */
.text-right {
text-align: right !important;
}
.ft14px {
font-size: 14px !important;
}
.ft24px {
min-height: 32px !important;
padding: 6px 12px !important;
line-height: 32px !important;
font-size: 24px !important;
}
.ft-bold {
font-weight: bold !important;
}
.cl-df {
color: #00aea1 !important;
}
.ml9px {
margin-left: 9px !important;
}

/* =Jetpack Support
-------------------------------------------------------------- */

.comment-subscription-form > input[type=checkbox] {
	position: absolute;
}

.comment-subscription-form > label {
	min-height: 18px;
    padding-left: 18px;
}


/* =Bootstrap Adjustments
-------------------------------------------------------------- */

.navbar-static-top,
.navbar-fixed-bottom {
	position: absolute;
        top: 0;
}
.logged-in .navbar-static-top {
        top: 28px;
}
.navbar:after {
 content: "";
 display: block;
 height: 11px;
	background: url(http://inakami.net/wp-content/uploads/2013/10/container-btm.png) no-repeat bottom center;
	background-size: 800px;
    background-color: #f5f0dd;
}

#comment,
.thumbnail {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.label .post-edit-link,
.label .comment-edit-link {
	color: #FFFFFF;
}

.navbar-search {
	height: 34px;
}

.pagination span {
	background-color: #f5f5f5;
	color: #999999;
	cursor: default;
}

.pagination span.dots {
	background-color: #FFFFFF;
}


/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter {
    display:block;
    margin: 0 auto 20px;
}

.alignright {
    float:right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 0 20px 20px 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	padding: 0 9px 9px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding-top: 9px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.sticky {}
.bypostauthor {}

.nav-collapse {
position: relative;
background-color: #fff;
z-index: 1;
}

/* =Responsiveness
-------------------------------------------------------------- */

@media (max-width: 767px) {
	body {
		padding:0;
	}
	.container {
		width: auto;
		padding: 0 10px;
	}
	#page {
		margin: 0;
		padding: 10px;
	}
	.thumbnail[class*="span"],
	.gallery [class*="span"] .thumbnail {
		display: table;
		float: left;
	}
	.carousel .item > img {
		width: 100%;
	}
	.thumbnails > li {
		float: left;
		margin-left: 20px;
	}
	.gallery-columns-2.thumbnails > li:nth-child(2n+1),
	.gallery-columns-3.thumbnails > li:nth-child(3n+1),
	.gallery-columns-4.thumbnails > li:nth-child(4n+1),
	.gallery-columns-5.thumbnails > li:nth-child(5n+1),
	.gallery-columns-6.thumbnails > li:nth-child(6n+1),
	.gallery-columns-7.thumbnails > li:nth-child(7n+1),
	.gallery-columns-8.thumbnails > li:nth-child(8n+1),
	.gallery-columns-1.thumbnails > li {
		margin-left:0;
	}
	.gallery-columns-2.thumbnails [class*="span"] {
		width: 47.4%;
	}
	.gallery-columns-3.thumbnails [class*="span"] {
		width: 29.9%;
	}
	.gallery-columns-4.thumbnails [class*="span"] {
		width: 21.2%;
	}
	.gallery-columns-6.thumbnails [class*="span"] {
		width: 12.4%;
	}
	.gallery-columns-7.thumbnails [class*="span"] {
		width: 9.9%;
	}
	.gallery-columns-8.thumbnails [class*="span"] {
		width: 8.7%;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		float: none;
		margin: inherit;
	}
	#s {
		display: inline-block;
	}
	#site-generator,
	#site-generator.footer-nav-menu a {
		float: none;
		margin-top: 5px;
	}
	textarea[class*="span"] {
		height: auto;
	}
	.navbar-static-top, .navbar-fixed-bottom {
		margin: 0;
	}
body.archive:before,
body.single:before,
body.page:before {
 height: 40px;
}
.archive > .container {
 margin-top: -30px;
}
.navbar-static-top {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}
#circle-base {
    display: none;
}
.carousel-caption {
position: absolute;
}
.carousel-control {
  top:20%;
}
.carousel-caption h4 {
	font-size: 16px;
}
.carousel-caption p {
	font-size: 12px;
}
#socialbtn {
padding-right: 6px;
}
body.home .assistive-text {
  clip: auto;
	width: 122px;
	height: 112px;
	margin: -20px 8px 0 8px;
	padding: 0;
	background: url(http://inakami.net/wp-content/uploads/2013/10/brand-logo.png) no-repeat;
	background-size: 122px;
	text-indent: -9999px;
}
.skip-link {
display: none;
}
.navbar-inner .container {
min-height: 40px;
}
body.home #menu-item-34,
.navbar-static-top .menu-item-34 {
  height:60px;
  margin: 12px;
}
body.home .menu-item-34 a,
body.home .menu-item-34 a:hover,
.navbar-static-top .menu-item-34 a,
.navbar-static-top .menu-item-34 a:hover {
background: none;
text-indent: 0;
position: static;
display: block;
height: 60px;
width: auto;
margin: 0;
padding: 0;
border: #eee 1px solid;
border-radius: 6px;
color: #333;
line-height: 60px;
text-align: center;
}
body.home .menu-item-34 a:hover {
	background-color: #eee !important;
}
#menu-item-13,
#menu-item-16,
#menu-item-12,
#menu-item-17,
#menu-item-15,
#menu-item-14 {
background: none;
}
#menu-item-13 a,
#menu-item-13 a:hover,
#menu-item-16 a,
#menu-item-16 a:hover,
#menu-item-12 a,
#menu-item-12 a:hover,
#menu-item-17 a,
#menu-item-17 a:hover,
#menu-item-15 a,
#menu-item-15 a:hover,
#menu-item-14 a,
#menu-item-14 a:hover {
border: #eee 1px solid;
float: left;
text-align: center;
margin-bottom: 12px;
}
#branding {
border-bottom: #f5f0dd 1px solid;
margin-bottom: 0;
}
h2#recommend-ttl,
h2#infomation-ttl,
.rss a{
margin: 12px 0 0 0;
}
#primary article {
margin: 0 0 16px 0;
}
.home #primary article img,
.archive #primary article img,
.textwidget img {
width: 100%;
}
body.archive #branding,
body.single #branding,
body.page #branding {
background: none;
padding: 0;
margin: 0;
height: 20px;
margin-bottom: 50px;
}
h1.entry-title {
	min-height: 22px;
}
.home div.entry-content.clearfix {
	min-height: 32px;
}
.breadcrumb {
display: none;
}
.single-post #content,
.page-template-default #content {
padding-left: 0;
}
.single-post header.page-header .cat-links, .page-template-default header.page-header .cat-links {
  position:static;
  margin-bottom: 6px;
}
#respond,
#comments {
margin-top: -20px;
}
#ZenBackWidget {
margin-bottom: 0px;
}
.page-template-default div.entry-content label {
float: none;
text-align: left;
width: 160px;
padding-top: 5px;
}
#page-footer, #footer-logo, #footer-nav, #footer-link {
display: block;
padding: 32px 32px 0 32px;
}
#footer-logo a {
margin:  0 auto;
}
#footer-nav ul {
padding: 0;
width: 90%;
}
#footer-nav li#menu-item-43,
#footer-nav li#menu-item-49,
#footer-nav li#menu-item-52,
#footer-nav li#menu-item-48,
#footer-nav li#menu-item-53,
#footer-nav li#menu-item-51,
#footer-nav li#menu-item-50 {
	float: none;
	clear: none;
    margin: 0 0 6px 0;
}
#footer-nav li#menu-item-44,
#footer-nav li#menu-item-54,
#footer-nav li#menu-item-45,
#footer-nav li#menu-item-46,
#footer-nav li#menu-item-47 {
    margin: 0 0 6px 0;
}
#footer-link {
margin-bottom: -10px;
}
#footer-link a {
  display:block;
}
#footer-link a img {
width: 99%;
}
#site-generator {
margin-top: 0;
  padding:20px 15px 15px 0;
  text-align: left;
  width:auto;
}
}
@media (min-width: 768px) and (max-width: 778px) {
	#page {
		margin-right: -15px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.dl-horizontal dt {
		width: 85px;
	}
	.dl-horizontal dd {
		margin-left: 95px;
	}
body.archive:before,
body.single:before,
body.page:before {
 height: 40px;
}
.navbar-static-top {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}
#circle-base {
	width: 740px;
	margin-left: -370px;
}
#socialbtn {
padding-right: 6px;
}
body.home .assistive-text {
  clip: auto;
	width: 148px;
	height: 134px;
	margin: -44px 16px 0 16px;
	padding: 0;
	background: url(http://inakami.net/wp-content/uploads/2013/10/brand-logo.png) no-repeat;
	background-size: 148px;
	text-indent: -9999px;
}
.skip-link {
display: none;
}
body.archive #branding,
body.single #branding,
body.page #branding {
	margin-bottom: 40px;
	height: 45px;
}
#branding {
border-bottom: #f5f0dd 1px solid;
margin-bottom: 12px;
}
body.archive #branding,
body.single #branding,
body.page #branding {
margin-top: -60px;
}
.breadcrumb {
 display: none;
}
h2#recommend-ttl,
h2#infomation-ttl {
margin-left: 24px;
}
.navbar-inner .container {
min-height: 40px;
}
body.home #menu-item-34,
.navbar-static-top .menu-item-34 {
  height:60px;
  margin: 12px;
}
body.home .menu-item-34 a,
body.home .menu-item-34 a:hover,
.navbar-static-top .menu-item-34 a,
.navbar-static-top .menu-item-34 a:hover {
background: none;
text-indent: 0;
position: static;
display: block;
height: 60px;
width: auto;
margin: 0;
padding: 0;
border: #eee 1px solid;
border-radius: 6px;
color: #333;
line-height: 60px;
text-align: center;
}
body.home .menu-item-34 a:hover {
	background-color: #eee !important;
}
#menu-item-13,
#menu-item-16,
#menu-item-12,
#menu-item-17,
#menu-item-15,
#menu-item-14 {
background: none;
}
#menu-item-13 a,
#menu-item-13 a:hover,
#menu-item-16 a,
#menu-item-16 a:hover,
#menu-item-12 a,
#menu-item-12 a:hover,
#menu-item-17 a,
#menu-item-17 a:hover,
#menu-item-15 a,
#menu-item-15 a:hover,
#menu-item-14 a,
#menu-item-14 a:hover {
border: #eee 1px solid;
float: left;
text-align: center;
margin-bottom: 12px;
}
h1.entry-title {
min-height: 132px;
max-height: 132px;
}
.archive div.entry-content.clearfix,
.home div.entry-content.clearfix {
min-height: 180px;
}
.entry-meta span {
  line-height:30px;
}
.single-post header.page-header .cat-links, .page-template-default header.page-header .cat-links {
  position:static;
  margin-bottom: 6px;
}
.single-post #content,
.page-template-default #content {
	padding-left: 20px;
}
.entry-meta .place a, .entry-meta .enjoy a, .entry-meta .works a, .entry-meta .immigrant a, .entry-meta .life a, .entry-meta .event a, .entry-meta .blog a {
  height:30px;
}
#big-map {
display: none;
}
#footer-logo, #footer-nav, #footer-link {
padding-right: 0;
  width: 33%;
}
#footer-nav ul {
padding: 0;
}
#footer-nav li#menu-item-43,
#footer-nav li#menu-item-49,
#footer-nav li#menu-item-52,
#footer-nav li#menu-item-48,
#footer-nav li#menu-item-53,
#footer-nav li#menu-item-51,
#footer-nav li#menu-item-50 {
	float: none;
	clear: none;
    margin: 0 0 6px 0;
}
#footer-nav li#menu-item-44,
#footer-nav li#menu-item-54,
#footer-nav li#menu-item-45,
#footer-nav li#menu-item-46,
#footer-nav li#menu-item-47 {
    margin: 0 0 6px 0;
}
#footer-link a {
  display:block;
}
}
@media (min-width: 1200px) {
	#page {
		margin-right: -30px;
		padding: 24px 0 10px;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		margin-right: 30px;
	}
	.wp-caption {
		display: table;
	}
#circle-base {
	width: 1170px;
	top: 18px;
	margin-left: -585px;
}
.logged-in #circle-base {
 top: 46px;
}
#branding {
	margin-bottom: 6px;
}
h2#recommend-ttl {
margin-left: 30px;
}
h2#infomation-ttl {
margin-left: 30px;
margin-top: 30px;
}
.rss a {
	margin: 32px 0 0 0;
}
#page-footer {
width: 100%;
}
body.home .menu-item-13 a,
body.home .menu-item-13 a:hover,
body.home .menu-item-16 a,
body.home .menu-item-16 a:hover,
body.home .menu-item-12 a,
body.home .menu-item-12 a:hover,
body.home .menu-item-17 a,
body.home .menu-item-17 a:hover,
body.home .menu-item-15 a,
body.home .menu-item-15 a:hover,
body.home .menu-item-14 a,
body.home .menu-item-14 a:hover {
	margin: 0 32px 0 30px;
}
.navbar-static-top .menu-item-13 a,
.navbar-static-top .menu-item-13 a:hover,
.navbar-static-top .menu-item-16 a,
.navbar-static-top .menu-item-16 a:hover,
.navbar-static-top .menu-item-12 a,
.navbar-static-top .menu-item-12 a:hover,
.navbar-static-top .menu-item-17 a,
.navbar-static-top .menu-item-17 a:hover,
.navbar-static-top .menu-item-15 a,
.navbar-static-top .menu-item-15 a:hover,
.navbar-static-top .menu-item-14 a,
.navbar-static-top .menu-item-14 a:hover {
	margin: 0 20px;
}
.entry-meta span {
  font-size:14px;
}
.entry-meta span.cat-links {
	padding-right: 15px;
}
.single .entry-meta span {
	font-size: 14px;
}
h1.entry-title {
	min-height: 66px;
	max-height: 66px;
}

/* End of file style.css */
/* Location: ./wp-content/themes/the-bootstrap/style.css */