﻿@charset "utf-8";
/*
Theme Name: Welcart purpose theme
Theme URI: purpose e-direct PC
Description: The purpose Welcart theme.
Version: 1.0.0
Author: purpose e-direct co.LTD
Tags: USC, e-Shop, Welcart, cart, shopping, net shop, commerce
*/
/*********************************************************************/
/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* clearfix End */
/*********************************************************************/
/* base CSS Start */
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-repeat: repeat-x;
	background:#ffffff;
	font-size: 13px;
	line-height: 150%;
	word-wrap: break-word;
	color:#333;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	vertical-align:bottom;
}
a:hover img,
input:hover
{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
a {
        font-weight: bold;
        text-decoration: underline;
}

/* -- base リンク処理 -- */

a:link{	
	color:#0a3cb4;
}
a:visited{
	color:#663366;
}
/*
a:active{
	color:#0a3cb4;
}
a:hover{
	color:#3366cc;
}
*/

/* -- ul,li -- */
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* -- p -- */
p {
	margin: 15px 0px;
	padding: 0px;
}
/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.b{
	font-weight:bold;
}
.textcenter,
div.textcenter {
	text-align: center;
}
.tx10{font-size:10px;}
.tx12{font-size:12px;}
.tx14{font-size:14px;}
.tx16{font-size:16px;}
.tx18{font-size:18px;}
.tx20{font-size:20px;}
.tx22{font-size:22px;}
.tx24{font-size:24px;}
.tx30{font-size:30px;}
.tx40{font-size:40px;}

.btx10{font-size:10px;font-weight:bold;}
.btx12{font-size:12px;font-weight:bold;}
.btx14{font-size:14px;font-weight:bold;}
.btx16{font-size:16px;font-weight:bold;}
.btx18{font-size:18px;font-weight:bold;}
.btx20{font-size:20px;font-weight:bold;}
.btx22{font-size:22px;font-weight:bold;}
.btx24{font-size:24px;font-weight:bold;}
.btx30{font-size:30px;font-weight:bold;}
.btx40{font-size:40px;font-weight:bold;}

.mgb3{margin-bottom:3px;}
.mgb5{margin-bottom:5px;}
.mgb7{margin-bottom:7px;}
.mgb10{margin-bottom:10px;}
.mgb15{margin-bottom:15px;}
.mgb20{margin-bottom:20px;}
.mgb25{margin-bottom:25px;}
.mgb30{margin-bottom:30px;}
.mgb35{margin-bottom:35px;}
.mgb40{margin-bottom:40px;}
.mgb45{margin-bottom:45px;}
.mgb50{margin-bottom:50px;}

.mgt3{margin-top:3px;}
.mgt5{margin-top:5px;}
.mgt7{margin-top:7px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt25{margin-top:25px;}
.mgt30{margin-top:30px;}
.mgt35{margin-top:35px;}


.mgl3{margin-left:3px;}
.mgl5{margin-left:5px;}
.mgl7{margin-left:7px;}
.mgl10{margin-left:10px;}
.mgl15{margin-left:15px;}
.mgl20{margin-left:20px;}
.mgl25{margin-left:25px;}
.mgl30{margin-left:30px;}
.mgl35{margin-left:35px;}
.mgl40{margin-left:40px;}

.mgr3{margin-right:3px;}
.mgr5{margin-right:5px;}
.mgr7{margin-right:7px;}
.mgr10{margin-right:10px;}
.mgr15{margin-right:15px;}
.mgr20{margin-right:20px;}
.mgr25{margin-right:25px;}
.mgr30{margin-right:30px;}
.mgr35{margin-right:35px;}
.mgr40{margin-right:40px;}


/* -- color -- */
.red{color:#f10100;}
.blue{color:#0a3cb4;}
.bk{color:#000000;}
.wh{color:#ffffff;}
.txt_attention {color: #c30;}

/* -- float -- */
.img_right {
	margin: 5px 0px 0px 10px;
	float: right;
}
.img_left {
	margin: 5px 10px;
	float: left;
}
.img_center {
	vertical-align: middle;
}
.alignleft,
div.alignleft {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	float: left;
}
.alignright,
div.alignright {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* -- serch window -- */
.screen-reader-text {
	display: none;
}
#s {
	width:120px;
}


/* -- text block -- */
.line_space {
	margin-bottom: 10px;
}
.strong_txt {
	margin: 10px 15px;
	padding: 10px;
	background-color: #eee;
	border: 1px dotted #ccc;
}
.yellow_marker { 
    font-weight:bold;
	background: linear-gradient(transparent 40%, #fdff48 60%); 
}

/* -- パンくず -- */
.breadcrumbs {
	margin-bottom: 3px;
}
.breadcrumbs a{
	font-weight:normal;
}
.two_banner{
	margin:5px 0px 5px 0px;
}
.three_banner{
	margin:5px 0px 5px 0px;
}

/* -- いろいろな線（hr) --*/
hr.tensen {      /* 点線 */
    border: 0;
    border-bottom: 1px dotted #ccc;
 }

hr.shadow {      /* シャドウ */
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

.smt{	/*スマホ用非表示*/
	display: none;
}

/* base CSS End */
/*********************************************************************/
/* wrap CSS Start */
#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/* wrap CSS End */
/*********************************************************************/
/* header CSS Start */
#header {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	/* background-image: url('/images/header/header_bg.png'); */
	background-repeat: no-repeat;
}
#header	.TM_head_main{
	width :960px;
	height :120px;
	overflow:hidden;
}
#header	.TM_head_discp{
	width:100%;
	height:27px;
	line-height: 25px;		
}
#header	.TM_head_discp_text01{
	text-align:left;
	float: left;
}
#header	.TM_head_discp_text01 h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#header	.TM_head_discp_text02{
	text-align:right;
}
#header	.TM_head_discp_text02 a{
	font-weight:normal;
}
#header	.TM_head_logo{
	width : 200px;
	height: 85px;
	margin-right: 15px;
	float: left;
}
#header	.TM_head_dan1{
	height: 41px;
	margin-bottom:5px;
}

#header	.TM_head_dan1 img{
	padding:0;
	margin:0;
}

