@charset "UTF-8";


/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
    color: #333;
	font-size: 14px;
    font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
    line-height: 160%;
	background: #fff;
	/*background: #fff url("images/bodybg.jpg") repeat-y center top;*/
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}



blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
.photo_r {
margin:0;
padding:0 0px 10px 20px;;
  float: right; 
}

.photo_l {
margin:0;
padding:0 10px 10px 0;
  float: left; 
}

.photo_l_banner {
margin:0;
padding:0 10px 10px 0;
  float: left; 
}
.photo_l_banner a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
text-decoration: none;
}
/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


ol.guide {
	margin: 0 0 0 10px;
	padding: 5px 20px 10px;
	list-style-type:decimal;
}

ul.guide {
	margin: 0 0 0 10px;
	padding: 5px 20px 20px;
	list-style:square;
}


/****************************************

          Link

*****************************************/

a {
	/*border-bottom: 1px solid #000;*/
	color: #333;
	text-decoration: underline;
}


a:hover {
	/*border-bottom: 1px solid #e65600;/*fe56aa*/
	color: #e65600;/*fe56aa*//*font-weight:bold;*/
	text-decoration: underline;
}



/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 970px;
	 /*background: #ff furl("images/contentsbg.jpg");*/
}


#header {
	/*margin-bottom: 20px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;*/
	
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 700px;padding-right: 10px;
	}
	#header .alignleft{
		padding-left: 10px;
	}

#header_bg {
	width: 100%;
	padding-top: 0px;
	height: 90px;/*150*/
	background: url("images/header_bg.jpg") no-repeat center top;
	
}
#header_bg_in {
	margin: 0 auto;
	width: 970px;
}
	#header_bg_in .alignleft,
	#header_bg_in .alignright{
		margin-bottom: 10px;
		width: auto;
	}
	#header_bg_in .alignright{
		width: /*650*/670px;padding-right: 0px;float: right;
	}
	#header_bg_in .alignleft{
		padding-left: 0px;
	}


#main {
	float: right;
	width: 630px;
	/*background: #fff;border:1px solid #ddd;*/padding:20px 10px;color: #333;
}

#main h2{
width: 610px;margin:0 0 20px 0;
/*margin:0;*/
/*height: 30px;
vertical-align: bottom;
font-size: 14px; color:#333333; font-weight:bold;
padding-left: 0; padding-top: 0x;text-indent: 18px; padding-bottom:10px;line-height: 30px;
background: url("images/title-bg680.jpg") no-repeat ; */
/*height: 100px;
text-indent: 5px;
background: url("images/contents-b2-title_bg.jpg") no-repeat right top ;*/
/*border-left: 10px solid #0079c4;padding-left: 15px;*/border-bottom: 2px dotted #fff;padding-bottom: 10px;
/*background: url("images/logo_mark.png") no-repeat left top;text-indent: 60px;*/line-height: 160%;
font-size: 16px;
}

#main h3{
width: 610px;margin:20px 0 5px 5px;
border-bottom: 1px dotted #fff;padding-bottom: 5px;ine-height: 160%;
font-size: 15px;
}

#main p {
font-size: 14px;line-height: 160%;margin:0 0 20px 10px;
}

#main2 {

	width: 930px;
	background: #fff;border:1px solid #ddd;padding: 10px;
}

#main2 h2{
width: 920px;
/*margin:0;*/
/*height: 30px;
vertical-align: bottom;
font-size: 14px; color:#333333; font-weight:bold;
padding-left: 0; padding-top: 0x;text-indent: 18px; padding-bottom:10px;line-height: 30px;
background: url("images/title-bg680.jpg") no-repeat ; */
/*height: 100px;
text-indent: 5px;
background: url("images/contents-b2-title_bg.jpg") no-repeat right top ;*/
/*border-left: 10px solid #0079c4;padding-left: 15px;*/border-bottom: 2px dotted #0079c4;padding-bottom: 10px;
background: url("images/logo_mark.png") no-repeat left top;text-indent: 60px;line-height: 160%;
}



#sidebar {
	float: left;
	width: 320px;
	/*background: #fff;border:1px solid #ddd;padding: 6px;*/
}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent
}

#footer {
	clear: both;
	/*background: #8a8a8a;*/
	background: url("images/footerbg.png")/*("images/footer_bg.jpg") no-repeat center top*/ ;
	color: #000;
}

#footer a {
	color: #000;
}

#footer a {
	/*border-bottom: 1px solid #000;*/
	color: #000;
	text-decoration: underline;
}


#footer a:hover {
	/*border-bottom: 1px solid #e65600;/*fe56aa*/
	color: #e65600;/*fe56aa*//*font-weight:bold;*/
	text-decoration: underline;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}


h1 {
	/*margin-bottom: 20px;margin-top: 10px;
	font-size: 240%;
	font-family: 'Josefin Sans', sans-serif;*/
	margin-top: 10px;text-align:right;font-size: 12px;line-height: 150%;margin-bottom: 10px;
	color: #333;
}

