/**********************************************************************
シーボンコーポレートサイト
コモンCSS
[ /shared/css/common.css ]

Since         : 09.04.16
Last modified : 09.03.11
**********************************************************************/

/* 目次
-------------------------------------------------
 ・リンク設定
 ・共通クラス
 ・サイト共通
 ・ヘッダ
 ・メニュー
 ・コンテンツ
 ・フッタ
 ------------------------------------------------- */
 

  /* リンク設定
-------------------------------------------------*/

a:link    {color: #505050; text-decoration: none;}
a:active  {color: #505050; text-decoration: none;}
a:visited {color: #505050; text-decoration: none;}
a:hover   {color: #a0a0a0; text-decoration: underline;}





/* 共通クラス
------------------------------------------------- */

body{
	font-size:80%;
	color:#323232;
	background:#FFFFFF;
}

.mark_triangle{
	background:url(../img/mark_triangle.gif) no-repeat center left;
	padding-left:10px;
}




.floatL  {float: left;}
.floatR {float: right;}
.clear    {
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}

.clearer{
	clear: both;
}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*配置設定クラス*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}

div.separateS {
	font-size: 1px;
	line-height: 0%;
	margin: 5px 0px 0px 0px;
	clear:both;
}

div.separateM {
	clear:both;
	font-size: 1px;
	line-height: 0%;
	margin: 10px 0px 0px 0px;
}

div.separateL {
	clear:both;
	font-size: 1px;
	line-height: 0%;
	margin: 20px 0px 0px 0px;
}

div.separateLL {
	font-size: 1px;
	line-height: 0%;
	margin: 30px 0px 0px 0px;
	clear:both;
}

div.separateXL {
	font-size: 1px;
	line-height: 0%;
	margin: 60px 0px 0px 0px;
	clear:both;
}




.mg_LR10{

	margin:0px 10px;
}

.mg_t10{
	margin-top:10px;

}

.mg_t5{
	margin-top:5px;

}

.mg_b10{

	margin-bottom:10px;

}

.mg_l10{

	margin-left:10px;

}

.mg_l5{
	margin-left:5px;
}

.mg_r10{

	margin-right:10px;

}

.mg_r20{

	margin-right:20px;

}

.mg_r5{
	margin-right:5px;
}

.mg_10{

	margin:10px;

}

.mg_t5{
	margin-top:5px;
}

.mg_t20{
	margin-top:20px;

}


.green{

	color:#229809;
}

.green_b{

	color:#229809;
	font-weight:bold;
}



.indent_05{
	text-indent:-0.5em;
	margin-left:-13px;
	padding-left:19px;

}

.mg_l20{
	margin-left:20px;

}

.mg_t20{
	margin-top:20px;

}

.mg_r15{
	margin-right:15px;

}
.mg_r20{
	margin-right:20px;

}

.pd_t10{

	padding-top:10px;
}

.txt_small{

	font-size:85%;
	*font-size:80%;
}



/* ヘッダ
------------------------------------------------- */

#header{

	width:900px;
	height:75px;
	margin:0px auto;
	
}

p.corp_logo{
	text-indent:-9999px;
	padding:23px 0 0 0;
	float:left;
}

p.corp_logo a{
	display:block;
	width:403px;
	height:33px;
	background:url(../img/head_h101.gif) no-repeat;

}

.head_right{
	
	width:147px;
	float:right;
	padding-top:31px;
}

.head_right p{
	
	float:left;
}

.size_txt{
	text-indent:-9999px;
	display:block;
	width:61px;
	height:20px;
	background:url(../img/txt_size01.gif) no-repeat;
}

.size_s{
	text-indent:-9999px;
	margin-right:2px;
}

.size_s a{
	display:block;
	width:21px;
	height:20px;
	background:url(../img/btn_size01.gif) no-repeat;

}

.size_s a:hover{
	background:url(../img/btn_size01_on.gif) no-repeat;

}

.size_m{
	text-indent:-9999px;
	margin-right:2px;
}

.size_m a{
	display:block;
	width:21px;
	height:20px;
	background:url(../img/btn_size02_on.gif) no-repeat;

}

.size_m a:hover{
	background:url(../img/btn_size02_on.gif) no-repeat;

}


.size_l{
	text-indent:-9999px;
	margin-right:18px;
}

.size_l a{
	display:block;
	width:21px;
	height:20px;
	background:url(../img/btn_size03.gif) no-repeat;

}

.size_l a:hover{
	background:url(../img/btn_size03_on.gif) no-repeat;

}



.icon_search01{
	text-indent:-9999px;
	display:block;
	width:18px;
	height:18px;
	background:url(../img/icon_search01.gif) no-repeat;

}

input#ajaxSearch_input{
	width:150px;
	height:20px;
	float:left;
	margin:0 4px 0 0;
	padding:0px;
	border:none;
	background:url(../img/bg_search01.gif) no-repeat;
}

#ajaxSearch_submit{
	background:url(../img/btn_search01.gif) no-repeat;
	border:none;
	text-indent:-9999px;
	display:block;
	width:37px;
	height:20px;
	float:left;
	cursor:pointer !important;
}



