@charset "Shift_JIS";

/*--------------------------------------------------------------------
guideline:since:writer:last_editday:last_editor:
--------------------------------------------------------------------*/

/*cssの初期化*/
/*タグの基本設定*/
/*ナビゲーションの位置*/
/*枠基本スタイル*/
/*グローバルメニュー*/
/*パンくずリスト*/
/*ヘッダー*/
/*フッター*/
/*コンタクト　メイン*/
/*前のページの戻る＆ページの先頭に戻る*/
/*サイドメニュー*/
/*各ページのページタイトル*/
/*個人情報保護　privacy.html*/
/*当サイトについて　about.html*/
/*サイトマップ　sitemap.html*/
/*おすすめサイト　link.html*/
/*相互リンク集　link02.html*/
/*会社案内　company.html*/
/*ご注文方法について　law.html*/


/*--------------------------------------------------------------------*/
/*cssの初期化*/
/*--------------------------------------------------------------------*/
html, body {
	font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

table, caption, th, td {
	font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
	font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:inherit;
	font-size:100%;
}

/*縮小して印刷CSS　zoomを調整してください*/
@media print {

*html body {
	zoom:70%;
}
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
h1 {
	text-indent: -9999px;
}

a {
	outline:none;
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

div.clear {
	clear:both;
}

hr {
	display:none;
}

ul {
	list-style:none;
}

/*--------------------------------------------------------------------*/
/*ナビゲーションの位置*/
/*--------------------------------------------------------------------*/

div#main {
	width:820px;
	line-height:1.4;
	background:#FFFFFF;
}

/*--------------------------------------------------------------------*/
/*枠基本スタイル*/
/*--------------------------------------------------------------------*/
body {
	background: url(../../images/landing/body_bg.jpg) left top repeat-x;
	font-size:small;
}

div#container {
	width:820px;
	margin:0 auto;
}

div#wrapper {
	clear:both;
	width:820px;
	background-color: #fff;
}

div#wrapper:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/
div#header {
	clear:both;
	width:820px;
	height:110px;
	margin:0 auto;
	background: url(../../images/landing/header_bg.jpg) no-repeat;
}

div#header p#headerLog {
	float:left;
}

div#header p#headerLog a {
	display:block;
	width:500px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
}

div#header ul#headerEtc {
	float:right;
	width:240px;
}

div#header ul#headerEtc li {
	display:none;
}

/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
div#footer {
	clear:both;
	width:100%;
	margin:20px auto ;
	overflow: hidden;
	background: url(../../images/landing/footer_bg02.jpg) left top repeat-x;
}

div#footer ul {
}

div#footer ul li {
	margin-bottom:5px;
	display:inline;
	line-height:1.4;
	border-left: 2px solid #fff;
}

div#footer ul li a {
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	text-decoration: underline;
}

div#footer ul li a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------------------*/
/*コンタクト01*/
/*---------------------------------------------------------------------*/
div#contact_footer {
	clear:both;
	width:776px;
	padding:0 20px;
	margin:0 auto 10px;
	background: url(../../images/landing/footer_bg.jpg) left top no-repeat;
	overflow: hidden;
}

div#contact_footer:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*キャッチコピー*/
div#contact_footer p#contact_copy {
	width:780px;
	padding-bottom:10px;
	font-size:large;
	font-weight:bold;
}

/*会社名＆住所*/
div#contact_footer dl#contact_add {
	width:350px;
	float:left;
	padding:70px 35px 0 0;
}

div#contact_footer dl#contact_add dt {
	text-indent: -9999px;
}

div#contact_footer dl#contact_add dd{
	margin-bottom: 5px;
}

div#contact_footer dl#contact_add dd.left {
	margin-top: 10px;
}

/*問い合わせボタン＆TEL*/
div#contact_footer dl#contact_tel {
	width:320px;
	float:right;
	padding-top: 60px;
}

div#contact_footer dl#contact_tel dt.right,
div#contact_footer dl#contact_tel dd.right{
	text-indent: -9999px;
}

