/*=======================================================================

          Common CSS
          Last Up Date 14/06/05 ( Last Edditor : Yamade )

=======================================================================*/


@charset "utf-8";


html,body{
	background-color: #ececec;
	font-size: 12px;
	line-height: 1.8;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}



a:hover{
	color:#e50110;
}

a.btn_black:hover {
	color:#fff;
}

hr {
	border: none;
	background-color: #bdbdbd;
	height: 1px;
}

figcaption, cap {
	  font-size: 11px;
}

/*--------------------*/


.mgnR0 {
	margin-right: 0 !important;
}
.mgnL0 {
	margin-left: 0 !important;
}
.mgnTop0 {
	margin-top: 0 !important;
}
.mgnBtm0 {
	margin-bottom: 0 !important;
}

.mgnBtm20 {
	margin-bottom: 20px !important;
}
.mgnBtm40 {
	margin-bottom: 40px !important;
}
.mgnTop20 {
	margin-top: 20px !important;
}
.mgnTop40 {
	margin-top: 40px !important;
}
.mgnTop60 {
	margin-top: 60px !important;
}
.up {
	margin: 20px 0 0;
	text-align: right;
}

#header{
	border: 0;
	padding: 0px;
	margin: 0px;
}

/*=======================================================================

          Global Header

=======================================================================*/

header{
	width: auto;
	margin: 0;
	padding-bottom:0;
}

#g-head-wrap {
	background-color: #fff;
	min-width: 1000px;
}



#g-header{
	padding: 0;
	width: 1000px;
	height: 130px;
	margin:0 auto 15px;

}

  #g-header h1{
	  margin-top: 17px;
	  height:113px;
	  float:left;
  }
  #g-header h1 a{
	  display:block;
	  width:176px;
	  height:113px;
	  background: url("/images/common/logo_copen.png") no-repeat;
	  text-indent: 100%;
	  white-space: nowrap;
	  overflow: hidden;
  }
  #g-header h2{
	  display: block;
	  margin-top: 17px;
	  background: url("/images/common/logo_bf_community.png") no-repeat;
	  width: 150px;
	  height:113px;
	  float:left;
	  text-indent: -9999px;
	  margin-left: 28px;
  }


/* ---- */

.account_area{
	margin-top: 17px;
	float: right;
	width: 41px;
	height: 113px;
	background: url("/images/common/bg_login.png") no-repeat;
  }

  .account_area ul{
	  margin-top: 37px;
	  width: 41px;
	  height: 40px;
  }
  .account_area ul img#login-icon{
	  margin-top: 10px;
	  margin-left: 10px;
  }


.account_area_logined {
	margin-top: 35px;
	float: right;
	width: 41px;
	height: 40px;
  }


/* nav clear */

nav{
	background: none;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	}
	nav ul li{
		float:left;
		text-indent: inherit;
		white-space: inherit;
		overflow: visible;
	}
	nav ul li a{
		display: inherit;
		margin-left: 0;
	}
	nav ul li:first-child a{
		margin-left:0;
	}

	nav ul li a:hover {
		border-bottom: none;
	}
/*------------*/

