/*

Theme Name: NTB 2025 - auto parts search
Description: this is orginal theme. - Updated:2025/11/03
Version: Version 2.0
Author: cityas.com
Author URI: http://www.cityas.com

*/

@charset "utf-8";

/*===================================================
	html5doctor.com Reset Stylesheet - v1.6.1
	Reset 'browser standard style'
====================================================*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	font-family: Arial, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:75%;
	color:#222;
	line-height:1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
textarea {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

img { 
	border: 0; 
	vertical-align: bottom;
}

a {
	color:#00a1dc;
	text-decoration: none;
}
a:link {
	color: #00a1dc;
	text-decoration: none;
	
}
a:visited {  }
a:hover   { color: #5391e2;}
a:active  {  }

a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.80;
}

/* # float clear(clearfix) */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;/*これで解決させる*/
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*======================================================================================================
	#login Page
=======================================================================================================*/
#loginContainer {
	width:520px;
	min-height:270px;
	margin:0 auto;
	padding:0;
	background:#FFF;
	position:absolute;
	left:50%;
	top:30%;
	top:30%\9;
	margin-left:-260px;
	margin-top:-135px;

}
#loginContainer p.text {
	text-align:center;
	margin:10px 0 10px;
	line-height:160%;
}

#loginContainer #login {
	width:500px;
	min-height:200px;
	margin: 0 auto;
	padding:10px;
	border-radius:6px 6px;
	box-shadow: 1px 1px 3px #333;
	border:1px solid #999\9;
	background:#EEE;
}
#loginContainer h1.title {
	text-align:center;
	margin-bottom:10px;
}
#loginContainer #login table.loginForm {
	width:400px;
	margin:10px auto;
}
#loginContainer #login table.loginForm td {
	padding:7px 3px;
	margin:0;
	vertical-align:middle;
}
#loginContainer #login table.loginForm td input {
		width:192px;
		margin:0;
		border:1px solid #333;
		padding: 3px;
}
#loginContainer #login table.loginForm td.center {
	text-align:center;
}
#loginContainer #login table.loginForm td label.text {
	vertical-align: top;
	vertical-align: middle\9;
}

	#loginContainer #login form.login input.remember {
		width:13px;
		height:13px;
		margin:0;
		border:none;
	}

	#loginContainer #login form.login input.submit {
		background:#000;
		color:#FFF;
		font-size:14px;
		padding:3px 10px;
		text-align:center;
		width:100px;
		border:none;
		box-shadow:1px 1px 3px #000;
		cursor:pointer;
	}
	#loginContainer #login form.login input.submit:hover {
		background:#555;
	}
	#loginContainer #login ul.register {
		list-style:none;
		line-height:160%;
		text-align:center;
	}

/*===================================================
	#wrapper
====================================================*/
#wrapper {
	margin:0;
	padding:0;
	background:#FFF;
	width:100%;
	height:100%;
}
/*===================================================
		#header　ヘッダー
====================================================*/
#header {
	width:900px;
	margin:0 auto;
	padding:0;
}
#header #catch {
	background:none;
	font-size:12px;
}

#header {
	width:900px;
	height:90px;
	margin:0 auto;
	padding: 0;
	background:#FFF;
	position:relative;
}
#header h1.descreption {
	position:absolute;
	right:5px;
	top:5px;
	margin:0 auto;
	padding:5px;
	font-weight:normal;
	text-align:right;
	font-size:12px;
}

#header h2.logo {
	position:absolute;
	left:0;
	bottom:7px;
}

#header div.icon {
	position:absolute;
	right:10px;
	top:34px;
}

