﻿@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

products.css
		
					最終更新日　12.09.19

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#header #pagetitle h1{
background:url(../products/images/pagetitle_h2.jpg) no-repeat;
}

#main{
width:100%;
margin:0 auto;
}

.section1{
width:100%;
margin:0 auto;
padding:20px 0;
background:#FFF;
overflow:hidden;
}

.section1 h3{
padding:20px;
font-size:120%;
font-weight:bold;
}

.section1 p{
padding:20px;
}

.section1 table{
margin:20px;
border-collapse:collapse;
}
.section1 table td{
overflow:hidden;
padding:0 0 50px 0;
}
.section1 table td .thum{
width:120px;
height:75px;
overflow:hidden;
float:left;
margin:20px 20px 0 20px;
border:1px solid #DDD;
text-align:center;
vertical-align:middle;
padding:25px 0 0 0;
}
.section1 table td .thum img{
width:100px;
height:auto;
margin:0 auto;
}

.section1 table td .body{
width:70%;
float:left;
}
.section1 table td .body h3{
font-size:110%;
font-weight:bold;
text-decoration:underline;
}
.section1 table td .body p{
font-size:100%;
padding:10px 20px 0 20px;
color:#777;
}

	.section1 table td a:link,
	.section1 table td a:visited,
	.section1 table td a:active{
		color:#333;
		outline:none;
	}
	.section1 table td a:hover	{
		color:#888;
		text-decoration:none;
		outline:none;
	}

