/***************common.css***************/

.inner{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.mr0{
    margin-right: 0 !important;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px 0;
    width: 980px;
    background: #fff;
    text-align: left;
}


/***************header***************/
#header {
  top: 0;
  z-index: 9990;
}
#header h1{
	background-color: #fff;
}

#header h1 span{
    display: block;
    margin: 0 auto;
    width: 1200px;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
}

#header .inner>a{
    float: left;
}

#header a img{
    /* margin-left: -5px; */
}

#header .h_top{
  width: 1200px;
  height: 90px;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
}

#header .h_right{
    width: 980px;
    height: 90px;
    float: right;
}

#header .h_right img{
  /*margin: -5px 0 0 4px;*/
}

#header .h_right form{
    float: left;
	width: 660px;
}

#header .h_right #login_box{
    padding: 5px;
    margin-bottom: 3px;
    background-color: #efefef;
}

#header .h_right input.id{
    float: left;
    width: 220px;
    height: 29px;
    padding: 0 0 0 33px;
    background-image: url("../img/background/bg_id.gif");
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px solid #bdbdbd;
    margin-right: 7px;
}

#header .h_right input.pass{
    float: left;
    width: 220px;
    height: 29px;
    padding: 0 0 0 33px;
    background-image: url("../img/background/bg_pass.gif");
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px solid #bdbdbd;
    margin-right: 7px;
}

#header .h_right label{
/*    font-size: 10px; */
    line-height: 13px;
}

#header .h_right label input{
    clear: both;
    margin: 0 6px 0 0;
}

#header .h_right #cart{
    float: right;
    width: 299px;
    height: 33px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    margin-top: 4px;
    font-size: 14px;
    line-height: 33px;
}

#header .h_right #cart p{
    text-align: center;
}

#header .h_right #cart a{
    color: #3f89d4;
    padding-left: 20px;
    background-image: url("../img/icon/icon_cart.gif");
    background-repeat: no-repeat;
    background-position: left center;
}

#header .takumi_copy {
  height: 30px;
  background: #009844;
  color: #fff;
  line-height: 2;
}

#header .h_right_under {
  display: flex;
}

#header .user_name {
  width: 100%;
  min-width: 303px;
  max-width: 380px;
  height: 60px;
  float: left;
  background: rgba(0,152,68,0.1);
}

#header .user_name p {
  height: 30px;
  line-height: 2.2em;
  padding-left: 10px;
  border-bottom: 1px dashed rgba(0,152,68,0.3);
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#head_menu_login {
  min-width: 200px;
  /*margin: 0 auto;*/
  padding: 0;
  display: flex;
	box-sizing: border-box;
}
#head_menu_mypage {
  min-width: 400px;
  /*margin: 0 auto;*/
  padding: 0;
  display: flex;
	border-right: 2px solid #009844;
	box-sizing: border-box;
}
#head_menu_mypage li {
  list-style: none;
}
ul.mypage_list li a,
ul.support_list li a {
  display: inline-block;
  width: 198px;
  height: 45px;
  /*text-align: center;*/
  color: #009844;
  font-size: 16px;
  line-height: 2.8;
  background: #fff;
  text-decoration: none;
  /*border-right: 2px solid #eee;*/
  box-sizing: border-box;
	padding: 0px 10px;
}

ul.favorite_list li {
  height: 60px;
}
ul.favorite_list li a {
  display: inline-block;
  width: 396px;
  height: 60px;
  color: #009844;
  font-size: 16px;
  line-height: 2.8;
  background: #fff;
  text-decoration: none;
  border-bottom: 1px solid #009844;
  box-sizing: border-box;
	padding: 0px 10px;
}