#g-nav{
	position: relative;
	float: left;
	margin-left: 6px;
	/*background: url("/images/common/gnav.png") no-repeat;*/
	width: 561px;
	height: 100px;
	}
	#g-nav ul li{
		position: absolute;
		top: 0;
		width: 80px;
		height: 100px;
		text-indent: -9999px;
	}

	#g-nav ul li#product,
	#g-nav ul li#product-2{
		left: 0;
		background: url("/images/common/gnav.png") no-repeat 0 0;
	}

	#g-nav ul li#love,
	#g-nav ul li#love-2{
		left: 82px;
		background: url("/images/common/gnav.png") no-repeat -82px 0;
	}

	#g-nav ul li#club,
	#g-nav ul li#club-2{
		left: 173px;
		background: url("/images/common/gnav.png") no-repeat -173px 0;
	}
	#g-nav ul li#fan,
	#g-nav ul li#fan-2{
		left: 268px;
		background: url("/images/common/gnav.png") no-repeat -268px 0;
	}
	#g-nav ul li#site,
	#g-nav ul li#site-2{
		left: 360px;
		background: url("/images/common/gnav.png") no-repeat -360px 0;
	}
	#g-nav ul li#local-base,
	#g-nav ul li#local-base-2{
		width: 110px;
		left: 451px;
		background: url("/images/common/gnav.png") no-repeat -451px 0;
	}


	#g-nav li a{
    	display: block;
     	height: 100px;
	}
	#g-nav ul li#product:hover{
		background: url("/images/common/gnav.png") no-repeat 0 -100px;
	}
	#g-nav ul li#love:hover{
		background: url("/images/common/gnav.png") no-repeat -82px -100px;
	}
	#g-nav ul li#club:hover{
		background: url("/images/common/gnav.png") no-repeat -173px -100px;
	}
	#g-nav ul li#fan:hover{
		background: url("/images/common/gnav.png") no-repeat -268px -100px;
	}
	#g-nav ul li#site:hover{
		background: url("/images/common/gnav.png") no-repeat -360px -100px;
	}
	#g-nav ul li#local-base:hover{
		background: url("/images/common/gnav.png") no-repeat -451px -100px;
	}


	#g-nav ul li#product-2{
		background: url("/images/common/gnav.png") no-repeat 0 -200px;
	}
	#g-nav ul li#love-2{
		background: url("/images/common/gnav.png") no-repeat -82px -200px;
	}
	#g-nav ul li#club-2{
		background: url("/images/common/gnav.png") no-repeat -173px -200px;
	}
	#g-nav ul li#fan-2{
		background: url("/images/common/gnav.png") no-repeat -268px -200px;
	}
	#g-nav ul li#site-2{
		background: url("/images/common/gnav.png") no-repeat -360px -200px;
	}
	#g-nav ul li#local-base-2{
		background: url("/images/common/gnav.png") no-repeat -451px -200px;
	}


.llc__m-gheader{
	position:relative;
	height:50px;
	z-index:10000;
	background-color:#FFF;
}
.com-header{
	position:relative;
	z-index:9999;
	min-width: 1100px;
}

/*=======================================================================

          Global Header ver2

=======================================================================*/

#g-header-2{
	padding: 20px 0;
	width: 1000px;
	margin:0 auto;

}

  #g-header-2 h1{
	  height:114px;
	  float:left;
  }
  #g-header-2 h1 a{
	  display:block;
	  width:177px;
	  height:114px;
	  background: url("/images/common/logo_copen.png") no-repeat;
	  text-indent: 100%;
	  white-space: nowrap;
	  overflow: hidden;
  }
  #g-header-2 h2{
	  background: url("/images/common/logo_bf_community.png") no-repeat;
	  width: 170px;
	  height:114px;
	  float:left;
	  text-indent: -9999px;
	  float: left;
	  margin-left: 27px;
  }





/*=======================================================================

          Pankuzu Navigation

=======================================================================*/

.pnav {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 11px;
}

.pnav li {
	position: relative;
	display: inline;
	margin-right: 20px;
}
.pnav li:after {
	position: absolute;
	content:"";
	right: -13px;
	top: 3px;
	width: 4px;
	height: 7px;
	background: url("/images/common/arrow_1.gif") no-repeat;
	background-size: 4px 7px;
}
.pnav li:last-child:after {
	background: none;
}

.pnav li.last-child:after {
	background: none;
}

.pnav li a {
	color: #333;
}

.pnav li a:hover {
	color: #999;
}

/*=======================================================================

          Common Layout

=======================================================================*/

#main{
	width: 1024px;
	margin: 0 auto;
	/*background-color: #efefef;*/
    height: auto;
}

.common-sec {
	clear: both;
	padding: 60px 0;
}

.common-cont {
	width: 1000px;
	margin: 0 auto 40px;
	font-size: 14px;
	line-height: 2;
}


/*=======================================================================

          Common Text Style

=======================================================================*/

.note {
	font-size: 11px;
	color: #666;
	margin-bottom: 1em;
}

