/*    ----- 生産管理のレスポンシブの新css 変更2016/03/05 ---    */

/*    ----- ファイヤーフォックス用---    */
body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
 text-align:center; 

}


/*     リンクの設定  */

#menu   A:link {
/*	color: black; */
	color: white; 
	text-decoration: none; 
}

#menu  A:visited {
/*	color: purple; */
/*	color: black; */
	color: white; 
	text-decoration: none;
}

#menu  A:active {
/*	color: orange; */
/*	color: black; */
	color: white; 
	text-decoration: underline;
}

#menu  A:hover {
/*	color: black; */
	color: white; 
	text-decoration: underline;
}



#primary   A:link {
/*	color: black; */
	color: blue;
	text-decoration: none; 
}

#primary  A:visited {
/*	color: purple; */
	color: blue;
	text-decoration: none;
}

#primary  A:active {
/*	color: orange; */
	color: blue;
	text-decoration: underline;
}

#primary  A:hover {
	color: red;
	text-decoration: underline;
}

/*  ----- レスポンシブでの変更、左のメニューのliの<u></u>を外して以下で下線を入れた 2014/12/6 ----  */

/*  ----- レスポンシブでの変更、 ----  */

#secondary  A:link {
/*	color: black; */
	color: blue;
	text-decoration: underline;
}

/*  ----- レスポンシブでの変更、 ----  */

#secondary  A:visited {
/*	color: purple; */
	color: blue;
	text-decoration: underline;
}

#secondary  A:active {
/*	color: orange; */
	color: blue;
	text-decoration: underline;
}

#secondary  A:hover {
	color: red;
	text-decoration: underline;
}

.TYPE1 {
        font-size:12px;
	font-weight: bold;
/*	color: black; */
	color: white;   
/*	text-decoration: underline; */
}

/*  ----- レスポンシブでの変更、 ----  */

.TYPE2 {
        font-size:12px;
  	font-weight: bold;
	color: black; 
/*	color: white; */  
        width: 20px;
	text-align: center;
}
.TYPE2A {
        font-size:12px;
        width: 760px;
        text-align: left;
}

.TYPE2B {
        font-size:10px;
        background-color:#FFFFC0;
}



.TYPE3 {font-size:14px; line-height:1.5em;}
.TYPE3A {font-size:15px; line-height:1.5em;}

.GRAY {background-color:#F3F3F3; }


.font_yellow {background-color:yellow; padding:2px;}

.LINE2{ border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
        border-style:solid; border-color:red;background-color:#FFFFCC;font-weight:bold;
        padding : 15px 0px 10px 0px;
}
.LINE3{ border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;
        border-style:solid; border-color:blue;background-color:#FFFFCC;font-weight:bold;
        padding : 15px 0px 10px 0px;
}

.font_doc {font-family:"ＭＳ Ｐゴシック";font-size:13pt; font-weight:bold;letter-spacing:-1pt;color:blue;}
.font_doc3 {font-family:"ＭＳ Ｐゴシック";font-size:13pt; font-weight:bold;letter-spacing:-1pt;color:red;}


/*  wrapper --------いちばん外側---------- */

#wrapper {
/*	width: 760px; */
	width: 825px; 
        margin: 0 auto;
        text-align:left;
}

/*  container --------primaryとseondaryの外側---------- */

#container {
        position: relative;
	width: 100%; 
        margin: 10px 0;
}




/*  header --------------------------------*/


#h-left {
	width: 300px; 
}

#h-right {
	width: 460px; 
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	line-height: 1.5;
}

/*     ------ left menu ----------------- */
#secondary {
        float:left;
        left: 0px ;
        top: 0px;
        font-size:12px;
	width: 200px; 
	background : #ffffff url(leftside_bg.gif) repeat-y left top;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
}


#secondary table {
        font-size:13px;
	line-height: 1.5;
}


#content-right {
/*	width: 550px; */
}

#menu {
/*	width: 760px; */
	width: 825px; 
