@charset "utf-8";

/*--------------------------------------
共通
---------------------------------------*/
.hover_effect{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover_effect:hover{
   filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a{
 text-decoration:none;
}
a:hover{
 text-decoration: underline;
}
.txt_bold{
 font-weight:bold;
}
.input_effect01{
  font-size:12px;
  border:1px solid #231815;
  padding:2px 5px;
}
.contents_height01{
  height:595px;
  border-bottom:2px solid #dcdbdb;
}
/*画像反転*/
.refrect{
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/*--------------------------------------
ヘッダー
---------------------------------------*/
#header_wrap {
 border-bottom:1px #fff solid;
 }
#header_wrap .header_area{
 width:1120px;
 margin:0 auto;
}
#header_wrap .header_area {
  border-bottom: 1px solid #b8b8b8;
}
#header_wrap #header_logo_box{
 width:340px;
 padding:18px 0 0 12px;
}
#header_wrap #header_logo02_box{
 width:250px;
 padding:0 0 0 0;
}
#header_wrap #language_wrap{
 width:200px;
 padding:20px 0 13px 0;
}
#header_wrap #language_wrap ul{
 text-align:right;
 letter-spacing:-0.3em;
}
#header_wrap #language_wrap ul li{
 display:inline-block; 
 zoom:1;
 letter-spacing:normal;
}
#header_wrap #language_wrap ul li a{
 padding:0 9px;
 color:#f39700;
 font-weight:bold;
 font-size:12px;
 text-decoration:none;
 width:55px;
 text-align:center;
}
#header_wrap #language_wrap ul li a.language_last_item{
 padding:0 0 0 9px;
}
#header_wrap #language_wrap ul li.language_japanese_txt a{
 color:#221815;
}
#header_wrap #language_wrap ul li.language_wrap_border_r01{
 border-right:2px solid #B8B8B8;
 line-height:80%;
}

/*--------------------------------------
パンくず
---------------------------------------*/
#bread_crumbs{
 font-size:11px;
 color:#221815;
 padding:4px 0;
 font-weight:bold;
 border-bottom:1px solid #B8B8B8;
}
#bread_crumbs a{
 text-decoration:underline;
}
#bread_crumbs a:hover{
 text-decoration:none;
}
span.icon_home{
 background:url(/common/img/icon_home.gif) no-repeat;
 background-position:center left;
 padding-left:13px;
}

/*--------------------------------------
メイン
---------------------------------------*/
#main{
  width:909px;
}
/*--------------------------------------
フッター
---------------------------------------*/
#footer_wrap{
 border-top:1px solid #B8B8B8;
 padding-top:8px;
  width:1120px;
  margin:0 auto;
}
#footer_wrap ul{
 width:360px;
 margin:0 auto;
}
#footer_wrap ul li{
 float:left;
 line-height:50%;
}
#footer_wrap ul li a{
 font-size:10px;
 font-weight:bold;
 color:#221815;
 padding:0 12px;
 line-height:100%;
 text-decoration:none;
}
#footer_wrap ul li a:hover{
 color:#898989;
}
#footer_wrap ul li a.footer_menu_last_item{
 padding:0 0 0 12px;
}
#footer_wrap .copy_rights{
 font-size:9px;
 color:#221815;
 text-align:center;
 padding-top:1px;
}

/*--------------------------------------
コンテンツ
---------------------------------------*/
.contents_wrap {
  position:relative;
  margin:0 auto;
  width:1120px;
}
