<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*--------------------------------------
 ★header
---------------------------------------*/

#header {
	width: 100%;
	text-align: left;
}

/*--------------------------------------
 header tophead
---------------------------------------*/

#header #tophead {
	position: relative;
	width: 980px;
	height: 80px;
	margin: 10px auto 0;
}

/*----- ロゴ -----*/
#tophead #logo {
	position: absolute;
	bottom: 10px;
	left: 2px;
	width: 212px;
	height: 64px;
}

/*----- 右上ナビ -----*/

#tophead #right .navi {
	position: absolute;
	bottom: 5px;
	right: 0;
}


#tophead #right .navi li {
	float: left;
	margin-left: 10px;
	font-size: 13px; // IE8
	font-size: 1rem;
}


#shopping_mall {
	position: absolute;
	font-size: 18px; // IE8
	font-size: 3rem;
    font-weight: bold;
	bottom: 15px;
	left: 225px;
	color:#990000;    
}

#cc_text_mini {
	position: absolute;
	top: 4px;
	right:5px;
	width:270px;
	height:18px;
	padding:1px;
	font-size:13px;
	text-align:center;
	color:#ffffff;
	text-indent:0;
	background:#006e54;    
}

#cc_text {
	position: absolute;
	font-size: 18px; // IE8
	font-size: 3rem;
    font-weight: bold;
	bottom: 25px;
	right: 0;
	color:#c9171e;
}


#tophead #soy2014 {
	position: absolute;
	bottom: 0;
	left: 163px;
	}

#tophead #season_icon {
	position: absolute;
	width: 59px;
    height: 64px;
	margin-bottom: 4px;
	bottom: 0px;
	left: 210px;
		}

#tophead #right .navi a:hover,
#header #subnavi .navi a:hover {
	text-decoration: underline;
}


/*--------------------------------------
 header globalnavi
---------------------------------------*/

#header #globalnavi {
	width: 100%;
	height: 45px;
	background: #A90002;
	}


#header #globalnavi .navi {
	width: 980px;
	padding-top: 12px;
	margin: 0 auto;
}

#header #globalnavi .navi ul {
	width: 978px;
	height: 21px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

#header #globalnavi .navi li {
    float:left;
	text-align:center;
	font-size: 14px; // IE8
	font-size: 0.95rem;
	border-right: solid 1px #FFFFFF;
	}

#header #globalnavi .navi li a {　　　　
	display: block;
	width: 138px;
	color: #FFFFFF;
}

#header #globalnavi .navi li a:hover {　　　　
	display: block;
	width: 138px;
	opacity:0.7;
}


/*--------------------------------------
 header bottomhead
---------------------------------------*/
#header #bottomhead {
	width: 100%;
	height: 38px;
	background: #000000;
	}


#header #subnavi {
	position:relative;
	width: 980px;
	height: 38px;
	margin: 0 auto;
	text-align: left;
	bottom: 22px;
		}


/*----- 検索フォーム -----*/
#search {
	float: left;
	position: relative;
	width: 375px;
	height: 22px;
}

#keywords {
	width: 330px;
	height: 25px;
	border: 1px #000000 solid;
	padding-left: 5px;
	margin-top: 5px;
	font-size: 13px; // IE8
	font-size: 0.85rem;
	outline: none;
}

#search button{
	position: absolute;
	top: 5px;
	left: 300px;
	height: 26px;
	padding: 0 5px;
	font-size: 16px; // IE8
	font-size: 1rem;
	border: none;
	background: none;
	outline: none;
}

input::-moz-placeholder{
	color: #C8C8C8;
	font-weight: normal;
}

input::-webkit-input-placeholder{
	color: #C8C8C8;
	font-weight: normal;
}

input::-ms-input-placeholder{
	color: #C8C8C8;
	font-weight: normal;
}


/*----- 注目キーワード -----*/
#word{
	position: absolute;
	bottom: 9px;
	right:0;
	margin-right:5px;
	}

