@charset "utf-8";

/*cssハックここから*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*IE7とMAC版IE5向けの対策*/
.clearfix { display: inline-block; }

/* Hides from IE5-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE5-mac*/

a:visited {
	color: #660099;
	text-decoration: none;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/*　全ページ共通装飾項目　*/

img {
	border:none;
}

.top_logo {
	margin: 0px;
	position: absolute;
	left: 50px;
	top: 4px;
}

.torikeshi {
	text-decoration: line-through;
}

.red {
	color: #F00;	
}

.right {
	text-align: right;	
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.b-margin {
	margin-bottom:10px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}

.categoly {
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.border_bottom {
	border-bottom: 1px dashed #737373;
}

.display_inline {
	display: inline-block;
	list-style: circle;
}

.display_none {
	display: none;
}

.both {
	clear: both;
}

.redline {
	padding: 10px;
	border: 1px solid #F00;	
}

.fontsize80 {
	font-size:80%;
}

/*　===========  ページ構成要素　===========  */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/back.jpg) repeat-y;
	clear: both;
}

#wrapper {
	padding: 0px;
	height: auto;
	width: 800px;
	margin: 4px auto 0px 50px;
	color: #333;
	text-align: center;
}

/*　フッター　*/
#footer {
	background: url(../images/copyright_back.jpg) repeat-x;
	height: 50px;
	width: 100%;
}

address {
	font: normal 70% Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 25px;
	padding-right: 10px;
	color: #666;
}

/*　ヘッダートップロゴ　*/
.top_logo {
	position: absolute;
	left: 50px;
	top: 4px;
		
}

/*　ヘッダー企業コピー　*/
#header h1 {
	font: 80% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 20px;
	letter-spacing: 0.2em;
	left: 200px;
}

/*　ヘッダーメニュー　*/
#top_navi {
	font: 8pt "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	list-style: none;
	position: absolute;
	top: 28px;
	left: 342px;
	display: inline;
	width: 470px;
}

#header li {
	display: inline;
	color: #333;
	padding-right: 0px;
	padding-left: 0px;
}

.navi_margin {
	margin-top: 54px;
	width: 800px;
}

#navi {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 30px;
}

#header #international {
	font: 70% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	list-style: none;
	position: absolute;
	top: 6px;
	left: 684px;
	display: inline;
	width: 150px;
}

#mobile_menu {
	display: none;
}

/*　トップフラッシュイメージ　*/
#wrapper #top_image {
	height: 260px;
	width: 800px;
	margin-top: 54px;
}
#wrapper #top_image_m {
	height: 260px;
	width: 800px;
	margin-top: 0px;
		margin-bottom: 10px;
}

/*　パンくずリスト　*/
#topic_path {
	font-size: 80%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* グローバルナビメインメニュー */
#globalNavi ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#globalNavi ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#globalNavi ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#globalNavi li {
   float:left;
}

#globalNavi li li {
   clear:both;
}

#globalNavi li:hover {
   position:relative;
}

#globalNavi li:hover > ul {
   display: block
}

/* IE6用 */
* html #globalNavi li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #globalNavi li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #globalNavi li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

#globalNavi .column1 {position:relative;}
#globalNavi .column1 ul {display:block;}
#globalNavi .column1 * ul {display:none;}

#globalNavi .column2 {position:relative;}
#globalNavi .column2 ul {display:block;}
#globalNavi .column2 * ul {display:none;}

#globalNavi .column3 {position:relative;}
#globalNavi .column3 ul {display:block;}
#globalNavi .column3 * ul {display:none;}

/* グローバルナビゲーション */
#globalNavi li {
	line-height:150%;
	text-align: center;
}

#globalNavi li li {
   text-align: left;
}

#globalNavi li a{
	display: block;
	width:auto;
	text-decoration:none;
	color:#333;
	padding:0;
}

#globalNavi li:hover {
   background:#7BBA10;
   color:#333;
}

