@charset "UTF-8";
/* =======================================

“makiko saito” Base CSS

-----------------------------------------
INDEX
-----------------------------------------
1.Base Structure

2.Header

3.Globalnavi

4.Subnavi

5.Footer

6.Home

7.Other
========================================== */



/* 1.Base Structure
========================================== */

/* スクロールバーの有無によるセンタリングのずれを解消する */
html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
}

#wrapper { 
	margin: 0; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
/*中央メイン部*/
#content{
	width:860px;
	width:880px;
	margin:0 auto 30px;
}
.contentMax{
}

/*本文幅フルカラム*/
#content .column{
	/* width:880px;*/
	width:800px;
	margin:0 auto 30px;;
}
/*本文幅1カラム*/
#content .column1{
	width:700px;
	margin:0 auto 30px;
}
/*本文幅2カラム左*/
#content .column2L{
	width:430px;
	/*margin:0 20px 30px 0;*/
	margin:0 20px 15px 0;
	float:left;
}
/*本文幅2カラム右*/
#content .column2R{
	width:430px;
	/* margin:0 0 30px 0;*/
	margin:0 0 15px 0;
	float:left;
}
/*見出し1*/
h1{
	margin:0 auto 30px auto;
	width:900px;
}
/*見出し2*/
h2{
	font-size:138.5%;
	/* margin-bottom:1.5em;*/
	margin-bottom:15px;
	padding:5px 0 5px 15px;
	font-weight:bold;
	border-bottom:solid 1px #999;
	/* border-bottom:solid 2px #333;*/
	border-left:solid 5px #E50011;
	color:#000;
}
h3{
	font-size:123%;
	margin-bottom:0.7em;
	padding-bottom:3px;
	font-weight:bold;
	color:#000;
	/*color:#039;*/
}
#content p{
	/* margin-bottom:20px;*/
	margin-bottom:0.5em;/* プライバシーポリシーで修正 */
	/* margin-left:1em;*/
	margin-left:0;
	line-height:1.5;
	font-size:116%;
	}
#content .marginB{
	margin-bottom:2.5em;
	}

#content p.nomargin{
	margin-bottom:0px;
}

#content ol{
	margin-left:2.5em;
	margin-bottom:20px;
	line-height:1.5;
}
#content ol li{
	list-style-type:decimal;
	padding-bottom:0.2em;
	font-size:108%;
}

#content ul.default{
	margin-left:2.5em;
	margin-bottom:20px;
	line-height:1.5;
}
#content ul.default li{
	list-style-type:disc;
	padding-bottom:0.2em;
	font-size:108%;
}
#content ul.default ul{
	margin-left:2em;
	margin-bottom:20px;
	line-height:1.5;
}
#content ul.default ul li{
	list-style-type:circle;
	padding-bottom:0.2em;
	font-size:100%;
}

.attention-list {
      margin-left: 1em; /* ブロック全体を 2em 右に */
      text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
	  padding-left:1em;
	  color:#C00;
}
.kome-list {
      margin-left: 1em; /* ブロック全体を 2em 右に */
      text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
	  padding-left:1em;
	  color:#666;
	  font-size:85%;
}
.tCenter{text-align:center;}


