﻿@charset "UTF-8";
/*ヘッダー------------------------------------------*/

#header {
	width:100%;
	border-bottom:#EEE solid 0px;
	height:160px;
	text-align:center;
	margin-bottom:0px;
	background-image: url(../img/bgheader.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header_container {
	width:946px;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:left;
	height:120px;
}
#header_container .sitelogo {
	margin:0;
	padding:0 0 0 3px;
	float:left;
	width: 395px;
	height: 40px;
}
#header_container h1 {
	margin:0;
	height:50px;
	width:395px;
	float:left;
}
#header_container .header_link {
	width:400px;
	margin:0;
	height:30px;
	padding:10px 3px 0 0;
	text-align:left;
	float:right;
	text-align:right;
}
#header_container a.btn_hlink {
	width:120px;
	line-height:1;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	border:#ddd solid 1px\9;
	display:inline-block;
	margin:0 0 0 20px;
}

#header_container a.btn_lang {
	width:69px;
	line-height:1;
	display:inline-block;
	margin:0 0 0 0px;
	padding:0;
}




ul#gnavi {
	width:946px;
	height:90px;
	overflow:visible;
	clear:both;
	line-height:1;
	display:block;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}

ul#gnavi li {
	padding:0;
	margin:0;
	float:left;
	text-align:center;
}

/*フッター------------------------------------------*/

#footer {
	width:100%;
	border-top:#EEE solid 1px;
	text-align:center;
	font-size:10px;
	padding:10px 0 10px 0;
}

#footer_container {
	width:946px;
	margin:0 auto 0px auto;
	padding:10px 0 10px 0;
	text-align:center;
	background-image:url(../img/copyright.gif);
	background-position:center 36px;
	background-repeat:no-repeat;
}
#footer_container a {
	color:#666;
}

#footer_container .footer_icon {
	width:500px;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
	text-align:right;
}



.footer_icon {
	width:100%;
	margin:10px auto;
	padding:20px 0 0 0;
	border-top:#EEE solid 1px;
}

.footer_msg {
    width: 560px;
    margin: 10px auto;
    clear: both;
}

    .footer_msg p {
        margin-left: 35px;
        text-align: left;
        font-size: x-small;
    }

ul#icon_link {
	width:580px;
	line-height:1;
	margin:0 auto;
	padding:0 0 0 0;
	list-style:none;
}

ul#icon_link li {
	padding:0 0 20px 0px;
	margin:0;
	text-align:center;
	float: left;
	width:140px;
}

/*パンくず------------------------------------------*/

#pankuzu {
	width:940px;
	padding:0px 0px 10px 0px;
	font-size:10px;
	line-height:1;
	margin:0 auto;
}

#pankuzu a {
	display:inline-block;
	padding:0px 20px 0px 0px;
	margin-right:10px;
	background-image:url(../img/panarrow.gif);
	background-position:right 1px;
	background-repeat:no-repeat;
}

#pankuzu a:link {
	color: #666;
	text-decoration: none;
}
#pankuzu a:visited {
	color: #666;
	text-decoration: none;
}
#pankuzu a:hover {
	color: #3B9CF2;
	text-decoration: none;
}


/*コンテンツ------------------------------------------*/
#maincontainer {
	width:940px;
	padding:0;
	margin:0 auto;
	clear: both;
}


.main_ttl {
	width:940px;
	height:374px;
	display:block;
	margin:20px auto 20px auto;
	clear:both;
	background-image:url(../img/bg_mainttl.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}




a.btn_web {
	padding:0px;
	display:block;
	margin:4px 0 4px 0;
	width:260px;
	clear:both;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	border:#ddd solid 1px\9;
}



#top_maincontainer {
	width:100%;
	padding:0;
	margin:0 auto;
	clear:both;
	background-color:#EBEBEB;
	padding:20px 0 0px 0;
}


#maincontainer_bottom {
	width:940px;
	padding:0;
	margin:0 auto;
	clear:both;
	text-align:right;
}