/*
#header	.TM_head_free{
	width: 320px;
	height: 85px;
	float: left;
	margin-right: 15px;
}
#header	.TM_head_cons{
	width: 407px;
	height: 44px;
	float: left;
}
#header	.TM_head_est{
	width: 135px;
	height: 40px;
	float: left;
	margin-right: 10px;
}
#header	.TM_head_form{
	width: 135px;
	height: 40px;
	margin-right: 20px;
	float: left;
}
*/

/*h1 {
	margin: 0px;
	padding: 55px 0px 10px 10px;
	font-size: 30px;
	color: #000;
}*/
h1#site-title,
div#site-title {
	margin: 0px;
	padding: 55px 0px 10px 10px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}
p.discprition {
	margin: 0px;
	padding: 0px 0px 50px 10px;
	font-size: 12px;
}
/* -- mainnavi -- */
div.mainnavi,
ul.mainnavi {
	border-top:#ff8b24 5px solid;
	border-bottom:#ff8b24 5px solid;
	/*padding: 5px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	background-image: url('/images/header/mainnavi_back01.png');
	background-repeat: repeat;
	background-color: #ff8b24;
	/*border: 1px solid #DAD8D1;*/
	/*background-color: #ffffff;*/
	line-height:300%;

}
	div.mainnavi ul li,
	ul.mainnavi li {
		padding: 0px 0px 0px 0px;
		margin: 0px;
		float: left;
		position: relative;
	}
	div.mainnavi li a,
	ul.mainnavi li a {
			width: 160px;
			height: 35px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			display: block;
			/*background-image: url('/images/header/mainnavi_back01.png');
			background-repeat: no-repeat;
			background-position: -160px 0px;*/
			color: #333;
			/*font-weight: bold;*/
			font-size: 15px;
			text-align: center;
			text-decoration: none;
		}
	div.mainnavi li a:hover,
	ul.mainnavi li a:hover {
				background-position: 0px 0px;
				text-decoration: none;

			}
	div.mainnavi ul ul,
	ul.mainnavi ul {
			margin-left:30px;
			display:none;
			position:absolute;
			top:30px;
			left:0;
			float:left;
			*box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
			-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
			-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
			z-index: 99999;*
		}
	div.mainnavi ul ul li,
	ul.mainnavi ul li {
				min-width: 230px;	
			}
	div.mainnavi ul ul ul,
	ul.mainnavi ul ul {
				left:100%;
				top:0;
			}
	/*ナビ２階層*/
	div.mainnavi ul ul a,
	ul.mainnavi ul a {
				margin-left:-80px;
				background-repeat: repeat-x;
				background-color: #FFF;
				border:#ff8b24 solid 1px;
				height:100%;
				line-height:1em;
				padding:10px;
				width: 230px;
			}
	/*ナビロールオーバー*/
	div.mainnavi li:hover > a,
	div.mainnavi ul ul :hover > a,
	ul.mainnavi li:hover > a,
	ul.mainnavi ul :hover > a {
				color:#333;
				background:#ffc67a;
			}
	div.mainnavi ul li:hover > ul,
	ul.mainnavi li:hover > ul {
				display:block;
			}
