@charset "UTF-8";




/* ------------------------------------------------------------
 *  
 *  General
 *  
------------------------------------------------------------ */



/* ------------------------------------------------------------
   Frame
------------------------------------------------------------ */


.container {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
}



/* ------------------------------------------------------------
   Form Parts
------------------------------------------------------------ */


/*  radio ＆ checkbox
---------------------------------------------------------------------------*/
.chk {
	padding: 6px;
}
.chk input[type=radio],
.chk input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.chk input[type=radio] + label,
.chk input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	/*margin-right: 12px;*/
	font-size: 12px;
	cursor: pointer;
} 
@media screen and (min-width: 1px) {
	.chk input[type=radio],
	.chk input[type=checkbox] {
		display: none;
		margin: 0;
	}
	.chk input[type=radio] + label,
	.chk input[type=checkbox] + label {
		padding: 0 0 0 20px;
	}
	.chk input[type=radio] + label::before,
	.chk input[type=checkbox] + label::before {
		content: " ";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 14px;
		height: 14px;
		margin-top: -7px;
		background: #fff;
	}
	.chk input[type=radio] + label::before {
		border: 1px solid #aeaeae;
		border-radius: 30px;
	}
	.chk input[type=checkbox] + label::before {
		border: 1px solid #aeaeae;
		border-radius: 2px;
	}
	.chk input[type=radio]:checked + label::after,
	.chk input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	.chk input[type=radio]:checked + label::after {
		left: 3px;
		width: 8px;
		height: 8px;
		margin-top: -4px; 
		background: #47ccce;
		border-radius: 8px;
	}
	.chk input[type=checkbox]:checked + label::after {
		left: 2px;
		width: 12px;
		height: 6px;
		margin-top: -5px;
		border-left: 2px solid #3DB7EE;
		border-bottom: 2px solid #3DB7EE;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.chk input:disabled + label::before {
		background: #eee;
	}
}

