/********************************************************************/
/* Reset */
/********************************************************************/
* {
	margin: 0px;
	padding: 0px;
	color: #f60;
}
@media screen and (max-width:1000px) {
	body {
		width: 108%;
	}
}
ul, ul li {
    list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
    font-size: 0.1em;
}
/********************************************************************/
/********************************************************************/
/* Home */
/********************************************************************/
/********************************************************************/
#Home {}
#HomeH1 {
	display: none;
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: white;
}
#Home a.top_logo {
	display: inline-block;
	margin: 20px 0px 5px 10px;
}
/*------------------------------------------------------------------*/
/* TopImg */
/*------------------------------------------------------------------*/
#Home #HomeImg_wrap {
	background-color: #333;
}
#Home #HomeImg_wrap #HomeImg {
	width: 980px;
	height: 350px;
	margin: 0px auto;
	padding: 0px;
}
#Home #HomeImg_wrap #HomeImg img {
	width: 980px;
	height: 350px;
	margin: 0px auto;
}
/*------------------------------------------------------------------*/
/* HomeMain */
/*------------------------------------------------------------------*/
#Home #HomeMemu {
	margin: 0px auto;
}
#Home #HomeMemu #HomeMemu_wrap {
	width: 980px;
	height: 88px;
	margin: 0px auto 25px auto;
}
#Home #HomeMemu #HomeMemu_wrap ul {
	width: 732px;
	height: 86px;
	margin: 0px auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#Home #HomeMemu #HomeMemu_wrap ul li {
	width: 110px;
	height: 74px;
	margin: 5px;
	border: 1px solid #CCC;
	position: static;
	float: left;
}
#Home #HomeMemu #HomeMemu_wrap ul li:hover {
	background-color: #eee;
}
#Home #Notice {
	display: grid;
	/*width: 732px;*/
	width: 980px;
	margin: 30px auto 20px auto;
	/*text-align: right;*/
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: 190px auto;
	column-gap: 10px;
	row-gap: 10px;
}
#Home .NoticeContent01,
#Home .NoticeContent02,
#Home .NoticeContent03 {
	display: grid;
	justify-items: center;
	align-items: center;
	border: 1px solid #ccc;
	padding: 10px;
}
#Home .NoticeContent01 {
	grid-row: 1 / 2;
    grid-column: 1 / 2;
}
#Home .NoticeContent02 {
	grid-row: 1 / 2;
    grid-column: 2 / 3;
}
#Home .NoticeContent03 {
	grid-row: 2 / 3;
    grid-column: 1 / 3;
}

#Home #Notice .NoticeContent01 a {
	font-size: larger;
	font-weight: bolder;
}
#Home #Notice .NoticeContent01 a img#rtc_banner {
	border: 1px solid #666;
	width: 260px;
	margin-bottom: 10px;
}
#Home #Notice .NoticeContent02 a img#robotkoshien {
	width: 300px;
	height: 71px;
}
#Home #Notice .NoticeContent03 a {
	font-size: larger;
	font-weight: bolder;
}


/********************************************************************/
/********************************************************************/
/* Container */
/********************************************************************/
/********************************************************************/
#Header {
	/*height: 106px;*/
	height: 113px;
	margin: auto;
	display: block;
border-bottom: 3px solid #f60;
z-index: 1;
/*	background-image: url(../img/header_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;*/
}
#TopImg {
	width: 960px;
	height: 170px;
	/*width: 960px;
	height: 230px;*/
	margin: 10px auto 10px auto;
	display: block;
	position: relative;
	overflow: hidden;
}
#Main {
	width: 960px;
	margin: 20px auto 0px auto;
	position: relative;
	text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#Footer {
	margin: 0 auto;
	position: relative;
	text-align: left;
	/*color: #C60;*/
