@charset "utf-8";
article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}
/*-----------------------*/
/* clearfix
/*-----------------------*/
.cf:before,
.cf:after{ content:""; display:block; overflow:hidden; }
.cf:after{ clear:both; }
.cf{ zoom:1; }

/*-----------------------*/
/* typo
/*-----------------------*/
body{
	font-family:Helvetica,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
	font-size: 62.5%;
	color: #352217;
}
body{ -webkit-text-size-adjust: none; }
body{ -webkit-font-smoothing: antialiased; }
body{ line-height: 1.5; }
em{ font-style: normal }

a{
	text-decoration: none;
	color:#000;
	transition:all .2s linear;
}
a:hover{
	color: #b8734c;
}

/*-----------------------*/
/* add reset
/*-----------------------*/
button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="image"], textarea, select{
	outline: none;
}
/*-----------------------*/
/* rollover
/*-----------------------*/
.over:hover img{
	filter: alpha(opacity=60); /* IE6,7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
	opacity: 0.6;
}

/*-----------------------*/
/* cornar round
/*-----------------------*/
.round{
	border-radius: 4px;
}
/*-----------------------*/
/* display
/*-----------------------*/
.hide{ display: none; }

/*-----------------------*/
/* share
/*-----------------------*/
iframe.twitter-share-button {
	width: 85px!important;
}
.share .btn_mail img{
	cursor: pointer;
}
/*-----------------------*/
/* wrapper
/*-----------------------*/
body,html{
	height: 100%;
}
.wrapper{
	background: #f4f0df;
	color: #352217;
	position: relative;
	width: 100%;
	height: auto !important;
    height: 100%;
    min-height: 100%;
	margin: 0 auto;
}
/*-----------------------*/
/* header
/*-----------------------*/
.header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #ffffff;
	z-index: auto;
}
.header .inner{
	position: relative;
	width: 100%;
}
.header .btn_login_wrap{
	position: absolute;
	top: 14px;
	right: 15px;
}
.header h1{
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 1.4em;
	font-weight: bold;
	width: 600px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*-----------------------*/
/* header_sub
/*-----------------------*/
.header_sub{
	height: 70px;
	border-bottom: 4px #1F497D solid;
}
.header_sub h1{
	font-size: 10px;
	top: 2px;
	left: 15px;
}
.header_sub .logo{
	position: absolute;
	top: 1px;
	left: 15px;
}
.header_sub .logo img{
	width: 500px;
}
/*-----------------------*/
/* footer
/*-----------------------*/
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
}
.footer .inner{
	width: 100%;
	text-align: center;
}
.footer .footer_nav a{
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
}
.footer .cp{
	display: block;
	border-top: 2px dotted #8c8c8c;
	padding: 10px 0;
}
/*-----------------------*/
/* pagebody
/*-----------------------*/
.pagebody{
	position: relative;
	width: 100%; 
	padding-bottom: 100px;
}
/*-----------------------*/
/* pagebody_style1
/* 1カラムレイアウト
/*-----------------------*/
.pagebody_style1 .inner{
	width: 100%;
	margin: 0 auto;
}
.pagebody_style1 .form_wrap .notice_require{
	width: 760px;
	margin: 0 auto 2px;
}
/*-----------------------*/
/* pagebody_style2
/* 2カラムレイアウト
/*-----------------------*/
.pagebody_style2 .inner{
	width: 100%;
	margin: 0 auto;
	
}
.pagebody_style2 .col_left{
	/*width: 238px;*/
	width: 240px;
	float: left;
}
.pagebody_style2 .col_right{
	/*width: 719px;*/
	width: 920px;
	float: right;
	text-align: left;
	/*border-left: 5px #292321 solid;*/
}
.pagebody_style2 .col_right .section{
	margin: 20px;
	font-size: 1.4em;
}
/*-----------------------*/

/* pagebody_style3
/* 3カラムレイアウト
/*-----------------------*/
.pagebody_style3 .inner{font-family:Helvetica,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
	width: 100%;
	margin: 0 auto;
	/*border-right: #292321 solid 5px;*/
	/*border-left: #292321 solid 5px;*/
}
.pagebody_style3 .col_left{font-family:Helvetica,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
	/*width: 238px;*/
	width: 18%;
	float: left;
	/*
	border-right: 1px #CCC dotted;
	border-left: 1px #CCC dotted;
	*/
}
.pagebody_style3 .col_inner{font-family:Helvetica,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
	/*width: 719px;*/
	width: 80%;
	float: left;
	text-align: left;
}
.pagebody_style3 .col_inner .section{
	font-size: 1.4em;
}

