/*==============================================================================================

  	画面の横幅が641px以上

==============================================================================================*/

@media screen and (min-width: 641px) {

/*----------------背景画像設定---------------------*/

body{
background-image: url(../../../../images_home/page_bg.gif);
background-repeat: repeat-x;
background-position: top;
}

/*----------------レイアウト設定---------------------*/

#cont2{
width:728px;
float: right;
}

.cont_2row{float:left;width:100%;}

/*----------------タブ直下 参考為替レート設定---------------------*/

.half_right{width:42%;margin: 0px;float: right;}

.half_left{
float: left;
margin:0px 0px 0px 15px;
letter-spacing:0.4mm;
width:50%;
}

/*----------------商品概要直下 テーブル設定---------------------*/

.tbl_f th.w-12 {
width: 12%;
}

/*----------------テキストリンク設定---------------------*/

a:link{color: #001E97;text-decoration: underline;}

a:visited{color: #001E97;text-decoration: underline;}

a:hover{color: #002EE3;text-decoration: underline;}

a:active{color: #001E97;text-decoration: underline;}

a:hover img.ro{opacity:0.5;filter: alpha(opacity=50);}/*イメージ透過*/

/*----------------h1設定---------------------*/
.ttl-1_2row {
background-image: url(../../../../images/title/1_w730.gif);
height: 30px;
margin: 0px;
padding-top: 20px;
padding-left: 5px;
background-repeat: no-repeat;
font-size: 20px;
font-weight: bold;
color:#0A0040;
}


}