@charset "UTF-8";

/* CSS reset
------------------------------ */
h1,h2,h3,h4,h5,h6,
ul,li,dl,dt,dd,p{
	padding:0;
	margin:0;
	border: 0;
	font-style:normal;
	font-weight: normal;
}
a:hover{
	opacity:0.8;
}
li	{
	list-style:none;
}

a:focus {
	outline:none;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}

input[type="submit"]{
	cursor:pointer;
}
img 	{
	vertical-align:bottom;
	max-width:100%;
}

body{
	color:#727171;
	font-size:0.88em;
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#eeeeee;
}

/*　汎用
------------------------------ */
.waku	{
	max-width:1000px;
	margin:0 auto;
}
.fl	{
	float:left;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.fr	{
	float:right;
}
.mt10{
    margin-top:10px;
}

.btn01	{
	background:#ad0303 no-repeat 5px center;
	padding:5px 5px 5px 23px;
	color:#FFFFFF;
	vertical-align:middle;

}
.fs08{
	font-size:0.8em;
}
.p0{
	padding:0;
}
.btn01:hover{
	opacity:0.5;
}
.tac{
	text-align:center;
}
.tal{
	text-align:left;
}
.pl10{
	padding-left:10px;
}
.bg01	{
	background:#f8f7f7;
	border-radius:3px;
	border:solid 1px #dedcd7;
	padding:10px;
}
.bg02	{
	background:#f8f7f7;
	border-radius:3px;
}
#bg03 th {
  background: #f8f7f7;
  border-radius: 3px;
  border: solid 1px #dedcd7;
  padding: 10px;
}
#text3,#text5{
    display:none;
}
.widthmax{
	margin-right:-500%;
	margin-left:-500%;
	padding-right:500%;
	padding-left:500%;
}
fieldset{
    border:solid 1px #dedcd7;
}

.m10 	{
	margin:10px;
}
.mt30{
	margin-top:30px;
}
.mb10{
	margin-bottom:10px;
}
.db{
	display:block;
}
.mb0{
    margin-bottom: 0!important;
}
.bg_gray{
	background-color:#A9A9A9;
}
.privacy{}

.privacy a{
    background:none!important;
    display:block!important;
    border-radius:0!important;
    padding:0!important;
    color:#404040;
}
.privacy a:hover{
    background:none!important;
}

.ft_l	{
	font-size:1.8em;
}
.clear{
    clear:both;
}
.tar{
	text-align:right;
}

/* header
------------------------------ */
.head_top	{
	background:#1b1413;
	color:#FFFFFF;
	height:40px;
}
.head_top h1{
	font-size:0.8em;
	/*margin-left:25%;*/
}
.head_top .fl{
	position:relative;
	padding-top:3px;
	width:50%;
}
.head_top .fl img{
	position:absolute;
	top:5px;
	left:10px;
	width:30%;
}
.head_top .btn01	{
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.9em;
	background:url(../img/icon_arrow01.png) no-repeat 5px center #ad0303 ;
	float:right;
	margin:7px 0 0 7px;
}
.head_top .fr img	{
	padding:7px 0px 7px 0;
	display:inline;
}
.orange_button{
	background:linear-gradient(#FFBA00,#FF810D);
	background-color:#FF9B00;
	border:1px solid #fff;
	box-shadow:0 0  3px #979797;
	color:white;
	min-width:169px;
	height:30px;
	border-radius:5px;
	font-size:1.2em;
	padding:0 15px;
	text-shadow:1px 1px #555505;
}
.gray_button{
	background:linear-gradient(#fff,#EDECEC);
	background-color:#EDECEC;
	border:1px solid #CFCFCF;
	min-width:169px;
	height:30px;
	color:#333;
	border-radius:5px;
	font-size:1.2em;
	padding:0 15px;
}
.pa10{
	padding:10px;
}
#login_div{
	background-color:#fff;
	width:500px;
	margin:0 auto;
	text-align:center;
}
table#login_table{
	margin: 0 auto;
}
h3#login_div{
	background: #1b1413 url(../img/bg_line01.png);
}
.blue_button{
	background:linear-gradient(#2386C9,#004A7C);
	background-color:#EDECEC;
	border:1px solid #CFCFCF;
	min-width:169px;
	height:30px;
	color:#fff;
	border-radius:5px;
	font-size:1.2em;
	padding:0 15px;
}
#service_button,.service_button{
	width:80%;
	max-width:500px;
	height:40px;
}
.head_btm	{
	background:#eee;
	padding:10px 0;
	height:25px;
}
.head_btm h2 img{
	/*margin-left:17%;*/
	float:left;
	width:20%;
}
.head_btm .fl,.head_btm .fr	{
	width:63%;
}
.head_btm ul	{
	margin-left:15px;
	padding-top:5px;
}
.head_btm li	{
	float:left;
	width:20%;
	text-align:center;
	height:30px;
}
.head_btm ul a	{
	color:#404040;
	text-decoration:none;
	display:block;
	border-right:dotted #BBB 1px;
}

