@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :日本咀嚼学会
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub

背景カラー：
メインカラーオレンジ：#ff7d06
アクセントカラー薄いオレンジ：#ff9e44
アクセントカラー青：#173cac
アクセントカラー緑：#05c326

バナーのアイコンの色相彩度：124　55　47

=================================================================== */

/*----------------------------------------------------
	場合によって使うもの
----------------------------------------------------*/

/*
html,
body {
  height:100%;
}

Opera用 
html:first-child body {
	min-height:100%;
	padding-bottom:1px;
} 
*/

/*----------------------------------------------------
	リンクカラーなど
----------------------------------------------------*/
a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	汎用class
	※基本頭文字は小文字で
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.cr {
	clear: both;
}


.title {
	text-align: center;
}

.sign {
	text-align: right;
}

.text {
	text-indent: 1em;
}

a.roll:hover img {
  /* IE7 以下の独自拡張 */
  //filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  
  /* IE8 標準モードの独自拡張 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  
  /* CSS3 の公式プロパティ（Firefox 1.5+、Opera 8.0+、Safari 3.0+）*/
  opacity: 0.8;
}

.point {
	color: #f00;
}

.linkTop {
	background: url(../img/item/icon_top.gif) no-repeat;
	padding-left: 20px;
}
/*
.link {
	background: url(../img/item/icon_link.png) no-repeat 4px;
	padding-left: 25px;
}
*/
.link {
	margin-left: 1em;
	position: relative;
}
.link::after,
.link::before {
	display: block;
	content: '';
	position: absolute;
}
.link::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.link::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.link_mini {
	background: url(../img/item/icon_link_mini.png) no-repeat 4px;
	padding-left: 18px;
}

.pdf {
	background: url(../img/item/icon_pdf.gif) no-repeat right;
	padding-right: 20px;
}

.word {
	background: url(../img/item/icon_word.gif) no-repeat right;
	padding-right: 20px;
}

.excel {
	background: url(../img/item/icon_excel.gif) no-repeat right;
	padding-right: 20px;
}

.calendar {
	background: url(../img/item/icon_calendar.png) no-repeat 4px;
	padding-left: 20px;
}

.file {
	font-size: 86%;
}

.phot {
 background: #fff;
	padding: 4px;
	border: 1px solid;
	border-color: #dfdfdf #adadad #adadad #dfdfdf;
}

.no_title {
	visibility: hidden;
}

/* 外部リンクは別窓用の指定 */
.blank,
.externalLink {
	background: url(../img/item/icon_blank.gif) no-repeat right;
	padding-right: 15px;
}

/* clearfix */
#clearfix{ /zoom : 1; }
#clearfix:after{ content : ''; display : block; clear : both; }

/*
#clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#clearfix {
	display: inline-block;
}
*/


/*----------------------------------------------------
	#navSkip (gNavSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}


/*----------------------------------------------------
	#ワイヤーフレーム
----------------------------------------------------*/
body {
/*  border-top: 5px solid #ff7d06;
background:  #FFFEFF; */
 background: url(../img/share/bg_body.png) repeat-x left 94px;
}
/*
body.topBody {
 background: url(../img/share/bg_body_topBody.png) repeat-x left 15px;
}

body.mini {
 background: url(../img/share/bg_body_mini.png) repeat-x left 15px;
}
*/
#page {
	width: 960px;
/*	background: #fff; */
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#contents {
	width: 960px;
/*	background: #F4F4F4 url(../img/share/bg_contents.png) no-repeat; */
 min-height: 630px;
 height: auto !important;  
	height: 630px;
}

#main {
	float: left;
	width: 700px;
	margin-top: 20px;
	padding: 0 10px 0 0;
 min-height: 400px;
 height: auto !important;  
	height: 400px;
}

.topBody #main {
	 float: none;
	width: 860px;
	padding: 0 50px;
}

#sub {
	float: right;
	min-width: 200px;
	margin: 10px 0 40px 0;
	background: #009f3b;
 min-height: 400px;
 height: auto !important;  
	height: 400px;
}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

#contents .pageTop {
	clear: both;
	font-size: 86%;
	margin: 0 0 0 0;
	width: 180px;
	margin-left: 780px;
