@charset "UTF-8";

/*（よく使う、独立したスタイル定義をまとめて格納。
　画像の回り込み、リストをタブ化、テーブルやリストのデザインなど）

■目次：

・

*/



/*=========================================

	配置

===========================================*/

.f-left {
	float: left;
}

.f-clear {
	clear: both;
}

.f-left-img {
	float: left;
	margin: 0 10px 15px 0;
}
.f-right-img {
	float: right;
	margin: 0 0 15px 10px;
}

/*=========================================

	前のページへ戻る

===========================================*/

.link-back {
	clear: both;
	text-align: center;
	padding: 10px 0;
	background: url(/resources/line_01.gif) top repeat-x;
}

/*=========================================

	ページの先頭へ戻る

===========================================*/

.pagetop {
	clear: both;
	text-align: right;
	padding: 10px 5px 5px 5px;
}

/*=========================================

	音声ブラウザ用　隠しリンク

===========================================*/

.hiddennavi {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*=========================================

	パン屑リンク

===========================================*/

.topicpath {
	padding: 2px 0 8px 15px;
	font-size: 0.85em;
}

.topicpath span{
	display: none;
}

.topicpath a:link,.topicpath a:visited {
	color: #333333;
}

/*=========================================

	ページ内リンク

===========================================*/

#main-content-in .page-link{
	width:100%;
	border:solid 1px #00CCFF;
	margin-bottom:15px;
}

#main-content-in .page-link ul {
	padding: 10px 10px 10px 10px;
}

#main-content-in .page-link ul:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#main-content-in .page-link ul { display: inline-block; }
/* exlude MacIE5 \*/
* html #main-content-in .page-link ul { height: 1% }
#main-content-in .page-link ul {display:block;}
/* end MacIE5 */

#main-content-in .page-link ul li {
	list-style-type: none;
	display:block;
	float:left;
	margin: 0 1px;
	background: url(/resources/page-link_bg.gif) no-repeat center left;
	padding: 0 0 0 15px;
}




/*=========================================

	サブコンテンツインデックス

===========================================*/


#sub-content-index_container{
	display:block;
	width:auto;
	height:auto;
	border-left: solid 1px #ddd; 
}
#container #content #main-content-in #sub-content-index_container .sub-content-index{
	display:block;
	float:left;
	width:290px;
	height:100px;
/*	border-top: solid 1px #ddd;*/
/*	border-right: solid 1px #eee;*/
}
#container #content #main-content-in #sub-content-index_container .sub-content-index_img{
	display:block;
	float:left;
	padding: 0px 5px 5px 0px;
	border-right: solid 1px #ddd; 
}
#container #content #main-content-in #sub-content-index_container .sub-content-index h3,
#container #content #main-content-in #sub-content-index_container .sub-content-index h4,
#container #content #main-content-in #sub-content-index_container .sub-content-index h5{
	display:block;
	float:left;
	clear:none;
	background-image:none;
	background-color:#ddd;
	font-weight:bold;
	font-size:110%;
	margin:0px;
	padding: 5px 0px 0px 5px;
	width:199px;
	_width:209px;
}
#container #content  #sub-content-index_container .sub-content-index .sub-content-index_read{
	display:block;
	float:left;
	padding: 5px 5px 5px 5px;
	width:184px;
	_width:204px;
}


/*=========================================

	Table

===========================================*/

#main-content-in td,
#main-content-in th{
	text-align:left;
}


/***** 01 *****/

.table_01 TD,
.table_01 TH{
  padding:0.2em;
  border: none;
  border-bottom: solid 1px #799879;
  border-right: solid 1px #799879;
}
.table_01 TH{
  color: #FFFFFF;
  background-color: #617B61;
}
.table_01{
  border: 2px solid #799879;
  border-collapse:collapse;
  empty-cells: show;
}
.table_01 TD TD,
.table_01 TD TH{
  border: none 0px;
}
/***** 02 *****/


.table_02 TD,
.table_02 TH{
  padding:0.2em;
  border: none;
  border-bottom: solid 1px #799879;
  border-right: solid 1px #799879;
}
.table_02 TH{
  background-color: #E2F5DC;
}
.table_02{
  border: 2px solid #799879;
  border-collapse:collapse;
  empty-cells: show;
}
.table_02 TD TD,
.table_02 TD TH{
  border: none 0px;
}
/***** 03 *****/