.head_btm a:hover{
	color:#ad0303;
}

.menu	{
	display:none;
}

/* mainvisual
------------------------------ */

.mainvisual	{
	background:#404040 url(../img/bg_line01.png);
	padding:2% 0;
}
.mainvisual .waku	{
	position:relative;
}
.mainvisual_pic{
	width:100%;
}
.mainvisual_icon{
	position:absolute;
	right:20px;
	bottom:-50px;
	width:34%;
}

/* main_contents
------------------------------ */
.main_contents	{
	padding-top: 20px;
	/*overflow:hidden;*/
}
.mb20{
	margin-bottom:20px;
}
.tab_img{
	width:100%;
}
.cont01{
	float:left;
	width:69%;
	margin-bottom:20px;
}
h3	{
	background:#1b1413 url(../img/bg_line01.png);
	padding:5px 0 5px 10px;
	color:#FFF;
	font-size:1.2em;
	width:0 auto;
}
h3 span{
	color:#ff9900;
	font-size:0.8em;
}
h3 img	{
	margin-right:10px;
	width:30px;
}
h3 .guide{
	font-size:20px;
}
.box{
	padding:2%;
	background:#FFF;
	border:solid 1px #CCC;
}
.box01	{
  padding: 1%;
  float: left;
  width: 48%;
 margin:1%;
  border-radius: 2px;
  background-color: #F8f8f8;
  box-shadow:0 0 4px #CCC;
  box-sizing:border-box;
}
input#places{
	height:20px;
}
.w90{
	width:90%;
}
.mb30{
	margin-bottom:30px;
}
.mt20{
	margin-top:20px;
}
.mr10{
	margin-right:10px;
}
.white_cha{
	color:#fff;
}
.side_en{
	color:#fff;
	margin-right:5%;
	font-size:0.65em;
	margin-top:5px;
	float:right;
}
.menu01 ul.news_list li{
	background:url(../img/ico_arrow02.png) no-repeat 10px;
}
.menu01 ul.news_list li a{
	text-decoration:underline;
}

.box h5{
	font-size: 14px;
	height: 1.5em;
	margin-top: 10px 0;
 	overflow: hidden;
}
.truckFee{
	margin-bottom:10px;
}
.truckFee li{
	float:left;
	width:30%;
	margin-right:5%;
}
.truckFee li:last-child{
	margin-right:0;
}
#trucktitle{
	background: #fff;
  	padding:0 0 10px 10px;
  	border-bottom: 1px solid #C9C9C9;
	margin-bottom:10px;
}

.box_left,.box_right {
  font-weight: bold;
}

.box_left{
	float: left;
  font-size: 20px;
}
.box_right{
	float:right;
  vertical-align: top;
  font-size: 12px;
}

.box_right1{
	float: left;
  margin-right: 5px;
}

.left_box2{
	margin-top:20px;
	float: left;
  padding: 2px;
  margin:0 10px 10px 0;
  width:40%;
}

.left_box2 img{
	width:100%;
	height:auto;
	border:3px solid #ffffff;
	box-shadow:0 0 5px #CCCCCC;
}
.right_box{
	float:right;
	width:57%;
}
.item_price1{
	float:left;
	font-size: 18px;
  color: #F63;
  font-weight: bold;
  width:100%;
}
.item_contact{
	color:#727171;
	font-size:15px;
}
.item_main{
	margin:10px auto;
	overflow-x: scroll;
}
.item_main table{
	min-width:500px;
}

.item_main th,.item_main td,
.info_box,.info_box th,.info_box td {
	border:1px solid #ccc;
}
.item_main th,.info_box th {
	background-color:#eee;
}

.item_main th{
	width:20%;
}
.item_main td{
	width:32%;
}
.info_box{
	margin-bottom:10px;
	width:100%;
}
.info_box th{
	width:15%;
	padding-left:5px;
}
.info_box td{
	width:30%;
	padding-left:5px;
}
.box_right li {
  float: left;
  width: 170px;
  margin-right: 5px;
}
table#reissue input{
	margin-bottom:0;
}
.bt_item li{
	float:left;
	width:170px;
}
.bt_item img{
	width:170px;
}
.item_btbox03 a{
	width:150px;
	text-align: center;
  clear: both;
  margin:20px auto 0;
}
.photo_box {
  padding-top: 20px;
  clear: both;
}
.thumb {
  display: inline;
  float:left;
  margin:0.25%;;
	width:12%;
}
.thumb img{
	width:100%;
	height:auto;
}
.banner{
  padding-top: 20px;
  clear: both;
  text-align: center;
}
.banner ul{
	width:500px;
	margin:0 auto;
}
.banner li{
	width:150px;
	margin:5px;
}
.cont01 .bg01{
	font-size:1.1em;
	margin-bottom:10px;
}
.cont01 h4	{
	margin:10px 0;
	background:url(../img/tit_arrow01.png) no-repeat left center;
	padding-left:10px;
}
.cont01 ul	{
	overflow:hidden;
	padding-bottom:20px;
}