#word .navi li {
	float: left;
	margin-left: 15px;
	font-size: 13px; // IE8
	font-size: 0.8rem;
	color:#FFFFFF;
}

#word .navi li a{
	color:#FFFFFF;
}


/*--------------------------------------
 ★headbar
---------------------------------------*/

#headbar {
	/* 上端に固定するCSS */
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   z-index: 10000;

   /* バーの装飾 */
    width:100%; 	
	height: 38px;
	background: #000000;
	border-bottom: solid 5px #990000;
		}


/*--------------------------------------
 ★leftbody
---------------------------------------*/

div {
    display: block;
}


#leftbody {
	width: 200px;
    text-align: left;
  float: left;
}

/*----- レフトボディ img_block -----*/

#leftbody .img_block img {
	margin-bottom:20px;
}

#leftbody .img_block a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*----- レフトボディ ブロック -----*/
#leftbody .block {
	background: #EFEFEF;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

#leftbody .block .title {
	height:30px;
	line-height:34px;
	padding: 8px 12px;
	background: #000000;
	color: #FFFFFF;
	font-size: 14px; // IE8
	font-size: 0.9rem;
	border-bottom: solid 5px #990000;
}

#leftbody .block .menu {
	width: 175px;
	margin: 10px auto;
	background: #FFFFFF;
	
}

/*----- リスト -----*/
#leftbody .menu .list li {
	position: relative;
	margin: 0 5px;
	padding-right: 30px;
	border-bottom: solid 2px;
	font-size: 14px; // IE8
	font-size: 0.9rem;
	font-weight:bold;
	
}

#leftbody .menu .list li.end,#leftbody .menu .list_normal li.end {
	
	border: none;
}

#leftbody .menu .list li:after {
	position: absolute;
	top: 55%;
	right: 10px;
	margin-top: -10px;
	font-family: 'FontAwesome';
	content: "\f107";/*下矢印*/
	color: #959595;
}

#leftbody .menu .list_normal li {
	position: relative;
	margin: 0 5px;
	padding-right: 30px;
	border-bottom: solid 1px #afafaf;
	font-size: 13px; // IE8
	font-size: 0.85rem;
	
}

#leftbody .menu .list_normal li:after {
	position: absolute;
	top: 55%;
	right: 10px;
	margin-top: -10px;
	font-family: 'FontAwesome';
	content: "\f105";/*右矢印*/
	color: #959595;
}


#leftbody .menu .list li a,#leftbody .menu .list_normal li a{
	width:100%;
	display: block;
	padding: 12px 0px 11px 5px;
	}

#leftbody .menu .list li a:hover,#leftbody .menu .list_mini li a:hover,#leftbody .menu .list_normal li a:hover{
	opacity:0.5;
	filter: alpha(opacity=50);	
}

#leftbody .menu .list_mini li  {
	padding:5;
	margin: 0 5px;
	text-indent: 5px;
	border-bottom: dashed 1px #C8C8C8;
	font-size: 12px; // IE8
	font-size: 0.75rem;
}

#leftbody .menu .list_mini li a{
	width:100%;
	display: block;
	padding: 8px 0px 8px 5px;
	}


#leftbody .menu .list_mini li.end  {
	border-bottom: dashed 1px #C8C8C8;
	margin-bottom:20px;

}


/*--------------------------------------
 ★footer
---------------------------------------*/

#footer {
	width:980px;
	margin:0 auto;
}

#footer #ft_box {
	text-align:left;
}

#footer #ft_box div#info_title {
	width:960px;
	margin-bottom:20px;
	padding:10px;
	background-color:#000000;
	
}

#footer #ft_box div#info_title div {
	border-left:solid 5px #990000;	
	font-weight:bold;
	color:#FFFFFF;
	font-size:20px;
	text-indent:10px;
	}

#footer #ft_box #info_area {
	overflow: hidden;
	}

#footer #ft_box #info_area #info_left {
	float: left;
    width: 475px;
	margin-right:30px; 
}

#footer #ft_box #info_area #info_right {
	float: right;
	width: 475px;
}

