@charset "UTF-8";

/* ========基本設定======== */
html {
    overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size:12px;
	color:#333;
	background:#efefef;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
	background:-webkit-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-moz-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-o-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-ms-linear-gradient(top, #efefef 0%, #fff 80%);
	background:linear-gradient(to bottom, #efefef 0%, #fff 80%);
}

br {
    letter-spacing:normal;
}

a {
	color:#063;
	text-decoration:none;
}

a:hover {
    color:#134D99;
    text-decoration:underline;
}

img {
	border:0;
	vertical-align:top;
}

.menubar {
	clear:both;
	color:#000;
	font-size:22px;
	font-weight:normal;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 7px;
	line-height: 2em;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h1 {
	font-size: 18px;
	color: #063;
	font-weight: 500;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #033;
	margin-right: 10px;
}

h2 {
	font-size: 34px;
	color: #063;
	margin-left: 10px;
	height: 45px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-weight: 500;
	padding-top: 0px;
	margin-bottom: 20px;
	background-image: url(../images/text_xxback.gif);
	margin-top: 0px;
	line-height: 42px;
}

h3 {
	clear:both;
	font-size:16px;
	color:#033;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #063;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 500;
}

h4 {
	color:#000;
	font-size:14px;
	padding-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../images/back_h4.gif);
	background-repeat: repeat-x;
	height: 25px;
	background-position: bottom;
	margin-top: 20px;
	padding-top: 0px;
}

h5 {
    padding:0 10px;
    line-height:2.0;
    font-size:13px;
    font-weight:normal;
    border-left:5px solid #000;
}

h6 {
	font-size:12px;
	color:#033;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

p {
    margin:10px;
}

ul,ol,dl {
	margin:10px;
	padding:0;
}

li {
	padding:0;
	margin:0 0 0 30px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
}

table {
	font-size:12px;
	margin:10px;
	border-collapse:collapse;
	border:1px solid #999;
	border-spacing:0;
	line-height:1.8;
}
/* ========LAYOUT======== */
#container {
	width:940px;
	padding:20px;
	border:1px solid #ddd;
	-moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */
	-webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */
	box-shadow:0 0 10px #bfbfbf;
	background:#fff;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#header {
	position:relative;
	width:940px;
	margin-bottom:20px;
	height: 67px;
}
#logo {
	position:absolute;
	height: 67px;
	float: left;
	width: 206px;
	bottom: 0px;
}

#tel {
	position:absolute;
	right:0;
	top:0px;
	height: 24px;
	float: right;
	width: 267px;
}

#menu {
	position:absolute;
	right:0;
	top:28px;
	color: #FFF;
	background-image: url(../images/topmenu.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 700px;
}

#icatch {
    width:940px;
}

#contents {
	float:left;
	width:940px;
	background:#fff;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#conL {
	float:left;
	width:620px;
}

#conR {
	float:right;
	width:300px;
}
#titlebar {
	float:left;
	background-image: url(../images/menuback_top.gif);
	background-repeat: no-repeat;
	height: 55px;
	background-position: left 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#kaisou {
	font-size: 10px;
	text-align: right;
}

#subconL_title {
	float:right;
	width:710px;
	background-image: url(../images/menuback_top.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	bottom: 0px;
	height: 60px;
	padding-top: 10px;
}

#subconL {
	float:right;
	width:710px;
	background-image: url(../images/menuback_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 30px;
	padding-top: 20px;
}


#subconL_under {
	float:right;
	width:710px;
	background-image: url(../images/menuback_und.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	bottom: 0px;
	height: 38px;
}
#subconR {
	float:left;
	width:200px;
	padding-top: 12px;
}

#footMenu_ss {
	float:left;
    width:940px;
    margin-top:10px;
}
#footMenu {
    float:left;
    width:940px;
    margin-top:10px;
}

#footer {
	clear:both;
	width:940px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	padding-top: 15px;
}
/* ========お知らせ装飾======== */
dt {
	margin:0;
	padding:0;
	font-size: 11px;
	line-height: 13px;
}
dt.dots {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 0;
}
dd {
	margin:0.5em 0 0.5em 0;
	padding:0 0 0 13px;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/kyocho01p.gif);
	background-repeat: no-repeat;
	background-size: 6px 6px;
	background-position:left center;
}


/* ========テーブル装飾======== */
.notborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.notborderpad {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}
.notborderlineup {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 8px;
	font-size: 11px;
	line-height: 14px;
}
.notbordertext {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 15px;
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
table th {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}



/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin:0;
	padding:0px 0 0 0;
	font-size:30px;
	color:#770000;
	line-height:1.0;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu li {
	overflow:hidden;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 42px;
	margin: 0;
}

#menu li a {
	font-weight:600;
	color:#FFF;
	outline:none;
	font-size: 13px;
	padding-top: 9px;
	display: block;
}

