/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
. {
	height:0px;
	width:0px;
	margin:0;
	padding:0;
	clear: both;
}
input,textarea {
	border: 1px solid #cccccc;
	background-color: #efefef;
}

a{
	color:#0066CC;
	background:inherit;
	text-decoration:underline;
}

a:hover{color:##EB802D;	text-decoration:none;}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
li{list-style-type:none;}
.orange {	color: #FF6600;	line-height: 130%;}
.red {	color: #FF0000;}
.white {color: #fff;}
.clear{	clear:both;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
img{border:none;}
img .border{border:1px solid #efefef;}
.center{text-align:center;}
.left{text-align:left;}
.fleft{float:left;}
.fright{float:right;}
.right{text-align:right;}
.padd5{padding:5px;}
.padd_r_5{padding-right:5px;}
.padd_top5 {	padding-top: 5px;}
.bold{font-weight:bold;}
.padd10{padding:10px;}
.padd20{padding:20px;}
.mrg_tb10{margin:10px 0;}
.mrg3{margin:3px;}
.mrg5{margin:5px;}
.mrg10{margin:10px;}
.mrg20{margin:20px;}
.mrg_r10{margin-right: 10px;}
.mrg_left5 {margin-left: 5px;}
.mrg_left8 {margin-left: 8px;}
.mrg_left10 {margin-left: 10px;}
.mrg_left20 {margin-left: 20px;}
.mrg_left30 {margin-left: 30px;}
.mrg_top20 {	margin-top: 20px;}
.mrg_top15 {	margin-top: 15px;}
.mrg_top10 {	margin-top: 10px;}
.mrg_top5 {	margin-top: 5px;}
.mrg_top2 {	margin-top: 2px;}
.mrg_tb20 {	margin: 20px 0;}
.line_h150{line-height:150%;}
.line_h200{line-height:150%;}
.w800{
	width: 608px;
	margin: 0px auto;
	background-color:#E8E8E8;
	overflow: hidden;
}
.w810{
	width: 810px;
	margin: 0px auto;
}
.h800{ height:800px;}
.w700 {	width: 700px;	margin: 0px auto;}
.w600 {	width: 600px;	margin: 0px auto;}
.w650 {	width: 650px;	margin: 0px auto;}
.w500 {	width: 500px;	margin: 0px auto;}
.w200a {	width: 200px;margin: 0px auto;}
.w200 {	width: 200px;}
.w250 {	width: 250px;}
.w300 {	width: 300px;}
.w310 {	width: 310px;}
.w320 {	width: 320px;}
.size14 {	font-size: 14px; line-height:130%;}
.size11 {	font-size: 11px; line-height:130%;}
.size18 {	font-size: 18px;}
.size16 {	font-size: 16px;}
.size15 {	font-size: 15px;}

.blue{
color:#0000FF;
}
body{
	color:#685952;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
	
}
#wrapper{
	width:970px;
	margin:0px auto;
	padding:0px;
	background-color: #F5F3EF;	
	
	}

#header {
	margin: 0px auto;
	width: 970px;
	height: 95px;
	padding:0px;
	z-index: 1;

}


#header .title_logo {
	width: 225px;
	float: left;
	margin: 0 0 0 10px;
	height: 95px;

}
#header .title_logo h1 {
	color: #685952;
	font-size:12px;
}

#globalnavi{
	margin: 55px 0 0 0;
	padding: 0;
	width: 650px;
	height: 35px;
	float: left;
}

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

#globalnavi li{
  text-indent: -9999px;
  float:left;
  width: 159px;
  margin: 0;
  padding: 0;
}

#globalnavi a{
  display: block;
  width: 100%;
  height: 35px;
  background-image: url(images/head_menu.jpg);
  background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -159px 0;}
#menu3 a{background-position: -318px 0;}
#menu4 a{background-position: -477px 0;}

#globalnavi a:hover{
  background-image: url(images/head_menu_on.jpg);
  background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -35px;}
