#document_main{
	height:auto;
}

/*--ST------template1-login-register---------*/

/*--------------*/
.tmp1_header_1000{
	width:100%;
	height:auto;
}
.tmp1_header_1100{
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.tmp1_header_1110{
	width:380px;
	height:110px;
	margin:0 auto;
	padding:15px;
	display:table;
}
.tmp1_header_1110_logo{
	width:380px;
	height:100%;
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
}

/*--------------*/
.tmp1_header_2000{
	width:100%;
	height:auto;
}
.tmp1_header_2100{
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.tmp1_header_2110{
	width:380px;
	height:110px;
	margin:0 auto;
	padding:15px;
	display:table;
}
.tmp1_header_2110_logo{
	width:350px;
	height:100%;
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
}

/*--------------*/
.tmp1_nav_2000{
	width:100%;
	height:auto;
}

/*--------------*/
.tmp1_main_2000{
	width:100%;
	height:auto;
}
.tmp1_main_2100{
	width:960px;
	height:auto;
	margin:0 auto;
}
.tmp1_main_2100_box{
	width:590px;
	height:auto;
	margin:0 auto;
	padding:15px;
}
.tmp1_main_2101_box{
	width:940px;
	height:auto;
	margin:0 auto;
	padding:15px;
}
.tmp1_main_2100_box_title{
	font-size:28px;
	line-height:34px;
	font-weight:400;
	margin-bottom:30px;
}
.tmp1_main_2100_box_txt{
	font-size:16px;
	line-height:24px;
	font-weight:400;
}
.tmp1_main_2100_box_tbl{
	width:100%;
	display:table;
	table-layout:fixed;
	padding-bottom:5px;
	position:relative;
}
.tmp1_main_2100_box_td_1{
	width:42%;
	display:table-cell;
	vertical-align:top;
	padding:12px 5px 12px 5px;
	font-size:16px;
	font-weight:700;
	line-height:24px;
	color:#212529;
	position:relative;
}
.tmp1_main_2100_box_td_1_row{
	width:60%;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#212529;
	float:right;
}
.tmp1_main_2100_box_td_2{
	width:58%;
	vertical-align:top;
	display:table-cell;
	padding:5px;
	position:relative;
}
.tmp1_main_2100_box_input_1{
	outline:0;
	width:100%;
	height:auto;
	padding:6px 12px 6px 12px;
	display:block;
	font-size:16px;
	color:#495057;
	font-weight:400;
	line-height:24px;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	transition: border-color 0.5s ease-in-out,box-shadow 0.5s ease-in-out;
	position:relative;
}
.tmp1_main_2100_box_input_1:focus{
	border:solid 1px rgba(135,206,250,1);
	box-shadow:0px 0px 0px 3px rgba(135,206,250,0.7);
}
.tmp1_main_2100_box_input_1::placeholder{
	font:400 14px Arial;
}
.tmp1_main_2100_box_select{
	outline:0;
	height:38px;
	padding:6px 12px 6px 12px;
	display:inline-block;
	font-size:16px;
	color:#495057;
	font-weight:400;
	line-height:24px;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	transition: border-color 0.5s ease-in-out,box-shadow 0.5s ease-in-out;
	position:relative;
}
.tmp1_main_2100_box_select:focus{
	border:solid 1px rgba(135,206,250,1);
	box-shadow:0px 0px 0px 3px rgba(135,206,250,0.7);
}
.tmp1_main_2100_box_option{
	font-size:16px;
	color:#495057;
	font-weight:400;
	line-height:24px;
}
.tmp1_main_2100_box_textarea_1{
	outline:0;
	width:100%;
	height:auto;
	padding:6px 12px 6px 12px;
	display:block;
	color:#495057;
	line-height:24px;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	transition: border-color 0.5s ease-in-out,box-shadow 0.5s ease-in-out;
	position:relative;
	font:400 16px Arial;
}
.tmp1_main_2100_box_textarea_1:focus{
	border:solid 1px rgba(135,206,250,1);
	box-shadow:0px 0px 0px 3px rgba(135,206,250,0.7);
}
.tmp1_main_2100_box_textarea_1::placeholder{
	font:400 14px Arial;
}

.tmp1_main_2100_box_td_txt{
	display:block;
	padding:6px 12px 6px 12px;
	font-size:16px;
	color:#495057;
	font-weight:400;
	line-height:24px;
}
.tmp1_main_2100_box_note{
	font-size:13px;
	color:#495057;
	font-weight:400;
	line-height:19px;
}
.tmp1_hissu_1{
	float:right;
	font-size:16px;
	color:#495057;
	font-weight:400;
	line-height:24px;
	position:relative;
	top:-3px;
}

/*--------------*/
.tmp1_err_1{
	width:100%;
	height:auto;
}
.tmp1_err_1_box{
	width:100%;
	max-width:960px;
	margin:0 auto;
	height:0px;
	overflow:hidden;
	transition: height 0.3s ease-in-out 0s;
	position:relative;
	background-color:#fff3cd;
	text-align:center;
}
.tmp1_err_1_box_msg{
	display:inline-block;
	cursor:pointer;
	font-size:16px;
	text-align:left;
	line-height:24px;
	color:#856404;
	padding:12px;
}
.tmp1_err_1_box_close{
	position:absolute;
	z-index:1;
	left:calc(100% - 30px);
	top:0px;
    cursor: pointer;
	margin-left: auto;
	font-size:25px;
	color:#856404;
}

/*--------------*/
.tmp1_nav_1000{
	width:100%;
	height:auto;
}

/*--------------*/
.tmp1_main_1000{
	width:100%;
	height:auto;
}
.tmp1_main_1100{
	width:960px;
	height:auto;
	margin:0 auto;
}
.tmp1_main_1100_box{
	width:960px;
	height:auto;
	margin:0 auto;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	padding:48px;
}
.tmp1_main_1100_box_title{
	font-size:28px;
	line-height:34px;
	font-weight:400;
	margin-bottom:30px;
}
.tmp1_main_1100_box_txt{
	font-size:16px;
	line-height:24px;
	font-weight:400;
}
.tmp1_main_1110{
	width:400px;
	height:auto;
	margin:0 auto;
	padding:15px;
}
.tmp1_btn_r{
	outline: 0;
	display: inline-block;
	padding:8px;
	border:solid 0px #dc3545;
	background-color: rgba(220,53,69,1);
	color:#ffffff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.tmp1_btn_r:hover{
	opacity:0.7;
}
.tmp1_btn_g{
	display: inline-block;
	padding:8px;
	border:solid 1px #dddddd;
	background-color: rgba(221,221,221,1);
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.tmp1_btn_g:hover{
	opacity:0.7;
}
.tmp1_btn_gr{
	display: inline-block;
	padding:8px;
	border:solid 1px #dddddd;
	background-color: rgba(23,162,184,1);
	color:#ffffff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.tmp1_btn_gr:hover{
	opacity:0.7;
}

.tmp1_btn_w{
	display: inline-block;
	padding:6px 12px 6px 12px;
	border:solid 1px #6c757d;
	background-color: #ffffff;
	line-height:24px;
	font-size:16px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	transition: background-color 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
}
.tmp1_btn_w:hover{
	color:#ffffff;
	background-color:#6c757d;
}

/*--------------*/
.tmp1_footer_1000{
	width:100%;
}
.tmp1_footer_1100{
	width:960px;
	height:auto;
	margin:0 auto;
}
.tmp1_footer_1110{
	width:380px;
	height:auto;
	margin:0 auto;
	padding:15px;
	text-align:center;
}


/*--------------*/
#tmp1_dialog{
	width:100%;
	height:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:20000;
	transition: background-color 0.3s ease-in-out 0s;
	background-color:rgba(0,0,0,0);
}

#tmp1_dialog_box{
	width:auto;
	height:auto;
	display:inline-block;
	text-align:left;
}
#tmp1_dialog_close{
	margin:20px 20px 0 auto;
	width:20px;
	height:20px;
	cursor:pointer;
	position:relative;
	top:0px;
	right:0px;
}
#tmp1_dialog_close_btn{
	width: 100%;
	height:2px;
	display:block;
	transform: rotate(45deg);
	background-color:#ffffff;
	position:relative;
	top:50%;
}
#tmp1_dialog_close_btn::after{
	content:"";
	background-color:#ffffff;
	display:block;
	width:100%;
	height:2px;
	transform: rotate(90deg);
	position:relative;
	top:0%;
	left:0%;
}