#sub_column {
	width:220px;
	padding:0;
	margin:0;
	float:left;
}




#main_column {
	width:700px;
	padding:0 0 20px 0;
	margin:0;
	float:right;
}

#main_contents {
	width:700px;
	padding:0 0 20px 0;
	margin:0;
	float:left;
}


#sub_contents {
	width:220px;
	padding:0;
	margin:0;
	float:right;
}

.dotborder_box_wide {
	padding:10px;
	margin:0 0 20px 0;
	background-image:url(../img/bg_dotborder_box.gif);
}



/*サブコラム------------------------------------------*/

.sansweb {
	margin-bottom:20px;
	padding-top: 10px;
}


#sub_contents h2 {
	border-bottom:#000 solid 2px;
	padding:0 0 6px 0;
	margin-bottom:0;
}



a.btn_sansweb {
	padding:0 0 0 0px;
	margin-bottom:10px;
	width:220px;
	display:block;
	height:52px;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	border:#ddd solid 1px\9;
}

.dotborder_box {
	width:200px;
	padding:10px;
	margin:0 0 15px 0;
	background-image:url(../img/bg_dotborder_box.gif);
}
.dotborder_box_in {
	padding:10px;
	margin:0;
	background-color:#FFF;
}
.dotborder_box_in_profile {
	padding:10px;
	margin:0;
	background-color:#FFF;
	background-image:url(../img/bg_top_profile.gif);
	background-repeat: no-repeat;
	background-position: 100px 0;
}
.dotborder_box_in_item {
	padding:10px;
	margin:0;
	background-color:#FFF;
	background-image:url(../img/bg_top_item.gif);
	background-repeat: no-repeat;
	background-position: 140px -4px;
}
.dotborder_box_in_job {
	padding:10px;
	margin:0;
	background-color:#FFF;
	background-image:url(../img/bg_top_job.jpg);
	background-repeat: no-repeat;
	background-position: 100px -4px;
}


ul.submenu {
	width:220px;
	list-style:none;
	padding:0;
	margin:0 0 15px 0;
	font-size:1em;
	line-height:1;
}
ul.submenu li {
	padding:0 0 0 0px;
	margin:0;
	border-bottom:#DDD solid 1px;
	vertical-align: top;
	height: 32px;
}
ul.submenu li a {
	padding:8px 0 8px 10px;
	margin:0;
	background-image:url(../img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	color:#333;
	height: 16px;
}
ul.submenu li a:hover {
	background-color:#F3F8FF;
	text-decoration:none;
	color:#000;
	vertical-align: top;
}
ul.submenu li a.active {
	background-color:#F3F8FF;
	text-decoration:none;
	color:#000;
}

ul.submenu li img {
	padding:0;
	margin:0;
	vertical-align: top;
}


/*特別ニュース-------------------------*/

#temporarynews {
	font-size:0.85em;
	margin-bottom:20px;
	padding:15px 15px 0px 140px;
	border:#96B4DA solid 5px;
	background-image:url(../img/bg_contem.gif);
	background-repeat:no-repeat;
	background-position:15px 15px;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}