/* 今回は使わない*/
	visibility: hidden;
}

#contents .pageTop a {
 display: block;
	background: url(../img/item/icon_link_top.png) no-repeat 20px;
	padding: 5px 0 5px 40px;
	color: #333;
}

#contents .pageTop a:hover {
 background: url(../img/item/icon_link_top.png) no-repeat 20px;
	color: #333;
}


/*----------------------------------------------------
	#contents 内 標準要素
----------------------------------------------------*/

h2 {
 margin: 0;
}


h3 {
 font-size: 126%;
 letter-spacing: 0.2em;
	margin: 30px 0 30px 0;
	padding:8px 10px;
	background: #fff;
	color:#444;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius:4px;
	text-shadow:1px 1px 2px #aaaaaa;
	box-shadow:inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);
}

h3 span {
 border-left:5px #009f3b solid;
	padding-left:10px;
}

/* h3 {
 font-size: 115%;
 letter-spacing: 0.2em;

    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 7px 15px 5px 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
 
h3:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 15px;
    width: 70%;
    height: 10px;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    transform: rotate(2deg);        
}


h3 span {
 border-left:5px #3D9B42 solid;
	padding-left:10px;
}

*/


h4 {
	clear: both;
	position: relative;
	margin: 1.5em 0 1.5em 0;
	padding: 1em 0;
	font-size: 110%;
}
h4::before,
h4::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h4::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h4::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

h5 {
	font-size: 108%;
 border-left: solid 3px #00b341;
	padding: .25em 0 .25em .75em;
	margin-bottom:1em;
	margin-top: 1.5em;
}

h6 {
	margin-bottom:1em;
}

.TextArea /* width 690px; */ {
	padding: 0px 5px 20px 5px;
	background: #fff;
 min-height: 60px;
 height: auto !important;  
	height: 60px;
}

#topicPath {
	padding: 2px 4px;
	margin: 10px 0 30px 0;
/*
	border: 1px solid #bbb;
	background: #F5F5F3;
*/
}

#topicPath li {
 display: inline;
	background: url(../img/item/icon_link_mini.png) no-repeat right;
	padding-right: 20px;
	margin-left: 0;
	font-size: 12px;
}

#topicPath li.stay {
	background: none;
}

/* -----------------------------------------------------------
	#各コンテンツ
----------------------------------------------------------- */

#eyecatch {
	position: relative;
	 width: 860px;
/*		background: url(../img/share/bg_eyecatch.jpg) no-repeat; */

 min-height: 450px;
 height: auto !important;  
	height: 450px;
}

#eyecatchText {
		position: absolute;
	bottom: 10px;
	left: 10px;
}


#eyecatch ul li {
		list-style: none;
}


#eyecatch p {
}

.topBnr,
.topBnr tr,
.topBnr td {
	border: none;
}

.topBnr {
	 margin-top: 20px;
}



.pickupArea {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	padding:10px;
	margin: 2em 0;
}


ul.uniLink li {
	list-style-type: none !important;
	position: relative;
}
ul.uniLink li::after,
ul.uniLink li::before {
	display: block;
	content: '';
	position: absolute;
}
ul.uniLink li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
ul.uniLink li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.uniList li {
 list-style-type: none !important;
	background: url(../img/item/icon_list.png) no-repeat left 7px;
	padding-left: 16px;
	margin-bottom: 1em;
}

/*
ul.uniLink li {
 list-style-type: none !important;
	background: url(../img/item/icon_link.png) no-repeat left;
	padding-left: 20px;
	margin-bottom: 1em;
}
*/


table.uniTable,
table.uniTable2 {
	width: 100%;
	border: none;
	border-bottom: #e3e3e3 1px solid;
}
/*
.uniTable tr.first-child th {
 border-left: #019155 4px solid;
}
*/

.uniTable th,
.uniTable2 th {
 border: #e3e3e3 1px solid;
 border-left: #019155 4px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: bold;
}

.uniTable2 th {
 border: #e3e3e3 1px solid;
 border-top: #019155 4px solid;
}