/* -- subnavi -- */
ul.subnavi {
	height: 29px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/sub_navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000;
}
ul.subnavi li {
	padding: 5px 20px;
	margin: 0px;
	float: left;
	font-size: 13px;
}
ul.subnavi a {
	color: #000;
}
/* -- ページnavi -- */
.pnavi {
	padding: 10px;
}


/* header CSS End */
/*********************************************************************/
/* main CSS Start */
/*  各ブロックのマージン・パディング設定 */
#main {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	background-color: #FFFFFF;
}
/* main CSS End */
/*********************************************************************/
/* sidebar CSS Start */
#leftbar {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#rightbar {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#leftbar a{
         color:#333;
	font-weight:normal;
}
#rightbar a{
         color:#333;
	font-weight:normal;
}
/* -- widget -- */

/* --左右ウィジェットの間隔　-- */
.sidebar li.widget {
	padding: 0px 0px 0px 0px;

}

.sidebar .widget_title {
	width: 200px;
	height: 36PX;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('/images/sidebar/title_backimage.png');
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height:300%;
}

.sidebar .widget_welcart_login .widget_title,
.sidebar .widget_welcart_featured .widget_title,
.sidebar .widget_welcart_calendar .widget_title,
.sidebar .widget_welcart_search .widget_title,
.sidebar .widget_welcart_category .widget_title,
.sidebar .widget_welcart_post .widget_title,
.sidebar .widget_welcart_page .widget_title,
.sidebar .widget_welcart_bestseller .widget_title {
}
.sidebar li.widget_welcart_login,
.sidebar li.widget_welcart_featured,
.sidebar li.widget_welcart_calendar,
.sidebar li.widget_welcart_search,
.sidebar li.widget_welcart_category,
.sidebar li.widget_welcart_post,
.sidebar li.widget_welcart_page,
.sidebar li.widget_welcart_bestseller{
	padding: 0px 0px 14px 0px;	
}
.sidebar .widget_tag_cloud .widget_title {
	padding: 25px 0px 10px 5px;
	border: none;
}
.sidebar .widget_title>img {
	height: 24px;
	width: 24px;
	margin: 0px;
	padding: 3px 5px 3px 0px;
	vertical-align: middle;
}
.sidebar li ul,
#calendar_wrap,
.widget_tag_cloud div,
.widget_search form {
	width: auto;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	/*background-color: #F7F7F7;*/
	border-right: 1px solid #DAD8D1;
	border-bottom: 1px solid #DAD8D1;
	border-left: 1px solid #DAD8D1;
}
.sidebar li ul ul {
	border: none;
}
.sidebar li li {
	width: auto;
	height: auto;
}
.menu-list li:before{
	content:'●';
	color:#ffd08d;
}
.menu-list li{
  padding-left: 1em;
  padding-right:0.1em;
  text-indent: -1em;
  margin-bottom:5px;

}
.welcart_widget_body {
}
.sidebar #calendar_wrap,
.sidebar li.widget ul.welcart_featured_body,
.sidebar li.widget ul.welcart_calendar_body,
.sidebar li.widget ul.welcart_search_body,
.sidebar li.widget ul.welcart_login_body {
	padding-top: 10px;
}
.sidebar #calendar_wrap,
.sidebar .widget_tag_cloud div {
	padding: 0px 10px 0px 10px;
}
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_pages li,
.sidebar .widget_meta li,
.sidebar .widget_links li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li,
.sidebar .widget_welcart_category li,
.sidebar .widget_welcart_post li,
.sidebar .widget_welcart_page li,
.sidebar .widget_welcart_bestseller li {
	padding: 0px 5px;
	/*border-bottom: 1px dotted #CCCCCC;*/
}
/* widget search start */
.sidebar .widget_search a,
.sidebar .widget_welcart_search a,
.sidebar .widget_ucart_search a {
	margin-right: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: underline;
}
.sidebar .widget_search a:hover,
.sidebar .widget_welcart_search a:hover,
.sidebar .widget_ucart_search a:hover {
	text-decoration: none;
}
.sidebar .widget_search #searchsubmit,
.sidebar .widget_welcart_search #searchsubmit,
.sidebar .widget_ucart_search #searchsubmit {
	width: 30px;
	height: 24px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-image: url('images/find2.png');
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	cursor: pointer;
	text-indent: -9999px;
	border-style: none;
}
.sidebar .widget_search input#s,
.sidebar .widget_welcart_search input.searchtext,
.sidebar .widget_ucart_search input.searchtext {
	width: 100px;
	background-color:#F00;
}
.sidebar .widget_search input#s {
	width: 100px;
}
/* widget search end */
/* widget wp-calendar start */
#wp-calendar {
	width: 180px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #333;
	border-collapse: collapse;
	border: 1px solid #DAD8D1;
	text-align: center;
}
#wp-calendar caption {
	padding: 3px 0px;
	font-weight: bold;
}
#wp-calendar th,
#wp-calendar td {
	padding: 0px;
	border: 1px solid #DAD8D1;
}
#wp-calendar th {
	background-color: #777777;
	color: #FFF;
}
#wp-calendar td {
	background-color: #FFF;
}
#wp-calendar td.businessday {
	background-color: #FFECCE;
	color: #F00;
}
.businesstoday {
}
/* widget wp-calendar end */
/* widget featured start */
.sidebar .widget_welcart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg {
	width: 150px;
	margin: 0px auto;
}
.sidebar .widget_welcart_featured .thumimg img,
.sidebar .widget_ucart_featured .thumimg img {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
.sidebar .widget_welcart_featured .thumtitle,
.sidebar .widget_ucart_featured .thumtitle {
	width: auto;
	padding: 0px 0px 0px 20px;
	margin: 15px 0px 0px 0px;
	background-image: url('images/list1.png');
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
}
.sidebar .widget_welcart_featured .thumtitle a,
.sidebar .widget_ucart_featured .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.sidebar .widget_welcart_featured .thumtitle a:hover,
.sidebar .widget_ucart_featured .thumtitle a:hover {
}
#rightbar .TMguide{
	margin-bottom: 14px;
	padding: 0px;
}
#rightbar .TMsafety{
	margin-bottom: 14px;
	padding: 12px 0px 6px 9px;
  	border: 1px solid #cccccc;
}
#rightbar .TMsafety img{padding-bottom: 6px;}
#rightbar .TMwarranty{
	margin-bottom: 14px;
	padding: 12px 0px 6px 9px;
  	border: 1px solid #cccccc;
}
#rightbar .TMwarranty img{padding-bottom: 6px;}
#leftbar .TMsearch{
	margin-bottom: 14px;
	padding: 12px 0px 6px 9px;
  	border: 1px solid #cccccc;
}
#leftbar .TMsearch img{padding-bottom: 6px;}
#leftbar .TMestimate{
	margin-bottom: 14px;
	padding: 0px;
}
#leftbar select{width:95%;}
.TM_sidebar_title{}

