/*
Theme Name: DICS
Description: ボートワールド加盟店向け レスポンシブテンプレート
Author: Wintel
*/





/* Basic Elements
   ========================================================================== */


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	font-size: 100%;
	line-height: 150%;
}


body {
	background-color: #f4f4f4;
	color: #231815;
	font-family: Verdana, Geneva, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	word-break: normal;
}


hr {
	border: 0;
	border-top: 1px solid #ddd;
	margin: 2rem auto;
	width: 3rem;
}

@media (min-width: 481px) {
	hr {
		margin: 2.5rem auto;
	}
}


hr.small {
	margin: 1.5rem auto;
}


img {
	margin: 0;
	max-width: 100%;
	height: auto;
}


embed, iframe, object, video {
	max-width: 100%;
}


.defs {
	display: none;
}


iframe#vcs_access {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}


.img-container {
  position: relative;
  margin: 0;
}

.img-container::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}

.img-container-square::before {
  padding-top: 100%;
  display: block;
  content: "";
}

.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}





/* Additional icon
   ========================================================================== */


@font-face {
  font-family: 'head-icons';
  src: url('fonts/head-icons.eot?nu8zwa');
  src: url('fonts/head-icons.eot?nu8zwa#iefix') format('embedded-opentype'),
    url('fonts/head-icons.ttf?nu8zwa') format('truetype'),
    url('fonts/head-icons.woff?nu8zwa') format('woff'),
    url('fonts/head-icons.svg?nu8zwa#head-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="im-"], [class*=" im-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'head-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.25;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-line-square:before {
	content: "\e800";
}
.im-twitter-square:before {
	content: "\f081";
}
.im-facebook-square:before {
	content: "\f082";
}
.im-phone-square:before {
	content: "\f098";
}
.im-youtube-square:before {
	content: "\f166";
}
.im-instagram:before {
	content: "\f16d";
}
.im-tumblr-square:before {
	content: "\f174";
}
.im-envelope-square:before {
	content: "\f199";
}





/* Layout
   ========================================================================== */


.container-wrapper {
	background-color: transparent;
}


.container-wrapper-front {
	padding-top: 2rem;
}

@media (min-width: 481px) {
	.container-wrapper-front {
		padding-top: 4rem;
	}
}


.content-2nd {
	margin: 0 15px;
}


.row-wrapper {
	margin: 0 15px;
}


.nobreak {
	display: inline-block;
}


.break { display: block; }

@media (min-width: 768px) {
	.break { display: inline; }
}


.break-xxs {
	display: block;
}

@media (min-width: 481px) {
	.break-xxs {
		display: inline;
	}
}


.break-xs {
	display: block;
}

@media (min-width: 768px) {
	.break-xs {
		display: inline;
	}
}


.show-xxs {
	display: inline;
}

@media (min-width: 481px) {
	.show-xxs {
		display: none;
	}
}


.show-xs {
	display: inline;
}

@media (min-width: 768px) {
	.show-xs {
		display: none;
	}
}


.hide-xxs {
	display: none;
}

@media (min-width: 481px) {
	.hide-xxs {
		display: inline;
	}
}


.hide-xs {
	display: none;
}

@media (min-width: 768px) {
	.hide-xs {
		display: inline;
	}
}


.hide-all {
	display: none;
}





/* Header
   ========================================================================== */


header {
	color: #231815;
	background: #fff;
	top: 0px;
	width: 100%;
	position: relative;
	z-index: 100;
}


header a {
	color: #231815;
	text-decoration: none;
}


header a:hover,
header a:focus {
	color: #348bcc;
	text-decoration: none;
}


#head-sns {
	background-color: #0064b4;
	min-height: 28px;
}

@media (min-width: 992px) {
	#head-sns {
		min-height: 34px;
	}
}


#head-sns-row {
	float: right;
}


#head-sns-row .sns-item {
	float: left;
	margin: 0 0 0 0.5rem;
	font-size: 1.5rem;
	line-height: 1;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item {
		font-size: 2rem;
	}
}


#head-sns-row .sns-item:first-child {
	margin: 0;
}


#head-sns-row .sns-item .item-name {
	display: none;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item .item-name {
		display: inline-block;
		font-size: 0.8rem;
		line-height: 1;
		font-weight: normal;
		padding: 0 0 0 0.3rem;
		position: relative;
		top: -0.1rem;
	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item .item-name {
		top: -0.3rem;
	}
}


#head-sns-row .sns-item a {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	color: #bbb;
	text-decoration: none;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item a {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item a {
		font-size: 2rem;
	}
}


#head-sns-row .sns-item a:hover {
	color: #f4f4f4;
	text-decoration: none;
}


#head-sns-row .sns-item .linkless {
	display: inline-block;
	color: #bbb;
}


#head-logo {
	float: none;
	padding: 15px 0;
	text-align: center;
}

@media (min-width: 768px) {
	#head-logo {
		float: none;
		padding: 20px 0;
	}
}


#head-logo img {
	width: auto;
	height: 3rem;
}

@media (min-width: 768px) {
	#head-logo img {
		width: auto;
		height: 4rem;
	}
}

@media (min-width: 992px) {
	#head-logo img {
		width: auto;
		height: auto;
	}
}





/* Navigation
   ========================================================================== */


#top-nav {
	margin: 0 -15px;
}


.navbar-header .nav-title {
	display: block;
	float: left;
	text-align: center;
	color: #131A47;
	width: 100%;
	line-height: 20px;
	font-family: "Crete Round", serif;
	font-weight: 400;
	margin: 0 -30px 0 0;
}

@media (min-width: 768px) {
	.navbar-header .nav-title {
		display: none;
	}
}


a > .sml-cap {
	display: inline;
	font-size: 0.7rem;
	color: #666;
	margin: 0 0 0 20px;
	transition: all 0.5s ease 0s;
}
a:hover > .sml-cap, 
a:focus > .sml-cap {
	color: #00bcce;
}