/*	background-color: #2D78BF; */
/*	background-color: #fceda8; */
	background-color: #2D78BF; 
	height: 25px;
	padding: 3px 0px 0px 8px;
        font-size:15px; 
        text-align:left;
        margin:0 auto;
}

#primary {
        float:right;
/*        font-size:12px; */
        font-size:13px; 
/*	width: 545px; */
	width: 610px; 
	padding: 0px 0px 5px 15px;
	line-height: 1.5;
} 

/* ----  画像は中央に合わせる    ------ */
/*  ----- レスポンシブでの変更、 ----  */

#primary img {
vertical-align: middle;
}

/* ---- テーブルの表を中央に合わせる。html5でcenterが使えないので ---  */
/*  ----- レスポンシブでの変更、 ----  */

#primary table {
        font-size:12px;
	line-height: 1.5;
/*	margin-right: auto; 
	margin-left: auto; */

}



#primary  h2 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px; 
	margin-left: -10px; 
	border-left: 7px solid #62cc33;
}

#primary  p {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1em;

/*    ---- 改行を止める */
/*	letter-spacing: 0.1em; */
}

#primary  .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

#primary  .list,#secondary  .list {
	margin-bottom: 20px; 

}

/*  #primary  .list  li,を外した   */

#secondary  .list  li {
/*     ---------- 矢印の項目を左へずらす     */
	margin: 5px 0 0 -20px;
	padding-left: 15px;
	background : url(arrow.gif) no-repeat left center; 
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}

#secondary  .list1  li {
/*     ---------- 矢印の項目を左へずらす     */
	margin: 5px 0 0 -30px;
	padding-left: 15px;
	padding-right: 5px;
	background : url(arrow.gif) no-repeat left center; 
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}



/*  ----set list data -------------------------------------*/

#primary  .list  h3 {
	font-size: 120%;
	padding: 3px 10px;
	background-color: #F3F3F3;
	border-left: 5px solid #2D78BF; 
/*	background-color: #ffec67;*/
/*	border-left: 5px solid #f4b800; */
/*	border-left: 5px solid #2FB540; */
	border-bottom: 1px solid #CCCCCC;
}

#secondary  .list  h3 {
	font-size: 120%;
/*     ----- タイトルとの間を狭くする----- */
	margin-bottom: -10px; 
        padding: 3px 15px; 
/*	color: #FFFFFF; */
/*	background-color: #2D78BF; */
/*	background-color: #E0FFFF; */
	background-color: #FFFFC0; 
	border-bottom: 1px solid #CCCCCC;
}

#secondary  .list1  h3 {
	font-size: 100%;
	margin-bottom: -10px; 
        padding: 3px 10px;
/*        color: #FFFFFF;*/
	background-color: #F3F3F3;
/*	background-color: #ffec67;*/
/*	background-color: #fceda8;*/
	border-left: 5px solid #2D78BF; 
/*	border-left: 5px solid #f4b800; */
	border-bottom: 1px solid #CCCCCC;
}



#advertisement {
	float: right; 
	width: 1px; 
}

#footer {
      font-size:12px;
	clear: both;
/*	width: 700px; */
	width: 825px; 
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	line-height: 1.5;
}

/*  set table data -----------------------*/



table.tbl1 {
	font-size: 11pt;
	border-collapse: collapse;
	border: 2px solid #000000;
}

td.tbl1 {
	border-collapse: collapse;
	border: 1px solid #000000;
	background-color: #006633;
	font-weight: bold;
	color: white;
	text-align: center;
}

td.tbl2 {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
 	line-height: 1.2;
}

td.tbl1a {
	border-collapse: collapse;
	border: 1px solid #000000;
	text-align: center;
}

td.tbl2a {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
 	line-height: 1.2;
}

td.tbl2b {
/*	background-color: #DAFCF1; */
}

td.tbl2bA {
	font-size:17px;
}


td.tbl3 {
	border-collapse: collapse;
	border: 1px solid #000000;
	background-color: #ffff80;
}