#menu li a:hover {
	color:#32AB8D;
	text-decoration:none;
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:940px;
    height:300px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:120px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:120px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}

/* ========トップページバナースライド======== */
.xslider_wrap {
	display: flex;
	overflow: hidden;
	width: 100%;
	background: #e2ffc4;
	box-shadow: 0 2px 5px #999;
}

.xslider1 , .xslider2 {
	display: inline-flex;
	flex: none;
	animation: xslider 40s 2s linear infinite;
}

.xslider_wrap:hover div {
	animation-play-state: paused;
}

.xslider1 div , .xslider2 div {
	flex: none;
	padding: 10px;
}

.xslider1 div:hover , .xslider2 div:hover {
	transform: translateY(-5px);
}

@keyframes xslider {
	0% {
	transform: translateX(0);
	}
	100% {
	transform: translateX(-100%);
	}
}

/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
	display:inline;
	width:300px;
	float:left;
	margin-left:20px;
	background-image: url(../images/topnavi_back.png);
	height: 137px;
	background-repeat: no-repeat;
	padding: 0;
}
.topNaviPhoto {
	text-align: center;
}

.topNaviDetail {
	position:absolute;
	width:280px;
	text-align:center;
	top: 95px;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}
.comm {
	padding-right: 30px;
	padding-left: 30px;
}
/* INFORMATION CUSTOMIZE */
.information {
    width:620px;
    margin-bottom:20px;
}

.information dl {
    margin:0;
}
#container #contents #conR .submenutop dl dt {
	font-size: 11px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* SUBMENU CUSTOMIZE */
.submenu {
    
}

.submenu h3 {
    border:none;
}

.submenu ul {
	padding:0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.submenu li {
	font-size: 12px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 12px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	list-style-type: none;
}

.submenu p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
}
/* SUBMENUTOP CUSTOMIZE */
.submenutop {
	background-color: #F6F6F6;
	margin-top: 20px;
}



/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    width:630px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

.bnrL li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
	width:278px;
	border:1px solid #ddd;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 10px;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
	list-style:none;
	margin-bottom:10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

/* ========FOOTMENU_SS CUSTOMIZE======== */

.footmenu_cate {
	overflow:hidden;
	position:relative;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	padding-top: 10px;
}
.footmenu_pdt {
	display:inline;
	width:270px;
	float:left;
	margin-left:35px;
	padding: 0;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	top: 0px;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}





/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background:#000
}

#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:11px;
    background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
}
/* ========SUBPAGE CUSTOMIZE========= */
.title_xx {
	font-size: 23px;
	color: #000;
	margin-top: 0px;
	height: 60px;
	width: 922px;
	padding-left: 20px;
	padding-top: 12px;
}
.title_x {
	font-size: 25px;
	color: #06F;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000;
	height: 30px;
	padding-left: 15px;
	padding-bottom: 4px;
}

/* ========ページ背景設定======== */