.tmp1_dialog_main_1{
	width: 960px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
	margin:0 auto;
}
.tmp1_dialog_main_2{
	width: 720px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
	margin:0 auto;
}
.tmp2_dialog_close_outer{
	width:100%;
	height:0px;
	position:relative;
}
.tmp2_dialog_close{
	margin:0px 0px 0px auto;
	border: 1px solid rgba(0,0,0,.1);
	width:20px;
	height:20px;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	z-index:20010;
}
.tmp2_dialog_close_btn{
	width:100%;
	height:2px;
	display:block;
	transform: rotate(45deg);
	background-color:#000000;
	position:relative;
	top:50%;
}
.tmp2_dialog_close_btn::after{
	content:"";
	background-color:#000000;
	display:block;
	width:100%;
	height:2px;
	transform: rotate(90deg);
	position:relative;
	top:0%;
	left:0%;
}

.tmp1_dialog_main_3{
	width: 600px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
	margin:0 auto;
}
.tmp1_dialog_main_4{
	width: 400px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
	margin:0 auto;
}
.tmp1_dialog_main_5{
	width: 200px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
	margin:0 auto;
}
.tmp1_dialog_main_6{
	width: 100px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
	margin:0 auto;
}
.tmp1_dialog_main_tbl{
	width:100%;
	display:table;
	border:solid 1px #dfdfdf;
	border:solid 1px #dfdfdf;
	border-width:1px 1px 0 0;
	margin:0 auto;
}
.tmp1_dialog_main_tr{
	display:table-row;
}
.tmp1_dialog_main_td{
	display:table-cell;
	padding:5px;
	border:solid 1px #dfdfdf;
	border-width:0 0 1px 1px;
	overflow-wrap: break-word;
}
.tmp1_dialog_btn_1{
	width:100%;
	height:100%;
	display:inline-block;
	border-radius:5px;
	text-align:center;
	border:solid 1px #dddddd;
	background-color: rgba(221,221,221,1);
	cursor:pointer;
	padding-top:2px;
	color:#555555;
}
.tmp1_dialog_btn_1:hover{
	opacity:0.7;
}

