/* 全体 */
body{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "HiraginoKaku Gothic ProN", sans-serif;
	font-size:14px;
	line-height:28px;
}

img {
	display:block;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
#wrapper {
	width: 100%;
	min-width: 960px;
}
.form-boxsize-100 { width:100%; }
.form-boxsize-90 { width:90%; }
.form-boxsize-80 { width:80%; }
.form-boxsize-70 { width:70%; }
.form-boxsize-60 { width:60%; }
.form-boxsize-50 { width:50%; }
.form-boxsize-40 { width:40%; }
.form-boxsize-30 { width:30%; }
.form-boxsize-20 { width:20%; }
.form-boxsize-10 { width:10%; }
.form-opinion-height { height:200px; }



/* トップヘッダー */
#hd-lr{
	width:100%;
	background-image: url("../image/hd-lr.jpg");
	background-repeat: repeat-x;
}
#hd-box {
	width: 960px;
	height:225px;
	background-image: url("../image/hd-bak.jpg");
	background-repeat: no-repeat;
	margin:0 auto 0 auto;
}
#hd-logo {
	padding-top:30px;
	width: 220px;
	height:30px;
}
#hd-box2{
	width:100%;
	margin-top:150px;
}
#hd-box2 img {
	display:inline;
	float:right;
}


#menu-lr{
	width:100%;
}
#menu-box{
	width:960px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#menu-box img{
	float:left;
}



/* テキスト装飾 */
.green-bold{
	font-size:18px;
	color:#006400;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}



/* メイン部分 */
#main-box {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#top-contents {
	width: 960px;
	display:block;
}
#top-contents img {
	display:inline;
}
#contents {
	width: 800px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#base {
	width: 100%;
	padding-bottom:30px;
}



/* 共通 */
h2 {
	width:680px;
	margin: 0;
	padding: 0;
}
h2 img{
	margin-bottom:10px;
}

/* 戻る */
.to-back{
	width:100%;
	text-align:right;
	margin:70px 0 0 auto;
}

/* 次へ */
.to-next{
	width:100%;
	text-align:right;
	margin:70px 0 0 auto;
}



/* 西暦ナビ部分 */ 
#year-navi-pc{
	width:100%;
	color:#333333;
	font-size:15px;
	text-align:right;
	padding:2px 5px 25px 2px;
	display:inline-block;
}
#year-navi-pc a:link, #year-navi-pc a:visited, #year-navi-pc a:active {
	color:#333333;
	text-decoration: none;
}
#year-navi-pc a:hover {
	color:#333333;
	text-decoration:underline;
}
#year-navi-pc li{
	display: inline-block;
	background-image: url("../image/navimark-separate.gif");
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-left: 11px;
	padding-right: 3px;
}
.year-nowpos {
	font-weight: bold;
	background-image: url("../image/navimark-now.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
}
.year-lastpos {
	display: inline-block;
	background-image: url("../image/navimark-separate.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
/* 西暦5年分表示タイプになった場合は、上記に代えて以下を使用する 
.year-lastpos {
	background-image: url("../image/navimark-separate.gif");
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 7px;
	padding-left: 1px;
}
*/
.year-nowpos a:link, .year-nowpos a:visited, .year-nowpos a:active {
	text-decoration: none;
}
.year-nowpos a:hover {
	text-decoration:underline;
}
.year-navi-next{
	display: inline-block;
	background-image: url("../image/navimark-next.gif");
	background-repeat: no-repeat;
	background-position: right 1px top 0;
	padding-right: 1px;
}
.year-navi-back{
	display: inline-block;
	background-image: url("../image/navimark-back.gif");
	background-repeat: no-repeat;
	background-position: left 0 top 0;
	padding-left: 1px;
}







/* トップページ */
#top-box{
	width:100%;
	display:flex;
	margin:30px 0 15px 0;
}
#top-box-left{
	width:550px;
	margin-right:60px;
}
#top-box-right{
	width:350px;
}
#top-diary-box{
	width:100%;
	background:#E6F7EF;
	padding:25px 20px 25px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* 日記 */