/* メニュー
------------------------------------------------- */

.topmenu{

	width:900px;
	margin:0px auto;
	height:60px;
}

.topmenu ul{
	height:60px;

}

.topmenu ul li{
	float:left;
	text-indent:-9999px;
	width:175px;
	height:60px;
}

.topmenu ul li a{
	text-indent:-9999px;
	display:block;
	width:175px;
	height:60px;
	float:left;
}

.topmenu li#menu1 a{
	background:url(../img/menu_top01.jpg) no-repeat;
}

.topmenu li#menu1 a:hover{
	background:url(../img/menu_top01_on.jpg) no-repeat;
}

.topmenu li#menu14 a{
	background:url(../img/menu_top02.jpg) no-repeat;
}

.topmenu li#menu14 a:hover{
	background:url(../img/menu_top02_on.jpg) no-repeat;
}

.topmenu li#menu15 a{
	background:url(../img/menu_top03.jpg) no-repeat;
}

.topmenu li#menu15 a:hover{
	background:url(../img/menu_top03_on.jpg) no-repeat;
}



.topmenu li#menu16{
	width: 165px;
}
.topmenu li#menu16 a{
	width: 165px;
	background:url(../img/menu_top05.jpg) no-repeat;
}



.topmenu li#menu16 a:hover{
	background:url(../img/menu_top05_on.jpg) no-repeat !important;
	display:block; 
}

.topmenu li#menu17{
	width: 210px;
}
.topmenu li#menu17 a{
	width: 210px;
	background:url(../img/menu_top04.jpg) no-repeat;
}



.topmenu li#menu17 a:hover{
	background:url(../img/menu_top04_on.jpg) no-repeat !important;
	display:block; 
}






.topmenu li.menu_on1 a{
	background:url(../img/menu_top01_on.jpg) no-repeat !important;
}

.topmenu li.menu_on14 a{
	background:url(../img/menu_top02_on.jpg) no-repeat !important;
}

.topmenu li.menu_on15 a{
	background:url(../img/menu_top03_on.jpg) no-repeat !important;
}

.topmenu .menu_on16 a{
	background:url(../img/menu_top04_on.jpg) no-repeat !important;
}

.topmenu .menu_on16{
	background:url(../img/menu_top05_on.jpg) no-repeat !important;
}

.topmenu li.menu_on16 a{
	background:url(../img/menu_top05_on.jpg) no-repeat !important;
}

.topmenu .menu_on17{
	background:url(../img/menu_top04_on.jpg) no-repeat !important;
}

.topmenu li.menu_on17 a{
	background:url(../img/menu_top04_on.jpg) no-repeat !important;
}


.topmenu li.menu_on20 a{
	background:url(../img/menu_top02_on.jpg) no-repeat !important;
}