#footer #ft_box #info_area dl {
    margin-bottom: 20px;
	font-size:14px;	
}

#footer #ft_box #info_area dl dt {
	/*font-weight: bold;*/
    border-bottom: 1px solid #990000;
    margin-bottom: 8px;
}

#footer #ft_box #info_area dl dd {
	background: #f5f5f5;
    padding: 15px;
}

#footer #ft_box #info_area dl dd p {
	font-size:13px;
}

#footer #ft_box #info_area dl dd p a {
	text-decoration:underline;
	text-indent:5px;
	color:#1e50a2;
	margin:3px 0;
	font-weight:bold;
}

span.font_green {
color:#006e54;
}

span.font_bigred {
color:#e2041b;
font-weight:bold;
font-size:18px;
}

span.font_red {
color:#e2041b;
}


#footer_end {
	background: #000000;
    bottom: 0;
    width: 100%;
    height: 100px;
	border-top:solid 5px #990000;	 
	}
	
#footer_end p {
	color:#FFFFFF;
	font-size:14px;
	width:960px;
	height: 18px;
    margin: 0 auto;
	padding-top:5px;
}

#footer_end #endnavi a{
	font-size:12px;
	color:#FFFFFF;
}
	

#footer_end #endnavi ul {
	width:580px;
	height: 20px;
    margin: 0 auto;
	padding:20px;
	}

#footer_end #endnavi ul li {
	float: left;
    border-right: 1px solid #FFFFFF;
    margin-right: 18px;
    padding-right: 18px;
	
}

p.red_link a {
  color: #ffffff!important;
  background-color:#CC0000;
  width: 89%;
  padding: 5px;
  margin-bottom: 5px;
  text-decoration: none!important;
}

p.red_link a:hover {
  opacity: 0.7; 
}

/*--------------------------------------
 ★news(新着情報)
---------------------------------------*/

div#news dl {
width: 730px;
margin: 0;
}

div#news dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 150%;
font-size:14px;
}

div#news dd {
margin: 0;
padding: 7px 3px 7px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 150%;
text-align:left;
font-size:13px;
text-indent:10px;

}


div#news dd p {
padding-left:7.5em;
text-indent:-1em;
}

div#news dd p a{
	color:#0044CC;
	text-decoration:underline;
}


div#news dd p.news {
display:block;
	width:5em;
	padding:1px;
	margin-left:5px;
	margin-right:25px;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	text-indent:0;
	background:#006e54;/*お知らせ*/
	float:left;
}

div#news dd p.newItem {
display:block;
	width:5em;
	padding:1px;
	margin-left:5px;
	margin-right:25px;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	text-indent:0;
	background:#c9171e;/*新商品*/
	float:left;
}

div#news dd p.feature {
	display:block;
	width:5em;
	padding:1px;
	margin-left:5px;
	margin-right:25px;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	text-indent:0;
	background:#007bbb;/*特集*/
	float:left;
}

/*--------------------------------------
 ★main_contents
---------------------------------------*/

/*----- 共通 -----*/


#main_contents {
	text-align:left;
}


#main_contents a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
}


/*----- タイトル -----*/

#main_contents div.title {
	width:100%;
	max-width:750px;
	margin-bottom:20px;
	padding:6px;
	background-color:#000000;
	box-sizing:border-box;
}

#main_contents div.title div {
	border-left:solid 5px #990000;	
	font-weight:bold;
	color:#FFFFFF;
	font-size:15px;
	text-indent:10px;
	text-align:left;
		}
	
#main_contents div.title div span {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;
		}
		
/*----- スライダー -----*/

#mainImg {
	width:100%;
	max-width:980px; 
	height:500px; 
	margin:20px 0;
}

#main_image_slider li a img {
	width:980px;
}

.bx-pager-item a img {
	width:196px;
}

@media screen and (max-width:768px) {
	#mainImg {
		height:14em;
	}
}

/*----- 新商品 -----*/

p.itemAbout {
	font-size:12px;
	margin-top:3px;
	text-align: center;
		}

