#top_info{
	margin-bottom:3px;	
}

/*アイテムリスト01*/
#list-content-01{
	margin-top:0;
}
/*その他コンテンツ*/

#other_contents .navigation li {
    background: -moz-linear-gradient(#ffffff, #d3d3d3);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d3d3));
}
#other_contents .navigation li a {
    color: #5f5f5f;
    text-decoration: none;
    display: block;
    padding: 15px 10px 15px 40px;
    background: url(/images/legacy/fnv_icon.png) no-repeat 10px center;
    background-size: auto 18px;
    font-size: 116%;
}
/*品目リスト*/

#item_list {
    margin: 3% auto;
}

#search_info h3{
	display: inline-block;
	line-height: 25px;
	background-color: #99eeff;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 0;
	color: #ff9933;
	text-align: center;
	font-size: 0.7em;
	font-weight:700;
	border-top:1px solid #ff9933;
	border-bottom:1px solid #ff9933;
}

/*黄色いアンダーライン*/

span.flu_yellow_002 {
    background-color: #FFCC9A;
    padding: 5px 0;
}

/*関連品目*/
#html_file #tbl_related h2{
	display: inline-block;
	line-height: 20px;
	background:none;
	background-color: #0b318f;/*006699*/
	width: 100%;
	margin: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 0.7em;
	height: auto;
}
#html_file #tbl_related table{
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#html_file #tbl_related tr{
	width:100%;
	border:1px solid #006699;
}
#html_file #tbl_related th{
	padding:0.4em;
	border:1px solid #006699;
	background: -moz-linear-gradient(top, rgba(167, 199, 220, 1) 0%, rgba(133, 178, 211, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(167, 199, 220, 1)), color-stop(100%, rgba(133, 178, 211, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(167, 199, 220, 1) 0%, rgba(133, 178, 211, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(167, 199, 220, 1) 0%, rgba(133, 178, 211, 1) 100%);
    /* Opera 11.10+ */
}
#html_file #tbl_related tr td.left{
	font-size:0.8em;
	width:45%;
	border:1px solid #006699;
}
#html_file #tbl_related tr td.right{
	width:45%;
	vertical-align:middle;
	text-align:right;
	border:1px solid #006699;
}
#html_file #tbl_related tr td.left a{
	display:block;
	width:100%;
	padding:0.8em 0;
	margin:0;
}
#html_file {
    display: block;
    max-width: 100%;
    height: auto;
	font-size: .6em;
	margin-bottom:10px;
	
}
body.landscape #html_file {
    font-size: 1em;
}

p.ohata-contents a{
	display:block;
}

#html_file h2 {
    display: block;
    max-width: 100%;
    height: 30px;
    margin: 5px;
    font-size: 1em;
    text-align: left;
    text-indent: 10px;
    line-height: 30px;
    font-weight: 500;
    background: rgb(167, 199, 220);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(167, 199, 220, 1) 0%, rgba(133, 178, 211, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(167, 199, 220, 1)), color-stop(100%, rgba(133, 178, 211, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(167, 199, 220, 1) 0%, rgba(133, 178, 211, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(167, 199, 220, 1) 0%, rgba(133, 178, 211, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(167, 199, 220, 1) 0%, rgba(133, 178, 211, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(167, 199, 220, 1) 0%, rgba(133, 178, 211, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3', GradientType=0);
    /* IE6-9 */
}

#html_file p {
    display: block;
    max-width: 100%;
    padding: 5px;
    line-height: 25px;
}
#html_file a {
    color: #000;
    display: inline-block;
    font-weight: 400;
    line-height: 10px;
    text-decoration: none;
    padding: 6px;
    border: 1px solid #000;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d8dada), color-stop(0.22, #f1f1f1), color-stop(0.44, #c7c8ca), color-stop(0.74, #e7e8e8), color-stop(1.00, #fdfdfd));
    background: -webkit-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
    background: -moz-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
    background: -o-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
    background: -ms-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%)
}
#html_file ul {
    margin-bottom:10px;
}

.landscape #html_file a {
    line-height: 20px;
    padding: 15px
}

#html_file a.caution{
	padding:0;
	display:block;
	border:none;
	background:none;
	margin:0 auto;
}

