/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
}

#container-inner {
    width: 843px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0px;
    padding-bottom: 10px;
}

#header-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 1px;
    padding-left: 18px;
}

#footer-inner {
    overflow: hidden;

}



/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 161px;
    width: 458px;
}

.layout-twt #beta {
    left: -458px;
    width: 161px;
}

.layout-twt #gamma {
    width: 224px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}

/* Thin-Wide */

.layout-tw #alpha {
    left: 161px;
    width: 682px;
}

.layout-tw #beta {
    left: -682px;
    width: 161px;
}

/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-images-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-images-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-images-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(/image/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(/image/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}


/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif ; line-height: 160%; 

}


/* Header */

#header {
    border-top-width: 0px;
    border-top-style: solid;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 0 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #ccc;
}

.asset-footer {
    border-top: 1px solid #ccc;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
color: #333;  
    font: normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif ; line-height: 160%; 
}

a {
    color: #00A0E9; 
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content {  
    margin-bottom: 0px;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner {
    position: relative;
    margin: 0 auto;
}


#content-inner,
#footer-inner {
    position: relative;
    width: 843px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header { 
}

#header a {
    color: #fff;
    font-weight: bold;
}

#header-content {
    width:843px;
    margin-top: 10px;
}

#header-name {
    color: #fff; 
    font-size: 34px;
    font-weight: bold;
}

#header-description {
    color: #333;  
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
}

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}


 .asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #666;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer { 

}

#footer-content {
    margin: 20px 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}
/* 0826 ---------------------------------------------------------- */
.h-border-00a0e9 {
border: 1px solid #C1D1DB; padding-bottom:10px; margin-bottom:15px;
background-color: #fff;
}

.h-left-menu {
margin-bottom:3px;
}

.left-bottom {
margin-bottom:15px;
}

.h-left-menu02 {
padding-top:10px;padding-left:15px;
}

.h-left-menu02,
.h-left-menu02 a,
.h-left-menu02 a:active,
.h-left-menu02 a:hover,
.h-left-menu02 a:visited{
text-decoration:none;color:#00a0e9;line-height:160%;font-size:12px;
}

.h-left-bana {
margin-bottom:5px;
}

.bottom10px{
margin-bottom:10px;
}

#container {
background-image:url(/image/back02.gif);
background-repeat: no-repeat;
BACKGROUND-POSITION:center top;
background-color: #fff;
width: 880px;
border-left: 1px solid #999;
border-right: 1px solid #999;
}

#container2 {
background-color: #fff;
width: 880px;
border-left: 1px solid #999;
border-right: 1px solid #999;
}

body {
background-color: #fff;
}


.h-footer{
text-decoration:none;color:#333;line-height:160%;font-size:12px;
}

.h-footer a,
.h-footer a:active,
.h-footer a:hover,
.h-footer a:visited{
text-decoration:none;color:#00a0e9;line-height:160%;font-size:12px;
}


/* レントラライト便 */
.light10pt {
font-size: 12px;
line-height:160%;
}
.light10pt_bb {
color:#0071BB;
font-size:12px;
line-height:160%;
margin-top:5px;
font-weight:bold;
}

.light10pt_b6{
color:#666;
font-size:12px;
line-height:160%;
margin-top:5px;
}

.light12pt_b0{
color:#000;
font-size:14px;
line-height:160%;
margin-top:5px;
font-weight:bold;
}

.light10pt_0{
color:#000;
font-size:12px;
line-height:160%;
margin-top:5px;
}

#sys_tb_01 {
        color: #333;
        margin-bottom: 5px;
		margin-top: 5px     ;
        border-top: 1px solid #66CC99;
        border-left: 1px solid #66CC99;
        border-collapse: separate;
		font-size:12px;
}

#sys_tb_01 td {
        padding: 3px;
        border-right: 1px solid #66CC99;
        border-bottom: 1px solid #66CC99;
}

#sys_tb_02 {
        color: #333;
        margin-bottom: 5px;
		margin-top: 5px;
        border-top: 1px solid #FFCC33;
        border-left: 1px solid #FFCC33;
        border-collapse: separate;
		font-size:12px;
}