/*	background: url(../img/footer_bg.png) repeat-x top;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/********************************************************************/
/********************************************************************/
/* Header */
/********************************************************************/
/********************************************************************/
#Header #Head_wrap {
	/*height: 105px;*/
	height: 111px;
	width: 960px;
	margin: auto;
	padding: 0 50px;
	display: block;
	position: relative;
}
/*------------------------------------------------------------------*/
/* logoMark */
/*------------------------------------------------------------------*/
#Header #Head_wrap #Ident {
	width: 171px;
	height: 100px;
	margin: 2px 0px 4px 0px;
	padding: 0;
	text-align: left;
	display: block;
	float: left;
}
#Header #Head_wrap #Ident img#logoMark {
	width: 171px;
	height: 100px;
}
/*------------------------------------------------------------------*/
/* HeaderUpRight */
/*------------------------------------------------------------------*/
#Header #Head_wrap #HeaderUpRight_wrap {
	/*width: 660px;*/
	width: 700px;
	/*height: 30px;*/
	height: 36px;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	position: relative;
}
/*------------------------------------------------------------------*/
/* navi */
/*------------------------------------------------------------------*/
#Header #Head_wrap #HeaderUpRight_wrap ul#navi {
	/*width: 580px;*/
	width: 700px;
	height: 25px;
	/*margin: 12px 0px 0px auto;*/
	margin: 12px 0px 0px 0px;
	/*padding: 0px 0px 0px 120px;*/
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	position: relative;
	border-bottom: 2px dotted #7f7f7f;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li {
	top: 5px;
	/*height: 13px;*/
	height: 18px;
	margin: 0px;
	/*padding: 0px 12px;*/
	padding: 0px 8px;
	display: block;
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: bold;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li:hover {
	background-color: #eee;
}
/*------------------------------------------------------------------*/
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li.toTop {
	/*top: -8px;*/
	top: -4px;
	height: 18px;
	margin: 0px;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li.toTop:hover {
	background-color: #fff;
}
/*------------------------------------------------------------------*/
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li.sns {
	top: -10px;
	padding-left: 30px;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li.sns:hover {
	background-color: #fff;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li a.sns {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 0px 5px;
}

/*------------------------------------------------------------------*/
/* HeaderMainMenu */
/*------------------------------------------------------------------*/
#Header #Head_wrap #HeaderUpRight_wrap #HeaderMainMenuArea {
	margin: 0;
	padding: 0;
	/*width: 660px;*/
	width: 700px;
	height: 74px;
	float: right;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#HeaderMainMenu {
	/*width: 660px;*/
	width: 700px;
	height: 74px;
	margin: 0px;
	padding: 0px;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#HeaderMainMenu li {
	/*width: 110px;*/
	width: 116px;
	height: 74px;
	padding-top: 20px;
	position: static;
	float: left;
	vertical-align: bottom;
}
/* メニュー */
#Header #Head_wrap #HeaderUpRight_wrap ul#HeaderMainMenu li a img {
	border-radius: 10px 10px 0px 0px;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#HeaderMainMenu li a img:hover {
	background-color: #eee;
}

/********************************************************************/
/* TopImg */
/********************************************************************/
/*------------------------------------------------------------------*/
/* Img */
/*------------------------------------------------------------------*/
div#TopImg img#TopImg {
	width: 960px;
	height: 170px;
	/*width: 960px;
	height: 230px;*/
}

/********************************************************************/
/********************************************************************/
/* Main */
/********************************************************************/
/********************************************************************/
/*------------------------------------------------------------------*/
/* Breadcrumb パンくずリスト*/
/*------------------------------------------------------------------*/
#Main #Breadcrumb {
	
}
/*------------------------------------------------------------------*/
/* MainContents */
/*------------------------------------------------------------------*/
#Main #MainContents {
	/*position: relative;*/
	/*left: 280px;*/
	float: right;
}
#Main #MainContents h2{
	display: block;
	width: 640px;
	height: 90px;
	margin: 0;
	padding-left: 30px;
	line-height: 90px;
	font-size: 30px;
	font-weight: bold;
	font-family: "mplus";
	color: #f60;
	border-left: 2px solid #f60;
	overflow: hidden;
}
/*==================================================================*/
/* detail */
/* 1.HOME */
/* 2.ABOUT info, history, access */
/* 2-1.a-concept description */
/* 2-2.a-social description */
/* 3.services description, processing*/
/* 3-1.s-quality */
/* 4.equip description, machine */
/* 5.career description */
/* 6.contact info, access */
/* 7.privacy description */
/* 8.sitemap */
/*==================================================================*/
#Main #MainContents div.detail {
	width: 690px;
	border-left: 2px solid #ebebeb;
	padding: 0px 0 20px 35px;
}
#Main #MainContents div.detail h3 {
    width: 100%;
    height: auto;
    line-height: 1.5em;
    margin: 0px 0 10px 0;
    padding: 0;
    border-bottom: 2px solid #f60;
    border-left: 0;
	color: #666;
    font-size: 24px;
    background: none;
    overflow: inherit;
	clear: both;
}
#Main #MainContents div.detail h4{
	padding-top: 10px;
	padding-left: 24px;
	font-size: 18px;
	color: #666;
}
/*==================================================================*/
/* Common description p */
/* 2-1.a-concept description */
/* 2-2.a-social description */
/* 3.services description*/
/* 4.equip description */
/* 5.career description */
/* 7.privacy description */
/*==================================================================*/
#Main #MainContents div.detail div.description {
	/*width:552px;*/
	width: 620px;
	color: #666;
	margin-bottom: 20px;
}
#Main #MainContents div.detail div.description p.description {
	margin-left: 48px;
	padding: 5px 0px 10px 0px ;
	color: #666;
    line-height: 1.5em;
	clear: both;
}