/* widget featured end */
/* sidebar CSS End */
/*********************************************************************/
/* content CSS Start */
/*　メインコンテンツCSS */
#content {
	height: 100%;
	padding: 0;
	/*background-color: #DAD8D1;*/
	background-color: #FFFFFF;
	/*border-bottom: 1px solid #DAD8D1;*/
	float: right;
}
	.three-column {
		width: 560px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.two-column {
		width: 745px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	/*border: 1px solid #DAD8D1;*/
	}
/* content CSS End */
/*********************************************************************/
/* content common CSS Start */
/* title */
#content h1,
#content h2 {
	margin: 0px;
	padding: 0px;
}
#content h2.pagetitle, 
#content .pagetitle,
 
/* 静的、記事ページタイトル */
#content .title {
	height: 33px;
	width :100%;
	padding: 0px 20px;
	background-image: url('/images/title/h1_33_745_o.png');
	background-repeat: no-repeat;
	border: none;
	display: block;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
}
#content h2{
	height: 28px;
	padding: 0px 20px;
	background-image: url('/images/title/h2_28_745_o.png');
	background-repeat: no-repeat;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
/*
#content .post h2 {
	padding-top: 10px;
	font-size: 1.17em;
}
*/

/* img */
#content img {
	margin: 0;
	/*max-width: 100%;　　2022/2/2申し込みページ用で削除　武藤*/
	height: auto;
}
/* トップへ戻るナビ */
.to_top{
text-align:right;
margin : 10px 0px 10px 0px;
}