#diary-base {
	width: 100%;
	padding-bottom:30px;
}
#diary-box{
	width:100%;
	background:#E6F7EF;
	border:solid 1px #9FDFC1;
	padding:25px 20px 25px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 70px 0;
}
#diary-box2{
	width:100%;
	box-shadow : 0 0 0 2px #B6E7CF inset,0 0 0 4px #FFFFFF inset,0 0 0 5px #E6F7EF inset;
	padding:15px 20px 25px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 30px 0;
}
#diary-next{
	display:block;
	width:100%;
	text-align:right;
	padding-top:10px;
}
#diary-next a{
	color: #666666;
}
.diary-title{
	width:50%;
	float:left;
}
.diary-date{
	float:right;
	display:inline-block;
	border-bottom:1px solid #BCE1CF;
}
.diary-main{
	width:100%;
	clear:both;
	padding:15px 0 0 0;
	overflow:hidden;
}
.diary-photo-r{
	float: right;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: center;
}
.diary-photo-l{
	float: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
	text-align: center;
}
#top-diary-box .diary-main img{
	display:inline;
	margin-right:15px;
	zoom:35%;
}
#diary-box .diary-main img, #diary-box2 .diary-main img{
	display:inline;
	margin-right:15px;
	zoom:50%;
}
.diary-photobox {
	padding-left: 5px;
	width:100%;
	margin-bottom:25px;
	clear:both;
	display:block;
}
.diary-photobox img{
	display:inline;
	zoom:50%;
	margin-right:15px;
}



/* 更新履歴 */
#history-base {
	width: 100%;
	padding-bottom:30px;
}
#top-history-box {
	width:350px;
}
#top-history-title {
	width:100%;
	margin-bottom:5px;
}
#top-history-title img{
	display:inline;
}
#top-nv-history{
	width:100%;
	font-size:12px;
	font-weight:500;
	text-align:right;
	margin:20px 0 50px auto;
	font-family: "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "HiraginoKaku Kaku Gothic Pro", sans-serif;
}
#top-nv-history a:link,#top-nv-history a:hover,#top-nv-history a:active,#top-nv-history a:visited{
	color:#888888;
}
#top-nv-history img{
	zoom:80%;
	margin-right:10px;
	display:inline;
}
.history-box {
	width:800px;
	display:table;
}
.history-date {
	width: 100px;
	display:table-cell;
	line-height:30px;
	padding-right:5px;
	border-bottom:1px solid #CCCCCC;
}
.history-contents {
	width: 700px;
	display:table-cell;
	line-height:30px;
	padding-right:5px;
	border-bottom:1px solid #CCCCCC;
}
#top-history-box .history-box {
	width:350px;
	display:table;
}
#top-history-box .history-date {
	width: 80px;
	display:table-cell;
	line-height:30px;
	padding-right:5px;
	border-bottom:1px solid #CCCCCC;
}
#top-history-box .history-contents {
	width:270px;
	display:table-cell;
	line-height:30px;
	padding-right:5px;
	border-bottom:1px solid #CCCCCC;
}


/* よくあるご質問 */
#faq-base{
	width:100%;
	margin-bottom:30px;
}
.faq-box{
	border:solid 2px #2FBBBB;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 30px 0;
}
.faq-box2{
	width:600px;
	background-image:url("../faq/image/faq-lr.jpg");
	background-repeat: repeat-y;
	padding:25px;
	margin:0 0 0 auto;
}
.faq-question{
	width:100%;
	color:#FFFFFF;
	background:#2FBBBB;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px 15px 3px 15px;
}
.faq-answer{
	width:100%;
	padding:15px;
	line-height:30px;
}
.faq-relation{
	width:100%;
	margin-bottom:10px;
	padding:0 0 10px 0;
}
.faq-title {
	font-weight:bold;
	padding-left:10px;
	list-style-type:none;
	background-image:url("../faq/image/faq-list.jpg");
	background-repeat: repeat-x;
}