#logo{
	/*border-bottom: 1px dashed #4ea9fd;*/margin: 10px 0 0 0;padding: 0;
}

#logo a{
	border: none;
}

#logo img{
border: none;
}
#logo a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

#header_tel_mail{
	position: relative;
}
.header_tel img{
	position: absolute;
		top: -28px;
		left: /*-2*/8px;
		border: none;
}
.header_mail img{
	position: absolute;
		top: -28px;
		left: /*191*/201px;border: none;
}

#description {
	margin-top: 20px;text-align:right;font-size: 12px;
	color: #fff;/*color: #777;*/
}
#description_right {
	margin-top: 0;
	color: #fff;/*color: #777;*/
}

#searchform{
	position: relative;
	margin-top: /*45*/30px;width: 80%;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}

/****************************************

          header_navi

*****************************************/
/*#header_bg_in .header_navi{

	margin-bottom: 5px;font-size: 11px;margin-top: 0px;
	width: 720px;
	
}
	#header_bg_in div.header_navi  ul {
		
	}
	
	

	#header_bg_in .header_navi li{
		float:left; padding: 0 5px 0 0;text-align:left;
		 font-family:Georgia;font-weight:bold;
	}
#header_bg_in .header_navi li img{
		border: none;
	}
.header_navi a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
#header_bg_in .header_navi li a {
  text-decoration: none;		
  display: block;color:#efefef;
}



#header_bg_in .header_navi li :hover {
	text-decoration: underline;color:#fff;
}
*/



/* ナビゲーション
---------------------------------------------------- */
#navigation {
  width: /*720*//*650*/670px;height: 20px;
margin: 5px auto 0px;
padding:0;
background-image:url("images/header_navi.jpg");
}



/* ナビゲーション-menu
---------------------------------------------------- */




#navigation li
{

float:left;
display:block;
}

#navigation li a
{
background-image:url("images/header_navi.jpg");
display: block;
	outline: none;
	position: relative;
	height: 20px;
	text-decoration: none;
	width: auto;

}



	
	#navigation .top 
	{
	background-position:0px 0px;
	width:54px;
	height:20px;
	
	}
	
	#navigation .newmodel
	{
	background-position:-54px 0px;
	width:95px;
	height:20px;
	}
	
	
	#navigation .shop
	{
	background-position:-149px 0px;
	width:57px;
	height:20px;
	}

	
	#navigation .staff 
	{
	background-position:-206px 0px;
	width:61px;
	height:20px;
	}
	
	#navigation .usedbike 
	{
	background-position:-267px 0px;
	width:82px;
	height:20px;
	}
	
	#navigation .parts 
	{
	background-position:-349px 0px;
	width:60px;
	height:20px;
	}
	
	#navigation .link
	{
	background-position:-409px 0px;
	width:55px;
	height:20px;
	}
	
	#navigation .recruit
	{
	background-position:-464px 0px;
	width:73px;
	height:20px;
	}
	#navigation .contact
	{
	background-position:-537px 0px;
	width:81px;
	height:20px;
	}
	#navigation .blog
	{
	background-position:-618px 0px;
	width:52px;
	height:20px;
	}
	
	
	
	#navigation a .hover {
	background: transparent  url("images/header_navi.jpg") no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	}
	
	#navigation .top .hover {
	background-position: -0px -20px;	
	}
	#navigation .newmodel .hover{
	background-position: -54px -20px;
	}
	#navigation .shop .hover {
	background-position: -149px -20px;
	}
	#navigation .staff  .hover {
	background-position: -206px -20px;
	}
	#navigation .usedbike  .hover {
	background-position: -267px -20px;
	}
	#navigation .parts .hover{
	background-position: -349px -20px;
	}
	#navigation .link .hover{
	background-position: -409px -20px;
	}
	#navigation .recruit .hover{
	background-position: -464px -20px;
	}
	#navigation .contact .hover{
	background-position: -537px -20px;
	}
	#navigation .blog .hover{
	background-position: -618px -20px;
	}

#navigation li#current a img {
				position: relative;
				z-index: -1;
			}

/****************************************

          Navigation

*****************************************/

/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

/*.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #feebbe;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}
*/
.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar h2{
	/*margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
height: 35px;
vertical-align: bottom;
font-size: 14px; color:#333333; font-weight:bold; 
padding-left: 0; padding-top: 0x;text-indent: 20px; padding-bottom:10px;line-height: 35px;
background: url("images/title_bg.jpg") no-repeat ;*/
}
/*#sidebar h2 {
    position: relative;
    color: #ffffff ;
    background: #ea5504;
    font-size: 14pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
}
#sidebar h2:after, #sidebar h2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
#sidebar h2:after {
    left: 0;
    border-right: 5px solid #333;
}
#sidebar h2:before {
    right: 0;
    border-left: 5px solid #333;
}

}*/
#sidebar h2 {
	margin:0 0 30px 0;
	padding:12px 10px;
	background: #ea5504; /* Old browsers */
	background: -moz-linear-gradient(left, #ea5504 0%, #e56c36 50%, #ea5504 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea5504), color-stop(50%,#e56c36), color-stop(100%,#ea5504)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ea5504e 0%,#e56c36 50%,#ea5504 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* IE10+ */
	background: linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
	}
 