.topmenu li.menu_on22 a{
	background:url(../img/menu_top02_on.jpg) no-repeat !important;
}

.topmenu li.menu_on23 a{
	background:url(../img/menu_top02_on.jpg) no-repeat !important;
}

.topmenu li.menu_on24 a{
	background:url(../img/menu_top02_on.jpg) no-repeat !important;
}

.topmenu li.menu_on52 a{
	background:url(../img/menu_top04_on.jpg) no-repeat !important;
}

.topmenu li.menu_on53 a{
	background:url(../img/menu_top04_on.jpg) no-repeat !important;
}

.topmenu li.menu_on34 a{
	background:url(../img/menu_top03_on.jpg) no-repeat !important;
}

.topmenu li.menu_on35 a{
	background:url(../img/menu_top03_on.jpg) no-repeat !important;
}

.topmenu li.menu_on36 a{
	background:url(../img/menu_top03_on.jpg) no-repeat !important;
}

.topmenu li.menu_on37 a{
	background:url(../img/menu_top03_on.jpg) no-repeat !important;
}

.topmenu li.menu_on38 a{
	background:url(../img/menu_top03_on.jpg) no-repeat !important;
}

/* ページバック
------------------------------------------------- */

#page_back{

	background:url(../img/bg_page.jpg) repeat-x;
}




/* ラッパー
------------------------------------------------- */

#wrapper{
	width:900px;
	margin:0px auto;

}

#wrapper_left{
	width:670px;
	float:left;
	line-height:150%;

}

#wrapper_right{
	width:200px;
	float:right;
	font-size:80%;
	color:#515151;

}


/* パンくずリスト
------------------------------------------------- */

.bread{

	height:30px;
	padding-top:27px;
	font-size:80%;
	color:#A0A0A0;
	*line-height:130%;
}

.bread a{
	font-weight:normal;

}

span.B_currentCrumb{
	color:#A0A0A0;
	font-weight:bold;

}



/* ラッパーライト
------------------------------------------------- */


/* サイドメニュー
------------------------------------------------- */

.sidemenu{
}

.sidemenu ul{

	border-bottom:solid 1px #EAEEEB;
	padding-bottom:7px;
}

.sidemenu ul li{
	text-indent:-9999px;
	margin-bottom:5px;
}

.sidemenu ul li a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;

}



#sidemenu01 a{
	background:url(../img/menu_side01.jpg) no-repeat;

}

#sidemenu01 a:hover{
	background:url(../img/menu_side01_on.jpg) no-repeat;

}


#sidemenu02 a{
	background:url(../img/menu_side02.jpg) no-repeat;

}

#sidemenu02 a:hover{
	background:url(../img/menu_side02_on.jpg) no-repeat;

}

#sidemenu03 a{
	background:url(../img/menu_side03.jpg) no-repeat;

}

#sidemenu03 a:hover{
	background:url(../img/menu_side03_on.jpg) no-repeat;

}

#sidemenu04 a{
	background:url(../img/menu_side04.jpg) no-repeat;

}

#sidemenu04 a:hover{
	background:url(../img/menu_side04_on.jpg) no-repeat;

}

#sidemenu05 a{
	background:url(../img/menu_side05.jpg) no-repeat;
}

#sidemenu05 a:hover{
	background:url(../img/menu_side05.jpg) 0 -50px no-repeat;

}

#sidemenu06 a{
	background:url(../img/menu_side06.jpg) no-repeat;
	height:23px !important;
	
}

#sidemenu06 a:hover{
	background:url(../img/menu_side06.jpg) 0 -23px no-repeat;

}

#sidemenu07 a{
	background:url(../img/menu_side07.jpg) no-repeat;

}

#sidemenu07 a:hover{
	background:url(../img/menu_side07_on.jpg) no-repeat;

}

#sidemenu08{
	margin-bottom:12px !important;
}

#sidemenu08 a{
	background:url(../img/menu_side08.jpg) no-repeat;
	margin-bottom:12px !important;
}