/*  input ＆ select
---------------------------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
input[type=color],
select {
	background: #fff;
	border:0;
	border:solid 1px #aeaeae;
	box-sizing: border-box;
	color:#3d3d3d;
	font-size:1.2rem;
	padding:2px;
	border-radius: 2px;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=datetime]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime-local]:disabled,
input[type=number]:disabled,
input[type=color]:disabled,
select:disabled {
	background: #eee;
	color: #999;
}


/*  textarea
---------------------------------------------------------------------------*/
textarea {
	background: #fff;
	border: 1px solid #aeaeae;
	border-radius: 2px;
	color:#3d3d3d;
	font-size:1.2rem;
	padding:8px;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
textarea:focus {
}



/* ------------------------------------------------------------
   Text
------------------------------------------------------------ */

/* Link
---------------------------------------------------------------------------*/
a {text-decoration:none; color: #333;}
a>img:hover {opacity: 0.6 ;}
a:hover {text-decoration: underline; color: #333;}

/* Font
---------------------------------------------------------------------------*/
.fs1 {font-size: 1.0rem;}
.fs2 {font-size: 1.1rem;}
.fs3 {font-size: 1.2rem;}
.fs4 {font-size: 1.3rem;}
.fs5 {font-size: 1.4rem;}
.fs6 {font-size: 1.6rem;}
.fs7 {font-size: 2.4rem;}

/* Color
---------------------------------------------------------------------------*/
.c_acc1 {color: #f3535e;} /*アクセントカラー やや薄めの赤*/
.c_acc2 {color: #21b7b6} /*アクセントカラー 青緑*/


/* ------------------------------------------------------------
   Icon
------------------------------------------------------------ */
.sprite,
.sprite_wht,
.sprite_gry,
.sprite_act {
	background-size: 24px 640px;
	background-repeat: no-repeat;
	display: inline-block;
}
.sprite {background-image: url(/img/common/sprite_ja.png)}
.sprite_wht {background-image: url(/img/common/sprite_wht_ja.png)}
.sprite_gry {background-image: url(/img/common/sprite_gry_ja.png)}
.sprite_act {background-image: url(/img/common/sprite_act_ja.png)}
.ic_rf,
.ic_rm,
.ic_mov_siz {
	color: #fff;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	padding: 1px 5px 0;
}
.ic_rf {
	color: #3d3d3d;
	background: #fff;
	border: 1px solid #a6a6a6;
}
.ic_rm {
	background: #a6a6a6;
	border: 1px solid #a6a6a6;
}
.ic_mov_siz {
	background: #7db942;
	border: 1px solid #7db942;
}
/* リストのサムネイル上に表示 */
.ic_li_lightbox,
.ic_li_lightbox_select,
.ic_li_cart,
.ic_li_cart_select,
.ic_li_dl,
.ic_li_del { 
	height: 22px;
	width: 24px;
	margin: 0 5px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	background-image: url(/img/common/sprite_wht_ja.png);
	background-size: 24px 640px;
	background-repeat: no-repeat;
	display: inline-block;
}
.ic_li_lightbox:hover,
.ic_li_lightbox_select:hover,
.ic_li_cart:hover,
.ic_li_cart_select:hover,
.ic_li_dl:hover,
.ic_li_del:hover { 
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}
.ic_li_lightbox { 
	background-position: 0 -502px;
}
.ic_li_lightbox_select { 
	background-position: 0 -502px;
	background-image: url(/img/common/sprite_act_ja.png);
}
.ic_li_cart {
	background-position: 0 -525px;
}
.ic_li_cart_select {
	background-position: 0 -525px;
	background-image: url(/img/common/sprite_act_ja.png);
}
.ic_li_dl {
	background-position: 0 -320px;
}
.ic_li_del {
	background-position: 0 -342px;
}
/* //リストのサムネイル上に表示 */
.ic_movie {
	background: url(/img/common/movie_ja.png) no-repeat;
	background-size: 36px 36px;
	display: inline-block;
	height: 36px;
	width: 36px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* アイコンフォント */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6qwpgt');
  src:  url('fonts/icomoon.eot?6qwpgt#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6qwpgt') format('truetype'),
    url('fonts/icomoon.woff?6qwpgt') format('woff'),
    url('fonts/icomoon.svg?6qwpgt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mode_edit:before {
  content: "\e254";
}
.icon-help:before {
	content: "\e887";
	font-size: 1.8rem;
	vertical-align: middle;
	padding-left: 2px;
}
.icon-info:before {
  content: "\e88e";
}
.icon-arrow_down:before {
  content: "\e313";
}
.icon-arrow_left:before {
  content: "\e314";
}
.icon-arrow_right:before {
  content: "\e315";
}
.icon-arrow_up:before {
  content: "\e316";
}
.icon-report:before {
	content: "\e160";
	font-size: 1.6rem;
	vertical-align: bottom;
}
.icon-warning:before {
	content: "\e002";
	font-size: 1.6rem;
	vertical-align: bottom;
}
.icon-plus:before {
	content: "\e145";
	color: #FFF;
	font-size: 1.6rem;
}
.icon-minus:before {
	content: "\e15b";
	color: #FFF;
	font-size: 1.6rem;
}
.icon-close:before {
	content: "\e5cd";
	font-size: 1.6rem;
}


/* ------------------------------------------------------------
   Button
------------------------------------------------------------ */
button {
	color: #fff;
	background: #1d1d1d;
}
button[disabled] {
	border-color: #eaeaea;
	background: #fafafa;
	cursor: default;
	color: #999;
}
.btn_std { /* 基本の青緑のボタン*/
	background: #21b7b6;
	color: #3d3d3d;
}
.btn_blk { /* 黒のボタン*/
	background: #1d1d1d;
	color: #fff;
}
.btn_org { /* オレンジのボタン*/
	background:#f4681e;
	color: #fff;
}
.btn_dbg { /* 暗い青緑のボタン*/
	background:#f4681e;
	color: #fff;
}
.btn_wht { /* 白のボタン*/
	background:#fff;
	color: #21b7b6;
	border: 2px solid #21b7b6;
}
.btn_dbl { /* 非アクティブボタン*/
	background:#fff;
	color: #999;
}
.btn_std,
.btn_blk,
.btn_org,
.btn_dbg,
.btn_wht,
.btn_dbl {
	display: block;
	height: 44px;
	text-align: center;
}
.btn_std span,
.btn_blk span,
.btn_org span,
.btn_dbg span,
.btn_wht span,
.btn_dbl span {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 44px;
}
[class^="btn_"]:hover, [class*=" btn_"]:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: .75;
}

/* ------------------------------------------------------------
   Tool tip
------------------------------------------------------------ */
.tooltip {
	position: relative;
}
.tooltip:before,
.tooltip:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.18s ease-out 0.18s;
	transition: all 0.18s ease-out 0.18s;
	bottom: 100%;
	left: 50%;
	position: absolute;
	z-index: 10;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}
.tooltip:after {
	background: rgba(17, 17, 17, 0.7);
	color: #fff;
	content: attr(data-tooltip)"";
	padding: .5em 1em;
	margin-bottom: 10px;
	width: 100%;
}
.tooltip:before {
	height: 0;
	width: 0;
	content: "";
	margin-bottom: -3px;
	border: 7px solid transparent;
	border-top-color: rgba(0, 0, 0, .7);
}
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip.fc:before,
.tooltip.fc:after {
	/* hover と focus時 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/* ------------------------------------------------------------
   Modal
------------------------------------------------------------ */
.overlay {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
}
.mdl {
	display: none;
	background: #f2f2f2;
	box-shadow: 0px 0px 6px 0px #000000;
	-moz-box-shadow: 0px 0px 6px 0px #000000;
	-webkit-box-shadow: 0px 0px 6px 0px #000000;
	border-radius: 2px;
	font-size: 1rem;
	position: fixed;
	z-index: 5;
}
.mdl p {
	font-size: 1.4rem;
	padding: 20px;
	text-align: center;
}

/* ------------------------------------------------------------
   Pager
------------------------------------------------------------ */
.pager {
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
	.pager .page_prev_btn,
	.pager .page_next_btn {
		display: inline-block;
		max-width: 80px;
		width: 80px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #ddd;
		color: #999;
	}
	.pager .page_prev_btn > a,
	.pager .page_next_btn > a {
		background: #1d1d1d;
		cursor: pointer;
	}
	.pager .page_prev_btn a,
	.pager .page_next_btn a {
		color: #fff;
		display: block;
		font-size: 1.2rem;
	}
	.pager .page_num {
		padding: 0 30px;
		margin-top: 6px;
		font-size: 1.1rem;
	}
	.pager .page_num input {
		width: 4.8rem;
		height: 18px;
		margin-right: 10px;
		padding: 0 5px;
	}
	.pager a:hover {
		text-decoration: none;
		opacity: .6;
	}



/* ------------------------------------------------------------
   Error
------------------------------------------------------------ */
.err_msg_all {
	padding: 5px 10px;
	margin: 2px auto;
	border: 2px solid #ff6666;
	color: #ff6666;
}
.c_err {color: #ff6666;}
.ce_err {color: #ff6666;}
/* ------------------------------------------------------------
   Other
------------------------------------------------------------ */
.cf:after {
	visibility:hidden;
	content: " ";
	clear: both;
	display: block;
	height:0;
}
.cf {overflow: hidden;}
.fl_r {
	display:block;
	float: right;
}
.fl_l {
	display:block;
	float:left;
}
.center {text-align: center;}
.right {text-align: right;}
.notice {
	padding-left:1em;
	text-indent:-1em;
}
.notice_r {
	padding-left:1em;
	text-indent:-1em;
	color: #f3535e;
}
.notice_r a {
	color: #3d3d3d;
}
.clr_txt {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 0;
}