.uniTable tr.odd th,
.uniTable2 tr.odd th {
	background: #F4F4F4;
}

.uniTable td,
.uniTable2 td  {
 border: #e3e3e3 1px solid;
 border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

.uniTable tr.odd td,
.uniTable2 tr.odd td {
	background: #fafbff;
}

dl.uniDefinition dt {
 margin: 0 0 0.5em 0;
}

dl.uniDefinition dd {
 margin: 0 0 1em 1em;
}

.certification .uniTable2 td:first-child{
 white-space: nowrap;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

.topBody #news {
	
}


.update table {
 margin: 20px 0;
}

.update table tr {
 border-top: 1px solid #F1F1F1;

}
.update table th {
 border: none;
	padding-right: 10px;
	font-size: 13px;
	padding-top: 10px;
	width: 80px;
}

.update table th span {
	background: url(../img/item/icon_link_mini_transparent.gif) no-repeat left center;
	padding-left: 14px;
}

.update table td {
 border: none;
	margin-left:10px;
	padding-top: 10px;
	width: 100%;
	padding-left: 14px;
}

.update table tr.odd th,
.update table tr.odd td {
	background: #fffafa;
}

.update ul li {
 list-style-type: none !important;
	margin-left: 1em !important;
	background: url(../img/item/icon_link_mini.png) no-repeat left 5px;
	padding-left: 14px;
}


.TextArea ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 1em;
}