p.itemPrice {
	font-size:13px;
	color:#FF0000;
	text-align: center;
	display: none;
}


/*----- 特集 -----*/

#feature {
	margin-bottom:50px;
}


#feature p.imgMargin {
	margin-bottom:15px;
}



	
/*----- ピックアップ ギフトシーン(切替タブ) -----*/


#tabMenu{
    display:flex !important;
	flex-flow: row wrap;
	justify-content:space-between;
}
	
#tabMenu li{
	margin-bottom:20px;
	flex-grow: 2;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	text-align:center;
}

#tabMenu li:nth-child(1){
	border-bottom:#c9171e 2px solid;
}

#tabMenu li:nth-child(2){
	border-bottom:#dccb18 2px solid;
}

#tabMenu li:nth-child(3){
	border-bottom:#0095d9 2px solid;
}

#tabMenu li:nth-child(4){
	border-bottom:#fabf14 2px solid;
}

#tabMenu li:nth-child(5){
	border-bottom:#e7609e 2px solid;
}

#tabMenu li:nth-child(6){
	border-bottom:#f39800 2px solid;
}

#tabMenu li:nth-child(7){
	border-bottom:#82ae46 2px solid;
	border-right:1px solid #ccc;
}

#tabMenu li a{
	width:100%;
    padding:8px 6px 8px 0;
	vertical-align: middle;
	font-size:12px;	
}

#tabBox1,#tabBox2,#tabBox3,#tabBox4,#tabBox5,#tabBox6,#tabBox7{
	width:100%;
    max-width:750px;
	margin-bottom:50px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}

#tabBox2,#tabBox3,#tabBox4,#tabBox5,#tabBox6,#tabBox7{
	display:none;
}

#tabBox1 p,#tabBox2 p,#tabBox3 p,#tabBox4 p,#tabBox5 p,#tabBox6 p,#tabBox7 p{
	margin-bottom:15px;
	font-size:11px;
	text-align: center;	
	flex-basis:24%;
}

#tabBoxes p img {
	width:100%;
}

@media screen and (max-width:768px) {

#tabBox1 p:nth-child(n+7),
#tabBox2 p:nth-child(n+7),
#tabBox3 p:nth-child(n+7),
#tabBox4 p:nth-child(n+7),
#tabBox5 p:nth-child(n+7),
#tabBox6 p:nth-child(n+7),
#tabBox7 p:nth-child(n+7) {
	display:none;
}

#tabBox1 p,#tabBox2 p,#tabBox3 p,#tabBox4 p,#tabBox5 p,#tabBox6 p,#tabBox7 p{
	flex-basis:32%;
}

}	
/*----- オススメ -----*/

#recommendation {
	margin-bottom:50px;
}

#recommendation ul {
	width:100%;
	max-width:750px;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

#recommendation img {
	width:100%;
}

#recommendation ul li {
	flex-basis:18%;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
}

#recommendation ul li:nth-child(5n) {
	margin-right:0;
}

/*----- 説明 -----*/

#explanation {
	margin-bottom:50px;
}

#explanation ul {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#explanation ul li {
	flex-basis:49%;
	float:left;
	margin-bottom:15px;
}

#explanation ul li  a {
	display:block;	
	width:100%;
	height:4em;
	line-height:1.8em;
	background:#000000;
	color:#ffffff;
	font-size:0.9em;
	box-sizing:border-box;
	padding:6px;
	text-align:center;
	vertical-align:middle;
	}

#explanation ul li:nth-child(3n) {
		margin-right:0;
}

@media screen and (min-width:769px) {
	
#explanation ul {
	width:100%;
	max-width:750px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#explanation ul li {
	flex-basis:32%;
	float:left;
	margin-bottom:15px;
}

#explanation ul li  a {
	display:block;	
	width:240px;
	height:120px;
	line-height:120px;
	background:#000000;
	color:#ffffff;
	font-size:16px;
	text-align:center;
}
	
}