.news_comment :after {
/*	content: ".";*/
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.news_comment  {
	display:inline-block;
	clear:both;
}
* html .news_comment  {
	height:1%;
	clear:both;
}
.news_comment  {
	display:block;
	clear:both;
}


ul.news_comment {
	margin-bottom:0px;
	padding:0px 0px 0px 10px;
	list-style:none;
	color:#4275D9;
	border-left:#ddd solid 2px;
}

ul.news_comment li {
	margin-bottom:20px;
	padding:0px 0px 0px 10px;
	color:#4275D9;
	background-image: url(../img/bg_li.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	line-height:1.4;
	clear:both;
}

ul.news_comment li .news_comment_ttl {
	font-size:12px;
	font-weight:bold;
	padding:0 0 2px 0;
	display:block;
}



ul.news_comment li .news_comment_body {
	padding:0 0 5px 0;
	display:block;
}



ul.news_comment li .img_temp {
	padding:0 10px 0 0;
	margin-bottom:10px;
	display:block;
	width:80px;
	height:60px;
	float:left;
}


ul.news_comment a.txtlink {
	background-image:url(../img/arrow_blue.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding:0px 15px 0px 8px;
	display:block;
	float:left;
	height:16px;
}
a:link.txtlink {
	text-decoration:underline;
}
a:hover.txtlink {
	text-decoration:underline;
	color:#779CFA;
}
a:visited.txtlink {
	text-decoration:underline;
}


ul.news_comment a.pdflink {
	background-image:url(../img/bg_pdf.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0px 10px 0px 18px;
	height:16px;
	display:block;
	float:left;
}
a:link.pdflink {
	text-decoration:underline;
}
a:hover.pdflink {
	text-decoration:underline;
	color:#779CFA;
}
a:visited.pdflink {
	text-decoration:underline;
}




/*新商品トピックス-------------------------*/

.recomm_list {
	width:520px;
	padding:0px 0 0px 0;
	font-size:0.8em;
	line-height:1.4em;
	clear:both;
}

.recomm_item {
	width:154px;
	height:280px;
	padding:0 19px 0px 0;
	float:left;
}
.recomm_item a {
	width:154px;
	padding:0px 0 0px 0;
	display:block;
}

.recomm_item a:link, .recomm_item a:visited {
	text-decoration:none;
	color:#333;
}
.recomm_item a:hover {
	text-decoration:underline;
	color: #4275D9;
}

.recomm_item img.thumb_small {
	width:154px;
	height:154px;
	padding:0;
	margin:0 0 8px 0;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	border:#ddd solid 1px\9;
	width:152px\9;
	height:152px\9;
	display:inline-block;
	}
.recomm_item p.item_name {
	width:144px;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
	font-weight:bold;
	background-image:url(../img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:0 0.3em;
}
.recomm_item p.item_spec {
	width:154px;
	padding:0;
	margin:0 0 0 0;
}
.recomm_item span.item_explan {
	display:block;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.recomm_item span.item_price {
	display:inline-block;
	padding:4px 0 0 0;
	margin:0 0 0 0;
	font-size:1.4em;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
/*右サブコラム------------------------------------------*/

#right_column h3 {
	width:200px;
	padding:0;
	margin:0;
}
.login_box {
	width:190px;
	padding:5px;
	margin:0 0 15px 0;
	background-image:url(../img/bg_search_box.gif);
	font-size:0.85em;
	line-height:1.4em;
}
.login_column {
	width:160px;
	padding:15px 15px 15px 15px;
	margin:0;
	background-image:url(../img/bg_search_column.gif);
	background-repeat:repeat-x;
	background-color: #EBEBEB;
}

.login_column a.btn_login {
	width: 160px;
	height:28px;
	margin:0px 0 0 0;
	display:block;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}




/*ぱんくず--------------------------------------------------------------*/

ul#breadcrumb {
	width:940px;
	height:18px;
	padding:0;
	margin:0 auto 10px auto;
	list-style:none;
	font-size:10px;
	line-height:12px;
}

ul#breadcrumb li {
	padding:0 10px 0 0px;
	margin:0;
	float:left;
	text-align:left;
}
ul#breadcrumb li a {
	padding:0 20px 0 0px;
	margin:0;
	display:inline-block;
	background-image:url(../img/arrow_basic.gif);
	background-repeat:no-repeat;
	background-position:right 1px;
	color:#333;
	text-decoration:underline;
}

ul#breadcrumb li a:visited {
	color:#333;
	text-decoration:underline;
}

ul#breadcrumb li a:hover {
	color:#999;
	text-decoration:underline;
}




/*商品検索------------------------------------------*/
table.tbl_itemlist {
	width:720px;
	border-bottom:#ddd solid 1px;
	margin-bottom:10px;
	font-size:0.85em;
	line-height:1.4;
}
table.tbl_itemlist th {
	vertical-align:top;
	text-align:left;
	padding:5px 0 5px 10px;
	border-top:#ddd solid 1px;
}
table.tbl_itemlist td {
	border-top:#ddd solid 1px;
	padding:5px 0 5px 10px;
}

table.tbl_itemlist_s {
	width:600px;
	border-bottom:#ddd solid 1px;
	margin-bottom:20px;
	font-size:0.85em;
	line-height:1.4;
}

table.tbl_itemlist_s th {
	vertical-align:top;
	text-align:center;
	padding:2px 0 2px 10px;
	border-top:#ddd solid 1px;
	background-color:#EEE;
}

table.tbl_itemlist_s td {
	border-top:#ddd solid 1px;
	padding:2px 0 2px 10px;
}

table.tbl_itemlist tr.odd{
    background:#F2F2F2;
}

.box_shibori {
	border:#ddd solid 3px;
	padding:17px 17px 7px 17px;
	margin-bottom:10px;
	font-size:0.85em;
}

table.tbl_shibori {
	margin-bottom:0px;
}

table.tbl_shibori th {
	vertical-align:top;
	text-align:left;
	padding:5px 0 5px 10px;
}

table.tbl_shibori td {
	padding:5px 0 5px 10px;
}

.box_page_itemlist {
	padding:10px;
	margin-bottom:20px;
	background-color:#D8EEF4;
	font-size:0.85em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

table.tbl_itemdetail {
	width:718px;
	border-bottom:#ddd solid 1px;
	border-left:#ddd solid 1px;
	margin-bottom:10px;
}

table.tbl_itemdetail th {
	text-align:left;
	padding:5px 0 5px 10px;
	border-top:#ddd solid 1px;
	border-right:#ddd solid 1px;
	background-color:#EEE;
}

table.tbl_itemdetail td {
	border-top:#ddd solid 1px;
	padding:5px 0 5px 10px;
	border-right:#ddd solid 1px;
}

table.tbl_itemspec {
	width:720px;
	border-bottom:#ddd solid 1px;
	margin-bottom:20px;
	font-size:0.85em;
	line-height:1.4;
}

table.tbl_itemspec th {
	vertical-align:top;
	text-align:left;
	padding:5px 0 5px 10px;
	border-top:#ddd solid 1px;
}

table.tbl_itemspec td {
	border-top:#ddd solid 1px;
	padding:5px 0 5px 10px;
}

table.tbl_itemspec tr.odd{
    background:#F2F2F2;
}

.item_thumb {
	padding:0px 0 20px 20px;
	width:152px;
	float:right;
	font-size:0.85em;
}

.item_thumb img {
	border:#ddd solid 1px;
}

.item_setsumei {
	border-top:#ddd solid 3px;
	padding:15px 0px 0px 0px;
	width:720px;
	font-size: 0.85em;
	line-height:1.4;
}

.item_setsumei .item_name_j {
	padding:0px 10px 0px 15px;
	font-size: 1.25em;
	font-weight:bold;
	background-image:url(../img/bg_mds_small2.gif);
	background-position:0 0.2em;
	background-repeat:no-repeat;
}

.item_setsumei .item_name_e {
	padding:0px 0px 0px 0px;
	font-size: 0.85em;
}

.attention {
	font-size:1em;
	padding:15px 15px 5px 15px;
	display:block;
	margin:10px 0 20px 0;
	clear:both;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	border:#ddd solid 1px\9;
}

.icon_adobe {
	float:right;
	padding:0 10px 0 0;
}

ul.footer_search {
	padding:0 0 0 0;
	margin:0;
	list-style:none;
}

ul.footer_search li {
	width:130px;
	float:left;
	padding:0 10px 0 0;
	margin-bottom:4px;
}

ul.footer_search input.txtarea {
	width:120px;
}

span.search_koumoku {
	padding:0 10px 0 0;
	display:block;
}

ul.footer_search select {
	width:120px;
}

.icons {
	padding:4px 0 0 0;
	display:block;
}

.icons img {
	margin:0 2px 0 0;
}

.stockcom{
	width:720px;
	text-align:right;
}

/*ログイン------------------------------------------*/
#login {
	padding:50px 0px 50px 0px;
	width:600px;
	margin:0 auto 20px auto;
}

#login .login_koumoku {
	display:inline-block;
	width:100px;
}

