@charset "utf-8";
/* CSS Document */

/*▼全体のマージン(tein_5.cssからの継承。)==================================*/
body { margin:5px 15px;
	font-family: "Meiryo", sans-serif;

}

/*▼リンク色(tein_5.cssからの継承。)========================================*/
a { color: #0070EB; text-decoration: none;}
a:link { color: #0070EB;}
a:visited { color: #0070EB;}
a:hover { color: #00569C;}
a:active { color: #0070EB;}

/*▼TEINのページの大きさ====================================================*/
#wrapper{
	width: 830px;
	margin: 0px auto;
}
#wrapper_contents_All{/*製品紹介ページのID名と重複したので、回避*/
	width: 830px;
	margin: 0px auto;
}
#wrapper_Lver{/*レーシングスプリング価格表用。収まりきらないので、100px分拡張。*/
	width: 930px;
	margin: 0px auto;
}

/*▼TOPのジャンプボタン
(ページサイドにあるスクロール追従ボタン。コード自体はheader.js内にあり。tein_5.cssからの継承。)*/
#tein_top_jmp {
	width: 56px;
	height: auto;
  	border: none ;
  	position: absolute;
  	left: 800px;
  	top: 150px;
  	cursor: pointer;
  	text-align: left ;
  	vertical-align: middle;
  	overflow: auto; 
	overflow-x: hidden;
	overflow-y: hidden;
  	z-index: 1;
  	padding: 0;
}
#tein_top_jmp img{
	margin-left: 2px;
	border: none;
}
.page_left_menu{
	text-align: left;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.page_left_menu img{
	border: none;
}

/*▼新着情報(index.htmlに読み込んでいるphpファイルの設定)=====================*/
.new_day{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.new_bana{
	padding: 2px 0px 2px 0px;
}
.new_nakami{
	padding: 0px 0px 0px 5px;
}
.new_kugiri{
	padding: 1px 0px 1px 5px;
	border-bottom: 1px dashed #008A52;
}
.new_kugiri_ue{
	padding: 1px 0px 1px 5px;
	border-top: 1px dashed #008A52;
}

/*▼検索窓/入力する中の余白=====================================================================*/
input{
	padding: 5px 12px;
}


/*▼ヘッダーメニューの位置=====================================================*/
.header{
	width: 830px;
	height: auto;
	margin: 0px;
	float: left;
}

/*▼サイドの画像枠の設定(タイルの横幅は固定なので、枠つきで広くするなら画像つくり直しです。)*/
.con_box{
	width: 830px;
	background: url(../img/tjp_base/bg_line2.gif) repeat-y;
	height: auto;
	float: left;
}



/*▼パンくずリスト====================================================*/
.pan_list{
	float: left;
	height: 15px;
	margin-left: 30px;
	margin-top: 5px;
}
.pan_list ul{
	margin: 0;
	list-style-type: none;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.pan_list li{
	display: inline-block;
	font-size: 10px;
}

/*▼ソーシャルボタンの設定====================================================*/
.social-area{
	margin-right: 30px;
	height: 40px;
	text-align: right;
}
.social-area ul{
	list-style-type: none;
}
.social-area li{
	display: inline-block;
}
/*▼いいねボタンのソースコードの表示サイズ設定がされている場所　開発ツール上で確認*/
/*下にずれて表示されるfbボタンの位置を他のSNSボタンの位置と合わせる。*/
/*.fb_iframe_widget > span {
	vertical-align: baseline !important;
}*/
.social-area_foot{
	float: left;
	width: 830px;
}
.social-area_foot ul{
	float: right;
	margin-right: 30px;
}
.social-area_foot li{
	float: left;
	margin-left: 5px;
}
/*▼内容を入れる大元のボックス
設定すると、760幅で中央に中身が入ります。
(全体の横幅が変わればもっと多く取れますが、全体830では、パンくず、SNSボタン位置の関係から横幅は760が限度かと)*/
#int_box{
	padding-left: 25px;
	padding-right: 25px;
	width: 760px;
	margin: 0px 10px;
	height: auto;
	float: left;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; /* フォント指定 */
}

.int_box{
	padding-left: 25px;
	padding-right: 25px;
	width: 760px;
	margin: 0px 10px;
	height: auto;
	float: left;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; /* フォント指定 */
}


/*▼各ページ共通の見出し=====================*/

/*h2.subheading { 
	font-weight:bold;
	color:#444;
	font-size:18px;
	padding: 0.1em 0 0 0.3em;
	border:solid #009245 ;
	border-width:0 0 0 9px;
	height:20px;
	margin-bottom:5px;
	margin-top:5px;
}
a:hover h2.subheading { 
	color:#666;
}*/


h2.heading { /*下に緑の二重線*/
	font-weight:bold;
	color:#444;
	font-size:18px;
	border-bottom: double 6px #009245;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
h3.subheading { /*左に緑の四角*/
	font-weight:bold;
	color:#444;
	font-size:18px;
	padding: 0.1em 0 0 0.3em;
	border:solid #009245 ;
	border-width:0 0 0 9px;
	height:20px;
	margin-bottom:5px;
}
a:hover h3.subheading { 
	color:#666;}
/*h3.subheading a:hover {
	color:#00569C;
	border-color:#00569C;
}*/

h4.subheading { /*左に緑の四角*/
	color:#444;
	font-size:14px;
	padding: 0.1em 0 0 0.3em;
	border:solid #009245 ;
	border-width:0 0 0 5px;
	height:20px;
	margin-bottom:5px;
}

/*▼index.html================================================================*/
#top_images{
	float: left;
	padding-top:16px;
}
#rside_banner{
	width: 180px;
	height: 225px;
	float: right;
	padding-top:14px;
}
#rside_banner ul{
	float: left;
}
#rside_banner li{
	width: 180px;
/*	height: 50px;*/
}
#rside_banner li:not(:last-child){
	margin-bottom:-1px; /* 縦幅を調整 */
	/* padding-bottom: 9px;*/
}