/*--END-----template1-login-register---------*/

/*--ST------template2-MyPage-----------------*/

/*--------------*/
.tmp2_header_1000{
	width:100%;
	height:auto;
}
.tmp2_header_1100{
	width:100%;
	max-width:1350px;
	min-width:1025px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.tmp2_header_1110{
	width:100%;
	height:105px;
	padding:0px 10px 5px 10px;
	display:table;
}
.tmp2_header_1110_logo{
	width:520px;
	height:100px;
	display:table-cell;
	vertical-align:middle;
}
.tmp2_header_1110_center{
	width:calc(100% - 820px);
	height:100px;
	display:table-cell;
	vertical-align:middle;
	padding:0 10px 0 10px;
	position:relative;
}
.tmp2_header_1110_search{
	width:95%;
	max-width:350px;
	height:30px;
	display:table;
	margin:0 auto;
	border:solid 1px #dadada;
	position:relative;
	top:10px;
}
.tmp2_header_1110_search_col_1{
	width:80px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right:solid 1px #dadada;
	cursor:pointer;
	font-size:14px;
}
.tmp2_header_1110_search_col_select{
	outline:0;
	border-width:0;
	width:80px;
	height:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:14px;
	corsor:pointer;
}
.tmp2_header_1110_search_col_option{

}
.tmp2_header_1110_search_col_2{
	display:table-cell;
	vertical-align:middle;
	border-right:solid 1px #dadada;
}
.tmp2_header_1110_search_col_3{
	width:40px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
.tmp2_header_1110_search_col_3 > img{
}
.tmp2_header_1110_search_col_3 > img:hover{
	opacity:0.7;
}

.tmp2_header_1110_search_input{
	display:block;
	width:100%;
	outline:0;
	border:0px;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	padding:3px;
}
.tmp2_header_1110_my{
	width:300px;
	height:100px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	font-size:14px;
	font-weight:400;
}
.tmp2_header_1110_login{
	width:100%;
	display:table;
	position:relative;
	top:10px;
}
.tmp2_header_1110_login_col_1{
	width:200px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.tmp2_header_1110_login_col_2{
	width:50px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.tmp2_header_1110_login_col_2 > img:hover{
	opacity:0.7;
}
#tmp2_header_1110_login_col_2_txt{
	visibility: visible;
	font-size:10px;
}
.tmp2_header_1110_login_col_3{
	width:50px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	position:relative;
}
.tmp2_header_1110_login_col_3 > img:hover{
	opacity:0.7;
}
#tmp2_header_1110_cart_num{
	font-size:16px;
	font-weight:550;
	color:#d2691e;
	position:absolute;
	z-index:2;
	left:18px;
	top:-10px;
}
#tmp2_header_1110_cart{
	position:absolute;
	z-index:1;
	left:8px;
	top:8px;
}

.tmp2_header_1110_sp_search{
/*	display:table-cell;*/
	display:none;
	width:56px;
	height:51px;
	vertical-align:middle;
}
.tmp2_header_1110_sp_center{
/*	display:table-cell;*/
	display:none;
	width:calc(100% - 168px);
	height:51px;
	vertical-align:middle;
}
.tmp2_header_1110_sp_cart{
/*	display:table-cell;*/
	display:none;
	width:32px;
	height:51px;
	vertical-align:middle;
}
.tmp2_header_1110_sp_menu{
/*	display:table-cell;*/
	display:none;
	width:55px;
	height:51px;
	vertical-align:middle;
}
#tmp2_header_1110_sp_tgl{
	display:none;
}

