@charset "euc-jp";
* {
	/*\*/font-family: 'Hiragino Kaku Gothic Pro', Verdana, sans-serif;/* */
}

html {
	font-size: 80%;
	height: 100%;
	margin-bottom: 1px;
}
/* Base------------------------------------*/
body {
	background-color: #F7F7F7;
	background-image: url(../english/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header, #contents {
	font-size: 100%;
	color: #333333;
	line-height: 1.8em;
}
#footer {
	color: #FFFFFF;
	background-color: #3B3B3B;
	line-height: 1.6em;
}

h1,h3,h4,h5,h6 {
    line-height:1.6;
    margin:0 0 1em 0;
}
h1 {
	font-size: 120%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
img {
	vertical-align: bottom;
}
a img { border:0; }
a:link {
	color: #0089EA;
   text-decoration:none;
}
a:visited {
   color:#006699;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#666;
}
.opacity:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}
pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}
table{
   border-collapse: collapse;
   border-spacing: 0px;
}
.clear_both {
	font-size: 0%;
	line-height: 0%;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}

/* float clear */

.clearfix:after {

   content: ".";

   display: block;

   clear: both;

   height: 0;

   visibility: hidden;

}

.clearfix { display: inline-block; }

/* exlude MacIE5 \*/

* html .clearfix {
	height: 1%;
	padding: 3px;
}

.clearfix {display:block;}

/* end MacIE5 */

/* General purpose style ---------------------------------------------------------------*/
.align_ce {
	text-align: center;
}
.align_ri {
	text-align: right;
}
.align_le {
	text-align: left;
}
.float_ri {
	float: right;
}
.float_le {
	float: left;
}
.pa_10 {
	padding: 10px;
}
.ma_10 {
	margin: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mr_10 {
	margin-right: 10px;
}
.mr_20 {
	margin-right: 20px;
}
.mr_30 {
	margin-right: 30px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_30 {
	margin-left: 40px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.fc_red {
	color: #DB0000;
}

/* only toppage------------------------------------*/
.top_container {
   width: 100%;
}
.top_container #top {
	background-color: #B6B6B6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.top_container #totop {
	margin-top: 20px;
	margin-right: 0px;
}
/* header ------------------------------------*/
#t_h1box {
	width: 500px;
	float: left;
}
#top {
	background-color: #B6B6B6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#t_menu {
	margin-top: 10px;
	float: right;
}
#search {
	height: 30px;
	width: 345px;
	color: #333333;
	text-align: right;
	font-size: 90%;
	padding-top: 10px;
}
#search a {
	color: #333333;
	padding-left: 15px;
	background: url(../english/icon_linksearch.png) no-repeat left center;
	background-size: 10px auto;
}
#search a:hover {
   color:#006699;
	text-decoration: none;
}
#search01 {
    width: 160px;
    background-color: #E0FFFF;
}
#search02 {
    margin-bottom: -4px;
}
/* globalNavi -----------------*/
#main_menu {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #333333;
	border-radius: 5px;
}
.g_navi {
	font-size: 120%;
	width:1220px;
	display:table;
	border-collapse: separate;
    border-spacing: 5px;
}
.g_navi li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: table-cell;
}
.g_navi li a {
	margin: 0 2px 0 0;
	padding: 10px 0;
	display: block;
	text-align:center;
	border-radius: 5px;
	background-color: #444444;
	color: #fff;
	text-decoration: none;
}
.g_navi li a:hover {
	background-color: #555;
}
/* globalNavi -----------------*/
#logo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#main_img {
	height: 161px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #56B9FF;
}
/* side ----------------------------------*/
#sidebar {
	font-size: 120%;
	width: 320px;
	vertical-align: top;
	margin-left: 10px;
}
/* bread crumb -----------------*/
#topicPath {
	height: 15px;
	margin: 10px;
	padding: 0px;
}  
#topicPath li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  
#topicPath li a {
	padding-right:15px;
	background-image: url(../english/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
} 
#topicPath li a:hover {
    color:#006699;
} 
/* bread crumb -----------------*/
#category {
	background-color: #aaaaaa;
	padding: 5px;
	border-radius: 5px;
}
#category ul {
	margin: 0;
	padding: 0;
}
#category li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
}
#category .category01 a {
	padding: 5px 5px 5px 15px;
	display: block;
	background: no-repeat 5px 10px url(../japanese/icon_sb_li02.png) #fff;
	background-size: 6px auto;
}
#category .category01 a:hover {
	background: no-repeat 5px 10px url(../japanese/icon_sb_li02.png) #f1f1f1;
	background-size: 6px auto;
	text-decoration:none;
}
#category .category02 a {
	padding: 5px 5px 5px 25px;
	display: block;
	background: no-repeat 15px 15px url(../japanese/icon_sb_li03.png) #fff;
	background-size: 2px auto;
}
#category .category02 a:hover {
	text-decoration:none;
	background: no-repeat 15px 15px url(../japanese/icon_sb_li03.png) #f1f1f1;
	background-size: 2px auto;
}
#category .ttl_side01 {
	color: #fff;
	background-color: #0089ea;
	text-align:center;
	padding: 6px;
	margin: 0 0 2px 0;
	font-size: 100%;
	font-family: 'jp_sttl01';
}
.sb_list {
	background-color: #FFFFFF;
	margin-top: 10px;
	border-radius: 5px;
}
.sb_list .ttl_side02 {
	background-color: #aaa;
	color: #fff;
	text-align: center;
	padding: 6px;
	margin: 0 0 5px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 100%;
	font-family: 'jp_sttl01';
}
.sb_list ul {
	margin:0;
	padding:3px;
}
.sb_list li {
	margin: 0 0 5px 0;
	padding:0;
	list-style-type: none;
}
.sb_list a:link {
	display: block;
	border-radius: 5px;
	color: #333333;
	padding: 3px 3px 3px 15px;
	background: #f2f8fc url(../english/icon_linksearch.png) no-repeat 5px center;
	background-size: 7px auto;
}
.sb_list a:visited {
	color: #333333;
    text-decoration:underline;
}
.sb_list a:hover {
	background: #e2f3ff url(../english/icon_linksearch.png) no-repeat 5px center;
	background-size: 7px auto;
	text-decoration:none;
}
#verisign {
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
}