#menu2 a:hover{background-position: -159px -35px;}
#menu3 a:hover{background-position: -318px -35px;}
#menu4 a:hover{background-position: -477px -35px;}


.head_menu {
	float: left;
	margin: 10px 0 0 0;
	width: 650px;
	padding:0px;

}
.head_menu ul {	list-style-type: none;	margin: 0;}

.head_menu li {
	float: left;
	margin: 0 3px 0 0;

}
.head_menu li a {
	width: 159px;
}

.header_line {
	background-image: url(images/bg_header_line.jpg);
	background-repeat: repeat-x;
	width: 970px;
	margin: 0px auto;
	z-index:2;
	position: relative;
	top: -2px;
}


#main_idx {
	width: 970px;
	margin: 0px auto;
	padding: 0 1px 0 1px;
}
.header_line {
	padding-left: 10px;
	width: 890px;
	clear: both;
}

.header_line img {
	margin: 0;
	padding: 0;
}
.header_line a {
	padding: 0;
	margin: 0;
	border: none;
}

.header_line .key_search {
	float: right;
	width: 350px;
	height: 30px;
	line-height: 31px;
	margin: 0 10px 0 0;
	background-image: url(images/title_key_search.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 100px;
}

.key_search .bottan {
	margin: 6px 0 0 5px;
	vertical-align: bottom;
}

.key_search input {
	margin-top: 5px;
	height: 15px;
	line-height: 15px;
}



.main_idx_menu {
	width: 900px;
	padding: 0px 1px 0px 1px;
	margin: 10px auto;
}
.main_idx_menu li {
	float: left;
}


#main_sub {
	background-image: url(images/bg_contents.gif);
	background-repeat: repeat-y;
	height: 70px;
	border-bottom: 1px solid #ABA689;
	width: 970px;
	margin: 20px auto;
	padding: 0px;
	clear: both;
	
}
.subpage_title{
	float: left;
	text-align: center;
	width: 232px;
	height: 69px;
	background-image: url(images/bg_subpage_title.jpg);
	background-repeat: repeat-x;
}
.subpage_title h2 {
	font-size: 15px;
	margin-top: 15px;
	color: #fff;
}
.subpage_title .mgn0 {
	margin: 0;
}

.subpage_menu {
	padding: 10px;
	background-image: url(images/bg_concept.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.subpage_menu ul {
}
.subpage_menu li {
	float: left;
}
#contents .subtitle {
	background-image: url(/images/bg_title_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 630px;
	margin: 10px 0 10px 10px;
	padding-left: 11px;
}
#contents1 .subtitle {
	background-image: url(/images/bg_title_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 820px;
	margin: 10px 0 10px 10px;
	padding-left: 11px;
}
#contents .subtitle h2 {
	background-image: url(/images/bg_title_middle.jpg);
	background-repeat: repeat-x;
	line-height: 31px;
	color: #FFFFFF;
	width: 608px;
	float: left;
font-size:1em;

}
#contents1 .subtitle h2 {
	background-image: url(/images/bg_title_middle.jpg);
	background-repeat: repeat-x;
	line-height: 31px;
	color: #FFFFFF;
	width: 790px;
	float: left;
}
#contents .subtitle h5 {
	background-image: url(/images/bg_title_middle.jpg);
	background-repeat: repeat-x;
	line-height: 31px;
	color: #FFFFFF;
	width: 608px;
	float: left;
}
#contents1 .subtitle h5 {
	background-image: url(/images/bg_title_middle.jpg);
	background-repeat: repeat-x;
	line-height: 31px;
	color: #FFFFFF;
	width: 790px;
	float: left;
}
.subtitle_right {
	float: left;
}
.itiran_box {
	width: 630px;
	padding: 10px;
	line-height: 150%;
}






.pankuzu {
	line-height: 150%;
	text-align: right;
}
#contents {
	padding: 5px;
	width: 890px;
	margin:0px auto;
	background-image: url(images/bg_contents.gif);
	background-repeat: repeat-y;
}