#html_file a.caution img{
	display:block;
    max-width: 100vw;
    padding: 5px;
    margin: 0 auto;
    box-shadow:none;
}

#html_file span.info{
	display: block;
    max-width: 100%;
    height: 30px;
    margin: 5px;
    font-size: 1em;
    text-align: left;
    text-indent: 10px;
    line-height: 30px;
    font-weight: 500;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f93), color-stop(0.00, #fc9));
	background: -webkit-linear-gradient(#fc9, #f93);
	background: -moz-linear-gradient(#fc9, #f93);
	background: -o-linear-gradient(#fc9, #f93);
	background: -ms-linear-gradient(#fc9, #f93);
	background: linear-gradient(#fc9, #f93);
}

#html_file span.info_warnning{
	display: block;
    max-width: 100%;
    height: 30px;
    margin: 5px;
    font-size: 1em;
    text-align: left;
    text-indent: 10px;
    line-height: 30px;
    font-weight: 500;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26, #ff1a00), color-stop(1.00, #ffd1d1));
	background: -webkit-linear-gradient(top, #ff1a00 26%, #ffd1d1 100%);
	background: -moz-linear-gradient(top, #ff1a00 26%, #ffd1d1 100%);
	background: -o-linear-gradient(top, #ff1a00 26%, #ffd1d1 100%);
	background: -ms-linear-gradient(top, #ff1a00 26%, #ffd1d1 100%);
	background: linear-gradient(to bottom, #ff1a00 26%, #ffd1d1 100%);
	color:white;
}

#html_file span.h_name {
	display: block;
	max-width: 100%;
	height:30px;
	margin:5px auto;
	font-size: 1em;
	text-align:left;
	text-indent:5px;
	line-height:30px;
	letter-spacing:0.3em;
	border-bottom: 1px dotted #666;
	font-weight:bold;
}


#html_file table#col_2 {
    display: block;
    width: 100%;
    margin: 0 auto 5px auto;
    border-collapse: collapse;
    font-size: 12px;
}
#html_file table#col_2 tr {
    border-bottom: 1px solid #999999;
}
#html_file table#col_2 tr th,
tr td {
    vertical-align: top;
    padding: 2px;
}
#html_file table#col_2 tr th {


    width: 30%;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    text-indent: 5px;
}
#html_file table#col_2 tr td {
    width: 70%;
    line-height: 30px;
}

#html_file img {
	display:block;
    box-sizing: border-box;
    max-width: 80vw;
    padding: 5px;
    margin: 3px auto;
    box-shadow: 0 2px 4px rgba(50, 50, 50, .3)
}
#html_file img#new {
	display:inline;
    padding:0;
    margin: 0;
}
#html_file img.banner{
	max-width: 99vw;
	margin:1px;
}
#html_file a.blog_img {
    margin: 0;
    padding: 0;
    background: none;
    width: 150px;
    border: none;
}
#html_file img.blog_img {
    width: 60%
}
img.rec_eye {
    box-sizing: content-box;
    max-width: 100%;
    box-shadow: none;
    margin: 0;
}
#html_file .img_description {
    display: block;
    width: 97%;
    margin: 0px auto;
    line-height: 20px;
    font-size: 1em;
    text-align: center;
    font-weight: 800;
}
#html_file ul.rec {
    width: calc(100vw - 5px);
    margin: 5px;
}
#html_file img.dual_img {
    width: calc(50% - 17px);
    margin: 5px 5px 15px 5px;
	float:left;
}
/*画像が並列400*300の場合*/
#html_file img.dual_img2 {
    width: 100%;
}