.backimagesup01 {
	background-image: url(../support/images/support_01.jpg);
	background-position: right top;
	padding-right: 235px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 24px;
}
.backimage {
	background-image: url(../corporate/images/jigyoshokai_back.jpg);
	font-size: 14px;
	line-height: 22px;
	background-repeat: no-repeat;
	padding-right: 230px;
	background-position: right;
}
.contents_products01 {
	font-size: 13px;
	line-height: 24px;
	color: #333;
	background-image: url(../products/images/pacs_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 230px;
	padding-top: 10px;
	height: 210px;
	font-weight: normal;
}
.contents_products01under {
	font-size: 13px;
	line-height: 24px;
	color: #333;
	}
	
.contents_products02 {
	font-size: 13px;
	line-height: 24px;
	color: #333;
	background-image: url(../products/images/kaigo_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 206px;
	padding-top: 10px;
	font-style: normal;
	padding-right: 220px;
}
.contents_mityespk {
	font-size: 18px;
	line-height: 30px;
	color: #663;
	background-image: url(../products/images/mityforreportespk_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	padding-top: 10px;
	padding-right: 230px;
	padding-left: 10px;
	font-weight: bolder;
}
.contents_mityuspk {
	font-size: 18px;
	line-height: 30px;
	color: #663;
	background-image: url(../products/images/mityforreportuspk_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
	padding-top: 10px;
	padding-right: 215px;
	padding-left: 10px;
	font-weight: bolder;
}

.bold01 {
	font-weight: bolder;
	color: #663;
	font-size: 20px;
	line-height: 28px;
}


.contents_products03 {
	font-size: 13px;
	line-height: 24px;
	color: #333;
	background-image: url(../products/images/miis2_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 196px;
	padding-top: 10px;
	font-style: normal;
	padding-right: 200px;
}
.contents_products04 {
	font-size: 13px;
	line-height: 24px;
	color: #333;
	background-image: url(../products/images/tele_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 206px;
	padding-top: 10px;
	font-style: normal;
	padding-right: 200px;
}
.contents_products05 {
	font-size: 13px;
	line-height: 24px;
	color: #333;
	background-image: url(../products/images/sol05_backimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 206px;
	padding-top: 10px;
	font-style: normal;
	padding-right: 200px;
}

.contents_products06 {
	font-size: 13px;
	line-height: 24px;
	color: #333;
	background-image: url(../products/images/sol06_backimage.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 289px;
	padding-top: 20px;
	font-style: normal;
	padding-right: 200px;
}
.contents_products07 {
	font-size: 13px;
	line-height: 24px;
	color: #333;
	background-image: url(../products/images/sol07_backimage.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 230px;
	padding-top: 10px;
	height: 210px;
	font-weight: normal;
}
.contents_mityusb {
	font-size: 18px;
	line-height: 30px;
	color: #663;
	background-image: url("../products/images/mityusb_back.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	padding-top: 10px;
	padding-right: 230px;
	padding-left: 10px;
	font-weight: bolder;
}
.contents_mitypitto {
	font-size: 18px;
	line-height: 38px;
	color: #663;
	background-image: url("../products/images/mitypitto_back.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	padding-top: 12px;
	padding-right: 230px;
	padding-left: 10px;
	font-weight: bolder;
}
.pitto:after {
	content: url("../products/images/pitto_icon_test.png");
}


/* ========テキスト装飾======== */
.contents_text {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	padding-left: 15px;
	padding-top: 0px;
	font-style: normal;
	padding-right: 5px;
}
.contents_texts {
	font-size: 11px;
	line-height: 16px;
	color: #333;
	padding-left: 80px;
	padding-top: 0px;
	font-style: normal;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.rightside {
	float: right;
}
.kyocho01 {
	font-weight: bolder;
	color: #063;
}
.kyocho01p {
	font-weight: bolder;
	color: #063;
	background-image: url(../images/kyocho01p.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	font-size: 13px;
	line-height: 15px;
}

.kyocho02 {
	font-weight: bolder;
	color: #090;
	font-size: 12px;
	line-height: 14px;
}
.kyocho03 {
	font-weight: bolder;
	color: #090;
	font-size: 12px;
	line-height: 15px;
	padding-top: 20px;
}
.kyocho_day {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	line-height: 14px;
}
.history {
	font-size: 12px;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
.moon {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.p_under {
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.smc {
	font-weight: bold;
	color: #333;
	list-style-type: none;
	background-image: url(../images/menuback.gif);
	background-repeat: no-repeat;
	height: 31px;
}
.sml {
	list-style-type: none;
	background-image: url(../images/bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px 10px;
	text-indent: 5px;
}
.kyocho {
	font-size: 22px;
	font-weight: bolder;
	color: #663;
	line-height: 30px;
	margin-top: 20px;
}

.kyocho_black {
	font-size: 22px;
	font-weight: bolder;
	color: #663;
	line-height: 30px;
	margin-top: 20px;
}
.shukusho {
	font-size: 12px;
	color: #663;
	line-height: 18px;
}

.backimagesup02 {
	font-size: 12px;
	line-height: 24px;
}
.supporttable {
	font-size: 12px;
	line-height: 18px;
	color: #033;
	background-color: #DBEEBD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.columu{
	font-size: 14px;
	font-weight: bolder;
	color: #033;
	padding: 10px;
}
.sitemap_ss {
	color: #666;
	padding-left: 30px;
}
.waku {
	padding: 8px;
	border: 1px solid #333;
}
.top_subtitle {
	font-size: 12px;
	line-height: 15px;
	color: #033;
	font-weight: bolder;
}

/* ========カタログ一覧ページ======== */

#container #contents #subconL .products_lineup2 {
	width: 680px;
	padding-left: 10px;
	height: 1700px;
}
#container #contents #subconL .products_back2 {
	background-image: url(../products/images/products_back2.gif);
	background-repeat: no-repeat;
	height: 331px;
	width: 210px;
	font-size: 10px;
	float: left;
	padding-left: 14px;
	line-height: 15px;
	color: #000;
	padding-top: 12px;
}
.border1 {
	border: 1px solid #999;
}

/* ========製品ページ下バナー上テキスト======== */
.telform {
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	color: #006;
}