#globalNavi .column1, #menu .column2, #menu .column3 {
   color:#333;
   background:#7BBA10;
}

#globalNavi {
	width: 800px;
	margin-bottom: 10px;
	height: 30px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*　グローバルナビ　外国語用　上下線ナシ　*/
#globalNavi_int {
	width: 800px;
	margin-bottom: 10px;
	height: 30px;
}



/* トップページ　コンテンツ */
#contents {
	clear: both;
	margin: 10px 0px 0px;
	padding: 15px 0px 0px;
}

/* 更新情報　*/
#information {
	width: 500px;
	margin: 0px;
	float: left;
	clear: none;
	padding: 0px;
}
#information img {
	float: left;
	border: 1px solid #999;
	margin: 0px 3px 3px 0px;
	padding: 0px;
}

/*　ＲＳＳフィード　*/
#rss img {
	float: right;
	border: 1px solid #999;
	margin: 0px 0px 10px;
	padding: 0px;
}

#contents #rss {
	float: right;
	height: auto;
	width: 270px;
	margin: 0px;
	padding: 0px;
}

#feeds {
	height: auto;
	width: 270px;
	margin: 0px 0px 10px;
	padding: 0px;
}

.rss-title {
	display: none;
}
.rss-items,
.side {
	background: none;
	color: #444444;
	_font-size: 80%;
	text-align: left;
	margin: 0px;
	list-style: none;
	font: normal 0.75em/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding: 0px 0px 0px 10px;
}

/* Facebook likebox */

#wrapper #contents #rss #fb_likebox {
	border: 1px solid #3b5998;
	margin-bottom: 10px;
	padding: 0px;
}


/* サイドメニュー　*/
#side_menu {
	float: left;
	height: auto;
	width: 160px;
	display: inline;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#side_menu h1 {
	font-size: 80%;
	width: 140px;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0px;
	background: url(../images/sidemenu_back.jpg) no-repeat;
	border: 1px solid #CCC;
	padding: 5px 5px 5px 20px;
}

#side_menu .navi	{
	width: 150px;
	padding: 0px;
	margin: 0px 0px 20px;
}

#side_menu .navi li	{
	list-style: none;
	width: 140px;
	padding: 0px;
	margin: 0px;
}
#side_menu .navi li a	{
	display: block;
	width: 140px;
	padding: 5px 5px 5px 0px;
	color: #333;
	font-size: 80%;
	text-align: left;
	line-height: 150%;
	text-decoration: underline;
}
#side_menu .navi li a:hover	{
	background: url(../image/navi_on.jpg) no-repeat top left;
	padding: 5px 5px 5px 0px;
	text-decoration: underline;
	color: #999;
}
#side_menu .qa_navi	{
	width: 150px;
	padding-left: 0px;
	display: inline;
}

#side_menu .qa_navi li	{
	border-bottom: solid 1px #D1D1D1;
	list-style: none;
}

#side_menu .qa_navi li a	{
	display: block;
	width: 150px;
	padding: 5px 5px 5px 0px;
	text-decoration: underline;
	color: #333;
	font-size: 80%;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 150%;
}

/*　メインコンテンツ　*/
#main_contents ,#tester_link {
	float: right;
	width: 620px;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	display: inline;
}

#main_contents h1 {
	margin-top: 0px;
	margin-bottom: -25px;
	background: url(../images/daimoku_back.jpg) no-repeat;
	height: 60px;
	padding-top: 6px;
	padding-left: 30px;
	letter-spacing: 0.2em;
	color: #666;
	font: bold 95% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#main_contents h2 {
	margin-bottom: 5px;
	text-align: left;
	font: bold 80%/170% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-left: 30px;
	margin-top: 0px;
}

#main_contents h3 {
	font: normal 80%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main_contents h4 {
	font: bold normal 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
}