#login h1 {
	font-size:1.4em;
	padding:10px 0 15px 0px;
	margin:0 0 10px 0;
	border-top:#C8DCEC solid 3px;
}

#login .entry_box {
	padding:30px;
	margin-bottom:20px;
	background-color:#D8EEF4;
	font-size:0.85em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	text-align:center;
}

/*お問い合わせ------------------------------------------*/
table.tbl_inquiry {
	width:692px;
	border-top:#ddd solid 3px;
	border-bottom:#ddd solid 4px;
	border-right:#ddd solid 4px;
	border-left:#ddd solid 4px;
	margin-bottom:10px;
	font-size:0.85em;
	line-height:1.2;
	background-color:#F6FFED;
}

table.tbl_inquiry th {
	padding:10px 10px;
	border-top:#ddd solid 1px;
	vertical-align:middle;
	text-align:left;
	width:140px;
}

table.tbl_inquiry td {
	border-top:#ddd solid 1px;
	padding:10px 0px;
}

table.tbl_inquiry p{
	margin:0 0 0px 0;
}

table.tbl_inquiry input{
	margin:0;
	vertical-align:top;
	line-height:1;
}

.must{
	margin:0;
	color: #3F73D8;
}

.btn_inq{
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
}

/*新着情報トップページ-------------------------*/
#news_topics {
	width:700px;
	padding:20px 0 0 0;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	position:relative;
	background-image:url(../img/bg_top_topics.gif);
	background-position:400px bottom;
	background-repeat:no-repeat;
}