/*--------------*/
.tmp2_nav_1000{
	width:100%;
	height:auto;
	background-color:#f9f8f8;
}
.tmp2_nav_1100{
	width:100%;
	max-width:1350px;
	min-width:1025px;
	height:58px;
	margin:0 auto;
	display:table;
	padding:20px;
}
.tmp2_nav_1100_li{
	display:table-cell;
	width:14.2%;
	border-left:solid 2px #17345f;
	font-size:18px;
	line-height:18px;
	text-align:center;
	font-weight:543;
	cursor:pointer;
}
.tmp2_nav_1100_li > a{
	color:#17345f;
	display:inline-block;
	width:100%;
}
.tmp2_nav_1100_li > a:hover{
	opacity:0.7;
}
.tmp2_nav_1100_li_nb{
	border-left:0px;
}
.tmp2_nav_1100_li_category{
	background-color:#ffffff;
	color:#ff0000;
	font-weight:700;
}
#search_background{
	width:100%;
	max-width:1350px;
	min-width:1025px;
	height:0;
	margin:0 auto;
	position:relative;
}
#search_cat_nav{
	width:200px;
	height:58px;
	padding:17px 0 0 26px;
	text-align:center;
	font-size:18px;
	font-weight:700;
	color:#d8231e;
	background-color:#ffffff;
	cursor:pointer;
	position:absolute;
	display:none;
	top:-58px;
	left:0;
	z-index:10000;
}
#search_cat{
	width:100%;
	height:0;
	position:absolute;
	top:0;
	left:0;
	z-index:10000;
	transition: background-color 0.3s ease-in-out 0s;
	background-color:rgba(0,0,0,0);
	overflow:hidden;
}
#search_cat_menu{
	width:290px;
	background-color:#ffffff;
	display:table;
}
#search_cat_menu_2{
	width:290px;
	overflow:hidden;
	position:absolute;
	left:290px;
	top:0px;
	border-left:solid 1px #eeeeee;
}
.search_cat_menu_2{
	width:100%;
	background-color:#ffffff;
	display:none;
	position:relative;
	border-right:solid 1px #eeeeee;
}
#search_cat_menu_3{
	width:calc(100% - 580px);
	overflow:hidden;
	position:absolute;
	left:580px;
	top:0px;
	display:none;
	text-align:center;
}
#search_cat_menu_4{
    min-width: 770px;
    background-color: #ffffff;
    min-height: 250px;
    padding: 5px;
    vertical-align: middle;
    height: 250px;
    display: table-cell;
}
.search_cat_menu_3_sample_pic{
	cursor:pointer;
	background-color:#ffffff;
	width:auto;
	max-height:250px;
	max-width:100%;
}
.search_cat_menu_li{
	width:100%;
	height:70px;
	display:table-row;
	cursor:pointer;
}
.search_cat_menu_li:hover{
	color:#ffffff;
	font-weight:500;
	background-color:#d8231e;
	border-color::#d8231e;
}
.search_cat_menu_li_pd1{
	width:20px;
	display:table-cell;
	border-bottom:solid 1px #ffffff;
}
.search_cat_menu_li_pd2{
	width:20px;
	display:table-cell;
	border-bottom:solid 1px #ffffff;
}
.search_cat_menu_li_txt{
	width:110px;
	vertical-align:middle;
	display:table-cell;
	font-size:14px;
	font-weight:400;
	border-bottom:solid 1px #eeeeee;
}
.search_cat_menu_li_txt_2{
	width:230px;
	vertical-align:middle;
	display:table-cell;
	font-size:14px;
	font-weight:400;
	border-bottom:solid 1px #eeeeee;
}
.search_cat_menu_li_img{
	width:120px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	border-bottom:solid 1px #eeeeee;
}
.search_cat_menu_li_pic{
	max-width:120px;
	max-height:70px;
}
.search_cat_menu_li_arrow{
	width:20px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	font-size:20px;
	border-bottom:solid 1px #eeeeee;
}