/*==================================================================*/
/* about: detail info, history */
/* 2.ABOUT info, history */
/*==================================================================*/
#Main #MainContents div.detail dl.info ,
#Main #MainContents div.detail dl.history {
    margin: 0px 0px 40px 0px;
    overflow: hidden;
    line-height: 2em;
    text-align: left;
	color: #666;
	font-size: 18px;
}
#Main #MainContents div.detail dt.info ,
#Main #MainContents div.detail dt.history {
	width: 120px;
	margin: 0px;
	padding-left: 24px;
	float: left;
	clear: left;
	color: #666;
}
#Main #MainContents div.detail dd.info ,
#Main #MainContents div.detail dd.history {
	margin: 0px;
	padding-left: 154px;
	color: #666;
}
#Main #MainContents div.detail dd.info img {
	margin: 0px;
	border: 0px;
	top: 3px;
	vertical-align: -4px;
}
#Main #MainContents div.detail dd.info a {
	color: #666;
}

/*==================================================================*/
/* about: access */
/* 2.ABOUT access */
/* 6.contact access */
/*==================================================================*/
#Main #MainContents div.detail h3#access {
	page-break-before: always;
}
#Main #MainContents div.detail div.access {
	margin: 0px 0px 30px 0px;
	font-size: 18px;
    line-height: 1.5em;
}
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.access div.photo {
	width: 200px;
	height: 135px;
	margin: 0px 0px 10px 0px;
	float: left;
}
#Main #MainContents div.detail div.access div.photo img {
	width: 180px;
	height: 100px;
	margin-top: 25px;
}
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.access div.descript {
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 200px;
}
#Main #MainContents div.detail div.access div.descript p, 
#Main #MainContents div.detail div.access div.descript p a {
	color: #666;
}
#Main #MainContents div.detail div.access div.descript p.title {
	color: #666;
	font-weight: bold;
}
#Main #MainContents div.detail div.access div.descript p a::before {
	content: ' ';
}
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.access div.map {
	width: 600px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #ccc;
    clear: both;
}
/*==================================================================*/
/* about(a-principle): guideline */
/* 2.ABOUT(a-principle) guideline */
/*==================================================================*/
#Main #MainContents div.detail div.guideline {
	width: 620px;
	color: #666;
	margin-bottom: 20px;
}
#Main #MainContents div.detail div.guideline p.description {
	margin-left: 48px;
	padding: 5px 0px 10px 0px ;
	color: #666;
    line-height: 1.5em;
	/*clear: both;*/
}
#Main #MainContents div.detail div.guideline p.description img.sched {
	width: 80%;
	height: auto;
	margin: 0px 0px 0px 50px;
	border: 1px solid #CCC;
}

#Main #MainContents div.detail div.description p.description img.ChildCare {
	width: 80%;
	height: auto;
	margin: 0px 0px 0px 50px;
	border: 1px solid #CCC;
}