/* catbox */
#content .catbox {
	background-color: #FFFFFF;
	/*border: 1px solid #DAD8D1;*/
}

/* TM_itemcatbox */
#TM_itemcatbox {
	background-color: #FFFFFF;

}
#TM_itemcatbox .itemarea{
	display:inline-block;
	margin-bottom:10px;
	margin-left:5px;
	width:175px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}
#TM_itemcatbox .textarea{
	margin: 5px 10px 5px 10px;
	}
#TM_itemcatbox .namearea{
	height: 100px;
	}
#TM_itemcatbox .kataarea{
	height: 25px;
	line-height:85%;
}
#TM_itemcatbox img{
	max-width: 100%;
}
#TM_itemcatbox .mainimg{
	margin: 0 auto;
	padding: 5px;
	width:150px;
	background-color: #dddddd;
	border: 1px solid #cccccc;
}
#TM_itemcatbox .makerimg{
	margin: 3px;
	padding: 0px;
	width:80px;
}
#TM_itemcatbox .ul{border-bottom: 1px dotted #CCCCCC;}
#TM_itemcatbox .ml{text-decoration: line-through;}
#TM_itemcatbox .sort_navigation {padding: 5px 0px 0px 0px;}
#TM_itemcatbox .sort_navigation li{padding-right: 25px;}
#TM_itemcatbox .sort_navigation a{font-weight:normal;}
#TM_itemcatbox .navigation {padding: 5px 0px 5px 0px;}
#TM_itemcatbox .inlinebox {float:left;}
#TM_itemcatbox a:link,
#TM_itemcatbox a:visited,
#TM_itemcatbox a:active{color:#333;}


/* kijibox */
#content .kijibox{
	width: 530px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	overflow:hidden;
	/*border: 1px solid #DAD8D1;*/
}
#TM_kiji_page{
	width:100px;
}

#TM_kiji_page h1{
	height: 33px;
	padding: 0px 20px;
	margin-bottom:10px;
	background-image: url('/images/title/h1_33_530_o.png');
	background-repeat: no-repeat;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 33px;
}
#TM_kiji_page h2{
	height: 28px;
	padding: 0px 20px;
	background-image: url('/images/title/h2_28_530_o.png');
	background-repeat: no-repeat;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}

#TM_kiji_page h2 a{
	text-decoration:none;
}

/* customer_voice */
#content .voicebox {
	width: 530px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	overflow:hidden;
	/*border: 1px solid #DAD8D1;*/
}

/* const_case */
#content .casebox {
	width: 530px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	overflow:hidden;
	/*border: 1px solid #DAD8D1;*/
}

/* page_box */
#content .page_box {
	width: auto;
	margin: 0px;
	padding: 30px 20px;
	background-image: url(images/pagebox_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
/* static_page */
#content .static_page {
	width: 745px;
	margin: 0px;
	padding: 0px;
}

#content .static_page h2{
	height: 28px;
	padding: 0px 20px;
	background-image: url('/images/title/h2_28_745_o.png');
	background-repeat: no-repeat;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

/* トップページ */
#content .top_page {
	width: 530px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	overflow:hidden;
}