#search_cat_box{
	width:auto;
	height:auto;
	display:inline-block;
	text-align:left;
}
#search_cat_close{
	margin:20px 20px 0 auto;
	width:20px;
	height:20px;
	cursor:pointer;
	position:relative;
	top:0px;
	right:0px;
}
#search_cat_close_btn{
	width: 100%;
	height:2px;
	display:block;
	transform: rotate(45deg);
	background-color:#ffffff;
	position:relative;
	top:50%;
}
#search_cat_close_btn::after{
	content:"";
	background-color:#ffffff;
	display:block;
	width:100%;
	height:2px;
	transform: rotate(90deg);
	position:relative;
	top:0%;
	left:0%;
}


/*--------------*/
.tmp2_main_1000{
	width:100%;
	height:auto;
}
.tmp2_main_1100{
	width:1025px;
	height:auto;
	min-height:600px;
	margin:0 auto;
	padding:220px 0 50px 0;
}
.tmp2_main_1100_nav{
	width:100%;
	padding:0px 10px 15px 20px;
	font-size:16px;
	line-height:24px;
}
.tmp2_main_1100_nav > li{
	display:inline-block;
}

.tmp2_main_1100_title{
	width:100%;
	padding:20px;
	font-size:30px;
	font-weight:500;
}
.tmp2_main_1110_bgg{
	width:100%;
	background-color:#f9f8f8;
}
.tmp2_main_1110_bgw{
	width:100%;
	background-color:#ffffff;
}
.tmp2_main_1100_box{
	width:960px;
	height:auto;
	margin:50px auto 100px auto;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	padding:48px;
}
.tmp2_main_1100_box_title{
	font-size:28px;
	line-height:34px;
	font-weight:400;
	margin-bottom:30px;
}
.tmp2_main_1100_box_txt{
	font-size:16px;
	line-height:24px;
	font-weight:400;
}