.red{color:#C00;}
.blue{color:#00C;}

table{
	margin-bottom:2em;
}
table td,
table th{
	padding:5px;
	vertical-align:top;
	text-align:left;
	font-size:108%;
}

table th{
	font-weight:normal;
}

table.default td,th{
	padding:2px;
	vertical-align:top;
	text-align:left;
	font-size:108%;
}


/*事業所一覧テーブル*/
table.baseT{
	width:880px;
	/*border-top:solid 2px #333;
	border-bottom:solid 2px #333;*/
	border-top:solid 2px #999;
	border-bottom:solid 2px #999;
	margin-bottom:20px;
}
table.baseT th{
	/* background:#eeeeee;*/
	padding:10px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
}
table.baseT td{
	background:#fff;
	padding:0 10px 10px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
}
/*郵便番号*/
table.baseT td.jip{
	background:#fff;
	padding:10px 0 5px 10px;
	border-bottom:none;
	vertical-align:top;
}
/*電話番号*/
table.baseT td.tel{
	background:#fff;
	padding:10px 10px 5px 0;
	border-bottom:none;
	text-align:right;
}
table.baseT td table{margin:0;}
table.baseT td table td{border:none; font-size:100%;}
table.baseT td table th{border:none;}

table.baseT .borderLeft{
	border-left:solid 1px #ccc;
}



/*写真キャプション*/
table.photoBox{
	margin-bottom:15px;
}
table.photoBox td,
table.photoBox th{
	text-align:center;
}
table.photoBox th{
	padding-bottom:1em;
}
table.photoBox .left{
	text-align:left;	
}
table.photoBox td{
	margin-left:0em !important;
	text-align:left;
	line-height:1.5;
}

th h3{
	margin-bottom:0.1em;
}
th .tLeft{
	text-align:left;
	margin:0.2em 0.5em 1em;
}

td.tCenter{
	text-align:center;	
}
.mgnBtm40{margin-bottom:40px!important;}
.mgnBtm20{margin-bottom:20px!important;}

/*問い合わせフォーム*/
table.contT{
	width:80%;
	border:solid 1px #999;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
table.contT th{
	background:#E0E7FF;
	padding:5px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	white-space:nowrap;
	font-size:100%;
}
table.contT td{
	background:#fff;
	padding:5px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	font-size:100%;
}
table.contT td table{margin:0;}
table.contT td table td{border:none; font-size:100%;}
table.contT td table th{border:none;}
table.contT tr:last-child td{border:none;}
table.contT th.category{
	background:#69C;
	color:#fff;
	padding:5px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	white-space:nowrap;
}

table.contT .ex{
	font-size:93%;
	color:#666;
}

table.contT input{
	margin-bottom:3px;
}

/* 2.Header
========================================== */
#header { 
	padding: 0;
	/*padding: 0 10px 0 20px;*/
	height:82px;/* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	border-top:solid 5px #e50011;
} 
#header #headerInner{
	width:900px;
	margin:0 auto;
}

#header #headerInner h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間	の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
		padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

/*サイトID*/
#header #headerInner #logo{
		width:160px;
		height:62px;
		float:left;
		padding-top:15px;
}
	
/*ユーティリティメニュー*/
#header #headerInner #rightArea{
	width:350px;
	float:right;
}
#header #headerInner #utility-menu{
	float:left;
	width:121px;
	margin-top:30px;
	text-align:right;
}

#header #headerInner #utility-menu ul{
	
}

#header #headerInner #utility-menu ul li{
	display:inline;
	line-height:0;
}
#header #headerInner #utility-menu ul li a{
	line-height:normal;
}


/* 4.文字サイズ
========================================== */

#header #headerInner #font{
	float:right;
	padding-top:23px;
	text-align:right;
	width:200px;
	height:36px;
}
#header #headerInner #font ul {
	text-align:right;
	font-size:0;
	line-height:0;
}
#header #headerInner #font li {
	display:inline;
	list-style:none;
	margin-right:3px;
	cursor:pointer;
	height:30px;
}
#header #headerInner #font li#fontH{
	cursor:default;
	height:13px;
	margin-right:5px;
}
#header #headerInner #font li#fontH img{
	margin-bottom:8px;
}
#header #headerInner #font li.end{
	margin-right:0px;
}

/* 3.Globalnavi
========================================== */

#nav {
	height:105px;
}
#nav ul li{
	float:left;
}
#nav ul li a{
	display:block;
	height:43px;
	width:150px;
}
#navOther{
	height:43px;
}
#navOther ul li{
	float:left;
	
}
#navOther ul li a{
	display:block;
	height:43px;
	width:150px;
}

/*グローバルナビプルダウン
========================================== */
#nav,
#navOther{
	z-index: 100;
	background:url(../images/bg_nav.gif) 0 0 repeat-x;
	height:43px;
}
#navOther ul{
	width:900px;
	margin:0 auto;
}
#nav li.navCorp div.ddMenu,
#navOther li.navCorp div.ddMenu{
	display: none;
	position: absolute;
	top: 130px;
	padding: 0 0 15px 0;
	z-index: 1000;
	/zoom: 1;
	/*background:url(../images/menu_bg.png) bottom left repeat-y;*/
	background:url(../images/menu_bg1.png) bottom left repeat-y;
	width:149px;
}

#nav ul li .ddMenu li,
#navOther ul li .ddMenu li{
	float:none;
	padding:0;
}
/*一番上の吹き出し三角画像*/
#nav ul li .ddMenu li.firstMenu,
#navOther ul li .ddMenu li.firstMenu{
	/*background:url(../images/menu_bg_top.png) 70px 0px no-repeat;*/
	background:url(../images/menu_bg_top1.png) 70px 0px no-repeat;
	padding-top:8px;
}

#nav ul li .ddMenu li a,
#navOther ul li .ddMenu li a{
	display:block;
	font-size:100%;
	line-height:1.2;
	padding:7px 0px 7px 10px;
	text-decoration:none;
	width:139px;
	height:1em;
	background:none;
}

#nav ul li .ddMenu li a:link,
#navOther ul li .ddMenu li a:link{
	color:#FFF;
}
#nav ul li .ddMenu li a:visited,
#navOther ul li .ddMenu li a:visited{
	color:#FFF;
}
#nav ul li .ddMenu li a:hover,
#navOther ul li .ddMenu li a:hover{
	color:#FFF;
	background:#ff4553;
}
/* clearfix */
#nav ul,
#nav li div.ddMenu,
#nav ul,
#navOther ul,
#navOther li div.ddMenu,
#navOther ul {
	/zoom:1;
}