#sidebar h2:before,
#sidebar h2:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:10px;
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	background-color: #323232;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#sidebar h2:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}

.widget{
	margin-bottom: /*60*/30px;
}

#sidebar .widget ul{
	padding-left: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/

#footernavi{
	padding: 20px 0;
	font-size: 80%;
}
#cp{
	padding: 5px 0 20px 0;
	font-size: 80%; text-align: right;
}
#cp_prof{
	padding: 0px 0;
	font-size: 90%; text-align: right;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ee7702/*ff69b4*/;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #b15e0c/*fe56aa*/;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e68e38/*ff89c4*/;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #b15e0c/*fe56aa*/;
		background: #f47f0d/*ff89c4*/;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 0 0 /*1em 1.5em*/;
}


img.alignleft {
    display: inline-block;
    margin: 0 /*1.5em 1em*/ 0 0 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}


/*追加*/

/* メインの画像
---------------------------------------------------- */
#topimg {
clear: both;
margin: 10px auto;
padding:0;
vertical-align: bottom;width: 100%;
}

.noscript {padding: 10px 10px;  width: 100%; margin:0 auto;background: #fff /*url("images/topimg01.jpg") */ ;
text-align: center;line-height: 170%;font-size: 18px; color:#E60012; font-weight:bold;
text-shadow:#fff 0px 0px 15px,#fff 0px 0px 15px;/*テキストシャドウ*/
/*IE用フィルタ*/
/*filter:progid:DXImageTransform.Microsoft.Glow(Color='#fff', Strength=2);zoom:1;*/
/*IE用フィルタ*/
}

#topimg h2{
	margin:10px 0 0px 0;font-size: 18px;/*font-weight:bold;*/
	padding:12px 10px;
	background: #ea5504; /* Old browsers */
	background: -moz-linear-gradient(left, #ea5504 0%, #e56c36 50%, #ea5504 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea5504), color-stop(50%,#e56c36), color-stop(100%,#ea5504)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ea5504e 0%,#e56c36 50%,#ea5504 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* IE10+ */
	background: linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
	}
 
#topimg h2:before,
#topimg h2:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:10px;
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	background-color: #323232;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#topimg h2:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}

/* shopテーブル
---------------------------------------------------- */
table.shop {
  width: 535px;margin: 0 auto;
  border: 1px #666666 solid;
border-collapse: collapse;  
  font-size: 14px; color:#000000; font-weight:normal;  line-height: 17px; 
}

table.shop th {
  font-weight: bold;width: 120px;
  text-align: left;padding: 6px 10px; 
vertical-align: middle; 
border: 1px #666666 solid;color:#333;
background: url(img/link-bg.jpg) repeat;
}
table.shop td {
font-size: 14px;vertical-align: middle; border: 1px #666666 solid;
padding: 6px 10px;  
}

table.shop-2 {
  width: 535px;margin: 0 0 10px 0;
  border: 1px #666666 solid;
border-collapse: collapse;  
  font-size: 14px; color:#000000; font-weight:normal;  line-height: 17px; 
}

table.shop-2 th {
  font-weight: bold;
  text-align: center;padding: 6px 10px; 
vertical-align: middle; 
border: 1px #666666 solid;color:#fff;
background: url(../img/link-bg.jpg) repeat;
}
table.shop-2 td {
font-size: 14px;vertical-align: middle; border: 1px #666666 solid;
padding: 10px;  text-align: center;
}


/* バナー
---------------------------------------------------- */
.banner {
margin:0 0 10px 0;
}

.banner  img{
border:0px;
}
.banner a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
text-decoration: none;
}






/* SGバナー
---------------------------------------------------- */
.banner_sg {
margin:0 0 10px 0;
}
.banner_sg img{
		border: none;margin-bottom: 10px ;padding-right: 10px ;
}

.banner_sg a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
/*outline: 3px solid #e65600;*/
}

/****************************************

          Top contents

*****************************************/

#top_contents {
	float: right;
	width: 630px;margin: 0 ;
	
}

#top_contents a {
	/*border-bottom: 1px solid #000;*/
	color: #333;
	text-decoration: underline;
}
#top_contents a:hover {
	/*border-bottom: 1px solid #e65600;/*fe56aa*/
	color: #e65600;/*fe56aa*//*font-weight:bold;*/
	text-decoration: underline;
}


#top_contents img {
	margin: 0 ;
}

#top_contents p{
	padding:0 10px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}