@media (min-width: 768px) {
	a > .sml-cap {
		display: block;
		font-size: 0.7rem;
		font-weight: 300;
		color: #666;
		margin: 0 auto;
	}
	a:hover > .sml-cap, 
	a:focus > .sml-cap {
		color: #00bcce;
	}
}





/* Carousel
   ========================================================================== */


#carousel-top {
	margin: 0 auto;
	max-width: 1600px;
}


.carousel-indicators {
	display: none;
}

@media (min-width: 768px) {
	.carousel-indicators {
		display: block;
	}
}


.carousel-caption {
	display: none;
}

@media (min-width: 768px) {
	.carousel-caption {
		display: block;
	}
}


.carousel-control:focus {
	opacity: 0.5;
}


.carousel-control:hover {
	opacity: 1;
}





/* Footer
   ========================================================================== */


.footer-bg {
	background-color: #fff;
}

@media (min-width: 768px) {
	.footer-bg {
		border-top: 2px solid #00bcce;
	}
}


#footer-link {
	display: none;
}

@media (min-width: 768px) {
	#footer-link {
		display: block;
		text-align: center;
		padding: 15px 0;
	}
}


.link-item {
	display: none;
}

@media (min-width: 768px) {
	.link-item {
		display: inline;
		padding: 0 10px;
		font-size: 0.75rem;
		line-height: 1.5rem;
		white-space: nowrap;
	}
}


.link-item a {
	color: #0064b4;
	text-decoration: none;
}


.link-item a:hover {
	color: #00bcce;
	text-decoration: none;
}


#footer-link .break {
	display: none;
}

@media (min-width: 768px) {
	#footer-link .break {
		display: block;
		text-align: center;
	}
}

@media (min-width: 992px) {
	#footer-link .break {
		display: inline;
	}
}


#footer-copyright {
	text-align: center;
	padding: 10px;
	font-size: 0.8rem;
	line-height: 1rem;
	color: rgba(255,255,255,0.75);
	background-color: #0064b4;
}

@media (min-width: 768px) {
	#footer-copyright {
		padding: 10px 0;
	}
}





/* Page Title
   ========================================================================== */


.title-bg {
	background-color: #131A47;
}


.title-img {
	display: block;
	min-width: 320px;
	height: auto;
	margin: 0 -15px;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.title-img {
		min-width: 750px;
	}
}

@media (min-width: 992px) {
	.title-img {
		min-width: 970px;
	}
}

@media (min-width: 1200px) {
	.title-img {
		min-width: 1170px;
	}
}


h2#pagetitle-tx {
	text-align: center;
	font-size: 2rem;
	line-height: 100%;
	font-family: "Crete Round", serif;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 4px #231815;
	margin: 0 0 -2rem 0;
	position: relative;
	z-index: 2;
	top: -2.4rem;
}

@media (min-width: 768px) {
	h2#pagetitle-tx {
		text-align: right;
		font-size: 3rem;
		font-height: 100%;
		top: -3.6rem;
		margin: 0 0 -3rem 0;
	}
}





/* Breadcrumb
   ========================================================================== */


.breadcrumb-bg {
	border-bottom: 1px solid #cccccc;
	background: #d5d5d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d5d5 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}


.breadcrumb a {
	color: #231815;
	text-decoration: none;
}


.breadcrumb a:hover {
	color: #00bcce;
	text-decoration: none;
}





/* Main
   ========================================================================== */


#main {
	margin: 0 auto;
}

@media (min-width: 768px) {
	#main {
		padding: 4rem auto;
	}
}


#content p {
	margin: 0 0 1.0rem 0;
}


#content img {
	vertical-align: baseline;
}


#content img.alignleft {
	border: none;
	padding: 0;
	margin: 0 1.0rem 1.0rem 0;
	float: left;
}


#content img.alignright {
	border: none;
	padding: 0;
	margin: 0 0 1.0rem 1.0rem;
	float: right;
}


#content img.aligncenter {
	border: none;
	padding: 0;
	clear: both;
	display: block;
	margin: 0 auto 1.0rem auto;
}


#content img.alignnone {
	border: none;
	padding: 0;
	margin: 0;
}


#content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin: 1rem 0;
	overflow: hidden;
}


#content .video-container iframe, 
#content .video-container object, 
#content .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


div.blog_info {
	padding: 0.3rem 0;
	margin: 0 0 1.0rem 0;
	font-size: 0.7rem;
	line-height:1.0rem;
	border-top: 1px dotted #ddd;
}

@media (min-width: 481px) {
	div.blog_info {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
}


div.blog_info ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


div.blog_info li {
	float: right;
	padding: 0px;
	list-style: none;
	margin: 0 0 0 1rem;
	color: #231815;
}


div.blog_info li:last-of-type {
	margin: 0;
}


div.blog_info li .glyphicon {
	margin: 0 0.3rem 0 0;
}


.title {
	margin: 0 0 0.2rem 0;
	padding: 0;
}


.title a {
	text-decoration: none;
}


.title a:hover {
	text-decoration: none;
}





/* Side
   ========================================================================== */


#side {
	margin: 0 auto;
}


.widget-area ul {
	margin: 0;
	padding: 0;
	width: 100%;
}


.widget-area ul li.widget-container {
	list-style: none;
	margin: 0 0 2rem 0;
	padding: 0 10px 5px 10px;
	border-bottom: 2px solid #bbb;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
}

@media (min-width: 481px) {
	.widget-area ul li.widget-container {
		margin: 0 0 3rem 0;
	}
}


.widget-area h3.widget-title {
	display: inline;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 0 0.5rem;
}


.widget-area > ul > li {
	padding: 0;
	margin: 0 0 40px 0;
	list-style: none;
}


.widget-area > ul > li:last-of-type {
	margin: 0;
}


.widget-area ul li ul {
	padding: 0.5rem;
	margin: 0;
}


.widget-area ul li ul li {
	list-style: none;
}


/*.widget-area ul li ul li {
	font-size: 0.9rem;
	line-height: 1.2rem;
	margin: 0.5rem 0 0.5rem 1rem;
	list-style-image: url(images/lidot.png);
}*/