/*-----------------------*/
/* section
/*-----------------------*/
.section{
	position: relative;
}
.section h2{
	font-size: 26px;
	font-weight: bold;
	padding: 15px 0;
	font-family: Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
}
.section h3{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
}
.s_title {
	border-radius: 5px;
	margin-top:17px;
	color: #333333;
	text-indent: 15px;
	height: 16px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #325577;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F9F9F9;
	font-size:16px;
	font-weight:bold;
}
.section h3.s_title {
	border-radius: 5px;
	margin-top:17px;
	color: #333333;
	text-indent: 15px;
	height: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #325577;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F9F9F9;
}
/* カンタン検索 */
.simple_search_wrap{
	border-radius: 5px;
	border: dotted 1px #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #F9F9F9;
}
/* 一版操作 */
.btn_header{
	height:30px;
}

.add_mark_lbl{
	width:auto;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
}
.add_mark_val{
	width:auto;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
}
.div_title{
	float:left;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
}
/*-----------------------*/
/* btn_submit
/*-----------------------*/
.btn{
	display: inline-block;
	width: auto;
	border-radius: 3px;
	padding: 2px 10px;
	font-size: 1.4rem;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	border:1px solid #323956;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #444444), color-stop(100%, #525252) );
	background:-moz-linear-gradient( center top, #444444 5%, #525252 100% );
	background:-ms-linear-gradient( top, #444444 5%, #525252 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#525252');
	background-color:#525252;
	color:#FFFFFF;
}
.btn:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #666666), color-stop(100%, #7B7B7B) );
	background:-moz-linear-gradient( center top, #666666 5%, #7B7B7B 100% );
	background:-ms-linear-gradient( top, #666666 5%, #7B7B7B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#7B7B7B');
	background-color:#666666;
	color:#FFFFFF;
}
.btn.grey{
	border:1px solid #c9c9c9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #504F4F), color-stop(100%, #504F4F) );
	background:-moz-linear-gradient( center top, #504F4F 5%, #504F4F 100% );
	background:-ms-linear-gradient( top, #504F4F 5%, #504F4F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#504F4F', endColorstr='#504F4F');
	background-color:#504F4F;
	color:#352217;
}
.btn.grey:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #888888), color-stop(100%, #888888) );
	background:-moz-linear-gradient( center top, #888888 5%, #888888 100% );
	background:-ms-linear-gradient( top, #888888 5%, #888888 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#888888');
	background-color:#888888;
	color:#352217;
}
.btn.beige{
	border:1px solid #855336;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #b8734c), color-stop(100%, #9e6341) );
	background:-moz-linear-gradient( center top, #b8734c 5%, #9e6341 100% );
	background:-ms-linear-gradient( top, #b8734c 5%, #9e6341 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8734c', endColorstr='#9e6341');
	background-color:#b8734c;
	color:#FFFFFF;
}
.btn.beige:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9e6341), color-stop(100%, #b8734c) );
	background:-moz-linear-gradient( center top, #9e6341 5%, #b8734c 100% );
	background:-ms-linear-gradient( top, #9e6341 5%, #b8734c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e6341', endColorstr='#b8734c');
	background-color:#9e6341;
	color:#FFFFFF;
}
.btn a,
.btn a:hover{
	color: #ffffff;
	text-decoration: none;
}
.btn_back,
.btn_cancel{
	border:1px solid #c9c9c9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#352217;
}
.btn_back:hover,
.btn_cancel:hober{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#352217;
}
/*-----------------------*/
/* form_wrap
/*-----------------------*/
.form_wrap,
.confirm_wrap,
.complete_wrap{
	font-size: 12px;
}

.form_wrap input[type='text'],
.form_wrap input[type='password']{
/*  box-sizing:border-box;
	min-height:26px;
	padding:7px 10px 7px 10px;
	border:1px solid #cccccc;
	border-radius:4px;
	background-color:#eeeeee;
	background-image:#eeeeee;
	background-image:-webkit-linear-gradient(bottom, #eeeeee 0%, #eeeeee 100%);
	background-image:-moz-linear-gradient(bottom, #eeeeee 0%, #eeeeee 100%);
	background-image:-o-linear-gradient(bottom, #eeeeee 0%, #eeeeee 100%);
	background-image:-ms-linear-gradient(bottom, #eeeeee2 0%, #eeeeee 100%);
	background-image:linear-gradient(bottom, #eeeeee 0%, #eeeeee 100%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #eeeeee));
*/

	/* fix 20140214 */line-height:1.5;
	height:20px;
	margin: 0;
}
.form_wrap input:focus{
	background:#ffffff;
	outline:none;
}
input[type='text'][disabled],
input[type='password'][disabled],
textarea[disabled],
select[disabled]{
	opacity: 0.5;
}
textarea{
	box-sizing: border-box;
	min-height: 16px;
	/*width: 400px;*/
	width: 98%;
	height: 30px;
	padding:3px 5px 3px 5px;
	border:1px solid #cccccc;
	border-radius:4px;

	background-image:#eeeeee;
	background-image:-webkit-linear-gradient(bottom, #eeeeee 0%, #eeeeee 100%);
	background-image:-moz-linear-gradient(bottom, #eeeeee 0%, #eeeeee 100%);
	background-image:-o-linear-gradient(bottom, #eeeeee 0%, #eeeeee 100%);
	background-image:-ms-linear-gradient(bottom, #eeeeee2 0%, #eeeeee 100%);
	background-image:linear-gradient(bottom, #eeeeee 0%, #eeeeee 100%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #eeeeee));

	box-shadow:0 1px 0 hsla(0, 0%, 100%,0.1),
	inset 0 1px 1px hsla(0, 0%, 0%, 0.3);
	line-height:1.5;
}

select{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    /*width: auto;*/
	width : 170px;
	max-width : 170px;
	min-height:12px;
    border:1px solid #cccccc;
	border-radius: 3px;
    background: #eeeeee;
	line-height:1.5;
	background: url('../img/common/ui/ic_arrow_down_12_off.png') no-repeat 98% center, #eeeeee;
	cursor: pointer;
}
select.hinmei{
	width : 300px;
	min-width : 300px;
}
.form_wrap .notice_require{
	text-align: right;
	color: #FF0000;
	font-size: 12px;
	margin-bottom: 2px;
}
.form_wrap sup{
	color: #FF0000;
	vertical-align: super;
	font-size: 9px;
}
.form_wrap .ex{
	color: #999;
	font-size: 12px;
	margin-left: 5px;
}
.form_wrap p.ex{
	margin-left: 0;
}
.form_wrap .submit_notice_wrap{
	width: 760px;
	margin: 0 auto 15px;
	font-size: 13px;
	text-align: center;
}
.btn_wrap{
	margin-bottom: 50px;
}
.btn_wrap ul{
	text-align: center;
	letter-spacing: -.40em;
}
.btn_wrap li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 5px;
}
.btn_wrap .agreement{
	text-align: center;
	margin-bottom: 12px;
}
.btn_wrap .agreement input{
	cursor: pointer;
}
.btn_wrap .agreement a{
	text-decoration: underline;
}
.complete_wrap{
	text-align: center;
	padding: 50px 0 50px;
	min-height: 200px;
}
.msg{
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}

/*-----------------------*/
/* container style
/*-----------------------*/
.container1{
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
/*-----------------------*/
/* table
/*-----------------------*/
table a{
	text-decoration: underline;
}
table td{
	 word-break: break-all;
}
table .center{
	text-align: center !important;
}
table .left{
	text-align: left !important;
}
table .right{
	text-align: right !important;
}
/*-----------------------*/
/* table_search 検索部分
/*-----------------------*/
.table_search{
	font-size: 14px;
	width: 98%;
	/*width: 760px;*/
	margin: 10px 10px;
}
.table_search th{
	background-color: #6a7680;
	width: 150px;
	color: #fff;
	padding: 5px 7px;
	vertical-align: middle;
	border: #CCC 1px solid;
}
.table_search td{
	background: #FFFFFF;
	padding: 5px 7px;
	border: #CCC 1px solid;
}
.table_search td.td_btn{
	background: #FFFFFF;
	padding: 5px 0px;
	border: none;
	text-align:right;
}
/*-----------------------*/
/* tbl_list データリスト部分
/*-----------------------*/
.tbl_list{
	width: 100%;
	float:left;
	font-size: 14px;
}
.tbl_list th{
	background-color: #6a7680;
	/*width: 150px;*/
	color: #fff;
	padding: 5px 7px;
	vertical-align: middle;
	border: #CCC 1px solid;
	text-align:center;
}
.tbl_list td{
	padding: 5px 7px;
	border: #CCC 1px solid;
	height:15px;
}
.tbl_list tbody{
	background-color: #FFFFFF;
}
.tbl_list td.center{
    text-align:center;
}
.tbl_list td.left{
    text-align:left;
}
.tbl_list td.right{
    text-align:right;
}
.tbl_list td.td_btn{
	/*background: #FFFFFF;*/
	padding: 5px 0px;
	border: none;
	text-align:right;
}
.tbl_list td{
    background: none;
}

/*-----------------------*/
/* table_edit_style
/*-----------------------*/
.tbl_edit{
	width: 100%;
	font-size: 13px;
	margin-bottom: 15px;
}
.tbl_edit th{
	background: #ACCEF7;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border: #FFF 1px dotted;
}
.tbl_edit td{
	background: #FFFFFF;
	padding: 5px;
	vertical-align: middle;
	/*text-align: center;*/
	border: #CCC 1px dotted;
}

.td_color1{
	background-color:#E7E7E7;
}

/* table delivery */
#table_delivery{
	width: 100%;
}
#table_delivery th{
	text-align: center;
}
#table_delivery .col_01{
	width: 30px;
	text-align: center;
}
#table_delivery .col_02{
	width: 80px;
	text-align: center;
}
#table_delivery .col_03{
	width: 170px;
	}
#table_delivery .col_03 input[type='text']{
	width: 150px;
	margin-right: 4px;
}
#table_delivery .col_04 input[type='text']{
	width: 300px;
}

/*-----------------------*/
/* page_list ペイジ番号部分
/*-----------------------*/
.page_list{
	width: 100%;
	float:left;
	font-size: 13px;
	margin-top: 5px;
}

.left{
	float:left;
}
.right{
	float:right;
	text-align:right;
}

/*-----------------------*/
/* B1.ログイン
/* C1.ログイン
/*-----------------------*/
#section_login .form_wrap table{
	margin: 0 auto 15px;
}
#section_login .form_wrap table input[type="text"],
#section_login .form_wrap table input[type="password"]{
	width: 200px;
}
#section_login .btn_wrap{
	margin-bottom: 0;
}
#section_login .forgot_password{
	text-align: center;
	font-size: 12px;
	margin-bottom: 50px;
}
#section_login .forgot_password a{
	text-decoration: underline;
}
/*-----------------------*/
/* common
/* shs->insert
/*-----------------------*/
.d_table{
	display: table;
	width: 100%;
}
.d_cell{
	display: table-cell;
	vertical-align: middle;
}
/* validation error */
.error{
	color: #F00;
	font-size: 12px;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: #F49191 1px dotted;
	border-radius: 4px;
	background: #FFFFFF;
}
/* search */
.search_wrap{
	padding: 20px;
	margin-bottom: 20px;
	border: #CCC solid 1px;
	border-radius: 4px;
	background: #FFF;
}
.search_wrap table input[type='text']{
	width: 150px;
}
.search_wrap table select{
	max-width: 150px;
}
.search_wrap .btn_wrap{
	padding-left: 15px;
	border-left: 1px solid #CCC;
	vertical-align: middle;
	width: 120px;
	margin-bottom: 0;
}
.search_wrap table select[name='kind_id']{
	max-width: 314px !important;
	width: 314px !important;
}
.search_wrap .btn_wrap li{
	display: block;
	margin: 10px 0;
}
/* sort */
.sort_wrap{
	margin-bottom: 20px;
}
.sort_wrap h3{
	float: left;
	margin: 8px 10px 0 0;
}
.sort_wrap select{

}