/****** Navi style dropdown_menu ******/
	#header ul#gNavi {
		position:absolute;
		right:0;
		bottom:0;
		margin:0;
		padding:0;
		list-style:none;
	}
	#header ul#gNavi li {
		margin-right:1px;
		padding:0;
		float:left;
		position:relative;
		width:98px;
		background:#000;
	}
	#header ul#gNavi li.blue {
  	background: #1e6bc8;
	}
	#header ul#gNavi li.last {
		margin-right:0;
	}
	#header ul#gNavi li a {
		display:block;
		padding:7px 2px 6px;
		font-size:13px;
		color:#FFF;
		position:relative;
		cursor:pointer;
		text-align:center;
	}
	#header ul#gNavi li a:hover {
		background:#555;
		color:#FFF;
	}
		#header ul#gNavi li.orderlist,
		#header ul#gNavi li.logout {
			background:#F00;
		}
		#header ul#gNavi li.login {
			background:#F00;
			width:140px;
		}
		#header ul#gNavi li.login a {
			color:#FFF;
		}
		#header ul#gNavi li.login a:hover {
			color:#FFF;
			background:#ed767e;
		}

	#header ul#gNavi li ul {
		margin:0;
		padding:0;
		position:absolute;
		top:-999em;
		width:15em; /* left offset of submenus need to match (see below) */
		list-style:none;
		background:url(images/subnavi_bg.png);
		line-height:140%;
		border-top:1px #CCC dotted;
	}
	#header ul#gNavi li ul li {
		padding:0;
		width:100%;
		border-bottom:1px #CCC dotted;
	}
	#header ul#gNavi li ul li a {
		display:block;
		padding:7px;
		font-size:13px;
		color:#4e6a84 /*#778898*/;
		margin:0;
	}
	#header ul#gNavi li ul li a:hover {
		background:#778898;
		box-shadow:0px 0px 0px #FFF;
		color:#FFF;
	}
	
	#header ul#gNavi.sf-menu li:hover ul {
		left:3px;
		top:27px; /* match top ul list item height */
		z-index:99;
	}

#header #header_contact p.address {
	line-height:140%;
}

/****** 検索 search ******/
#search {
	margin:3px 0 6px;
}
	#search #s {
		background:transparent url(images/search.png) 0 center no-repeat;
		color:#666;
		font-size:.9em;
		margin:0;
		padding:3px 0 3px 20px;
		width:200px;
	}
	#search input {
		border:1px solid #ccc;
	}
	#search #s:hover {
		color:#666;
	}
	.search-excerpt {
		margin:0;
	}

/****** 検索結果 ******/
div.found {
	margin:20px 10px;
}
div.notfound {
	margin:20px 10px;
}
#search_form #s {
	background:transparent url(images/search.png) 0 center no-repeat;
	color:#666;
	font-size:.9em;
	margin:10px 0;
	padding:3px 0 3px 20px;
	/*width:120px;*/
	width:300px;
}
#search_form input {
	border:1px solid #ccc;
}
#search_form #s:hover {
	color:#666;
}
.search_form-excerpt {
	margin:0;
}

/*===================================================
		#visual
====================================================*/
#visual {
	width:100%;
	background:#000;
	padding:20px 0;
	border-top:#F00 1px solid;
	border-bottom:#F00 1px solid;
	box-shadow: 0px 2px 3px #666;
}
#visual #inner {
	width:890px;
	padding:5px;
	margin:0 auto;
	position:relative;
	background:#FFF;
}
#slider {
	width:890px;
}

#visual #searchParts {
	position:absolute;
	top:5px;
	left:5px;
	width:221px;
	height:340px;
	background:url(images/dot_black.png) 0 0;
	margin:0;
	padding: 5px 10px;
	color:#FFF;
	letter-spacing:1px;
	z-index:9999;
}
#visual #searchParts h3.title {
	font-size:20px;
	border-left:3px #F00 solid;
	padding: 2px 5px 2px;
	/*margin-bottom:11px;*/
	letter-spacing:1px;
}
#visual #searchParts select {
	background:#000;	
	border:1px #FFF solid;
	width:220px;
	color:#FFF;
}
#visual #searchParts p.searchtext {
	margin-top:5px;
	margin-bottom:1px;
	margin-top:6px\9;
	margin-bottom:2px\9;
}
#visual #searchParts span.example {
	font-weight: normal;
	font-size: 11px;
	margin-top:4px;
	display: block;
	line-height: 1.2;
}
#visual #searchParts input.text {
	background:none;
	border:1px #FFF solid;
	width:200px;
	color:#FFF;
	padding:2px 9px;
	font-size:12px;
	letter-spacing:1px;
}
#visual #searchParts input.frameType {
	background:none;
	border:1px #FFF solid;
	width:60px;
	color:#FFF;
	padding:2px 9px;
	font-size:12px;
	letter-spacing:1px;
}
#visual #searchParts input.frameNo {
	background:none;
	border:1px #FFF solid;
	width:107px;
	width:106px\9;
	color:#FFF;
	padding:2px 9px;
	font-size:12px;
	letter-spacing:1px;
}