.TextArea ul li {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

.TextArea ul li ol li {
	list-style-type: decimal;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */

.menuMain {
   list-style:none;
   padding:0;
   margin:0;
}

.menuMain li {
   width:200px;/*メニューの幅*/
/*   background:#009f3b;*/
 background: -webkit-linear-gradient(top, #00b341 0%, #009f3b 100%);
	background: linear-gradient(to bottom, #00b341 0%, #009f3b 100%);


}
.menuMain li a {
   text-decoration:none;
   font-size:14px;
   display:block;
   padding:0 10px;
   height:49px;
   line-height:49px;
   border-bottom:1px solid #fff;
   color:#fff;
   font-weight:bold;
}
.menuMain li ul {
   margin:0;
   padding:0;
}
.menuMain li ul li {
   background:#d6e9ca;
}
.menuMain li ul li a {
   font-size:12px;
   color:#333; 
			padding-left: 20px;
  	background: url(../img/item/icon_link_mini.png) no-repeat 8px 20px;
}
.menuMain li ul li a:hover {
  opacity: 0.9;
}


.menuNav {
   list-style:none;
   padding:0;
   margin:0;
   overflow: hidden;
   position: relative;
}
.menuNav li {
   width:200px;/*メニューの幅*/
/*   background:#009f3b;*/
 background: -webkit-linear-gradient(top, #00b341 0%, #009f3b 100%);
	background: linear-gradient(to bottom, #00b341 0%, #009f3b 100%);
   position: relative;
   height:50px;/*メニューの高さ*/
}


.menuNav li a {
   text-decoration:none;
   font-size:14px;
   display:block;
   padding:0 10px;
   height:49px;
   line-height:49px;
   border-bottom:1px solid #fff;
   color:#fff;
   font-weight:bold;
}
.menuNav li ul {
   margin:0;
   padding:0;
}
.menuNav li ul li {
   background:#d6e9ca;
}
.menuNav li ul li a {
   font-size:12px;
   color:#333;
			padding-left: 20px;
  	background: url(../img/item/icon_link_mini.png) no-repeat 8px 20px;
}

.menuNav .drop_2row:hover {/*サブメニューが2つのとき*/
   height:150px;
}
.menuNav .drop_3row:hover {/*サブメニューが3つのとき*/
   height:200px;
}
.menuNav .drop_4row:hover {/*サブメニューが4つのとき*/
   height:250px;
}
.menuNav .drop_5row:hover {/*サブメニューが4つのとき*/
   height:300px;
}
.menuNav .drop_6row:hover {/*サブメニューが4つのとき*/
   height:350px;
}
.menuNav .drop_7row:hover {/*サブメニューが4つのとき*/
   height:400px;
}
.menuNav * {/*アニメーション*/
   -moz-transition: .5s;
   -webkit-transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   transition: .5s;
}

.menuNav li ul li a:hover {
  opacity: 0.9;
}



/*
#sub .bnrBox,
#sub .subNav {
 border: 1px solid #3D9B42;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 60px 10px 10px 10px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;       
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
}
*/

/*
#sub .topics {
	background: #fff url(../img/share/bg_sub_topics.png) no-repeat left top;
}
#sub #info {
	background: #fff url(../img/share/bg_sub_info.png) no-repeat left top;
}
#sub #certification {
	background: #fff url(../img/share/bg_sub_certification.png) no-repeat left top;
}
#sub #meeting {
	background: #fff url(../img/share/bg_sub_meeting.png) no-repeat left top;
}
#sub #forum {
	background: #fff url(../img/share/bg_sub_forum.png) no-repeat left top;
}
#sub #publication {
	background: #fff url(../img/share/bg_sub_publication.png) no-repeat left top;
}
#sub #area {
	background: #fff url(../img/share/bg_sub_area.png) no-repeat left top;
}
#sub #admisson {
	background: #fff url(../img/share/bg_sub_admisson.png) no-repeat left top;
}
#sub #links {
	background: #fff url(../img/share/bg_sub_links.png) no-repeat left top;
}
#sub #sponsor {
	background: #fff url(../img/share/bg_sub_sponsor.png) no-repeat left top;
}
#sub #sitemap {
	background: #fff url(../img/share/bg_sub_sitemap.png) no-repeat left top;
}
#sub #form {
	background: #fff url(../img/share/bg_sub_form.png) no-repeat left top;
}

#sub #sitesearch {
	background: #fff url(../img/share/bg_sub_sitesearch.png) no-repeat left top;
}
*/

/*
#sub #english {
	background: #fff url(../img/share/bg_sub_english.png) no-repeat left top;
}
#sub #notice {
	background: #fff url(../img/share/bg_sub_notice.png) no-repeat left top;
}

#sub .bnrBox li {
 margin: 0 auto 10px auto;
	padding-bottom: 10px;
	font-size: 12px;
	background: url(../img/share/bg_sub_bnr.gif) no-repeat center bottom;
}
#sub .bnrBox p {
 padding: 1em;
	text-indent:-1em;
}
*/

#sub .relevant {
 text-align: center;
}

#sub .relevant li {
 margin-bottom: 15px;
}

/*
#sub .subNav {
 background: #F5FFFF;
 border: 1px solid #006699;
	margin-top: 20px;
	padding: 22px 0 0 0;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
*/
/*
#sub .subNav {
	padding: 40px 0 40px 0;
	color: #fff;
}

#sub .subNav li {
	margin: 0;
	background: #fff;
	border-bottom: 1px dashed #d9d9d9;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

#sub .subNav li.last-child {
	border-bottom: none;
}

#sub .subNav li a {
	background: #fff url(../img/item/icon_link_mini_transparent.gif) no-repeat left 13px;
 display: block;
	padding: 10px 0 10px 15px;
	color: #666;
	text-decoration: none;
}

#sub .subNav li a:hover,
#sub .subNav li a.current {
 background: #f9f9f9 url(../img/item/icon_link_mini_transparent.gif) no-repeat left 13px;
}
*/


/* 未使用

#sub .subNav ol li {
	background: url(../img/item/icon_link_mini.png) no-repeat left 3px;
	font-size: 11px;
}

*/


/*

#sub #gNav {
	background: url(../img/share/bg_navi.png) no-repeat;
	width:144px;
	height:289px;
	padding: 5px 0 0 6px;
	margin-left: 5px;
}

#sub #gNav li {
	margin: 9px 0 15px 0;
	font-size: small;
}

#sub #gNav li a {
}
#gNav {
    margin: 0 auto 5px;
    list-style: none;
    font-size: 10px;
    width: 140px;
				background: #fff;
   	padding-top: 160px;
	   background: url(../img/share/bg_sub_nav.png) no-repeat 10px top;
}

#gNav li {
    margin: 0 0 0 10px;
				padding: 0 0 5px 0;
    width: 100%;
}
*/