/* thumbnail_box パンくず*/
#content .thumbnail_box {
	width: 119px;
	height: 190px;
	margin: 4px 0px 0px 4px;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
}
.thumbnail_box .thumimg {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.thumbnail_box .thumtitle {
	width: auto;
	margin: 10px 5px 5px 0px;
	padding: 0px;
	background-image: url('images/list1.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 20px;
}
.thumbnail_box .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	word-wrap: break-word;
}
.thumbnail_box .thumtitle a:hover {
	font-weight: bold;
}
.thumbnail_box a.detailbutton {
	width: 89px;
	height: 16px;
	padding-top: 5px;
	margin-top: 10px;
	background-image: url(/images/hinanjo/button_bg_detail01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #566732;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.thumbnail_box a.detailbutton:active {
	background-image: url(/images/hinanjo/button_bg_detail01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	outline: none;
}
/* content common CSS End */
/*********************************************************************/
/*  comment in Welcart Item single pageCSS Start */


.comment-respond {
	padding: 0px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	margin: 5px 0px 5px 0px;
	width: 170px;
}

.crfp-field{
	margin: 5px 0px 0px 170px;
}
#respond .form-submit{
	text-align:center;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	margin: 5px 0px 5px 0px;
	max-width: 270px;
	width: 60%;
}


.comment-form textarea {
	width: 50%;
}
.comment-form .required {
	color: #ed331c;
}


.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

/* comment CSS End */
/*********************************************************************/
/* Welcart Item single page CSS Start */

.page_content {
	padding: 10px;
}
/* Welcart Item single page CSS End */
/*********************************************************************/
/* Welcart Search page CSS Start */
#searchbox {
	margin: 0px;
	padding: 0px;
}
#searchbox div.field {
	margin: 20px 0px;
	padding: 0px;
}
#searchbox label.outlabel {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
#searchbox fieldset {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#searchbox legend {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 5px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
#searchbox fieldset ul {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#searchbox fieldset li {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	list-style-type: none;
}
/*wordpress search pege*/
.TMsearch_item{
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}
.TMsearch_navi{
	float:left;
	overflow: hidden;
}
/* Welcart Search page CSS End */
/*********************************************************************/
/* Welcart Inquiry page CSS Start */
.inqbox {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.inqbox ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
}
.inqbox li {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
.inqbox li strong {
	color: #cc0000;
}
.inqbox .inquiry_table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.inqbox form {
	margin: 0px;
	padding: 0px;
}
.inqbox th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}
.inqbox td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 12px;
	line-height: normal;
}
.inquiry_table input {
	width: 95%;
}
.inquiry_table textarea {
	width: 95%;
	height: 150px;
}
.inqbox .send {
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
}
.inqbox .inquiry_comp {
	margin: 50px auto 0px auto;
	padding: 15px 0px;
	color: #336600;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.inqbox .compbox {
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	font-size: 1em;
	line-height: 1.5em;
}
/* Welcart Inquiry page CSS End */
/*********************************************************************/
/* footer CSS Start */
#footer {
	width: auto;
	min-height:200px;
	margin: 0px 0px 0px 0px;
	background-color:#ff9130;
	color:#FFFFFF;
}
#footer p {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#footer .copyright {
 	clear: both;
	margin-top:-10px;
	text-align: center;
	background-color:#FFFFFF;
	color:#333;
	
}
#footer p.credit {
}
#footer ul.footernavi {
	color: #333;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
}
#footer li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#footer .TM_footer{
	padding-bottom:30px;
	border-top:#ffcc30 solid 15px;
}

#footer .TM_footer ul li {
	position: relative;
}

#footer .TM_footer ul{
	clear:left;
	margin-left:3px;
	padding-left:3px;
}

#footer .TM_footer li{
	clear:left;
	padding:1px 0px;
	padding-left:5px;
	border-left:#FFFFFF solid 1px;
}
#footer .TM_footer_icon{
	position:relative;
	display:inline-block;
	padding:0 0 0 16px;
	vertical-align:middle;
	text-decoration:none;
}
#footer .TM_footer_icon::before,
#footer .TM_footer_icon::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#footer .TM_footer_icon2::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#footer .TM_footer_icon2::after{
left: 3px;
width: 3px;
height: 3px;
border-top: 2px solid #ff9130;
border-right: 2px solid #ff9130;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#footer .TM_footer_logo{
	padding-top:35px;
	text-align:center;
	
}
#footer .TM_footer_text1{
	padding-top:30px;
	margin-left:35px;
	width:220px;
	float:left;
}
#footer .TM_footer_text2{
	padding-top:30px;
	margin-left:15px;
	width:210px;
	float:left;
}
#footer .TM_footer_text3{
	padding-top:100px;
	width:48%;
	vertical-align:middle;
	text-align:center;
	float:left;
}
#footer a:link{color:#fff; font-weight:normal;}
#footer a:visited{color:#fff;}
#footer a:active{color:#fff;}
#footer a:hover{color:#ffcc30;}