td.tbl3a {
	border-collapse: collapse;
	border: 1px solid #000000;
}

td.tbl3b {
	border-collapse: collapse;
	border: 1px solid #000000;
	background-color: #ffff80;
	text-align: center;
	font-weight: bold;
}



/*
ヘッダー追加
-------------------------------------------------------------------*/

#header {
	text-align: left;
/*	width:760px;*/
	width:825px;
	height:80px;
	background-image : url(img/logo.jpg);
        margin:0 auto;
        font-family:"MS UI Gothic";
}


h1 a {
	display: block;
	text-decoration: none;
	width: 600px;
	height: 25px;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 25px;
	line-height: 25px; 
/*	color: #333333; */
	color: #000000; 
/*	color: ##ec9800; */
}

#header #sub {
	font-size: 12px;
/*	color: #A8A253; */
	color: #000000; 
	margin-left: 10px;
	margin-top: -15px;
}

/*
コンテンツの線
-------------------------------------------------------------------*/


/* ------------------------ */


.img { 
display : block; 
text-align : left; 
color : #ff6600; 
height : 170px; 
width : 200px; 
float : left; 
} 


.text { 
display : block; 
text-align : left; 
/* width : 250px; */
float : right; 
} 


#bg2 { 
display : block; 
width : auto; 
color : #333333; 
border : 1px solid #cccccc; 
padding : 10px; 
height : 230px; 
/*width : 500px; */
} 

#bg2 ul  { 
margin-top:5px ;
} 


#bg2 ul li { 
text-align : left; 
overflow : hidden; 
width : 280px; 
height : 26px; 
display : block; 
line-height : 26px; 
text-indent : 18px; 
background : url(img/point.jpg) no-repeat; 
border-bottom-width : 1px; 
border-bottom-style : dotted; 
border-bottom-color : #cccccc; 
list-style-type : none; 
margin: 0 0 0 -20px;
} 

.style2 { 
color : #ff6600; 
font-weight : bold; 
font-size : 13px; 
letter-spacing : 1px; 
} 


/* ------------------------ */

#bg3 { 
padding : 15px; 
display : block; 
/* width : auto; */ 
width : 525px; 
color : #333333; 
border : 1px solid #cccccc; 
margin-top : 10px; 
margin-bottom : 30px; 
background-color : #eeeeee; 
} 

#bg3 table { 
border-collapse : collapse; 
border : 1px solid #999999; 
color : #666666; 
clear : both; 
width : 100%; 
background-color : #ffffff; 
} 

#bg3 td { 
border-collapse : collapse; 
border : 1px solid #999999; 
margin : 0; 
padding : 4px; 
}
 
#bg3 th { 
background-color : #c9ddf5; 
font-weight : bold; 
text-align : center; 
border : 1px solid #cccccc; 
} 

/* ------------------------ */

#bg4 { 
padding : 15px; 
display : block; 
/* width : auto; */ 
width : 545px; 
color : #333333; 
border : 1px solid #cccccc; 
margin-top : 10px; 
margin-bottom : 30px; 
background-color : #eeeeee; 
} 

#bg4 table { 
border-collapse : collapse; 
border : 1px solid #999999; 
color : #666666; 
clear : both; 
width : 100%; 
background-color : #ffffff; 
} 

#bg4 td { 
border-collapse : collapse; 
border : 1px solid #999999; 
margin : 0; 
text-align : center; 
padding : 4px; 
}
 
#bg4 th { 
background-color : #c9ddf5; 
font-weight : bold; 
text-align : center; 
border : 1px solid #cccccc; 
} 





#primary h5 { 
font-size : 14px; 
line-height : 18px; 
text-align : center; 
color : #3e4f71; 
font-weight : bold; 
text-indent : 5px; 
border-bottom-width : 3px; 
border-bottom-style : solid; 
border-bottom-color : #3e4f71; 
margin-bottom : 5px; 
} 

.style1 { 
color : #ff0000; 
font-weight : bold; 
font-size : 14px; 
line-height : 21px; 
} 

