﻿body {
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	color: #191919;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
a:link {
    text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active { text-decoration: none;}
a:hover { 
    text-decoration: underline;
    color: #3399FF;
}
h1 {
	font-size: 12px;
	color: #191919;
	background-color: #FFFFFF;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	width: 980px;
	font-weight: normal;
	margin: 0 auto;
}
/*--- // contents titleに使用 // ---*/
h2 {
}
#h2-contents_title {
	border-style: solid;
	margin: 0px 0px 0px 0px;
	border-width: 1px 1px 0px 10px;
	border-color: #C0C0C0;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFCC;
	padding: 5px;
	background-image: none;
}
#h2-products_title {
	margin: 0px 0px 0px 0px;
	border-color: #C0C0C0;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 10px;
	background-image: url('images/contents-back_top.gif');
}
h3 {
	font-size: 16px;
	color: #191919;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-size: 14px;
	color: #191919;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
@media print
{
#main_contents
{
	width: 98%;
	position: absolute;
}
#top_menu {
	display: none;
}
#all_container {
	width: 100%;
	float: none;
}
#container {
	width: 100%;
    float: none;
}
#left-menu-links {
	display: none;
}
#right_menu {
	display: none;
}
#footer {
	display: none;
	color: #191919;
}
}
/*--- // ヘッダー // ---*/
#header {
	background-image: url('images/top-main-bg.png');
	background-repeat: repeat;
}
#header .inner {
	width: 980px;
	margin: 0 auto;
}
#header .search {
	width: 980px;
	float: right;
}
/*--- // top menu // ---*/
#top_menu {
	background-image: url('images/top-menu_back.jpg');
	background-repeat: repeat;
}
#top_menu .inner {
	width: 980px;
	margin: 0 auto;
}
#top_menu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	margin-right: 2px;
}
ul#globalnavi{
    width:976px;
    overflow:hidden;
}
ul#globalnavi li{
    float:left;
    height:31px;
    display:block;
}
ul#globalnavi li a {
    display: block;
    overflow: hidden;
    height: 0px;
    background-image: url("images/top-navi.jpg");
    padding-top:31px;
}
/* global navi normal
---------------------*/
    #navi1 a { width:122px; background-position:0       0;}
    #navi2 a { width:122px; background-position:-122px  0;}
    #navi3 a { width:122px; background-position:-244px  0;}
    #navi4 a { width:122px; background-position:-366px  0;}
    #navi5 a { width:122px; background-position:-488px  0;}
    #navi6 a { width:122px; background-position:-610px  0;}
    #navi7 a { width:122px; background-position:-732px  0;}
    #navi8 a { width:122px; background-position:-854px  0;}

/* global navi rollover
----------------------*/
    #navi1 a:hover  { width:122px; background-position:0       -31px;}
    #navi2 a:hover  { width:122px; background-position:-122px  -31px;}
    #navi3 a:hover  { width:122px; background-position:-244px  -31px;}
    #navi4 a:hover  { width:122px; background-position:-366px  -31px;}
    #navi5 a:hover  { width:122px; background-position:-488px  -31px;}
    #navi6 a:hover  { width:122px; background-position:-610px  -31px;}
    #navi7 a:hover  { width:122px; background-position:-732px  -31px;}
    #navi8 a:hover  { width:122px; background-position:-854px  -31px;}
/*--- // メイン // ---*/
#main {
	width: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*--- // 3カラム全体の囲み // ---*/