#item_category .mds_news,
#news_topics .mds_news,
#news .mds_news {
	padding:0 0 0 20px;
	background-image: url(../img/bg_news_mds.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

#news_topics .btn_mds {
	padding:0 0 0 0px;
	width:46px;
	height:16px;
	float:right;
	position:relative;
	top:0px;
	right:20px;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}

dl.newslist:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

dl.newslist {
	display:inline-block;
	clear:both;
}

* html dl.newslist {
	height:1%;
	clear:both;
}

dl.newslist {
	display:block;
	clear:both;
}

dl.newslist a {
	color:#000000;
}

#news_topics dl.newslist {
	width:660px;
	padding:10px 0 20px 0px;
	margin:0 0 0 20px;
	border-top:#DDD dotted 1px;
}

#news_topics dl.newslist dt {
	width:80px;
	padding:0px 0 0 0;
	float:left;
	font-size:0.8em;
}

#news_topics dl.newslist dd {
	width:572px;
	padding:0 0 5px 8px;
	float:left;
	background-image:url(../img/arrow_blue.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	font-size:0.85em;
}

#news_topics dl.newslist dd a {
	padding:0 0 0 0px;
}

#news_topics dl.newslist dd .new {
	padding:0 40px 0 0px;
	background-image:url(../img/icon_new.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

/*新着情報-------------------------*/
#news {
	font-size:0.85em;
	margin-bottom:10px;
}

#news dl.newslist {
	width:700px;
	padding:0 0 20px 0;
}

#news dl.newslist dt {
	width:80px;
	padding:0px 0 0 0;
	float:left;
	font-size: 0.9em;
}

#news dl.newslist dd {
	width:612px;
	padding:0 0 5px 8px;
	float:left;
	background-image:url(../img/arrow_blue.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
}

#news dl.newslist dd a {
	padding:0 0 0 0px;
}

#news dl.newslist dd .new {
	padding:0 40px 0 0px;
	background-image:url(../img/icon_new.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#news .block_news_header {
	margin:0 0 20px 0px;
	padding:20px 0 0 0;
	clear:both;
	border-top:#CCC dotted 1px;
}