/*--------------------------------------
 説明系ページ data_guide.html faq.html shopping_guide.html  
---------------------------------------*/

#main_contents div#pankuzu {
	width:100%;
	max-width:750px;
	font-size:13px;
	text-align:left;
	margin-bottom:20px;
	
}

#main_contents div#pankuzu a {
	text-decoration:underline;
	color:#a0a0a0;
}


#main_contents div#page_title {
	width:100%;
	max-width:750px;
	height:60px;
	line-height:60px;
	margin-bottom:5px;
	background-color:#fbfbfb;
	border:solid 1px #e0e0e0;
	border-left:solid 5px #990000;
	font-weight:bold;
	color:#000000;
	font-size:20px;
	text-indent:15px;
	text-align:left;
	box-sizing:border-box;	
	
}

#main_contents div.sub_title {
	width:100%;
	max-width:750px;
	/*height:29px;*/
	line-height:29px;
	margin-bottom:10px;
	border-left:solid 5px #990000;
	border-bottom:solid 1px #990000;
	font-weight:bold;
	color:#000000;
	font-size:16px;
	text-align:left;
	padding-left: 10px;
	box-sizing:border-box;
}


#main_contents div.sub_title_mini {
	width:100%;
	max-width:750px;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:bold;
	color:#000000;
	font-size:14px;
	text-indent:10px;
	text-align:left;
	background:#f7f7f7;
}



#main_contents p.guide {
	font-size:14px;
	padding:5px;
	text-align:left;
	margin-bottom:50px;
}



#main_contents .marker_yellow_futo {
background: linear-gradient(transparent 0%, #ffff66 0%);
color:#930002;
}


/*----- ガイド系テーブル -----*/


div.table_area {
	margin-bottom:10px;
	padding-left:5px;
}


table.guide {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #990000;
	font-size:14px;
}

table.guide th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #404040;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.guide td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



/*----- 旧字テーブル -----*/

.popular_kyuuji {
	display:flex;
	flex-flow:row wrap;
}

.popular_kyuuji span {
	border:1px solid #ccc;
	flex-basis:15%;
	flex-grow:2;
	text-align:center;
	color:#0066cb;
}

.popular_kyuuji span img {
	width:100%;
}

table.simple2 {
	width:100%;
	max-width:750px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.simple2 th {
	padding: 10px;
	font-weight: bold;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.simple2 td {
	width: 100px;
	/*height:100px;*/
	padding: 10px;
	text-align:center;
	vertical-align:middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:16px;
	color:#0066cb;
}


table.simple2 td img {
	width:80px;
}




.box-shadow {
	 box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}



/*----- 質問エリア -----*/

.f_area {
	padding:10px;
	background:#fbfbfb;
	text-align:left;
	margin-bottom:40px;
	width:96%;
	max-width:730px;
}

.f_area ul {
	list-style-type: none;
	padding-left: 0;
}

.f_area ul li {
	position: relative;
	padding-left:2em;
	text-indent: 0;
	font-size:14px;
	margin-bottom:10px;
}

.f_area ul li a {
    color:#0044CC;
}

.f_area ul li a:hover {
	text-decoration:underline;
}

.f_area ul li::before {
	position: absolute;
    content: '\f061'; /* アイコンのunicode */
	color:#0044CC;
	font-family: FontAwesome;
	left:0.6em;
	margin-right:0.6em;
	vertical-align: top;
}

.f_area ul li.line2::before {
	font-family: FontAwesome;
    content: '\f061'; /* アイコンのunicode */
	color:#0044CC;
	margin-right:1em;
	vertical-align: top;	
}


/*----- 解答エリア -----*/


#main_contents div.a_area {
	margin-bottom:20px;
}

#main_contents div.a_area div {
	padding-left:5px;
	border-left:5px #930002 solid;
	}



#main_contents div.a_area div p {
	
	text-indent:10px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left: 1.0em;
    text-indent: -1.0em;
			}
			
		
#main_contents div.a_area p {
	padding:5px;
	font-size:14px;
}