#html_file .dual_img_desc {
	text-align:center;
}
/*2列表示テーブルのヘッダ*/
#html_file span.dual_tbl_head {
	display: block;
	width:99%;
	text-align:center;
	line-height: 30px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f8c8f9), color-stop(1.00, #ed9b9b));
	background: -webkit-linear-gradient(#f8c8f9, #ed9b9b);
	background: -moz-linear-gradient(#f8c8f9, #ed9b9b);
	background: -o-linear-gradient(#f8c8f9, #ed9b9b);
	background: -ms-linear-gradient(#f8c8f9, #ed9b9b);
	background: linear-gradient(#f8c8f9, #ed9b9b);
	color:#2E2E2E;
	font-weight:300;
}

#html_file ul.rec a {
    padding: 10px;
    margin-bottom: 15px;
}
#html_file table#no_border tr td .summary img {
    width: 40vw;
    float: left;
    margin: 0 15px 0 0;
}
#html_file table#no_border tr td .summary {
    width: 95vw;
    float: left;
    
    margin: 0px 5px;
	font-size:.8em;
}

#html_file table#no_border tr td .summary p{
	line-height:1.4em;
}

#html_file table#no_border tr td .summary p span.big{
	font-size:1.5em;
	font-weight:bold;
}

#html_file table#no_border tr td .summary p span.under_bold{
	text-decoration:underline;
	font-weight:bold;
	line-height:15px;
	font-size:1.2em;
}
#html_file table#no_border tr td .summary p span.big_rec{
	font-weight:900;
	line-height:2em;
	font-size:2em;
	margin-left:30px;
}

#html_file table#no_border tr td .link_job {
    line-height: 3em;
    font-size: .7em;
}

#html_file table#with_border {
    display: block;
    width: 100vw;
    margin: 0 auto 5px auto;
    border-collapse: collapse;
    font-size: .9em;
}

#html_file table#with_border caption {
    margin: 0 auto;
    width: 100vw;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    background: #0b318f;/*006699*/
}
#html_file table#with_border tr th {
    border: 1px solid #006699;
    background: #A6C9E2;
    line-height: 25px;
}
#html_file table#with_border tr td {
    border: 1px solid #006699;
    width: 25%;
    vertical-align: middle;
    text-align: center;
}
#html_file table#with_border tr td img {
    max-width: 100%;
    background: none;
}
#html_file table#with_border tr td a.takuhai_img {
    max-width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 3px;
}
#html_file table#with_border tr td a {
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
    margin: 0;
    padding: 10% 5%;
}
#html_file table#with_border tr td.shosai {
    font-size: 0.6em;
    text-align: left;
    width: 40%;
}
/*アコーディオンメニュー*/

#html_file dl.accordion-menu {
    margin: 5px;
    border: 1px solid #006699;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(50, 50, 50, .3);
}
#html_file dl.accordion-menu dt {
    margin: 5px 0;
	font-size:1.5em;
	font-weight:600;
}
#html_file dl.accordion-menu dt.first {
    margin-top: 1px;
}
#html_file dl.accordion-menu dt.end {
    margin-bottom: 1px;
}
#html_file dl.accordion-menu dt dd {
    max-width: 100vw;
    line-height: 5px;
}
#html_file dl.accordion-menu a.menu {
    color: #fff;
    display: block;
    text-align: left;
    font-size: 0.6em;
    max-width: 100%;
    margin: 1px 1px;
    padding: 13px 5px;
    border-radius: 5px 5px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #bdbbbb), color-stop(1.00, #777));
    background: -webkit-linear-gradient(#bdbbbb, #777);
    background: -moz-linear-gradient(#bdbbbb, #777);
    background: -o-linear-gradient(#bdbbbb, #777);
    background: -ms-linear-gradient(#bdbbbb, #777);
    background: linear-gradient(#bdbbbb, #777);
}
div.clearfix:after {
    /*floatの解除、ここがポイント*/
    
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

/*LINEアカウント友達追加ページ*/
#html_file #line_out{
	background-color:#1AEC11;
	padding:10px 0;
}

#html_file #line_in{
	display:block;
	width:90%;
	height:90%;
	margin: auto;
	padding:3px;
	background-color:#ffffff;
	border-radius: 10px;
}

#html_file #line_in img.header{
	width:100%;
	box-shadow:none;
}

#html_file #line_in img.qr{
	width:60%;
	height:60%;
}

#html_file #line_in p{
	line-height:2em;
}
#html_file #line_in p.center{
	text-align:center;
}
#html_file #line_in p.qr_comment{
	text-align:center;
	font-weight:700;
}

#html_file #line_in a.line{
	display:block;
	margin:0 auto;
	border:none;
	background:none;
}