/*ポータルバナー*/
div#footer div#banners {
	padding:0 12px;
	text-align: center;
	margin-bottom:10px;
}

/*コピーライト*/
div#footer address {
	text-align:center;
	font-size: x-small;
	padding:5px;
	border-top: 1px solid #eee;
}

/*アクセス解析*/
div#accesslog img {
	display:block;
	height:0;
}

/*index01*/
div#index01{
	width:820px;
	margin-bottom:35px;
}

div#index01 table tr {
}

div#index01 table tr td {
	vertical-align: top;
}

div#index01 table tr td a img {
}

div#index01 table tr td a:hover img {
}

div#index01 table tr td p {
}

div#index01 table tr td p a {
}

div#index01 table tr td p a:hover {
}

/*index02*/

div#index02 {
	width:820px;
	margin-bottom:35px;
	border-collapse:collapse;
}

div#index02 h2 {
	margin-bottom: 10px;
}

div#index02 dl dt{
	font-size: medium;
	color: #900;
	font-weight: bold;
}

div#index02 table tr td a:hover img {
}



/*index03*/

div#index03{
	width:820px;
	margin-bottom:15px;
	background: url(../../images/landing/index_bg.jpg) right bottom no-repeat;
}

div#index03 div.index03_01{
	clear: both;
	width: 600px;
	margin: 20px auto;
}

div#index03 div.index03_01:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#index03 div.index03_01 p img{
	margin-bottom: 15px;
}

div#index03 div.index03_01 dl dt{
	font-size: medium;
	color: #900;
	font-weight: bold;
	margin-bottom: 5px;
}

div#index03 div.index03_01 dl dd{
	margin-bottom: 5px;
}

div#index03 div.index03_01 dl dd table{
	width: 200px;
	margin-bottom: 5px;
	text-align: center;
}

div#index03 div.index03_01 dl dd table td{
	border: 1px solid #ccc;
}

div#index03 div.index03_01 dl dd table th{
	background-color: #eee;
	border: 1px solid #ccc;
}
div.machine {
	display: table;
    margin-bottom: 35px;
}
div.machine table {
	width: 100%;
	border-collapse:collapse;
	border-top: 1px solid #6F6F6F;
	border-left: 1px solid #6F6F6F;
	margin-bottom: 20px;
}
div.machine table tr th {
	padding: 4px 0;
	width: 33%;
	border-bottom: 1px solid #6F6F6F;
	border-right: 1px solid #6F6F6F;
	color: #DEDEDE;
	background-color: #505050;
	font-size: small;
}
div.machine table tr td {
	padding: 4px 0;
	border-bottom: 1px solid #6F6F6F;
	border-right: 1px solid #6F6F6F;
	color: #DEDEDE;
	background-color: #2A2A2A;
	text-align: center;
	font-size: small;
}
div.machine figure {
	width: calc(50% - 6px);
    float: left;
	margin: 0 2px 10px;
}
div.machine figure img{
	max-width: 100%;
}
div.machine figcaption {
	text-align: center;
}
div.machine img {
	padding: 0px 0 4px 1px;
}
div.machine p {
	margin: 5px auto;
	text-align: center;
}

div#index03 p img{
	float: left;
	margin-right: 10px;
}

/*index04*/

div#index04 {
	clear: both;
	width:820px;
	margin-bottom:35px;
}

div#index04 dl {
	width:820px;
	margin: 10px auto;
	text-align: center;
}

div#index04 dl b{
	font-size: medium;
	color: #900;
}


div#index04 dl dd{
	margin: 5px auto;
	text-align: center;
}





/*index05*/
div#index05 {
	margin:10px 0;
	width:820px;
	clear:both;
}

div#index05 h2 {
	margin-bottom: 10px;
}

div#index05 dl {
	width:820px;
	margin: 10px auto;
}

div#index05 dl dt{
	font-size: medium;
	color: #900;
	font-weight: bold;
}

div#index05 dl dd{
	margin: 5px 0;
}

div#index05 dl dd img{
	margin: 10px auto;
}


div#index05:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}