#sys_tb_02 td {
        padding: 3px;
        border-right: 1px solid #FFCC33;
        border-bottom: 1px solid #FFCC33;     
}

ul.light_list {
padding-left: 30px;
}

.light_list{
list-style-images: url(/image/light/item01.gif); 
margin: 0px;
padding-left: 0px;
color:#0071BB; font-size:14px;line-height:160%; margin-top:5px; font-weight:bold;
}

.light-img-01{
float:left; padding-right:20px; padding-left:16px;
}
.light-img-02{
float:left; padding-right:20px;
}
.float-left{
float:left;
}









/* システム---------------------------------------------------------- */
.table-sys1 td,.table-sys1 th,.table-sys2 td,.table-sys2 th{
	padding:2px;
	font-size:1.1em;
	line-height:1.4em;
}
.td-sys1{
	text-align:center;
	vertical-align:middle;
}
.table-sys1 td,.table-sys2 td{

}
/*table-sys1*/
.table-sys1 td,.table-sys1 th {
	border: 1px solid #5FC19D;
}
.table-sys1-bg1{
	background-color:#E6FBD6;
}
.table-sys1-bg2{
	background-color:#EBFBFF;
}
/*table-sys1*/
.table-sys2 td,.table-sys2 th {
	border: 1px solid #FFC131;
}
.table-sys2-bg1{
	background-color:#FBFAD6;
}
.table-sys2-bg2{
	background-color:#FFE8C4;
}
/*:::inner:::*/
ul.list1 li {
	font-size:100%;
	line-height: 1.6em;
	margin: 0 0 5px -3px;
	list-style-images: url(/image/system/icon1.jpg);
	list-style-position: outside;
}

/* ご依頼実績---------------------------------------------------------- */

#table_st {
        color: #333;
        margin-bottom: 20px;
		margin-top: 10px;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        border-collapse: separate;
}

#table_st td {
        padding: 5px;line-height: 110%;
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
}

.table_st_tx1 {
text-align:center;
margin-top:2px;
font-size: 13px;
color: #fff;
}

.table_st_tx2 {
margin-top:2px;
font-size: 11px;
color: #333;
}

/* サービス内容---------------------------------------------------------- */

#about1{
float:left;
width:300px;
margin:10px;
}

#about2{
float:left;
background-images: url(/image/about/m_back.gif);
width:196px; height:175px;
margin:10px;
}

#move_about{
margin-left:13px; margin-top:10px; 
}

#merit1{
background-image: url(/image/about/merit_02.gif);
width:663px;
}

#merit2{
float:left;
width:275px;
margin-left:10px;
margin-right:15px;
}

#merit3{
float:left;
width:275px;
}

#merit4{
margin-left:10px;
}

#system1{
float:left;
width:370px;
margin-top:10px;margin-left:10px;margin-right:15px;
}

#system2{
float:left;
margin-top:10px;
}


#kojin{
float:left;
width:269px;
margin-left:10px;margin-right:15px;
}

#kigyou{
float:left;
width:269px;
}

#syaryou1{
float:left;
width:320px;
margin-left:10px;margin-right:30px;
}

#syaryou2{
float:left;
width:196px;
}

.about_text1 {
margin-top:2px;
font-size: 12px;
line-height: 140%;
color:#003399;
}

.about_text2 {
margin-top:2px;
font-size: 12px;
line-height: 140%;
color:#A6A6A6;
}

.about_text3 {
margin-top:2px;
font-size: 12px;
line-height: 140%;
color:#0066CC;
}

.about_text4 {
margin-top:2px;
font-size: 12px;
line-height: 140%;
color:#333333;
}

#table_style1 {
        color: #333333;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        border-collapse: separate;
}

#table_style1 td {
margin-top:2px;
font-size: 12px;
        padding: 5px;
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
}

/* 個人のお客様---------------------------------------------------------- */

table.table-personal1 {
	background: url(/image/bg1.jpg) repeat-y;
}
td.td-personal1 {
	padding: 10px 20px;
}