.widget-area ul li ul li a {
	font-size: 0.9rem;
	line-height: 1.2rem;
	list-style: none;
	text-indent: -1rem;
	padding-left: 1rem;
	margin: 0.5rem 0 0.5rem 0;
	display: block;
}


.widget-area ul li ul li a:hover {
	background-color: #f4f4f4;
	border-radius: 8px;
	text-decoration: none;
}


.widget-area ul li ul li a:before {
	content: "\f138";
	font-family: "FontAwesome";
	font-size: 0.9rem;
	margin-right: 0.3rem;
}

.widget-area p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: 0 0 0.5rem 0;
	display: block;
}

@media (min-width: 481px) {
	.widget-area p {
		margin: 0 1rem 0.5rem 0;
		float: left;
	}
}

@media (min-width: 992px) {
	.widget-area p {
		float: none;
	}
}


@media (max-width: 991px) {
	.widget-area ul li.widget_archive ul {
		z-index: 1;
		padding: 0.5rem;
	}
	
	.widget-area ul li.widget_archive ul:before,
	.widget-area ul li.widget_archive ul:after {
		content:"";
		display:table;
	}
	
	.widget-area ul li.widget_archive ul:after {
		clear:both;
	}
	
	.widget-area ul li.widget_archive ul {
		zoom:1;
		overflow: hidden;
	}
	
	.widget-area ul li.widget_archive ul li {
		list-style: none;
		display: block;
		font-size: 0.70rem;
		text-indent: 0;
		padding-left: 0;
		margin: 0.2rem;
		float: left;
	}
	
	.widget-area ul li.widget_archive ul li a {
		list-style: none;
		display: block;
		font-size: 0.70rem;
		text-indent: 0;
		padding-left: 0;
		margin: 0.2rem;
		float: left;
	}
	
	
	.widget-area ul li.widget_archive ul li:before {
		content: "";
		display: none;
	}
	
	.widget-area ul li.widget_archive ul li a:before {
		content: "";
		display: none;
	}
	
	.widget-area ul li.widget_archive ul li a {
		display: block;
		background-color: #e7e7e7;
		color: #231815;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #231815;
		padding: 0.35rem;
		position: relative;
		top: -1px;
		white-space: nowrap;
		text-decoration: none;
	}
	
	.widget-area ul li.widget_archive ul li a:hover {
		background-color: #348BCC;
		color: #fff;
		border: 1px solid #348BCC;
	}
}


.widget-area ul.children {
	padding: 0 0.5rem 0 1.2rem;
}


.widget-area .tagcloud {
	padding: 0.5rem;
}



/*** Sidebar Icons ***/

.widget_calendar .panel-heading:before {
	content: "\f508";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_archive .panel-heading:before {
	content: "\f145";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_recent_entries .panel-heading:before {
	content: "\f464";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_tag_cloud .panel-heading:before {
	content: "\f323";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_categories .panel-heading:before {
	content: "\f318";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_text .panel-heading:before {
	content: "\f103";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_banner .bn-img {
}


.widget_banner .bn-padding {
	padding: 5px;
}





/* Calendar
   ========================================================================== */


#calendar_wrap {
	padding: 0.5rem;
}


#wp-calendar {
	width: 100%;
}


table#wp-calendar {
	border-collapse: separate;
	border-spacing: 0.2rem;
}


#wp-calendar caption {
	color: #222;
	font-size: 1.0rem;
	line-height: 1.0rem;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

@media (min-width: 768px) {
	#wp-calendar caption { font-size: 0.8rem; }
}


#wp-calendar thead {
	font-size: 0.8rem;
}


@media (min-width: 768px) {
	#wp-calendar thead { font-size: 0.6rem; }
}


#wp-calendar thead th {
	text-align: center;
}


#wp-calendar tbody {
	color: #999;
}


#wp-calendar tbody td {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 0.2rem;
	text-align: center;
}

@media (min-width: 768px) {
	#wp-calendar tbody td {
		padding: 0.1rem;
		font-size: 0.9rem;
	}
}


#wp-calendar tbody .pad {
	background: none;
	border: none;
}


#wp-calendar tfoot td {
	padding: 0.2rem 0;
}


#wp-calendar tfoot #next {
	text-align: right;
}





/* Section
   ========================================================================== */


section {
	text-align: left;
	padding: 2rem 0;
}

@media (min-width: 481px) {
	section { padding: 4rem 0; }
}


.row-wrapper > .row > section#side {
	padding: 0 15px 2rem 15px;
}

@media (min-width: 481px) {
	.row-wrapper > .row > section#side {
		padding: 0 15px 4rem 15px;
	}
}

@media (min-width: 992px) {
	.row-wrapper > .row > section#side {
		padding: 4rem 15px;
	}
}





/* Article
   ========================================================================== */


article {
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 2rem 0;
}

@media (min-width: 481px) {
	article {
		padding: 4rem 0;
	}
}


article:first-of-type {
	border-top: none;
	padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
	article:first-of-type {
		padding: 0 0 4rem 0;
	}
}





/* Typography
   ========================================================================== */


h1, h2, h3, h4, h5 {
	font-weight: 400;
	margin: 0;
}


h1 {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
}


h2 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}


h3 {
	font-size: 1.0rem;
	margin-bottom: 0.5rem;
}


h4 {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}


h5 {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}


p {
	margin: 0 auto;
	line-height: 1.5rem;
}


blockquote {
	margin: 0;
}


blockquote p {
	color: #bbb;
	font-style: italic;
	margin-bottom: 1.5rem;
}


cite {
	color: #bbb;
}





/* Lists
   ========================================================================== */


ul {
	margin: 0;
	text-align: left;
}





/* Links
   ========================================================================== */


a {
	color: #231815;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover, a:focus {
	color: #00bcce;
	text-decoration: underline;
}





/* Buttons
   ========================================================================== */


.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #131A47;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	padding: 0.7rem 1.5rem;
	vertical-align: middle;
	white-space: nowrap;
}