.style1a { 
color : #ff0000; 
font-weight : bold; 
line-height : 21px; 
} 



/*  -------------------------- */

#primary h6 { 
font-size : 14px; 
line-height : 18px; 
color : #3e4f71; 
font-weight : bold; 
text-indent : 5px; 
border-bottom-width : 3px; 
border-bottom-style : solid; 
border-bottom-color : #3e4f71; 
margin-bottom : 5px; 
} 




#bg5 { 
}

/* ここで テーブルを中央に寄せる。*/

#bg5 table { 
border-collapse : collapse; 
border : 1px solid #999999; 
/* color : #666666; */ 
clear : both; 
/* width : 90%; */
background-color : #ffffff; 
/* margin-right: auto; 
margin-left: auto; */
} 

#bg5 td { 
border-collapse : collapse; 
border : 1px solid #999999; 
margin : 0; 
/* text-align : center;  */
padding : 4px; 
}
 
#bg5 th { 
background-color : #c9ddf5; 
font-weight : bold; 
color : #666666;
text-align : center; 
border : 1px solid #cccccc; 
} 




/* ******************      */

.waku1 { 
border-collapse : collapse; 
border : 1px solid #999999; 
margin : 0; 
/* text-align : center; */ 
padding : 4px; 
}


.waku1_blue { 
border-collapse : collapse; 
background-color : #c9ddf5; 
border : 1px solid #999999; 
margin : 0; 
text-align : center;  
padding : 4px; 
}

/*  教材で追加   */

#primary  .list3 {
	margin-bottom: 20px; 
        font-size: 115%;
	width: 545px; 
	margin-left: 10px; 
}

#primary  .list3  h3 {
	font-size: 130%;
	padding: 3px 10px;
	background-color: #F3F3F3;
	border-left: 5px solid #2D78BF; 
/*	background-color: #ffec67;*/
/*	border-left: 5px solid #f4b800; */
/*	border-left: 5px solid #2FB540; */
	border-bottom: 1px solid #CCCCCC;
}


.LINE4{ border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px;
        border-style:solid; 
	border-color:#de806e;
	background-color:white;
/*	font-weight:bold;  */
        padding : 15px 0px 10px 0px;
}

.LINE5{ border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px;
        border-style:solid; 
	border-color:#0000ff;
	background-color:#ffffcc;
/*	font-weight:bold;  */
        padding : 15px 0px 10px 0px;
}

td.tbl4 {
	border-collapse: collapse;
   	border: 3px solid #008000;
	padding: 5px 5px 5px 5px;
 	line-height: 1.2;
	text-align: center;
}

td.tbl4A {
	border-collapse: collapse;
   	border: 7px solid #ffa500;
	padding: 5px 5px 5px 5px;
 	line-height: 1.2;
/*	text-align: center; */
}


/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
/*	width: 100%;*/
	width: 760px;
	margin-right: auto; 
	margin-left: auto; 
}
#globalNav li {
	float: left;
/*	width: 9em;*/
	background: #E8E8E8 url(img/global_nav_bg.gif) left top repeat-x;
/*	border-bottom: 3px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
/*	border-left: 1px solid #CCCCCC; */
	list-style: none;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.0em;

        padding-left: 5px;
        padding-right: 5px;
	border-bottom: 3px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(img/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #50B622 url(img/global_nav_a_bg.gif) 0 -100px repeat-x;

}


/*  パンくずリスト  */
/* リストを●をはずして横並びにして>をつけて左寄せ  */


#pankuzu1  {
/*  中央によせる  */
/*	width: 760px;*/
	width: 825px;
	margin-right: auto; 
	margin-left: auto; 
/*	background-color: #ffec67; */
	background-color: #2d78bf; 
/*	height: 25px;*/
/*	padding: 2px 0px 0px 8px;*/
        font-size:15px; 
        text-align:left;
} 

#pankuzu1 ul {
/*  丸の部分を左寄せにする  */
/*  list-style: none;*/
/*  padding-left: 0;*/
    display: table;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}