.voice_text1{
	color: #333;
	font-size: 11px;
	margin-top:2px;
	line-height: 140%;
}

.voice_t{
	color: #3DB4BC;
	font-size: 13px;
	margin-top:2px;
	line-height: 140%;
	font-weight:bold;
}

#voice-box1{
	border: solid 1px #3DB4BC; 
	background-color:#D5EDED; 
	width:641px; 
	margin-bottom:10px;
padding: 10px
}

#voice-box2{
	padding:10px;
	margin:0px;
}

/* 法人のお客様---------------------------------------------------------- */

table.table-business1 {
	background: url(/image/bg1.jpg) repeat-y;
}
td.td-business1 {
	padding: 10px 20px;
}

/* お問合せ---------------------------------------------------------- */

table#table-cont1{
	border:#CCCCCC 1px solid;
}
table#table-cont1 th,table#table-cont1 td {
	font-size: 100%;
	line-height: 1.6em;
	text-align:left;
	vertical-align:top;
	border-bottom:#CCCCCC 1px dotted;
	padding:5px 10px;
}
table#table-cont1 th {
	white-space:nowrap;
	font-weight:lighter;
}
.last{
	border:none;
}

/* 車輌サイズ---------------------------------------------------------- */

h4 {
	font-size: 100%;
	margin: 0 0 5px 0;
	color:#0B546C;
}
table.table-truck1 td {
	font-size: 100%;
	line-height: 1.6em;
	margin:0 0 5px 0;
}
td.td-truck1{
	width:3em;
}
table.table-truck1 img{
	margin: 5px 5px 0 0;
}
.m-bottom80{
	margin-bottom:80px;
}

/* ご利用の流れとメリット---------------------------------------------------------- */

td#td-flow1 {
	padding: 0 8px 0 0;
	border-right:#CCCCCC 1px dotted;
}
td#td-flow2 {
	padding: 0 0 0 8px;
}

/* オプション---------------------------------------------------------- */

h4 img{
	vertical-align:middle;
	margin:0 5px 0 0;
}
h4.h4-opri1 {
	padding: 5px 0 0 0;
	border-top: 1px dotted #CCCCCC;
}

.table-opti1 {
	margin-left: 17px;
	width:265px;
}
table.table-opti1 td{
	font-size:100%;
	line-height:1.4em;
}
td.td-opti1 {
	border-left: 1px dotted #CCCCCC;
	padding-left:5px;
}

.bg1 {
	background-color: #EFEFEF;
}
.bg2 {
	background-color: #EBFBFF;
}

/* メディア掲載---------------------------------------------------------- */

.ti_media {
padding: 5px; margin-bottom: 5px; 
display: block;
position: relative;
font-size: 12px;
color: #fff;
text-decoration: none;
background-color:#028BBF;
width: 663px;
}

/* トピックス---------------------------------------------------------- */

table#table-topi1 th,table#table-topi1 td {
	font-size: 100%;
	line-height: 1.6em;
	text-align:left;
	vertical-align:top;
	border-bottom:#CCCCCC 1px dotted;
}
table#table-topi1 th {
	font-weight: lighter;
	background: url(/common/image/icon1.jpg) no-repeat 0 11px;
	white-space:nowrap;
	padding:5px 20px;
	width:20%;
}
table#table-topi1 td {
	padding:5px 0;
}


td.rigntimg img {
	margin: 0 0 0 5px;
	float: right;
	border:#CCCCCC 1px solid;
}


/* 会社概要---------------------------------------------------------- */

/*table*/
table.table-profile1{
	width:277px;
}
table.table-profile1 td,table.table-profile1 th {
	font-size: 100%;
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
}
table.table-profile1 th {
	white-space:nowrap;
	padding:7px 20px 7px 0;
	color:#333333;
}
table.table-profile1 td {
	padding:7px 0;
}
td#td-profile1 {
	padding: 0 0 0 20px;
	border-left: 1px dotted #CCCCCC;
}

/*dl*/
dt{
	font-weight:bold;
}
dl.dl-profile1 dt{
	padding:10px 0 0 0;
}
dl.dl-profile1 dd {
	display: inline;
}
dd#dd-profile1{
	margin:0 0 0 1em;
}

