@charset "utf-8";


* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
}
#wrap {
	width: 1056px;
	margin: 0 auto;
	padding: 0;
}
body {
	color:#505050;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #126070;
	text-decoration: none;
}
a:hover {
	color: #126070;
	text-decoration: underline;
}

html {
　　overflow-y: hidden;
}

* html body {     
    background: url(null) fixed;     
}

/*----- contents -----*/
#contents {
	width: 1056px;
	background-image: url(../images/EClabo_slice_bg_1.jpg), url(../images/EClabo_slice_bg_2.jpg), url(../images/EClabo_slice_bg_3.jpg);
   background-repeat: no-repeat, repeat-y, no-repeat;
   background-position: top, left top, bottom;
}


/*----- kotei -----*/
#kotei {
	height: 80px;
	width: 1056px;
	overflow: hidden;
	position:fixed;
	top: 0;
	z-index: 1;
}

/*
ヘッダー
-------------------------------------------*/
#header {
	position: relative;
	width: 1056px;
	height: 80px;
	margin: 0 auto;
	background: #fff;
}

#header_box {
	margin: 0 auto;
	text-align: center;
}

#header p {
	padding: 5px 0 0 30px;
	color: #595757;
	letter-spacing: 0.3em;
}

#header #logo {
	position: absolute;
	left: 30px;
	top: 21px;
}
#header #header_li {
	position: absolute;
	right: 0px;
	top: 6px;
}
#header #header_li li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-repeat: no-repeat;
	font-size: 12px;
}
#header #header_li a {
	text-decoration: none;
	color: #666666;
}
#header #info {
	position: absolute;
	right: 18px;
	font-size: 11px;
	color: #666666;
	line-height: 24px;
	text-align: right;
	top: 10px;
}
#header #info li {
	float: left;
}

#header #header_li a:hover {
	background-color: #FFFFFF;
	color: #2d5bab;
}

#header #info li.info_tel {
	width: 309px;
	text-align: left;
	padding: 7px 0 0 0;
	margin: 0;
}

/*
グローバルナビ
-------------------------------------------*/
#navi {
	width: 996px;
	margin: 0 auto;
	background: #fff;
	padding: 0 2px;
}

#navi ul {
	height: 41px;
}

#navi li {
	float: left;
	margin: 0;
	padding: 0;
	width: 166px;
}

#navi li a {
	line-height: 16px;
	display: block;
	float: left;
	height: 41px;
	width: 166px;
}


/*----- mainimg -----*/
#mainimg {
	width: 997px;
	height: 531px;
	position: relative;
	margin: 90px 0 0 0;
	padding: 20px 0 0 29px;
}

#mainimg_btn {
	width: 968px;
	height: 121px;
	position: absolute;
	left: 17px;
	bottom: 32px;
}

#mainimg_btn ul li {
	display: inline;
}

/*----- top_contents -----*/
#topcon {
	width: 994px;
	border: 3px solid #09b4b6;
	overflow: hidden;
	padding: 0 0 30px 0;
}

/*----- top_service -----*/
#top_service {
	clear: both;
	width: 967px;
	padding: 0 13px 30px 13px;
	overflow: hidden;
}

#top_service ul {
	clear: both;
	height: 134px;
}

#top_service ul li {
	float: left;
	width: 328px;
	height: 114px;
}

#top_service ul li.li_last {
	float: right;
	width: 309px;
}

/*----- top_youbou -----*/
#top_youbou {
	width: 854px;
	margin: 0 auto;
}

#top_youbou ul {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border: 2px solid #ff9000;
}

#top_youbou ul li {
	font-size: 18px;
	list-style: circle inside;
	margin: 0 0 10px 10px;
}

/*----- top_qa -----*/
#top_qa {
	width: 1000px;
	margin: 0 0 30px 0;
}

#top_qa h3 {
	margin: 0 0 20px 0;
}

/*accordion*/
#top_qa dl.accordion {
	width: 800px;
	padding: 0 106px;
}

#top_qa dl.accordion dt {
	background: #3e9193;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	word-wrap:break-word;
}
#top_qa dl.accordion dt {
	display: block;
	padding: 10px 30px 10px 10px;
	color: #fff;
	font-size: 18px;
}