.faq-list{
	width: 100%;
	line-height:24px;
}
.faq-list ul{
	list-style-type:none;
}
.faq-list li{
	padding-left:15px;
	list-style-type:none;
	background-image:url("../faq/image/mark1.png");
	background-repeat: no-repeat;
	background-position:left 11px;
	border-bottom:dotted 1px #AAAAAA;
	line-height:28px;
}
.faq-list li a{
	color:#333333;
	text-decoration:none;
}
.faq-list li a:hover{
	color:#333333;
	text-decoration:underline;
}
.faq-photo-r{
	float: right;
	vertical-align: top;
	padding: 5px 0 5px 10px;
}
.faq-photo-r img{
	display:inline;
	zoom: 50%;
	margin-right:20px;
}
.faq-photobox {
	width:100%;
	margin-bottom:25px;
	clear:both;
	display:block;
}
.faq-photobox img {
	zoom: 50%;
	display:inline;
	margin-right:15px;
	margin-bottom:10px;
}
.faq-right{
	display:block;
	width:100%;
	text-align:right;
	padding-top:10px;
}
#category{
	padding-bottom: 30px;
}
#category h2{
	font-size: 14px;
	font-weight: bold;
}
.category-base{
	margin-top:10px;
	margin-bottom:70px;
	display: block;
	overflow:hidden;
}
.category-base img{
	vertical-align:middle;
	margin-left:5px;
	margin-bottom:8px;
	display:inline-block;
}
.category-base ul{
	list-style-type:none;
	line-height:30px;
}
.category-base li{
	padding-left:15px;
	background-image:url("../faq/image/mark1.png");
	background-repeat: no-repeat;
	background-position:left 11px;
	border-bottom:dotted 1px #AAAAAA;
	line-height:28px;
}
.category-base li a{
	color:#333333;
	text-decoration:none;
}
.category-base li a:hover{
	color:#333333;
	text-decoration:underline;
}



/* サブページタイトル部 */ 
#title-box { 
	width: 100%;
	margin-right: auto; 
	margin-left: auto; 
	display:block;
	margin-bottom:30px;
}


/* フッター */
#footer { 
	width: 960px;
	margin-right: auto; 
	margin-left: auto;
	background-image: url("../image/ft-bak.jpg");
	background-repeat: repeat-x;
	background-position:bottom;
	overflow:hidden;
	margin-bottom:10px;
	padding:20px 0 0 0;
}
#footer-home { 
	width: 960px;
	height:200px;
	background-image: url("../image/ft-home.jpg");
	background-repeat: no-repeat;
	background-position:left bottom 10px;
}
#footer-company { 
	width: 960px;
	height:200px;
	background-image: url("../image/ft-company.jpg");
	background-repeat: no-repeat;
	background-position:left bottom 10px;
}
#footer-equipment { 
	width: 960px;
	height:200px;
	background-image: url("../image/ft-equipment.jpg");
	background-repeat: no-repeat;
	background-position:left bottom 10px;
}
#footer-info { 
	width: 960px;
	height:200px;
	background-image: url("../image/ft-info.jpg");
	background-repeat: no-repeat;
	background-position:left bottom 10px;
}
#footer-product { 
	width: 960px;
	height:200px;
	background-image: url("../image/ft-product.jpg");
	background-repeat: no-repeat;
	background-position:left bottom 10px;
}
#footer-sitemap { 
	width: 960px;
	height:200px;
	background-image: url("../image/ft-sitemap.jpg");
	background-repeat: no-repeat;
	background-position:left bottom 10px;
}
#footer-map { 
	width: 960px;
	height:200px;
	background-image: url("../image/ft-map.jpg");
	background-repeat: no-repeat;
	background-position:left bottom 10px;
}

#footer-data-box{
	width:100%;
	line-height:25px;
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
}
#footer-data-box a{
	color:#333333;
	text-decoration:none;
}
#footer-data-box a:hover{
	color:#333333;
	text-decoration:underline;
}
#footer-copy-box{
	width: 100%;
	color:#666666;
	text-align:right;
	font-size:12px;
	line-height:20px;
	margin-top:20px;
	float:right;
}
#footer-box{
	width:100%;
	display:flex;
}
#footer-box-left{
	width:25%;
}
#footer-box-center{
	width:50%;
	text-align:center;
}
#footer-box-right{
	width:25%;
	text-align:right;
	padding:15px 0 0 0;
}
#footer-box-right img{
	display:inline;
}