/*==================================================================*/
/* 3.services processing*/
/*==================================================================*/
#Main #MainContents div.detail dl.processing {
    margin: 0px 0px 40px 0px;
	padding-top: 10px;
	padding-left: 24px;
    overflow: hidden;
    line-height: 1.5em;
    text-align: left;
	color: #666;
	position: relative;
}
#Main #MainContents div.detail img.processing {
	width: 240px;
	height: 180px;
	/*padding-left: 96px;*/
	float: left;
	border: 2px solid #999;
	border-radius: 10px;
}
#Main #MainContents div.detail img.processingV {
	width: 180px;
	height: 240px;
	margin: 0px 30px;
	/*padding-left: 96px;*/
	float: left;
	border: 2px solid #999;
	border-radius: 10px;
}
#Main #MainContents div.detail dt.processing {
	/*width: 100px;*/
	margin: 0px 0px 5px 0px;
	padding-left: 260px;
	color: #666;
/*	font-weight: bold;*/
	position: relative;
}
#Main #MainContents div.detail dd.processing {
	margin: 0px;
	padding-left: 280px;
	color: #666;
	position: relative;
}
/*------------------------------------------------------------------*/
/* 3.services inspector*/
/*------------------------------------------------------------------*/
#Main #MainContents div.detail p.inspector {
	width: 320px;
	margin-left: 48px;
	padding: 5px 0px 10px 0px ;
	color: #666;
    line-height: 1.5em;
	float: left;
}
#Main #MainContents div.detail img.inspector {
	width: 240px;
	height: 180px;
	margin-bottom: 20px;
	border: 2px solid #999;
	border-radius: 10px;
	float: right;
}
/*------------------------------------------------------------------*/
/* 3.services measurement*/
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.measurement {
    margin: 0px 0px 40px 0px;
	padding-top: 10px;
	padding-left: 24px;
    overflow: hidden;
    line-height: 1.5em;
    text-align: left;
	color: #666;
	position: relative;
	clear: both;
}
#Main #MainContents div.detail h4.measurement {
	width: 180px;
	margin: 0px 0px 5px 25px;
	color: #666;
	position: relative;
	float: left;
	font-size: 12pt;
	font-weight: bold;
clear: both;
}
#Main #MainContents div.detail img.measurement {
	width: 240px;
	height: 180px;
	margin-bottom: 20px;
	border: 2px solid #999;
	border-radius: 10px;
}
/*------------------------------------------------------------------*/
/* 3.services product*/
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.product {
    margin: 0px 0px 40px 0px;
	padding-top: 10px;
	padding-left: 24px;
    overflow: hidden;
    line-height: 1.5em;
    text-align: left;
	color: #666;
	font-size: 18px;
	position: relative;
}
#Main #MainContents div.detail img.product {
	width: 240px;
	height: 180px;
	margin: 0px 10px 0px 0px;
	/*padding-left: 96px;*/
	position: relative;
	float: left;
	border: 2px solid #999;
	border-radius: 10px;
}
#Main #MainContents div.detail img.productV {
	width: 180px;
	height: 240px;
	margin: 0px 30px;
	/*padding-left: 96px;*/
	float: left;
	border: 2px solid #999;
	border-radius: 10px;
}
/*------------------------------------------------------------------*/
#Main #MainContents div.detail img.product2 {
}
#Main #MainContents div.detail dt.product2 {
	padding: 10px 0px 0px 0px;
	/*padding-left: 250px;*/
	color: #666;
	position: relative;
clear: both;
}
#Main #MainContents div.detail dd.product2 {
	margin: 0px;
	padding-left: 20px;
	color: #666;
	position: relative;
}

/*==================================================================*/
/* equip: machine */
/* 4.equip description, machine */
/*==================================================================*/
#Main #MainContents div.detail table#machine {
	/*width: 690px;*/
	margin: 20px 10px 0px 10px;
	border-collapse: collapse;
	table-layout: fixed;
}
#Main #MainContents div.detail table#machine th, tr, td {
	padding: 3px 3px 3px 18px;
	border: 1px solid #999;
	color: #666;
}
#Main #MainContents div.detail table#machine td {
	text-align: left;
	/*vertical-align: top;*/*
}
#Main #MainContents div.detail table#machine th.L {
	width: 210px;
}
#Main #MainContents div.detail table#machine th.C1 {
	width: 200px;
}
#Main #MainContents div.detail table#machine th.C2 {
	width: 200px;
}
#Main #MainContents div.detail table#machine th.R {
	width: 80px;
}
#Main #MainContents div.detail img.imgL {
	margin: 10px;
	/*float: left;*/
	border: 2px solid #999;
	border-radius: 10px;
}
#Main #MainContents div.detail img.imgR {
	margin: 10px;
	float: right;
	border: 2px solid #999;
	border-radius: 10px;
}
/*==================================================================*/
/* 5.career description */
/*==================================================================*/