#sidemenu08 a:hover{
	background:url(../img/menu_side08.jpg) 0 -50px no-repeat;

}

#sidemenu09 a{
	background:url(../img/menu_side09.jpg) no-repeat;

}

#sidemenu09 a:hover{
	background:url(../img/menu_side09.jpg) no-repeat;

}

p.sidemenu09txt{
	text-align: left !important;
	margin-bottom:5px;
}

#sidemenu10 a{
	background:url(../img/menu_side10.jpg) no-repeat;

}

#sidemenu10 a:hover{
	background:url(../img/menu_side10_on.jpg) no-repeat;

}

#sidemenu11 a{
	background:url(../img/menu_side11.jpg) no-repeat;

}

#sidemenu11 a:hover{
	background:url(../img/menu_side11.jpg) no-repeat;

}

p.sidemenu11txt{
	text-align: left !important;
	margin-bottom:5px;
}

.to_cbon{
	text-indent:-9999px;
	margin-top:10px;
	margin-bottom:5px;
}

.to_cbon a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/right_to_cbon.gif) no-repeat;
}

.to_cbon a:hover{
	background:url(../img/right_to_cbon_on.gif) no-repeat;
}

.right_jasdaq{
	text-indent:-9999px;
	margin-top:10px;
}

.right_jasdaq a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/bn_right_jasdaq.jpg) no-repeat;
}

.right_nikko{
	text-indent:-9999px;
	margin-top:10px;
}

.right_nikko a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:65px;
	background:url(../img/bn_right_nikko.gif) no-repeat;
}

.right_kojin_toshi{
	text-indent:-9999px;
	margin-top:10px;
}

.right_kojin_toshi a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/bn_right_kojin_toshi.gif) no-repeat;
}

.right_dairiten{
	text-indent:-9999px;
	margin-top:10px;
}

.right_dairiten a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/bn_right_dairiten.gif) no-repeat;
}

.right_cbonbeauterrace a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/bn_right_cbonbeauterrace.jpg) no-repeat;
	margin-top:10px;
}


.right_ir_seminar {
	text-indent:-9999px;
	margin-top:10px;
}

.right_ir_seminar a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/bnr_ir_seminar.jpg) no-repeat;
}

.right_ir_festa {
	text-indent:-9999px;
	margin-top:10px;
}

.right_ir_festa a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/bnr_ir_festa_2017.gif) no-repeat;
}

.right_forum{
	text-indent:-9999px;
	margin-top:10px;
}

.right_forum a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/bn_right_forum.gif) no-repeat;
}

.right_facebook {
	text-indent:-9999px;
	margin-top:10px;
}

.right_facebook a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/banner_facebook.jpg) no-repeat;
}

.right_suppin {
	text-indent:-9999px;
	margin-top:10px;
}

.right_suppin a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/banner_facebook_suppin.gif) no-repeat;
}

.right_complimentarylogin {
	text-indent:-9999px;
	margin-top:10px;
}

.right_complimentarylogin a{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	background:url(../img/complimentary_login.jpg) no-repeat;
}

/* フッタ
------------------------------------------------- */

#footer{
	width:900px;
	height:75px;
	margin:50px auto 0;
	background:url(../img/bg_footer01.jpg) no-repeat;
	font-size:80%;

}

.to_pagetop{
	text-indent:-9999px;
	float:right;
}

.to_pagetop a{
	display:block;
	width:103px;
	height:10px;
	background:url(../img/txt_footer01_on.gif) no-repeat;
}

.to_pagetop a:hover{
	background:url(../img/txt_footer01.gif) no-repeat;
}

#footer ul{
	color:#D2D2D2;
	padding-top:25px;	
	_padding-top:20px;
	float:left;

}

#footer ul a{
	color:#828282 !important;

}

#footer ul a:hover{
	color:#A4A4A4 !important;

}

#footer ul li{
	display:inline;
	margin-right:5px;

}