/* main ----------------------------------*/
#main {
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 20px;
	border-radius: 5px;
	min-width: 860px;
}

/* footer ----------------------------------*/
#totop {
	margin-top: 20px;
	margin-right: 10px;
}
#totop a {
	border-bottom: 1px dotted #616161;
}
#f_menu a {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#f_menu ul {
	text-align:right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}  
#f_menu li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  
#f_menu li a {
	padding: 0 8px;
}
#f_menu .first {  
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}    
#copyright {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
	font-size: 90%;
}
/* catalog ---------------------------------*/
.enlarge {
	background-image: url(../english/icon_enlarge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.p_img a {
	text-decoration: none;
}
.p_img a:hover {
	color: #779FC4;
}
.p_img {
	text-align: center;
	float: left;
	width: 250px;
	margin-right: 10px;
}
.summary {
	margin-left: 270px;
	margin-bottom: 30px;
}
.summary table {
	width: 100%;
}
.summary th {
	font-weight: normal;
	text-align: left;
	font-size: 110%;
	padding-top: 10px;
}
.summary td {
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 110%;
}
.summary .name {
	font-size: 130%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bolder;
}
.summary .model {
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.summary .jancode {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
}
.summary .price {
	font-size: 120%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	vertical-align: bottom;
}
.summary .text_box {
	background-color: #EFEFEF;
	padding: 10px;
}
#product .copy {
	width: 100%;
	font-weight: bolder;
	color:#0182D3;
	padding: 3px;
}
.v_top {
	vertical-align: top;
}

/*--English --------------------------------------------------*/
#search_e {
	height: 30px;
	width: 390px;
	color: #333333;
	text-align: right;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 10px;
}
#search_e a {
	color: #333333;
	background: url(../english/icon_linksearch.png) no-repeat left center;
	background-size: 10px auto;
	padding-left: 15px;
}
#search_e a:hover {
   color:#006699;
	text-decoration: none;
}

#t_infobox_e .ttlbox_info01 {
	background-color: #0089EA;
	border-radius: 5px;
	padding: 8px 5px;
	margin-bottom: 15px;
}
#t_infobox_e h3.ttl_info01 {
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 120%;
	border-left: 3px solid #fff;
	color:#fff;
}
#t_infobox_e dl {
	margin: 0 5px;
	height: 145px;
	overflow: auto;
}
#t_infobox_e dt {
	float: left;
	width: 100px;
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
	background: #fff url(../english/icon_linksearch.png) no-repeat left 5px;
	background-size: 7px auto;
}
#t_infobox_e dd {
	padding: 0 5px 0 120px;
	margin: 0 0 15px 0;
	clear:right;
	border-bottom: dotted 1px #999;
}
#t_infobox_e dd a {
	color: #333;
}

td.left_menu {
  width: 203px;
}
/*-------------------------*/
/* product scripts ---*/
.pickup .td01 {
	text-align: center;
	border: 1px solid #CCC;
	font-size: 115%;
	width: 25%;
	padding: 10px;
}
.pickup .td01 img {
	width: 194px;
	height:auto;
}
table.pickup02 {
	width: 100%;
}
.pickup02 .td01 {
	text-align: center;
	width: 25%;
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 105%;
	background: url(../english/bg_picup01.png) no-repeat right bottom;
	background-size: 20px 20px; 
}
.pickup02 .td01 img {
	width: 194px;
	height:auto;
}
#productsbox {

  width: 100%;
  margin-bottom: 30px;
}
#productsbox_en {

  width: 100%;
	margin-bottom: 10px;
}

.mb_12 {
	margin-bottom: 12px;
}

/* top information ---*/
.top_info_box {
	border: solid 1px #444444;
	padding: 20px;
	margin: 20px auto;
	word-break: break-all;
}
.top_info_box span {
	color: #ff0000;

}