#top_qa dl dt span,#top_qa dl dd span {
	font-family: 'Gravitas One', cursive;
	font-size: 24px;
	font-weight: bold;
	margin: 0 10px 0 0;
}

#top_qa dl.accordion dt::before {
	content: '';
	position: relative;
	float: right;
	border: 8px solid transparent;
	border-top-color: #fff;
	width: 0;
	height: 0;
	top: 15px;
	right: -20px;
}
#top_qa dl.accordion dt.open::before {
	content: '';
	position: relative;
	float: right;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	width: 0;
	height: 0;
	top: 0px;
	right: -20px;
}
#top_qa dl.accordion dd {
	word-wrap:break-word;
	margin: 0 0 0 30px;
	font-size: 18px;
	padding: 20px;
}

/*----- top_toi -----*/
#contact {
	margin: 90px 0 0 0;
}

#top_toi h3 {
	padding: 50px 0 0 0;
}

#top_toi {
	color: #434343;
	width: 854px;
	margin: 0 auto;
}

#top_toi p {
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
}

dl#toi_num {}

dl#toi_num dt {
	font-family: 'Gravitas One', cursive;
	font-size: 100px;
	font-weight: bold;
	background: url(../images/yahujiro_top_toi_icon.png) left 30px no-repeat;
	padding: 0 0 0 50px;
	color: #f08300;
}

dl#toi_num dd {
	font-size: 36px;
	text-align: center;
	padding: 0;
	margin: 0;
}


/*
メイン
-------------------------------------------*/
#main {
	width: 1056px;
}

#eclabo_con01 {
	margin: 16px 0 0 45px;
}

#eclabo_con02 {
	margin: 0 0 0 45px;
}

#eclabo_con03 {
	margin: 0 0 0 45px;
}

#eclabo_con04 {
	margin: 30px 0 0 129px;
}

#eclabo_con05 {
	margin: 20px 0 0 119px;
}

#eclabo_con06 {
	margin: 35px 0 0 0;
}

/*----- sample -----*/
#ecsample {
	margin: 2px 0 58px 77px;
}

#ecsample li {
	display: inline;
	margin: 0 12px 0 0;
}

#ecsample li.li_last {
	margin: 0;
}

/*----- plan -----*/
#plan {
	width: 906px;
	margin: 0 0 0 71px;
}

#plan h3 {
	margin: 0 0 31px 0;
}

/* plan1 */
.plan_box_1 {
	position: relative;
	width: 904px;
	height: 287px;
	background: url(../images/plan_bg.jpg) no-repeat;
	margin: 0 0 25px 0;
}

.plan_box_1 h4 {
	position: absolute;
	left: 55px;
	top: 50px;
}

.plan_box_1 dl {
	position: absolute;
	left: 372px;
	top: 38px;
}

.plan_box_1 dl dt {
	margin: 0 0 10px 0;
}

.plan_box_1 dl dd {
	background: url(../images/plan_sikaku.png) left no-repeat;
	padding: 0 0 0 20px;
	color: #221815;
	font-size: 18px;
}

.plan_box_1 p {
	position: absolute;
	left: 372px;
	top: 207px;
}

/* plan2 */
.plan_box_2 {
	position: relative;
	width: 904px;
	height: 317px;
	background: url(../images/plan_bg2.jpg) no-repeat;
	margin: 0 0 25px 0;
}

.plan_box_2 h4 {
	position: absolute;
	left: 35px;
	top: 56px;
}

.plan_box_2 dl {
	position: absolute;
	left: 372px;
	top: 38px;
}

.plan_box_2 dl dt {
	margin: 0 0 10px 0;
}

.plan_box_2 dl dd {
	background: url(../images/plan_sikaku.png) left no-repeat;
	padding: 0 0 0 20px;
	color: #221815;
	font-size: 18px;
}

.plan_box_2 p {
	position: absolute;
	left: 372px;
	top: 236px;
}

/* plan3 */
.plan_box_3 {
	position: relative;
	width: 904px;
	height: 434px;
	background: url(../images/plan_bg3.jpg) no-repeat;
	margin: 0 0 25px 0;
}

.plan_box_3 h4 {
	position: absolute;
	left: 23px;
	top: 110px;
}