.star-text {
	font-size: xx-small;
	line-height: 1.4;
}

.star-text a {
	text-decoration: underline;
}


/*=======================================================================

          Common Table Layout

=======================================================================*/

table.wide-table,
table.ichiran-table,
table.half-table,
table.mycopen-table,
table.mycopen-table-wide {
	font-size: 14px;
}
table.wide-table,
table.ichiran-table {
	width: 1000px;
	margin-bottom: 20px;
}

table.ichiran-table {
	margin-bottom: 60px;
}


  table.wide-table td,
  table.ichiran-table td,
  table.half-table th,
  table.half-table td,
  table.mycopen-table th,
  table.mycopen-table td,
  table.mycopen-table-wide th,
  table.mycopen-table-wide td {
	  padding: 15px 25px;
  }

  table.wide-table td,
  table.ichiran-table td {
	  background-color: #fff;
  }
    table.wide-table td.td-date,
	table.ichiran-table td.td-date {
		border-top: 1px solid #7f7f7f;
		width: 193px;
	    background-color: #ccc;
	}
    table.wide-table td.td-mente-wide,
	table.ichiran-table td.td-mente-wide {
		border-top: 1px solid #aaa;
	}
    table.wide-table td.td-mente-s-1,
	table.ichiran-table td.td-mente-s-1 {
		border-top: 1px solid #ececec;
		background-color: #cbcbcb;
		width: 193px;
	}
    table.wide-table td.td-mente-s-2,
	table.ichiran-table td.td-mente-s-2 {
		border-top: 1px solid #ddd;
		width: 193px;
	}
    table.ichiran-table td.td-mente-s-3 {
		background-image:  url(/images/sub/owner/td_mente-s_3_bg.gif);
		background-repeat: no-repeat;
	}





table.half-table {
	float: left;
	width: 490px;
	margin-right: 20px;
}
  table.half-table th,
  table.half-table td {
	  width: 193px;
	  background-color: #ccc;
  }
  table.half-table th {
	  border-bottom: 1px solid #ececec;
  }
    table.half-table th.th-top {
		border-top: 1px solid #7f7f7f;
	}
    table.half-table td.td-top {
		border-top: 1px solid #aaa;
	}
  table.half-table td {
	  border-bottom: 1px solid #ececec;
	  background-color: #fff;
  }

table.ichiran-table td.td-tool {
	padding: 0 7px 0 0;
	text-align: right;
	border-top: 1px solid #a9a9a9;

}

td.td-tool button {

}

/*=======================================================================

          Form Style

=======================================================================*/


/* Default Style
=======================================================================*/

form.default{

}

  form.default .form-input,
  form.shop-admin-login-form .form-input{
    position: relative;
	margin: 8px 0;
	height: 40px;

  }
    form.default input[type=text],
    form.default input[type=email],
    form.default input[type=password],
    form.default select,
    form.default textarea
	{
		position: absolute;
		margin-top: 0;
		left: 62px;
        width:354px;
		background-color: #ececec;
		border: none;
        padding:12px;
		font-size: 14px;
    }

    form.default input[type=checkbox],
    form.default input[type=radio]{
        border:#ccc 1px solid;
        height:20px;
        width:20px;
        vertical-align:middle;
        background:#fff;
    }
    form.default input[type=text].error,
    form.default input[type=email].error,
    form.default input[type=password].error,
    form.default select.error,
    form.default textarea.error{
        background:#ffd7d1;
    }
    form.default input[type=file]{
        font-size:12px;
		max-width: 100%;
    }

.form-section{
    margin: 0 0 20px;
}
.form-section-btm0{
    margin: 0
}
    .form-section>header>label{
        font-weight:bold;
        color:#000;
		font-size: 14px;
    }

.form-section .required{
	position: absolute;
	left: 0;
	width: 36px;
	height: 17px;
	padding:12px;
	background-color: #ececec;
	font-size: 12px;
	color: #e94260;
	text-align: center;
	letter-spacing: 3px;
}