#nav ul:after,
#nav li div.ddMenu div.menuWrapper:after,
#nav li div.ddMenu div.menuWrapper div.column div.link:after,
#nav ul:after,
#navOther ul:after,
#navOther li div.ddMenu div.menuWrapper:after,
#navOther li div.ddMenu div.menuWrapper div.column div.link:after,
#navOther ul:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* 4.Subnavi
========================================== */

/*パンくずリスト*/
.path{
	padding:1.2em 0px 1em;
	font-size:93%;
	width:900px;
	margin:0 auto;
	color:#333333;
}
.path a{color:#057fc5;}
.path a:visited{color:#11537e;}
.path a:hover{color:#e50011;}
.path a:a:activ{color:#e50011;}

/*会社案内のみのサブメニュー*/
#subMenu{
	text-align:center;
	margin-bottom:20px;
}
#subMenu li{
	display:inline;
	margin:0 5px;
}
#subMenu li a{
	padding:13px 0px 9px 0px;
	border-radius:5px;
	position:relative;
	zoom:1;
	color:#fff;
	/*background:#057fc5;*/
	background:#e50011;
	font-size:123.1%;
	font-weight:bold;
	position:relative;
	display:inline-block;
	width:12em;
	text-decoration:none;
}
#subMenu li a:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-left-color:#fff;
    left: 14px;
    top: 35%;
	}
#subMenu li a:hover{
	/*background:#5fadda;*/
	background:#ff4553;
}
#subMenu li a:hover,
#subMenu li a:visited,
#subMenu li a:active{
color:#fff;
}

#subMenu li#now{
	padding:13px 0px 9px 0px;
	border-radius:5px;
	position:relative;
	border:solid 1px #ff4553;
	zoom:1;
	/*background:#e50011;
	background:#e6f2f9;
	background:#fff;
	color:#333333;
	color:#11537e;
	color:#057fc5;*/
	background:#b72631;
	color:#FFF;
	font-size:123.1%;
	font-weight:bold;
	position:relative;
	display:inline-block;
	width:12em;
	text-decoration:none;
}


/* 5.Footer
========================================== */

#footer { 
	padding:0 0 20px 0;
	border-top:solid 3px #e50011;
}
#footer #footerInner{
	width:900px;
	margin:0 auto;
}
#footer #assist-nav{
	padding:20px 0 0 0;
	margin:0;
	text-align:left;
	font-size:100%;
	font-size:83%;
	width:100%;
}
#footer #assist-nav li{
	display:inline;
	margin:0;
}
#footer #assist-nav li:after{
	content:"|";
	color:#000;
}
#footer #assist-nav li a{
	padding:0 5px 1em 5px;
	display:inline-block;
}
#footer #assist-nav li#home a{
	padding:0 5px 1em 0;
}
#footer #assist-nav li#corp{
	padding:0;
}
#footer #assist-nav li a:link{color:#000;}
#footer #assist-nav li a:visited{color:#333;}
#footer #assist-nav li a:hover{color:#e50011;}
#footer #assist-nav li#corp{
	float:right;
	
}
#footer #assist-nav li#corp:after{
	content:"";
}
#footer #footerCopyright{
	margin-top:15px;
	text-align:center;
	clear:both;
}
/*下部　パンくずリスト*/
.pathBdr{
	/*background:#e6f2f9;*/
	background:#ffedee;
	vertical-align:middle;
}
/*ページのトップへ*/
#pageTop{
	width:900px;
	width:880px;
	margin:0 auto;
	text-align:right;
	padding:0px;
	font-size:93%;
	clear:both;
}
#pageTop a{
	background:url(../images/i_top.gif) left center no-repeat;
	padding:5px 0 7px 25px;
}

/* 6.HOME
========================================== */
#mainVisual{
	width:900px;
	height:450px;
	text-align:center;
	margin:10px auto;
	position:relative;
}
.topContentsErea{
	margin-top:20px;
	padding-left:20px;
}
.topContents{
	width:273px;
	float:left;
	margin-right:20px;
}
.topNoMgn{
	margin-right:0px;
}
.topContents h2{
	width:275px;
	margin-bottom:0px;
	font-size:0;
	line-height:0;
	padding:0;
	border-bottom:none;
}
#bannerArea{
	padding:0;
	margin:0;
	position:absolute;
	right:30px;
	bottom:30px;
}
#bannerArea li{
	margin-bottom:5px;
}
/* 7.Other
========================================== */