#main_contents h5 {
	font: normal 80%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	margin: 5px 0px 5px 5px;
}
#main_contents h6 {
	font: normal 80%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;

}

#main_contents p {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 80%;
	font-weight: normal;
	line-height: 170%;
	text-align: left;
}

.china_back {
	background: url(../images/category_back.jpg) no-repeat;
	font-size: 100%;
	height: 50px;
	width: 620px;
	margin-bottom: -30px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 17px;
	padding-bottom: -17px;
	padding-left: 35px;
	
}

.top_page {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
}

/*　インフォメーション　Ｑ＆Ａコーナー用　*/

.qa {
	font-size: 80%;
	line-height: 150%;
	padding: 0px 5px 5px;
	text-align: left;
	background: #E9F0F3;
	font-weight: bold;
}

/*　企業技術紹介ページ用　*/

#co-gijutu dl {
	clear: both;
	height: 140px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin-right: 0px;
}

#co-gijutu dt {
	background: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: bold 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333;
	letter-spacing: 0.2em;
	border-left: 5px solid #333;
	margin-bottom: 10px;
	width: 490px;
}

#co-gijutu dd {
	font: 80%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-top: 0px;
	margin-left: 10px;
	letter-spacing: 0.1em;
	width: 490px;
	text-align: justify;
}

#co-gijutu img {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

/*　各製品紹介ページ用　*/

.spec h5{
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;	
}

#products {
	float: right;
	width: 620px;
	text-align: left;
	margin-right: 0px;
}

#products #copy {
	margin-bottom: 10px;
	clear: both;
}

.copyheight_auto {
	height: auto;
}

.copyheight_110 {
	height: 110px;
}

#products .spec caption {
	background: #CCC;
	width: 600px;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

#products dt {
	background: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: bold 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333;
	letter-spacing: 0.1em;
	border-left: 5px solid #333;
	margin-bottom: 10px;
	width: 490px;
}

#products dd {
	font: 80%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-top: 0px;
	margin-left: 10px;
}

#products #copy img {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}


/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	
}

th, td	{
	
	padding: 5px 10px;
	
}


/* サンプル2
----------------------------------------------------------- */
.spec th	{
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	background: #DAE2F3;
}
.spec td	{
	border-bottom: 1px solid #999;
}

/*　各製品紹介ページ用　*/

.products_top img {
	float: left;
	margin: 0px;
	border: 1px solid #333;
}

#products h1 {
	font-size: 110%;
	text-align: right;
	letter-spacing: 0.2em;
	float: right;
	width: 300px;
	height: auto;
	line-height: 130%;
}
#products h2 {
	font-size: 120%;
	letter-spacing: 0.1em;
	text-align: right;
	font-weight: bold;
	float: right;
	width: 300px;
	clear: both;
	margin-bottom: 5px;
	line-height: 120%;
}

#products h3 {
	font-weight: normal;
	text-align: right;
	font-size: 80%;
	padding: 5px 40px;
	width: auto;
	float: right;
	margin-top: 5px;
	letter-spacing: 0.2em;
	clear: both;
	border-bottom: 1px solid #8EA0BD;
	border-top: 1px solid #8EA0BD;
	margin-bottom: 5px;
}

#products p {
	font: 80%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#products ul {
	clear: both;
	float: right;
}

#products li {
	font-size: 80%;
	text-align: right;
	margin: 10px 0px 0px;
	list-style: square;
}

#mobile_spec {
	display: none;
}

#products #shikakezu {
	height: auto;
	width: 620px;
	margin: 0px 0px 20px;
	clear: both;
}
#shikakezu img {
	margin-bottom: 20px;
	margin-left: 10px;
}

#shikakezu h1 {
	background: #D9EEFF;
	height: 20px;
	width: 620px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	border-top: 1px solid #001F2F;
	border-bottom: 1px solid #001F2F;
}
#shikakezu p {
	font: normal 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 350px;
	float: left;
	text-align: justify;
}