#visual #searchParts p.Right {
	width:80px;
	margin-left:auto;
	margin-top:10px\9;
}
#visual #searchParts input.submit {
	background:#F00;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	padding:3px 10px;
	margin-left:auto;
	text-align:center;
	margin-left:auto;
	width:80px;
	border:none;
	/*border-radius:3px;*/
	box-shadow:1px 1px 3px #000;
	cursor:pointer;
	letter-spacing:1px;
}
#visual #searchParts input.submit:hover {
	background:#ed767e;
}



/*===================================================
		#content
====================================================*/
#content {
	width:900px;
	margin:25px auto 0;
	letter-spacing:1px;
}
#content p.Center {
	text-align:center;
	line-height:160%;
}

#content input.ime-mode_off  {IME-MODE: disabled;}

/*===================================================
		#widget_content index
====================================================*/
#widget_content {
	width:960px;
	margin:0 auto 15px;
	padding: 0;
}

#widget_content div.widget_box {
	width:310px;
	float:left;
	text-align:left;
	margin-right:15px;
}
#widget_content div.last {
	margin-right:0px;	
}
#widget_content div.widget_box h3 {
	padding:5px 5px 5px 0px;
	border-bottom:#4e6a84 1px solid;	
}
#widget_content div.widget_box ul.list {
	padding:0 0;
	margin:0;
	list-style:none;
}
	#widget_content div.widget_box ul.list li {
		margin:0;
		border-bottom:#4e6a84 1px dotted;
		background:url(images/list_icon.png) 3px center no-repeat;
	}
	#widget_content div.widget_box ul.list li a {
		display:block;
		padding:5px 5px 5px 13px;
	}
	#widget_content div.widget_box ul.list li a:hover {
		background:#EFEFEF url(images/list_icon.png) 6px center no-repeat;
		/*#918611*/
	}
	#widget_content div.widget_box ul.list li span {
		padding:5px 5px 5px 13px;
		display:block;
	}

#widget_content div.widget_box ul.gallery {
	padding:0 0;
	margin:0;
	list-style:none;
}
#widget_content div.widget_box ul.gallery li {
	margin:5px 0 0;
	border:#CCC 2px solid;
	width:56px;
	float:left;
	margin-right:2px;
}
#widget_content div.widget_box ul.gallery li a img {
	text-align:center;
}

/*===================================================
		#main
====================================================*/
#main {
	width:645px;
	float:right;
	border-left:1px solid #000;
	padding-left:9px;
	min-height:600px;
}
#main .bread {
	border-top: #4e6a84 1px solid;
	padding:6px 3px;
	margin-top:4px;
}

#main h3.title {
	font-size:16px;
	border-left:3px #F00 solid;
	border-bottom:1px solid #000;
	padding: 5px 5px 3px;
	margin-bottom:5px;
	letter-spacing:1px;
}
#main h3.title span.bikeName {
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
}
#main dl.first {
	margin-top:20px;	
}
#main dl.itemBox {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}
	#main dl.itemBox dt {
		width:150px;
		padding:4px;
		border:1px solid #000;
		float:left;
	}
	#main dl.itemBox dd {
		margin-left:170px;
		position:relative;
	}
	#main dl.itemBox dd ul {
		list-style:none;
	}
	#main dl.itemBox dd ul li {
		padding:5px 5px 3px;
		border-bottom:1px dotted #000;
		margin-bottom:2px;
	}
	#main dl.itemBox dd div.btn {
		margin-top:10px;
		text-align:right;
	}

	#main dl.itemBox dd input.text {
		background: none;
		border: 1px solid #555;
		border-image: initial;
		width: 35px;
		color: black;
		padding: 4px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	#main dl.itemBox dd input.cart_btn {
		padding:7px 5px;
		text-align:center;
		box-shadow: 1px 1px 3px #666;
		background:#F00;
		color:#FFF;
		border:none;
	}
	#main dl.itemBox dd input.cart_btn:hover {
		background:#ed767e;
		cursor:pointer;
	}

	#main dl.itemBox dd p.cart_btn {
		margin-top:20px;
		text-align:right;
	}

	#main dl.itemBox dd p.detail_btn a,
	#main dl.itemBox dd p.cart_btn a {
		padding:7px 5px;
		text-align:center;
		box-shadow: 1px 1px 3px #666;
	}
	#main dl.itemBox dd p.detail_btn a {
		background:#000;
		color:#FFF;
		float:left;
	}
	#main dl.itemBox dd p.detail_btn a:hover {
		background:#555;
	}
	#main dl.itemBox dd p.cart_btn a {
		background:#F00;
		color:#FFF;
	}
	#main dl.itemBox dd p.cart_btn a:hover {
		background:#ed767e;
	}
	

