/* 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: 900px;
    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;
	text-align:left;
}

#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 14px 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 14px 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: 950px;
    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;
}

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;
}


/* gCgΦ */
.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;
}









/* VXe---------------------------------------------------------- */
.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;
}

/* T[rXΰe---------------------------------------------------------- */

#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;
}

/* ΒlΜ¨ql---------------------------------------------------------- */

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;
}

/* @lΜ¨ql---------------------------------------------------------- */

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;
}





table#table-cont2{

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


/* ΤηqTCY---------------------------------------------------------- */

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;
}

/* ²pΜ¬κΖbg---------------------------------------------------------- */

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

/* IvV---------------------------------------------------------- */

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;
}
.option_box {
	width: 663px;
	background: url(/image/option/bg_base.jpg) repeat-y;
	text-align: left;
}
.option_staff {
	width: 663px;
	height: 204px;
	background: url(/image/option/bg_staff.jpg) no-repeat;
}
.option_ac {
	width: 663px;
	height: 204px;
	background: url(/image/option/bg_ac.jpg) no-repeat;
}
.option_building {
	width: 663px;
	height: 194px;
	background: url(/image/option/bg_building.jpg) no-repeat;
}
.option_material {
	width: 663px;
	height: 350px;
	background: url(/image/option/bg_material.jpg) no-repeat;
}
.option_person {
	width: 663px;
	height: 152px;
	background: url(/image/option/bg_person.jpg) no-repeat;
}
.option_company {
	width: 663px;
	height: 149px;
	background: url(/image/option/bg_company.jpg) no-repeat;
}
.option_lbox {
	padding-top: 63px;
	padding-left: 15px;
}
.option_rbox {
	padding-top: 63px;
	padding-left: 293px;
}
.option_lbox2 {
	padding-top: 82px;
	padding-left: 15px;
}
.option_rbox2 {
	padding-top: 92px;
	padding-left: 293px;
}
.option_inbox {
	width: 357px;
	text-align: left;
}
.option_list {
	border: 1px solid #502509;
	background-color: #FFF;
	margin-bottom: 5px;
	border-collapse: collapse;
	font-size: 12px;
	width: 357px;
}
.option_list_ti {
	background-color: #502509;
	color: #FFF;
}
.option_list td {
	border: 1px solid #502509;
	padding: 4px;
}
.list2 {
	background-color: #F9DDCA !important;
}
.option_caption {
	text-align: right;
}
.option_subbox {
	padding: 15px 15px 0 15px;
}
.option_subbox img {
	margin-bottom: 10px;
}
.option_subbox2 {
	margin: 20px 0 60px 0;
}
.option_contact {
	text-align: center;
	margin-top: 30px;
}

/* fBAfΪ---------------------------------------------------------- */

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




/* gsbNX---------------------------------------------------------- */

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;
}


/* οΠTv---------------------------------------------------------- */

/*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;
}

/* Μpξρ---------------------------------------------------------- */

.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;
}

/* «Μψz΅---------------------------------------------------------- */
.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;
}


/* ΘP©Οΰθ---------------------------------------------------------- */
.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;
}
/* Άj[ΗL---------------------------------------------------------- */
.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;}

/* ΏΰVXe090218ΗL---------------------------------------------------------- */
#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;
}
.m-bottom5 {
margin-bottom:5px;
}
.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; }

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#388ac7;
	display:none;
	color:#fff;
	}

/*X}zEPCUθͺ―έθ*/
#spLinkBlockInPc{
	display:none;
background-color:#666; padding:20px;
}

/*Ώΰ\*/
.ryoukin_color{
	color:#E85298;
}

.ryoukin_fonts{
	font-size:12px;
	text-align:left;
}

.ryoukin_fontm{
	font-size:14px;
	color:#0185CF;
	text-align:center;
}

