@charset "UTF-8"; 
 
/* reset-fonts.css 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}/*table{border-collapse:collapse;border-spacing:0;}*/fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:top;position:relative;top: -0.2em;}sub {vertical-align:text-bottom;}/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	font-size: 82%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: left;
}

#wrapper {}

.container {
	position: relative;
	clear: both;
	width: 876px;
	text-align: left;
}

a {
	color: #171c61;
}
a:link { color: #171c61; }
a:visited { color: #171c61; }
a:hover {
	color: #0068b6;
}
 
/* 背景画像 */ 

#backImage {
	position: fixed;
	bottom: 0;
	right: 0;
}
 
/* サイトタイトル */ 
#siteTitle {
	position: fixed;
	width: 90px;
	height: 765px;
	top: 0;
	left: 0;
	z-index: 100;
	background-image: url(../pub_img/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#siteTitle img {
	padding: 25px 30px;
}
 
/* コンテンツ */ 
#content {
}


/* ページタイトル */
#pageTitle {

}

/* 本文 */
#main {
	float: right;
	width: 580px;
	padding: 25px 0 35px;
	text-align: left;
}

.mainText {
	padding: 5px 10px;
}


/* サブメニュー */
#submenu {
	position: absolute; /* 旧 fixed */
	width: 200px;
	height: 100%;
	top: 0;
	left: 90px;
	z-index: 90;
	padding: 20px 0 15px;
	text-align: left;
	background-image: url(../pub_img/submenubg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
 
/* フッター */ 

/* コピーライト */
.copyright {
	clear: both;
	padding: 15px;
	padding-left: 300px;
	font-size: 80%;
}
 
/* 見出し */ 

.heading {
	margin: 2.2em 0 1em;
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: 125%;
	font-weight: bold;
	background-image: url(../pub_img/hbg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.firstHead {
	margin-top: 0;
}

.subHeading {
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 110%;
	padding-left: 1.2em;
	text-indent: -1.3em;
}


.catchcopy {
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
}

.listmark {
	color: #9f9f9f;
}
 
/* ナビ */ 

/* ページの先頭へ戻る */
.goPagetop {
}
.goPagetop .container {
}
.goPagetopButton {
}

.goPagetopIn {
}
	 
/* コンテンツメニュー */ 
.contentMenu {

}
.contentMenu li {
	padding: 5px 0;
}

.contentMenu a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
}

.contentMenu .lang {
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}

.contentMenu .lang a {
	display: inline;
	padding: 10px 0 10px 15px;
}


.contentMenu a:hover {
	color: #171c61;
}

/* 現在のカテゴリトップ */
.contentMenu .current a {
	background-image: url(../pub_img/menubg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.contentMenu .current a:hover {
	color: #0068b6;
}

/* ページ（子） */
.contentMenu li ul {
    font-size: 90%;
}

.contentMenu li li {
	padding: 0;
}

.contentMenu .current li a {
	padding: 5px 15px;
	padding-left: 40px;
	background-image: url(../pub_img/menubg_in.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* 現在のページ（子） */
.contentMenu .current li.current a {
	color: #333;
	background-image: url(../pub_img/menubg_on.gif);
}
.contentMenu .current li a:hover {
	color: #171c61;
}
  
/*--- 一般設定 ---*/ 
	
/* テーブル */ 
td, th {
	vertical-align: top;
}
 
/* float解除 */ 
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}
.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
  
/*--- 私たちの強み ---*/ 
	
/* 一覧 */ 

.advantageContentList li {
	float: left;
	width: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 130px;
}

.advantageContentList .contentSummary {
	float: right;
	width: 150px;
}
.advantageContentList .contentPhoto {
	float: left;
	width: 110px;
}

.advantageContentList .contentTitle {
	padding-left: 15px;
	padding-bottom: 0.5em;
	background-image: url(../pub_img/headingmark.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 85%;
}
.advantageContentList .contentComment {
	font-size: 82%;
}
 
/* コンテンツ */ 

.advantageContents li {
	width: 580px;
	padding-bottom: 2em;
}

.advantageContentsTexts {
	float: left;
	width: 335px;
}
.advantageContentsPhoto {
	float: right;
	width: 230px;
	padding-top: 3px;
	text-align: center;
}
 
/* コメント */ 

.advantageComment {
	padding: 1.5em 0;
}
 
/* 晒・無地染め */ 

 
/* インディゴ染め */ 

.indigoWorks li {
	float: left;
	width: 170px;
	padding: 5px 10px;
}
 
/* プリント */ 

.printingWorks li {
	float: left;
	width: 170px;
	padding: 5px 10px;
}
 
/* 加工技術 */ 

.processingListTitle {
	margin-bottom: 0.5em;
	padding: 0.2em;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background-color: #d2e6ed;
	border: 1px solid #333;
}

.processingList {
	width: 580px;
	margin-bottom: 2em;
}
.processingList li {
	float: left;
	width: 160px;
	margin: 3px 10px;
	padding-left: 1em;
	text-indent: -1em;
}
 
/* 生産体制 */ 

.equipmentList {
	float: left;
	width: 250px;
}
.equipmentList2 {
	float: right;
	width: 330px;
}
.equipmentList li,
.equipmentList2 li {
	font-size: 90%;
}
 
/* 品質管理 */ 

.qualityCheckList li {
	width: 560px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #666;
}
.qualityCheckList .listContent {
	float: left;
	width: 450px;
}
.qualityCheckList .listPhoto {
	float: right;
	width: 100px;
	padding-top: 5px;
}
.qualityCheckList .listTitle {
	padding-bottom: 0.5em;
	font-weight: bold;
}
.qualityCheckList .listComment {
}
 
/* 環境対策 */ 

.environmentalPolicy li {
	float: left;
	width: 266px;
	height: 320px;
	margin: 5px 0;
	margin-left: 10px;
	padding: 7px;
	background-color: #c7e1eb;
}

.environmentalPolicy .listTitle {
	padding-top: 3px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 1.2em;
	text-indent: -1.3em;
}
.environmentalPolicy .listComment {
	padding-bottom: 10px;
	font-size: 90%;
}
.environmentalPolicy .listPhoto {
	padding-bottom: 10px;
	text-align: center;
}
  
/* トピックス */ 

#listWrapper { 
	overflow-y:auto;
	overflow-x:hidden;
	width:98%;
	height:150px;
	padding:5px;
	margin-bottom:15px;
} 

.topicsList li {
	width: 548px;
	margin-left: 15px;
	padding-left: 17px;
	padding-bottom: 0.3em;
	background-image: url(../pub_img/topicsmark.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
	 
.topicsHead { 
	margin-bottom: 0;
}
 
.topicsDate { 
	margin: 0.3em 0 1em;
	text-align: right;
}
 
.topicsComment { 

}
	 
.topicsComment .comment { 
	padding-bottom: 20px;
}
 
.topicsPhoto { 
	padding-bottom: 15px;
	text-align: center;
}
 
.topicsLink { 
	padding-top: 1.5em;
}
 
.setfile { 
	margin: 15px 0px;
}
.setfile a {
	display: block;
	padding: 10px;
	padding-left: 34px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-color: #f3f2f7;
}
.setfile a:hover {
	background-color: #f2f4f7;
}

.setfile.doc a { background-image: url(../_admin/_files/icon_doc.gif); }
.setfile.docx a { background-image: url(../_admin/_files/icon_docx.gif); }
.setfile.ppt a { background-image: url(../_admin/_files/icon_ppt.gif); }
.setfile.pdf a { background-image: url(../_admin/_files/icon_pdf.gif); }
.setfile.txt a { background-image: url(../_admin/_files/icon_txt.gif); }
.setfile.xls a { background-image: url(../_admin/_files/icon_xls.gif); }
.setfile.xlsx a { background-image: url(../_admin/_files/icon_xlsx.gif); }
 	  
/*--- X SANYO ---*/ 
	 
/* 新しいブランド展開 */ 

.xsanyoCommnet {
	float: left;
	width: 350px;
	padding: 0 5px;
}
.xsanyoLogo {
	float: right;
	width: 200px;
}
 
/* 詳細 記事ナビ */ 
.xsanyoPageNavi {
	width: 580px;
	margin-top: 2em;
}

.xsanyoPageNavi .prev {
	float: left;
	width: 126px;
}
.xsanyoPageNavi .next {
	float: right;
	width: 126px;
}

.xsanyoPageNavi .list {
	float: left;
	width: 118px;
	padding: 0 105px;
}
  
/*--- 会社案内 ---*/ 
	
/* 会社概要 */ 

.companyProfile {
	border-collapse: collapse;
	border-spacing: 0;
}
.companyProfile th,
.companyProfile td {
	padding: 10px;
	font-size: 90%;
	border-bottom: 1px solid #c8c5c4;
}
.companyProfile th {
	padding-right: 3em;
	white-space: nowrap;
}


.officeList li {
	padding-bottom: 1em;
}
 
/* ご挨拶 */ 

.companyMessage {
	padding: 10px;
}


/* 写真 */
.companyMessagePhoto {
	float: right;
	width: 140px;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* サイン */
.companyMessageSign {
	text-align: right;
	padding: 0 10px;
	font-weight: bold;
}

.companyMessageSign span {
    font-size: 150%;
}
 
/* 関連会社 */ 

.associatedCompanys {
	float: left;
	width: 280px;
	margin-left: 10px;
}

.associatedCompanys h3 {
	font-weight: bold;
}

.associatedCompanys li {
	padding-bottom: 1em;
}

.associatedCompanys .headmark {
	color: #0068b6;
}

.associatedCompanys li li {
	padding: 0;
	padding-left: 1em;
	font-size: 90%;
}

/* 沿革写真 */
.historyPhoto {
	float: left;
	width: 110px;
	padding-right: 10px;
}
 
/* 沿革 */ 

.companyHistory {
	border-collapse: collapse;
	border-spacing: 0;
}
.companyHistory th,
.companyHistory td {
	padding: 0.7em 0;
	font-size: 90%;
}
.companyHistory th {
	white-space: nowrap;
}
.companyHistory td {
	padding-left: 3em;
}

  
/*--- お問い合わせ ---*/ 

/* 問い合わせフォーム */
.attention {
	color: #c00;
}

.contactExp {
	padding-top: 2em;
}

.contactForm {
	width: 580px;
	margin-top: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #c8c5c4;
}

.contactForm th,
.contactForm td.mailformHeading {
	white-space: nowrap;
}
.contactForm th,
.contactForm td {
	padding: 1em 0.5em;
	border-bottom: 1px solid #c8c5c4;
}
.contactForm .inText {
	padding: 0.3em;
	font-size: 110%;
}
.submitButton {
	padding-top: 1em;
	text-align: center;
}
.submitButton input {
	padding: 0.3em 1em;
}

.mailformSendMsg,
.mailformErrorMsg {
	padding: 8em 2em;
	text-align: center;
}
 
/* 準備中 */ 

.ready {
	padding: 10em;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #999;
}

/* SNS追加 */
.officeAddress {
	margin-top:15px;
	clear:both;
}/* 2017.9.8追加 */ 
 
.fb_wrapper {
	float:left;
}

.insta_wrapper {
	float:right;
}

.sns_bn {
	border:1px solid #ccc;
	width:580px;
	clear:both;
	margin-top:420px;
}

 