#movie {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

/*　各カテゴリー別製品一覧ページ用　*/


.seihin {
	width: 620px;
	height: 130px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
.seihin img {
	float: left;
	margin-right: 10px;
}
.seihin dt {
	font-size: 80%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-right: 10px;
}
.seihin dd {
	font-size: 80%;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin-left: 10px;
	margin-bottom: 5px;
}

/*　イベント案内ページ用　*/

.event dt {
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #066;
	margin-bottom: 10px;
}

.event dd {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table .schedule .result	{
	margin-bottom: 20px;
}

caption {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	background: #E8EFF7;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.schedule {
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	font: normal 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.schedule th, td	{
	color: #5B2E00;
	padding-top: 5px;
	padding-bottom: 5px;
}

.schedule th	{
	background: #FFE7B3;
	border-top: 2px solid #795200;
	border-bottom: 1px solid #795200;
}
.schedule td	{
	background: #FFFAE8;
	border-bottom: 1px solid #795200;
}

/*　問い合わせフォームページ用　*/

.toiawase th {
	background-color:#EFEFEF;
	border-left:3px solid #3A475C;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	text-align:left;
	width:30%;
}

.toiawase td {
	background-color:#FFFFFF;
	color:#333333;
	font-size:80%;
	line-height:150%;
	padding-bottom:10px;
	padding-left:5px;
	padding-top:10px;
	width:auto;
	text-align: left;
}

/* 告知ページ用　*/

#kokuchi {
	clear: both;
	margin: 10px 0px 0px;
	padding: 15px 0px 0px;
}

#kokuchi h2 {
	font: bold 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 4px solid #006;
}
#kokuchi p {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	padding-left: 35px;
	line-height: 150%;
}
#kokuchi ul li {
	font-size: 80%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	margin-left: 10px;
}
#kokuchi h3 {
	font-size: 80%;
	display: inline;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 10px;
}

/*　ムービーライブラリー　*/
#movie_library {
	width: 840px;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	display: inline;
	height: auto;
}
#movie_library ul li h2 {
	font-size: 80%;
	margin: 0px;
	width: 233px;
	padding: 5px;
	text-align: left;
	line-height: 150%;
}

#movie_library ul li h6 {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	margin-top: 0px;
	float: right;
	background: url(../tk/information/images/movie_mag.gif) no-repeat;
	padding-left: 19px;
	margin-right: 5px;
}

#movie_library ul li p {
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	margin-top: 0px;
	font-size: 70%;
}

/*　インフォメーション更新情報　*/
#koushin {
	width: 460px;
	height: 270px;
	padding: 30px 20px 20px;
	text-align: left;
}

#koushin a:visited {
	color: #660099;
	text-decoration: none;
}

#koushin a:link {
	color: #000066;
	text-decoration: none;
}

#koushin a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#koushin a:active {
	text-decoration: none;
	color: #666666;
}

#koushin h2 {
	background: url(/images/top_sankaku.gif) no-repeat -2px;
	color: #444444;
	text-align: left;
	font: normal 80%/130% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-left: 15px;
	margin-bottom: 5px;
}

#koushin h3 {
	display: inline;
	color: #444444;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	font: normal 80%/130% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#koushin h6 {
	color: #444444;
	text-align: right;
	margin-top: 0px;
	margin-left: 10px;
	font: normal 80%/130% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*　テスターブログリンク集　*/

#tester_blog {
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	clear: both;
	width: 620px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 10px;
	height: 150px;
}

#tester_link h1 {
	margin-top: 0px;
	margin-bottom: -25px;
	background: url(../images/daimoku_back.jpg) no-repeat;
	height: 60px;
	padding-top: 6px;
	padding-left: 30px;
	letter-spacing: 0.2em;
	color: #666;
	font: bold 95% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#tester_link p {
	font-size: 75%;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	width: auto;
	height: 80px;
}