/*==================================================================*/
/* description p, ul */
/* 7.privacy description */
/*==================================================================*/
#Main #MainContents div.detail div.description p.privacy {
	margin-left: 24px;
	color: #666;
}
#Main #MainContents div.detail div.description ul {
	margin-left: 48px;
}
#Main #MainContents div.detail div.description ul li {
	margin-left: 48px;
	color: #666;
	list-style: disc;
}
#Main #MainContents div.detail div.description p.description img {
	width: 170px;
	height: 71px;
	margin: 0px;
	border: 0px;
/*	top: 3px;
	vertical-align: -3px;*/
}

/*==================================================================*/
/* 8.sitemap */
/*==================================================================*/
#Main #MainContents div.detail div.sitemap_wrap {
	width: 720px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap {
	margin: 0px 10px 40px 10px;
	padding: 0px;
	float: left;
}
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap dt {
	margin: 0px 0px 3px 0px;
	padding: 0px 10px 0px 10px;
    font-size: 14pt;
	font-weight: bold;
/*	border-top: 1px solid #aaa;*/
	border-left: 1px solid #aaa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background-color: #eee;
	border-radius: 10px 0px;
}
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap dd {
    margin: 0px 0px 0px 3px;
    padding: 3px 20px 6px 20px;
    font-size: 11pt;
	display: block;
	border-left: 1px solid #aaa;
/*	background-color: #fb7;*/
}
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap dt a,
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap dd a {
    color: #666;
}

/*==================================================================*/
/* 9.SDGs */
/*==================================================================*/
#SDGs {
	width: 960px;
	margin: 20px auto 0px auto;
	position: relative;
	text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
┌┬┬┬┬┬┬┬┬┬┐
 1 2 3 4 5 6 7 8 9 10
┌──┬──────┐　┐
│ 4  │     6      │　│ 90px
├──┤　　　　　　│　┤
│　　│　　　　　　│　│
│　　│　　　　　　│　│ auto
│　　│　　　　　　│　│
├──┴-┬-────┤　┤
│　 5　 │ 　 5　　│　│
│　　　 │ 　　　　│　│
│　　　 │ 　　　　│　│ auto
│　　　 │ 　　　　│　│
│　　　 │ 　　　　│　│
└───-┴-────┘　┘
*/


#SDGs #MainContents {
	display: grid;
	grid-template-columns: repeat(10, 96px);		/* 960px * 1/10 = 96px */
	grid-template-rows: 90px auto auto;
	column-gap: 10px;
	row-gap: 10px;
}

#SDGs #MainContents div.title {
	display: glid;
	/*width: 640px;*/
	height: 90px;
	margin: 0;
	padding-left: 30px;
	line-height: 90px;
	font-size: 30px;
	font-weight: bold;
	font-family: "mplus";
	color: #f60;
	border-left: 2px solid #f60;
	overflow: hidden;
	grid-row: 1 / 2;
    grid-column: 1 / 5;
}
#SDGs #MainContents div.SDGsTextArea {
	display: grid;
	justify-items: center;
	align-items: center;
	padding: 10px 15px 10px 20px;
	grid-row: 2 / 3;
    grid-column: 1 / 5;
	/*border: 1px solid #ccc;*/
}
#SDGs #MainContents div.SDGsTextArea p.description {
	margin-bottom: 20px;
	font-size: larger;
	color: #78230D;
}