@media (min-width: 481px) {
	.button {
		display: inline-block;
		font-size: 0.9rem;
	}
}


.button:hover, 
.button:focus {
	color: #fff;
	background: #0064b4;
	text-decoration: none;
}





/* Utilities
   ========================================================================== */


.remove-padding {
	padding-bottom: 0;
}


.remove-border {
	border: none;
}


.divider {
	margin-bottom: 2rem;
}


/*** 強調文字 ***/
.caution {
	color: #A94442;
	font-weight: bold;
}


/*** インデント ***/

.indent1em {
	text-indent: -1em;
	padding: 0 0 0 1em;
}


.indent2em {
	text-indent: -2em;
	padding: 0 0 0 2em;
}


/*** 新着ラベル ***/

.label-new-entry {
	background-color: #D9534F;
}


/*** Column Box ***/

.col-box {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 4px #b0b0b0;
}


.col-box > a {
	display: block;
	width: 100%;
	height: 2rem;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #0064b4;
	font-size: 0.8rem;
	line-height: 2rem;
	font-family: 'Share', cursive;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-align: right;
	position: absolute;
	bottom: 0;
}


.col-box > a:hover {
	background-color: #00bcce;
}


.col-box > a i {
	font-size: 1rem;
    vertical-align: text-bottom;
	margin: 0 0.5rem 0 0.3rem;
}





/* topscroll
   ========================================================================== */


#topscroll {
	display: block;
	font-size: 28px;
	line-height: 28px;
}


#topscroll .fa, 
#topscroll .glyphicon  {
	color: #999;
	transition: all 0.5s ease 0s;
}


#topscroll .fa:hover, 
#topscroll .glyphicon:hover {
	color: #348bcc;
}





/* Clearfix
   ========================================================================== */


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}


.clearfix:after {
	clear: both;
}


.clearfix {
	*zoom: 1;
}





/* Pagination
   ========================================================================== */


.pagination {
	clear: both;
	padding: 2rem 0 0 0;
	margin: 0;
	position: relative;
	font-size: 0.9rem;
	line-height: 1.6rem;
	text-align: center;
}

@media (min-width: 481px) {
	.pagination {
		padding: 4rem 0 0 0;
	}
}


.pagination span, 
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-decoration: none;
	min-width: 1.6rem;
	color: #fff;
	background: #131A47;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


.pagination a:hover {
	color: #fff;
	background: #0064b4;
}


.pagination .current {
	padding: 0;
	background: #00bcce;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link {
	display: block;
	float: left;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #131A47;
	margin: 1em auto;
	text-align: center;
	width: 7.0rem;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link:hover {
	color: #fff;
	background: #0064b4;
}


div.nav-below {
	width: 16rem;
	margin: 2rem auto;
	overflow: auto;
	text-align: center;
}

@media (min-width: 768px) {
	div.nav-below {
		margin: 4rem auto;
	}
}


.nav-previous a {
	display: block;
	width: 7.0rem;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #131A47;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: left;
}


.nav-next a {
	display: block;
	width: 7.0rem;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #131A47;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: right;
}


.nav-previous a:hover, 
.nav-next a:hover {
	color: #fff;
	background: #0064b4;
}





/* Comments
   ========================================================================== */


#comments {
	clear: both;
	border-top: 1px solid #e7e7e7;
	padding: 0.5rem 0 0 0;
}


#comments .navigation {
	padding: 0 0 18px 0;
}


h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}


h3#comments-title {
	padding: 24px 0;
}


.commentlist {
	list-style: none;
	margin: 0;
}


.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 21px;
	margin: 0 0 24px 0;
	padding: 0 0 0 40px;
	position: relative;
}


.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}


#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}


#comments .comment-body p:last-child {
	margin-bottom: 6px;
}


#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}


.commentlist p {
	font-size: 0.9rem;
}


ol.commentlist {
	margin: 0;
	padding: 0;
}


.commentlist ol {
	list-style: decimal;
}


.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}


.comment-author {
}


.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}


.comment-author .says {
	font-size: 0.8rem;
}


.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}


.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}


.comment-meta a:active,
.comment-meta a:hover {
	color: #2A6496;
}


.commentlist .even {
}


.commentlist .bypostauthor {
}


.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}


.commentlist .reply a {
	display: block;
	width: 3rem;
	padding: 0 0.5rem;
	background: #131A47;
	font-size: 0.8rem;
	line-height: 1.6rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


.commentlist .reply a:hover {
	color: #fff;
	background: #0064b4;
}


a.comment-edit-link {
	color: #888;
}


a.comment-edit-link:hover {
	color: #ff4b33;
}


.commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}


.commentlist .children li {
	border: none;
	margin: 0;
}


.nopassword,
.nocomments {
	display: none;
}


#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}


.commentlist li.comment+li.pingback {
	margin-top: -6px;
}


#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}


#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}





/* Comments form
   ========================================================================== */


#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	padding: 0.5rem 0 0 0;
	overflow: hidden;
	position: relative;
}


#respond p {
	font-size: 0.9rem;
	margin: 0;
}


#respond .comment-notes {
	margin-bottom: 1em;
}


.form-allowed-tags {
	line-height: 1em;
}


.children #respond {
	margin: 0 48px 0 0;
}


h3#reply-title {
	margin: 18px 0;
}


#comments-list #respond {
	margin: 0 0 18px 0;
}


#comments-list ul #respond {
	margin: 0;
}


#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url {
  margin-top: 1.5rem;
}


#respond .required {
	font-size: 0.9rem;
	font-weight: 400;
	color: #888;
}


#respond label {
	color: #888;
	font-weight: 400;
}


#respond input {
  display: block;
	margin: 0 0 5px;
	width: 100%;
}

@media (min-width: 768px) {
	#respond input {
		width: 40%;
	}
}


#respond textarea {
	width: 100%;
}


#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}


#respond .form-allowed-tags code {
	font-size: 11px;
}


#respond .form-submit {
	margin: 2.5rem 0 1rem 0;
}


#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* si capcha code */