.fs12{
	font-size:1.2em;
}
.fs15{
	font-size:1.5em;
}
.delete_button{
	background: linear-gradient(#FFffff,#EDECEC);
	padding:5px;
	border: 1px solid #CFCFCF;
	border-radius:3px;
}
.banner li{
	float:left;
	width:150px;
	margin:5px;
}
.cont01 li img	{
	width:100%;
}
.cont01 a{
	border-radius:5px;
	color:#404040;
	/*text-decoration:none;*/
}
.border_table th,.border_table td{
	border:1px solid #898989;
}
.border_table th{
	background-color:#cccccc;
}
.entry_border{
	border-bottom:1px solid #cccccc;
}
.w100{
	width:100%;
}
.table_scroll{
	overflow:scroll;
}
#inquiry_history{
	min-width:550px;
}
#inquiry_history a{
	text-decoration:underline;
}
.cont01 input[type="text"]{
	background:#f8f7f7;
	border-radius:3px;
	border:solid 1px #dedcd7;
	padding:7px;
	margin-bottom:10px;
	margin-right:10px;
}
.cont02	{
	float:right;
	width:30%;
}
.menu01	{
	background:#FFF;
	border:solid 1px #ccc;
	margin-bottom:20px;
}
ul.menu01 p {
  padding-left: 20px;
}
.logout_bt {
	text-align:center;
	padding:5px 50px 5px 60px;
 	display: block;
}
td.dotted_bottom{
	border-bottom:1px dotted #898989;
}
td.dotted_top{
	border-top:1px dotted #898989;
}
td.dotted_right{
	border-right:1px dotted #898989;
}
td.dotted_left{
	border-left:1px dotted #898989;
}
.member_name{
	font-size:20px;
	text-align:center;
	padding-top:8px;
}
.menu01 li	{
	border-bottom:dashed 1px #B5B5B5;
	background:url(../img/ico_arrow02.png) no-repeat 10px 15px;
		padding:10px 10px 10px 30px;
}
.menu01 li a	{
	display:block;
	color:#404040;
	text-decoration:none;
}
.menu01 li:hover{
	background:#fae4e4 url(../img/ico_arrow02.png) no-repeat 10px 15px;
}
.menu01 ul.news_list li:hover{
	background:#fae4e4 url(../img/ico_arrow02.png) no-repeat 10px;
}
.cont02 iframe {
	width:100%;
	height:300px;
}
.box02 {
	padding:10px;
	background:#FFF;
	border:solid 1px #ccc;
}
.intro01{
	float:left;
	width:68%;
}
.guide{
	width:100%;
	margin-bottom:50px;	
	float:left;
}
.guide_step{
	color:#e04015;
	padding:0px 0 0 10px;
	font-size:18px;
	background-color:#ffffff;
	border-bottom:  1px solid #ccc;
	border-left:5px solid #e04015;

}
.guide_right{
	width:55%;
	float:right;
}
#extension_table textarea{
	height:100px;
}
.bs{
	box-shadow:0 0 5px #ccc;
}
.qa_box{
	margin-bottom:20px;
	background-color:#F6F6F6;
	padding:15px;
	box-shadow:0 0 3px #ccc;
}
.qa_box table th{
	border:none;
	vertical-align:top;
}
.question th{
	border-bottom:1px dotted #CECECE;
	color:#E04015;
	font-size:1.2em;
	padding-bottom:5px;
	font-weight:100;
	text-align:left;
}
.qa_box table td{
	border:none;
	padding-top:10px;
	vertical-align:middle;
}
p.question-text{
	margin: 8px 0 0 10px;
}
.question-icon,.answer-icon {
	width: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	border-radius: 50%;
	font-size: 20px;
}
.item_main th,.item_main td{
	padding-left:10px;
}
.question-icon{
	background: #E04015;
}
.answer-icon{
	background: #38387d;
}
p.answer-text{
	margin-left:10px;
}

table.voice,
table.voice tbody,
table.voice tr,
table.voice td
{
	width: 100%
}

.voice_box{
	margin-bottom:20px;
	background-color:#F6F6F6;
	padding:15px;
	box-shadow:0 0 3px #ccc;
}