#all_container {
	width: 980px;
	float: left;
	margin-top: 5px;
}
/*--- // 左・メインコンテンツ // ---*/
#container {
	float:left;
	width:820px;
}
/*--- // メインコンテンツ // ---*/
#main_contents {
	padding: 2px 5px 5px 5px;
	float: right;
	width: 610px;
}
#main_contents_noright {
	padding: 2px 5px 5px 5px;
	float: right;
	width: 770px;
}
/*--- // 左メニュー // ---*/
#left-menu-links {
	width: 195px;
}
#left-menu-links .menu li.expanded > a {
	background: #fff url(images/icon-arrow.png) no-repeat 95% 50%;
}
#left-menu-links .menu li.expanded > a:hover {
	background: #3399ff;
	color: #fff;
}
#left-menu-links .menu {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
#left-menu-links .menu ul {
	display: none;
	position: absolute;
	top: 0;
	left: 195px;
	list-style: none;
}
#left-menu-links .menu li {
	list-style: none;
	padding: 0;
}
#left-menu-links .menu li a {
	color: #191919;
	display: block;
	background: #fff;
	height: 20px;
	font-size: 12px;
	padding: 5px;
	margin-left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	width: 190px;
	-webkit-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-moz-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-o-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-ms-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);box-shadow:0 2px 2px rgba(77,77,77,0.5);text-decoration:none;
}
#left-menu-links .menu li li {
	white-space: nowrap;
}
#left-menu-links .menu li:hover {
	position: relative;
}
#left-menu-links .menu li:hover > ul {
	display: block;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(77,77,77,0.2);
	border-radius: 4px;
	overflow: hidden;
	margin-top: -1px;
}
#left-menu-links .menu a:hover {
	background: #3399ff;
	color: #fff;
}
#left-menu-links .menu li.contents-title {
	background: #3399ff;
	color: #fff;
	display: block;
	height: 20px;
	font-size: 12px;
	padding: 5px;
	margin-left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	width: 190px;
	-webkit-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-moz-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-o-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-ms-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);box-shadow:0 2px 2px rgba(77,77,77,0.5);text-decoration:none;
}
.left-menu-subtitle{
	color: #191919;
	display: block;
	background: #fff url(images/icon-arrow.png) no-repeat 95% 50%;
	height: 20px;
	font-size: 12px;
	padding: 5px;
	margin-left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	width: 190px;
	-webkit-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-moz-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-o-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-ms-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);box-shadow:0 2px 2px rgba(77,77,77,0.5);text-decoration:none;
}
.left-menu-subtitle:hover {
	color: #191919;
	background: #3399ff;
	color: #fff;
}
.left-menu-title {
	width: 200px;
	display: block;
	-webkit-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-moz-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-o-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);
	-ms-box-shadow: 0 8px 10px rgba(-1,1,1,0.3);box-shadow:0 2px 2px rgba(77,77,77,0.5);
}
/*--- // 右メニュー // ---*/
#right_menu {
	float:left;
	width:160px;
}
/*--- // フッター // ---*/
#footer {
	background-image: url('images/footer-bg.png');
}
#footer .inner {
    width: 980px;
	margin: 0 auto;
}
#footer a {
	color: #191919;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #3399FF;
}
/*--- // フッター終了 // ---*/
/*--- // bread nav // ---*/
#breadcrumb {
	width: 980px;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 6px;
	margin-bottom: 3px;
}
#breadcrumb li {
	display:inline-block;
	line-height:18px;
	list-style-type:none;
}
#breadcrumb li a {
	color: #191919;
	text-decoration: none;
	padding-right:15px;
	background:url('images/pankuzu.gif') no-repeat right center;
}
#breadcrumb li a:link {
	text-decoration: none;
}
#breadcrumb li a:hover { 
    text-decoration: underline;
    color: #3399FF;
}
#breadcrumb li.icon_home{
	background: url('images/icon_home.gif') left center no-repeat;
	padding-left: 18px;
	/margin-left:10px;
}

/*--- // bread nav end // ---*/
/*--- // bread nav home // ---*/
#breadcrumb_home {
	width: 980px;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 6px;
	margin-bottom: 3px;
}
#breadcrumb_home li {
	display:inline;
	line-height:18px;
	list-style-type:none;
}
#breadcrumb_home li a {
	color: #191919;
	text-decoration: none;
	padding-right:15px;
}
#breadcrumb_home li a:link {
	text-decoration: none;
}
#breadcrumb_home li a:hover { 
    text-decoration: underline;
    color: #3399FF;
}
#breadcrumb_home li.icon_home{
	background: url('images/icon_home.gif') left center no-repeat;
	padding-left: 18px;
	/margin-left:10px;
}