#main div.news {
	margin:0 auto 20px;
}
	#main div.news dl {
		padding:5px 5px 3px;
		border-bottom:1px dotted #000;
		margin-bottom:7px;
	}
	#main div.news dl dt {
		float:left;
		width:90px;
	}
	#main div.news dl dd {
		margin-left:95px;
	}
	#main div.news dl dd p.link {
		margin-bottom:5px;
	}
	#main div.news dl dd p.detail {
		line-height:160%;
	}


#main .sortSelect {
	margin:0px auto 10px;
	width:98%;
}
#main .sortSelect .text {
	float:left;
	padding-top:15px;
}
#main .sortSelect .sortbox {
	float:right;
}
#main .sortSelect .sortbox .sortForm {
	margin:0;
	padding:0;
}

/*===================================================
		#side
====================================================*/
#side {
	width:235px;
	float:left;
}
#side h3.title {
	font-size:16px;
	border-left:3px #F00 solid;
	border-bottom:1px solid #000;
	padding: 5px 5px 3px;
	letter-spacing:1px;
}
#side #login {
	width:215px;
	margin:10px 0 20px;
	padding:10px 10px 5px;
	/*border-bottom:1px solid #000;*/
	/*box-shadow: 1px 1px 3px #666;*/
}
	#side #login form.login {
		width:100%;
	}
	#side #login form.login p {
		padding:0 0 5px;
	}
	#side #login form.login input {
		width:207px;
		margin:0;
		margin-bottom:15px;
		background::none;
		border:1px solid #333;
		padding: 3px;
	}
	#side #login form.login input.user_pass {
		margin-bottom:5px;
	}
	#side #login form.login p.forgetmenot {
		padding:0;
		margin-top:5px;
	}
	#side #login form.login input.remember {
		width:13px;
		height:13px;
		margin:0;
		border:none;
	}
	#side #login form.login label.text {
		vertical-align: top;
		vertical-align: middle\9;
	}
	#side #login form.login input.submit {
		background:#F00;
		color:#FFF;
		font-size:14px;
		padding:3px 10px;
		text-align:center;
		width:80px;
		border:none;
		/*border-radius:3px;*/
		box-shadow:1px 1px 3px #000;
		cursor:pointer;
		margin: 0 0 5px;
	}
	#side #login form.login input.submit:hover {
		background:#ed767e;
	}
	#side #login ul.register {
		list-style:none;
		line-height:160%;
	}


#side div.side_widget h3 {
	font-size:16px;
	border-left:3px #F00 solid;
	border-bottom:1px solid #000;
	padding: 5px 5px 3px;
	letter-spacing:1px;
}
#side div.side_widget ul {
	padding:0 0;
	margin:0 0 20px;
	list-style:none;
}
	#side div.side_widget ul li {
		margin:0;
		border-bottom:#4e6a84 1px dotted;
		background:url(images/list_icon.png) 3px center no-repeat;
	}
	#side div.side_widget ul li a {
		display:block;
		color:#000;
		padding:5px 5px 5px 18px;
		padding:6px 5px 4px 18px\9;
	}
	#side div.side_widget ul li a:hover {
		background:#CCC url(images/list_icon.png) 10px center no-repeat;
		/*color:#FFF;*/
	}
	#side div.side_widget ul li span {
		padding:5px 5px 5px 18px;
		display:block;
	}