#news .block_news {
	clear:both;
}

/* 表組みコンテンツ用 */
#news .block_news table {
    width:100%;
    font-size:0.9em;
    border-bottom:#ddd solid 1px;
    border-left:#ddd solid 1px;
    margin-bottom:10px;
}

#news .block_news table th {
    padding:2px 0 2px 0px;
    border-top:#ddd solid 1px;
    border-right:#ddd solid 1px;
    background-color:#EEE;
}

#news .block_news table td {
    border-top:#ddd solid 1px;
    padding:2px 0 2px 0px;
    border-right:#ddd solid 1px;
}

#news .date_news {
	padding:0 0px 0 0px;
	margin-bottom:0px;
	background-image:none;
	font-size:0.85em;
	clear:both;
}

#news h2.ttl_news {
	padding:0 0px 15px 0px;
	background-image:none;
	clear:both;
}

#news .img_news {
	float:right;
	margin:0 0 20px 20px;
}

#news .btn_mds {
	padding:0 0 0 0px;
	width:46px;
	height:16px;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}

a.btn {
	float:right;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	border:#ddd solid 1px\9;
	display:block;
}


/*商品のご案内------------------------------------------*/
#item_category {
	font-size:0.85em;
	margin-bottom:10px;
}

.item_list {
	width:700px;
	padding:0px 0px 0px 0;
	margin:0;
	clear:both;
}

.item_list_left {
	width:220px;
	padding:0px 20px 0px 0;
	margin:0;
	float:left;
}

#item_category h2 a{
	font-size:12px;
	color:#000;
	border-bottom:#ddd solid 3px;
	padding:0px 0px 4px 10px;
	margin-bottom:10px;
	width:210px;
	display:block;
	background-image:url(../img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
}

.item_list_right {
	width:220px;
	padding:0px 0px 0px 0;
	margin:0;
	float:right;
}

ul.list_category {
	padding:0 0px 30px 0;
	margin:0;
	list-style:none;
	border-top:#DDD solid 0px;
	font-size:0.85em;
	line-height:1.2;
}

ul.list_category li {
	padding:0px 0px 5px 0;
	margin:0;
	border-bottom:#DDD solid 0px;
}

ul.list_category li a {
	background-image:url(../img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:0 0.4em;
	padding:0 0 0 10px;
	display:inline-block;
}

/*採用情報------------------------------------------*/
table.tbl_emp {
	width:692px;
	border-top:#ddd solid 3px;
	border-bottom:#ddd solid 4px;
	border-right:#ddd solid 4px;
	border-left:#ddd solid 4px;
	margin-bottom:10px;
	font-size:0.85em;
	line-height:1.4;
}

table.tbl_emp th {
	padding:10px 10px;
	border-top:#ddd solid 1px;
	vertical-align:middle;
	text-align:left;
	color: #4073D8;
}

table.tbl_emp td {
	border-top:#ddd solid 1px;
	border-left:#ddd solid 1px;
	padding:10px 10px;
	background-color:#FFF;
}

table.tbl_emp p{
	margin:0 0 0px 0;
}

table.tbl_emp input{
	margin:0;
	vertical-align:top;
	line-height:1;
}

/*会社案内------------------------------------------*/
.lead {
	padding:0 0 0 0;
	margin:0 0 20px 0;
}

.img_gaikan {
	padding:100px 0 0 0;
	margin:0 0 20px 0;
}

/*会社概要------------------------------------------*/
table.tbl_outline {
	width:700px;
	border-top:#ddd solid 2px;
	border-bottom:#ddd solid 2px;
	margin-bottom:20px;
	font-size:0.85em;
	line-height:1.4;
}

table.tbl_outline th {
	padding:10px 10px;
	border-top:#ddd solid 1px;
	vertical-align:middle;
	text-align:left;
	color: #4073D8;
	vertical-align:top;
}

table.tbl_outline td {
	border-top:#ddd solid 1px;
	padding:10px 10px;
	background-color:#FFF;
	vertical-align:top;
}

table.tbl_outline p{
	margin:0 0 0px 0;
}

/* 主なSANSYO印商品 */
table.tbl_outline_syohin {
	width:700px;
	border-top:#ddd solid 2px;
	border-bottom:#ddd solid 2px;
	margin-bottom:20px;
	font-size:0.85em;
	line-height:1.4;
}

table.tbl_outline_syohin td {
	padding:10px 10px;
	vertical-align:top;
}

/*事業所案内------------------------------------------*/

dl.office {
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	width:700px;
	clear:both;
	border-top:#DDD dotted 1px;
	font-size:0.85em;
}

dl.office dt {
	padding:0 20px 0 0;
	margin:0 0 20px 0;
	width:160px;
	float:left;
	text-align:right;
}

dl.office dd {
	padding:0 0 0 20px;
	margin:0 0 20px 0;
	width:498px;
	float:right;
	border-left:#4073D8 solid 2px;
}

.mds_branch_detail {
	width:80px;
	display:inline-block;
	text-align:center;
}


/*個人情報------------------------------------------*/

#privacy {
	font-size:0.85em;
	padding:0px;
	border:#EEE solid 0;
}