#pankuzu1 li {
/* これで丸をはずして横並びになる  */
    display: inline-block; 
    margin: 0 3px;
    max-width: 370px;  
	vertical-align: text-top; 
}

/*   liの後に<を入れる  */

#pankuzu1 li:after {
    margin: 0 5px;
    content: ">";
        font-size:12px;
  	font-weight: bold;
/*	color: black; */
	color: white; 
        width: 20px;
	text-align: center;
}

/*  最後に>が入るのではずす   */

#pankuzu1 li:last-child:after {
	content: none;
}


/* これは、長い場合、改行すると文字が>の上にくるのでやめた
#pankuzu1 li + li:before {
    margin: 0 5px;
    content: ">";
        font-size:12px;
  	font-weight: bold;
/*	color: black; */
	color: white; 
        width: 20px;
	text-align: center;
} 
*/

/*     リンクの設定  */

#pankuzu1   A:link {
/*	color: black; */
	color: white; 
	text-decoration: none; 
}

#pankuzu1  A:visited {
/*	color: purple; */
/*	color: black; */
	color: white;   
	text-decoration: none;
}

#pankuzu1  A:active {
/*	color: orange; */
/*	color: black; */
	color: white; 
	text-decoration: underline;
}

#pankuzu1  A:hover {
/*	color: black; */
	color: white; 
	text-decoration: underline;
}


/* メルマガの右寄せの表示   */

.migiyose1 {
	text-align:right;
	padding-right:120px;
}

/*  価格の文字  */

.moji1 {
	color:#ff0000;
	font-size:200%;
}

.moji2 {
	color:#ff0000;
	font-size:270%;
}


.adsense_above {
	width: 728px;
        height: 90px;
       	margin-right: auto; 
		margin-left: auto; 

}


.adsense {
        width:100%;
        height: 250px;
	margin:0 auto;
}

.adsense_01 {
        float:left;
	width: 300px;
        height: 250px;
}

.adsense_02 {
        float:left;
	width: 300px;
        height: 250px;
	margin-left: 5px;
}

.adsense_kiji {
	margin-top: 5px;
	margin-bottom: 5px;
}

.waku_cate1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border : 1px solid #999999; 
/*    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;*/
    font-size: 120%;	
/*    color: blue;
    text-decoration: underline; */
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
}

.waku_cate1 li{
	margin: 5px 0 0 -30px;
	padding-left: 15px;
	padding-right: 5px;
	background : url(arrow2.gif) no-repeat left center; 
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	color: blue;
        text-decoration: underline;
}

#primary  h4 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px; 
	margin-left: -10px; 
/*	border-left: 7px solid #62cc33; */
	border-left: 7px solid #ff4500;
/*	background: #e0ffff; */
}

#mokuji1 {
	background: #f9f9f9;
	padding-bottom: 7px;
/*    padding: 0.5em 1em;*/
    margin: 2em 0;
    border : 1px solid #aaa; 
    width: auto;
    display: table;
}

.mokuji_title1 {
	text-align: center;
}

#mokuji1 li {
/*	list-style: none;*/
/*	padding-left:-10px;*/
    margin-right: 30px;
}

.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}

.s-menu1 {

display: none;
	
}

#s-menu2{

display: none;

}

.kyozai_list {

    padding: 0.5em 1em;
    margin: 2em 0;
    border : 1px solid #999999; 
/*    font-size: 120%;	*/
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);

}

.kyozai_title{

	font-size: 130%;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #e6f5f8;
	border-left: 5px solid #3a8ba0; 
	border-bottom: 1px solid #CCCCCC;

}


.kyozai_list li {

	list-style: none;

}

.kyozai_list li a{

	margin: 5px 0 0 -30px;
	padding-left: 35px;
	padding-right: 5px;
	background : url(book2.gif) no-repeat left center; 
	border-bottom: 1px solid #CCCCCC;
	color: blue;
        text-decoration: underline;

}