form.default button[type=submit],
.form-submit button[type=submit],
.form-submit button[type=button],
button.default-btn,
.icon-submit button,
.btn-online-shop button,
.ichiran-btn,
.shop-nav button,
form.shop-admin-login-form button[type=submit],
button.btn-small,
button.btn-small-2,
.csite-top-nav button,
.default-btn {
	text-align: center;
	background-color: #000;
	color: #fff;
	border: none;
	width: 100%;
	margin-top: 20px;
	padding: 21px 0;
	cursor: pointer;
	font-size: 14px;
}
button.default-btn {
	margin: 0;
}

button.btn-small {
	padding: 8px 0;
	width: 150px;
	margin-top: 0;
}

button.btn-small-2 {
	margin-top: 0;
	width: 260px;
	padding: 12px 0;
}

.view_more {
    display:block;
    width: 100%;
}

#activity_more_button:hover,
#feed_more_button:hover,
.view_more:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	color: #fff;
}


form.default button[type=submit]:hover,
.form-submit button[type=submit]:hover,
button.default-btn:hover,
.icon-submit button:hover,
.btn-online-shop button:hover,
.ichiran-btn:hover,
.shop-nav button:hover,
form.shop-admin-login-form button[type=submit]:hover,
button.btn-small:hover,
button.btn-small-2:hover,
.copen-club-top-nav button:hover,
.csite-top-nav button:hover {
	background-color: #666;
}

/* Form Style 2
=======================================================================*/


.form-cont-l {
	float: left;
	width: 620px;
}

.form-cont-r {
	float: left;
	width: 353px;
	margin-left: 25px;
}

table.table-white {
	margin: 20px 0 10px 0;
	width: 620px;
}
  table.table-white tr {
	  border-bottom: solid 1px #d5d5d5;
  }
  table.table-white tr.tr-no-border {
	  border-bottom: none;
  }
  table.table-white th,
  table.table-white td {
	   padding: 10px 0;
	   font-size: 14px;
	   vertical-align: middle;
  }
  table.table-white th {
	  padding-top: 22px;
	  width: 155px;
	  vertical-align: top;
  }



  .form-white .required{
	  float: left;
	  width: 36px;
	  height: 17px;
	  margin-right: 2px;
	  padding:12px;
	  background-color: #fff;
	  font-size: 12px;
	  color: #e94260;
	  text-align: center;
	  letter-spacing: 3px;
  }
  .no-require {
	  padding-left: 60px;
  }

  .form-white .form-merge {
	  float: left;
	  padding-left: 8px;
	  padding-top: 8px;
  }

/* Radio Box */
    .form-white input[type='radio']{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
    }
    .c-box-label{
	    background:url(/images/common/radio.png) no-repeat left top;
	    height: 25px;
	    line-height: 25px;
	    display: block;
	    float: left;
	    padding: 0 15px 0 35px;
	    cursor: pointer;
	    overflow: hidden;
    }
    .c_on{
		background-position:left bottom;
	}


.icon-face {
	width: 139px;
	margin-right: 20px;
	float: left;
}

/* Radio Box Style 2 */


    .c-box-notice-label{
	    background:url(/images/common/radio_style_2.gif) no-repeat left top;
		width: 170px;
	    height: 40px;
	    line-height: 40px;
	    display: block;
	    float: left;
	    padding: 0 0 0 115px;
	    cursor: pointer;
	    overflow: hidden;
		background-color: #063;
		margin-right: 10px;
    }
    .c_on{
		background-position:left bottom;
	}


/* Check Box normal */