/*#top_contents h3 {margin-bottom: 10px;
height: 35px;
vertical-align: bottom;
font-size: 18px; color:#333333; font-weight:bold; 
padding-left: 0; padding-top: 0x;text-indent: 20px; padding-bottom:10px;line-height: 35px;
background: url("images/title_bg.jpg") no-repeat ;
}*/


 
#top_contents h3{
	margin:0 0 30px 0;font-size: 18px;/*font-weight:bold;*/
	padding:12px 10px;
	background: #ea5504; /* Old browsers */
	background: -moz-linear-gradient(left, #ea5504 0%, #e56c36 50%, #ea5504 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea5504), color-stop(50%,#e56c36), color-stop(100%,#ea5504)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ea5504e 0%,#e56c36 50%,#ea5504 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* IE10+ */
	background: linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
	}
 
#top_contents h3:before,
#top_contents h3:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:10px;
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	background-color: #323232;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#top_contents h3:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}
/*#top_contents .banner img{
		border: none;margin-bottom: 10px ;
}

#top_contents .banner_s img{
		margin-left: 10px ;
}
#top_contents .banner a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
outline: 3px solid #e65600;
}*/


#top_contents_box {
	float: left;
	width: 400px;margin: 0 ;
	
}
#top_contents_box p{
	padding:0 5px 0 0;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}

.top_contents_banner {
margin:0 0 10px 0;
}

.top_contents_banner  img{
border:0px;
}
.top_contents_banner a:hover img{
opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";outline: 3px solid #e65600;
}
.top_contents_banner2 {
float: right;width: 220px;
margin:0 0 15px 10px;
}

.top_contents_banner2 img{
border: none;margin-bottom: 10px ;
}
.top_contents_banner2 a:hover img{
opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";outline: 3px solid #e65600;
}


.harley_banner {
clear: both;
margin:0 0 10px 0;
}

.harley_banner  img{
border:0px;padding-left: 5px ;
}
.harley_banner a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
text-decoration: none;
}

.impre_contents_banner {
margin:0 0 10px 0;
}

.impre_contents_banner  img{
border:0px;margin:0 5px 0px 0;
}
.impre_contents_banner a:hover img{
opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";outline: 3px solid #e65600;
}


/****************************************

        parts

*****************************************/
#parts_contents_box1 {
	float: left;
	width: 600px;margin: 0 ;
	
}


#parts_contents_box2 {
float: right;width: 350px;
margin:0 0 15px 20px;
}
#parts_contents_banner img{
border: none;margin-bottom: 10px ;
}
#parts_contents_banner a:hover img{
opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";outline: 3px solid #e65600;
}



#parts_contents_box2 p{
	padding:12px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}

.parts_comment {
	width: auto;margin-bottom: 20px ;

  background: #eeeeee;
  border: none;
  text-shadow: none;
	padding:10px 0px;
}

/****************************************

         contents

*****************************************/

#contents {
	width: 100%;margin: 0 auto ;padding:20px 0px;color: #333;
	
}

#contents a {
	/*border-bottom: 1px solid #000;*/
	color: #333;
	/*text-decoration: underline;*/
}
#contents a:hover {
	/*border-bottom: 1px solid #e65600;/*fe56aa*/
	color: #e65600;/*fe56aa*//*font-weight:bold;*/
	/*text-decoration: underline;*/
}


#contents img {
	margin: 0 ;border: none;
}

#contents  a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
#contents p{
	padding:0 10px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}

#contents h2{
	margin:0 0 30px 0;font-size: 18px;/*font-weight:bold;*/
	padding:12px 10px;
	background: #ea5504; /* Old browsers */
	background: -moz-linear-gradient(left, #ea5504 0%, #e56c36 50%, #ea5504 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea5504), color-stop(50%,#e56c36), color-stop(100%,#ea5504)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ea5504e 0%,#e56c36 50%,#ea5504 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* IE10+ */
	background: linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
	}
 
#contents h2:before,
#contents h2:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:10px;
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	background-color: #323232;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#contents h2:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}

#contents h3{clear: both;
	margin:20px 0 20px 0;font-size: 18px;/*font-weight:bold;*/
	padding:12px 10px;
	background: #ea5504; /* Old browsers */
	background: -moz-linear-gradient(left, #ea5504 0%, #e56c36 50%, #ea5504 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea5504), color-stop(50%,#e56c36), color-stop(100%,#ea5504)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ea5504e 0%,#e56c36 50%,#ea5504 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* IE10+ */
	background: linear-gradient(left, #ea5504 0%,#e56c36 50%,#ea5504 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
	}
 
#contents h3:before,
#contents h3:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:10px;
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
	background-color: #323232;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#contents h3:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}


#contents h4 {
clear: both;
margin-bottom: 10px;
width: 95%;height: 100%;
vertical-align: bottom;
font-size: 18px; color:#333333; font-weight:bold; 
padding-left: 15px; padding-top: 0x;/*text-indent: 18px;*/ padding-top:10px;padding-bottom:10px;line-height: 120%;
background:#f4eee2 url("images/title_bg.jpg") no-repeat right ; border-left: 15px solid #f9ae34;
}