#side .searchParts {
	margin:0;
	padding:0;
	color:#000;
	letter-spacing:1px;
}
#side .searchParts h3.title {
	font-size:20px;
	border-left:3px #F00 solid;
	padding: 2px 5px 2px;
	margin-bottom:11px;
	letter-spacing:1px;
}
#side .searchParts select {	
	border:1px #000 solid;
	width:215px;
	color:#000;
}
#side .searchParts p.searchtext {
	margin-top:11px;
	margin-bottom:3px;
}
#side .searchParts span.example {
	font-weight: normal;
	font-size: 11px;
	margin-top:4px;
	display: block;
	line-height: 1.2;
}
#side .searchParts input.text {
	background:none;
	border:1px #000 solid;
	width:195px;
	color:#000;
	padding:2px 9px;
	font-size:12px;
	letter-spacing:1px;
}
#side .searchParts input.frameType {
	background:none;
	border:1px #000 solid;
	width:55px;
	color:#000;
	padding:2px 9px;
	font-size:12px;
	letter-spacing:1px;
}
#side .searchParts input.frameNo {
	background:none;
	border:1px #000 solid;
	width:106px;
	width:106px\9;
	color:#000;
	padding:2px 9px;
	font-size:12px;
	letter-spacing:1px;
}
#side p.Right {
	width:80px;
	margin-left:auto;
	margin-top:10px;
}
#side .searchParts input.submit {
	background:#F00;
	color:#FFF;
	font-size:14px;
	padding:3px 10px;
	margin-left:auto;
	text-align:center;
	margin-left:auto;
	width:80px;
	border:none;
	/*border-radius:3px;*/
	box-shadow:1px 1px 3px #000;
	cursor:pointer;
}
#side .searchParts input.submit:hover {
	background:#ed767e;
}

/*===================================================
		#page top
====================================================*/
#pagetop {
	margin:25px auto 0;
	width:900px;
}

#pagetop a {
	width:60px;
	display:block;
	padding:7px;
	color:#FFF;
	margin-left:auto;
	background:#000;
	text-align:center;
}
#pagetop a:hover {
	background:#555;
}
/*===================================================
		#footer #copy
====================================================*/
#footer {
	/*background:#afc2d3;*/
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	color:#222;
	width:100%;
	line-height:160%;
	border-top:#000 1px solid;
	clear:both;
}
#inner_footer {
	width:900px;
	margin:0 auto;
}
#inner_footer a {
	color:#222;
}
#inner_footer a:hover {
	color:#F00;
}

#inner_footer .address {
	width:250px;
	float:left;
	text-align:left;
	font-size:14px;
}
#inner_footer .FBicon {
	width:64px;
	float:left;
}
#inner_footer .shopname {
	font-weight:bold;
}

#inner_footer #copy {
	float:right;
	margin:0 auto;
	text-align:right;
	color:#222;
	width:530px;
}
#inner_footer #foot_menu1 {
	float:right;
	margin:0 auto;
	text-align:right;
	color:#222;
	width:530px;
}
#inner_footer #foot_menu2 {
	float:right;
	margin:0 auto;
	text-align:right;
	color:#222;
	width:530px;
	/*margin-bottom:20px;*/
}
#inner_footer ul.footer_link {
	list-style:none;
	text-align:right;
	color:#222;
}
#inner_footer ul.footer_link li {
		display:inline;
		padding:0 5px;
}

/* 																					under-content
======================================================================================================*/
/*===================================================
		#under title breadcrumbs
====================================================*/
#title_sec {
	width:100%;
	height:50px;
	background:#000;
	padding:0;
	border-bottom:#F00 1px solid;
	border-top:#F00 1px solid;
}
#title_sec #inner {
	width:892px;
	height: 50px;
	padding:0 4px;
	text-align:center;
	margin:0 auto;
	position: relative;
}
#title_sec #title {
	position: absolute;
	left:0px;
	bottom: 13px;
	font-size: 20px;
	color: #FFF;
	border-left:3px solid #F00;
	padding:2px 3px;
}

h3.subtitle {
	margin:0 0 1em;
	/*padding:3px;
	border-bottom: #4E6A84 1px solid;
	background:#4E6A84;
	font-size:14px;
	line-height:160%;
	color:#FFF;*/
	padding:3px;
	border-bottom:#4e6a84 1px solid;
	line-height:160%;
	font-size:14px;
}

/*===================================================
		page common style
====================================================*/
#about,
#gallery,
#blog {
	margin:0 auto;
	padding:0;
	line-height:160%;
}
#about div.case,
#news div.case {
	margin:0 auto 3em;
	width:99%;
	line-height:160%;
}
div.defaultpage {
	line-height:160%;
}
div.pagetop {
	text-align: right;
	padding:0 5px 0 0;
	margin:0;
}
/*===================================================
		page #about
====================================================*/
#about ul {
	list-style-position:outside;
	margin-left:20px;
	list-style-type:circle;
}
#about ul li {
	margin-bottom:1em;
	}

#about table.data {
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
}
#about table.data th,
#about table.data td {
	padding:8px;
	border:#A7C2EB 1px solid;
}

#about div.staff_name,
#about div.text {
	margin:10px 0 0;
}