.table_03 TD,
.table_03 TH{
  padding:0.2em;
  border: none;
  border-bottom: solid 1px #A8747B;
  border-right: solid 1px #A8747B;
}
.table_03 TH{
  background-color: #FDD5E3;
}
.table_03{
  border: 2px solid #A8747B;
  border-collapse:collapse;
  empty-cells: show;
}
.table_03 TD TD,
.table_03 TD TH{
  border: none 0px;
}
/***** 04 *****/

.table_04 TD,
.table_04 TH{
  padding:0.2em;
  border: none;
  border-bottom: solid 1px #B5B16C;
  border-right: solid 1px #B5B16C;
}
.table_04 TH{
  background-color: #FEFFCB;
}
.table_04{
  border: 2px solid #B5B16C;
  border-collapse:collapse;
  empty-cells: show;
}
.table_04 TD TD,
.table_04 TD TH{
  border: none 0px;
}
/***** 05 *****/

.table_05 TD,
.table_05 TH{
  padding:0.2em;
  border: none;
  border-bottom: solid 1px #6CA3B5;
  border-right: solid 1px #6CA3B5;
}
.table_05 TH{
  background-color: #CBEEFF;
}
.table_05{
  border: 2px solid #6CA3B5;
  border-collapse:collapse;
  empty-cells: show;
}
.table_05 TD TD,
.table_05 TD TH{
  border: none 0px;
}
/***** A *****/
.table_a {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
}
.table_a CAPTION {
  color:#666666;
  padding: 3px 3px 3px 18px;
  background : url(/resources/tablecaption.gif) no-repeat left top;
  border-collapse: collapse;
}
.table_a_th {
  color: #000000;
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  padding: 9px 10px 6px 10px;
  background: url("/images/table_bg.gif") #D1E8C4;
  background-position:0% 100%;
  background-repeat: repeat-x;
}
.table_a_th2 {
  border-bottom: #799879 1px solid;
  color: #000000;
  padding:7px 10px;
  background-color: #E6EBE3;
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
}
.table_a_td {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  color: #000000;
  padding:7px 10px;
  background-color: #F0F6E5;
}
/***** B *****/
.table_b {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  padding: 0px;
}
.table_b CAPTION {
  color:#666666;
  padding: 3px 3px 3px 18px;
  background : url(/resources/tablecaption.gif) no-repeat left top;
}
.table_b_th {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  color: #FFFFFF;
  background-color: #9EC48A;
}
.table_b_th2 {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  color: #000000;
  background-color: #D1E8C4;
}
.table_b_td {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  color: #000000;
  background-color:#F2FCE0;
}
/***** C *****/
.table_c {
  padding: 0px;
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
}
.table_c CAPTION {
  color:#666666;
  padding: 3px 3px 3px 18px;
  background : url(/resources/tablecaption.gif) no-repeat left top;
}
.table_c_th {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  color: #FFFFFF;
  background-color: #9EC48A;
}
.table_c_th2 {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  color: #000000;
  background-color: #DDDDDD;
}
.table_c_td {
  border-top: #799879 1px solid;
  border-bottom: #799879 1px solid;
  border-left: #799879 1px solid;
  border-right: #799879 1px solid;
  border-collapse: collapse;
  color: #000000;
  background-color: #eeeeee
;
}
/***** Other *****/
.table_d CAPTION, .table_e CAPTION, .table_f CAPTION {
  background : url(/resources/tablecaption.gif) no-repeat;
  padding-left:18px;
}
/*=========================================

	Table DropDhadow

===========================================*/
.DropShadow_Table{
  border:0px none;
  width:auto;
}
.DropShadow_Table .DS_TD_main{
  background-color:#FFF;
  padding:3px;
}
.DropShadow_Table .DS_TD_right{
  background : url(/resources/img_shadow_right.gif) no-repeat right top;
  width:4px;
  font-size:0.0001%
;
}
.DropShadow_Table .DS_TD_bottom{
  background : url(/resources/img_shadow_bottom.gif) no-repeat left top;
  height:4px;
  font-size:0.0001%
;
}
.DropShadow_Table .DS_TD_right_bottom{
  background : url(/resources/img_shadow_right_bottom.gif) no-repeat bottom right;
  width:4px;
  height:4px;
  font-size:0.0001%;
}