.title_bg {
clear: both;
margin-bottom: 10px;
width: 95%;height: 100%;
vertical-align: bottom;
font-size: 18px; color:#333333; font-weight:bold; 
padding-left: 15px; padding-top: 0x;/*text-indent: 18px;*/ padding-top:10px;padding-bottom:10px;line-height: 120%;
background:#f4eee2 url("images/title_bg.jpg") no-repeat right ; border-left: 15px solid #f9ae34;
-webkit-box-shadow: 0 px 0px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
	text-shadow:0px 0px 0px #333;
}
.title_bg:before,
.title_bg:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:10px;
-webkit-box-shadow: 0 px 0px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
}
.title_bg:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}
/****************************************

          Impression

*****************************************/
#impression_box {
	width: 970px;margin: 0 auto;	
}

#impression_box p{
	padding:12px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}
#impression_box h3 {
clear: both;
margin-bottom: 10px;
width: 95%;height: 100%;
vertical-align: bottom;
font-size: 18px; color:#333333; font-weight:bold; 
padding-left: 15px; padding-top: 0x;/*text-indent: 18px;*/ padding-top:10px;padding-bottom:10px;line-height: 120%;
background:#f4eee2 url("images/title_bg.jpg") no-repeat right ; border-left: 15px solid #f9ae34;
-webkit-box-shadow: 0 px 0px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
	text-shadow:0px 0px 0px #333;
}
#impression_box h3:before,
#impression_box h3:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:10px;
-webkit-box-shadow: 0 px 0px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
}
#impression_box h3:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}
.impression_staffphoto {
	float: left;
	width: auto;margin-right: 10px ;margin-bottom: 10px;
	
}
.impression_comment {
	float: left;
	width: auto;margin-bottom: 20px ;
	
}
.arrow_box { position: relative; background: #fff; border: 4px solid #000000;
width: auto/*auto*/;max-width: 700px/*auto*/;
	height: auto/*40px*/;
} .arrow_box:after, .arrow_box:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(0, 0, 0, 0); border-right-color: #fff; border-width: 20px; margin-top: -20px; } .arrow_box:before { border-color: rgba(0, 0, 0, 0); border-right-color: #000000; border-width: 26px; margin-top: -26px; }

/****************************************

          Sidebar banner botu

*****************************************/
#sidebar_banner {
	margin: 0 auto;
	width: 950px;height:auto;
	
}

#sidebar_banner a {
	/*border-bottom: 1px solid #000;*/
	color: #fff;
	text-decoration: underline;
}


#sidebar_banner a:hover {
	/*border-bottom: 1px solid #e65600;/*fe56aa*/
	color: #e65600;/*fe56aa*//*font-weight:bold;*/
	text-decoration: underline;
}




#sidebar_banner02 .banner img{
		border: none;margin-bottom: 10px ;
}

#sidebar_banner02 .banner_s img{
		margin-left: 10px ;
}

#sidebar_banner02 .banner a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
outline: 3px solid #e65600;
}



#sidebar_banner03 .banner img{
		border: none;margin-bottom: 10px ;
}
#sidebar_banner03 .banner_s img{
		padding-left: 10px ;
}

#sidebar_banner03 .banner a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
outline: 3px solid #e65600;
}

#sidebar_banner01 {
	float: left;
	width: 310px;
	/*border:1px solid #ddd;*/outline:solid 1px #dcdddd;
	margin-bottom: 29px;
	border-bottom: 1px solid transparent
}

#sidebar_banner02 {
	float: left;
	width: 310px;
	margin: 0 10px;
	margin-bottom: 29px;
	border-bottom: 1px solid transparent
}
#sidebar_banner03 {
	float: left;
	width: 310px;
	margin-bottom: 29px;
	border-bottom: 1px solid transparent
	
}
#sidebar_banner img {
	margin: 0 ;
}
.title {
	font-size: 16px;color: #333;
	line-height: 18px;
	font-weight: bold;
	background: #E6E6E6;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	clear: both;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bfbfbf), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #bfbfbf);
	background: -moz-linear-gradient(#fff, #bfbfbf);
	background: -o-linear-gradient(#fff, #bfbfbf);
	background: -ms-linear-gradient(#fff, #bfbfbf);
	background: linear-gradient(#fff, #bfbfbf);

	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#bfbfbf));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#bfbfbf))";
	zoom: 1;
	position: relative;
	font-family:
    	'ヒラギノ角ゴ Pro W3';
}

#sidebar_banner h2{
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
height: 30px;
vertical-align: bottom;
font-size: 14px; color:#333333; font-weight:bold; 
padding-left: 0; padding-top: 0x;text-indent: 18px; padding-bottom:10px;line-height: 30px;
background: url("images/title-bg220.jpg") no-repeat ;
}
#sidebar_banner .widget {
	margin-bottom: 15px;
}

#sidebar_banner .widget p{
	padding:0 10px;font-size: 12px;
	color:#fff;line-height: 130%;letter-spacing: -0.05em;
}

#sidebar_banner .widget ul{
	padding:0 10px;font-size: 12px;
	list-style-position: outside;
	list-style-type: none;color:#fff;
}