ul.cart_list li a {
  display: inline-block;
  width: 396px;
  height: 60px;
  /*text-align: center;*/
  color: #009844;
  font-size: 16px;
  line-height: 2.8;
  background: #fff;
  text-decoration: none;
  /*border-right: 2px solid #eee;*/
  box-sizing: border-box;
	padding: 0px 10px;
}
#head_menu_mypage li ul.mypage_list {
  width: 202px;
  display: none;
  margin-left: 0px;
  position: absolute;
	border: 2px solid #009844;
	z-index: 9999;
  top: 90px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5)
}
#head_menu_mypage li ul.support_list {
  width: 202px;
  display: none;
  margin-left: -100px;
  position: absolute;
	border: 2px solid #009844;
	z-index: 9999;
	top: 90px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5)
}
#head_menu_mypage li ul.favorite_list {
  width: 400px;
  display: none;
  background: #fff;
  margin-left: -200px;
  position: absolute;
	border: 2px solid #009844;
	z-index: 9999;
	top: 90px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5)
}
#head_menu_mypage li ul.favorite_list img {
	float: left;
	width: 45px;
	margin: 8px 8px 0 0;
}
#head_menu_mypage li ul.favorite_list strong {
	font-size: 80%;
	height: 48px;
	float: left;
	width: 303px;
	overflow: hidden;
	line-height: 1.4;
	padding: 8px 0;
  font-weight: normal;
}
#head_menu_mypage li ul.favorite_list p {
	font-size: 80%;
	text-align: right;
}

#head_menu_mypage li ul.cart_list {
  width: 400px;
  display: none;
  background: #fff;
  margin-left: -300px;
  position: absolute;
	border: 2px solid #009844;
	z-index: 9999;
	top: 90px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5)
}
#head_menu_mypage li ul.cart_list img {
	float: left;
	width: 45px;
	margin: 8px 5px 0 0;
}
#head_menu_mypage li ul.cart_list strong {
	font-size: 75%;
	height: 20px;
	float: left;
	width: 260px;
	overflow: hidden;
	line-height: 1.2;
	padding: 8px 0;
}
#head_menu_mypage li ul.cart_list p {
  height: 45px;
	font-size: 80%;
	text-align: right;
}

#head_menu_mypage > li li:hover > a {/*layer-2*/
  color: #fff;
  background: #009844;
}

#header .material-icons {
	float: left;
	line-height: 1.5em;
	margin-right: 3px;
	font-size: 28px;
}

#header .search_btn{
display: block;
width:32px;
height:32px;
background-image:url("https://www.takumi-probook.jp/user_data/packages/default/img/background/bg_search.png");
background-repeat: no-repeat;
background-position: left center;
background-size: 30px 30px;
border:none;
padding:0;
}

#header .toiawase {
	float: right;
	padding: 1px 6px;
	margin-left: 10px;
	background: #ccc;
	border: 1px solid #333;
	border-radius: 3px;
}
#header .toiawase span{
  position: relative;
  display: inline-block;
  padding: 4px 3px 3px 20px;
  background-image: url("https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_mail.png");
  background-repeat: no-repeat;
  background-position: left center;
	background-size: 16px;
	color: #000;
	font-size: 12px;
}
#header .guide {
	float: right;
	padding: 1px 6px;
	margin-left: 10px;
	background: #ccc;
	border: 1px solid #333;
	border-radius: 3px;
}
#header .guide span{
  position: relative;
  display: inline-block;
  padding: 4px 3px 3px 18px;
  background-image: url("https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_hatena.png");
  background-repeat: no-repeat;
  background-position: left center;
	background-size: 15px;
	color: #000;
	font-size: 12px;
}
#header .menu_shinki {
	float: left;
	width: 100px;
	height: 60px;
	border-left: 2px solid #f15a24;
	transition: .4s;
	color: #f15a24;
	text-align: center;
	text-decoration: none;
	position: relative;
	line-height: 1.75em;
	background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_shinki_1.png);
	background-repeat: no-repeat;
	background-position: 5px 27px;
	background-size: 16px;
  box-sizing: border-box;
}
#header .menu_shinki:hover{
	background: #f15a24;
	color: #fff;
	background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_shinki_2.png);
	background-repeat: no-repeat;
	background-position: 5px 27px;
	background-size: 16px;
}
#header .menu_shinki p {
	font-size: 80%;
	padding-top: 3px;
}
#header .menu_shinki span {
	display: inline-block;
	text-decoration: none;
	font-size: 120%;
	padding-left: 22px;
}
#header .menu_login {
	float: left;
	width: 100px;
	height: 60px;
	border-left: 1px dashed #009844;
	transition: .4s;
	color: #009844;
	text-align: center;
	text-decoration: none;
	position: relative;
	line-height: 1.75em;
	background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_login_1.png);
	background-repeat: no-repeat;
	background-position: 5px 27px;
	background-size: 16px;
  box-sizing: border-box;
}
#header .menu_login:hover{
	background: #009844;
	color: #fff;
	background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_login_2.png);
	background-repeat: no-repeat;
	background-position: 5px 27px;
	background-size: 16px;
}
#header .menu_login p {
	font-size: 80%;
	padding-top: 3px;
}
#header .menu_login span {
	display: inline-block;
	text-decoration: none;
	font-size: 120%;
	padding-left: 22px;
}