/*--- // bread nav end home // ---*/
#info-box {
	padding: 2px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	background-color: #F5F5F5;
	line-height: 20px;
}
#contents_title {
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 0px 1px 1px 1px;
	font-size: 12px;
	padding: 2px;
	background-color: #FFFFCC;
}
#back_link {
	border-width: 0px;
	font-size: 12px;
	padding: 2px;
	background-color: #F5F5F5;
	margin-bottom: 2px;
}
/*--- // フォントブルー太字に // ---*/
.font_blue_b {
	color: #3399FF;
	font-weight: bold;
}
.font_red_b {
	color: #FF0000;
	font-weight: bold;
}
.font_yellow {
	color: #FFFF00;
}
.font_12px_red_b {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
.font_11px {
	font-size: 11px;
}
.font_12px {
	font-size: 12px;
}
.font_14px {
	font-size: 14px;
}
.font_10px {
	font-size: 10px;
}

/*--- // フォント太字に // ---*/
.font_bold {
	font-weight: bold;
}
.font_12px_b {
	font-weight: bold;
	font-size: 12px;
}

/*--- // デフォルトフォントカラーに // ---*/
.font_blue {
	color: #3399FF;
}
.font_red2 {
	color: #CC0000;
}

.font_no {
	color: #191919;
}
.font_red {
	color: #FF0000;
}
.new_model_lineup {
	background-color: #F5F5F5;
	font-size: 16px;
	color: #191919;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
	border-color: #C0C0C0;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 10px;
}
.product_list_container {
	width: 600px;
	margin: 5px;
}
.product_list_photo {
	padding: 2px;
	float: left;
	width: 145px;
	height: 200px;
	text-align: center;
}
.product_list_name {
	font-size: 13px;
	float: left;
	line-height: 18px;
}
.product_list_exp {
	font-size: 12px;
	float: left;
	width: 450px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.product_list_spec {
	float: left;
	width: 450px;
	font-size: 12px;
}
.table-collapse {
	border-collapse: collapse;
}
.table-collapsef10 {
	font-size: 10px;
	border-collapse: collapse;
}
.table-collapsef12 {
	font-size: 12px;
	border-collapse: collapse;
}
.table-collapse12px {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 20px;
}
.table-collapse12px-mar10 {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page_top {
	font-size: 12px;
	text-align: right;
	clear: both;
	margin-top: 1px;
	margin-bottom: 1px;
}

.font_nomal_bold {
	color: #191919;
	font-weight: bold;
}
.font-weight-normal {
	font-weight: normal;
	text-align: center;
}
#product_photo {
	width: 295px;
	height: 350px;
	float: left;
	padding: 5px;
	text-align: center;
}
.product_photo_left {
	width: 280px;
	height: 280px;
	float: left;
	padding: 5px;
	text-align: center;
}


#products_name {
	float: left;
	padding: 5px 5px 2px 5px;
	width: 295px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
#product_function_icon {
	padding: 5px;
	width: 295px;
	float: left;
	margin-top: 5px;
}

#products_function {
	padding: 0px;
	clear: both;
	float: left;
	font-size: 14px;
	width: 608px;
	line-height: 25px;
}
.products_title2 {
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	font-size: 14px;
	line-height: 20px;
	background-image: url('images/contents-back.gif');
}
#products_comment {
	padding: 2px;
	clear: both;
	float: left;
	font-size: 13px;
	border: 1px solid #CCCCCC;
	width: 604px;
	line-height: 25px;
	background-color: #F5F5F5;
}
#products_bookmark {
	float: left;
	font-size: 14px;
	padding: 5px;
	line-height: 20px;
}
.products_bookmark_right {
	float: right;
	padding: 5px;
	line-height: 20px;
	font-size: 14px;
}
.font_size_12px {
	font-size: 12px;
}
.font_size_11px {
	font-size: 11px;
}
#products_rectime {
	float: left;
	clear: both;
	width: 610px;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