.copy{
	display:block;
	width:202px;
	height:12px;
	background:url(../img/txt_footer.gif) no-repeat;
	text-indent:-9999px;
	float:right;
	margin-top:25px;
	_margin-top:22px;
}

/* インデックスページ
------------------------------------------------- */

h1.top{
	width:900px;
	height:276px;
	background:url(../img/h1_index.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px auto;
}

#back_h1{

	background:url(../img/back_index_h1.jpg) repeat-x;
}

.h2_index_group{

	width:218px;
	float:left;
	margin-right:8px;


}

.h2_index_group p{
	line-height:130%;
	font-size:80%;
	margin-top:5px;
}

.h2_index_group_last{

	width:218px;
	float:left;


}

.h2_index_group_last p{
	line-height:130%;
	font-size:80%;
	margin-top:5px;
}

.h2_index01 a{
	display:block;
	width:218px;
	height:90px;
	background:url(../img/h2_index01.jpg) no-repeat;
	text-indent:-9999px;

}

.h2_index01 a:hover{
	background:url(../img/h2_index01_on.jpg) no-repeat;

}

.h2_index02 a{
	display:block;
	width:218px;
	height:90px;
	background:url(../img/h2_index02.jpg?rev=20180416) no-repeat;
	text-indent:-9999px;

}

.h2_index02 a:hover{
	background:url(../img/h2_index02_on.jpg?rev=20180416) no-repeat;

}


.h2_index03 a{
	display:block;
	width:218px;
	height:90px;
	background:url(../img/h2_index03.jpg) no-repeat;
	text-indent:-9999px;

}

.h2_index03 a:hover{
	background:url(../img/h2_index03_on.jpg) no-repeat;

}

.h2_index04 a{
	display:block;
	width:218px;
	height:90px;
	background:url(../img/h2_index04.jpg) no-repeat;
	text-indent:-9999px;

}

.h2_index04 a:hover{
	background:url(../img/h2_index04.jpg) 0 -90px no-repeat;

}



.news{
	width:670px;
	background:url(../img/back_new.jpg) repeat-x;
	margin-top:20px;

}