/* パンくず */
#dirlist{
	width: 800px;
	color: #333333;
	padding-bottom:20px;
}
#dirlist img{
	margin-top:5px;
}
#dirlist ol{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #888888;
	border-bottom: 1px solid #C9DCA5;
	margin-bottom:25px;
}
#dirlist li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 0 auto;
}
#dirlist li a{
	background: url("../image/dirnavi.gif") no-repeat 100% 50%;
	padding-right: 13px;
	color: #888888;
	text-decoration: none;
}
#dirlist li a:hover{
	background: url("../image/dirnavi.gif") no-repeat 100% 50%;
	padding-right: 13px;
	color: #888888;
	text-decoration: underline;
}



/* 会社案内 */
.company-title {
	width:100%;
	padding-bottom:10px;
}
.company-box{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.company-box-left {
	width:430px;
	float:left;
	margin-right:10px;
}
.company-box-right {
	width:340px;
	padding-top:20px;
	float:right;
}
.company-box-right img{
	text-align:right;
	margin-top:17px;
}
.company-box-dn {
	width:100%;
	clear:both;
}
.company-box-dn img{
	display:inline;
}
.company-table {
	text-align:center;
	padding-bottom:20px;
}
.company-table table.style {
	width: 100%;
	border-collapse: collapse;
}
.company-table table.style th {
	color: #454545;
	font-weight: bold;
	background-color: #E7E9E5;
	border:2px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px 10px 10px;
	width: 160px;
	line-height:25px;
}
.company-table table.style tr td {
	background-color: #F1F1EE;
	border:2px solid #FFFFFF;
	width: 460px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	line-height:25px;
}
.company-table table.style tr td a:link,.company-table table.style tr td a:hover {
	color:#333333;
}


.company-photo-box {
	width:100%;
	padding:5px 0 40px 0;
}
.company-photo-box img {
	display:inline;
	margin-right:3px;
}

.company-photo-r {
	float: right;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: center;
}
.company-photo-l {
	float: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 20px;
	text-align: center;
}


/* アクセスマップ */
.map-box1{
	display:block;
	padding:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:solid 2px #A8C1B0;
	background-color: #FFFFFF;
}
.map-main1{
	width:100%;
	padding:20px 15px 10px 15px;
}
.map-main1 img{
	margin:0 auto 0 auto;
}
.map-right {
	line-height: 25px;
	text-align: right;
}
.map-right img {
	display:inline;
}
.map-print{
	width:640px;
	display:block;
	margin:20px auto 20px auto;
}
.map-print img{
	margin:20px auto 20px auto;
}
.map-print-photo-l {
	float: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 15px;
	text-align: center;
}
.map-print-box1{
	width:640px;
	display:block;
}
.map-print-box2{
	display:block;
	margin:20px 0 20px 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.map-print-box2{
	display:block;
	padding:20px 0 20px 0;
}

/* フォーム関連 */
#info-base {
	width:100%;
	padding-bottom:30px;
}
#info-base a{
	color:#74685A;
	text-decoration:none;
}
#info-base a hover{
	color:#74685A;
	text-decoration:underline;
}
#info-text {
	padding-bottom:10px;
}
#form-base{
	padding-bottom:5px;
	width:100%;
}
#form-base img{
	width:100%;
	display:block;
	margin:0;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#form-if{
	display:block;
	margin-top: 30px;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background: #F3FED3;
	border-radius: 10px;
	border:solid 2px #94E45F;
}
#form-if img{
	display:block;
	margin:10px auto 0 auto;
	text-align:center;
}
#form-if a{
	color: #74685A;
	text-decoration:none;
}
#form-if a hover{
	color: #74685A;
	text-decoration:underline;
}
#form-box{
	margin: 0;
	width:100%;
	display: block;
	overflow:hidden;
	background:#EFFFEF;
	padding:20px 30px 10px 30px;
}