.voice th{
	color:#E04015;
	font-size:18px;
	padding-bottom:5px;
	text-align:left;
	border-bottom:1px solid #ccc;
}
.voice_box table td{
	border-top:1px solid #ccc;
	border:none;
	padding-top:10px;
}

.contents{
	padding:2.5% 1% 1% 1%;

	
}
.contents img{
	width:40%;
	float:left;
}

#login_box1,#login_box2 {
	width:48%;
	height:270px;
	border:1px solid #dedcd7;
	margin:0;
}

#login_box1{
	float:left;
}
#login_box2{
	float:right;
}
.tac{
	padding-bottom:5px;
}
.login_text{
	padding:5px;
}
.box_truck2 {
  background: #fff;
  margin: 0;
  padding: 0;
}
.box_truck2 table {
  border: 1px solid #666;
  border-bottom: none;
  border-right: none;
}
.box_truck2 td,.item_title {
  border-right: #999 solid 1px;
}

.box_truck2 td {
  padding: 5px;
}
.item_title {
  font-weight: bold;
}

.favorite table{
	width:100%;
	margin-top:5px;
	border:1px solid #666;
}
.favorite td{
	border:1px solid #ccc;
	text-align:center;
	padding:10px 0;
}
.favorite th{
	background:#ccc;
	border:1px solid #eee;
}
.favorite .left-img a{
	width:170px;
	height:35px;
	margin-top:10px;
	padding:0;
	box-sizing:border-box;
}
.favorite .left-img img{
	padding:0;
	height:50px;
	width:170px;
	margin-top:-2px;
}
.bt_daisya img{
	margin-top:-2px;
}
.bt_del2  {
  background: url('../img/bt_del2.png');
  width: 169px;
  height: 30px;
  border: 0;
  cursor: pointer;
  margin:0 0 20px 14px;
  background-repeat:no-repeat;
  text-indent: -9999px;
}

.imgintro{
}
.imgintro img{
	width:100%;
	border:1px solid #ccc;
}

.imgintro p {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #ad0303 transparent transparent transparent;
}
.sitesyokai .strong {
	padding: 16px 0;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}
.sitesyokai .strong span {
	/*background: #FFBA00;*/
	color: #FF810D;
	display: inline-block;
	font-size: 1.4em;
	line-height: 1;
	/*padding: 4px 0;*/
}

.og {
	padding: 0 6px;
	margin: 6px;
	color: #ad0303;
}

.sitemap a{
	margin-left:5px;
}
.sitemap a:hover{
	color:#ad0303;
}
.sitemap li {
	width:32%;
	float:left;
	border-left:solid 1px #D8D1D2;
}
.sitemap li img{
	width:13px;
	height:13px;
	padding:3px;
	margin-top:10px;
	margin-left:10px;
}

.truck_titile a{
	width:80%;
}
.truck_title a:hover{
	background-color:#ccc;
}
.detail{
	margin-left:3%;
	font-size:14px;
	float:left;
	width:47%;
}
.detail1{
	margin-bottom:5px;
}
.imgtruck{
	float:left;
	padding-top:4px;
	width:50%;
	position: relative;
}
.imgtruck img.cautionImg {
	position: absolute;
	width: 80%;
	max-width: 140px;
	top: 20%;
	left: 10%;
	border: none;
}
.right_box .lease{
	font-size: 20px;
	color: #D30000;
	font-weight: bold;
	margin-bottom: 10px;
}
.imgtruck img{
	width:100%;
	border:2px solid #ffffff;
	box-sizing:border-box;
	
}
.news{
	padding:0 1%;
	margin-bottom:20px;
}
.news_title{
	font-size:20px;
	border-bottom:1px solid #ccc;
	color :#E04015;
	font-weight:100;
}
.news_date{
	font-size: 15px;
	text-align: right;
	margin:5px 5% 5px 0;
	color: #F63;
}
.news_text{
	font-size: 15px;
	margin-bottom:5%;
}
.backnumber{
	text-align:right;
	margin:5px 5% 10px 0;
}
.pure-form {
	margin-bottom:10px;
}
.pure-form table{
	padding:5px;
}
.pure-form th,.pure-form td {
	border:none;
	text-align:left;
	border-bottom:1px solid #ccc;
}