#main_contents div.a_area p a {
	color:#0044CC;
	text-decoration:underline;
	font-weight:bold;
}

#main_contents p.topNavi {
	padding: 5px 5px 10px;
    margin-top: 15px;
    text-align: right;
	margin-bottom:30px;
}

#main_contents p.topNavi a {
	font-size:14px;
	color:#0044CC;
	
}


/*----- お買い物ガイド -----*/

#main_contents  div#shopping_guide p,#main_contents div#kyuuji_guide p {
	padding:5px;
	font-size:14px;
	margin-bottom:20px;
	}

#main_contents  div#shopping_guide p.title_h5 {
	font-size:16px;
	color:#930002;
	font-weight:bold;
	margin-bottom:0;
}


/*-----&lt;div id="sg_6"&gt; 納期 -----*/


#menu_service{
	padding-top:15px;
	width:750px;
	height:80px;
}

#menu_service ul{
margin: 0; 
padding: 0; 
list-style: none;
}

#menu_service li{ 
display: inline;
width:375px;
padding: 0; 
margin: 0; 
float: left;
}

#menu_service li a{
display: block; 
width: 375px;
height:60px; 
text-align: center;
text-decoration: none;
line-height: 60px;
outline: none;
background-color: #000;
color: #fff;
font-size:16px;
border-left: 6px solid #990000;
}

#menu_service li::before,
#menu_service li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

#menu_service li,
#menu_service li::before,
#menu_service li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#menu_service li a:hover{
background-color: #575757;
}


p.text_service{
	width:750px;
	padding-left:5px;
	padding-bottom:15px;
	font-size:14px;
	}
	

table.border_table {	
	width:95%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #CC0000;
	margin:0 auto !important;/*中央揃え指定　※HTMLに直書きでもOK*/
	box-shadow:4px 4px 8px #ddd;
			}
				
table.border_table th {
	width: 30%;
	height:30px;
	padding: 10px;
	font-weight: bold;
	vertical-align:middle;
	color: #333333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#fafafa;
	font-size:14px;
}

table.border_table td {
	padding: 10px;
	vertical-align:middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:14px;
}

table.border_table td span {
	color:#cc0000;
	font-weight:bold;
}

div#service img{
	display: block;
 margin-left: auto;
 margin-right: auto;
 padding-bottom:20px;
}

div.box_naiyou {
	padding:15px;
}


div.box_naiyou p{
	padding-bottom:3px;
}

div.box_naiyou p:nth-child(odd){
	color: #ffffff; 
	background:#CC0000; 
	font-weight: bold; 
	width: 40%; 
	text-align: center; 
	margin-bottom: 10px;
}
	
div.box_naiyou span.title_bold{
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	
	}
	
/*----- お荷物追跡サービス -----*/

.tracking_img {
	display: flex; 
	flex-flow: row wrap;
}

.tracking_img li:first-child a img{
	margin-right:6px;
}

/*-----&lt;div id="sg_8"&gt;電子領収書 -----*/

div#ryousyuu ul {
	font-size:14px;
	margin-bottom:30px;
}

div#ryousyuu ul li {
	padding:5px;
	margin-bottom:5px;
	margin-left: 1.0em;
	text-indent: -1.25em;
}

div#ryousyuu ul li:before {
	font-family: FontAwesome;
    content: '\f14a'; /* アイコンのunicode */
	color:#990000;
	margin-right:5px;
	}
	
/*----- PCスマホ切り替え レスポンシブデザイン/メディアクエリ -----*/

@media screen and (max-width:768px) {

#headbar,
#subnavi,
#word,
#left_side_frame,
#Side_Banner,
.pcbanner{

	display:none!important;
}

#contents,
#main_contents,
#page_title,
#pankuzu,
#kyuuji_guide,
#cover,
#nouki,
.title,
.sub_title,
.box-shadow,
.simple2{
	display:block;
	width:100%;
}

.popular_kyuuji span {
	flex-basis:23%;
	flex-grow:2;
}

}</pre></body></html>