/* footer CSS End */
/*********************************************************************/
/*旧品番から探すページ*/
iframe.transfer {
	width: 100%;
	height: 1000px;
	border: none;
}
/*********************************************************************/
/*機能から探すページ*/
iframe.choice {
	width: 100%;
	height: 750px;
	border: none;
}
/*********************************************************************/
/*スピード見積りページ*/
iframe.speed {
	width: 100%;
	height: 1200px;
	border: none;
}

/*********************************************************************/
/*関連記事*/
/*********************************************************************/
#TM_related_m{
    	margin: 0px;
}
#TM_related_m h3{
    	margin:  15px 0px 0px 0px;
    	padding: 9px 10px 5px 10px;
	line-height:120%;
	background-color: #F7F7F7;
	font-size:16px;
}
#TM_related_m #TM_related_ol{
    	margin: 0px;
	font-size:15px;
	padding:0;
	list-style-position:inside;
}
#TM_related_m #TM_related_ol  li{
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	text-decoration: underline;
	border-bottom: 1px dotted #CCCCCC;
	list-style:none;
}
#TM_related_m #TM_related_ol a{
	font-weight:normal;
}
/*********************************************************************/
/*関連記事　サイドバー*/
/*********************************************************************/
#TM_related{
	background-color: #F7F7F7;
	border-right: 1px solid #DAD8D1;
	border-bottom: 1px solid #DAD8D1;
	border-left: 1px solid #DAD8D1;
    	margin-bottom: 15px;
}
#TM_related #TM_related_ol  li{
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	text-decoration: underline;
	border-bottom: 1px dotted #CCCCCC;
	list-style:none;
}
#TM_related h3{
	display:none;
}
#TM_related .yarpp-related {
	margin: 0px 0px 15px 0px;
}
#TM_related .yarpp-related {
	margin-bottom: 5px;
}
#TM_related #TM_related_ol{
	margin:0px 5px 5px -30px;
}
/*********************************************************************/
/*メーカー検索*/
/*********************************************************************/
#MAKER_SEARCH  hr{
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
   width: 100%;
   margin: 0 auto;
   margin-bottom:25px;
 }

#MAKER_SEARCH .hyoka{
	border-collapse: collapse; 
	text-align: left;  
	width:90%;
	margin: 20px auto;
}

#MAKER_SEARCH .hyoka th{
	border:solid #333 1px;
	background-color:#f8c9bc;
	padding:5px;
	vertical-align:middle;
}

#MAKER_SEARCH .hyoka td{
	border:solid #333 1px;
	padding:5px;
}

#MAKER_SEARCH .button{
	text-align:center;
	width:650px;
	margin: 5px auto 15px auto;
}

#MAKER_SEARCH .button img{
	text-align:center;
	margin:7px 15px;
}

#MAKER_SEARCH .explanation{
	width:470px;
	float:left;
	margin-right:25px;
	margin-left:15px;
}
#MAKER_SEARCH .explanation img{
	display:block;
	border:#66CCFF
}

#MAKER_SEARCH .explanation-graph{
	vertical-align:bottom;
	width:230px;
	float:left;
}