input[type='checkbox'],
input[type='checkbox'].check-fb{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
.cbxbd{
    background:url(/images/common/check.png) no-repeat left top;
	text-align: left;
	width: 160px;
	line-height: 1;
    padding: 5px 0 3px 30px;
    cursor: pointer;
    overflow: hidden;
}

/* Check Box Facebook */

.cbxbd-fb{
    background:url(/images/common/check_2.png) no-repeat left top;
	text-align: left;
    height: 18px;
    line-height: 18px;
    padding: 4px 0 0 25px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    float: left;
}

.c_on{ background-position: left -24px; }

.fb-post .c_on{ background-position: left -20px; }

/* ---------- */



    .form-white input[type=text],
    .form-white input[type=email],
    .form-white input[type=password],
    /*.table-white select,*/
    .form-white textarea {
	    float: left;
        width: 378px;
	    background-color: #fff;
	    border: none;
        padding:12px;
	    font-size: 14px;
		margin-top: 0;
    }

	.form-white input[type=text].yubin-1 {
		width: 3em;
	}
	.form-white input[type=text].yubin-2 {
		width: 4em;
	}
	.form-white input[type=text].tel {
		width: 4em;
	}

	.form-white textarea {
	    resize: vertical;
	}


.line-form {
	float: left;
	margin: 0 5px;
	width: 12px;
	height: 20px;
	display: block;
	border-bottom: 1px solid #a5a5a5;
}

.messe-area {
	margin: 50px 0 30px;
}
.messe-area p {
	font-weight: bold;
	font-size: 16px;
}


/* Form Style 3
=======================================================================*/

table.table-show-room {
	margin: 20px 0 10px 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

  table.table-show-room tr {

  }

  table.table-show-room th,
  table.table-show-room td {
	   padding: 10px 0;
	   font-size: 14px;
	   vertical-align: middle;
	   border-bottom: solid 1px #d5d5d5;
  }
  table.table-show-room th {
	  padding-top: 22px;
	  width: 150px;
	  vertical-align: top;
	  font-weight: bold;
	  border-bottom: solid 1px #bebebe;
}

  table.table-show-room td.td-no-border {
	  border-bottom: none;
  }

  table.table-show-room th.eddit-th-300 {
	  width: 310px;
  }



/* Form Other
=======================================================================*/

.form-submit {
	text-align: center;
	padding: 20px 0;
}
.icon-submit {
	width: 210px;
	float: left;
	text-align: left;
	padding: 50px 0 0 0;
}
.btn-online-shop {
	width: 280px;
	padding: 20px 0 0 0;
}

  .form-submit button[type=submit] {
	  width: 280px !important;
  }

.form-text{
	font-size: 12px;
}

.form-submit-text{
	font-size: 12px;
	text-align: center;
}

.form-error,
.form-error-wide{
	float: left;
    color:#e94260;
	font-size: 10px;
	line-height: 1.5;
	width: 360px;
}

.form-error-wide {
	float: none;
	width: 100%;
	margin: 0.3em 0 !important;
	line-height: 1.6;
}

.form-kiyaku {
	text-align: center;
	font-size: 12px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d5d5d5;
}

  .form-kiyaku .kiyaku-note {
	  text-align: left;
	  margin-bottom: 60px;
  }

  .form-kiyaku ul {
	  text-align: center;
  }

    .form-kiyaku li {
	    display: inline;
	    padding-right: 20px;
    }

input.input-align-r {
	text-align: right;
}

section.td-section {
	margin: 1em 0 2em;
}


section.td-section h1 {
	font-weight: bold;
	margin-bottom: 1em;
}

.c-box-wide {
	width: 470px;
}
.c-box-wide label {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}

.complete-messe {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 60px;
	border-bottom: 1px solid #bdbdbd;
}


/*=======================================================================

          Pop Up Window

=======================================================================*/

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#popup {
  width: 600px;
  height: 300px;
  text-align: center;
  padding: 30px;
  background: #fff;
}

.popup-h1 {
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

#popup p {
	margin-bottom: 40px;
}

#popup .form-submit button[type=submit] {
	width: 210px !important;
	margin-right: 20px;
}


/*=======================================================================

          Login Pop Up Window

=======================================================================*/