#header .menu_mypage {
	float: left;
	width: 100px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	border-left: 2px solid #009844;
	transition: .4s;
	color: #009844;
	position: relative;
  box-sizing: border-box;
}
#header .mypage_bg {
  background: #fff;
  background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/myp_bg_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
#header .support_bg {
  background: #fff;
  background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/sup_bg_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
#header .favorite_bg {
  background: #fff;
  background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/favo_bg_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
#header .mypage_bg:hover,
#head_menu_mypage>li.current a.mypage_bg {
  background: #009844;
	color: #fff;
  background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/myp_bg_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
#header .support_bg:hover,
#head_menu_mypage>li.current a.support_bg {
  background: #009844;
	color: #fff;
  background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/sup_bg_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
#header .favorite_bg:hover,
#head_menu_mypage>li.current a.favorite_bg {
  background: #009844;
	color: #fff;
  background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/favo_bg_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
#header .menu_mypage span {
	width: 100px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 120%;
	padding: 16px 0;
}
#header .menu_mypage::after {
	position: absolute;
  top: 38px;
  bottom: 0;
  right: 41px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-top: 8px solid #009844;
	transition: .4s;
}
#header .menu_mypage:hover::after {
	border-top: 8px solid #fff;
}
#head_menu_mypage>li.current a.menu_mypage::after {
	position: absolute;
  top: 38px;
  bottom: 0;
  right: 41px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
	transition: .4s;
}

#header .menu_cart {
	float: left;
	width: 100px;
	height: 60px;
	border-left: 2px solid #009844;
	transition: .4s;
	color: #009844;
	text-align: center;
	position: relative;
	line-height: 1.75em;
	background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_cart_1.svg);
	background-repeat: no-repeat;
	background-position: 3px 13px;
	background-size: 36px;
  box-sizing: border-box;
}
#header .menu_cart:hover,
#head_menu_mypage>li.current a.menu_cart {
	background: #009844;
	color: #fff;
	background-image: url(https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_cart_2.svg);
	background-repeat: no-repeat;
	background-position: 3px 13px;
	background-size: 36px;
}
#header .menu_cart span {
	/*width: 100px;*/
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 120%;
	padding: 11px 0 0 38px;
}
#header .menu_cart::after {
	position: absolute;
  top: 38px;
  bottom: 0;
  right: 41px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-top: 8px solid #009844;
	transition: .4s;
}
#header .menu_cart:hover::after {
	border-top: 8px solid #fff;
}
#header .menu_cartbtn {
	display: block;
	width: 396px;
	height: 36px;
	text-align: center;
	margin: 0px auto;
	padding: 6px;
	background: linear-gradient(to top, #ff9a50, #ff6405);
	border: 4px double #fff;
	/*border-radius: 1px;
	box-shadow: 0 0 0 6px #ff6405;*/
	box-sizing: border-box;
	text-decoration: none;
	transition: .8s;
}
#header .menu_cartbtn:hover {
	background: linear-gradient(to bottom, #ff9a50, #ff6405);
	/*box-shadow: 0 0 0 6px #ff823c;*/
}

#head_menu_mypage>li.current a.menu_cart::after {
	position: absolute;
  top: 38px;
  bottom: 0;
  right: 41px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
	transition: .4s;
}
#header .cart_num {
	width: 22px;
	height: 20px;
	color: #f15a24;
	position: absolute;
	top: 6px;
	left: 13px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
}