/* 採用情報のホバーで使用する予定。
li.hoverA:hover {
    opacity: 0.8;
}
*/

/* トップ新着====================================================*/
#sp_topic_area {
	float: left;
	width: 100%;
}
#sp_topic_area p {
	font-weight: bold;
	font-size: 1.1em;
	box-sizing: border-box;
	text-align: center;
	padding: 5px 0;
}
a.at {
	color: red;
	text-decoration: underline;
}
#P_info_area {
	width: 360px;
	height: 440px;
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
}
.topnew_products {
	height: 28px;
	background-image: url(../img/new_product2.gif);
	background-repeat: no-repeat;
}
.topnew_products img {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#last-info{
	width:356px;
	padding-left: 3px;
	height:464px;
	padding-top: 3px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	overflow:auto;
}
#last-info #info-news{
	text-align: left;
}
#T_info_area{
	width: 375px;
    height: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	float: right;
}
.topnew_topic{
	height: 28px;
	background-image: url(../img/new_topic.gif);
	background-repeat: no-repeat;
}
.topnew_topic img {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#new-topic {
	width: 371px;
	padding-left: 3px;
	height: 199px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	float: left;
	overflow: auto;
}
#T_info_area ul{
	float: left;
	height: auto;
	margin-top: 3px;
}
#T_info_area li{
	float: left;
	padding-top:6px;
}
#T_info_area li:nth-child(2n){/*偶数番のリストのみの指定。*/
	padding-left: 14px;
}
/* (tein_5.cssからの継承。)*/
.rss_nituite{
	text-align: right;
	padding: 5px 10px;
	font-size: 9px;
	vertical-align: middle;
}

/*▼ページジャンプボタン(コンテンツ内に置くHOME/TOPボタン)*/
.page_J{
	height: 50px;
	margin-top: 10px;
	float: right;
}
.page_J ul{
	margin: 0px;
	list-style-type: none;
	padding-bottom: 5px;
	padding-right: 30px;
}
.page_J li{
	display: inline-block;
}

/*▼フッターメニューの位置====================================================*/
.footer{
	width: 830px;
	height: auto;
	margin: 0px;
	clear: right;
	float: left;
}