.si_captcha_small {
	margin-top: 1.5rem;
}

#respond p label {
  margin: 0;
}

#respond p input#si_captcha_code {
  display: block;
	width: 100px;
}





/* Form Objects
   ========================================================================== */


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="number"], 
input[type="file"], 
textarea, 
select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #999;
	padding: 5px;
	color: inherit;
	background: #fff;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);

	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}


input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="file"]:focus, 
textarea:focus, 
select:focus {
	border: 1px solid #2A6496;
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	display: block;
	font-size: 1.0rem;
	line-height: 1.6rem;
	font-weight: normal;
	color: #fff;
	background: #131A47;
	margin: 1em auto;
	padding: 0.7rem 1.5rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	width: 100%;
	transition: all 0.5s ease 0s;
}

@media (min-width: 481px) {
	input[type="submit"], 
	input[type="reset"], 
	input[type="button"] {
		max-width: 12rem;
	}
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	background: #0064b4;
	text-decoration: none;
}


button[disabled]:hover, 
html input[disabled]:hover {
  background: #131A47;
}





/* Search Unit
   ========================================================================== */


.search_unit {
	display: block; padding: 0;
}


.search_unit input[type="submit"] {
	margin: 0;
	padding: 0;
}


.search_unit p {
	margin: 50px 0px 5px 0px !important;
}


h2.search {
	font-size: 1.1rem !important;
	line-height: 1.8rem !important;
	margin: 0px !important;
}


h2.result {
	font-size: 1.1rem !important;
	line-height: 1.8rem !important;
	margin: 50px 0 5px 0 !important;
}


.search_word {
	color: #2C539E !important;
}


#s {
	width: 200px;
	margin-bottom: 30px;
	padding: 5px 30px 5px 5px;
}


#searchsubmit {
	display: inline-block;
	margin-left: -33px;
	box-shadow: none;
	background-image: url(none);
	background-color: transparent;
	width: 25px;
	border: none;
	text-indent: -100px;
	cursor: pointer;
	position: relative;
}


#searchform {
	margin-top: -20px;
}


#searchform:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 1.5rem;
	line-height: 1.0rem;
	color: #999;
	top: 28px;
	left: 173px;
	position: relative;
}
/*#searchform:before {
	content: "\f179";
	font-family: "Dashicons";
	font-size: 1.2rem;
	line-height: 1.0rem;
	color: #999;
	top: 30px;
	left: 174px;
	position: relative;
}*/


.screen-reader-text {
	display: none;
}


.searchform input[type="submit"] {
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);

	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}





/* Page Objects
   ========================================================================== */


section.content-front {
	padding: 0 0 2rem 0;
}

@media (min-width: 480px) {
	section.content-front {
		padding: 0 0 4rem 0;
	}
}


.content-front > h3 {
	font-family: "Crete Round", serif;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 400;
	color: #131A47;
	margin-bottom: 0.2rem;
}


.content-front h4 {
	font-size: 0.7rem;
	line-height: 1.0rem;
	margin-bottom: 0.5rem;
	color: #00bcce;
}

@media (min-width: 480px) {
	.content-front h4 {
		margin-bottom: 1rem;
	}
}


.content-front p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-bottom: 1rem;
}


section.content-stock, 
section.content-parts {
	margin-right: 15px;
	margin-left: 15px;
}


#news-body .news-entry {
    padding: 0.5rem 0;
    margin: 0;
    border-bottom: 1px dotted #CCC;
}


#news-body p {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px;
}


#news-body .date-display {
	display: block;
}

@media (min-width: 768px) {
	#news-body .date-display {
		float: left;
		width: 22%;
	}
}

@media (min-width: 992px) {
	#news-body .date-display {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	#news-body .date-display {
		width: 18%;
	}
}


#news-body .date-display .display-icon {
	display: block;
	float: left;
	width: 40px;
	min-height: 1.5rem;
	margin: 0 0 0 5px;
}


#news-body .date-display .display-icon .label {
	font-size: 0.8rem;
	font-family: 'Share', cursive;
	font-weight: 700;
	padding: 0.2em 0.5em 0.3em;
}


#news-body .entry-date {
	display: block;
	float: left;
	width: auto;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 -45px 0 0;
	padding: 0 45px 0 0;
}


#news-body .entry-title {
    display: block;
	float: left;
	width: 100%;
	min-height: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0;
	padding: 0 1rem;
}

@media (min-width: 768px) {
	#news-body .entry-title {
		width: 78%;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 992px) {
	#news-body .entry-title {
		width: 75%;
	}
}

@media (min-width: 1200px) {
	#news-body .entry-title {
		width: 82%;
	}
}


#news-body .entry-title a {
	color: #231815;
	text-decoration: none;
}


#news-body .entry-title a:hover {
	color: #00bcce;
	text-decoration: underline;
}


#news-body .entry-img {
	float: right;
	width: 5%;
	min-width: 40px;
	padding: 0 5px;
	text-align: center;
}

@media (min-width: 992px) {
	#news-body .entry-img {
		width: 10%;
	}
}

@media (min-width: 1200px) {
	#news-body .entry-img {
		width: 5%;
	}
}


#news-body .entry-img .fa {
	font-size: 1.5rem;
}


#news-body .entry-img a {
	color: #231815;
	text-decoration: none;
}


#news-body .entry-img a:hover {
	color: #348BCC;
	text-decoration: none;
}


section.content-shop .shop-img {
	margin-bottom: 1rem;
}


section.content-shop a {
	color: #231815;
	text-decoration: none;
}


section.content-shop a:hover {
	color: #00BCCE;
	text-decoration: underline;
}


section.content-2nd p.no-post {
	font-size: 0.9rem;
	line-height: 1.2rem;
	text-align: center;
	padding: 7rem 0;
}


section#stocklist, 
section#parts {
	padding: 3rem 0 3rem 0;
}


section#assessment {
}


section#news {
	padding: 4rem 0 4rem 0;
}


#show-all-btn {
	text-align: center;
	margin: 0 0 1rem 0;
}