.DropShadow_Table .DS_TD_main img{
	border:solid 1px #CCCCCC;
}








/*===角丸01===*/

.curve-01{
	background-color: #E9F3FC; /* ここの色を変えたら色んな角丸ができる */
	margin:5px 0;
	width:auto;
	
}

.curve-01 div.curve-head{
font-size:1px;
height:5px;
background:url(../image/01-curve-left-head.gif) top left no-repeat;
width:auto;
}

.curve-01 div.curve-head div{
font-size:1px;
height:5px;
background:url(../image/01-curve-right-head.gif) top right no-repeat;
width:auto;
}

.curve-01 div.curve-bottom{
font-size:1px;
height:5px;
background:url(../image/01-curve-left-bottom.gif) bottom left no-repeat;
width:auto;
}

.curve-01 div.curve-bottom div{
font-size:1px;
height:5px;
background:url(../image/01-curve-right-bottom.gif) bottom right no-repeat;
width:auto;
}



/*===角丸02===*/

.curve-02{
	background-color: #FFEFE6; /* ここの色を変えたら色んな角丸ができる */
	margin:5px 0;
	width:auto;
	
}

.curve-02 div.curve-head{
font-size:1px;
height:5px;
background:url(../image/01-curve-left-head.gif) top left no-repeat;
width:auto;
}

.curve-02 div.curve-head div{
font-size:1px;
height:5px;
background:url(../image/01-curve-right-head.gif) top right no-repeat;
width:auto;
}

.curve-02 div.curve-bottom{
font-size:1px;
height:5px;
background:url(../image/01-curve-left-bottom.gif) bottom left no-repeat;
width:auto;
}

.curve-02 div.curve-bottom div{
font-size:1px;
height:5px;
background:url(../image/01-curve-right-bottom.gif) bottom right no-repeat;
width:auto;
}




/*===サムネイル===*/

#container-all #container #content #thumb{
	display:block;
	width:560px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#container-all #container #content #thumb li{
	display:block;
	background:none;
	padding:0;
	float:left;
	margin: 0px 8px 15px 2px;
	padding:3px;
	background-color:#fff;
}
#container-all #container #content #thumb li span{
	display:block;
	width:120px;
}
#container-all #container #content #thumb li img{
	border:0px;
	padding:0px;
	margin:0px;
	height:120px;
	width:120px;

}/*サムネイルのタイトル*/
#container-all #container #content #thumb li div{
	padding: 3px 2px 3px 4px;
	margin-bottom:3px;
	background-color: #FEF0DE;
	border-left: solid 3px #FF6666;
}






/*===サムネイルと簡単な解説===*/

#container-all #container #content #thumb2{
	display:block;
	width:580px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container-all #container #content #thumb2 li{
	display:block;
	background:none;
	float:left;
	margin: 0px 0px 5px 0px;
	padding: 5px 20px 0px 20px;
	background-color:#fff;
	height:200px;
	border-left: solid 1px #FDF2EA;
	border-right: solid 1px #FDF2EA;
	border-collapse:collapse;;
	text-align:center;
}
#container-all #container #content #thumb2 li img{
	border:0px;
	padding:0px;
	margin:0px;
	height:120px;
	width:120px;
	margin-left:auto;
	margin-right:auto;

}
/*サムネイルのタイトル*/
#container-all #container #content #thumb2 li div{
	padding: 3px 2px 3px 4px;
	margin-bottom:10px;
	background-color: #FEF0DE;
	border-left: solid 3px #FF6666;
	width:140px;
}
/*サムネイルの解説*/
#container-all #container #content #thumb2 li span{
	display:block;
	width:140px;
	margin-top:5px;
	text-align:left;
	
}





/*===サムネイル＿パターン3===*/