#MAKER_SEARCH .myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ff9999;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ff9999;
	box-shadow:inset 0px 1px 0px 0px #ff9999;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4d36), color-stop(1, #eb1000));
	background:-moz-linear-gradient(top, #ff4d36 5%, #eb1000 100%);
	background:-webkit-linear-gradient(top, #ff4d36 5%, #eb1000 100%);
	background:-o-linear-gradient(top, #ff4d36 5%, #eb1000 100%);
	background:-ms-linear-gradient(top, #ff4d36 5%, #eb1000 100%);
	background:linear-gradient(to bottom, #ff4d36 5%, #eb1000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d36', endColorstr='#eb1000',GradientType=0);
	background-color:#ff4d36;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #db371b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #bf310d;
}
#MAKER_SEARCH .myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb1000), color-stop(1, #ff4d36));
	background:-moz-linear-gradient(top, #eb1000 5%, #ff4d36 100%);
	background:-webkit-linear-gradient(top, #eb1000 5%, #ff4d36 100%);
	background:-o-linear-gradient(top, #eb1000 5%, #ff4d36 100%);
	background:-ms-linear-gradient(top, #eb1000 5%, #ff4d36 100%);
	background:linear-gradient(to bottom, #eb1000 5%, #ff4d36 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb1000', endColorstr='#ff4d36',GradientType=0);
	background-color:#eb1000;
}
#MAKER_SEARCH .myButton:active {
	position:relative;
	top:1px;
}



/*------------------
 ** RULE **
 -------------------*/
#RuleContents ol {
	list-style-type: decimal;
	margin-left: 45px;
	margin-right: 30px;
	margin-bottom: 40px;
}

/*** DESCRIPTION ***/

/*テキストの下にマージン*/

#DESCRIPTION .text_mg01 {
	margin: 0px 0px 10px 0px;
}

#DESCRIPTION .text_mg02 {
	margin: 0px 0px 20px 0px;
}

#DESCRIPTION .text_mg03 {
	margin: 0px 0px 30px 0px;
}

#DESCRIPTION .text_mg04 {
	margin: 0px 0px 50px 0px;
}

/*左に写真　右に文字*/
#DESCRIPTION .img_text {
	display:table;
	width:530px;
	margin:20px 0px;
}

#DESCRIPTION .img_textL {
	float:left;
	width:264px;
}

#DESCRIPTION .img_textR {
	display: table-cell;
	float:right;
    width:246px;
	margin:0px 0px 0px 20px;
}

#DESCRIPTION .blue_text {
	color:#0066FF;
	padding:40px 0 20px 0px;
}

/*修理費表*/
#DESCRIPTION table.repair_cost{
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
	margin-bottom:20px;
	width:100%;
}
#DESCRIPTION .repair_cost thead th{
	font-size:16px;
    padding:5px;
    color:#fff;
    border:1px solid #BF130D;
    border-bottom:3px solid #BF130D;
    background-color:#F22922;
    /*background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );*/
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
#DESCRIPTION .repair_cost thead th:empty{
    background:transparent;
    border:none;
}
#DESCRIPTION .repair_cost tbody th, tfoot th{
    color:#fff;
    background-color:#ff8b24;
    border:1px solid #FF7700;
    border-right:3px solid #FD7906;
    padding:0px 10px;
    /*background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(158,217,41)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(123,192,67))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );*/
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
#DESCRIPTION .repair_cost tfoot td{
    color: #F22922;
    font-size:20px;
    text-align:center;
    background-color:#ffebd4;
    border: 2px solid #ffddb6;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    text-shadow:1px 1px 1px #fff;
}
#DESCRIPTION .repair_cost tbody td{
    text-align:center;
    background-color:#ffebd4;
    border: 2px solid #ffddb6;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    text-shadow:1px 1px 1px #fff;
}


/*差額テーブル*/
#DESCRIPTION table.repair_gap{
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;
	margin-bottom:20px;
	width:100%;
}
#DESCRIPTION .repair_gap thead th{
	font-size:18px;
    padding:5px;
    color:#fff;
    border:1px solid #BF130D;
    border-bottom:3px solid #BF130D;
    background-color:#F22922;
    /*background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );*/
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
#DESCRIPTION .repair_gap thead th:empty{
    background:transparent;
    border:none;
}
#DESCRIPTION .repair_gap tbody th, tfoot th{
	font-size:16px;
    color:#fff;
    background-color:#ff8b24;
    border:1px solid #FF7700;
    border-bottom:3px solid #FD7906;
    padding:0px 10px;
    /*background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(158,217,41)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(123,192,67))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );*/
    /*-moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;*/
}
#DESCRIPTION .repair_gap tbody th a{
	color:#fff;
}
#DESCRIPTION .repair_gap tbody th a:hover{
	opacity:0.6;
}
#DESCRIPTION .repair_gap tfoot td{
    color: #F22922;
    font-size:20px;
    text-align:center;
    background-color:#ffebd4;
    border: 2px solid #ffddb6;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    text-shadow:1px 1px 1px #fff;
}
#DESCRIPTION .repair_gap tbody td{
    font-size:18px;
    text-align:center;
    background-color:#fff;
    border: 2px solid #ffddb6;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    text-shadow:1px 1px 1px #fff;
}


/*------------------20180710追加----------------------*/
/*--個人情報の開示・訂正等・利用停止等の通知について--*/
.ppc_go_jp {
width: 15em;
display: inline-block;
}
