/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
	background-color: #ffffff;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "メイリオ", sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 25px;
	font-size: 18px;
}
.centered {
	text-align: center;
}
li {
	font-size: 16px;
}
dl {
	font-size: 18px;
}
dd {
	padding-left: 20px;
}
.img-responsive-overwrite {
	margin: 0 auto;
}
/* Links */
a {
	color: #1c420b;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c3d856;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.wf-roundedmplus1c {
	font-family: "M PLUS Rounded 1c";
}
.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
	background-color: #c3d856;
}
.navbar li {
	font-size: 14px;
}
.navbar-inverse {
	padding-bottom: 35px;
	padding-top: 35px;
}
.navbar-inverse {
	background-color: #c3d856;
	border-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
	color: #1c420b;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}
.navbar-inverse .navbar-brand {
	color: white;
}
.navbar-inverse .navbar-toggle {
	border-color: transparent;
}
.progress-bar-theme {
	background-color: #fff;
}
/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}
.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fff;
	color: #936225;
}
.PgNextBox {
	margin: 0 auto 20px;
	width: 360px;
}
.PgNextBox2 {
	margin: 0 auto 20px;
	width: 280px;
}
.PgNext {
	float: left;
	margin-right: 20px;
	width: 40px;
}
.PgNext:last-child {
	margin-right: 0px;
}
.PgNext p {
	font-size: 24px;
	text-align: center;
}
.PgNext p a {
	background: #c3d856;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
	border: #c3d856 1px solid;
}
.PgNext p a:hover {
	background: #fff;
}

/* +++++ WRAP SECTIONS スマホ対応 +++++ */
@media (max-width: 768px) {
#ww h1 {
	font-size: 25px;
}
#ww h2 {
	font-size: 20px;
}
#ww h3 {
	font-size: 16px;
}
#ww h4 {
	font-size: 14px;
}
#ww h5 {
	font-size: 12px;
}
#ww p {
	font-size: 16px;
}
#ww li {
	font-size: 14px;
}
#ww dl {
	font-size: 14px;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 16px;
	line-height: 20px;
}
.navbar li {
	font-size: 12px;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #6A471B;
	margin: auto;
	font-size: 60%;
}
th {
	padding: 2px;
	text-align: center;
	vertical-align: center;
	color: #fff;
	background-color: #c3d856;
	border-left: 1px solid #6A471B;
	border-top: 1px solid #fff;
	border-right: 1px solid #6A471B;
	border-bottom: 1px solid #6A471B;
	white-space: nowrap;
}
td {
	padding: 2px;
	border-right: 1px solid #6A471B;
	border-bottom: 1px solid #6A471B;
}
}
/* +++++ WRAP SECTIONS スマホ対応ここまで +++++ */

#footer {
	font-size: 80%;
	background-color: #c3d856;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #1c420b;
}
#footer h4 {
	font-size: 14px;
	color: #1c420b;
}
#footer p {
	font-size: 14px;
}
#footer a {
	color: #1c420b;
}
#footer a:hover, a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
}
#footer h4 {
	text-transform: uppercase;
	padding-bottom: 20px;
}
/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}
#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}
/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}
/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}
/* Blog Tags */
bt {
	font-size: 12px;
}
/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom {
	display: block;
	position: relative;
	overflow: hidden;
	background: transparent url(../img/loader.gif) no-repeat center;
}
.zoomOverlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-image: url(../img/zoom.png);
	background-repeat: no-repeat;
	background-position: center;
}
.zoom2 {
	opacity: 1;
}
.zoom2:hover {
	opacity: 0.5;
}
/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #e2a7bc;
}
/*  付け足したもの */

.n > li {
	width: 120px;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin: 2px 10px;
	padding: 15px 10px;
	color: #fff;
	background-color: #c3d856;
	border-radius: 10px;
}
.n > li > a {
	color: black;
	font-weight: bold;
}
.n > li > a:hover, a:focus {
	color: white;
	font-weight: bold;
	text-decoration: none;
	outline: 0;
}
.bo {
	border: solid 3px #c3d856;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 25px;
	background-color: #fff;
}

@media (min-width: 767px) {
table {
	width: 85%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #6A471B;
	margin: auto;
}
th {
	/*width: 12%;*/
	padding: 4px 2px;
	text-align: center;
	vertical-align: center;
	color: #fff;
	background-color: #c3d856;
	border-left: 1px solid #6A471B;
	border-top: 1px solid #fff;
	border-right: 1px solid #6A471B;
	border-bottom: 1px solid #6A471B;
	white-space: nowrap;
}
td {
	/*width: 12%;*/
	padding: 4px 2px;
	border-right: 1px solid #6A471B;
	border-bottom: 1px solid #6A471B;
}
}