#contents1 {
	padding: 5px;
	width: 890px;
	margin:0px auto;
	background-image: url(images/bg_contents.gif);
	background-repeat: repeat-y;
}



/* レフトメニュー */

#left_menu {
	width: 220px;
	float: left;
	margin-right:10px;
}
#left_menu .search {
	text-align: center;
	padding-bottom: 10px;
	background-image: url(images/bg_search.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #A7A7A7;
}
.category {
	margin: 0;
	background-color: #FFFFFF;
	width: 220px;
	padding: 0 0 15px 0;
	background-image: url(images/bg_category.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.category ul {
	width: 220px;
	list-style-type: none;
	margin: 0 5px;
}
.category li {
	list-style-type: none;
	background-image: url(images/side_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	background-position: bottom;
	vertical-align: middle;
	width: 210px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.category a {
	text-decoration: none;
	display: block;
	width: 150px;
	height: 40px;
	float: left;
	line-height: 40px;
}
.category a:hover {
	color: #30401E;
	text-decoration: underline;
	
}
.li_middle {
	vertical-align: middle;
	margin-right: 5px;
	display: block;
	float: left;
}

#1colom_center_box {
	width: 890px;
	background-color: #FFFFFF;
	background-position: bottom;
	padding-bottom: 20px;
}

#center_box {
	width: 650px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/bg_centerbox.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
#center_box .concept {
	margin: 0 0 10px 0;
	background-image: url(images/bg_concept.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
#center_box .concept img {	float: left;}
#center_box .concept ul {	float: left;	padding-left: 5px;}
#center_box .concept li {
	padding-left: 12px;
	background-image: url(images/bg_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
	font-weight: bold;
}

#center_box .new-item {	margin: 10px 0;}
#center_box .new-item h2 {
	border-bottom: 1px solid #E6802E;
	margin: 0 0 10px 0;
}
#center_box .tokusyu ,tokusyu02 {
	margin: 5px 0;
}
.bg_tabtitle {
	background: url(/images/bg_titletab.jpg) no-repeat left top;
	height:30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	color:#fff;
}
.bg_stripe{
font-size:1.3em;
  color: #E6802E;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #E6802E;/*上線*/
  border-bottom: solid 3px #E6802E!important;/*下線*/
 text-align:center;
}


.box_new_item{
float:left;
text-align:center;
width:325px;
}

.box_new_item img{
 width:80%;
}


#center_box .tokusyu h2 {
	border-bottom: 1px solid #E6802E;
	margin: 0 0 10px 0;
}
.tokusyu_box{
	width: 310px;
	height: 130px;
	float: left;
	line-height: 130%;
	background-image: url(images/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px 5px 5px 0;
}
.tokusyu_box img{
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin-right: 5px;
}
.tokusyu_box h3{
	color: #E87C2B;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.tokusyu_box p{}
.tokusyu_box .fleft {
	width: 160px;
	padding: 5px;
}

.tokusyu02_box{
	width: 290px;
	height: 130px;
	float: left;
	line-height: 130%;
	background-image: url(images/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px 5px;
}
.tokusyu02_box img{
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin-right: 5px;
}
.tokusyu02_box h3{
	color: #E87C2B;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.tokusyu02_box .fleft {
	width: 160px;
}

.gift_thum {
	background-image: url(/images/gift/bg_thum_gift.jpg);
	width: 145px;
	height: 145px;
	float: left;
	padding: 13px 0 0 13px;
	background-repeat: no-repeat;
}
.gift_thum img {
	width: 125px;
}



.w10{width:10px;}
.bg_dot_brown_y{
	background-image: url(images/bg_dot_y_brown.gif);
	background-repeat: repeat-y;
	height: 130px;
}
.bg_dot_brown_x{
	background-image: url(images/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 5px;margin:0 0 5px 0;	
}

.link {
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}
.link a{
	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 0 0 0 15px;
}
.link a:hover{
	color: #EB802D;
	background-image: url(images/arrow_orange.gif);
}

.h135 {
	height: 120px;
	width: 120px;
	margin: 5px auto;
}
.box120_fl .h135 img {
	vertical-align: bottom;
	padding: 4px;
	border: 1px solid #e0e0e0;
	text-align: center;
}
.box120_fl {
	text-align: center;
	width: 145px;
	/*height:260px;*/
	float: left;
	margin: 0 5px 20px 0;
	padding: 2px 0 0 0;
	line-height: 150%;
}
.bg_brown_link a {
	color: #FFFFFF;
	text-decoration: underline;
	width: 120px;
	display: block;
	line-height: 15px;
	background-color: #675C4A;
	padding: 5px 0;
	margin: 0px auto;
}
.bg_brown_link a:hover {text-decoration:none;}
.cat_list {	padding: 10px;}
.item-page {width: 630px;}
.item-page .item-img {	width: 330px;	float: left;	margin: 0 5px 0 5px;}
.item-page .giftitem-img {width: 350px;float: left;margin: 0;background:no-repeat url(/images/bg_gift.gif) left top;}
.flamewaku {width: 350px;;margin: 0;background:no-repeat url(/images/bg_gift.gif) left top;}
.item-page .giftitem-img .pic {	height: 365px;}
.item-page .item-img .pic {height: 350px;text-align:center;vertical-align:middle;}
.pic img{margin-top:20px;width:300px;}
.kanren {padding: 10px;}
.kanren h3 {
	background-image: url(images/bg_line_naname.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}
.kanren h3 img{	vertical-align: text-top;	margin-left: 10px;}
.kanren dl {}
.kanren dt {width: 120px;float: left;margin: 0 20px 10px 0;text-align: center;}
.spec {	float: left;	width: 290px;}
.spec dl {}
.spec dt {
	background-image: url(images/bg_spec.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 25px;
}
.spec dd {
	padding: 10px;
	line-height: 25px;
}
.spec .underline{
border-bottom:
1px dotted #cccccc;
text-align:right;}

.spec .underline .red{font-size:1.5em;color:#a94442;}

.color_menu,
.katati_menu {
	width: 630px;
	margin: 0px auto;
}
.katati_menu2 {
	width: 630px;
	margin: 20px;
}
.color_menu ul {
}
.color_menu li {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 1px;
	border: 1px solid #ccc;
	font-size: 11px;
	text-align: center;
}
.color_menu li a{
	display: block;
	width: 60px;
	height: 20px;
	margin: 20px 0 0 0;
}
.color_menu li a:hover{}
.katati_menu li,.katati_menu2 li {
	float: left;
}
.katati_menu li a,.katati_menu2 li a {
	width: 170px;
	height: 22px;
	background-image: url(images/bg_btn_brown.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: underline;
	text-indent: 25px;
	margin: 0 10px 10px 0;
}
#center_box .katati {	margin: 10px auto;	width: 630px;}
#center_box .katati h2 {	border-bottom: 1px solid #E6802E;	margin: 0 0 10px 0;}
.katati_box{
	width: 300px;
	height: 130px;
	float: left;
	margin-right: 10px;
	line-height: 130%;
	background-image: url(images/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 5px;
}
.katati_box img{
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin-right: 5px;
}
.katati_box h3{
	color: #E87C2B;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.katati_box h3 a{
	width: 170px;
	height: 22px;
	background-image: url(images/bg_btn_brown.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: underline;
	text-indent: 25px;
	margin: 0;
}
.katati_box h3 a:hover{text-decoration:none;}
.katati_box p{}
.katati_box .fleft {	width: 170px;}
.navy {color: #003366;}
.bg_white {	background-color: #FFFFFF;}
.bg_black {background-color: #000000;}
.bg_gray {	background-color: #999999;}
.bg_ef {background-color: #efefef;}
.bg_red {background-color: #FF0000;}
.bg_beju {background-color: #E7C878;}
.bg_green {background-color: #339900;}
.bg_blue2 {background-color: #A2E9ED;}
.bg_blue {	background-color: #66CCCC;}
.bg_pink {background-color: #FF99CC;}
.bg_natural {background-color: #000000;}
.bg_navy {background-color: #003366;}
.bg_yellow{background-color: #FFFF00;}
.bg_brown {}

.bg_orange {	background-color: #FF9900;}
.bg_toumei {	background-image: url(images/color_img/bg_toumei.jpg);	background-repeat: repeat-x;}
.bg_gold {	background-image: url(images/color_img/bg_gold.jpg);	background-repeat: repeat-y;}
.bg_silver {	background-image: url(images/color_img/bg_silver.jpg);	background-repeat: repeat-y;}
.bg_cream {	background-color: #FFFF99;}
.bg_purple {	background-color: #663399;}
.search_title {
	background-color: #e0e0e0;
	padding: 5px;
	font-weight: bold;
	color: #AC2976;
	margin: 10px 0;
}
.search_result li {
	list-style-type: none;
	text-align: center;
	background-image: url(/images/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px 0 5px 0;
	
}
.search_result li img{
	margin:0 10px;
	float: left;
	padding: 0 0 5px 0;
	
}
.search_result .search_link {
	float: left;
	width: 400px;
	text-align: left;
	color: #666666;
	line-height: 150%;
	
}
/* //レフトメニュー */

#main_top {
	width: 685px;
	float: left;
	margin-bottom: 30px;
}
#main_top h2 {
	font-weight: normal;
	padding: 5px;
	width: 100px;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
}
#main_top .link_white {
	color: #FFFFFF;
	text-decoration: none;
}

	
/* ----------footer---------- */
#footer{
	/*text-align:center;*/
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	width: 900px;
	height: 40px;
	/*color: #FFFFFF;*/
	line-height: 30px;
	margin: 0px auto;

}
#footer .site_link {
	background-color: #E6E4DB;
	padding: 10px 0;
}
#footer .site_link img {
	margin: 0 0px 5px 0;
	float: left;
}


.footer_line {
	background-image: url(images/bg_header_line.jpg);
	background-repeat: repeat-x;
	color: #69654E;
}
.footer_line .copyright {
	width: 300px;
	float: left;
}
.footer_line .footer_menu {
	float: left;
}


#footer ul{
	list-style:none;
}
div#footer ul li{
	display:inline;
	color:#999999;
	margin-right:15px;
}

div#footer .footer_menu a{
	font-size:12px;
	color:#69654E;
	text-decoration: underline;
}
div#footer .footer_menu a:hover{
	text-decoration: none;
	color: #CC6600;
	
}
/* ---------- footer_end ---------- */	

/* ---------- フォーム ---------- */
.border {	border: none;}
.button {
	font-size:9pt;
	background-color : #333333;
	color : #FFFFFF;
	border: 3px double #333333;
}
.graywaku {	border: 1px solid #cccccc;
}
#form_container {
	width: 600px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0 0 20px 0;
}
#form_container .h2_title {
	margin: 0;
	padding: 0;
}
.form_container_box {
	padding: 10px 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 600px;
}

#form_footer {	margin: 20px 0 0 0;}
#form_footer .footer_line {	height: 31px;}
#form_footer .footer_line .footer_menu {
	float: none;
	line-height: 31px;
	text-align: center;
}



.error_msg {
	color: #FF3366;
	line-height: 150%;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}




.graywaku td {
	border: 1px solid #cccccc;
	text-align: left;
	line-height: 150%;
	padding: 5px;
}

.melmaga {	font-size: 12px;
	color: #990000;
	line-height: 150%;
}

.graywaku .td1 {	background-color: #E6E6E6;
	text-align: center;
	color: #333333;
	width: 150px;
	padding: 8px 0px;
}
/* ---------- //フォーム ---------- */

.sitemap {
}
.sitemap td {
	vertical-align: top;
}
.sitemap ul {
	margin: 10px 0;
}
.sitemap li {
	list-style-type: none;
}
.sitemap a {
	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	display: block;
	color: #0066CC;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}
.sitemap a:hover {
	background-image: url(images/arrow_orange.gif);
	color: #F0882F;
}
.line_height_130 {
	line-height: 130%;
}
.dot_line {
	background-image: url(images/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.dot_line_bottom {
	background-image: url(images/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dot_line_right {
	border-right: 1px solid #aaa;
}

.thanks {
	width: 500px;
	margin: 30px auto;
	border: 1px solid #ccc;
	background-color: #ededed;
	padding: 10px;
	line-height: 150%;
}
.page_top {
	padding-left: 570px;
}
.page_top a {
	background-image: url(images/arrow_pink.gif);
	background-repeat: no-repeat;
	display: block;
	width: 85px;
	background-position: left center;
	font-size: 11px;
	padding-left: 15px;
}
.page_top a:hover {
	background-image: url(images/arrow_bk.gif);
	color: #000000;
}
.pankuzu {
	text-align: left;
	border-bottom: 1px solid #999;
}
.bg_brown {
	background-color: #996633;
}
.border_wht10 {
	border: 10px solid #fff;
}

#contents .sort table{
	border-collapse: collapse;
	width:630px;
	margin:5px auto;
}

#contents1 .sort table{
	border-collapse: collapse;
	width:890px;
	margin:5px auto;
}
.sort td{
	border: 1px solid #999;
	text-align:center;
	padding:5px;
}
.sort thead{}
.sort tr:first-line { color: red; }
.sort td img{width:50px;height:50px;border:none;}

.sort td a{}
.ote_carton {
	font-size:12px;
	line-height: 120%;
}

.ote_carton h2{font-size:14px;}
.ote_carton h4{
	font-size:12px;
	font-weight:normal;
	margin: 0 20px;
}
.carton_smp {
	padding: 15px;
	width: 540px;
	margin: 0px auto;
}
.carton_smp img{float:left;margin:0 10px 10px 0;}
.malebin {
	line-height: 150%;
}
.img_2retu img{
	float:left;
	margin:0 5px 10px 0;
}
.malebin h4 {
	font-weight: normal;
	width: 95%;
	margin: 10px auto;
}
.malebin dl {
	width: 200px;
	text-align: center;
	background-color: #E6E6E6;
	background-image: url(images/kadomaru_200_down.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	margin: 10px 10px 10px 0;
}
.malebin dt {
	background-image: url(images/kadomaru_200_top.gif);
	height: 28px;
	border-bottom: 1px solid #fff;
	line-height: 28px;
}
.malebin dd{
	margin-top: 10px;
	width: 200px;
}
.malebin dd.image{
	width: 200px;
	text-align: center;
}
.malebin .image img {
	text-align: center;
	padding: 10px;
	background-color: #fff;
}

.malebin .txt{
	margin: 5px auto;
	text-align: center;
	width: 150px;
}
.malebin .kanren {
	margin: 10px 0;
	border: 1px solid #F4A943;
	padding: 10px;
	width: 625px;
}
.kanren .box120_fl {
	margin: 0 5px 5px 0;
}
.pagetop {
	font-size: 10px;
	padding-right: 10px;
	text-align: right;
	line-height: 12px;
	vertical-align: middle;
	height: 12px;
}
.pagetop img{
	vertical-align: bottom;
}
.osirase {
	padding: 10px;
	margin:5px;
	border: 1px solid #ccc;
	line-height: 130%;
	font-size: 12px;
	color: #666666;
}
.topic{
	padding: 10px;
	border: 1px solid #E6802E;
	overflow: scroll;
	height: 150px;
}
.topic ul{
	line-height: 150%;
}
.topic li{}

.item_box {
	width: 630px;
	height: 100%;
}
.item_box dl {
	width: 127px;
	float: left;
	margin: 10px 2px;
	padding: 5px 2px;
	background-color: #E9E7CB;
    border: 1px solid #ccc;
}
.item_box dl dt{
	color: #774C29;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#main_content .item_box a {
	color: #000066;
}

.item_box dl dd {
}
.item_box dl .item_img {
	text-align: center;
	background-color: #FFFFFF;
	width: 115px;
	margin: 0px auto;
	padding: 5px 0;
}
.item_box .item_img img {
	border: none;
}
.item_box .center img {
	border: none;
}

.item_box .center {
	text-align: center;
}

.kadomaru_box {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 628px;
	margin:0 0 0 10px;
	padding:0;
}
.kadomaru_top {
	background-image: url(pickup/img_male/malebin/kadomaru_top.gif);
	height: 10px;
	background-position: top;
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	padding:0;
	width: 630px;
}
.kadomaru_bottom {
	background-image: url(pickup/img_male/malebin/kadomaru_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 11px;
	margin: 0 0 20px 10px;
	padding:0;
	width: 630px;
}
h2.blown,
h1.blown{
	font-size: 18px;
	font-weight: bold;
	color:#774C29;
}
.fl {
	float: left;
	margin-left: 5px;
}

.w230{width:230px;
     }
.w300{width:300px;
 font-size:12px;
 line-height: 20px}

.item_box .clear_line {
	height: 1px;
	clear: both;
	background-image: url(pickup/img_male/malebin/h1_bg_dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.sonota_img img{
	width: 100px;
	height: 100px;
	margin: 3px 5px 0 0;
	border:1px solid #e0e0e0;
}
#point_img{width:350px;}
#point_img li {
	float: left;
	margin: 0 3px 5px 0;
}
#point_img img {
	width: 100px;
	height: 100px;
	padding:1px;
	margin: 3px 5px 0 0;
	border:1px solid #e0e0e0;
}
.border_table table{border-collapse: collapse;}
.border_table td{border: 1px solid #ccc;line-height: 150%;	padding: 3px;}

/*カテゴリページ改良20130704*/
.cat_box {
	width: 360px;
	float: left;
	margin: 5px 0;
}
.cat_box img {
	float: left;
	width: 120px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
}
.cat_spec {
	width: 210px;
	float: left;
	line-height: 180%;
	padding: 5px 0 0 5px;
}
.cat_spec a {
	text-decoration: underline;
}
/*//カテゴリページ改良20130704*/

/*宅配便箱紹介ページ20130725*/
.takuhai_title01{
background-image:url(/images/tsuhanbox/takuhai_title01.jpg);
background-repeat:no-repeat;
width:640px;
height:50px;
padding:50px 0 0 30px;
margin-left:5px;
}

.takuhai_title01 h2{
font-size:30px;
color:#FFFFFF;
font-weight:bold;
}

.takuhai_title02{
background-image:url(/images/tsuhanbox/takuhai_title02.jpg);
background-repeat:no-repeat;
width:640px;
height:160px;
padding:15px 0 0 10px;
margin-left:5px;
}

.takuhai_title02 p{
font-size:14px;
line-height:150%;
}
/*//宅配便箱紹介ページ20130725*/

/*レフトメニューウェブカタログバナーgoto*/
.webcata_menu {
	background-image: url(/images/leftmenu/bg_webcata.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px 0 10px 0;
	margin: 5px auto;
       text-align:center;
}
/*//レフトメニューウェブカタログバナーgoto*/
.border_bottom_brown {
	border-bottom: 1px solid #774C29;
	margin-bottom: 5px;
}
/*ギフトセット内容テーブルgoto20140210*/
.useitem{
	background-color: #FFFFFF;
	padding: 0;
	float: left;
	width: 280px;
	margin: 0;
}
.useitem table {
	border-collapse: collapse;
}

.useitem td {
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px solid #ccc;
}
th {
	background-color: #efefef;
	padding: 3px;
	border: 1px solid #ccc;
}
.useitem img {
	margin: 3px;
}
#center_box #works {
	width: 650px;
}

/*拡大jquery*/
#works {
  position: relative;
  width: 650px;
  margin: 10px;
}
#works .thumb {
	height:190px;
	position:relative;
	width:190px;
	float:left;
	padding:5px;
}
/*tinytips_CSS*/

.darkTip						{  }
.darkTip .content				{ width: 240px; padding: 10px; line-height:150%;border: 6px solid #303030; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #303030; color: #f8f8f8; }
.darkTip .bottom				{ height: 25px; background: url(/images/notch-dark.png) top center no-repeat; }

.tTip .content				{ width: 240px; padding: 10px; line-height:150%;border: 6px solid #303030; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #303030; color: #f8f8f8; }
.tTip .bottom				{ height: 25px; background: url(/images/notch-dark.png) top center no-repeat; }



/*トップスライダー 2枚目以上の画像が最初表示されないように　菅　20140709追加*/
.slider_delay{
width:898px;
height:229px;
overflow:hidden;
}
/*トップスライダー 2枚目以上の画像が最初表示されないように　菅　20140709追加*/
/*トップに戻るスクロール後フェードイン*/
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    
 
.backtotop a {
    background: #666666;
    color: #FFFFFF;
    display: block;
    padding: 14px 6px;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
 
.backtotop a:hover {
    background-color: #ccc;
    color: #777777;
}
/*//トップに戻るスクロール後フェードイン*/
#hyou td{padding:3px;}
.smp_btn{background-color:#F5F3EF;text-align:center;font-size:20px;}
.smp_btn a{background-color:#fff;font-weight:bold;padding:10px;border:1px solid #ccc; width:250px;margin:10px auto; display:block;}


takuhai_menu ul {
}
.takuhai_menu li {
	float: left;
	width: 145px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	margin: 0 5px 5px 0;
}
.tab {
	text-decoration: none; /* (1)下線を消す */
	display: block;        /* (2)ブロックとして表示 */
	padding: 5px 0px;      /* (3)★内側の余白量 */
	text-align: left;        /* (8)★タブの枠線 */
	border-top-left-radius: 12px;  /* (9)★タブの左上の角を丸くする */
	border-top-right-radius: 12px; /* (10)★タブの右上の角を丸くする */
	border-bottom:1px solid #EF8531;
	background:url(/images/bg_titletab.jpg) no-repeat left center;
	color: #FFFFFF;
	font-weight: normal;
	text-indent: 10px;
	font-size: 15px;
}

/* ----------
会社概要
---------- */
.corporate {
	padding: 0 0 0 15px;
}
.corporate td{
	background-image: url(/image/dot_gray2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height:150%;
}
.bottom_border{
	border-bottom: 5px solid #ccc;
	margin-right: 16px;
	margin-bottom: 5px;
}
.w100 {
	width: 100%;
}
.w92 {
	width: 92%;
}

.search-text {
	width: 80%;
}





/*btn(lesponsive)*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/*btn　ここまで*/


/*タイトル*/
.title_gra {
	position: relative;
	padding: .75em 1em .75em 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #EE9635;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.border-dot-bottom{border-bottom:1px dotted #ccc; line-height:200%;}
.title_fukidasi{
	position: relative;
	padding: .5em .75em;
	background-color: #f0f0f0;
	border-radius: 6px;
}
.title_fukidasi::after {
	position: absolute;
	top: 90%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #f0f0f0;
}
.tit {
	font-size: 2em;
	line-height:130%;
	padding: 18px 0;
	margin: 0 10px;
	border: none;
	font-weight: normal;
}

.phone_area{  display:none;}
@media only screen and (max-width : 470px) {

.phone_area{display:block;}
}
/* pickUpNEW */
.ico_new {
    width: 630px;
    margin: 0 auto;
    position: relative;
}
.ico_new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #CD0000;
    position: absolute;
    z-index: 100;
}
.ico_new::after {
    content: "New!";
    font-weight: bold;
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
}
.table-sticky th{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}