.ryoukin_table{
	width:652px;
	margin:0 auto;
	font-size:13px;
	border-collapse: collapse; /* gόΜ\¦ϋ@ */
	border: 1px #00B9EF solid; /* e[uSΜΜgόiΎ³EFEX^Cj */
}

.ryoukin_table td {
	border: 1px #00B9EF solid; /* e[uSΜΜgόiΎ³EFEX^Cj */
	padding:3px 0;
} 

.ryoukin_table2{
	width:600px;
}

.ryoukin_center{
	text-align:center;
}
.ryoukin_stitle {
	font-size: 15px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.hover_img{
    background-color:#fff;
    display:block;
    }
a.hover_img img{
    transition:all 0.5s ease;
    }
a:hover.hover_img img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    }

.ryoukin_blue{
	color:#0185CF;
}

.ryoukin_pink{
	color:#FF3399;
}

.no-style li{
list-style:none;
}

.breadcrumb{
padding:20px 0px;
}


/*wbho[*/
#headbar {
   /* ₯γ[ΙΕθ·ιCSS */
   position: fixed;
   top: -10px;
   padding-top:10px;
   right: 0px;
   width: 100%;
	text-align:right;
	z-index: 99999;
	display: none;

   /* ₯o[Μό */
   background:rgba(234,246,253,0.9);  /* wiF */
   color: white;             /* ΆF */
   box-shadow: 3px 3px 3px rgba(204,204,204,0.8); /* e */
   
}

#headbar img{
	margin-left:10px;
}

/*Ly[*/

.campaign_ti{
padding:5px 10px; border-top:1px solid #0268B7; border-bottom:1px solid #0268B7; background:#DAEFFC; font-size:16px; font-weight:bold; color:#0268B7; margin:20px 0px; padding-left:10px;
}

.campaign_ti2{
padding:5px 0px; border-top:2px solid #0268B7; border-bottom:2px solid #0268B7; background:#DAEFFC; text-align:center; font-size:18px; font-weight:bold; color:#0268B7;
}

/* 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: 900px;
    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;
}


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 14px 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 14px 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;
    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;
}

#container2 {
background-color: #fff;
width: 1100px;
margin:0 auto;
}

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;
}


/* gCgΦ */
.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;
}









/* VXe---------------------------------------------------------- */
.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;
}

/* T[rXΰe---------------------------------------------------------- */

#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;
}

/* ΒlΜ¨ql---------------------------------------------------------- */

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;
}

/* @lΜ¨ql---------------------------------------------------------- */

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;
}





table#table-cont2{

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


/* ΤηqTCY---------------------------------------------------------- */

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;
}

/* ²pΜ¬κΖbg---------------------------------------------------------- */

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

/* IvV---------------------------------------------------------- */

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;
}
.option_box {
	width: 663px;
	background: url(/image/option/bg_base.jpg) repeat-y;
	text-align: left;
}
.option_staff {
	width: 663px;
	height: 204px;
	background: url(/image/option/bg_staff.jpg) no-repeat;
}
.option_ac {
	width: 663px;
	height: 204px;
	background: url(/image/option/bg_ac.jpg) no-repeat;
}
.option_building {
	width: 663px;
	height: 194px;
	background: url(/image/option/bg_building.jpg) no-repeat;
}
.option_material {
	width: 663px;
	height: 350px;
	background: url(/image/option/bg_material.jpg) no-repeat;
}
.option_person {
	width: 663px;
	height: 152px;
	background: url(/image/option/bg_person.jpg) no-repeat;
}
.option_company {
	width: 663px;
	height: 149px;
	background: url(/image/option/bg_company.jpg) no-repeat;
}
.option_lbox {
	padding-top: 63px;
	padding-left: 15px;
}
.option_rbox {
	padding-top: 63px;
	padding-left: 293px;
}
.option_lbox2 {
	padding-top: 82px;
	padding-left: 15px;
}
.option_rbox2 {
	padding-top: 92px;
	padding-left: 293px;
}
.option_inbox {
	width: 357px;
	text-align: left;
}
.option_list {
	border: 1px solid #502509;
	background-color: #FFF;
	margin-bottom: 5px;
	border-collapse: collapse;
	font-size: 12px;
	width: 357px;
}
.option_list_ti {
	background-color: #502509;
	color: #FFF;
}
.option_list td {
	border: 1px solid #502509;
	padding: 4px;
}
.list2 {
	background-color: #F9DDCA !important;
}
.option_caption {
	text-align: right;
}
.option_subbox {
	padding: 15px 15px 0 15px;
}
.option_subbox img {
	margin-bottom: 10px;
}
.option_subbox2 {
	margin: 20px 0 60px 0;
}
.option_contact {
	text-align: center;
	margin-top: 30px;
}