#header .navbar_select {
  position: relative;
  /*Don't really need this just for demo styling*/

  /*float: left;*/
  min-width: 175px;
  /*margin: 0 0 0 10px;*/
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

#header .navbar_select:after {
  content: '<>';
  font: 15px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 4px;
  /*Adjust for position however you want*/

  top: 15px;
  padding: 0 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */

  position: absolute;
  pointer-events: none;
}

#header .navbar_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  max-width: 190px;
  height: 34px;
  float: right;
  margin: 8px 0px;
  padding: 1px 24px 0 8px;
  font-size: 14px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
}
#header .search {
  width: 100%;
	position: relative;
	margin: 8px auto;
}
#header .searchbox {
	width: 100%;
	height: 34px;
	padding-left: 5px;
	font-size: 14px;
	box-sizing: border-box;
}
#header .searchicon {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 1px;
	right: 1px;
}

#header .carttop {
	height: 44px;
	background-image: url("https://www.takumi-probook.jp/user_data/packages/default/img/icon/icon_cart.png");
	background-repeat: no-repeat;
	background-position: 6px 7px;
}
#header .menu_point {
	float:left;
	min-width: 277px;
	height: 60px;
  border-left: 1px solid #009844;
  box-sizing: border-box;
	background: rgba(241,90,36,0.1);
}
#header .menu_point p {
	line-height: 2.2em;
	height: 30px;
	padding-left: 10px;
	border-bottom: 1px dashed rgba(0,152,68,0.3);
  box-sizing: border-box;
}
#header .menu_point span.point {
	font-size: 120%;
	font-weight: bold;
  margin-right: 5px;
}

#header .logout {
  float: right;
  color: rgba(0,152,68,1);
  font-weight: bold;
  border-left: 1px dashed rgba(0,152,68,0.3);
  padding: 0 8px;
  text-decoration: none;
}

#header dt {
  float: none;
}


/***************gnavi***************/
#gnavi{
    width: 100%;
    height: 54px;
    background-image: url("../img/background/bg_gnavi.gif");
    background-repeat: repeat-x;
}

#gnavi li{
    float: left;
    padding-top: 12px;
}

#gnavi li a{
    display: block;
    width: 170px;
    height: 24px;
    text-align: center;
    border-right: 1px solid #d4d4d4;
}

#gnavi li.first a{
    width: 172px;
    border-left: 1px solid #d4d4d4;
}

#gnavi a img{
	margin: 4px 4px 4px 0;
}

/***************main_contents***************/
#main{
    margin-top: 15px;
    padding-bottom: 60px;
}


/***************snavi***************/
#side_area{
    float: left;
    width: 228px;
    height: auto;
}

#side_area #search_box{
    width: 100%;
    height: 102px;
    background-image: url("../img/background/bg_searchbox.gif");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 58px;
    margin-bottom: 8px;
}

#side_area #search_box dl.search{
    width: 186px;
    height: 25px;
    position:relative;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 0 auto 23px;
}

#side_area #search_box dl.search dt input{
    width: 157px;
    height: 25px;
    line-height: 25px;
    background: none;
    border: none;
    padding: 0 2px;
}
#side_area #search_box dl.search dd{
    position: absolute;
    width: 23px;
    height: 23px;
    top: 1px;
    right: 1px;
}
#side_area #search_box dl.search dd input{
    display: block;
    width: 23px;
    height: 23px;
    background-image: url("../img/background/bg_search.gif");
    background-repeat: no-repeat;
    background-position: left top;
    border: none;
    padding: 0;
}

#snavi{
    width: 200px;
    padding: 85px 10px 10px;
    background-color: #f2f2f2;
    background-image: url("../img/background/bg_snavi.gif");
    background-repeat: no-repeat;
    background-position: center 10px;
    margin: 0 auto 27px;
}

#snavi > ul > li{
    font-size: 14px;
    line-height: 150%;
    background-color: #fff;
    padding: 3px 2px;
    border-top: 2px solid #e0e0e0;
}