.pure-form th{
	padding:5px;
}
.pure-form td{
	padding:7px 7px 7px 10px;
	width:150px;
}
.estimate{
	width:60%;
	float:left;
}
.estimate_bt{
	float:right;
	margin-left:5px;
	width:35%;
}
#message p{
	padding:8px;
	background-color:#fafafa;
	box-shadow:0 0 5px #ccc;
	width:90%;
	margin:10px auto;
}
#message p span{
	border:1px dotted #A4A4A4;
	display:block;
	margin:3px auto;
	padding:5px;
}
#estimate_button{
	  background: linear-gradient(#FFBA00,#FF810D);
  background-color: #FF9B00;
  border: 1px solid #fff;
  box-shadow: 0 0 3px #979797;
  color: white;
  min-width: 169px;
  height:100px;
  border-radius: 8px;
  font-size: 1.3em;
  padding: 0 15px;
  text-shadow: 1px 1px #555505;
  background-image:url('../img/ico_index01.png');
  background-size:20px;
  background-repeat:no-repeat;
  background-position:center 72px;
  padding-bottom:10px;
}

#item_estimate select,#estimate_table select{
	font-size:1.5em;
}
.caution	{
	color:#c41a01;
}

/*------規約--------*/
.term h3 {
}
.term h4 {
	font-size: 1.2em;
}
.term ul,.term ol {
	padding-bottom: 10px;
}
.term li {
	list-style:decimal;
}



/*　footer
------------------------------ */
.footer	{
	background:#404040 url(../img/bg_line01.png);
	padding-top:20px;
	margin-top:20px;
	position:relative;
}
.ico_area	{
	position:relative;
	max-width:1000px;
	margin:0 auto;
}
.footer_icon {
	position:absolute;
	width:6%;
	left:0;
	top:-30px;
}
.footer_list {
	background:#1b1413;
	color:#FFF;
}
.footer_list .waku {
	padding:20px;
}
.footer_list ul{
	overflow:hidden;
	line-height:1.8em;
}
.footer_list li	{
	float:left;
	background:url(../img/ico_arrow03.png) no-repeat left 8px;
	padding-left:20px;
	margin-right:10px;
}
.footer_list li a{
	color:#FFF;
	text-decoration:none;
}
.footer_list li a:hover{
	color:#ad0303;
}
.copy	{
	margin-top:10px;
}

.tabs {
  list-style: none;
  border-radius: 2px 2px 0 0;
  text-transform: uppercase;
}
.tabs:last-child {
  margin-bottom: 0;
}
.tabs.tabs-justified li {
  text-align: center;
  display: table-cell;
}
.tabs ul{
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.tabs li {
  list-style: none;
  display: inline-block;
  padding: 0.5em;
  margin: 0;
  opacity: 0.5;
  transition: all 100ms;
  border-bottom: 2px solid rgba(0,0,0,0);
}
.tabs li.active,
.tabs li:hover {
  opacity: 1;
  border-bottom: 5px solid #c21a01;
}
.tabs li a {
  display: block;
  text-decoration: none;
}
.sp{
    display:none;
}

/*管理画面*/
.sidebar{
	float:left;
	width:20%;
}
.mainbar{
	float:right;
	width:78%;
}
.mainbar table{
	border:1px solid #EAEAEA;
}
.mainbar table th {
	background-color:#f0f0f0;
	padding:5px;
}
.mainbar table td,.mainbar table th{
	border:1px solid gray;
	padding:5px;
}
.itemprice{
	color:#f03c02;
	margin-left:40px;
}
.day{
	float:right;
}
.menu02_left,.menu02_right {
	background:#FFF;
	border:solid 1px #ccc;
	margin-bottom:20px;
}

.menu02_left{
	float:left;
}
.menu02_right{
	float:right;
}

.sbt01{
	text-align:center;

}
.list_change{
	margin-top:50px;
}
.search{
	margin-top:20px;
}
.serach th{
	border:1px solid gray;
	background-color:#ccc;
}
.list_item{
	margin:5px 0;
}
.bt_right{
	float:right;
	margin:10px 20px 10px 0;
}
.bt_right1{
	float:right;
	margin:10px 30px 10px 0;
}
.bt_area ul{
	overflow:hidden;
	width:358px;
	margin:10px auto 20px;
}
.bt_area li{
	float:left;
	width:169px;
	margin:0 5px;
}

.bt_cl01{
	margin-left: 39%;
  width: 169px;
  height: 30px;
  border: 0px;
  cursor: pointer;
  text-indent: -9999px;
  margin-right: 20px;
  background-repeat: no-repeat;}


.bt_position{
	text-align:center;
	margin:5px auto 0;
}

.banner1{
	margin-top:10px;
}

.banner1 ul{
	overflow:hidden;
	margin:0 auto 5px;
	width:378px;
}
.banner1 li{
	float:left;
	width:169px;
	margin:0 10px;
}
.bt_list{
	background:url('../../common/img/bt_search.png');
	width:132px;
	height:32px;
	border:0px;
	cursor:pointer;
	text-indent:-9999px;
}
ul.pageNav {
  margin:0;
  text-align: center;
}
ul.pageNav li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}
ul.pageNav li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #ccc;
  text-decoration: none;
  vertical-align: middle;
}
/* お問い合わせ */
.contact_tbl	{
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-bottom:30px;
	width:100%;
}
.contact_tbl th	{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	width:25%;
	text-align:left;
}