#pop-login {
    box-sizing: border-box;
    display:none;
    width: 700px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    padding: 30px;
    /*
    padding: 35px 0;
    text-align: center;
    margin-top: 20px;
    */
}
#pop-login .pop-login__close {
    width: 47px;
    height: 47px;
    position: absolute;
    top: -17px;
    right: -23px;
    cursor: pointer;
    border-radius: 50%;
}
#pop-login .pop-login__h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
    /*
    margin-top: 27px;
    margin-bottom: 18px;
    */
}
#pop-login .pop-login__h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 16px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
}
#pop-login .pop-login__h3--facebook {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    text-align: center;
}
#pop-login .pop-login__h3--facebook > span {
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 12px 0 12px 50px;
    font-size: 14px;
    line-height: 16px;
    background: url("/images/common/icon_login_facebook.png") no-repeat 0 50%;
    text-align: left;
}
#pop-login .pop-login__h3--port {
    box-sizing: border-box;
    margin-bottom: 4px;
    padding: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    text-align: center;
}
#pop-login .pop-login__h3--port > span {
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 12px 0 12px 50px;
    font-size: 14px;
    line-height: 16px;
    background: url("/images/common/icon_login_port.png") no-repeat 0 50%;
    text-align: left;
}
#pop-login .pop-login__h3--owner {
    box-sizing: border-box;
    margin-bottom: 4px;
    padding: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    text-align: center;
}
#pop-login .pop-login__h3--owner > span {
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 0 0 0 72px;
    font-size: 14px;
    line-height: 20px;
    background: url("/images/common/icon_login_owner.png") no-repeat 0 50%;
    text-align: left;
}
#pop-login .pop-login__text {
    line-height: 1.9em;
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-size: 12px;
}
#pop-login .pop-login__row {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 0;
}
#pop-login .pop-login__row::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#pop-login .pop-login__col--left {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-right: 8px;
}
#pop-login .pop-login__col--right {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 8px;
}
#pop-login .pop-login__action {
    padding: 20px 0 0;
    text-align: center;
}
#pop-login .pop-login__action--centered {
    padding: 0 20% 20px;
}
#pop-login .pop-login__icon--arrow-white {}
#pop-login .pop-login__form {}
#pop-login .pop-login__form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
#pop-login .pop-login__form-input {}
#pop-login .pop-login__form-input label {
    display: block;
    padding: 8px 0 4px;
    font-size: 12px;
}
#pop-login .pop-login__form-input input[type="text"],
#pop-login .pop-login__form-input input[type="password"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 2px 6px;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}
#pop-login .pop-login__form-input input:-webkit-autofill {
    background-color: #fff !important;
}
#pop-login .pop-login__form-caption {
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-size: 12px;
}
#pop-login .pop-login__btn--facebook {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 8px;
    border: 1px solid #3c589e;
    background-color: #3c589e;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
#pop-login .pop-login__btn--fb:hover {
    border: 1px solid #5C74B8;
    background-color: #5C74B8;
}
#pop-login .pop-login__btn--port {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 8px;
    border: 1px solid #e50110;
    background-color: #e50110;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
#pop-login .pop-login__btn--owner {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 8px;
    border: 1px solid #ee2d62;
    background-color: #ee2d62;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
#pop-login .pop-login__btn--signup {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px;
    border: 1px solid #eee;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
}
#pop-login .pop-login__btn--signup > span {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 8px;
    border: 1px solid #ffdd58;
    background-color: #ffdd58;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #000;
    cursor: pointer;
}
#pop-login .pop-login__btn--close {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 4px 32px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    color: #000;
    cursor: pointer;
}
#pop-login .pop-login__icon--arrow {
    display: inline-block;
    width: 5px;
    height: 7px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/images/common/icon_arrow.png");
}
#pop-login .pop-login__icon--arrow-white {
    display: inline-block;
    width: 5px;
    height: 7px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/images/common/icon_arrow_white.png");
}
#pop-login .pop-login__icon--close {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/images/icon/close.png");
}


form.login-form .form-input{
    height: auto;
}
form.login-form input[type=text],
form.login-form input[type=password] {
    float: none;
    width: 270px;
    margin-top: 0;
    background-color: #ececec;
    border: none;
    padding:12px;
    font-size: 14px;
}
form.login-form input[type=password] {
    margin-bottom: 20px;
}


/*=======================================================================

          Footer Banner

=======================================================================*/



/* Banner Area */

#banner-box {
	margin-left: -20px;
	margin-bottom: 40px;
}
  #banner-box img {
	  margin-left: 20px;
  }
  #banner-box a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
  }