#sidebar_banner-recent-posts li,
#sidebar_banner-popular-posts li{
	margin:20px 0;
}

#sidebar_banner-thumbnail-box{
	float: left;
	width: 75px;
}

#sidebar_banner-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar_banner-recent-posts h3,
	#sidebar_banner-recent-posts p,
	#sidebar_banner-popular-posts h3,
	#sidebar_banner-popular-posts p{
		margin: 0;
	}

#sidebar_banner.tagcloud a{
	white-space: nowrap;
}




/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;/*background: url('images/showcase_bg.jpg') no-repeat center bottom;*/
}
.showcase_bg
{
	background: url('images/showcase_bg.jpg') no-repeat center bottom;
}

	.showcase-content-container
	{
		background-color: #000;/*border:1px solid #cdcdcd;*//*border:1px solid #666;*/
	}
	
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('images/arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #000;
		text-align: center;
	}
	.showcase-content-w
	{
		background-color: #eee;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url('images/white-opacity-80.png');
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url('images/white-opacity-80.png');
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #ea5504/*fff*/;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 140px;
			height: /*90*/90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		.showcase-thumbnail img
		{
			padding: 0px;margin: 0px;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 1px;color: #fff;
				text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url('images/black-opacity-40.png');
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url('images/arrows-small.png');
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 30px;
			margin-bottom: 30px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}


/* cart
-------------------------------------------*/
#cart {
		/*background:url(bg_footer.png) left top repeat-x;*/
		background:/*#000*/;
		position: fixed;
		overflow: hidden;
		left: 0;
		top: 0;
		/*top:50%;width: 150px;*/
		padding: 5px;
		width:700px;/*100%*/
		height: 15px;
		-webkit-transition-property: all;
		-webkit-transition-duration: .3s;
		-webkit-transition-timing-function: ease-in-out;
	}
		#cart:hover {
			height: 250px;/*width: 100%;*/
		}
		
		#cart .footerList li {
			display: inline;
			margin-right: 5px;
		}
		
		#cart a {
			color: white;
		}
			#cart a:hover {
				color: black;
			}
			
		#cart #tab {
			color: white;margin:0 auto;
		}
		
		
/* ページ下部リンク
---------------------------------------------------- */
.linear-s-top {
 clear: both;width:580px;
  padding:10px 0 ;text-align: center;
}
/* ページ下部リンク大
---------------------------------------------------- */
.linear-s_dai {
 clear: both;width:940px;
  padding:10px 0 ;text-align: center;
}

/* ページ下部リンク
---------------------------------------------------- */
.linear-s {
 clear: both;width:680px;
  padding:10px 0 ;text-align: center;
}

.pagetop-link {
text-align: right;
  font-size: 12px; color:#000; font-weight:normal;  line-height: 15px;
}


.pagetop-link a:link{
text-decoration:underline; color:#fff;
}
.pagetop-link a:visited{
text-decoration:underline; color:#fff;
}
.pagetop-link a:hover{
text-decoration:none;color:#ff6600;
}

/* 問い合わせテーブル
---------------------------------------------------- */

.error_coution{
 color:#D71920;
}


table.question	{
width: 520px;border-collapse: collapse;
font-size: 12px; color:#777; font-weight:normal;  line-height: 17px; 
	border: 1px solid #ddd;
}
table.question th	{

	border: 1px solid #777;width: 25%;
	color: #fff;font-weight:bold;padding: 6px;
}
table.question td	{
	border: 1px solid #777;
	color: #fff;padding: 6px;
}

/*--------------------------------------

追記

--------------------------------------*/
.form_necessary {
	color: #FF0000;
	font-size: x-small;
}

/* 会社概要テーブル
---------------------------------------------------- */

table.prof	{
	margin: 10px 0;
width: 90%;border-collapse: collapse;
font-size: 14px; color:#333; font-weight:normal;  line-height: 17px; 
	border: 1px solid #ddd;
}
table.prof th	{
	border: 1px solid #ddd;width: 25%;
	font-weight:bold;padding: 6px;
}
table.prof td	{
	border: 1px solid #ddd;
	padding: 6px;
}


table.prof2	{
width: 80%;
font-size: 14px; color:#333; font-weight:normal;  line-height: 17px; 
	
}

table.prof2 td	{
	border: 0px solid #ddd;

}


/* リンクテーブル
---------------------------------------------------- */