.contact_tbl th,.contact_tbl td,
.guide_tbl th,.guide_tbl td	{
	padding:5px;
}

.guide_tbl	{
	border:1px solid #CCC;
	margin-bottom:30px;
}
.guide_tbl th	{
	width:25%;
	text-align:left;
}
.contact_area input[type="text"],
.contact_area input[type="email"],
.contact_area textarea{
background-color: #eee;
border-radius: 3px;
border: 0;
height: 25px;
margin:5px 0;
}
.contact_area textarea {
	width:300px;
height:150px;
resize:none;
}
.contact_area input[type="submit"]{
height: 40px;
width: 150px;
margin-right: auto;
margin-left: auto;
display: block;
background-color: #57a973;
color: #FFF;
border-radius: 3px;
border: 0;
font-size: 14px;
}
.title {
	font-size:1.2em;
	padding: 0.75rem;
	margin:0px 0 15px 0;
	border:1px solid #f03c02;
	border-left-width: 10px;
	border-left-style: solid;
	background-color:#fff;
}
/* お問い合わせ */
.contact_tbl,
.guide_tbl	{
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-bottom:30px;
}
.contact_tbl th	{
	width:25%;
}
.contact_tbl th,.contact_tbl td,
.guide_tbl th,.guide_tbl td	{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding-left:15px;
}

.guide_tbl th	{
	width:25%;
}
.border{
	padding:5px;
}
.border_bottom th,td{
	border-bottom:dashed 1px #B5B5B5;
}
.border th,.border td{
	border:1px solid #CCC;
	padding:5px;
}

#ajaxtable th{
	font-weight:normal;
	border:none;
	vertical-align:top;
	padding:0;
}

/*大迫追加*/
.melit_box_1 {
	margin-bottom:20px;
	background-color:#F6F6F6;
	padding:15px;
	box-shadow:0 0 3px #ccc;
}

.melit_box_title1 th{
	color:#E04015;
	font-size:18px;
	padding-bottom:5px;
	text-align:left;
}
.melit_box_1 table td{
	border-top:1px solid #ccc;
	border:none;
	padding-top:10px;
}
.back_table{color:#E04015;
	font-size:18px;
	padding-bottom:5px;
	text-align:left;
}

.melit_box p {
	font-size:15px;
	padding:4px;
}

.step_7{
	padding:3%;
	border-top:2px dashed #ccc;
	border-bottom:2px dashed #ccc;
	border-left:2px dashed#ccc;
    border-right:2px dashed #ccc;
}

td.yen {
	padding: 20px;
}

.yen > span {
	color: #ad0303;
}

.syokai {
	color: #fff;
	background-color: #fc6e6e;
}

.syokai span {
	font-size: 80%;
}

td.yen > span,.posi {
	font-weight: bold;
	font-size: 2em;
}

td.yusou {
	padding: 20px 14px;
}
.ryokin td,.ryokin th {
	text-align: center;
}

.uke {
	line-height: 1.2;
	display: inline-block;
	font-size: 40%;
}

ul.example {
	padding-bottom: 0;
}

.kake {
	padding: 10px;
}

.ex_list {
	margin-left: 20px;
	position: relative;
}

.ex_list::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #f03c02;
	border-radius: 100%;
}
.detail_icon{
	display:none;
}
#btn2{
	background: linear-gradient(#FFBA00,#FF810D);
    background-color: #FF9B00;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #979797;
    color: white;
    min-width: 169px;
    height: 30px;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 0 15px;
    text-shadow: 1px 1px #555505;
}
td.submit input{
	background: linear-gradient(#fff,#EDECEC);
    background-color: #EDECEC;
    border: 1px solid #CFCFCF;
    min-width: 169px;
    height: 30px;
    color: #333;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 0 15px;
}
td.submit {
    border: none;
	padding-top:30px;
}
table#bg03{
	border-right:none;
}
table#bg03 td{
	border-right: 1px solid #CCC;
}
table#bg03 tr:last-child td {
    border-right: none;
}
#item_estimate{
	width:60%;
	float:left;
}
#item_estimate_bt{
	width:30%;
}
#item_estimate td{
	width:auto;
}
.estimate_area{
	padding:15px;
	background-color:#f2f2f2;
}

