@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;/* 追加 */
	-moz-box-sizing: border-box;/* 追加 */
	box-sizing: border-box;/* 追加 */
}

/* ============================================================
CSS information

 File Name  : base.css
 Style Info : ブラウザスタイルのリセット・基本設定
============================================================ */



/* ------------------------------------------------------------
   RESET
------------------------------------------------------------ */


html {
	font-size: 62.5%;
	line-height:1.5;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*background: transparent;*/
}
ol, ul{list-style: none; list-style-type: none;}


/* ------------------------------------------------------------
   Common Element
------------------------------------------------------------ */
html,body {
	height: 100%;
}
body{
/*	color: #3d3d3d; */
	color: #333;
	font: normal 1.2rem/1.5 Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , /*"游ゴシック Medium", "Yu Gothic Medium",*/ "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/*font-weight: 500;*/
	font-feature-settings: "pkna" 1;
	-webkit-font-feature-settings: "pkna" 1;
	-moz-font-feature-settings: "pkna" 1;
}
#wrapper {
	min-width: 320px;
}
#wrapper main {
	/*overflow: hidden;*/
}


/* Header
---------------------------------------------------------------------------*/


/* Search
---------------------------------------------------------------------------*/

/* Privacy Policy
---------------------------------------------------------------------------*/


/* Light Box
---------------------------------------------------------------------------*/
#btm_fixed_box.membFooter {
	min-width: 1050px;
	text-align: left;
	z-index: 208;
}
@media(max-width:767px){
	#btm_fixed_box {
	    display: none;
	}
}
div#btm_fixed_box {
	background: #353535;
	bottom: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	z-index: 101;
}
#btm_fixed_contents {
	display: none;
	background: #fff;
	height: 116px;
	padding: 0 15px;
}
#btm_fixed_tab {
	margin-top: -34px;
	margin-left: 15px;
	width: 144px;
}
#btm_fixed_tab li {
	cursor: pointer;
	text-align: center;
}
#btm_fixed_tab li span:after,
#btm_fixed_tab li span.activeOpen:after {
	content: ' ';
	background: url(/img/common/sprite_ja.png) no-repeat;
	background-size: 24px 640px;
	height: 10px;
	width: 10px;
	position: absolute;
	top: -22px;
	margin-left: 8px
}
#btm_fixed_tab li span:after {
	background-position: -16px -290px;
}
#btm_fixed_tab li span.activeOpen:after {
	background-position: -16px -278px;
}
#btm_fixed_tab li span {
	display: block;
	width: 144px;
	height: 36px;
	background: #1FB8EC;
	line-height: 36px;
	text-indent: -9px;
	color: #000;
}
#btm_fixed_tab li span:hover {
	text-decoration: none;
}
#f_lightBox {
	display: block;
}
#btm_fixed_box_contents {
	background: #fff;
	padding-top: 2px;
	overflow: hidden;
}
.creat_box_name {
	font-size: 1.1rem;
	margin-bottom: 5px;
	margin-left: 68px;
}
.creat_box_title {
	font-size: 2rem;
	font-weight: bold;
	margin: 50px 0 20px;
	text-align: center;
}
.creat_btn_area {
	text-align: center;
}
.creat_btn_area p {
	width: 110px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	line-height: 2.6;
	margin: 0 8px;
}
#btn_newLB {
	background: #E1CA0A;
	color: #252525;
}
#btn_newLB_close {
	background: #1d1d1d;
}
#creatBoxArea {
	bottom: 38px;
	display: none;
	position: absolute;
	left: 10px;
	height: 276px;
	z-index: 500;
	width: 380px;
	background: #fff;
	border: 4px solid #353535;
}
#inputLBName {
	height: 25px;
	margin-left: 68px;
	margin-bottom: 30px;
	width: 236px;
}
#lb_message {
	position: absolute;
	left: 68px;
	top: 78px;
}
.tabToolArea {
	float: left;
}
#tranBoxBtn,
#newBoxBtn {
	text-align:center;
	height:28px; 
	background: #333;
	padding: 0 22px;
	line-height: 28px;
	margin: 5px 0;
	cursor: pointer;
}
#tranBoxBtn span,
#newBoxBtn span {
	color:#fff;
	font-weight: bold;
}
#mylightbox {
	height: 28px;
	width: 144px;
}
#f_lb_cnt {
	float: left;
	text-align: right;
	margin: 15px;
}

#f_lb_list {
	margin: 8px 0 5px 280px;
}
#f_lb_list .lb_scroll_box{
	overflow-x: auto;
	height:105px;
}
#f_lb_list .lb_scroll_box::-webkit-scrollbar{
	width: 8px;
	background: #999;
}
#f_lb_list .lb_scroll_box::-webkit-scrollbar:horizontal{
	height: 8px;
	background: #eee;
}
#f_lb_list .lb_scroll_box::-webkit-scrollbar-thumb{
	background: #999;
	border-radius: 2px;
}
#f_lb_list .lb_scroll_box::-webkit-scrollbar-thumb:horizontal{
	background: #999;
	border-radius: 2px;
}
#f_lb_list .lb_scroll_box ul{
	list-style-type:none;
	display: table;
	border-spacing: 5px;
	border-collapse: separate;
}
#f_lb_list .lb_scroll_box ul li {
	width: 100px;
	min-width: 100px;
	height:100%;
	margin: 5px;
	display: table-cell;
	position: relative;
	font-size: 1rem;
}
#f_lb_list .lb_scroll_box ul li a {
	display: block;
	background: #f2f2f2;
    vertical-align: middle;
}

#f_lb_list .lb_scroll_box ul li img {
	border:none;
}
#f_lb_list .lb_scroll_box ul li img {
	height: 60px;
	width: auto;
}
#f_lb_list .lb_scroll_box ul li .remove_lb_item {
	border: none;
	background: url(/img/common/remove_ja.png) no-repeat;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	background-position: 0 0;
}
.hide { display:none;}