#tester_blog h2 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
	height: 15px;
}

#tester_blog h3 a {
	font-size: 80%;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 120%;
	height: 15px;
}

#tester_blog h5 {
	font: normal 80%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	margin: 5px 0px 5px 5px;
}

.tester_blog_img {
	float: left;
	padding-right: 10px;
}

.area {
	font-size: 80%;
	background: #BDF;
	text-align: center;
	padding: 5px;
	height: 15px;
	float: right;
	margin-top: -7px;
	border: 1px solid #069;
	color: #036;
	margin-bottom: 0px;
}
.area2 {
	font-size: 80%;
	background: #BDF;
	text-align: center;
	padding: 5px;
	height: 15px;
	float: right;
	margin-top: 0px;
	border: 1px solid #069;
	color: #036;
}

/*　キャンペーン申し込みボタン　*/
#button_entry a {
	background-image: url(../campaign/2015turikyositsu/images/entry_bottun2.jpg);
	background-position: 0 -50px;
	background-repeat:no-repeat;
	display: block;
	width: 200px;
	height: 50px;
	margin: 0px 0px 0px 300px;
	overflow: hidden;
	text-align: center;	
}

#button_entry a:hover {
	background-position: 0 0px;
	background-repeat:no-repeat;
}

#products #haiban {
	border: 1px dashed #900;
	font-size: 75%;
	padding: 5px;
	background: #FCC;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

.social_b {

}

.social_b li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
}

#wrapper #contents #main_contents .event dd .spec thead tr th {
	font-size: 85%;
	font-weight: bold;
}
#wrapper #contents #main_contents .event dd .spec tbody tr td {
	font-size: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
#wrapper #contents #main_contents .event .midashi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	font-size: 85%;
	color: #600;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
/*　暫定M　*/
.m_tytle {
	margin-bottom: 30px;
	color: #444444;
	text-align: left;
	font: normal 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
}
.m_body {
	margin-bottom: 30px;
	color: #444444;
	text-align: left;
	font-size: 13px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
}
.m_body＿red {
	margin-bottom: 30px;
	color: red;
	text-align: left;
	font-size: 13px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
}

.table1 {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #999999 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
		margin-top: 1px;
	padding-top: 1px;
} 

.table1 TD {
	border: 1px #5E5E5E solid; /* セルの枠線（太さ・色・スタイル） */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
       color: #5E5E5E;
} 
.table_eve2 { 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #999999 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table_eve2 TD {
	border: 0px #999999 solid; /* セルの枠線（太さ・色・スタイル） */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} 
.table_eve {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #999999 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	margin-top: 1px;
	padding-top: 1px;
} 

.table_eve TD {
	border: 1px #C9C9C9 solid; /* セルの枠線（太さ・色・スタイル） */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #2E2E2E;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
} 

.table_eve_s {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #999999 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	margin-top: 1px;
	padding-top: 1px;
} 

.table_eve_s TD {
	border: 1px #C9C9C9 solid; /* セルの枠線（太さ・色・スタイル） */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
} 

.table_tester {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #999999 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	margin-top: 0px;
	padding-top: 0px;
} 

.table_tester TD {
	border: 1px #C9C9C9 solid; /* セルの枠線（太さ・色・スタイル） */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
padding:0.15em 0.6em;
       color: #5E5E5E;
} 



.table_form {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #999999 solid; /* テーブル全体の枠線（太さ・色・スタイル） */

} 
.table_form TD {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #999999 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 4px 4px 4px 4px;
} 


.tableyokokei {
border: 1px #999999 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
border-style: #5E5E5E;
cellpadding: "2";
}

.table.smp1 {
border-collapse: collapse;}
td.smp {border: solid 1px #999999
}

/* 上下左右すべての線を非表示 */
.td-non { 
    border-style:none; 
} 
.body3 {
	color: #333333;
	font: 12px/16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