#snavi>ul{
    position: relative;
    z-index: 999;
}

#snavi>ul>li{
    position: relative;
}

#snavi li ul{
    width: 300px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: -2px;
    left: 98%;
    z-index: 9998;
    display: none;
    border-radius: 2px;
}
#snavi li ul.second{
    display: none;
}
#snavi li.hover ul.second{
    display: block;
}
#snavi li ul.visible{
    display: none;
}
#snavi li.hover ul.visible{
    display: block;
}

#snavi li ul li{
    padding: 0;
    border-top: 1px solid #cce6d2;
    position: relative;
    z-index: 9999;
}
#snavi li ul li:nth-of-type(1){
    border: none;
}

#snavi li a{
    display: block;
    color: #424242;
    padding: 5px 4px 5px 18px;
    background-color: #fff;
    background-image: url("../img/common/arrow_snavi.gif");
    background-repeat: no-repeat;
    background-position: 4px center;
    text-decoration: none;
    border-radius: 2px;
}
#snavi li a:hover,
#snavi li.current a{
    color: #fff;
    background-color: #50a965;
    background-image: url("../img/common/arrow_snavi_on.png");
}

#snavi li ul li a{
    color: #fff;
    padding: 8px 6px 8px 20px;
    background-color: #50a965;
    background-image: url("../img/common/arrow_snavi_on.png");
    background-position: 6px center;
    border-radius: 0;
}

#snavi li ul li a:hover{
    background-color: #3D844E;
}

#snavi li.first{
    border: none;
}

#catalog{
    width: 220px;
    margin: 0 auto;
    padding-top: 124px;
    background-image: url("../img/background/bg_catalog.gif");
    background-repeat: no-repeat;
    background-position: center top;
}

#calendar{
    margin-bottom: 20px;
}

#calendar p{
    font-size: 12px;
    font-weight: bold;
    color: #05621b;
    text-align: center;
    line-height: 200%;
    margin: 15px 0 3px;
}

#calendar th,
#calendar td{
    font-size: 10px;
    line-height: 100%;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 6px 0;
}

#calendar th{
    color: #fff;
    background-color: #50a965;
}

#calendar td.holiday{
    color: #d01b1b;
    background-color: #ffecec;
}


/***************main_area***************/
#main_area{
    float: right;
    width: 940px;
    line-height: normal;
}


/***************footer***************/
#footer #fnavi{
    background-color: #097c25;
    padding: 20px 0;
}

#footer #fnavi .inner{
    width: 1100px;
    padding-right: 100px;
}

#footer #fnavi .inner>a{
    margin-top: 15px;
    float: left;
}

#footer #fnavi .navi{
    float: right;
    width: 210px;
    margin-left: 45px;
}

#footer #fnavi .navi a{
    color: #fff;
    font-size: 12px;
    line-height: 200%;
    padding-left: 10px;
    background-image: url("../img/common/arrow_fnavi.gif");
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}

#footer #fnavi .navi a:hover{
    text-decoration: underline;
}

#footer #fnavi .navi li{
    float: left;
    min-width: 50%;
}

#footer #fnavi .navi p{
    padding-bottom: 2px;
    border-bottom: 1px solid #2f9748;
}

#footer #fnavi .navi p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 200%;
    background-repeat: no-repeat;
    background-position: left center;
}

#footer #fnavi .navi ul{
    padding-top: 3px;
    border-top: 1px solid #056b1e;
}

#footer #copyright p{
    font-size: 12px;
    line-height: 40px;
    text-align: right;
}


/***************page_top***************/
#page_top{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

/***************blist***************/
#blist p{
    font-size: 14px;
    line-height: 120%;
    color: #424242;
}

#blist p a{
    color: #387eb4;
}

/* ==============================================
 パーツ
=============================================== */
/* タイトル
----------------------------------------------- */
#title {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}

#title h2{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-image: url("../img/background/bg_subttl.gif");
    background-repeat: repeat-x;
    margin-bottom: 30px;
}

#title h2 span{
    display: block;
    padding-left: 65px;
    background-image: url("../img/icon/icon_subttl.gif");
    background-repeat: no-repeat;
    background-position: left top;
}
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}