@media screen and (min-width: 568px) {
	
  .tabs {
    margin: 0.5em 0;
  }
  .tabs li {
    padding: 1em;
  }

.bg-nav,
.bg-nav a {
  background: #585757;
  color: #fff;
}

nav	{
	margin-top:15px;
	background:#585757;
	color:#FFF;
	font-size:1.22em;
}

/* お問い合わせ */

.contact_area input[type="text"],
.contact_area input[type="email"],
.contact_area textarea{
background-color: #eee;
border-radius: 3px;
border: 0;
height: 25px;
margin:5px 0;
}
.contact_area textarea {
	width:300px;
height:150px;
resize:none;
}
.contact_area input[type="submit"]{
height: 40px;
width: 150px;
margin-right: auto;
margin-left: auto;
display: block;
background-color: #57a973;
color: #FFF;
border-radius: 3px;
border: 0;
font-size: 14px;
}
.l	{
	width:60%;
}
.m		{
	width:45%;
}
.z		{
	width:15%;
}
.txt_right{
	text-align:right;
}

.sizes	{
	font-size:0.8em;
}

.forth {
	margin-right:-2%;
}
.forth li{
	width:23%;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}

.tel	{
	font-size: 34px;
	color: #20A541;
	display: block;
	margin-top: 10px;
}

.link_btn	{
	width:30%;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #57a973;
	color: #FFF !important;
	border-radius: 3px;
	border: 0;
	font-size: 14px;
	padding:10px 0 0 0;
	text-decoration:none !important;
}
.link_btn:hover{
	opacity:0.5;
}

.center{
	text-align:center;
}
table.tal th, table.tal td {
	padding:5px;
}
.tal th{
	white-space:nowrap;
	width: 15%;
    min-width: 125px;
}
.tal td{
	width:33%;
}
.tal tr{
	border-bottom: dashed 1px #B5B5B5;
}

}
@media screen and (max-width:791px){
	.right_box{
		width:auto;
	}
	.thumb{
		width:16%;
		margin:0.33%;
	}
	#trucktitle .box_right{
		float:right;
	}
	ul.box_right{
		float:none;
		max-width:350px;
		margin:10px auto;
	}
	.box_right li {
  width: 48%;
  margin: 1%;
}
	.left_box2 {
  float: none;
  margin: 0 auto;
}
.right_box {
  float: none;
  margin: 10px auto;
}
	.estimate {
  width: 100%;
  margin: 0 auto;
  float: none;
}
.estimate_bt {
  width: 100%;
  margin: 0 auto 20px 0;
  float: none;
  text-align: -webkit-center;
}
#estimate_table{
	width:90%;
	margin:0 auto;
}
.sp{
    display:block;
}
.pc{
    display:none;
}
#logo{
    float:left;
    width:48%;
    max-width:247px;
}
#telno{
    width:48%;
    max-width:238px;
    margin-top:7px;
}
#telno img{
    width:100%;
}
.lesson	{
	font-size:1.2em;
}
.triple li{
	width:100%;
	float:none;
	margin-top:20px;
}
.box .fr	{
	width:100%;
}
.whiteBox iframe {
	width:100%;
	float:none;
	margin-bottom:20px;
}
img.fr{
	width:100%;
	float:none;
}

.double .fl,
.double .fr{
	float:none;
	width:99%;
	margin-bottom:40px;
}

.sizes	{
	display:block;
}

.forth li{
	width:48%;
	margin-bottom:15px;
}

.contents_area .point .model li img {
	width:auto;
}

.heading{
	padding:10px;
	font-size:14px;
	}
.whiteBox .fr	{
	padding-left:0;
}

.waku	{
	padding:0 10px;
}
.cont01,.cont02	{
	/*float:none;*/
	width:100%;
}
.cont02 iframe	{
	width:100%;
}
.footer_icon	{
	width:12%;
}
.cont01 ul	{
	width:100%;
}
.cont01 li	{
	width:100%;
	margin-bottom:10px;
}
h1	{
	width:100%;
	float:none;
}
/*.head_top .fr{
	display:none;
}*/
.head_top .fl{
	width:100%;
}
.header .fl,
.header .fr{
	float:none;
}
.head_btm {
	height:auto;
}
.head_btm h2 img{
    margin-left:0;
}
.head_btm ul	{
	display:none;
	position:absolute;
	z-index:200;
	width:100%;
	top:35px;
	margin-left:0;
}
.head_btm li	{
	width:100%;
	background:#EFEFEF;
	border:none;
	border-bottom:1px solid #FFF;
}
.head_btm .fl{
	width:100%;
}
.head_top .fl img{
	width:20%;
	top:15px;
	left:0;
	z-index:250;
}
.head_top .fl img.menu{
    width:26px;
    float:right;
    position:relative;
    margin-top:-6px;
}
.head_btm ul a{
	border:none;
	line-height:30px;
}
.head_btm h2 img{
	width:191px;
}
.head_top h1{
	width:40%;
    min-width:285px;
    float:left;
    margin-left:0;
}
.menu	{
	display:block;
	float:right;
	width:26px;
}
h3.mt20{
    margin-top:20px;
}
.info_box{
	width: 100%;
	margin:0;
}
td.yen {
		padding: 5px;
	}
	td.yusou {
	padding: 14px 10px;
	}
	ul.example li {
		width: 90%;
	}
	.head_btm .fr{
	width:100%;
    }