.h3_index01{
	width:63px;
	height:24px;
	background:url(../img/h3_index01.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

.h3_index02{
	width:70px;
	height:24px;
	background:url(../img/h3_index02.png) no-repeat;
	text-indent:-9999px;
	float:left;
}

div.news_tit ul{

	float:right;
}

div.news_tit ul li{
	float:left;
}

div.news_tit ul li a{
	display:block;
	text-indent:-9999px;
	margin-top:10px;
}

.news_txt01 a{
	width:37px;
	height:11px;
	background:url(../img/mark_rss.gif) no-repeat;
	padding-right:10px;
	border-right:solid 1px #D2D2D2;

}

.news_txt02 {
	line-height:0;
}

.news_txt02 a{
	width:82px;
	height:10px;
	background:url(../img/txt_index_new01.gif) no-repeat;
	margin-left:10px;
	line-height:0%;
}

.news_txt02 a:hover{

	background:url(../img/txt_index_new01.gif) 0 -10px no-repeat;

}




.news_txt03{
	width:120px;
	height:10px;
	background:url(../img/txt_index_new02.gif) no-repeat;
	float:left;
	margin-right:20px;
	text-indent:-9999px;
}


.news_txt04{
	width:105px;
	height:10px;
	background:url(../img/txt_index_new03.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

.to_news_index{
	text-indent:-9999px;
	float:left;
	line-height:100%;
	height:13px;
	width:160px;
	background:url(../img/to_news_index.gif) no-repeat;
}

.to_topics_index{
	text-indent:-9999px;
	float:left;
	line-height:100%;
	height:13px;
	width:110px;
	background:url(../img/to_topics_index.png) no-repeat;
}

.to_media_index{
	float:left;
	line-height:100%;
	text-indent:-9999px;
	width:142px;
	height:13px;
	background:url(../img/to_media_index.gif) no-repeat;
}



.to_media_index a:hover{
	background:url(../img/to_media_index.gif) 0 -13px no-repeat;
}


.to_ir_index{
	float:left;
	line-height:100%;
	text-indent:-9999px;
	width:118px;
	height:13px;
	background:url(../img/to_ir_index.gif) no-repeat;
}

.coToptoList{
	float:left;
	line-height:100%;
}
.coToptoList a{
	display:block;
	text-indent:-9999px;
	width:40px;
	height:13px;
	background:url(../img/coToptoList.gif) no-repeat;
	margin-right:20px;
}

.coToptoList a:hover{

	background:url(../img/coToptoList.gif) 0 -13px no-repeat;

}




.notbold{
	font-weight:normal;
}


.bd_none{
	background:none !important;
}


/* 右カラム
-------------------------------------------------*/

#wrapper_right .alignR{
	*line-height:150%;
	*margin-top:-3px;

}

/* 更新情報
-------------------------------------------------*/
.top_new{
	margin:10px 0;


}

.top_new p{
	float:left;

}

.top_new li{

	clear:both;
	padding:5px 0;
	background:url(../img/border_dot.gif) repeat-x bottom;
}

.day{
	width:70px;

}

.news_item{
	width:560px;
	float:left;

}

.mark_news{
	width:29px;
	height:9px;
	background:url(../img/mark_news.gif) no-repeat;
	margin-left:10px;
	margin:5px 7px 0 4px;
	text-indent:-9999px;
}

.mark_topics{
	width:29px;
	height:9px;
	background:url(../img/mark_topics.png) no-repeat;
	margin-left:10px;
	margin:5px 7px 0 4px;
	text-indent:-9999px;
}

.mark_media{
	width:29px;
	height:9px;
	background:url(../img/mark_media.gif) no-repeat;
	margin-left:10px;
	margin:5px 7px 0 4px;
	text-indent:-9999px;
}


.mark_ir{
	width:29px;
	height:9px;
	background:url(../img/mark_ir.gif) no-repeat;
	margin-left:10px;
	margin:5px 7px 0 4px;
	text-indent:-9999px;
}


.bd_none{
	background:none !important;
}

/* --------------------------------------------------------------------
	Yahooサイト内検索窓
--------------------------------------------------------------------- */
#srchBox {
	float:left;
	width:194px;
	_width:196px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
}
#srchBox * {
	margin:0;
	padding:0;
	font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img {
	border:none;
}
#srchBox #srch {
}
#srchBox #srch #srchForm {
	white-space:nowrap;
}
#srchBox #srchInput {
	width:148px;
	vertical-align:bottom;
}
#srchBox #srchBtn {
	width:35px;
}
*html #srchBox #srchBtn {
	padding-top:2px;
}
*:first-child+html #srchBox #srchBtn {
	padding-top:2px;
}
#srchBox ul {
	margin-top:6px;
	text-align:left;
}
#srchBox li {
	list-style-type:none;
	display:inline;
	zoom:1;
	padding-right:10px;
}
#srchBox li input {
	zoom:1;
	margin-right:2px;
	_margin:-4px 0 -4px -4px;
	vertical-align:middle;
	border:0;
}
*:+html #srchBox li input {
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo {
	margin:6px 6px 6px 0;
	text-align:right;
}
#srchBox #srchLogo a {
	color:#666666;
	text-decoration:none;
	font-size:85%;
}
#srchBox #srchLogo a:hover {
	text-decoration:underline;
}
#srchBox.watermark {
	padding-bottom: 6px;
}
#srchBox.watermark #srchInput {
	min-height:16px;
	margin-right:5px;
	margin-bottom:2px;
	padding:0;
	border:1px solid #ccc;
	background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark {
	background: #fff;
}
#srchBox.watermark #srchLogo {
	display: none;
}
#srchBox #srchBtn {
	background:url(../img/btn_search01.gif) no-repeat;
	border:none;
	text-indent:-9999px;
	width:37px;
	height:20px;
	cursor:pointer !important;
}