#html_file #line_in a.line img{
	box-shadow:none;
}

#no_data .message {
    color: red;
    margin: 25px 0
}
#no_data .contact {
    margin-bottom: 10px
}
#no_data button {
    margin: 20px auto;
    padding: 10px 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    border: none;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f93), color-stop(0.46, #fee4c8), color-stop(0.00, #f93));
    background: -webkit-linear-gradient(top, #f93 0%, #fee4c8 46%, #f93 100%);
    background: -moz-linear-gradient(top, #f93 0%, #fee4c8 46%, #f93 100%);
    background: -o-linear-gradient(top, #f93 0%, #fee4c8 46%, #f93 100%)
}
#item_detail h2.detail_name {
    text-align: center;
    font-size: 1em;
}
td.item_img {
    width: 60%
}
td.item_price {
    width: 40%
}
#big img {
    max-width: 100%;
    margin: 0
}
#big p img {
    position: absolute;
    border: none;
    box-shadow: none;
    background: none;
    max-width: 15%;
    margin-top: -150px
}
#item_detail #thumb {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
}
#item_detail #thumb a {
    display: inline-block;
    background: none;
    border-radius: 0;
    float: left;
    padding: 2px;
    border: none;
    margin: 0;
    width: 31%
}
#thumb a img {
    width: 100%;
    height: 100%
}
#item_detail table tr td.item_price {
    border: none;
    padding-top: 10px;
    text-align: center
}
#item_detail p.date_time {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
	font-size:.6em;
}
.landscape #item_detail p.date_time {
    font-size:0.5em;
}
#item_detail p.price {
    margin: 10px 0;
    padding: 0;
    display: block;
    font-size: 2em;
    color: red;
    font-weight: 700
}
#item_detail p.price small {
    font-size: 0.3em;
    color: #000;
    font-weight: 700;
}
#item_detail p.tax_detail {
    margin: 0;
	font-size: .8em;
}
#item_detail div.tsushin_detail a {
    font-size: .8em;
    width: 80%;
}
a#big_customer2 {
    background: none;
    border: none;
    max-width: 100%;
    margin: 0;
}
a#big_customer2 img {
    display: block;
    max-width: 100%;
    margin: 0
}
p.fifty_over {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    font-weight: 500;
    line-height: 3px;
    margin: 0 auto
}
p.fifty_over #red {
    font-size: 1.5em;
    font-weight: 700
}

#item_detail ul {
    font-size: 1em;
    padding-left: 1.3em;
    margin: 0 10px
}
#item_detail ul li {
    list-style-type: decimal;
    line-height: 22px
}

#related_item {
    margin-bottom: 3%;
}

#related_item #up_price {
    max-width: 30%;
    padding: 0;
    white-space: nowrap;
	overflow: hidden;
    margin-top: 2% 0;
}

#related_item a .r_name {
    color: #fff;
    letter-spacing: 0;
    font-size: 0.8em;
    padding: 8px;
    background-color: #0b318f;/*006699*/
    line-height: 1.5em;
}
#related_item a img {
    max-width: 95%;
    margin: 0
}
#related_item .r_price {
    letter-spacing: 0;
    text-align: center;
    font-size: 1em;
    font-weight: 800;
    color: red;
    padding: 0
}
.landscape #related_item .r_price {
    font-size: .7em;
}
#related_item .r_price small {
    text-align: center;
    font-size: 0.5em;
    font-weight: 400;
    color: #000
}
.portrait #related_item div.up img {
    position: absolute;
    margin: -6% 0 0 -15%;
    max-width: 10%;
    border: none;
    box-shadow: none;
    background: none
}
.landscape #related_item div.up img {
    position: absolute;
    max-width: 8%;
	 margin: -7% 0 0 -15%;
    border: none;
    box-shadow: none;
    background: none
}
/*PC_btn用*/

#pc_btn {
    background-color: #fff
}
#pc_btn a img {
    width: 50px;
    height: auto;
    margin: 5px 10px;
}
/*copyright*/

p.copyright {
    display: block;
    background-color: #0b318f;/*006699*/
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 5px;
}
p.copyright small {
    font-size: 40%;
}