.form-title{
	float: left;
	width:100%;
	clear: both;
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top:10px;
	padding-bottom:5px;
	line-height:24px;
}
.info-form-title, .info-form-title2, .info-form-title3{
	float: left;
	clear: both;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
	background-color: #C2F1EE;
	border:1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 200px;
	line-height:24px;
}
.info-form-main, .info-form-main2, .info-form-main3{
	float: right;
	font-size: 12px;
	background-color: #D9F7F4;
	border:1px solid #FFFFFF;
	width: 540px;
	text-align: left;
	padding: 10px;
}
#form-table {
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	border-collapse: collapse;
	float: left;
	clear: both;
}
.form-table-button{
	float: left;
	width: 800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
.form-label-base{
	float:left;
	text-align:left;
	margin-left: 5px;
}
.form-icon-base{
	float:right;
	text-align:right;
	margin-right: 5px;
}
.form-button-custom {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
}



/* プライバシーポリシー */
.to-pp {	/* プライバシーポリシーへのリンク */
	margin-top:50px;
	text-align: right;
}
.policy-box{
	display:block;
	margin-bottom:30px;
}
.policy-box img{
	margin-bottom:10px;
}



/* サイトマップ */
.sitemap-base {
	padding-bottom:30px;
}
#sitemap-back-image1 {
	width: 100%;
	padding-bottom:30px;
	background-image: url("../sitemap/image/right-image1.jpg");
	background-repeat: no-repeat;
	background-position:right top 200px;
}
#sitemap-table {
	display: table;
	width: 100%;
}
#sitemap-table img {
	margin:0;
}
#sitemap-row {
	display: table-row;
	line-height:25px;
}
#sitemap-row img {
	margin: 0;
	bottom:0;
}
#sitemap-text2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#E9FCCB;
	font-weight:bold;
	display: table-cell;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	line-height:25px;
}
#sitemap-text2 a{
	color:#666666;
	text-decoration:none;
}
#sitemap-text2 a:visited{
	color:#666666;
	text-decoration:none;
}
#sitemap-text2 a:active{
	color:#666666;
	text-decoration:underline;
}
#sitemap-text2 a:hover{
	color:#666666;
	text-decoration:underline;
}
#sitemap-text {
	display: table-cell;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
#sitemap-text a{
	color:#666666;
	text-decoration:none;
}
#sitemap-text a:visited{
	color:#666666;
	text-decoration:none;
}
#sitemap-text a:active{
	color:#666666;
	text-decoration:underline;
}
#sitemap-text a:hover{
	color:#666666;
	text-decoration:underline;
}
#sitemap-tree {
	display: table-cell;
	width: 15px;
	padding-left: 10px;
}
#sitemap-tree img {
	display:block;
	margin: 0;
}