/* --------------------------------------------------------------------
	Yahooサイト内検索窓　結果画面
--------------------------------------------------------------------- */
#yjserp {
	width:900px;
	margin:0 auto;
	padding-top:30px;
	clear:both;
}

/* --------------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------------- */
.contact_ {
	padding:10px 0 30px;
	}

.contact_ .error_ {
	background-color:#efefef;
	border:solid 1px #666666;
	padding:8px;
	margin:0 auto 30px;
	text-align:left;
	width: 560px;
	color:#CC0000;
	font-weight:bold;
	line-height:1.5;
}

.contact_ .submit_ {
	text-align:center;
}

.contact_ .formdetail_ {
 width:900px;
 margin:0 auto 20px;
 border-collapse:collapse;
 }

.contact_ .formdetail_ th {
 width:25%;
 background-color:#F8F8F8;
 border:1px solid #E4E4E4;
 font-weight:bold;
 padding:8px;
 text-align:left;
 vertical-align:top;
 }


.contact_ .formdetail_ td {
 background-color:#FFF;
 border:1px solid #E4E4E4;
 padding:8px;
 text-align:left;
 vertical-align:top;
 }

.contact_ .submit_ a,
.contact_ .submit_ input {
	padding:0 10px;
	}

.contact_ .submit_ input {
	margin-bottom:-2px;
	}

.contact_msg_ {
	width: 900px;
	margin:0 auto;
	padding-top:50px;
	line-height:1.5;
	}

.contact_msg2_ {
	width: 900px;
	margin:0 auto;
	padding:50px 0 30px;
	line-height:1.5;
	text-align:center;
	}

/* --------------------------------------------------------------------
	404
--------------------------------------------------------------------- */
.error_box_ {
	margin: 0 auto;
	width: 800px;
	padding-top:50px;
	overflow: hidden;
}
.error_box_ p {
	margin-bottom: 1em;
	line-height:1.5;
}
.error_box_ .totoppage_ {
	padding-left: 12px;
	background: url(/corporate/assets/img/ir/mark_triangle_blue.gif) left center no-repeat;
}
#error404 h1 {
	margin: 1em 0;
	font-size: 24px;
	font-weight:bold;
}
#error404 img.rightfloat_ {
	margin:0 0 10px 10px;
}
#error404 img.rightfloat_ {
	display:inline;
	float:right;
}


/* --------------------------------------------------------------------
	お知らせ
--------------------------------------------------------------------- */
.notice_box{
	width: 100%;
	border: solid 1px #e4e4e4;
	padding: 15px 15px 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
}
.notice_box_ttl{font-weight: bold;}

.notice_box_ttl,
.notice_box_desc,
.notice_box_day{
	color: #323232;
	margin-bottom: 20px;
}
.notice_box_day{font-weight: bold;}

.notice_box span.color_red{
	font-weight: bold;
	color: #dc4756;	
}

/* --------------------------------------------------------------------
	フッター修正 Globalリンク追加　2018.06
--------------------------------------------------------------------- */
#footer{
	position: relative;
}
#footer img{
	width: 90%;
}
#footer #footer_sub_02{
	text-align: center;
	width:100px;
	position:absolute;
	right: 210px;
	bottom: 24px;
	z-index: 999;
}
#footer #footer_sub_02 ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer #footer_sub_02 ul li{
	padding: 0;
	margin: 0;
}
#footer #footer_sub_02.in_{
  border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding-top:3px;
	background-color: #fff;
	text-align: left;
	width:98px;
}
#footer #footer_sub_02.in_ a{
	height: 25px;
	line-height: 25px;
	display: block;
	color: #009944;
}
#footer #footer_sub_02.in_ img{
	opacity: 0.7;
}
#footer .footerglobalnav.no_display{
	display: none;
}
#footer .footerglobalnav a{
	text-decoration: none;
	color: #009944 !important;;
	background-color: #fff;
}
#footer .footerglobalnav a:hover{
	display: block;
	text-decoration: none;
	background-color: #009944;
	color:#fff;
}