#container-all #container #content #thumb3{
	display:block;
	width:580px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#container-all #container #content #thumb3 li{
	display:block;
	background:none;
	padding:5px 20px 12px 20px;
	float:left;
	margin: 0px 0px 15px 0px;
	padding: 5px 20px 0px 20px;
	background-color:#fff;
	height:180px;
	border-left: solid 1px #EAF2FD;
	border-right: solid 1px #EAF2FD;
	border-collapse:collapse;;
	text-align:center;
}
#container-all #container #content #thumb3 li img{
	border:0px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;

}
/*サムネイルのタイトル*/
#container-all #container #content #thumb3 li div{
	padding: 3px 2px 3px 4px;
	margin-bottom:10px;
	background-color: #F1FBFC;
	border-left: solid 3px #a1aBFC;
	width:140px;
}
/*サムネイルの解説*/
#container-all #container #content #thumb3 li span{
	display:block;
	width:140px;
	margin-top:10px;
	text-align:left;
}






/*=========================================

	採用情報

===========================================*/


/*=======================
	先輩社員
=======================*/


#senpai_container{
	display:block;
	width:auto;
	height:auto;
	border-left: solid 1px #ddd; 
}
#container #content #main-content-in .senpai{
	display:block;
	float:left;
	width:290px;
	height:180px;
	margin-bottom:15px;
}
#container #content #main-content-in .senpai_img{
	display:block;
	float:left;
	clear:both;
	padding: 0px 5px 5px 0px;
	border-right: solid 1px #ddd; 
}
#container #content #main-content-in .senpai h3,
#container #content #main-content-in .senpai h4,
#container #content #main-content-in .senpai h5{
	display:block;
	float:left;
	clear:none;
	background-image:none;
	background-color:#ddd;
	font-weight:bold;
	font-size:110%;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
	width:249px;
	_width:259px;
}
#container #content  .senpai .senpai_read{
	display:block;
	float:left;
	padding: 5px 5px 5px 5px;
	width:134px;
	_width:154px;
}


#container #content  .senpai .senpai_read dl{
	margin:0px;
	padding:0px;
	display:block;
}
#container #content  .senpai .senpai_read dt{
	display:block;
	float: left;
	background:#3366FF;
	font-size:75%;
	font-weight:normal;
	color:#fff;
	margin:0px 1px 5px 0px;
	padding:0px;
	width:40px;
	clear:both;
	letter-spacing: 0.5em;
	text-align: center;
	height:15px;
	line-height:1.5em;
}
#container #content  .senpai .senpai_read dd{
	display:block;
	float: left;
	font-size:75%;
	margin:0px 1px 5px 0px;
	padding:0px;
	width:90px;
	height:15px;
	line-height:1.5em;
}




/*=======================
	プロフィール
=======================*/


#prof_container{
	display:block;
	width:auto;
	height:auto;
	border-left: solid 1px #ddd; 
}
#container #content #main-content-in .prof{
	display:block;
	float:left;
	width:260px;
}
#container #content #main-content-in .prof_img{
	display:block;
	float:left;
	clear:both;
	padding: 0px 5px 5px 0px;
	border-right: solid 1px #ddd; 
}
#container #content #main-content-in .prof h3,
#container #content #main-content-in .prof h4,
#container #content #main-content-in .prof h5{
	display:block;
	float:left;
	clear:none;
	background-image:none;
	background-color:#ddd;
	font-weight:bold;
	font-size:110%;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
	width:249px;
	_width:259px;
	color:#003366;
}
#container #content  .prof .prof_read{
	display:block;
	float:left;
	padding: 5px 5px 5px 5px;
	width:134px;
	_width:154px;
}


#container #content  .prof .prof_read dl{
	margin:0px;
	padding:0px;
	display:block;
}
#container #content  .prof .prof_read dt{
	display:block;
	float: left;
	background:#3366FF;
	font-size:100%;
	font-weight:normal;
	color:#fff;
	margin:0px 1px 5px 0px;
	padding:0px 2px 0px 2px;
	width:50px;
	clear:both;
	text-align: center;
	line-height:1.5em;
}
#container #content  .prof .prof_read dd{
	display:block;
	float: left;
	font-size:100%;
	margin:0px 1px 5px 0px;
	padding:0px;
	width:180px;
	line-height:1.5em;
}




/*=========================================

	商品情報

===========================================*/


/*=======================
	商品一覧
=======================*/

/*ご注文ボタン*/
.chumon{
	float:right;
	margin-top:-45px;
	padding: 0px 20px 0px 0px;
	color:#FF6600;
	font-weight:bold;
}
.chumon a,
.chumon a:visited,
.chumon a:hover{
	color:#FF6600;
}