/* 別ウインドウ表示用アイコン「事業内容」で使用 */
a.bgWindow {
background-image:url("../images/i_window.gif");
background-position:right center;
background-repeat:no-repeat;
border:medium none;
padding-right:18px;
}
img.bd1	{
	border:solid 1px;
}


/*商品情報*/
div.prod	{
	/*border-top:solid 2px #333;
	border-bottom:solid 2px #333;*/
	border-top:solid 2px #999;
	border-bottom:solid 2px #999;
	padding:15px 0 0;
	margin:0 0 30px 0
}
div.prod	 h2{
	margin-bottom:15px;
}
/*商品情報テーブル*/
table.baseTP{
	/* width:700px;*/
	width:100%;
	/*border-top:solid 2px #333;
	border-bottom:solid 2px #333;*/
	margin-bottom:20px;
}
table.baseTP th{
	/* background:#eeeeee;*/
	padding:15px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
	background-image:url(../images/i_arrow.gif);
	background-position:5px 1.4em;
	background-repeat:no-repeat;
	}
table.baseTP th.end{
	border-bottom:none;
}
table.baseTP td{
	background:#fff;
	padding:15px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
}
table.baseTP td.end{
	border-bottom:none;
}
/*div.prod a:after	{
	background-image:url(../images/i_window.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	display:inline-block;
}*/
/*会社概要テーブル*/
table.baseTS{
	/* width:700px;*/
	width:100%;
	/*border-top:solid 2px #999;*/
	border-bottom:solid 2px #999;
	margin-bottom:20px;
}
table.baseTS th{
	/* background:#eeeeee;*/
	padding:15px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
}
table.baseTS td{
	background:#fff;
	padding:15px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
}

/*事業案内テーブル*/
table.baseTB{
	/* width:700px;*/
	width:100%;
	/*border-top:solid 2px #333;
	border-bottom:solid 2px #333;*/
	border-top:solid 2px #999;
	border-bottom:solid 2px #999;
	margin-bottom:20px;
}
table.baseTB th{
	/* background:#eeeeee;*/
	padding:15px 15px 15px 0;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
}
table.baseTB td{
	background:#fff;
	padding:15px;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
}
table.baseTB td p{
	font-size:100% !important;
}
/*div.business div	{
	margin-bottom:3em;
	overflow:auto;
}
div.business div	 p{
overflow: hidden;
word-wrap:break-word;
}
div.business div	 h2{
	margin-bottom:1em;
	
}div.business	 img{
	float:left;
	margin:0 15px 1em 0;
}*/
table.baseTB th h2	{
	border-bottom: none;
    border-left: none;
    color: #000;
    font-size: 138.5%;
    /* font-size: 100%;*/
    font-weight: bold;
    margin-bottom: 1.5em;
    /* padding:0 !important;*/
	border-left:solid 5px #E50011;
	padding: 0 0 0 15px;
}

/*採用情報　お問い合わせ先*/
.forContact{
	padding:30px;
	margin:25px auto 10px;
	border:solid 1px #E50011;
	width:30em;
}
.forContact p{
	text-align:left;
	margin:0 0 0.5em 5em !important;
}
.colRed	{
	color:#E50011;
}
.fRight	{
	float:right;
}
/*プライバシーポリシー	*/
#policy	{
	
}
#policy p	{
	text-indent:1em;
	
}
p.indent2em	{
	padding-left:3em;
	padding-left:2em;/*0240104修正*/
	text-indent:-2em;
	text-indent:-1.5em !important;/*0240104修正*/
	margin-bottom:0.5em !important;
}
#policy ul	{
		margin:0 0 20px 7em;

}
#policy ul li	{
	list-style:disc;
	font-size:116%;
	margin:0 0 0.2em 0;
	line-height:1.5;
}
#policy dl	{
		margin:0 0 20px 6em;

}
#policy dl dd	{
	list-style:disc;
	font-size:116%;
	margin:0 0 0.2em 0;
	line-height:1.5;
}
#policy dl dd.indent1em	{
	margin:0 0 0.2em 1em;
}
.contactAreaBorder{
	padding:30px;
	margin:25px auto 30px;
	border:solid 1px #000;
	width:27em;
	font-size: 116%;
	line-height: 1.5;
  }
  .contactAreaBorder span.at{display: none;}
/*notfound用*/

.notFound	{
	text-align:center;
	width:90%;
	padding:70px 0px;
	margin:0 auto 20px;
}
/*20250610add saito*/
#content.newsArea{
    margin: 1em auto 4em;
    line-height: 1.5;
    font-size: 116%;
}
#content.newsArea ul li {
    font-size: 116%;
}
.newsArea ul li time{
    font-weight: bold;
    color: #b72631;
}
.newsArea ul li a{
    padding-left: 1em;
    display: inline-flex;
} 