.head_btm li{
	padding:5px 0;
    }
#login_box1,#login_box2 {
	margin-bottom:20px;
	width:100%;
	height:auto;
    }
.bt_position{
	padding-top:10px;
	padding-bottom:10px;
}
#item_estimate{
	width:100%;
}
#item_estimate th{
	width:50%;
}
#item_estimate_bt{
	margin-top:30px;
	width:100%;
}
#estimate_button{
	margin-top:20px;
}
.truckFee li{
	width:30%;
}
}

@media screen and (max-width:568px){
	.thumb{
		width:30%;
		margin: 1.66%;
	}
#estimate_button{
	width:50%;
}

.box01{
	width:100%;
}

.contact_tbl{
	width:100%;
}
.contact_tbl th{
	width:auto;
	list-style-type: none;
	margin:0;
	padding:2%;
}

.contact_tbl td{
	margin:0;
	padding: 10px 0 10px 10px;
	list-style-type: none;
	border-bottom:1px solid #ccc;
	border-left: 1px solid #ccc;
}
.contact_tbl td,.contact_tbl th{
	display: list-item;
  list-style: none;
}
.guide_tbl{
	width:100%;
	margin-right:5%;
}
.guide_tbl th{
	width:100%;
	list-style-type: none;
	margin:0;
	padding:0;
}
.guide_tbl tr{
	width:100%;
	margin:0;
	list-style-type: none;
}
.guide_tbl td{
	width:96.5%;
	margin:0;
	padding: 10px 0 10px 10px;
	list-style-type: none;
	border-bottom:1px solid #ccc;
	border-left: 1px solid #ccc;
}
.guide_tbl td,.guide_tbl th{
	display: list-item;
  list-style: none;
}

.border{
	border:1px solid #CCC;
	padding:5px;
}
.bg01{
	border: none;
	margin-left:20%;
}
.mw30{
	min-width:30%;
}
.cont01{
	width:100%;
}
.cont01 .bg01{
	margin:0;
}
.bt_cl{
	margin:0;
}
.center{
	text-align:center;
}

.left_box2{
	width:100%;
	padding:0;
}
.left_box2 img{
	width:100%;
}
.keyword{
	text-align:center;
}
.sitemap li{
	list-style:none;
	display: list-item;
	width:100%;
	margin-top:0;
	margin-bottom:0;
}
.guide img{
	width:100%;
	max-width:300px;
	margin-bottom:3%;
}
.guide_right{
	width:100%;
	float:none;
}
.guide p{
	float:none;
	text-align:left;
}
.contents{
	text-align:center;
	max-width: 400px;
  margin: 0 auto;
}
.contents p{
	margin-top:10px;
}

.contents img {
  width:100%;
  float: none;
}
#service_button, .service_button,.orange_button,.gray_button {
	height:auto;
	width:auto;
	min-width:auto;
	min-width:initial;
}
.favorite table{
		min-width:500px;
	}
table.tal th, table.tal td,table.tal tr{
	display:list-item;
	list-style-type:none;
}
table.tal th{
	padding-top:10px;
}
table.tal td{
	padding-bottom:10px;
}
}
@media screen and (max-width:380px){
#telno{
		margin-top:0;
}
.spnone{
	display:none;
}
.detail_icon{
		display:block;
	  width: 70px;
  text-align: center;
  font-size:13px;
  background:#F03C02;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -10px;
  padding:2px;
  font-weight:bold;
   border-bottom: 1px solid;
   }
.detail_icon a{
	 color:#fff;
	}

#estimate_table{
	width:100%;
	border:1px solid #ccc;
}
#estimate_table th{
	width:auto;
	list-style-type: none;
	margin:0;
	padding:2%;
	background: #f8f7f7;
}

#estimate_table td{
	margin:0;
	width:auto;
	padding: 10px 0 10px 10px;
	list-style-type: none;
	
}
#estimate_table td,#estimate_table th{
	display: list-item;
  list-style: none;
}
.truckFee li{
	float:none;
	width:100%;
	margin-right:0;
}
.truckFee li img{
	display:block;
	margin:20px auto;
	width:auto;
}
}
.favorite th,.favorite td{
    font-size:12px;
}
.printTable th,.printTable td{
    padding:10px;
}
.cont01 a.orange_button{
    color:#ffffff;
    text-decoration:none;
    width:100px;
    text-align:center;
    display:block;
    margin:20px auto;
}
.bannerArea img{
	width: 100%;
}