.plan_box_3 dl {
	position: absolute;
	left: 372px;
	top: 38px;
}

.plan_box_3 dl dt {
	margin: 0 0 10px 0;
}

.plan_box_3 dl dd {
	background: url(../images/plan_sikaku.png) left no-repeat;
	padding: 0 0 0 20px;
	color: #221815;
	font-size: 18px;
}

.plan_box_3 p {
	position: absolute;
	left: 372px;
	top: 326px;
}

/*----- option -----*/
#option {
	width: 906px;
	margin: 0 0 0 71px;
}

#option dl dt {
	margin: 31px 0 0 0;
}

#option dl dd {
	font-size: 18px;
	color: #221815;
}

/*----- works -----*/
#works {
	margin: 2px 0 58px 77px;
}

#works h5 {
	margin: 45px 0 30px 0;
}

#works li {
	display: inline;
	margin: 0 10px 0 0;
}

#works li.li_last {
	margin: 0;
}

/*----- plugin -----*/
#plugin {
	width: 906px;
	margin: 0 0 60px 71px;
	overflow: hidden;
}

#plugin dl dt {
	margin: 31px 0 0 0;
	clear: both;
}

#plugin dl dd {
	font-size: 15px;
	color: #221815;
	float: left;
	padding: 0 0 30px 0;
}

#plugin dl ul {
	margin: 10px 10px 0 0;
	width: 420px;
}

#plugin dl dd li {
	list-style: inside circle;
	margin: 0 0 0 14px;
}

#plugin dl dd.plugin_dd {
	clear: both;
	float: right;
	background: #ccc;
	padding: 5px;
}

/*----- contact -----*/
#contact_banner {
	margin: 16px 0 48px 75px;
}

/*----- company -----*/
#company {
	padding: 0 0 30px 0;
}

#company h5 {
	margin: 8px 0 0 70px;
}

#company table {
	width: 80%;
	border-collapse: collapse;
	margin: 30px auto;
}

#company th.t_top {
    border-top: #b3b3b3 4px solid;
}

#company th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}

#company td.t_top {
	border-top: #403322 4px solid;
}

#company td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	background: #fff;
}

/*-----dlリスト-----*/
#contents .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#contents .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#contents .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#contents .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#contents .dl_list dd a {
	line-height: 1.4em;
}

/*
フッター
-------------------------------------------*/
#footer {
	position: relative;
	width: 1056px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/EClabo_footer_bg.jpg) left bottom no-repeat;
}

#footer_wrap {
	margin: 0 30px 0 40px;
	color: #333;
	padding: 0;
}

#footer_wrap dd {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer_wrap dd span {
	font-family: 'Gravitas One', cursive;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

#footer p {
	padding: 5px 0 0 0;
	color: #595757;
	letter-spacing: 0.3em;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#footer_toi {
	float: right;
}

#footer_toi li {
	float: left;
	padding: 0 0 0 20px;
}

/*
各種テーブル
-------------------------------------------------------------------*/
#form {
	background: #fff;
	border: 1px solid #ccc;
	width: 854px;
	padding: 10px 0;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

#contents table.table_company {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#top_toi table.table_info {
	width: 800px;
	margin: 10px auto;
}
#top_toi table td {
	padding: 2px;
	font-size: 13px;
}

#top_toi table td.td_header {
	background-color: #f0f0f0;
	text-align: center;
	padding: 8px;
	white-space: nowrap;
	color: #fff;
	font-size: 13px;
	background: #acacac;
	width: 167px;
	font-weight: bold;
	border: 1px solid #EAE8DF;
}

#top_toi table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0;
	font-size: 12px;
	background-repeat: repeat-x;
	line-height: 20px;
}

#top_toi table input[type=text]{
	width: 630px;
	height: 35px;
	border: 1px solid #ccc;
}

.td_header .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #ccc;
}

#top_kiyaku {
	width: 800px;
	margin: 20px auto;
}

#kiyaku_txt {
	width: 780px;
	height: 200px;
	font-size: 14px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 10px;
}

#top_kiyaku {
	text-align: center;
}

#top_kiyaku dt {
	font-size: 20px;
	font-weight: bold;
}