/*===================================================
		archive #gallery #blog
====================================================*/
#gallery a, {
	display:block;
}
#gallery div.left,
#gallery div.right {
	width:280px;
	height:190px;
	padding:10px;
	border:#CCC 1px solid;
	text-align:center;
	box-shadow:0px 0px 6px #aaa;
	position: relative;
}
#gallery div.left {
	float:left;
}
#gallery div.right {
	float:right;
}

#gallery p.post_title {
	font-weight:bold;
	font-size:16px;
	margin:15px 0 5px;
}
#gallery p.excerpt {
	font-size:10px;
	text-align:left;
	font-style: italic;
	overflow: hidden;
	height: 35px;
	line-height: 140%;
}
#gallery p.date {
	font-size:10px;
	text-align:right;
	font-style: italic;
	position: absolute;
	bottom:7px;
	right:10px;
}

/*===================================================
		single #gallery #blog
====================================================*/
#blog-single {
	margin:0 auto 3em;
	padding:5px;
	line-height:160%;
	width:625px;
	border-radius: 6px 6px;
	color: #FFF;
	background: #000;
}
#gallery-single {
	margin:0 auto 3em;
	padding:0;
	line-height:160%;
	width:99%;
}

#blog-single dl.gallery-item,
#gallery-single dl.gallery-item {
	margin: 5px 0 10px;
}
/*
#blog-single dl.gallery-item img,
#gallery-single dl.gallery-item img {
	border:none;
}
*/

#blog-single .alignleft,
#gallery-single .alignleft {
	float:left;
	margin:0px 5px 0px 0;
}

#blog-single .alignright,
#gallery-single .alignright {
	float:right;
	margin:0px 0px 0px 5px;
}
#blog-single .aligncenter,
#gallery-single .aligncenter {
	text-align:center;
}
#blog-single img {
	border: 2px solid #CFCFCF;
}
#blog-single span.date {
	text-align: right;
	display: block;
	padding:2px;
	border-bottom:#FFF 1px solid;
	margin-bottom: 3px;
}

/*===================================================
		archive #news
====================================================*/
#news dl {
	padding:6px 10px;
	font-size:13px;
	border-bottom: #4E6A84 1px dotted;
}
#news dl dt {
	float:left;
	width:80px;
}
#news dl dd {
	margin-left:90px;
}
#news dl dd .info_image {
	width:120px;
	float:left;
	border:#CCC 1px solid;
}
#news dl dd .post_content {
	margin-left:130px;
	line-height:140%;
	}

#news-single {
	line-height:160%;
	width:95%;
	margin:20px auto;
}

#news-single .case {
	padding:0;
	margin:0 auto 3em;
}
#news-single .case dl dt {
	float:left;
	width:200px;
	border:#CCC 2px solid;
	margin-right:5px;
}
#news-single .case dl dd {
	display:inline;
}

/*===================================================
		 #contact
====================================================*/
#contact {
	margin:0 auto;
	padding:0;
	line-height:160%;
	width:99%;
}
#contact .text_box {
	font-size:14px;
	margin:0 auto 2em
}
#contact .text_box p.space {
	margin: 2em 0;
	}
#contact .text_box span {
	font-size: 16px;
	font-weight: bold;
	}	

/*===================================================
		 #form-style
====================================================*/
table.formstyle {
	width:80%;
	margin:10px auto;
	background:#FFF;
	border-collapse: collapse;
}

table.formstyle th,
table.formstyle td {
	padding:10px 5px 10px;
	border-bottom:#CCC 1px solid;
}
table.formstyle th {
	margin:0;
	width:140px;
	text-align:center;
	vertical-align: middle;
	padding-top:12px;
}
table.formstyle td {
	background:none;
	text-align:left;
}
table.formstyle td p {
	padding-left:5px;
	margin:0;
}

.submit {
	text-align:center;
	margin:10px auto;
	padding:0px 10px;
}

table.formstyle span {
	color:#CC0000;	
}

/*===================================================
		 table.bike_list
====================================================*/

input.sort {
	background:#000;
	color:#FFF;
	width:70px;
	padding:3px;
	text-align:center;
	box-shadow: 1px 1px 3px #666;
	border:none;
	margin-right:10px;
}
input.sort:hover {
	background:#555;
}

table.bike_list {
	width:99%;
	max-width: 99%;
	margin:10px auto;
	background:#FFF;
	border-collapse: collapse;
	table-layout: fixed;
}