table.link	{
width: 90%;border-collapse: collapse;
font-size: 14px; color:#fff; font-weight:normal;  line-height: 17px; 
	border: 1px solid #777;
}
table.link th	{
	border: 1px solid #777;width: 40%;
	color: #fff;font-weight:bold;padding: 6px;
}
table.link td	{
	border: 1px solid #777;
	color: #fff;padding: 6px;
}

table.link th  img{
border:0px;
}
table.link th a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
text-decoration: none;
}


/* カタログテーブル
---------------------------------------------------- */

table.catalog	{
	clear: both;
width: 90%;border-collapse: collapse;
font-size: 14px; color:#fff; font-weight:normal;  line-height: 17px; 
	border: 1px solid #777;text-align: center;background-color: #333;
}
table.catalog th	{
	border: 1px solid #777;width: 10%;background-color: #222;
	color: #fff;font-weight:bold;padding: 6px;
}
table.catalog td	{
	border: 1px solid #777;
	color: #fff;padding: 6px;
}

table.catalog th  img{
border:0px;border:none;
}
table.catalog td a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
text-decoration: none;
}
table.catalog tr:hover {
background-color: #555; /* 行の背景色 */
}


/* 適合車種一覧テーブル
---------------------------------------------------- */

table.model {
	clear: both;
width: 100%;border-collapse: collapse;
font-size: 14px; color:#fff; font-weight:normal;  line-height: 17px; 
	border: 1px solid #777;text-align: left;background-color: #333;
}
table.model th	{
	border: 1px solid #777;background-color: #222;
	color: #fff;font-weight:bold;padding: 6px;
}
table.model td	{
	border: 1px solid #777;
	color: #fff;padding: 6px;
}

table.model th  img{
border:0px;border:none;
}
table.model td a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
text-decoration: none;
}

table.model tr:hover {
background-color: #555; /* 行の背景色 */
}