@media (min-width: 481px) {
	#show-all-btn {
		text-align: right;
	}
}


#bbs-body .bbs-entry {
    padding: 0.5rem 0;
    margin: 0;
    border-bottom: 1px dotted #CCC;
}


#bbs-body p {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px;
}


#bbs-body .date-display {
	display: block;
}

@media (min-width: 768px) {
	#bbs-body .date-display {
		float: left;
		width: 25%;
		max-width: 150px;
	}
}

@media (min-width: 992px) {
	#bbs-body .date-display {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	#bbs-body .date-display {
		width: 15%;
	}
}


#bbs-body .date-display .display-icon {
	display: block;
	float: left;
	width: 40px;
	min-height: 1.5rem;
	margin: 0 0 0 5px;
}


#bbs-body .date-display .display-icon .label {
	font-size: 0.6rem;
}


#bbs-body .entry-date {
	display: block;
	float: left;
	width: auto;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 -45px 0 0;
	padding: 0 45px 0 0;
}


#bbs-body .entry-title {
    display: block;
	float: left;
	width: 100%;
	min-height: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 -45px 0 0;
	padding: 0 45px 0 1rem;
}

@media (min-width: 768px) {
	#bbs-body .entry-title {
		width: 70%;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 992px) {
	#bbs-body .entry-title {
		width: 75%;
	}
}

@media (min-width: 1200px) {
	#bbs-body .entry-title {
		width: 80%;
	}
}


#bbs-body .entry-title a {
	color: #231815;
	text-decoration: none;
}


#bbs-body .entry-title a:hover {
	color: #00bcce;
	text-decoration: underline;
}


#bbs-body .entry-img {
	float: right;
	width: 5%;
	min-width: 40px;
	padding: 0 5px;
	text-align: center;
}


#bbs-body .entry-img .fa {
	font-size: 1.5rem;
}


#bbs-body .entry-img a {
	color: #231815;
	text-decoration: none;
}


#bbs-body .entry-img a:hover {
	color: #00bcce;
	text-decoration: none;
}


section#license {
}


#license h2.cap {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #131A47;
	padding: 0.5rem 0.5rem 0.5rem 2.5em;
	margin: 3rem 0 1rem 0;
	line-height: 1.5rem;
}


#license h2.cap:first-child {
	margin: 0 0 1rem 0;
}


#license .table tbody tr th {
	vertical-align: middle;
}


#license .table tbody tr th.th-v {
	width: 10%;
	min-width: 80px;
}

@media (min-width: 768px) {
	#license .table tbody tr th.th-v {
		min-width: 140px;
	}
}


#license .table .thcap-main {
	background-color: #00BCCE;
	color: #fff;
	text-align: center;
}


#license .table .thcap-sub {
	background-color: #CFF5F9;
	text-align: center;
}


#license .table .thcap-sub-left {
	background-color: #CFF5F9;
	text-align: left;
}


#license .table .col-18p {
	width: 18%;
}


#license .table .col-25p {
	width: 25%;
}


#license .table .col-30p {
	width: 30%;
}


#license .table .col-33p {
	width: 33.33%;
}


#license dl {
	margin-bottom: 0;
}


#license .dl-horizontal dt {
	width: 80px;
	text-align: left;
}

@media (min-width: 768px) {
	#license .dl-horizontal dt {
		width: auto;
	}
}


#license .dl-horizontal dd {
    margin-left: 2em;
}

@media (min-width: 768px) {
	#license .dl-horizontal dd {
		margin-left: 100px;
	}
}


#license ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}

#license ul li {
	margin: 5px 0;
}


#license .documents {
	margin: 4rem auto 0 auto;
	padding: 2rem;
	border: 1px dotted #ccc;
}


#license .documents .button {
	margin: 1.5rem auto 0 auto;
	padding: 0.7rem 0;
	width: 100%;
	display: block;
}

@media (min-width: 481px) {
	#license .documents .button {
		width: 100%;
	}
}

@media (min-width: 768px) {
	#license .documents .button {
		width: 100%;
	}
}

@media (min-width: 992px) {
	#license .documents .button {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	#license .documents .button {
		width: 100%;
	}
}


#license .documents .button:before {
	content: "\f1c1";
	font-family: "FontAwesome";
	margin-right: 0.5rem;
}


section#company {
}


#company .company-img {
	margin: 0 0 2rem 0;
}


#company p {
	margin: 0 0 1rem 0;
}


#company .introduce {
	padding: 0 0 3rem 0;
}


#company .introduce h2 {
	margin: 3rem 0 1rem 0;
	color: #131A47;
	line-height: 1.5rem;
}


#company .introduce h2:first-child {
	margin: 0 0 1rem 0;
}


#company .introduce .text-strong {
	font-size: 140%;
	font-weight: bold;
	color: #A94442;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
}


section#company h2.cap {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #131A47;
	padding: 0.5rem;
	margin: 0 auto 2rem auto;
}

@media (min-width: 481px) {
	section#company h2.cap {
		margin: 0 auto 1rem auto;
	}
}


section#company h2.cap:nth-of-type(n+2) {
	margin: 2rem auto 1rem auto;
}

@media (min-width: 481px) {
	section#company h2.cap:nth-of-type(n+2) {
		margin: 4rem auto 1rem auto;
	}
}


section#access {
}


.map-container {
  padding-bottom: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 481px) {
	.map-container {
		padding-bottom: 75%;
	}
}

@media (min-width: 992px) {
	.map-container {
		padding-bottom: 56.25%;
	}
}


section#access h2.cap {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #131A47;
	padding: 0.5rem;
	margin: 0 auto 1rem auto;
}


#access ul {
	padding-left: 1.5em;
}


#access li.by-train {
	list-style: none;
	text-indent: -1.05rem;
	padding-left: 1.05rem;
	margin-left: -1.05rem;
}


#access li.by-train:before {
	content: "\f239";
	font-family: "FontAwesome";
	margin-right: 0.25rem;
}