#SDGs #MainContents div.SDGsLogoArea {
	display: grid;
	justify-items: center;
	align-items: end;
	grid-row: 1 / 3;
    grid-column: 5 / 11;
	background-image: url("../img/SDGsBG.jpg");
}
#SDGs #MainContents div.SDGsLogoArea img {
	width: 620px;
	height: 372px;
}
#SDGs #MainContents div.SDGsPsterArea01 {
	display: grid;
	justify-items: center;
	align-items: center;
	grid-row: 3 / 4;
    grid-column: 1 / 6;
	padding-top: 40px;
	padding-bottom: 40px;
}
#SDGs #MainContents div.SDGsPsterArea02 {
	display: grid;
	justify-items: center;
	align-items: center;
	grid-row: 3 / 4;
    grid-column: 6 / 11;
	padding-top: 40px;
	padding-bottom: 40px;
}
#SDGs #MainContents div.SDGsPsterArea01 img,
#SDGs #MainContents div.SDGsPsterArea02 img {
	border: 2px solid #0000ff;
}

/********************************************************************/
/********************************************************************/
/* SubMenu */
/********************************************************************/
/********************************************************************/
#Main #SubMenu {
	position: relative;
	width: 220px;
	float: left;
}
#Main #SubMenu h3.SubMenuTitle {
	padding: 5px 0px 5px 15px;
	background-color: #fff;
	border-bottom: 2px solid #999;
	color: #666;
	font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#Main #SubMenu h3.SubMenuTitle a {
	color: #666;
}
#Main #SubMenu ul {
	width: 180px;
	background: #f4f4f4;
	margin-left: 8px;
	padding: 5px 0px;
	color: #666;
}
#Main #SubMenu ul li {
	border-bottom: 1px solid #fff;	/* frame highlight */
	color: #666;
}
#Main #SubMenu ul li a {
	font-weight: bold;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;	/* frame shadow */
	padding-left: 23px;
	color: #666;
}

/********************************************************************/
/********************************************************************/
/* Footer */
/********************************************************************/
/********************************************************************/
/*------------------------------------------------------------------*/
/* Foot_navi */
/*------------------------------------------------------------------*/
#Footer #Foot_navi {
	border-bottom: 3px solid #f60;
}
#Footer #Foot_navi ul#navi {
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#Footer #Foot_navi ul#navi li {
    display: inline;
    padding: 3px 5px 3px 2px;
    background: #fff;
    border-right: 1px solid #f60;
	font-size: 12px;
}
#Footer #Foot_navi ul#navi li:hover {
	background-color: #eee;
}
#Footer #Foot_navi ul#navi li:first-child {
    padding: 3px 5px 3px 5px;
    border-left: 1px solid #f60;
}
#Footer #Foot_navi ul#navi li.toTop a {
	padding-left: 12px;
	background: url(../img/ico_allow_left.png) no-repeat 0% 50%;
	font-size: 12px;
	/*font-weight: bold;*/
}
#Footer #Foot_navi #Foot_navi_wrap {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#Footer #Foot_navi #Foot_navi_wrap a#toPageTop {
	width: 80px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: -28px;
}
#Footer #Foot_navi #Foot_navi_wrap a#toPageTop:hover {
	background-color: #eee;
}
#Footer #Foot_navi #Foot_navi_wrap a#toPageTop img {
	border-top: 2px solid #f60;
	border-right: 3px solid #f60;
	border-bottom: 0px;
	border-left: 3px solid #f60;
	border-radius: 10px 10px 0px 0px;
}

/*------------------------------------------------------------------*/
/* Foot_Logo */
/*------------------------------------------------------------------*/
#Footer #Foot_wrap {
	width: 960px;
	margin: 0px auto;
/*	position: relative;*/
	padding-bottom: 10px;
}
#Footer #Foot_wrap #Foot_Logo {
	margin: 15px auto;
	text-align: center;
	color: #000;
}
#Footer #Foot_wrap #Foot_Logo span.co {
	font-size: small;
	color: #000;
}

@media screen and (min-width:1000px) {
	#Footer #Foot_wrap #Foot_Logo a {
		pointer-events: none;
		cursor: default;
		color: #000;
	}
}
/*------------------------------------------------------------------*/
/* Foot_Copy */
/*------------------------------------------------------------------*/
#Footer #Foot_wrap #Foot_Copy {
	text-align: center;
	font-size: small;
	/*font-weight: bolder;*/
}