/* フォント
---------------------------------------------------- */
.ft10black {
  font-size: 10px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft11black {
  font-size: 11px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft12black {
  font-size: 12px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft12blackB {
  font-size: 12px; color:#000000; font-weight:bold;line-height: 170%;
}
.ft14black {
  font-size: 14px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft14blackB {
  font-size: 14px; color:#000000; font-weight:bold;line-height: 170%;
}
.ft16black {
  font-size: 16px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft16blackB {
  font-size: 16px; color:#000000; font-weight:bold;line-height: 170%;
}
.ft18black {
  font-size: 18px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft18blackB {
  font-size: 18px; color:#000000; font-weight:bold;line-height: 170%;
}
.ft12orange {
  font-size: 12px; color:#F26923; font-weight:normal;line-height: 170%;
}
.ft14orange {
  font-size: 14px; color:#F26923; font-weight:normal;line-height: 170%;
}
.ft14orangeB {
  font-size: 14px; color:#F26923; font-weight:bold;line-height: 170%;
}
.ft12green {
  font-size: 12px; color:#8CC63E; font-weight:normal;line-height: 170%;
}
.ft14green {
  font-size: 14px; color:#8CC63E; font-weight:normal;line-height: 170%;
}
.ft12red {
  font-size: 12px; color:#D71920; font-weight:normal;line-height: 170%;
}
.ft12redB {
  font-size: 12px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft14red {
  font-size: 14px; color:#D71920; font-weight:normal;line-height: 170%;
}
.ft14redB {
  font-size: 14px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft18redB {
  font-size: 18px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft20redB {
  font-size: 20px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft30redB {
  font-size: 30px; color:#D71920; font-weight:bold;line-height: 120%;
}
.ft12gray {
  font-size: 12px; color:#444444; font-weight:normal;line-height: 170%;
}
.ft12blue{
  font-size: 12px; color:#00334E; font-weight:normal;line-height: 170%;
}

.ft14w {
  font-size: 14px; color:#fff; font-weight:normal;line-height: 170%;
}
.ft14wB {
  font-size: 14px; color:#fff; font-weight:bold;line-height: 170%;
}




.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
} 




.button_parts {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;color: #59b1eb;
}
.button_parts::before,
.button_parts::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_parts,
.button_parts::before,
.button_parts::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}




.button_parts {
	position: relative;
	z-index: 2;
	background-color: #eee;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.button_parts:hover {
	color: #fff;
}
.button_parts::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button_parts:hover::after {
	top: 0;
	background-color: #333;
}

.button_parts_bl {
	background-color: #000;
}
/*
.button_parts {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button_parts:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.button_parts:active {
	top: 3px;
	box-shadow: none;
}*/



.button_parts2 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;color: #59b1eb;
}
.button_parts2::before,
.button_parts2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_parts2,
.button_parts2::before,
.button_parts2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_parts2 {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button_parts2:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.button_parts2:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}








.button_parts3 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button_parts3::before,
.button_parts3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_parts3,
.button_parts3::before,
.button_parts3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button_parts3 {
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #f56778;
}
.button_parts3,
.button_parts3:hover {
	border-bottom: 4px solid #cb5462;
	background-color: #f56778;
	background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
	background-image: linear-gradient(to bottom, #f997b0, #f56778);
	box-shadow: inset 1px 1px 0 #fbc1d0;
}
.button_parts3::before,
.button_parts3::after {
	bottom: -1px;
	left: -1px;
	width: 200px;
	height: 50px;
	border: 1px solid #ee8090;
	border-bottom: 1px solid #b84d5a;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.button_parts3::before {
	height: 48px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
.button_parts3:hover {
	background: #f56778;
	background-image: -webkit-linear-gradient(top, #f56778, #f997b0);
	background-image: linear-gradient(to bottom, #f56778, #f997b0);
	color: #913944;
	text-shadow: 0px 1px 0px #f9a0ad;
}
.button_parts3:active {
	bottom: -4px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.button_parts3:active::before,
.button_parts3:active::after {
	border: none;
	box-shadow: none;
}



.button_parts4:hover {
text-decoration: none;}
.button_parts4 {
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #d4d4d4;
  height: 32px;
  line-height: 32px;
  padding: 0px 25.6px;
  font-weight: 300;
  font-size: 14px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
  color: #666666;
  text-shadow: 0 1px 1px white;
  margin: 5px 0;
  text-decoration: none;
  text-align: center; }
  /* line 42, ../scss/partials/_buttons.scss */
  .button_parts4:hover {
    background-color: #eeeeee;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
    background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
    background: -o-linear-gradient(top, #ffffff, #dcdcdc);
    background: linear-gradient(top, #ffffff, #dcdcdc); }
  /* line 46, ../scss/partials/_buttons.scss */
  .button_parts4:active {
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    background: #eeeeee;
    color: #bbbbbb; }
  /* line 52, ../scss/partials/_buttons.scss */
  .button_parts4:focus {
    outline: none; }
/* line 321, ../scss/partials/_buttons.scss */
.button-flat-primary {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #00a1cb;
  color: white;
  text-shadow: none;
  border: none; }
  /* line 330, ../scss/partials/_buttons.scss */
  .button-flat-primary:hover {
    background: #00b5e5; }
  /* line 333, ../scss/partials/_buttons.scss */
  .button-flat-primary:active {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    background: #1495b7;
    color: #00647f; }
  /* line 338, ../scss/partials/_buttons.scss */
  .button-flat-primary.disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
	
	/* line 192, ../scss/partials/_buttons.scss */
.button-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  
  /* line 358, ../scss/partials/_buttons.scss */
.button-large {
  font-size: 19px;
  height: 38.4px;
  line-height: 38.4px;
  padding: 0px 30.72px; }
  
  /* line 358, ../scss/partials/_buttons.scss */
.button-jumbo {
  font-size: 24px;
  height: 51.2px;
  line-height: 51.2px;
  padding: 0px 50.96px; }

 .button-300 {
  font-size: 24px;
  height: 51.2px;
  line-height: 51.2px;
  width: 300px;
  } 
 
	
	
/* line 321, ../scss/partials/_buttons.scss */
.button-flat-highlight {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #f18d05;
  color: white;
  text-shadow: none;
  border: none; }
  /* line 330, ../scss/partials/_buttons.scss */
  .button-flat-highlight:hover {
    background: #fa9915; }
  /* line 333, ../scss/partials/_buttons.scss */
  .button-flat-highlight:active {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    background: #d8891e;
    color: #a66103; }
  /* line 338, ../scss/partials/_buttons.scss */
  .button-flat-highlight.disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
	
	/* line 321, ../scss/partials/_buttons.scss */
.button-flat-primary {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #00a1cb;
  color: white;
  text-shadow: none;
  border: none; }
  /* line 330, ../scss/partials/_buttons.scss */
  .button-flat-primary:hover {
    background: #00b5e5; }
  /* line 333, ../scss/partials/_buttons.scss */
  .button-flat-primary:active {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    background: #1495b7;
    color: #00647f; }
  /* line 338, ../scss/partials/_buttons.scss */
  .button-flat-primary.disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
	
	/* line 321, ../scss/partials/_buttons.scss */
.button-flat-action {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #7db500;
  color: white;
  text-shadow: none;
  border: none; }
  /* line 330, ../scss/partials/_buttons.scss */
  .button-flat-action:hover {
    background: #8fcf00; }
  /* line 333, ../scss/partials/_buttons.scss */
  .button-flat-action:active {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    background: #76a312;
    color: #486900; }
  /* line 338, ../scss/partials/_buttons.scss */
  .button-flat-action.disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
	
	
	/* トップへ戻るボタン
---------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    font-size: 70%;
}
#page-top a {
    display: block;
    text-decoration: none;
    padding-top: 62px;
    width: 62px;
    height: 0px;
    overflow: hidden;
    background: url("images/pagetop.png") no-repeat 0 0;/*画像のURLを指定。*/
}
  
#page-top a:hover {
    background-position: 0 -62px;
}