.tmp2_btn_r{
	outline: 0;
	display: inline-block;
	padding:8px;
	border:solid 0px #dc3545;
	background-color: rgba(220,53,69,1);
	color:#ffffff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.tmp2_btn_r:hover{
	opacity:0.7;
}
.tmp2_btn_g{
	display: inline-block;
	padding:8px;
	border:solid 1px #dddddd;
	background-color: rgba(221,221,221,1);
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.tmp2_btn_g:hover{
	opacity:0.7;
}
.tmp2_btn_gr{
	display: inline-block;
	padding:8px;
	border:solid 1px #dddddd;
	background-color: rgba(23,162,184,1);
	color:#ffffff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.tmp2_btn_gr:hover{
	opacity:0.7;
}

.tmp2_btn_w{
	display: inline-block;
	padding:6px 12px 6px 12px;
	border:solid 1px #6c757d;
	background-color: #ffffff;
	line-height:24px;
	font-size:16px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	transition: background-color 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
}
.tmp2_btn_w:hover{
	color:#ffffff;
	background-color:#6c757d;
}

/*--------------*/
.tmp2_err_1{
	width:100%;
	height:auto;
}
.tmp2_err_1_box{
	width:100%;
	max-width:960px;
	margin:0 auto;
	height:0px;
	overflow:hidden;
	transition: height 0.3s ease-in-out 0s;
	position:relative;
	background-color:#fff3cd;
	text-align:center;
}
.tmp2_err_1_box_msg{
	display:inline-block;
	cursor:pointer;
	font-size:16px;
	text-align:left;
	line-height:24px;
	color:#856404;
	padding:12px;
}
.tmp2_err_1_box_close{
	position:absolute;
	z-index:1;
	left:calc(100% - 30px);
	top:0px;
    cursor: pointer;
	margin-left: auto;
	font-size:25px;
	color:#856404;
}

/*--------------*/
.tmp2_footer_1000{
	width:100%;
	height:auto;
}
.tmp2_footer_1100_bgg{
	width:100%;
	height:auto;
	background-color:#f9f8f8;
}
.tmp2_footer_1100_bgw{
	width:100%;
	height:auto;
}
.tmp2_footer_1110_nav{
	width:1025px;
	height:98px;
	margin:0 auto;
	margin-top:20px;
	display:table;
	padding:40px 60px 40px 60px;
}
.tmp2_footer_1110_nav_li{
	display:table-cell;
	width:20%;
	border-left:solid 2px #17345f;
	font-size:18px;
	line-height:18px;
	text-align:center;
	font-weight:543;
}
.tmp2_footer_1110_nav_li > a{
	color:#17345f;
	display:inline-block;
	width:100%;
}
.tmp2_footer_1110_nav_li > a:hover{
	opacity:0.7;
}
.tmp2_footer_1110_nav_li_nb{
	border-left:0px;
}
.tmp2_footer_1110_corp{
	width:1025px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.tmp2_footer_1110_link{
	width:1025px;
	height:auto;
	margin:0 auto;
	padding:40px;
	display:table;
}
.tmp2_footer_1110_link_box{
	width:25%;
	display:table-cell;
	vertical-align:top;
	padding:0 10px 0 10px;
}
.tmp2_footer_1110_link_box_about{
	width:35% !important;
}
.tmp2_footer_1110_link_box_sns{
	width:15% !important;
}
.tmp2_footer_1110_link_box_title{
	color:#17345f;
	font-size:18px;
	font-weight:543;
	padding-bottom:20px;
}
.tmp2_footer_1110_link_box_list{
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}
.tmp2_footer_1110_link_box_list_li{
	width:100%;
	font-size:18px;
	font-weight:500;
	line-height:30px;
}
.tmp2_footer_1110_link_box_list_li > a{
	color:#17345f;
	display:inline-block;
	width:100%;
}
.tmp2_footer_1110_link_box_list_li > a:hover{
	opacity:0.7;
}
.tmp2_footer_1110_link_box_product{
	margin-top:30px;
}
.tmp2_footer_1110_link_box_sns{
	margin-bottom:10px;
}
.tmp2_footer_1110_link_2{
	width:1025px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.tmp2_footer_1110_policy{
	display:inline-block;
	text-align:center;
	font-size:14px;
	line-height:14px;
	border-left:solid 1px #8d9298;
	padding:0 20px 0 20px;
}
.tmp2_footer_1110_policy > a{
	color:#8d9298;
	display:inline-block;
	width:100%;
}
.tmp2_footer_1110_policy > a:hover{
	opacity:0.7;
}

.tmp2_footer_1110_policy_nb{
	border-left:0px;
}
.tmp2_footer_1110_copyright{
	width:1025px;
	height:auto;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	padding-top:10px;
	padding-bottom:20px;
	color:#8d9298;
}

/*--END-----template2-MyPage---------*/

/*--ST------template3-Product-----------------*/

/*--------------*/
.tmp3_main_1000{
	width:100%;
	height:auto;
}
.tmp3_main_1100{
	width:100%;
	max-width:1350px;
	min-width:1025px;
	height:auto;
	min-height:600px;
	margin:0 auto;
	position:relative;
	padding:220px 0 50px 0;
}
.tmp3_main_1100_nav{
	width:100%;
	max-width:1350px;
	min-width:1025px;
	padding:10px 10px 15px 20px;
	font-size:16px;
	line-height:24px;
}
.tmp3_main_1100_nav > li{
	display:inline-block;
}

/*--END------template3-Product-----------------*/

/*--ST------template4-Cart-Purchase-----------------*/
/*--------------*/
.tmp4_header_1000{
	width:100%;
	height:auto;
}
.tmp4_header_1100{
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.tmp4_header_1110{
	width:320px;
	height:80px;
	margin:0 auto;
	display:table;
}
.tmp4_header_1110_logo{
	width:320px;
	height:100%;
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
}

/*--------------*/
.tmp4_main_1000{
	width:100%;
	height:auto;
}
.tmp4_main_1100{
	width:960px;
	height:auto;
	margin:0 auto;
}

.tmp4_main_1100_box{
	width:960px;
	height:auto;
	margin:0 auto;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	padding:48px;
}
.tmp4_main_1100_box_title{
	font-size:28px;
	line-height:34px;
	font-weight:400;
	margin-bottom:30px;
}
.tmp4_main_1100_box_txt{
	font-size:16px;
	line-height:24px;
	font-weight:400;
}
.tmp4_main_1110{
	width:380px;
	height:auto;
	margin:0 auto;
	padding:15px;
}
.tmp4_btn_r{
	outline: 0;
	display: inline-block;
	padding:8px;
	border:solid 0px #dc3545;
	background-color: rgba(220,53,69,1);
	color:#ffffff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.tmp4_btn_r:hover{
	opacity:0.7;
}
.tmp4_btn_g{
	display: inline-block;
	padding:8px;
	border:solid 1px #dddddd;
	background-color: rgba(221,221,221,1);
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}
.tmp4_btn_g:hover{
	opacity:0.7;
}
.tmp4_btn_w{
	display: inline-block;
	padding:6px 12px 6px 12px;
	border:solid 1px #6c757d;
	background-color: #ffffff;
	line-height:24px;
	font-size:16px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	transition: background-color 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
}
.tmp4_btn_w:hover{
	color:#ffffff;
	background-color:#6c757d;
}

/*--------------*/
.tmp4_footer_1000{
	width:100%;
}
.tmp4_footer_1100{
	width:960px;
	height:auto;
	margin:0 auto;
}
.tmp4_footer_1110{
	width:380px;
	height:auto;
	margin:0 auto;
	padding:15px;
	text-align:center;
}


/*--------------*/
#tmp4_dialog{
	width:100%;
	height:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:20000;
	transition: background-color 0.3s ease-in-out 0s;
	background-color:rgba(0,0,0,0);
}

#tmp4_dialog_box{
	width:auto;
	height:auto;
	display:inline-block;
	text-align:left;
}
#tmp4_dialog_close{
	margin:20px 20px 0 auto;
	width:20px;
	height:20px;
	cursor:pointer;
	position:relative;
	top:0px;
	right:0px;
}
#tmp4_dialog_close_btn{
	width: 100%;
	height:2px;
	display:block;
	transform: rotate(45deg);
	background-color:#ffffff;
	position:relative;
	top:50%;
}
#tmp4_dialog_close_btn::after{
	content:"";
	background-color:#ffffff;
	display:block;
	width:100%;
	height:2px;
	transform: rotate(90deg);
	position:relative;
	top:0%;
	left:0%;
}