#access li.by-car {
	list-style: none;
	text-indent: -1.15rem;
	padding-left: 1.15rem;
	margin-left: -1.15rem;
}


#access li.by-car:before {
	content: "\f1b9";
	font-family: "FontAwesome";
	margin-right: 0.15rem;
}


#access li.add-info {
	list-style: none;
	text-indent: -1rem;
	padding-left: 1rem;
	margin-left: -1rem;
}


#access li.add-info:before {
	content: "\f05a";
	font-family: "FontAwesome";
	margin-right: 0.3rem;
}


#access .access-by {
	padding: 1rem 0 1rem 0;
}


#access .access-by p.how-to-go {
	margin: 0 0 0.5rem 2em;
}


.form-content .form-tab {
    margin: 3rem 0 1rem 0;
}

@media (min-width: 481px) {
	.form-content .form-tab {
		margin: 3rem 0 0 0;
	}
}


.form-content p {
	margin: 0 0 1rem 0;
}


table.full-width {
	width: 100%;
	margin-left:　auto;
	margin-right: auto;
}


table.full-width tr th { font-weight: bold; color: #000; text-align: left; vertical-align: top; padding: 0 0 0.4rem 0; width: 100%; display: block; border-bottom: 1px solid #bbb; }
table.full-width tr td { text-align: left; vertical-align: top; padding: 1rem 0.5rem 2rem 0.5rem; width: 100%; display:block; }

@media (min-width: 481px) {
	table.full-width tr th { width: 33.33%; padding: 1rem 0.7rem; display: table-cell; border-bottom: 1px solid #000; }
	table.full-width tr td { width: 66.66%; padding: 1rem 0.7rem; display: table-cell; border-bottom: 1px dotted #000; }
}

@media (min-width: 992px) {
	table.full-width tr th { width: 25%; }
	table.full-width tr td { width: 75%; }
}


section#blog {
	padding: 0;
}


section#search-404 {
}


section#privacy {
	padding: 4rem 0 3rem 0;
}


#privacy h2 {
	margin: 3rem 0 1rem 0;
	color: #0064b4;
}


#privacy h2:first-of-type {
	margin: 0 0 1rem 0;
}


#privacy p {
	margin: 0 0 1rem 0;
}


#privacy ul {
	margin: 0 0 1rem 0;
	padding-left: 1.5em;
}


section#contact {
}


#privacy-btn {
	text-align: center;
	margin: 0 0 1rem 0;
}

@media (min-width: 481px) {
	#privacy-btn {
		text-align: right;
	}
}


.formbox-mini { max-width: 100px; }
.formbox-short { max-width: 150px; }
.formbox-middle { width: 100%; }
.formbox-long { width: 100%; }

@media (min-width: 481px) {
	.formbox-middle { max-width: 450px; }
}


.hissu {
	color: #A94442;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0.3rem;
}


.tdsubmit {
	text-align: center;
	padding: 0;
}

@media (min-width: 481px) {
	.tdsubmit {
		padding: 2rem 0 0 0;
	}
}


.formInner {
	padding: 0;
}


.formInner label {
	font-weight: 400; 
}


.sent .formInner {
	display: none;
}


.complete-display {
	display: none;
}


.sent .complete-display {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 6rem 0;
	display: block;
	text-align: center;
}


.sent .complete-display h3 {
	color: #000;
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.2rem;
}


span.wpcf7-not-valid-tip {
	top: 0px;
	left: 1rem;
}


span.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}





/* XML Objects
   ========================================================================== */


#xml-news-index {
	width: 100%;
	height:auto;
}


#xml-news-index .news-entry {
	padding: 0.5rem 2rem;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}


#xml-news-index p {
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0;
	margin: 0;
}


#xml-news-index .bbs-date {
	display: block;
}

@media (min-width: 768px) {
	#xml-news-index .bbs-date {
		float: left;
		width: 25%;
	}
}

@media (min-width: 992px) {
	#xml-news-index .bbs-date {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	#xml-news-index .bbs-date {
		width: 15%;
	}
}


#xml-news-index .bbs-title {
	display: block;
}

@media (min-width: 768px) {
	#xml-news-index .bbs-title {
		float: left;
		width: 75%;
	}
}

@media (min-width: 992px) {
	#xml-news-index .bbs-title {
		width: 80%;
	}
}

@media (min-width: 1200px) {
	#xml-news-index .bbs-title {
		width: 85%;
	}
}


.stock-tab {
	margin: 2rem 0;
}


#xml-stock-index > div:nth-child(5), 
#xml-parts-index > div:nth-child(5) {
	display: block;
}

@media (min-width: 481px) {
	#xml-stock-index > div:nth-child(5), 
	#xml-parts-index > div:nth-child(5) {
		display: none;
	}
}

@media (min-width: 1200px) {
	#xml-stock-index > div:nth-child(5), 
	#xml-parts-index > div:nth-child(5) {
		display: block;
	}
}


#xml-stock-index, 
#xml-stock, 
#xml-parts-index, 
#xml-parts, 
#wp-feed-blog {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}


#xml-stock-index .stock-box, 
#xml-stock .stock-box, 
#xml-parts-index .parts-box, 
#xml-parts .parts-box {
	display: block;
	position: relative;
	margin: 1rem 0;
}