table.bike_list th,
table.bike_list td {
	padding:10px 5px 10px;
	border-bottom:#CCC 1px solid;
word-wrap:break-word
}
table.bike_list th {
	margin:0;
	text-align:center;
	vertical-align: top;
	padding-top:12px;
}
table.bike_list td {
	background:none;
	text-align:left;
}
table.bike_list td.center {
	text-align:center;
}
table.bike_list td p {
	padding-left:5px;
	margin:0;
}

.submit {
	text-align:center;
	margin:10px auto;
	padding:0px 10px;
}

table.bike_list span.red {
	color:#CC0000;	
}

table.bike_list input.text {
	margin :0 5px;
	font-size : 12px;
	color : #333 !important;
	background:none !important;
}

table.bike_list input.price {
	margin :10px 5px 0px;
	_margin :0 5px;
	font-size : 12px;
	color : #333 !important;
	background:none !important;
	border:#09F 1px solid;
}

table.bike_list input.radio {
	margin:0 5px;
}

table.bike_list textarea {
	width:400px;
	height:150px;
	color : #333 !important;
	background:none !important;
	margin :0 5px;
}
table.bike_list select {
	color : #666 !important;
	background:#FFF !important;
	margin :0 5px;
}

table.bike_list ul {
display : block;
}
table.bike_list ul li {
padding : 5px;
}
table.bike_list ul li.leftside {
float : left;
width : 270px;
}
table.bike_list ul li.rightside {
float : left;
width : 210px;
}

/*===================================================
		 table.detail_list
====================================================*/
table.detail_list {
	width:100%;
	margin:10px auto;
	background:#FFF;
	border-collapse: collapse;
}

table.detail_list th,
table.detail_list td {
	padding:5px;
	border:#CCC 1px solid;
}
table.detail_list th {
	margin:0;
	text-align:left;
	vertical-align: top;
	width:25%;

}
table.detail_list td {
	background:none;
	text-align:left;
}
table.detail_list td.center {
	text-align:center;
}
table.detail_list td p {
	padding-left:5px;
	margin:0;
}

/*===================================================
		 table.order_list
====================================================*/
table.order_list {
	width:99%;
	margin:10px auto;
	background:#FFF;
	border-collapse: collapse;
}

table.order_list th,
table.order_list td {
	padding:10px 5px 10px;
	border-bottom:#CCC 1px solid;
}
table.order_list th {
	margin:0;
	text-align:center;
	vertical-align: top;
	padding-top:12px;
}
table.order_list td {
	background:none;
	text-align:left;
}
table.order_list td.center {
	text-align:center;
}
table.order_list td.right {
	text-align:right;
}
table.order_list td p {
	padding-left:5px;
	margin:0;
}

.submit {
	text-align:center;
	margin:10px auto;
	padding:0px 10px;
}

table.order_list span.red {
	color:#CC0000;	
}

table.order_list input.text {
	background: none;
	border: 1px solid black;
	border-image: initial;
	width: 35px;
	color: black;
	padding: 4px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align:right
}

table.order_list input.price {
	margin :10px 5px 0px;
	_margin :0 5px;
	font-size : 12px;
	color : #333 !important;
	background:none !important;
	border:#09F 1px solid;
}
p.delete_order a {
	width:170px;
	padding:7px 5px;
	text-align:center;
	display:inline-block;
	box-shadow: 1px 1px 3px #666;
	background:#000;
	color:#FFF;
	margin:20px auto;
}
p.delete_order a:hover {
	background:#555;
}

table.order_list input.order_btn {
	padding:7px 10px;
	text-align:center;
	display:inline-block;
	box-shadow: 1px 1px 3px #666;
	background:#000;
	color:#FFF;
	margin:0px auto;
	border:none;
	cursor:pointer;
}
table.order_list input.order_btn:hover {
	background:#555;
	cursor:pointer;
}

table.order_list input.btn_red {
	padding:7px 10px;
	text-align:center;
	display:inline-block;
	box-shadow: 1px 1px 3px #666;
	background:#F00;
	color:#FFF;
	margin:0px auto;
	border:none;
	cursor:pointer;
}
table.order_list input.btn_red:hover {
	background:#ed767e;
	cursor:pointer;
}

/*===================================================
		 Page - priavcy
====================================================*/
#page {
	margin-top:15px;
}
.asset-subheader-pr {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 4px;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 4px solid #F00;
}