/*=======================================================================

          �摜�I���}�E�X

=======================================================================*/
/***
a.hover-on-pink,
a.hover-on-pink img {
	overflow: hidden;
	float: left;
	margin: 0;
	border: 0px solid #ee2e62;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.hover-on-pink:hover {
	border: 10px solid #ee2e62;
}
a.hover-on-pink:hover img {
    margin: -10px;
}
***/

button.btn-fb {
	text-align: center;
	background-color: #3C589E;
	color: #fff;
	border: none;
	width: 100%;
	padding: 24px 0;
	cursor: pointer;
	font-size: 14px;
}
  button.btn-fb:hover {
	  background-color: #5C74B8;
  }
  button.btn-fb span {
		background: url(/images/common/ic_f.png) no-repeat;
		padding: 7px 0 7px 36px;
  }

#main-banner {
	widht: 1000px;
	margin: 0 auto;
	text-align:center;
	background-color: #ececec;
    height: auto;
    margin-top: 120px;
}

/*
 * image cutout
 */
.cutout-img-wrapper {
    position: relative;
    overflow: hidden;
}
img.absolute-50perx50per {
    position: absolute;
    top: 50%;
    left: 50%;
}


/*
 * upload movie progress
 */
.movie-uploader-wrapper .progressbox {
    border: 1px solid #0099CC;
    padding: 1px;
    position:relative;
    width:400px;
    border-radius: 3px;
    margin: 10px;
    display:none;
    text-align:left;
}
.movie-uploader-wrapper .progressbar {
    height:20px;
    border-radius: 3px;
    background-color: #003333;
    width:1%;
}
.movie-uploader-wrapper .statustxt {
    top:3px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #000000;
}


/*=======================================================================
Thread create
=======================================================================*/

.form-white #category_ids .required{
    float: none;
    width: auto;
    text-align: center;
    letter-spacing: 3px;
}
.form-white #category_ids input[type='checkbox'] {
    filter: none;
    opacity: 100;
    position: relative;
}


/*=======================================================================
Category From
=======================================================================*/

.categoryform {}
.categoryform--view {}
.categoryform--confirm {
    background-color: #f1f0f0;
    border-radius: 4px;
    padding: 16px;
}
.categoryform__category,
.categoryform__tag {
    padding: 0;
    margin: 0;
}
.categoryform__category input {
    display: none;
}
.categoryform__category-item {
    margin-right: 4px;
    margin-bottom: 8px;
    list-style: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    line-height: 1;
    padding: 3px;
}
.categoryform__category-item:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
div.categoryform + hr{
	background-color: #d5d5d5;
    margin-top: 2px;
}
.categoryform__category-item label {
    display: block;
    padding: 6px;
    font-size: 16px;
}
.categoryform__category-item.small {
	padding: 0px;
	vertical-align: bottom;
}
.categoryform__category-item.small label {
    display: block;
    padding: 6px;
    font-size: 14px;
}

.categoryform--confirm .categoryform__category-item {
    padding: 6px;
}
.categoryform__tag-item {
    margin-right: 4px;
    margin-bottom: 8px;
    list-style: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    line-height: 1;
    padding: 6px;
	vertical-align: bottom;
}
.categoryform__tag-item:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.categoryform__category-item.is-checked,
.categoryform__tag-item.is-checked {
    color: #fff;
    background-color: #e50110;
}

.categoryform--view .categoryform__category-item,
.categoryform--view .categoryform__tag-item {
    padding: 0;
}
.categoryform--view .categoryform__category-item span,
.categoryform--view .categoryform__tag-item  span {
    display: inline-block;
    padding: 6px;
}
.categoryform--view .categoryform__category-item a {
    text-decoration: none;
    color: #fff;
    line-height: 1;
}
.categoryform--view .categoryform__tag-item  a {
    text-decoration: none;
    color: #333;
    line-height: 1;
}

.selected-tags-box p {
	margin-bottom: 3px;
}

.time{
padding-left: 20px;
background:url(/images/sub/mypage/icon_s_time.png) no-repeat left center;
color: #999;
font-size: 11px;
}