.tmp4_dialog_main_1{
	width: 960px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
}
.tmp4_dialog_main_2{
	width: 720px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
}
.tmp4_dialog_main_3{
	width: 600px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
}
.tmp4_dialog_main_4{
	width: 400px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
}
.tmp4_dialog_main_5{
	width: 200px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
}
.tmp4_dialog_main_6{
	width: 100px;
	background-color:#ffffff;
	border-radius:5px;
	padding:5px;
}
.tmp4_dialog_main_tbl{
	width:100%;
	display:table;
	border:solid 1px #dfdfdf;
	border:solid 1px #dfdfdf;
	border-width:1px 1px 0 0;
}
.tmp4_dialog_main_tr{
	display:table-row;
}
.tmp4_dialog_main_td{
	display:table-cell;
	padding:5px;
	border:solid 1px #dfdfdf;
	border-width:0 0 1px 1px;
	overflow-wrap: break-word;
}
.tmp4_dialog_btn_1{
	width:100%;
	height:100%;
	display:inline-block;
	border-radius:5px;
	text-align:center;
	border:solid 1px #dddddd;
	background-color: rgba(221,221,221,1);
	cursor:pointer;
	padding-top:2px;
	color:#555555;
}
.tmp4_dialog_btn_1:hover{
	opacity:0.7;
}

/*--END------template4-Cart-Purchase-----------------*/

/*--ST-------tpl------------*/
/*--------------*/
.tmp5_main_1000{
	width:100%;
	height:auto;
}
.tmp5_main_1100{
	width:100%;
	min-height:800px;
	margin:0 auto;
	padding:180px 0 50px 0;
}
.tmp5_main_1100_box{
	width:90%;
	max-width:960px;
	height:auto;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	padding:48px;
}
.tmp5_main_1100_box_title{
	font-size:28px;
	line-height:34px;
	font-weight:400;
	margin-bottom:30px;
}
.tmp5_main_1100_box_txt{
	font-size:16px;
	line-height:24px;
	font-weight:400;
}

.tmp5_main_1110_row{
	width:100%;
	height:auto;
	padding-top:20px;
}
#tmp5_main_1110_help{
	display:none;
	width:100%;
	padding-left:10px;
	line-height:22px;
	font-size:14px;
	color:#0056b3;
}
#tmp5_main_1110_help_link{
	width:100%;
	margin:10px 0 10px 0;