/*p*/
p.p-profile1{
	font-size:100%;
	line-height:1.4em;
}

/* 採用情報---------------------------------------------------------- */

.table-rec1 h4{
	font-size:100%;
	border-top:#CCCCCC 1px dotted;
	padding:5px 0 0 0;
}
.table-rec1 h4 img{
	vertical-align:middle;
	margin:0 5px 0 0;
}

h3,table.table-rec1 th,h4{
	color:#333333;
}
.border-right{
	border-right: 1px dotted #CCCCCC;
}
	

table.table-rec1 th,table.table-rec1 td {
	font-size: 100%;
	line-height: 1.6em;
	text-align:left;
	vertical-align:top;
	padding:5px 7px;
}

table.table-rec1 p {
	margin: 0 0 0 17px;
}

/* 女性の引越し---------------------------------------------------------- */
.text1 {font-size: 12px; color: #333333;line-height: 160%; }
.text2 {font-size: 12px; color: #E50000;line-height: 160%;font-weight:bold; }
.text3 {font-size: 11px; color: #666666;line-height: 160%; }
.text4 {font-size: 11px; color: #333333;line-height: 160%; }
.text5 {font-size: 11px; color: #666666;line-height: 130%; }
.text6 {font-size: 11px; color: #333333;line-height: 160%; }
.text7 {font-size: 10px; color: #d30000;line-height: 160%; }
.text8 {font-size: 11px; color: #FB0F0C;line-height: 130%; }
.text9 {font-size: 11px; color: #F46311;line-height: 130%; }
.text10 {font-size: 11px; color: #666666;line-height: 130%; }

/* 依頼書---------------------------------------------------------- */

.iraisyo_text1{
	color: #333;
	font-size: 11px;
	margin-top:2px;
	line-height: 140%;
}

.iraisyo_t{
	color: #3DB4BC;
	font-size: 13px;
	margin-top:2px;
	line-height: 140%;
	font-weight:bold;
}

#iraisyo-box1{
	border: solid 1px #3DB4BC; 
	background-color:#FFF; 
	width:661px; 
	margin-bottom:10px;
}

#iraisyo-box2{
	padding:10px;
	margin:0px;
}

table.table-opti1 td{
    padding: 3px;
	line-height: 160%;
	font-size:100%;
	line-height:1.4em;
}


/* 簡単見積もり---------------------------------------------------------- */
.easy_text1{
font-size:12px;
}
.easy_text2{
color:#CC0000;font-size:14px; font-weight:bold;
}
.easy_text3{
 color:#0099FF; font-size:13px; font-weight:bold;line-height: 180%; 
}
.easy_text4{
 color:#666;font-size:10px; line-height: 160%; padding:0 5px 5px 5px; 
}
 
.mitumori_style{
color:#awfeiy;height:10px;font-size:10px;
}
/* 左メニュー追記---------------------------------------------------------- */
.left_contact2 {
text-align: left; margin-top:10px; font-size:11px;  border: solid 1px #ccc; width:132px; padding:3px;
}
.myfoo{
font-size:10px;
color:#333333; 
}

.foot_text a,
.foot_text a:hover
{
font-size:10px;
color:#333333;
text-decoration: none;
}

/* 私たちについて---------------------------------------------------------- */
.heart_ti1{
 color:#006699;font-size:13pt; font-weight:bold;line-height: 160%; 
}
.heart_tx1{
 color:#000;font-size:9pt; line-height: 160%; 
}
.heart_tx2{
 color:#FF9900;font-size:10pt; line-height: 160%; 
}


.heart_text1{
	color: #333;
	font-size: 9pt;
	margin-top:2px;
	line-height: 160%;
}

.heart_t{
	color: #0099CC;
	font-size: 11pt;
	margin-top:2px;
	line-height: 140%;
	font-weight:bold;
}

#heart-box1{
	border: solid 1px #666; 
	background-color:#D5EDED; 
	width:661px; 
}

#heart-box2{
	padding:10px;
	margin:0px;
}

ul.heart_list li{
	border-bottom: dashed 1px #999;
	line-height: 200%;
	margin-top:2px;
	margin-bottom:10px;
}

#heart-box2_1{
	border: solid 1px #999; 
	background-color:#fff; 
	width:661px; 
	margin-top:10px;
	margin-bottom:10px;
}

.heart_tx3_1{
	line-height: 160%;
	margin-top:2px;
	margin-bottom:10px;
}


.left_center_c {
text-align: left; margin-top:10px; border: solid 1px #ccc; width:362px; padding:3px;
}


/*Q&A*/
#accordion {width:660px; margin:0px auto}
.accordion {width:660px; font:11px Verdana,Arial; color:#033}
.accordion dt {width:640px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background-color:#E4F3F3;}
.accordion dt:hover { background-color:#C9E7E7;}
.accordion dd {overflow:hidden; background:#fff}
.accordion span {display:block; width:626px; border:2px solid #9ac1c9; border-top:none; padding:15px}
.accordion p {display:block; width:640px; background-color:#0069AD; border:2px solid #006699; padding:10px}

.a2{
	color: #000;
	font-size: 12px;
	margin-top:2px;
	line-height: 160%;
}

.faq_t{
	color: #FFF;
	font-size: 13px;
	margin-top:2px;
	line-height: 140%;
	font-weight:bold;
	
}


#accordion2 {width:660px; margin:0px auto}
.accordion2 {width:660px; font:11px Verdana,Arial; color:#033}
.accordion2 dt {width:640px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background-color:#E4F3F3;}
.accordion2 dt:hover { background-color:#C9E7E7;}
.accordion2 dd {overflow:hidden; background:#fff}
.accordion2 span {display:block; width:626px; border:2px solid #9ac1c9; border-top:none; padding:15px}
.accordion2 p {display:block; width:640px; background-color:#0069AD; border:2px solid #006699; padding:10px}


#accordion3 {width:660px; margin:0px auto}
.accordion3 {width:660px; font:11px Verdana,Arial; color:#033}
.accordion3 dt {width:640px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background-color:#E4F3F3;}
.accordion3 dt:hover { background-color:#C9E7E7;}
.accordion3 dd {overflow:hidden; background:#fff}
.accordion3 span {display:block; width:626px; border:2px solid #9ac1c9; border-top:none; padding:15px}
.accordion3 p {display:block; width:640px; background-color:#0069AD; border:2px solid #006699; padding:10px}


#accordion4 {width:660px; margin:0px auto}
.accordion4 {width:660px; font:11px Verdana,Arial; color:#033}
.accordion4 dt {width:640px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background-color:#E4F3F3;}
.accordion4 dt:hover { background-color:#C9E7E7;}
.accordion4 dd {overflow:hidden; background:#fff}
.accordion4 span {display:block; width:626px; border:2px solid #9ac1c9; border-top:none; padding:15px}
.accordion4 p {display:block; width:640px; background-color:#0069AD; border:2px solid #006699; padding:10px}

#accordion5 {width:660px; margin:0px auto}
.accordion5 {width:660px; font:11px Verdana,Arial; color:#033}
.accordion5 dt {width:640px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background-color:#E4F3F3;}
.accordion5 dt:hover { background-color:#C9E7E7;}
.accordion5 dd {overflow:hidden; background:#fff}
.accordion5 span {display:block; width:626px; border:2px solid #9ac1c9; border-top:none; padding:15px}
.accordion5 p {display:block; width:640px; background-color:#0069AD; border:2px solid #006699; padding:10px}

h3 .ev_text01,.ev_text01{
	color: #0099CC;
	font-size: 12pt;
	margin-top:2px;
	line-height: 160%;
	font-weight:bold;
}
p .ev_text02,.ev_text02{
	color: #333333;
	font-size: 9pt;
	margin-top:2px;
	line-height: 160%;
}

.ev_box1{

}
.ev_box2{
background-image:url(/image/event/back.gif); width:663px;
}

.ev_boxtop{
float:left;  width:378px;
}
.ev_boxmove{
float:left; height:232px; width:263px; margin-left:18px;
}

.ev_box3{
padding:10px;
}
.ev_box4{
background-color:#FFFFFF;}

.ev_box4_left{
float:left; padding-left:63px; width:246px;}
.ev_box4_right{
float:left; padding-left:25px; width:246px;}

/* 料金システム090218追記---------------------------------------------------------- */
#sys_tb_01 {
        color: #333;
        margin-bottom: 5px;
		margin-top: 5px     ;
        border-top: 1px solid #66CC99;
        border-left: 1px solid #66CC99;
        border-collapse: separate;
		font-size:12px;
}

#sys_tb_01 td {
        padding: 3px;
        border-right: 1px solid #66CC99;
        border-bottom: 1px solid #66CC99;
}

#sys_tb_02 {
        color: #333;
        margin-bottom: 5px;
		margin-top: 5px;
        border-top: 1px solid #FFCC33;
        border-left: 1px solid #FFCC33;
        border-collapse: separate;
		font-size:12px;
}

#sys_tb_02 td {
        padding: 3px;
        border-right: 1px solid #FFCC33;
        border-bottom: 1px solid #FFCC33;     
}

.sys_ti01{
	color: #666;
	font-size: 10pt;
	margin-top:2px;
}

.sys_ti02{
	color: #003399;
	margin-top:2px;
}

.sys_ti03{
	color: #666;
	font-size: 11pt;
	margin-top:2px;
	font-weight:bold;
}


.sys_bd_01{
border: 1px solid #CCC;
float:left; 
padding: 10px;
width:307px;
margin-bottom: 10px;
}

.sys_bd_02{
background-color:#EBFBFF;
border: 1px solid #66CC99; 
padding: 10px;
margin-bottom: 10px;
margin-top: 5px;
}



.h-left-menu-bt01 {
padding-top:8px;padding-left:8px;padding-right:8px;
}

.h-left-menu-bt01,
.h-left-menu-bt01 a,
.h-left-menu-bt01 a:active,
.h-left-menu-bt01 a:hover,
.h-left-menu-bt01 a:visited{
text-decoration:none;color:#231815;line-height:160%;font-size:10px;
text-align:left;
}

.h-border-C1D1DB {
border: 1px solid #C1D1DB; padding-bottom:8px; margin-bottom:15px;
background-color: #fff;
}

.m-bottom20 {
margin-bottom:20px;
}

.m-bottom10 {
margin-bottom:10px;
}

.p-right20 {
padding-right:20px;
}

.light-blue {
	color: #2F9EA5;
}

.blue {
	color: #144DA1;
}


.h2_2page {
font-size: 12px;
}

.p_list{
margin-top:7px;
}
.p_list li{font-size:12px;
list-style-image:url(../images/personal/icon_ya.gif);
margin-left:10px;
margin-right:10px;
line-height:130%;
color:#666666;}

.riyou_txt{
color:#12759f; font-weight:bold;
}


#accordion6 {width:663px; margin:0px auto}
.accordion6 {width:663px; }
.accordion6 dt {width:663px; cursor:pointer;}
.accordion6 dt:hover {}
.accordion6 dd {overflow:hidden; background:#fff}
.accordion6 span {display:block; width:663px;}
.accordion6 p {display:block; width:663px;}



/*twitter↓*/
.twtr-hd h3{text-decoration:none;color:#666;font-size:12px;font-weight:bold;border-bottom:0px;}
.twtr-hd h4,
.twtr-hd h4 A:link,
.twtr-hd h4 A:active ,
.twtr-hd h4 A:visited,
.twtr-hd h4 A:hover
{color:#0099ff;font-size:11px;}

.twtr-ft
{display: none;}
.twtr-bd{}
/*twitter↑*/​

.pick_1gyou p {float:left;margin: 0;padding: 0;}
.pick_1gyou span{margin: 0;padding: 0;}


.table_hk {border-bottom:1px dotted;font-size:11px;color:#333; }
.blue_hk {color:#0099CC;}
.style2 {color: #0099CC; font-weight: bold; }