.btn-buy {
    width: 120px;
    height: 30px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #FFF;
    background: #ff6405;/*色*/
    border-radius: 3px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #d27d00;/*線色*/
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s;
  }
  .btn-buy:hover {
    background: #ff9a50;/*色*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    border: solid 2px #e4b166;/*線色*/
    color: #fff;
  }
  .btn-buy:active {
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.2), inset 0 2px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  
  .btn-est {
    width: 120px;
    height: 30px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #FFF;
    background: #0000ff;/*色*/
    border-radius: 3px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #213ea3;/*線色*/
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s;
  }
  .btn-est:hover {
    background: #0066ff;/*色*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    border: solid 2px #5675e1;/*線色*/
    color: #fff;
  }
  .btn-est:active {
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.2), inset 0 2px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
  }


/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
    line-height: normal;
}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}

#main_column.colnum1 .sub_area h3 ,
#main_column.colnum2 .sub_area h3 ,
#main_column.colnum3 .sub_area h3 ,
#undercolumn_login .login_area h3 ,
#undercolumn_shopping h3 ,
#mypagecolumn h3 ,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #000;
    background: url("../img/background/line_02.gif") repeat-x left bottom;
    font-size: 120%;
}

/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart .point_announce {
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #ffcc62;
    background: #fffaf0;
    font-size: 120%;
    text-align: center;
    line-height: 140%;
}
div#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}

div#undercolumn_cart p {
    margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

div#undercolumn .empty {
    text-align: left;
}

div.form_area {
    margin-bottom: 30px;
}

div#undercolumn_cart div.form_area span.price {
    color: #ec0000;
    font-weight: bold;
    font-size: 16px;
}

/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message ,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}

.attention {
    color: #f00;
}
#header .attention {
    color: #f00;
    font-size: 120%;
    font-weight: bold;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}

.logo {
    display:inline;
    float: left;
    min-width: 190px;
}
/* Quickorder Layout
--------------------*/
img.productImage {
    vertical-align: text-top;
    height: 60px;
    width: 60px;
    float: left;
    margin:0 5px 0 0;
}
#QuickOrder label {
    display: block;
    vertical-align: top;
}

.errorArea{
    color: red;
}
div.quickOrderError{
    color: red;
    text-align: right;
    padding-bottom: 10px;
}
td.productCodeInput{
    vertical-align: top;
    text-align: center;
    width: 180px;
}
td.numberInput{
    vertical-align: top;
    text-align: center;
    width: 180px;
}
#QuickOrder td.numberInput{
    vertical-align: top;
    text-align: center;
    width: 5%;
}
td.productCodeInput input{
    /*margin: 0 25px;*/
}

td.numberInput input{
    width: 70px;
    /*margin: 0 25px;*/
}
#QuickOrder tr td:last-child{
    width: 100px;
}
div.quickOrderButton {
    max-width: inherit;
}
a.addToCartBtn {
    float: right;
}

a.addMoreBtn {
    float: left;
}
a.addToCartBtn:hover,a.addMoreBtn:hover{
    opacity: 0.8;
}
#QuickOrder tr.quickOrderTemplate {
    display: none;
}
#QuickOrder th{
    font-weight: bold;
}
#QuickOrder th.quantityAmount{width: 20px;}
#QuickOrder .productInfo a{
    text-decoration: underline;
}
#QuickOrder .productInfo a:hover{
    text-decoration: none;
}
.fullWidth {
    width:  100% !important;
}

#QuickOrder input[disabled]{
    background: #f0f0f0;
}
#QuickOrder input.productCode{
    width: 90%;
}
#QuickOrder input.productQuantity{
    width: 80%;
}

/*custom.cssから*/
#QuickOrder {
    border: 0px;
    line-height: normal;
}

#QuickOrder tr {
    border: 0px;
    border-bottom: 1px dotted #ccc;
}

#QuickOrder td {
    border: 0px;
}

#QuickOrder .productCodeInput {
    text-align: left;
    width: 10%;
    height: 60px;
}

#QuickOrder input.productCode {
    width: 100%;
}