/*
	height:0;
	overflow:hidden;
	transition: height 0.3s ease-in-out;
*/
}
#tmp5_main_1110_help_inner{
	width:100%;
	height:auto;
}
.tmp5_main_1110_help_link_txt{
	padding-left:10px;
	font-size:14px;
	color:#0056b3;
}

.tmp5_main_1110_first{
	width:100%;
	height:auto;
	border-top:solid 1px #dfdfdf;
	padding-top:5px;
	text-align:center;
}
.tmp5_main_1110_first_title{
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#6c757d;
}
.tmp5_main_1110_first_btn{
	margin-top:10px;
	cursor:pointer;
	display: inline-block;
	width: 100%;
	padding:8px;
	border:solid 1px #6c757d;
	background-color: #ffffff;
	color:#6c757d;
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
}
.tmp5_main_1110_first_btn:hover{
	background-color: #6c757d;
	color:#ffffff;
}
.tmp5_main_1110_first_txt{
	width:100%;
	font-size:13px;
	line-height:19px;
	color:#6c757d;
	padding-top:10px;
}

/*--END-------CheckedProductHistory------------*/
/*--ST-------tmp6------------*/
.tmp6_main_1000{
	width:100%;
	height:auto;
}
.tmp6_main_1100{
	max-width:1025px;
	min-width:768px;
	height:auto;
	min-height:600px;
	margin:0 auto;
	position:relative;
	padding:170px 0 50px 0;
}
.tmp6_main_1100_nav{
	width:100%;
	max-width:1025px;
	min-width:768px;
	padding:10px 10px 15px 20px;
	font-size:16px;
	line-height:24px;
}
.tmp6_main_1100_nav > li{
	display:inline-block;
}

.tmp6_main_1100_box{
	width:960px;
	height:auto;
	margin:270px auto 100px auto;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	padding:48px;
}
.tmp6_main_1100_box_title{
	font-size:28px;
	line-height:34px;
	font-weight:400;
	margin-bottom:30px;
}
.tmp6_main_1100_box_txt{
	font-size:16px;
	line-height:24px;
	font-weight:400;
}

#tmp6_main_1110_help_link{
	width:100%;
	margin:10px 0 10px 0;
	height:0;
	overflow:hidden;
	transition: height 0.3s ease-in-out;
}
#tmp6_main_1110_help_inner{
	width:100%;
	height:auto;
}
.tmp6_main_1110_help_link_txt{
	padding-left:10px;
	font-size:14px;
	color:#0056b3;
}



/*--ST-------CheckedProductHistory------------*/
.product_checked_list{
	width:100%;
	padding:10px 0 10px 10px;
}
.product_checked_list_product{
	float:left;
	width:16.6%;
	height:240px;
	padding-right:10px;
	overflow:hidden;
	list-style-type:none;
}
.product_checked_list_product_link{
	width:100%;
	height:160px;
	display:table;
	margin-bottom:10px;
}
.product_checked_list_product_link_inner{
	width:100%;
	height:160px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.product_checked_list_product_img{
	display:inline-block;
	max-width:100%;
	max-height:160px;
}
.product_checked_list_product_title{
	width:100%;
	min-height:32px;
	max-height:48px;
	overflow:hidden;
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#0056b3;
}
.product_checked_list_product_amount{
	width:100%;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	color:#ff3300;
}

/*--END-------CheckedProductHistory------------*/

/*--ST-------visible pw------------*/
::-ms-reveal {display: none;}
.tmp_pw_visible{
	display:inline-block;
	position:relative;
	height:0;
	width:0;
}
.tmp_pw_visible > img{
	display:block !important;
	max-width:16px !important;
	width:16px !important;
	height:16px !important;
}
.tmp_pw_visible_icon{
	cursor:pointer;
	position:absolute;
	z-index:1;
	left:-27px;
	top:-8px;
}

/*--END-------visible pw------------*/

/* START -- TOPAGE top_banner_eyecatch -- */

.grid1-inner2 {
	width: 100%;
	max-width: 1600px;
	padding: 20px 80px;
}
.top_banner_eyecatch {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.top_banner_eyecatch_inner1 {
	width: 25%;
	height: auto;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.top_banner_eyecatch_img1 {
	width: 100%;
	display: block;
}
.top_banner_eyecatch_img2 {
	width: 100%;
	display: none;
}
.top_banner_eyecatch_img1 img, .top_banner_eyecatch_img2 img {
	width: 100%;
	border-radius: 7px;
}

/* END -- TOPAGE top_banner_eyecatch -- */
