@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, img, table, tr, th, td, p, .more_search {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body, .more_search {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content:".";
  height: 0px;
  clear: both;
  display: block;
  visibility:hidden;
}

.clearfix {
  display:inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display:block;
}


h1#page_title {
  background-color: #7f7f7f;
  padding: 5px 0 5px 0;
  font-size: 12px;
  min-width: 1015px;
}

h1#page_title span {
  display: block;
  width: 1000px;
  margin: 0 auto;
  color: #fff;
}

/* header */
#header {
  border-bottom: 3px solid #9fb8de;
  padding: 17px 0 17px 0;
  min-width: 1015px;
}

#header .head_inner {
  width: 1000px;
  margin: 0 auto;
}

#header .head_inner .sec {
  width: 700px;
  float: left;
}

#header .head_inner .sec .logo {
  width: 140px;
  float: left;
  margin-right: 100px;
}

#header .head_inner .sec .search {
  width: 380px;
  float: left;
  padding-top: 3px;
  position: relative;
}

#header .head_inner .sec .search .search-btn::before {
  content: "";
  display: block;
  background: url("../img/icon_search.png") no-repeat #4b62a9 10px center;
  width: 35px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 3px;
  border-radius: 0 12px 12px 0;
}

#header .head_inner .sec .search .search-btn:hover {
  cursor: pointer;
}

#header .head_inner .sec .search input {
  width: 100%;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 8px 40px 8px 10px;
  box-sizing: border-box;
}

#header .head_inner .sec .search input:focus {
  outline: 0;
}

#header .head_inner p {
  width: 200px;
  float: right;
  text-align: right;
  font-size: 12px;
  padding-top: 12px;
}

#header .head_inner p a {
  text-decoration: none;
  color: #4b62a9;
}
/* // header */


#contents {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 45px 0;
  overflow: hidden;
}

#contents .info_banner {
  background-color: #eeeeee;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  padding: 10px;
  margin-bottom: 10px;

  color: #ff0000;
  text-decoration: none;
}

#contents .info_banner a {
  color: #ff0000;
  text-decoration: none;
}

#contents .topic_path {
  margin-bottom: 20px;
}

#contents .topic_path li {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
  position: relative;
}

#contents .topic_path li:after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#contents .topic_path li:last-child:after {
  content: none;
}

#contents .topic_path li a {
  color: #3d62ad;
  text-decoration: none;
}

#contents .h2_ttl01 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

#contents .h2_ttl01 span {
  font-size: 14px;
  display: block;
  font-weight: normal;
  padding-top: 4px;
}

#contents .h2_ttl02 {
  font-weight: bold;
  margin-bottom: 10px;
}

#contents .h3_ttl01 {
  font-weight: bold;
  margin-bottom: 10px;
}

#main {
  width: 756px;
  float: left;
}


/* 記事カセット */
.post_list ul li.post {
	width: 232px;
	float: left;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
}

.post_list ul li.post div:first-child a {
  transition: .4s;
}

.post_list ul li.post div:first-child a:hover {
  opacity: 0.8;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80)";
}

.post_list ul li.post .post_inner {
  padding: 10px;
}

.post_list ul li.post .bike_name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post_list ul li.post .post_time {
  font-size: 12px;
  margin-bottom: 8px;
}

.post_list ul li.post .post_time .time {
  width: 110px;
  float: left;
}

.post_list ul li.post .post_time .goo_num {
  width: 100px;
  float: right;
  text-align: right;
  font-weight: bold;
}

.post_list ul li.post .post_time .goo_num a {
  color: #000;
  text-decoration: none;
}

.post_list ul li.post .post_time .goo_num a span {
  font-size: 14px;
  padding-right: 4px;
}

.post_list ul li.post .info_txt {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  height: 38px;
}

.post_list ul li.post ul.tag_list {
	padding: 10px 0px 5px;
}

.post_list ul li.post ul.tag_list li {
	font-size: 12px;
	display: inline-block;
	padding-right: 5px;
	margin-bottom: 13px;
}

.post_list ul li.post ul.tag_list li a {
    display: block;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d62ad;
    border: 1px solid #3d62ad;
    border-radius: 3px;
    padding: 5px;
    text-decoration: none;
    transition: .4s;
}

.post_list ul li.post ul.tag_list li a:hover {
	background-color: #3d62ad;
	color: #fff;
}

.post_list ul li.post .sns_sec ul {
	width: 90px;
	float: right;
}

.post_list ul li.post .sns_sec ul li {
	float: left;
	margin-left: 9px;
}

.post_list ul li.post .sns_sec ul li:nth-child(2) {
	margin-left: 7px;
}