#top_kiyaku dd {
	font-size: 14px;
}

#toi_btn {
	margin: 20px 0;
}

#top_kiyaku_doui {
	font-size: 14px;
	text-align: center;
}

#contents table td.td_head {
	background-color: #f0f0f0;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #666;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(../img/td_header.gif);
	background-repeat: repeat-x;
}

table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 7px;
	font-size: 12px;
	background-repeat: repeat-x;
	line-height: 20px;
	border: 1px solid #D5D5D5;
}


/*
サイド
-------------------------------------------*/

#side {
	background-color: #fff;
	padding: 0 5px 5px 5px;
	float: right;
	width: 230px;
	margin-top: 10px;
}
#side h3 {
	/*font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../img/side_h3.gif);
	height: 20px;
	padding-bottom: 7px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-align: center;*/
}
#side .side_box {
	width: 230px;
	margin-bottom: 10px;
}
#side .side_box h3 {
	background-color: #084fa6;
	background-image: none;
	line-height: 20px;
	height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2CA;
}
#side .side_box .side_inbox {
	background-image: url(../img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 210px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #F5F5F4;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_btn {
	text-align: center;
	padding-bottom: 5px;
}
#side .side_box .side_newbox {
	width: 186px;
	background-color: #F9F9F7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	color: #5C6F70;
}
#side .side_box .side_newbox p {
	font-size: 10px;
}
#side .side_box .side_newbox a {
	color: #899A6D;
	text-decoration: none;
	margin-left: 2px;
}

#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}

#side .side_box .side_newbox a:hover {
	color: #B9D38D;
}

#side_link {
	background: url(../img/common/rakuten_hp_side_bg.gif);
	padding: 0 10px 5px 10px;
}

#side ul {
	width: 210px;
	background: #fff;
	margin: 0 0 20px 0;
}

#side ul a {
	display: block;
}

#side_link ul.side_menu a{
	display: block;
	background: url(../img/common/side_menu_yajirusi.jpg) left no-repeat;
	padding: 0 0 0 20px;
	color: #333;
}

#side ul li {
	height: 24px;
	padding: 10px 0 0 10px;
	background: url(../img/common/side_menu_line.gif) left bottom no-repeat;
}

#side ul li.side_li_last {
	background: none;
} 

#side ul.side_other {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#side ul.side_other li {
	width: 210px;
	height: 60px;
	padding: 0;
	margin: 0 0 10px 0;
}

#side ul.side_other li.last {
	margin: 0;
	padding: 0;
}

/*
サイトマップ
-------------------------------------------------------------------*/

#main ul.ul_sitemap {
	padding: 10px;
	font-size: 14px;
	border-bottom: dotted 1px #333;
}
#main .ul_sitemap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#main .ul_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#main .ul_sitemap li a {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}



/*----------------------------
  common
----------------------------*/
.mg_t_10 {
	margin-top: 10px;
}

.mg_t_20 {
	margin-top: 20px;
}

.mg_t_30 {
	margin-top: 30px;
}

.mg_b_10 {
	margin-bottom: 10px;
}

.mg_b_20 {
	margin-bottom: 20px;
}

.mg_b_30 {
	margin-bottom: 30px;
}

.pd_l_20 {
	padding-left: 20px;
}

.pd_l_30 {
	padding-left: 30px;
}

.pd_l_40 {
	padding-left: 40px;
}

.pd_b_7 {
	padding-bottom: 7px;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.fs_8 {
	font-size: 8px;
}

.fs_9 {
	font-size: 9px;
}

.fs_10 {
	font-size: 10px;
}

.fs_12 {
	font-size: 12px;
}

.fs_14 {
	font-size: 14px;
}

.fs_16 {
	font-size: 16px;
}

.fs_18 {
	font-size: 18px;
}

.fs_24 {
	font-size: 24px;
}

hr.line_hr {
	margin: 50px 0;
	border: dotted #ccc 1px;
}

.fc_aka {
	color: #c00;
}

.st {
	color: #c00;
	font-weight: bold;
}

.c_b {
	clear: both;
}

.mannaka {
	text-align: center;
}

#toTop {
	position: fixed;
	top: 90%;
	right: 2px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 5px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}