/*サイトマップ------------------------------------------*/

dl.sitemap {
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	width:700px;
	clear:both;
	border-top:#DDD dotted 1px;
}

dl.sitemap dt {
	padding:0 20px 0 0px;
	margin:0 0 20px 0;
	width:150px;
	float:left;
	text-align:left;
	font-size:1;
}

dl.sitemap dd {
	padding:0 0 0 20px;
	margin:0 0 20px 0;
	width:496px;
	float:right;
	border-left:#ddd solid 4px;
	font-size:0.85em;
}

ul.list_sub {
	list-style:none;
	padding:6px 0 0 8px;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:1.4;
}

ul.list_sub li {
	padding:0 0 0 15px;
	margin:0 0 2px 0;
	background-image:url(../img/bg_li.gif);
	background-repeat:no-repeat;
	background-position:0.5em 0.5em;
}
l.dl.sitemap a:link {
	text-decoration:underline;
}

dl.sitemap a:visited {
	text-decoration:underline;
}

dl.sitemap a:hover {
	color: #94B4FB;
	text-decoration:underline;
}

/*先輩社員の声------------------------------------------*/

.voice_lead {
	padding:0;
	margin-bottom:20px;
}

.col_left_img {
	padding:0 0 20px 0;
	margin-bottom:0px;
	width:240px;
	float:left;
}
.col_right_txt {
	padding:0 0 20px 0;
	margin-bottom:0px;
	width:430px;
	float:right;
}
.col_right_img {
	padding:0 0 20px 0;
	margin-bottom:0px;
	width:240px;
	float:right;
}
.col_left_txt {
	padding:0 0 20px 0;
	margin-bottom:0px;
	width:430px;
	float:left;
}

dl.list_recruit {
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	width:340px;
	clear:both;

}

dl.list_recruit dt {
	padding:0 0px 0 0px;
	margin:0 0 10px 0;
	width:110px;
	float:left;
	text-align:left;
	font-size:1;
	border-top:#DDD dotted 1px;
	border-bottom:#DDD dotted 1px;
	height:50px;
}

dl.list_recruit dd {
	padding:15px 0 0 10px;
	margin:0 0 10px 0;
	width:220px;
	height:35px;
	float:left;
	border-top:#DDD dotted 1px;
	border-bottom:#DDD dotted 1px;
	background-image:url(../img/arrow_basic.gif);
	background-position:0 center;
	background-repeat:no-repeat;
}

.new_ico {
	margin:0 0 0 10px;
	vertical-align:middle;
}



/*20170830追記------------------------------------------*/

.main_ttl {
	position: relative;
}

.btn_mainright {
	position: absolute;
	right:0;
}