.stock-img, 
.parts-img {
	display: block;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.stock-info, 
.parts-info {
	padding: 0.5rem 1rem 3rem 1rem;
}


.stock-info h2, 
.parts-info h2 {
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: normal;
	padding: 0 0 0.5rem 0;
	margin: 0 0 0.5rem 0;
	color: inherit;
	border-bottom: 1px dotted #999;
}


.stock-info h3 {
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: normal;
	margin: 0;
	color: inherit;
}


.parts-info h3 {
	display: block;
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: normal;
	padding: 0 0 0.5rem 0;
	margin: 0 0 0.5rem 0;
	color: inherit;
	border-bottom: 1px dotted #999;
}


.stock-info h4, 
.stock-info h4 {
	display: block;
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: normal;
	margin: 0;
	color: inherit;
}


.spec-box {
	padding: 0.5rem 0;
	margin: 0 0 0.5rem 0;
	border-bottom: 1px dotted #999;
}


.spec-box .stock-icon {
	display: block;
	float: right;
	width: 33px;
	height: 33px;
}


.spec-box p {
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: normal;
	margin: 0;
	color: inherit;
}


.spec-cap {
	margin: 0;
}


.price-box {
	padding: 0;
}


.price-box p {
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: inherit;
	margin: 0;
}


.content-front p.no-item {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	margin: 1rem 0;
}


.content-2nd p.no-item {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	margin: 5rem 0;
}





/* Feed Objects
   ========================================================================== */


.blog-box {
	display: block;
	position: relative;
	margin: 1rem 0;
}


.blog-box .blog-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0.5rem 0;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.blog-box h2 {
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-weight: normal;
	margin: 0 1rem;
}


.blog-box p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: 0;
	padding: 0.5rem 1rem 3rem 1rem;
}


#wp-feed-blog p.no-post {
	font-size: 0.9rem;
	line-height: 1.2rem;
}





/* Banner Objects
   ========================================================================== */


.banner-box {
	display: block;
	position: relative;
	margin: 0 0 1rem 0;
	border: 5px solid #c3c3c3;
}


.banner-img {
	display: block;
	position: relative;
	padding-bottom: 33.33%;
	width: 100%;
	height: 0;
	margin: 0;
	overflow: hidden;
}





/* Override Bootstrap
   ========================================================================== */


.navbar {
	border-radius: 0px;
	margin: 0;
}

@media (min-width: 768px) {
	.navbar {
		border: none;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 50%, #efefef 66%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f8f8), color-stop(66%,#efefef)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#efefef 66%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#efefef 66%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#efefef 66%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 50%,#efefef 66%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	}
}


.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	background-color: #231815;
	float: right;
}


@media (min-width: 768px) {
	.navbar-collapse {
		padding: 0;
	}
}


.navbar-default {
	border-right: none;
	border-bottom: 3px solid #131A47;
	border-left: none;
	width: 100%;
}


.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 12px 15px 10px 15px;
	margin: 0;
	width: 100%;
}


.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


.navbar-default .navbar-toggle .fa {
	font-size: 1.5rem;
	color: #131A47;
}


.navbar-default .navbar-nav > li > a {
	color: #131A47;
	background-color: transparent;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 5px 10px;
		background-color: transparent;
	}
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0064b4;
	text-shadow: none;
}


.navbar-nav {
    margin: 0 -15px;
}

@media (min-width: 768px) {
	.navbar-nav {
		width: 100%;
		margin: 0;
	}
}


.navbar-nav > li {
	border-bottom: 1px solid #e7e7e7;
	font-family: "Crete Round", serif;
	font-weight: 400;
}
.navbar-nav > li:last-of-type {
	border-bottom: none;
}

@media (min-width: 768px) {
	.navbar-nav > li {
		text-align: center;
		border: none;
		font-weight: 400;
		float: none;
		width: 1%;
		display: table-cell;
		border-right: 1px solid #e7e7e7;
	}
	.navbar-nav > li:first-of-type {
		border-left: 1px solid #e7e7e7;
	}
}

@media (min-width: 992px) {
	.navbar-nav > li {
		letter-spacing: 0em;
	}
}


.nav-justified {
    width: auto;
}

@media (min-width: 768px) {
	.nav-justified {
		width: 100%;
		margin: 0;
	}
}


@media (min-width: 768px) {
	.nav-tabs.nav-justified {
		border-bottom: 1px solid #c3c3c3;
	}
}


.nav-justified > li > a {
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
	.nav-justified > li > a {
		text-align: center;
	}
}


.nav-tabs.nav-justified > li > a {
	background-color: #f3f3f3;
	border-color: #c3c3c3;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		margin: 0 3px;
		border-bottom: none;
	}
}

.nav-tabs.nav-justified > li > a:hover, 
.nav-tabs.nav-justified > li > a:focus {
	border-color: #23527C;
}


.nav-tabs.nav-justified > .active > a, 
.nav-tabs.nav-justified > .active > a:hover, 
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #c3c3c3;
	background-color: #c3c3c3;
	color: #fff;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > .active > a, 
	.nav-tabs.nav-justified > .active > a:hover, 
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom: none;
	}
}


@media (min-width: 768px) {
	.navbar-nav > li > a {
		white-space: nowrap;
	}
}


.navbar-collapse {
	box-shadow: none;
}


.carousel-control:focus {
	opacity: 0.5;
}


.carousel-control:hover {
	opacity: 1;
}


ul.nav-tabs li.active .caret {
    display: none;
}


.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	background-color: #f4f4f4;
	color: #231815;
}


.breadcrumb {
	background-color: transparent;
	margin: 0 -15px;
}


.breadcrumb > .active {
    color: #231815;
}


.breadcrumb > li + li::before {
	color: #555;
}


.breadcrumb > .post-title {
	display: none;
}

@media (min-width: 768px) {
	.breadcrumb > .post-title {
		display: inline-block;
	}
}


/*** 特定id/class配下の .col-**-* グリッドを480pxのブレークポイント以下で1カラム表示 ***/

@media (max-width: 480px) {
	.content-stock .col-xs-6, 
	.content-parts .col-xs-6, 
	.content-blog .col-xs-6, 
	.content-shop .col-xs-6, 
	#stocklist .col-xs-6, 
	#parts .col-xs-6, 
	.documents .col-xs-6 { width: 100%; }
}


/*** 特定id/class配下の .col-**-* グリッドを768pxのブレークポイント以上で5カラム表示 ***/

@media (min-width: 768px) {
	#company .col-sm-3 {
		width: 20%;
	}
}


/*** 特定id/class配下の .col-**-* グリッドを1200pxのブレークポイント以上で5カラム表示 ***/

@media (min-width: 1200px) {
	#xml-stock-index .col-lg-3, 
	#xml-parts-index .col-lg-3	{
		width: 20%;
	}
}