/* fBAfΪ---------------------------------------------------------- */

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


/* gsbNX---------------------------------------------------------- */

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;
}


/* οΠTv---------------------------------------------------------- */

/*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;
}

/* Μpξρ---------------------------------------------------------- */

.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;
}

/* «Μψz΅---------------------------------------------------------- */
.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;
}


/* ΘP©Οΰθ---------------------------------------------------------- */
.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;
}
/* Άj[ΗL---------------------------------------------------------- */
.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;}

/* ΏΰVXe090218ΗL---------------------------------------------------------- */
#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; }

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#388ac7;
	display:none;
	color:#fff;
	}

/*X}zEPCUθͺ―έθ*/
#spLinkBlockInPc{
	display:none;
background-color:#666; padding:20px;
}

/*Ώΰ\*/
.ryoukin_color{
	color:#E85298;
}

.ryoukin_fonts{
	font-size:12px;
	text-align:left;
}

.ryoukin_fontm{
	font-size:14px;
	color:#0185CF;
	text-align:center;
}

.ryoukin_table{
	width:652px;
	margin:0 auto;
	font-size:13px;
	border-collapse: collapse; /* gόΜ\¦ϋ@ */
	border: 1px #00B9EF solid; /* e[uSΜΜgόiΎ³EFEX^Cj */
}

.ryoukin_table td {
	border: 1px #00B9EF solid; /* e[uSΜΜgόiΎ³EFEX^Cj */
	padding:3px 0;
} 

.ryoukin_table2{
	width:600px;
}

.ryoukin_center{
	text-align:center;
}
.ryoukin_stitle {
	font-size: 15px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.hover_img{
    background-color:#fff;
    display:block;
    }
a.hover_img img{
    transition:all 0.5s ease;
    }
a:hover.hover_img img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    }

.ryoukin_blue{
	color:#0185CF;
}

.ryoukin_pink{
	color:#FF3399;
}

.no-style li{
list-style:none;
}

.breadcrumb{
padding:20px 0px;
}

/*wbho[*/
#headbar {
   /* ₯γ[ΙΕθ·ιCSS */
   position: fixed;
   top: -10px;
   padding-top:10px;
   right: 0px;
   width: 100%;
	text-align:right;
	z-index: 99999;
	display: none;

   /* ₯o[Μό */
   background:rgba(234,246,253,0.9);  /* wiF */
   color: white;             /* ΆF */
   box-shadow: 3px 3px 3px rgba(204,204,204,0.8); /* e */
   
}

#headbar img{
	margin-left:10px;
}

/*Ly[*/

.campaign_ti{
padding:5px 10px; border-top:1px solid #0268B7; border-bottom:1px solid #0268B7; background:#DAEFFC; font-size:16px; font-weight:bold; color:#0268B7; margin:20px 0px; padding-left:10px;
}

.campaign_ti2{
padding:5px 0px; border-top:2px solid #0268B7; border-bottom:2px solid #0268B7; background:#DAEFFC; text-align:center; font-size:18px; font-weight:bold; color:#0268B7;
}

/*you tube100%*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*WI{^πζΙ·ι*/

label{
display: inline-block;
}

label img{
pointer-events: none;
}