p.pLead {
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
	margin: 5px 10px 30px;
	text-justify: inter-ideograph;
}
p.pList {
	margin: 5px 10px 30px 20px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}
p.list-text {
	margin: 5px 10px 0px 20px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}
  
ol.decimal {
	margin: 5px 10px 30px 40px;
	list-style-type:decimal;
}
  ol.decimal li {
  	line-height: 160%;
  	text-align: justify;
  	margin-bottom: 8px;
  	text-justify: inter-ideograph;
  }

ol.decimalZero {
	margin: 5px 10px 0px 30px;
	list-style-type: decimal-leading-zero;
}
	ol.decimalZero li {
		line-height: 160%;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-bottom:0;
	}
	
ol.disc {
	margin: 5px 10px 0px 20px;
	list-style-type:disc;
}
	ol.disc li {
		line-height: 160%;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-bottom:0;
	}

/*===================================================
		 #Page-content
====================================================*/
div.page-content {
	margin-top:20px;
	line-height:160%;
}
div.page-content p.textRight {
	text-align:right;
	padding-right:20px;
}

/*===================================================
		 #Page-Sitemap
====================================================*/
ul.sitemap {
	list-style:circle;
	list-style-position:inside;
	width:90%;
	margin:30px auto;
}
ul.sitemap li {
	border-bottom:#222 1px dotted;
}
ul.sitemap li.first {
	border-top:#222 1px dotted;
}
ul.sitemap li a {
	line-height:160%;
	display:block;
	padding:10px 5px 10px;
	color:#000;
}
ul.sitemap li a:hover {
	background:#CCC;
}

/*===================================================
		 #Page-Guide
====================================================*/
table.guide {
	width:99%;
	margin:0 auto 30px;
	border-collapse:collapse;
	background:#CCC;
}
table.guide th.gray,
table.guide td.gray {
	background:#DDD;
}
table.guide th {
	width:30%;
	padding: 10px 5px 10px;
	vertical-align:middle;
	background:#EEE;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}
table.guide td {
	width:70%;
	background:#EEE;
	padding: 10px 5px 10px;
	border-bottom:1px solid #FFF;
}
table.guide td ul {
	list-style:circle;
	padding-left:5px;
	margin-left:20px;
}
table.guide p {
	margin-left:24px;
}
table.guide span.red {
	color:#F00;
}

h3.subtitle {
	background:#000;
	color:#FFF;
	width:628px;
	padding:5px 5px;
	margin:0 auto 20px;
}

/*===================================================
		 #page index-top
====================================================*/
#toppage {
	width:760px;
	margin: 2em auto;
}
#toppage h1 {
	text-align: center;
}
.index-top {
	margin: 1em auto;
	line-height: 160%;
	border: 1px solid #000;
	border-radius: 6px;
}
.terms_text {
	padding: 10px;
	width: auto;
	height: 350px;
	overflow: auto;
}
.terms_text h2 {
	font-size: 1.4em;
	padding: 10px;
	color: #fff;
	background: #000;
	margin-bottom: 0.5em;
}
.terms_text p.text {
	margin-bottom: 1em;
}
.terms_text h3 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
.terms_text ul {
	margin-bottom: 1em;
	list-style: none;
}
.terms_text ul li {
	line-height: 200%;
}

.terms_text ul.number {
	margin-left: 1.5em;
	list-style: decimal;
}
.btn_terms {
	text-align: right;
	margin-bottom: 3em;
}
input.terms_submit {
	background: #f7a900;
	padding:5px 10px;
	font-size: 1.4em;
	color: #fff;
	border:none;
	border-radius: 6px;
	cursor: pointer;
}
input.terms_submit:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.text-large {
	font-size: 1.4em;
}

.dev-alert {
	background-color: #057ecc;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	padding: 20px;
	text-align: center;
}

/* Add 2025.10.27 */
.mb-1 {
	margin-bottom: 20px;
}
hr.py-1 {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1.5em 0;
	padding: 0;
}

p.sub-text {
	font-weight: bold;
}

#side .searchParts {
	padding: 0;
}
#side .searchParts .inner-box {
	padding: 0 10px 10px;
}
#side .searchParts h4.side-title {
	font-size: 16px;
	border-left: 3px #F00 solid;
	border-bottom: 1px solid #000;
	padding: 5px 5px 3px;
	letter-spacing: 1px;
}
#side .searchParts h4.bg-blue {
	border-left:3px #1e6bc8 solid;
}