/* CGI関連 */
#cgi-form-table {
	text-align:center;
	padding-bottom:20px;
}
#cgi-form-table table.style {
	width: 100%;
	border-collapse: collapse;
}
#cgi-form-table table.style th {
	color: #454545;
	font-weight: bold;
	background-color: #FFD988;
	border:2px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 20%;
}
#cgi-form-table table.style tr td {
	background-color: #FFFFCC;
	border:2px solid #FFFFFF;
	width: 80%;
	text-align: left;
	padding: 5px;
}
.cgi-form-table-button{
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
.cgi-form-button-custom {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
}



/*設備*/
.equipment-table {
	text-align:center;
}
.equipment-table table.style {
	width: 100%;
	border-collapse: collapse;
}
.equipment-table table.style th {
	background-color: #BEDCDA;
	border:1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 5px;
	line-height:19px;
	width: 115px;
}
.equipment-table table.style tr td {
	background-color: #DFEEED;
	border:1px solid #FFFFFF;
	text-align: left;
	line-height:19px;
	width: 30px;
	padding: 2px 2px 2px 5px;
}
.equipment-table2 {
	text-align:center;
}
.equipment-table2 table.style {
	width: 100%;
	border-collapse: collapse;
}
.equipment-table2 table.style th {
	background-color: #BEDCDA;
	border:1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 5px;
	line-height:19px;
	width: 105px;
}
.equipment-table2 table.style tr td {
	background-color: #DFEEED;
	border:1px solid #FFFFFF;
	text-align: left;
	line-height:19px;
	width: 40px;
	padding: 2px 3px 2px 3px;
}
.equipment-box{
	display:block;
	width:100%;
	overflow:hidden;
}
.equipment-box img{
	display:inline;
	margin:0;
	vertical-align: bottom;
}
.equipment-box-bottom {
	width:100%;
	display:block;
	overflow:hidden;
}
.equipment-box-bottom img{
	display:inline-block;
	margin:0;
	vertical-align: bottom;
}
.equipment-box-left {
	width:410px;
	float:left;
}
.equipment-box-left img {
	display:inline;
	float:left;
}
.equipment-box-right{
	width:390px;
	float:right;
	overflow:hidden;
}
.equipment-box-center {
	width:180px;
	float:left;
	vertical-align:top;
	margin-right:10px;
}
.equipment-box-right2 {
	width:200px;
	float:right;
}



/* 製品 */
#product-back-image1 {
	width: 100%;
	padding-bottom:100px;
	background-image: url("../product/image/right-image1.jpg");
	background-repeat: no-repeat;
	background-position:right bottom;
}
#product-back-image2 {
	width: 100%;
	padding-bottom:100px;
	background-image: url("../product/image/right-image2.jpg");
	background-repeat: no-repeat;
	background-position:right bottom 50px;
}
.detail-box{
	padding-top:10px;
	padding:0 30px 0 30px;
	overflow:hidden;
}
.data-box{
	float:left;
	width:300px;
}
.point-box{
	width:360px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding:15px;
}
.point-box img{
	padding-bottom:15px;
}
.point-line{
	background-image: url("../product/image/line1.jpg");
	background-repeat: repeat;
	line-height:25px;
}
#product-table {
	text-align:center;
	padding-bottom:20px;
}
#product-table table.style {
	width: 100%;
	border-collapse: collapse;
}
#product-table table.style th {
	color: #454545;
	font-weight: bold;
	background-color: #D7F5FC;
	border:1px solid #8EA0A6;
	text-align: left;
	vertical-align: top;
	padding: 2px 5px 2px 10px;
	width: 80px;
}
#product-table table.style tr td {
	background-color: #FFFFFF;
	border:1px solid #8EA0A6;
	width: 220px;
	text-align: left;
	padding: 2px 5px 2px 10px;
}
#product-navi{
	width:100%;
	text-align:right;
}
#product-navi img{
	display:inline-block;
}
#product-top-box{
	width:100%;
	text-align:center;
}
#product-top-box img{
	display:inline;
	margin-left:10px;
	margin-right:10px;
}
.product-list-box{
	display:inline-block;
	width:192px;
	margin-left:3px;
	margin-right:2px;
	margin-bottom:10px;
}
.product-list-photo{
	width:192px;
}
.product-list-photo img{
	border:1px solid #009999;
}
.product-back{
	display:inline-block;
	width:100%;
	text-align:right;
}
#product-top-box3{
	margin-top:60px;
	margin-bottom:30px;
	display:inline-block;
	width:100%;
	text-align:center;
}
#product-top-box3 img{
	display:inline;
	margin-left:auto;
	margin-right:auto;
}



/* 製品紹介スクリプト */
.wrap {
	background-color:#F1F4EE;
	box-shadow : 
	0 0 0 1px #FFFFFF inset,
	0 0 0 3px #F1F4EE inset,
	0 0 0 5px #FFFFFF inset;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	padding:30px
}
.wrap p {
	height:500px;
}
.product-title {
	width:100%;
	padding-bottom:20px;
	padding-top:10px;
}
.product-title img{
	margin-left:auto;
	margin-right:auto;
}
.main-photo {
	width:100%;
}
.main-photo img{
	margin-left:auto;
	margin-right:auto;
	border:1px solid #999999;
}
.wrap ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-right:-10px;
	padding:10px 30px 20px 30px;
	clear:both;
}
.wrap li {
	display:block;
	float:left;
	background:#fff;
	margin-right:10px;
	margin-bottom:10px;
}
.wrap li img {
	cursor:pointer;
	padding:5px;
	margin:5px;
	border:1px solid #999999;
}



/* galleria用 */
#galleria {
	height:500px
}
.galleria-container {
	height: 500px;
	width: 740px;
	position: relative;
	overflow: hidden;
	background: #F1F4EE;
}
.main-photo{
	margin-left:0px;
	width:650px;
}