.radio + .radio_image {
	border: 3px #ffffff solid;
	background-color: #ffffff;
}
.radio:checked + .radio_image {
	border: 3px #ff0000 solid;
	background-color: #ffeeee;
}

.nimotu_box{
	float:left;
	width:200px;
}

/* IvV1Μζ */
#nimotu_1 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_1.gif);
}
 
/* IvV2Μζ */
#nimotu_2 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_2.gif);
}
 
/* IvV3Μζ */
#nimotu_3 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_3.gif);
}

/* IvV4Μζ */
#nimotu_4 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_4.gif);
}

/* IvV5Μζ */
#nimotu_5 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_5.gif);
}

/* IvV6Μζ */
#nimotu_6 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_6.gif);
}

/* IvV7Μζ */
#nimotu_7 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_7.gif);
}

/* IvV8Μζ */
#nimotu_8 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_8.gif);
}

/* IvV9Μζ */
#nimotu_9 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_9.gif);
}

/* IvV10Μζ */
#nimotu_10 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_10.gif);
}

/* IvV11Μζ */
#nimotu_11 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_11.gif);
}

/* IvV12Μζ */
#nimotu_12 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_12.gif);
}

/* IvV13Μζ */
#nimotu_13 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_13.gif);
}

/* IvV14Μζ */
#nimotu_14 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_14.gif);
}

/* IvV15Μζ */
#nimotu_15 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_15.gif);
}

/* IvV16Μζ */
#nimotu_16 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_16.gif);
}

/* IvV17Μζ */
#nimotu_17 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_17.gif);
}

/* IvV18Μζ */
#nimotu_18 + label:after {
    content: url(https://rentora.com/mail_pc_order/images/btn_18.gif);
}

#nimotu_1 + label:after,
#nimotu_2 + label:after,
#nimotu_3 + label:after,
#nimotu_4 + label:after,
#nimotu_5 + label:after,
#nimotu_6 + label:after,
#nimotu_7 + label:after,
#nimotu_8 + label:after,
#nimotu_9 + label:after,
#nimotu_10 + label:after,
#nimotu_11 + label:after,
#nimotu_12 + label:after,
#nimotu_13 + label:after,
#nimotu_14 + label:after,
#nimotu_15 + label:after,
#nimotu_16 + label:after,
#nimotu_17 + label:after,
#nimotu_18 + label:after
 {
    opacity: 0.5;
}

#nimotu_1:checked + label:after,
#nimotu_2:checked + label:after,
#nimotu_3:checked + label:after,
#nimotu_4:checked + label:after,
#nimotu_5:checked + label:after,
#nimotu_6:checked + label:after,
#nimotu_7:checked + label:after,
#nimotu_8:checked + label:after,
#nimotu_9:checked + label:after,
#nimotu_10:checked + label:after,
#nimotu_11:checked + label:after,
#nimotu_12:checked + label:after,
#nimotu_13:checked + label:after,
#nimotu_14:checked + label:after,
#nimotu_15:checked + label:after,
#nimotu_16:checked + label:after,
#nimotu_17:checked + label:after,
#nimotu_18:checked + label:after
{

opacity: 1;
}



#nimotu_1 + label,
#nimotu_2 + label,
#nimotu_3 + label,
#nimotu_4 + label,
#nimotu_5 + label,
#nimotu_6 + label,
#nimotu_7 + label,
#nimotu_8 + label,
#nimotu_9 + label,
#nimotu_10 + label,
#nimotu_11 + label,
#nimotu_12 + label,
#nimotu_13 + label,
#nimotu_14 + label,
#nimotu_15 + label,
#nimotu_16 + label,
#nimotu_17 + label,
#nimotu_18 + label
 {
    font-size: 0;
}

.nimotu_box td {
width:200px;
text-align:center;
padding: 0px;
}

#mfp_overlay_background{
	display:none;
}

#mfp_loading_screen{
	display:none;
}