.post_list ul li.post .sns_sec ul li a {
  transition: .4s;
}

.post_list ul li.post .sns_sec ul li a:hover {
  opacity: 0.5;
  filter: alpha( opacity=50 );
  -ms-filter: "alpha( opacity=80)";
}

.post_link{
	margin-top: 40px;
}

.post_link .more_search{
	width: 100%;
	padding: 13px 0 12px 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #3d62ad;
  transition: .4s;
  border-style: none;
}

.post_link .more_search:hover {
  opacity: 0.8;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80)";
  cursor: pointer;
}
/* // 記事カセット */

/* aタグ無効 */
.disabled{
	pointer-events: none;
}

/* サイド */
#sidearea {
  width: 230px;
  float: right;
}

#sidearea .app_install {
  margin-bottom: 20px;
}

/* // サイド */



/* モーダル */
.modal-overlay {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
}

a.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 3;
}

.modal-content .modal_inner {
  width: 820px;
  border: 2px solid #000;
  background-color: #fff;
  box-sizing: border-box;
}

.modal-content .modal_inner .motocle_info {
  width: 548px;
  float: left;
  padding: 30px 25px 28px 26px;
  box-sizing: border-box;
}

.modal-content .modal_inner .motocle_info h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
  padding: 0px 0 12px 0px;
}

.modal-content .modal_inner .motocle_info p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 23px;
}

.modal-content .modal_inner .motocle_info h3 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
  border-left: 5px solid #3c64aa;
  border-bottom: 1px solid #ccc;
  padding: 7px 0 9px 12px;
}

.modal-content .modal_inner .motocle_info .modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
}

.modal-content .modal_inner .motocle_info .modal-close:hover {
  cursor: pointer;
}

.modal-content .modal_inner .app_install {
  width: 268px;
  float: left;
  background-color: #efefef;
}

.modal-content .modal_inner .app_install dt {
  margin-bottom: 12px;
}

.modal-content .modal_inner .app_install dd {

}

.modal-content .modal_inner .app_install dd div {
  text-align: center;
  position: relative;
}

.modal-content .modal_inner .app_install dd div:before {
  content: "";
  display: block;
  width: 226px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 191px;
  margin: 0 auto;
}

.modal-content .app_install dd div  img:first-child {
  margin-bottom: 23px;
}

.modal-content .modal_inner .app_install dd p {
  font-size: 11px;
  line-height: 1.6;
  padding: 8px 20px 25px;
}
/* // モーダル */




/* footer */
#footer {
  font-size: 12px;
  min-width: 1015px;
}

#footer .line ul{
	text-align: center;
	color: #333333;
}

#footer ul{
	font-size: 84%;
	letter-spacing:-0.4em;
	min-width: 960px;
}

#footer ul a{
	color: #676767;
}

#footer ul li{
	display: inline-block;
    *display: inline;
    *zoom: 1;
	padding: 0 10px 0 10px;
	border-left: 1px solid #cccccc;
	color: #676767;
	*display: inline;
	*zoom: 1;
	letter-spacing: 0;
	line-height: 1.2;
}

#footer ul li:first-child{
	border-left: none;
}

#footer .line {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	background: url("../img/bg_footer_line.gif") repeat-x 0 0;
	position: relative;
}

#footer .line .lineL,
#footer .line .lineR {
	display: block;
	width: 150px;
	height: 5px;
	position: absolute;
	top: 0;
}

#footer .line .lineL {
	background: url("../img/bg_footer_line_left.gif") repeat-x 0 0;
	left: 0;
}

#footer .line .lineR {
	background: url("../img/bg_footer_line_right.gif") repeat-x 0 0;
  right: 0;
}

#footer .line em{
	display: block;
	margin: 0 0 15px 0;
	font-weight: bold;
	text-align: center;
	color: #333333;
	font-style: normal;
	float: none;
}

#footer .total ul{
	font-size: 84%;
}

#footer .total ul li{
	margin: 8px 0 0 0;
}

#footer .service ul{
	font-size: 84%;
}

#footer .service ul li{
	margin: 8px 0 0 0;
}

#footer .copyright {
  width: 805px;
  margin: 30px auto 30px;
  overflow: hidden;
}

#footer .copyright .foot_logo {
  width: 238px;
  float: left;
  margin-right: 20px;
}

#footer .copyright .relation_link {
  width: 545px;
  float: left;
}

#footer .copyright .relation_link ul {
  margin-bottom: 5px;
}

#footer .copyright .relation_link ul li {
  float: left;
}

#footer .copyright .relation_link ul li:first-child {
  padding-left: 0;
}

#footer .copyright .relation_link p {
  font-size: 11px;
}

/* // footer */