.products_title3 {
	padding: 2px 0px 2px 5px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	line-height: 20px;
	background-image: url('images/contents-back.gif');
}
.products_title4 {
	padding: 2px 0px 2px 5px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	line-height: 20px;
	background-image: url('images/contents-back.gif');
}
.products_title {
	padding: 2px 0px 2px 5px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	line-height: 20px;
	background-image: url('images/contents-back.gif');
}
#products_spec {
	float: left;
	clear: both;
	width: 610px;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
#products_option {
	float: left;
	clear: both;
	width: 610px;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
.table_style_white {
	text-align: left;
	vertical-align: top;
}
.font_red_10pix {
	font-size: 10px;
	color: #FF0000;
}
.font_no_10pix {
	font-size: 10px;
	color: #191919;
}
.font_orange_12px {
	color: #FF9966;
	font-size: 12px;
}
.font_nblue_12px {
	font-size: 12px;
	color: #354FA1;
}
.font_nnblue {
	font-size: 12px;
	color: #2ea7e0;
}


.page_top_list {
	font-size: 12px;
	text-align: right;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-top: 1px;
	margin-bottom: 1px;
}
#products_box {
	padding: 0px;
	clear: both;
	float: left;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
.box {
	padding: 2px;
	clear: both;
	float: left;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 604px;
	line-height: 20px;
}
.img-noneborder {
	border-width: 0;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.table_style1_center_red {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	color: #FF0000;
}
.next_back_box {
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.kakoi {
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #191919;
	padding: 1px 5px 1px 5px;
}
.kakoi2 {
	font-size: 14px;
	border: 1px solid #191919;
	padding: 1px 5px 1px 5px;
	background-color: #191919;
	color: #FFFFFF;
}
.font_orange {
	color: #FF9966;
}
.table_style1 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: top;
}
.table_style1_center {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
}
.table_style_right_red {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: right;
	color: #FF0000;
}

.table_style1_left_m {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: middle;
}
.table_style1_font10px {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}
.table_style2 {
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	border-color: #C0C0C0;
}
.table_style2_center {
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	border-color: #C0C0C0;
	text-align: center;
}
.table_style3_center {
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFCC;
	border-color: #C0C0C0;
	text-align: center;
}
.table_style3g_center {
	border-style: solid;
	border-width: 1px;
	background-color: #DDDDDD;
	border-color: #C0C0C0;
	text-align: center;
}
.table_style_white_12px {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
.table_style_white_12px_center {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.table_style_white_l_m {
	text-align: left;
	vertical-align: middle;
}
.font_red_12px {
	color: #FF0000;
	font-size: 12px;
}
.coution {
	font-size: 10px;
	color: #191919;
	line-height: 13px;
}
.comment_style1 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #191919;
}
.function_colum_box {
    width: 608px;
	clear: both;
	padding: 0px;
	float: left;
}
.function_colum {
	padding: 0px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.function_colum_title {
    width: 608px;
    clear: both;
	padding: 0px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.function_right_img {
	float: right;
	font-size: small;
	clear: both;
}
.kuronekomail {
	border: 1px solid #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 598px;
	line-height: 20px;
}
.table_style1_center_font12 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
}
.table_style1_center_font12red {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
	color: #FF0000;
}
.box_bg {
	border: 1px solid #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 598px;
	line-height: 20px;
	background-color: #FFFFCC;
}
.box_bg_gray {
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 598px;
	line-height: 20px;
	background-color: #F5F5F5;
}
.box_nosolid {
	border: 0px solid #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 598px;
	line-height: 20px;
}
.sub_title {
	padding: 2px 0px 2px 5px;
	margin: 0px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	line-height: 20px;
}
.table_underline {
	padding: 2px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.table_underline_c_m {
	padding: 2px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
}
.table_under_top_line {
	padding: 2px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
.table_under_topline_c_m {
	padding: 2px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
.ul_sankaku {
	list-style-image: url('images/sankaku.gif');
}
.li_12px {
	font-size: 12px;
}
.ul_div_tishiki {
	width: 600px;
	line-height: 20px;
	margin-top: 30px;
}
.li_cctvqa_2 {
	font-size: 12px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.box_bg_gray_2 {
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 590px;
	line-height: 20px;
	background-color: #F5F5F5;
}
.box_ip {
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	margin: 10px 0px 10px 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 590px;
	line-height: 20px;
}
.p_bg_gray {
	border-style: solid;
	border-width: 0px;
	margin: 10px 0px 10px 0px;
	padding: 1px 5px 1px 5px;
	background-color: #F5F5F5;
}
.sample_photo_box {
	width: 590px;
}
.sample_photo_form {
	width: 280px;
	float: left;
	padding-top: 150px;
	padding-left: 10px;
}
.sample_photo {
	width: 290px;
	float: right;
}
.s_g_box1 {
	line-height: 20px;
	width: 604px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px 2px 5px 2px;
	font-size: 12px;
}
.li_shopguide {
	font-size: 12px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.ul_div_shopguide {
	width: 600px;
	line-height: 20px;
}
.font16 {
	font-size: 16px;
	color: #3399FF;
}
.table_style_white_12px_left_middle {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
.p_bg_gray_souryo {
	border-style: solid;
	border-width: 0px;
	margin: 10px 0px 10px 0px;
	padding: 1px 5px 1px 5px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 20px;
}
.li_shopguide_top {
	font-size: 12px;
	line-height: 20px;
}
.div_left {
	float: left;
	width: 250px;
}
.div_right {
	float: left;
	width: 304px;
}
.div_left_right_kakoi {
	width: 608px;
}
.ssl {
	float: right;
	clear: both;
	font-size: 12px;
	text-align: right;
	color: #3399FF;
}
.table_style1_left_font12 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
.table_style1_center_font14 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}
.box_form {
	border: 1px solid #C0C0C0;
	margin: 5px 1px 5px 1px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 498px;
	line-height: 20px;
	background-color: #FFFFCC;
}
.company_p1 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	text-align: center;
	border: 1px solid #C0C0C0;
}
.company_p2 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	text-align: left;
	border: 1px solid #C0C0C0;
}
.table_style1_center_font12_yellow {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	background-color: #FFFFCC;
}
.table_style1_center_font12 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
.table_style1_left_font12red {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	font-size: 12px;
	color: #FF0000;
	vertical-align: middle;
}
.back_link_sitemap {
	border-width: 0px;
	font-size: 12px;
	background-color: #F5F5F5;
	padding-top: 2px;
	padding-bottom: 20px;
	line-height: 20px;
	width: 980px;
}
.ul_div_sitemap_bg {
	width: 980px;
	line-height: 20px;
}
.ul_div_sitemap_2 {
	width: 980px;
	line-height: 20px;
}
.ul_div_sitemap {
	width: 100%;
	line-height: 20px;
}
.li_sitemap {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.li_sitemap a {
	color: #191919;
	text-decoration: none;
}
.li_sitemap a:hover {
	text-decoration: underline;
	color: #3399FF;
}
img {
    border:0px;
}
.back_yellow {
	background-color: #FFFFCC;
	padding: 5px;
}
.back_yellow_kadomaru {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px #C0C0C0 solid;
	background-color: #FFFFCC;
}
.font_pink {
	color: #FF6666;
}
.table_center {
	text-align: center;
}
.coution_both {
	font-size: 10px;
	color: #191919;
	line-height: 13px;
	clear: both;
}
.const_back1 {
	line-height: 20px;
	width: 604px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px 2px 5px 2px;
	font-size: 12px;
	background-image: url('shop/images/const-back1.gif');
	color: #333333;
}
/* --- 丸角ボックス --- */
.example {
	padding: 30px 0px 30px 4px;
	background-color: #ffffff;
	font-size: 12px;
	color: #191919;
	line-height: 20px;
}
.section {
width: 600px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(images/maru1_600_bottom.gif) no-repeat bottom; /* ボックスの背景 */
}
/* --- 見出し --- */
.section h2 {
margin: 0; /* 見出しのマージン */
padding: 1em 10px 0 10px; /* 見出しのパディング（上右下左） */
background: #ffffff url(images/maru1_600_top.gif) no-repeat top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
}
/* --- ボックス内の段落 --- */
.section p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}
/* --- 丸角ボックス終わり --- */
.products_box {
	padding: 0px;
	clear: both;
	float: left;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}

.b-camera_cable_photo {
	padding: 2px 2px 2px 2px;
	float: left;
	width: 145px;
	height: 160px;
	text-align: center;
	clear: both;
}
.underline {
	font-size: 12px;
	text-align: right;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.f12_l20 {
	font-size: 12px;
	line-height: 20px;
}
.f14_l20_back {
	font-size: 14px;
	line-height: 20px;
	background-color: #F5F5F5;
	border-left-style: double;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.f14_l20_back_title {
	font-size: 14px;
	line-height: 20px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.table_style1_center_f12_l20 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
.table_style1_left_m_f12_l20 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
}
/* --- トップページ丸角ボックス --- */
.example-top {
	padding: 0px 0px 5px 4px;
	background-color: #ffffff;
	font-size: 12px;
	color: #191919;
	line-height: 20px;
}
.section-top {
width: 600px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(images/maru1_600_bottom.gif) no-repeat bottom; /* ボックスの背景 */
}
/* --- 見出し --- */
.section-top h2 {
margin: 0; /* 見出しのマージン */
padding: 1em 10px 0 10px; /* 見出しのパディング（上右下左） */
background: #ffffff url(images/maru1_600_top.gif) no-repeat top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
}
/* --- ボックス内の段落 --- */
.section-top p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}
/* --- 丸角ボックス終わり --- */
.home_box {
	margin: 5px 4px 5px 4px;
	clear: both;
}
.home_box2 {
	margin: 5px 4px 0px 4px;
}
.home_box_f12 {
	margin: 5px 4px 5px 4px;
	font-size: 12px;
	line-height: 20px;
	clear: both;
}
.home_box_left_photo {
	width: 120px;
	height: 120px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	clear: both;
}
.home_box_right_example {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow:auto;
}
.update-box {
	width: 598px;
	margin: 0px 0px 5px 4px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #C0C0C0;
	font-size: 10px;
}
.update-box ul {
	padding: 5px 0px 5px 25px;
	margin: 0px;
	list-style-image: url('images/list_update.gif');
}
.update-box li {
	font-size: 12px;
	line-height: 20px;
}
.new-model-title {
	margin: 5px 6px 5px 4px;
	font-size: 12px;
	line-height: 20px;
	color: #191919;
}
.div_left_300 {
	border: 1px solid #C0C0C0;
	width: 295px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.div_box_300_150 {
	float: left;
	width: 295px;
	height: 150px;
}


.div_right_300 {
	border: 1px solid #C0C0C0;
	width: 295px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	float: right;
}

.table_style1_center_font10 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
}
.footer_1 {
	font-size: 12px;
	width: 978px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer_2 {
	padding: 1px;
	clear: both;
	font-size: 12px;
	width: 978px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cart1 {
	vertical-align: middle;
	font-size: 10px;
}
.back_gray {
	background-color: #F5F5F5;
}
.lens_o_coution {
	font-size: 12px;
	line-height: 20px;
	border: 1px dashed #3399FF;
	padding: 3px;
	background-color: #EEFFFF;
}
.table_style2_font12 {
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	border-color: #C0C0C0;
	font-size: 12px;
}
.b-cameraset-cable {
	float: left;
	width: 600px;
}
.img-border {
	border: 1px solid #191919;
}
.li_faq {
	font-size: 12px;
	line-height: 20px;
	list-style-image: url('shop/images/faq-q.gif');
}
.faq-q {
	background-image: url('shop/images/faq-q-bk.gif');
	padding-left: 25px;
	height: 22px;
	line-height: 20px;
}
.faq-q2 {
	background-image: url('shop/images/faq-q-bk.gif');
	padding-left: 25px;
	line-height: 20px;
}
.box_5555_glay_12 {
	padding: 5px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 20px;
}
.price_right {
	text-align: right;
	line-height: 20px;
	padding: 5px;
}
.rm-border {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.img-border2 {
	border: 1px solid #CCCCCC;
}
.douga {
	padding-left: 34px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.font_pink_12pix {
	color: #FF6666;
	font-size: 12px;
}
.font_nl {
	font-weight: normal;
}
.sub-title-b {
	background-image: url('images/sub-title-b.jpg');
	border: 1px solid #C0C0C0;
	padding-left: 5px;
	color: #333333;
	padding-top: 2px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.sub-title-b2 {
	background-image: url('images/sub-title-b.jpg');
	padding-left: 5px;
	color: #333333;
	padding-top: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
.font_12px_blue {
	font-size: 12px;
	color: #3399FF;
}
.b-set-order {
	padding: 5px 5px 10px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #008FC1;
}
.b-set-order-div {
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #008FC1;
	border-right-color: #008FC1;
	border-left-color: #008FC1;
	margin-top: 10px;
	margin-bottom: 10px;
}
.coution_red {
	line-height: 20px;
	border: 1px dashed #FF0000;
	padding: 3px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 12px;
}
.under {
	text-align: left;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.table_style1_center_font12_yellow_left {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	background-color: #FFFFCC;
}
.function_colum2 {
	padding: 0px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	width: 490px;
	vertical-align: middle;
}
.function_colum2right {
	padding: 10px;
	float: right;
	font-size: 14px;
	line-height: 20px;
	width: 470px;
}
.back_purple {
	background-color: #D4CDE6;
	color: #5464A8;
	padding-top: 2px;
	padding-left: 5px;
}
.douga600 {
	padding-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 4px;
}
.s_list_left {
	width: 304px;
	float: left;
}
.s_list_right {
	width: 304px;
	float: right;
}
.s_list {
	padding: 5px 20px 0px 30px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
}
.s_list a:link {
    text-decoration: none;
}
.s_list a:visited {
	text-decoration: none;
}
.clear {
	clear: both;
}
.clear hr { display:none;
}
.page_top_list2 {
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}
.cctv_comment {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.rinji {
	font-size: 12px;
	line-height: 20px;
	border-top-style: dotted;
	border-top-width: 2px;
	border-top-color: #808080;
	padding: 10px;
	margin: 10px;
}
.rinji2 {
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.rinji3 {
	font-size: 12px;
	line-height: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #808080;
	padding: 10px;
	margin: 10px;
}
.form00 {
	padding: 0px;
	margin: 0px;
}
.list-point {
	font-size: 12px;
	line-height: 20px;
	margin-left: 20px;
	display: block;
	padding-left: 5px;
}
.list-point li{ 
margin-bottom: 20px; 
 } 
.list-feature {
	font-size: 12px;
	line-height: 5px;
	margin-left: 20px;
	display: block;
	padding-left: 5px;
}
.list-feature14 {
	font-size: 14px;
	margin-left: 20px;
	display: block;
	padding-left: 5px;
}
.list-feature li{
line-height: 20px;
margin-bottom: 5px; 
 } 
.point {
	border: 1px solid #C0C0C0;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.font_no_12pix {
	font-size: 12px;
	color: #191919;
}
.f14_l20_back_title_blue {
	font-size: 14px;
	line-height: 20px;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #3399ff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.f14_l20 {
	font-size: 14px;
	line-height: 20px;
}
.f14_l25 {
	font-size: 14px;
	line-height: 25px;
}
.image-text {
	padding-bottom: 10px;
}


.image-middle {
	vertical-align: middle;
}
.zoom {
	position: relative;
	text-align: right;
} 
img.zoom_icon { 
    position: absolute; 
    top:-10px; 
    left: 590px; 
}
.maker_logo {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.t-i-box-left,
.t-i-box-right {
	overflow: hidden;
	height: auto;
}
.t-i-box-left img {
   float: left;
   margin: 0 15px 0 0 ;
   padding: 0 ;
   border: 1px solid #CCCCCC　；
}
.t-i-box-right img {
   float: right;
   margin: 0 0 0 15px ;
   padding: 0 ;
   border: 1px solid #CCCCCC ;
}
.t-i-box-left p,
.t-i-box-right p {
   overflow: hidden;
   height: auto;
}
.table_center_bottom {
	text-align: center;
	vertical-align: bottom;
}.image_left3px {
	margin-right: 3px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.image_right3px {
	margin-left: 3px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.category_menu{
	width: 610px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
ul.category_menu li{
	list-style: none outside;
}
/*--- // マルバツリスト // ---*/
.marubatulist
,.marubatulist li{
	padding:0px;
	margin:0px;
}
.marubatulist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.listmb li{
	position:relative;
	padding-left:20px;
}
.listmb-maru:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:3px; 
	left:3px; 
	border-radius:30px;
	height:7px; 
	width:7px; 
	border:3px solid #aaa;
}
.listmb-batu:before, .listmb-batu:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:8px; 
	left:3px;
	height:4px; 
	width:14px; 
	background:#aaa; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.listmb-batu:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
/*--- // ここまで // ---*/
/*--- // 製品仕様表に使用 // ---*/
.table_spec {
  border-spacing: 0;
}
.table_spec th {
  color: #000;
  padding: 4px 4px;
  background: #eee;
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: left;
}
.table_spec th:first-child {
  border-left:1px solid #aaa;
}
.table_spec th:last-child {
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_spec tr td {
  padding: 4px 4px;
  text-align: left;
}
.table_spec tr td:first-child {
  border-left: 1px solid #aaa;
}
.table_spec tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_spec tr:hover {
  background: #eee;
  cursor:pointer;
}
/*--- // ここまで // ---*/
/*--- // リンク画像半透明化 // ---*/
a img{
opacity: 1;
transition: 0.3s;
}
a:hover img{
opacity: .5;
}
/*--- // ここまで // ---*/
/*--- // 新着情報に使用 // ---*/
.infobox {
   height: 40em;
   overflow: scroll;
   border: #C0C0C0 1px solid;
}
/*--- // ここまで // ---*/
/*--- // ボーダー青ライン // ---*/
.blueline {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.blueline::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
/*--- // ここまで // ---*/
/*--- // 検索窓 // ---*/
/*--- // yahoo検索窓 // ---*/
#srchBox
{
width:158px;
color:#000000;
text-align:center;
float:right
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:6px;
}
#srchBox #srchInput
{
width:98%;
_width:130px;
}
#srchBox #srchBtn
{
width:45px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
margin-bottom:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:block;
}
#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:center;
}
#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
{
padding:1px 1px 2px 1px;
border:1px solid #a5acb2;
background: #fff url(https://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}
/*--- // ここまで // ---*/
/*--- // mf用 //
@media screen and (max-width: 780px) {
  body { 
     font-size: 14px;
     line-height: 1.7;
   }
  .home_box_f12,.home_box_right_example,.example-top {
    font-size: 1em;
  }
  h1 {
   width: 100%;
   text-align: center;
  }
  .section-top h2 {
    font-size: 1.3em;
  }
  h3,.new-model-title {
    font-size: 1.1em;
  }
  img {
   width: 100% !important;
   height: auto !important;
  }
  iframe {
　 width : 100% ; 
　}
  #header .inner,#top_menu .inner,ul#globalnavi,#main,#breadcrumb_home,#all_container,
  #container,.section-top,.update-box,#main_contents,#left-menu-links,.left-menu-title,
  #left-menu-links .menu li a,#right_menu,#srchBox,#footer .inner,.footer_1,.footer_2 {
    width: 100%;
    float: none;
    margin-top: inherit;
    margin-right: auto;
    margin-bottom: inherit;
    margin-left: auto;
    box-sizing: border-box;
  }
  #left-menu-links .menu li a {
     padding: .2em; 
     margin: .2em 0;
  }
 #srchBox.watermark #srchInput {
  padding: .5em;
  margin-bottom : .5em;
 }
 #srchBox #srchBtn {
  padding: .5em;
  width: 60%;
 }
 #srchBox img {
  display: none;
 }
 #footer a {
  display : block;
  font-size: 14px;
  padding: .5em;
  margin: 0 0 .5em;
  background: #fff;
  border-bottom: 1px solid #999;
 }
 .footer_1 {
  font-size: 0;
  line-height:1;
 }
 .footer_2 {
  background: #fff;
  padding: 1em;
 }
}
// ここまで // ---*/