@charset "UTF-8";
/* 基本 */
section.base{margin-bottom:1em;}
.base{margin-bottom:1em;}
.base.fat_frame{/*padding: 3px;*/}
.base.single_margin{margin-bottom:1em;}
.base.double_margin{margin:0 0 2em;}

/* 画像保護用 */
.cover_img{
	position:absolute;
	border:none!important ;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
}

/* 基本ボタン */
.common_btn{
	background:#e1dbd0;
	border-radius: 12px;
	text-align: center;
	margin: 1em 10px;
	font-size: 16px;
	font-family: "HiraKakuProN-W3";
	box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.60) inset ;
	-moz-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.60) inset;
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.60) inset;
	padding: 2px;
	font-weight: bold;
}
.common_btn.thin{
	margin:0 10px 1em;
}
.common_btn.selected a{
	background: -webkit-gradient(linear, left top, left bottom,  from(#180f04), to(#311e09));
	background: -webkit-linear-gradient(left top, left bottom,  from(#180f04), to(#311e09));
	background: -moz-linear-gradient(left,#180f04, #311e09);
	background: -o-linear-gradient(left,#180f04, #311e09);
	background: -ms-linear-gradient(left,#180f04, #311e09);
	padding: 0.4em 1em;
	display: block;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(170,170,170,0.5);
	-moz-box-shadow: 0 1px 1px rgba(170,170,170,0.5);
	-o-box-shadow: 0 1px 1px rgba(170,170,170,0.5);
	box-shadow: 0 1px 1px rgba(170,170,170,0.5);
	text-decoration: none;
	text-shadow: 0 1px 0 #FEF1E1;
	color:#795321;
	box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
	line-height: 21px;
}
.common_btn a, .common_btn_end{
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf8), color-stop(0.50, #ebdac2), color-stop(0.51, #dec5a3), to(#f7ead8));
	background: -webkit-linear-gradient(top, #fffcf8, #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -moz-linear-gradient(top, #fffcf8,    #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -ms-linear-gradient(top, #fffcf8,     #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -o-linear-gradient(top, #fffcf8,      #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: linear-gradient(top, #fffcf8,         #ebdac2 50%, #dec5a3 51%, #f7ead8);
	padding: 0.4em 1em;
	display: block;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(170,170,170,0.5);
	-moz-box-shadow: 0 1px 1px rgba(170,170,170,0.5);
	-o-box-shadow: 0 1px 1px rgba(170,170,170,0.5);
	box-shadow: 0 1px 1px rgba(170,170,170,0.5);
	text-decoration: none;
	text-shadow: 0 1px 0 #FEF1E1;
	color:#795321;
	box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
	line-height: 21px;
}
.common_btn a:visited{
	color:#795321;
}
.common_btn.decide a,
.common_btn.real a,
.common_btn.preview a,
.common_btn.login a{
	background: -webkit-gradient(linear, left top, left bottom, from(#e4cc8b), color-stop(0.50, #cea853), color-stop(0.51, #c5973d),  to(#e4ce8d));
	background: -webkit-linear-gradient(top, #e4cc8b, #cea853 50%, #c5973d 51%, #e4ce8d);
	background: -moz-linear-gradient(top, #e4cc8b,    #cea853 50%, #c5973d 51%, #e4ce8d);
	background: -ms-linear-gradient(top, #e4cc8b,     #cea853 50%, #c5973d 51%, #e4ce8d);
	background: -o-linear-gradient(top, #e4cc8b,      #cea853 50%, #c5973d 51%, #e4ce8d);
	background: linear-gradient(top, #e4cc8b,         #cea853 50%, #c5973d 51%, #e4ce8d);
	color: #553a13!important;
	margin-top:-1px;
	border-top: none;
	font-size: 16px;
}
/* 2row button*/
.box_horizon > .common_btn{
	width:50%;
}
/* サイズが文字による */
.common_btn.fit{
	display: inline-block;
	margin: 0;
	padding:0;
	border-radius: 7px;
	font-weight: normal;
	border:1px solid #dcc29f;
}
.common_btn.fit a{
	display: inline-block;
	line-height: 1em;
	padding: 0.5em 1em;
	text-shadow: none;
	border-radius: 5px;
	box-shadow:none;
}
/* スリムなボタンの四個並び */
.common_btn.list{
	background: #e1dbd0;
	border-radius: 7px;
	text-align: center;
	margin: 3px;
	padding:0;
	font-size: 12px;
	border:1px solid #dcc29f;
	font-weight: normal;
}
.common_btn.list.selected{
	background: -webkit-gradient(linear, left top, left bottom,  from(#180f04), to(#311e09));
	background: -webkit-linear-gradient(left top, left bottom,  from(#180f04), to(#311e09));
	background: -moz-linear-gradient(left,#180f04, #311e09);
	background: -o-linear-gradient(left,#180f04, #311e09);
	background: -ms-linear-gradient(left,#180f04, #311e09);
	border-radius: 7px;
	text-align: center;
	margin: 3px;
	padding:0;
	font-size: 12px;
	border:1px solid #311e09;
	font-weight: normal;
}
.common_btn.list_none {
	background: #e1dbd0;
	border-radius: 7px;
	text-align: center;
	margin: 3px;
	padding: 0;
	font-size: 12px;
	border: 0px solid #dcc29f;
	font-weight: normal;
}
.common_btn.list a{
	line-height: 1.3em;
	padding: 0.5em 1em;
	text-shadow: none;
	border-radius: 5px;
	box-shadow:none;
}
.common_btn.list.selected a{
	line-height: 1.3em;
	padding: 0.5em 1em;
	text-shadow: none;
	border-radius: 5px;
	box-shadow:none;
	color: #DFC7A3;
}
.notes_txt{
	margin-right: 5px;
	text-align: right;
	font-size: 14px;
}

/* メールBtn */
.mail_btn_icon{
	padding: 0.2em 0.5em 0;
	vertical-align: top;
}
/* icon付きボタン */
.common_btn.with_icon a{
	padding: 0.3em 0 0.6em;
}
.btn_icon{
	padding-right: 0.2em;
	vertical-align: text-bottom;
	pointer-events: none;
	height: 23px;
	margin-bottom: -3px;
}

/* pagerBtn */
.pager_btn{
	padding: 1.1em 10px 0.5em;
	width: 4em;
	color: #E4BB88;
}
.pager_btn .prev {
	padding-left: 1.5em;
	margin-top: -1.2em;
}
.pager_btn .next {
	margin-right: 1.5em;
	margin-top: -0.6em;
	text-align: right;
}
.pager_btn .pagerprev {
	padding-left: 1.5em;
	margin-top: -1.2em;
}
.pager_btn .pagernext {
	margin-right: 1.5em;
	margin-top: -0.6em;
	text-align: right;
}
.pager_btn a {
	text-decoration: none;
	color:#7A531B;
}
.pager_btn_arrow{
	margin: 0 0.5em;
	margin-top: -0.1em;
	border-color:#E4BB88;
}
.pager_btn_arrow_right{
	float: right;
	margin-right: 0.5em;
	margin-top: -1em;
	border-color:#E4BB88;
}

/* input系デフォルト */
.default_input_area{
	margin: 10px;
}
.default_input_area label{
	display: block;
	line-height: 1.2em;
	padding: 0.2em 0;
}
.default_input_area input[type=text],
.default_input_area input[type=email],
.default_input_area input[type=url],
.default_input_area input[type=number],
.default_input_area input[type=tel],
.default_input_area input[type=password]{
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 1em;
	width: 100%;
	color: #444444;
	border-radius:10px;
	border:1px solid #DDC5A4;
	line-height:1em;
	box-shadow: none;
}
.default_input_area textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 5.5em;
	padding: 0.5em;
	width: 100%;
	display: block;
	color: #444444;
	border:1px solid #DDC5A4;
	border-radius:10px;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf8), color-stop(0.50, #ebdac2), color-stop(0.51, #dec5a3), to(#f7ead8));
	background: -webkit-linear-gradient(top, #fffcf8, #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -moz-linear-gradient(top, #fffcf8,    #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -ms-linear-gradient(top, #fffcf8,     #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -o-linear-gradient(top, #fffcf8,      #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: linear-gradient(top, #fffcf8,         #ebdac2 50%, #dec5a3 51%, #f7ead8);
	border: 1px solid #ddc5a4;
	border-radius: 10px;
	padding: 0.3em;
	padding-left: 1em;
	margin:0;
	width: 100%;
	font-size: 100%;
	color:#7A531B;
}
select.cover{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
}
select + .select_dummy{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf8), color-stop(0.50, #ebdac2), color-stop(0.51, #dec5a3), to(#f7ead8));
	background: -webkit-linear-gradient(top, #fffcf8, #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -moz-linear-gradient(top, #fffcf8,    #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -ms-linear-gradient(top, #fffcf8,     #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -o-linear-gradient(top, #fffcf8,      #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: linear-gradient(top, #fffcf8,         #ebdac2 50%, #dec5a3 51%, #f7ead8);
	border: 1px solid #ddc5a4;
	border-radius: 10px;
	padding: 0.3em;
	padding-left: 1em;
	margin:0;
	font-size: 14px;
	color:#7A531B;
	display: block;
}
.select_callender fieldset{
	margin-right:0.5em;
}
.select_callender select + .select_dummy{
	min-width: 3em;
}
.deco_select_tri, label.deco_select_tri {
	position: absolute;
	right: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfcfa), color-stop(0.50, #a1835b), color-stop(0.51, #392511), to(#a7885e));
	background: -webkit-linear-gradient(top, #fffcf8, #a1835b 50%, #392511 51%, #a7885e);
	background: -moz-linear-gradient(top, #fffcf8,    #a1835b 50%, #392511 51%, #a7885e);
	background: -ms-linear-gradient(top, #fffcf8,     #a1835b 50%, #392511 51%, #a7885e);
	background: -o-linear-gradient(top, #fffcf8,      #a1835b 50%, #392511 51%, #a7885e);
	background: linear-gradient(top, #fffcf8,         #a1835b 50%, #392511 51%, #a7885e);
	border-left:1px solid #ddc5a4;
	padding: 0 0.8em ;
	border-radius: 0 10px 10px 0;
	text-shadow: 0px 4px 2px black;
	color: white;
	height: 99%;
	top: 1px;
	line-height: 2em;
	font-size: 14px;
}
.kids_frame{
	text-align: center;
	background-color: #f9b808;
	color: #ffffff;
	font-weight: bold;
	margin: 5px 10px;
}

/* カレンダー検索 */
.select_callender {
	margin: 0 10px;
}
.select_callender select{
	-webkit-appearance: none;
	display:block;
	min-width: 4em;
	margin: 0.25em ;
	padding: 0.5em;
	border:1px solid #ddc5a4;
	border-radius:10px;
	font-size: 14px;
	width:auto;
}
.select_callender select.year{
	margin-left:0;
	width: 100%;
}
.select_callender select.date{
	margin-right:0;
}
.select_callender select.category{
	width: 100%;
	margin-left: 0;
}
.select_callender .common_btn{
	margin-left:0.5em;
}
.select_callender .deco_select_tri{
	padding: 0 0.4em;
}
/* input系デコレーション用 */
.deco_input_area .field_set{
	margin: 1em 0;
}
.deco_input_area label{
	max-width: 70%;
}
.default_input_area input[type=radio]{
	margin-right: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	height:2em;
	width:2em;
	border-radius:1em;
	border:1px ;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf8), color-stop(0.50, #ebdac2));
	background: -webkit-linear-gradient(top, #fffcf8, #ebdac2);
	background: -moz-linear-gradient(top, #fffcf8,    #ebdac2);
	background: -ms-linear-gradient(top, #fffcf8,     #ebdac2);
	background: -o-linear-gradient(top, #fffcf8,      #ebdac2);
	background: linear-gradient(top, #fffcf8,         #ebdac2);
	border:1px solid #ddc5a4;
}
.default_input_area input[type=radio]:checked{
	background: -webkit-gradient(linear, left top, left bottom, from(#34200a), to(#b49369));
	background: -moz-linear-gradient(center top , #34200a, #b49369);
	background: -o-linear-gradient(center top , #34200a, #b49369);
	box-shadow: 0px 0px 5px #000 inset;
	position:relative;
}
.default_input_area input[type=radio]:checked:after{
	content: "";
	position:absolute;
	display:block;
	width:0.9em;
	height:0.9em;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf8), color-stop(0.50, #ebdac2),color-stop(0.51, #dec5a3)  to(#f7ead8));
	background: -webkit-linear-gradient(top, #fffcf8, #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -moz-linear-gradient(top, #fffcf8,    #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -ms-linear-gradient(top, #fffcf8,     #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -o-linear-gradient(top, #fffcf8,      #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: linear-gradient(top, #fffcf8,         #ebdac2 50%, #dec5a3 51%, #f7ead8);
	top:0.5em;
	left:0.5em;
	border-radius:1em;
}
.default_input_area input[type=radio] + label{
	display: inline;
	position: relative;
	top: -0.6em;
}
/*toggle button for radio*/
.toggle{
	border:1px solid #CBC6C0;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#34200a), to(#b49369));
	background: -moz-linear-gradient(center top , #34200a, #b49369);
	background: -o-linear-gradient(center top , #34200a, #b49369);
	height:2em;
	width:80px;
	box-shadow: 0px 0px 5px #000 inset;
	overflow: hidden;
}
.toggle input[type="radio"]{
	display:none;
}
.toggle label,
.toggle input[type="radio"] + label{
	display:block;
	width:0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	top:0;
}
.toggle input[type="radio"]:checked + label{
	width:50px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	color:#fff;
	font-size:100%;
}
.toggle_box{
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1C9A7));
	background: -moz-linear-gradient(center top , #FFFFFF, #E1C9A7);
	background: -o-linear-gradient(center top , #FFFFFF, #E1C9A7);
	border-radius:3px;
	width:30px;
	height:1.9em;
	box-shadow: -2px 0 3px -2px #000000, 3px 0 3px -2px #000000;
}

/* インプットテキスト */
.inline_input{
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0.5em;
	padding: 0.1em 0.5em;
}
.inline_input.indent{
	margin-left: 0;
}
/*	ヘッダー  */
.common_header{
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#040302), color-stop(0.50, #c2a25b), to(#040302));
	background: -moz-linear-gradient(left,#040302,#c2a25b 50%  #040302);
	background: -o-linear-gradient(left,#040302,  #c2a25b 50%, #040302);
	background: -ms-linear-gradient(left,#040302,  #c2a25b 50%, #040302);
	padding:1px 0;
}
.common_header_shadow{
	-webkit-box-shadow: 0 0 3px 3px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 0 3px 3px rgba(51, 51, 51, 0.5);
	-o-box-shadow: 0 0 3px 3px rgba(51, 51, 51, 0.5);
	box-shadow: 0 0 3px 3px rgba(51, 51, 51, 0.5);
}
.common_header_main{
	padding: 0.3em 0.5em;
	background: -webkit-gradient(linear, left top, right top, from(#292929), color-stop(0.50, #AE8D60), to(#292929));
	background: -moz-linear-gradient(left, #292929, #292929 10%, #AE8D60 50%, #292929 90%, #292929);
	background: -o-linear-gradient(left, #292929, #292929 10%, #AE8D60 50%, #292929 90%, #292929);
	background: -ms-linear-gradient(left,#040302,  #c2a25b 50%, #040302);
	-webkit-box-align: start;
	-moz-box-align: start;
}
.common_header_main h1 {
	margin-top: 10px;
}
.common_header_main > div {
	margin-top: 10px;
}
.common_header_main a{
	display:block;
	text-decoration: none;
}
.common_header_nav a{
	padding: 0 0.6em;
}
.common_header_nav a.koudoku{
	padding: 0 0;
}
.common_header_main.top .common_header_nav a{
	padding-top: 0.3em;
}

/* for sprite img
.common_header_main a img{
	padding:0 1em 0.3em;
}
.common_header_main.top a img{
	padding:0.3em 1em 0.3em;
}
.common_header_main a img.logo{
	padding: 0.3em 0 0;
}
*/
/*for sprite */
.header_sprite{
	background-image: url("/../../../img/smp/sprite/sprite_header_wt2.png");
	background-size: 220px 41px;
	background-repeat: no-repeat;
	display:block;
}
.header_sprite.logo{
	background-position: -69px 0;
	width: 151px;
	height: 41px;
}
.header_sprite.logo.min{
	background-position: -50px 5px;
	width: 110px;
	height: 35px;
	background-size: auto 30px;
}
.header_sprite.i_mypage_w{
	background-position: -35px 0;
	width: 24px;
	height: 24px;
	margin:auto;
}
.header_sprite.i_home_w4{
	background-position: 0 0;
	width: 24px;
	height: 24px;
	margin:auto;
}
.common_header_main p{
	font-size: 9px;
	line-height:1em;
	margin-top:0.2em;
}

/*for siteTOP*/
.common_header_main.top{
	padding: 0.5em 0.5em;
	background-size:cover;
	background-color: black;

}
.common_header_main.top a img.logo{
	padding: 0;
}
/* 黒ヘッダー */
.header_back_bar{
	background: -webkit-gradient(linear, left top, left bottom, from(#180f04), to(#311209));
	background: -webkit-linear-gradient(top, #180f04, #311209);
	background: -moz-linear-gradient(top, #180f04, #311209);
	background: -ms-linear-gradient(top, #180f04, #311209);
	background: -o-linear-gradient(top, #180f04, #311209);
	background: linear-gradient(top, #180f04, #311209);
	box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.5);
	border-bottom: 1px solid #e9d7bf;
}
.header_back_bar_txt{
	padding: 0.5em 10px;
	color: #ffffff;
}
.header_back_bar_center{
	text-align: center;
/*	text-indent: -3.5em;*/
}
.header_back_bar_btn{
	display:block;
	padding: 0.5em;
}
/* 第二階層用 */
.header_back_bar.second {
	background: none;
	color: #795321;
	box-shadow:none;
}
.header_back_bar.second h2 {
	color: #795321;
}
.header_back_bar.second h2 .common_title_sub {
	text-shadow:none;
	color: #795321;
}
/* フッター */
footer{
	border-top:1px solid #bfa14d;
}
.common_footer{
	-webkit-box-shadow:0 -3px 5px 5px rgba(238, 215, 187, 1);
	-moz-box-shadow: 0 -3px 5px 5px rgba(238, 215, 187, 1);
	-o-box-shadow: 0 -3px 5px 5px rgba(238, 215, 187, 1);
	box-shadow: 0 -3px 5px 5px rgba(238, 215, 187, 1);
}
.common_footer a{
	display:block;
	padding: 0.5em
}
.common_footer_user a{
	width: 37px;
	height: 37px;
}
.common_footer_user_icon{
	border: 1px solid #585858;
	width: 35px;
	height: 35px;
	pointer-events: none;
}
.footer_service_list {
	background: #fff;
}
.footer_service_list .title {
	height: 32px;
	line-height: 32px;
	background: #333;
	color: #fff;
	padding: 0 5px;
	font-weight: bold;
}
.footer_service_list a {
	padding: 10px 0;
	text-decoration: none;
}

.footer_service_list_item .box_horizon a {
	box-sizing: border-box;
	width: 160px;
	height: 34px;
	margin: 8px 0;
	color: #333;
}
.footer_service_list.partner a {
	padding: 0;
}
.footer_service_list_item .left {
	background: url(/../../../img/smp/icon/logo_shoplist.png) 5px 2px no-repeat;
	background-size: 30px;
	padding: 2px 5px 2px 40px;
}
.footer_service_list_item .right {
	background: url(/../../../img/smp/icon/logo_code.png) 5px 2px no-repeat;
	background-size: 30px;
	padding: 2px 5px 2px 40px;
}
.footer_service_list_item .travellist {
	background: url(/../../../img/smp/icon/Icon_travellist.png) 5px 2px no-repeat;
	background-size: 30px;
	padding: 2px 5px 2px 40px;
}
.footer_service_list_item .reward {
	background: url(/../../../img/smp/icon/logo_reward.png) 5px 2px no-repeat;
	background-size: 30px;
	padding: 2px 5px 2px 40px;
}
.footer_service_list_item .dealing{
	background: url(/../../../img/smp/icon/logo_dealing2.png) 5px 2px no-repeat;
	background-size: 30px;
	padding: 2px 5px 2px 40px;
}
.footer_service_list_item .site_name {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.footer_service_list_item .site_description {
	font-size: 9px;
	color: #999;
	line-height: 12px;
}



/* footer CROOZサービス枠 3枠対応 160823 mkoguchi */
.footer_service_list_item ul li{
    padding:10px;
    border-bottom: 1px solid #dfdfdf;
}
.footer_service_list_item ul li:last-child{
	border-bottom: none;	
}
.footer_service_list_item ul li .site_name {
    font-size: 14px;
    font-weight: bold;
    text-indent: 10px;
    line-height: 26px;
    padding-bottom: 2px;
    color: #333333;
}
.footer_service_list_item ul li .site_description{
    font-size: 12px;
    padding-left: 10px;
    /* text-indent: 10px; */
}

.footer_service_list_item .shoplist {
	background: url(/../../../img/smp/icon/crooz_service/shoplist_icon.png) 0px 2px no-repeat;
    background-size: 45px;
    padding:2px 5px 6px 43px
}
.footer_service_list_item .shoplist_matome {
	background: url(/../../../img/smp/icon/crooz_service/shoplist_matome_icon.png) 0px 2px no-repeat;
    background-size: 45px;
    padding:2px 5px 6px 43px
}
.footer_service_list_item .mimitv {
	background: url(/../../../img/smp/icon/crooz_service/mimitv_icon.png) 0px 2px no-repeat;
    background-size: 45px;
    padding:2px 5px 6px 43px
}
.footer_service_list_item .codenote {
	background: url(/../../../img/smp/icon/crooz_service/codenote_icon.png) 0px 2px no-repeat;
    background-size: 45px;
    padding:2px 5px 6px 43px
}
.footer_service_list_item .reward_new {
	/*background: url(/../../../img/smp/icon/crooz_service/reward_icon.png) 0px 2px no-repeat;*/
	background: url(/../../../img/smp/icon/crooz_service/reward_icon_161011.png) 0px 2px no-repeat;
    background-size: 45px;
    padding:2px 5px 6px 43px
}

.footer_service_list_item .shoplist_used {
	/*background: url(/../../../img/smp/icon/crooz_service/reward_icon.png) 0px 2px no-repeat;*/
	background: url(/../../../img/smp/icon/crooz_service/used120_120.png) 0px 2px no-repeat;
    background-size: 45px;
    padding:2px 5px 6px 43px
}

.footer_service_list_item .shopzone {
    background: url(/../../../img/smp/icon/crooz_service/shopzone_new_icon_02.png) 0px 2px no-repeat;
    background-size: 45px;
    padding:2px 5px 6px 43px
}

.footer_service_list_item .styling {
    background: url(/../../../img/smp/icon/crooz_service/styling_120_120.png) 0px 2px no-repeat;
    background-size: 45px;
    padding:2px 5px 6px 43px
}

.mpad {
    text-align: center;
    padding: 7px;
}

/* cmp ad */
.cmp_top{text-align:center;}
.cmp_box{text-align:center;margin-left:10px;margin-right:10px;}
.cmp_area{
		/* boxレイアウトの指定 */
		display: box;
		display: -webkit-box;
		display: -moz-box;

		/* 配置したボックスを左右中央寄せにする */
		box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
}
.cmp_pctop_left{
    text-align:center;
    width:300px; 
    height:600px;    
    position: absolute;
    top: 0px;
    left: -320px;
    
}
.cmp_pctop_right{
    text-align:center;
    width:300px; 
    height:600px;    
    position: absolute;
    top: 0px;
    left: 620px;
    
}
.cmp_smp{
    text-align:center;
    width: 300px !important;
    overflow: hidden;
}

.cmp_banner{
    text-align:center;
    width: 320px !important;
    overflow: hidden;
}

#copyright{
    /*
	background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(0.10, #000000), color-stop(0.50, #211101), color-stop(0.90, #000000), to(#000000));
	background: -moz-linear-gradient(left, #000000, #000000 10%, #211101 50%, #000000 90%, #000000);
	background: -o-linear-gradient(left, #000000, #000000 10%, #211101 50%, #000000 90%, #000000);
	background: -ms-linear-gradient(left, #000000, #000000 10%, #211101 50%, #000000 90%, #000000);
    */
	background-color: #000;
	padding: 16px 0;
	text-align: center;
}
#copyright .c_mark{
	font-family:'Times New Roman', 'Times';
	font-size: 120%;
}
/*  FOOTER SNS LINK  */
#copyright div.footer_sns_link{
    padding: 0 0 10px 0;
}
#copyright p.sns_link_title {
    font-size: 16px;
}
/*
#copyright div.footer_sns_link ul{
	overflow:hidden;
	width:80%;
	margin:15px auto;
}
*/
#copyright div.footer_sns_link ul {
    overflow: hidden;
    width: 100%;
    margin: 15px auto;
}

/*
#copyright div.footer_sns_link li{
	overflow:hidden;
	float:left;
	width:30px;
	height:30px;
	margin:0 21px;
	text-align:center;
}
*/
#copyright div.footer_sns_link li {
    overflow: hidden;
    float: left;
    width: 25%;
    height: 30px;
    margin: 0;
    text-align: center;
}
#copyright div.footer_sns_link li a{
    display: block;
	overflow:hidden;
	width:33px;
	height:30px;
	margin:0 auto;
}
#copyright div.footer_sns_link li a{
    display: block;
	overflow:hidden;
    -webkit-tap-highlight-color:#000;
}

#copyright div.footer_sns_link li.twitter a{
	background:url(/../../../img/smp/icon/footer_menu/sp_sns_icons.png);
}



.siste_list {
	background: -webkit-gradient(linear, left top, left bottom, from(#170f04), to(#2F1E0A));
	background: -webkit-linear-gradient(top, #170f04 0%, #2F1E0A 100%);
	background: -o-linear-gradient(top,   #170f04 0%, #2F1E0A 100%);
	background: -ms-linear-gradient(top,  #170f04 0%, #2F1E0A 100%);
	background: -moz-linear-gradient(top, #170f04 0%, #2F1E0A 100%);
	background: linear-gradient(top, #170f04 0%, #2F1E0A 100%);
	border-top:1px solid #251C13;
	border-bottom:1px solid #3C2A16;
	font-size: 10px;
	padding: 5px 10px;
}
.siste_list a,
.siste_list .title {
	box-shadow: 0 -2px 2px -1px #000 inset;
}
.siste_list a.no_line{
	box-shadow: none;
}
.siste_list a,
.siste_list a:visited {
	text-decoration: none;
	color:#DFC7A3;
	border-bottom:1px solid #432E19;
	padding:0.5em 0;
	width: 50%;
}
.siste_list .title {
	font-size:15px;
	color:#fff;
	padding:0 0 0.3em;
	border-bottom:1px solid #432E19;
}
.sister_margin_right{
	margin-right:10px;

}
.siste_txt_main {
	font-size:15px;
	white-space: nowrap;
	overflow:hidden;
}

/* ヘッダー検索 */
#headerMenu_hide {
	background: #000000;
	padding: 0.5em 0;
	height: 8em;
	-webkit-transition: height 0.4s linear ;
	display: none;
	font-size: 12px;
}
.header_menu_item {
	width: 33.3%;
}
.header_menu_item a{
	text-decoration:none;
	display: block;
	font-size:9px;
	line-height:1.5em;
}
/* 無装飾タイトル */
.common_title{
	background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(0.10, #221100), color-stop(0.50, #ad8d64), color-stop(0.90, #221100), to(#000000));
	background: -moz-linear-gradient(left, #000000, #221100 10%, #ad8d64 50%, #221100 90%, #000000);
	background: -o-linear-gradient(left, #000000, #221100 10%, #ad8d64 50%, #221100 90%, #000000);
	background: -ms-linear-gradient(left, #000000, #221100 10%, #ad8d64 50%, #221100 90%, #000000);
	margin: 0 ;
	padding: 0.5em 10px;
	font-weight: bold;
	box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.5);
	color:#ececec;
	position:relative;
}
.common_title:before,
.common_title:after{
	content:"";
	width:100%;
	background-color:#e9d7bf;
	position: absolute;
	left:0;
}
.common_title:before{
	top:0;
}
.common_title:after {
	height: 1px;
	bottom:0;
}
.common_title span{
	margin:0 0.1em;
}
.common_title_sub {
	font-family: Futura Medium, "Trebuchet MS", Arial, sans-serif;
	display: block;
	color: #DEC5A3;
	float: right;
	position: relative;
	font-size: 10px;
	text-shadow: 0px 2px 2px #000000 ;
}
.common_title_sub:before,
.common_title_sub:after {
	content:"";
	width:1em;
	height:2px;
	background: -moz-linear-gradient(left,  rgba(231,203,165,0) 0%, rgba(231,203,165,0.8) 24%, rgba(231,203,165,1) 47%, rgba(231,203,165,0.8) 66%, rgba(231,203,165,0.02) 99%, rgba(231,203,165,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(231,203,165,0)), color-stop(24%,rgba(231,203,165,0.8)), color-stop(47%,rgba(231,203,165,1)), color-stop(66%,rgba(231,203,165,0.8)), color-stop(99%,rgba(231,203,165,0.02)), color-stop(100%,rgba(231,203,165,0)));
	background: -webkit-linear-gradient(left,  rgba(231,203,165,0) 0%,rgba(231,203,165,0.8) 24%,rgba(231,203,165,1) 47%,rgba(231,203,165,0.8) 66%,rgba(231,203,165,0.02) 99%,rgba(231,203,165,0) 100%);
	background: -o-linear-gradient(left,  rgba(231,203,165,0) 0%,rgba(231,203,165,0.8) 24%,rgba(231,203,165,1) 47%,rgba(231,203,165,0.8) 66%,rgba(231,203,165,0.02) 99%,rgba(231,203,165,0) 100%);
	background: -ms-linear-gradient(left,  rgba(231,203,165,0) 0%,rgba(231,203,165,0.8) 24%,rgba(231,203,165,1) 47%,rgba(231,203,165,0.8) 66%,rgba(231,203,165,0.02) 99%,rgba(231,203,165,0) 100%);

	vertical-align:0.3em;
	display:inline-block;
	margin: 0 2px;
}
.common_title.slim_btm_line{
	border-bottom: 1px solid #000000;
}
/* 第二回装用 */
.common_title.second {
	background: none;
	color: #795321;
	box-shadow:none;
	border-left: 5px solid rgb(152, 5, 5);
}
.common_title.second:before {
	height : 1px;
}
.common_title.second.no_head_line:before {
	height: 0;
}
.common_title.second .common_title_sub {
	color: #795321;
	text-shadow: none;
}
/* 管理タイトル */
.admin_title{
	margin: 0.25em 1em 1em;
}
.admin_title img{
	margin-right: 0.5em;
}
/* ランキングタイトル */
.second_title{
	background: -webkit-gradient(linear, left top, right top, from(#010101), color-stop(0.50, #B08D5F),to(#010101));
	background: -moz-linear-gradient(left,#010101, #B08D5F 50%, #010101);
	background: -o-linear-gradient(left,#010101, #B08D5F 50%,#010101);
	background: -ms-linear-gradient(left,#010101, #B08D5F 50%,#010101);
	/*border-top: 3px ridge #e5d3af;*/
	/*border-bottom: 3px ridge #e5d3af;*/
	margin: 0 ;
	padding: 0.5em;
	font-weight: bold;
	box-shadow: 0px 0px 5px rgba(66, 62, 53, 0.78);
	-moz-box-shadow: 0px 0px 5px rgba(66, 62, 53, 0.78);
	-webkit-box-shadow: 0px 0px 5px rgba(66, 62, 53, 0.78);
	color:#ececec;
	position:relative;
}
.second_title span{
	margin:0 0.1em;
	letter-spacing: -0.01em;
}
/*New Artile title*/
.common_title.new {
	position:relative;
	padding-left: 4em;
}
.common_title.new img.new{
	width: 53px;
	position:absolute;
	bottom: -0.4em;
	z-index: 1;
	left:0.3em;
}
/* 基本もっとみる */
.common_more{
	padding: 10px;
	text-align: right;
	text-decoration: none;
	line-height: 13px;
}
.common_more p{
	padding-bottom: 3px;
}
.common_more .image{
	margin-right: 10px;
}
.common_more .image img{
	padding-bottom: 2px;
}
.common_more .arrow {
	border-color:#E4BB88;
}
/* 折り返しもっとみる */
.clip_more_area{
	height: 2em;
	margin: 0 10px;
	position: relative;
}
.clip_more_base{
	float: right;
	margin-top: 0.75em;
}
.clip_more{
	display: block;
	float: right;
	margin-top: 0.75em;
	padding: 0.5em;
	background-color:#FF4D7E;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;
	margin-top: -2px;
}
.fat_frame .clip_more{
	margin-top: -3px;
}
.clip_more:before{
	display: block;
	content: "";
	border-bottom: 1em solid rgba(255, 255, 255, 0);
	border-right: 7px solid #DB3965;
	position: absolute;
	bottom: 0;
	left: -7px;
}
.clip_more .arrow{
	border-right: 2px solid;
	border-top: 2px solid;
}
/* 基本タブ*/
.common_tab_list{
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom,  from(#180f04), to(#311e09));
	background: -webkit-linear-gradient(left top, left bottom,  from(#180f04), to(#311e09));
	background: -moz-linear-gradient(left,#180f04, #311e09);
	background: -o-linear-gradient(left,#180f04, #311e09);
	background: -ms-linear-gradient(left,#180f04, #311e09);
	-webkit-box-sizing: border-box;
	padding: 2px 4px 0;
	border-top:1px solid #e9d7bf;
}
.common_tab_item{
	padding: 0.5em 0;
	width:50%;
}
.common_tab_item2{
	padding: 0.5em 0;
	width:50%;
}
.common_tab_item.selected, .common_tab_item._selected{
	background: #fef8f0;
	position: relative;
	border-radius: 5px 5px 0 0;
	border:1px solid #180f04;
	border-bottom:none;
	padding: 0;
	box-shadow: 0 3px 2px -2px #FEF8F0;
}
.common_tab_item2.selected, .common_tab_item2._selected{
	background: #FFF;
	position: relative;
	border-radius: 5px 5px 0 0;
	border:1px solid #180f04;
	border-bottom:none;
	padding: 0;
	box-shadow: 0 3px 2px -2px #FEF8F0;
}
/* ヘッダメニュータブ */
.header_menu_tab.common_tab_list {
	background: -webkit-gradient(linear, left top, left bottom, from(#25010B), to(#410104));
	background: -webkit-linear-gradient(left top, left bottom,  from(#25010B), to(#410104));
	background: -moz-linear-gradient(left,#25010B, #410104);
	background: -o-linear-gradient(left,#25010B, #410104);
	background: -ms-linear-gradient(left,#25010B, #410104);
}
.header_menu_tab .common_tab_item {
	padding: 7px;
}
.header_menu_tab .common_tab_item2 {
	padding: 7px;
}
.header_menu_tab .common_tab_item._selected {
	border-left: 1px solid #846640;
	border-top: 1px solid #846640;
}
.header_menu_tab .common_tab_item2._selected {
	border-left: 1px solid #846640;
	border-top: 1px solid #846640;
}
.header_menu_tab .common_tab_item img {
	margin-right: 5px;
}
.header_menu_tab .common_tab_item2 img {
	margin-right: 5px;
}
.header_menu_tab .common_tab_item .common_tab_txt {
	vertical-align: super;
}
.header_menu_tab .common_tab_item2 .common_tab_txt {
	vertical-align: super;
}
.header_menu_tab .common_tab_item._selected .common_tab_txt {
	vertical-align: bottom;
}
.header_menu_tab .common_tab_item2._selected .common_tab_txt {
	vertical-align: bottom;
}
.common_tab_item a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	border-left: 1px solid ;
	color: #DFC7A3;
}
.common_tab_item2 a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	border-left: 1px solid ;
	color: #DFC7A3;
}
.common_tab_item.selected a, .common_tab_item._selected a{
	color: #7A531B;
}
.common_tab_item2.selected a, .common_tab_item2._selected a{
	color: #000;
}
.common_tab_item.selected a, .common_tab_item._selected a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	border-left:none;
	padding:0.5em 0;
}
.common_tab_item.selected2 a, .common_tab_item2._selected a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	border-left:none;
	padding:0.5em 0;
}
.common_tab_item.selected + .common_tab_item a, .common_tab_item._selected + .common_tab_item a{
	border-left:none;
}
.common_tab_item2.selected + .common_tab_item2 a, .common_tab_item2._selected + .common_tab_item2 a{
	border-left:none;
}
.common_tab_item:first-child a{
	border-left:none;
}
.common_tab_item2:first-child a{
	border-left:none;
}
.common_tab_panel{
	overflow: hidden;
	border-top:1px solid #fff;
}
/* JSでタブを切り替える場合のJS */
.content_wrap{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #fff3df;
}
.content_wrap.disnon{
display:none;
}
/*Switch Button*/
.select_link {
	padding: 0.5em;
	text-align:center;
}
.select_link *{
	display: block;
	padding:0.5em 0;
	border: 1px solid #F5E3CB;
}
.select_link :first-child{
	border-radius: 10px 0 0 10px;
	border-right:none;
}
.select_link :last-child{
	border-radius: 0 10px 10px 0;
}
.select_link a {
	text-decoration: none;
	width:50%;
}
.select_link .selected{
	background: -webkit-gradient(linear, left top, left bottom, from(#34200a), to(#b49369));
	background: -moz-linear-gradient(center top , #34200a, #b49369);
	background: -o-linear-gradient(center top , #34200a, #b49369);
	box-shadow: 0px 0px 5px #000 inset;
	color:#F7FFFF;
}
/* 広告 */
.banner_area{
	padding: 0 10px;
	text-align: center;
}
.banner_area img{
	max-width: 300px;
}
.banner_area .cover_img{
	display:none;
}
#adingo_ad_ios, #adingo_ad_android{
	text-align: center;
}
#adingo_ad_ios img, #adingo_ad_android img{
	max-width: 300px;
}
/* 更新情報おしらせアコーディオン */
.info_area{
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}
.info_area_btn{
	display:block;
	padding: 0.5em;
	text-decoration: none;
}
.info_area_btn.open .triangle.bottom{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform : rotate(0deg);
}
.info_area_top a{
	text-decoration: none;
	display: block;
	padding: 0.75em 0.5em 0.75em 0.5em;
}
.hide .common_list_item:first-child{
	padding:0 10px;
}
/* index,ランキングセレクタ */
.rank_select_area{
	background-color: #F5F5F5;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
	margin: 0 0.5em 1em;
	overflow: hidden;
}
.rank_list_title{
	border-top: 1px solid #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F4ED), to(#ffffff));
	background: -moz-linear-gradient(top,#F7F4ED, #ffffff);
	background: -o-linear-gradient(top,#F7F4ED, #ffffff);
}
.genre_english_name{
	color: #FF4D7E;
}
/* 基本リスト */
.common_list{

}
.common_list_item{
	line-height:1.2em;
}
.common_list_item > .box_list{
	text-decoration: none;
	padding: 10px;
}
.common_list a.text_link{
	padding: 0.25em 0.25em 0.25em 0;
	text-decoration: underline;
}
.common_list_item:first-child{
}
.common_list_item:nth-child(even){
	background-color:#f7ebda;
}
.common_list_rank{
	text-align: center;
	margin-right: 0.8em;
}
.common_list_arrow{
	margin: 0 0.25em;
}
.common_list .arrow {
	border-color:#E4BB88;
}
/* ランキング用リスト */
.rank_list_base{
	border-top: 1px solid #EDE9E1;
}
.rank_list{
}
.rank_list_item{
	border-bottom: 1px solid #fff3df;
}

.rank_position{
	position: relative;
	overflow: hidden;
}

.rank_position .time_position{
	position: absolute;
	bottom:10px;
	right:10px;
}
.rank_list_item_sub a.box_list{
	text-decoration: none;
	/*
	padding: 0.25em 11px;
	*/
	padding: 7px 11px;
	padding-left: 1.5rem;
	border-bottom: 1px solid #FFF3DF;
}
.rank_list .rank_list_item:nth-child(2n+2){
	background-color: #F7EBDA;
}
.more_color{
	background-color: #F7EBDA;
}
.rank_list.balloon:before{
	left: 2em;
	top: -0.4em;
}
.rank_list.balloon:after{
	left: 2em;
	top: -0.4em;
}
.rank_list_link{
	padding: 0.5em;
	text-decoration: none;
}
.rank_list_link_mid{
	padding: 0.4em;
	text-decoration: none;
}
.rank_list_thumb{
	margin-right: 0.75em;
	width: 50px;
	height: 50px;
	position: relative;
}
.rank_list_thumb img{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 3px;
}
.rank_list_thumb_shadow{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) inset;
	position: absolute;
	top: 0;
}
.rank_list_thumb_mid{
	margin-right: 0.75em;
	width: 65px;
	height: 65px;
	position: relative;
}
.rank_list_thumb_mid img{
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 5px;
}
.rank_list_thumb_mid_shadow{
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) inset;
	position: absolute;
	top: 0;
}
.rank_list_thumb_big{
	margin-right: 0.25em;
	width: 90px;
	height: 90px;
	position: relative;
}
.rank_list_thumb_big img{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 5px;
}
.rank_list_thumb_big_shadow{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) inset;
	position: absolute;
	top: 0;
}
.rank_list_thumb_tip{
	display: block;
	width: 17px;
	height: 17px;
	background-color: #FF4D7E;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	left: -5px;
	top: -5px;
}
.rank_list_txt{
	font-size: 14px;
	line-height: 1.5em;
	margin-left:5px;
}
.rank_list_txt_date{
	text-align: right;
	margin-right:5px;
}
.rank_list .arrow {
	border-color:#E4BB88;
}
.menu_list{
	padding: 5px 0.75em;
}
.half_right_margin {
	margin-right: 0.5em!important;
}
.list_no_btm li:last-child {
	border-bottom: none;
}
/* シンプル導線リスト */
.simple_list{
	background-color:#FFFCF9;
	border: 2px solid #E0C9A5;
	border-radius: 10px;
	margin: 0.75em 10px;
	font-size: 14px;
}
.simple_list_item{
	border-bottom: 2px solid #E0C9A5;

}
.simple_list_item:last-child{
	border-bottom: none;
}
.simple_list_item a{
	padding: 0.75em 1em;
	text-decoration: none;
	color: #7a531b;
}
/* アルバムリスト */
.album_list{
	margin: 2em 0.5em 0em;
}
.album_list_item{
	float: left;
	width: 33%;
	margin-bottom: 1em;
}
.album_list_item a, .album_list_item img{
	width: 90px;
	height: 90px;
	display:block;
	margin: 0 auto;
}
/* check+link */
.common_check_check{
	width: 4em;
}
input[type=checkbox]{
	-webkit-appearance:none;
	display: block;
	height: 2em;
	margin: 0 0 0 10px ;
	width: 2em;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf8), color-stop(0.50, #ebdac2));
	background: -webkit-linear-gradient(top, #fffcf8, #ebdac2);
	background: -moz-linear-gradient(top, #fffcf8,    #ebdac2);
	background: -ms-linear-gradient(top, #fffcf8,     #ebdac2);
	background: -o-linear-gradient(top, #fffcf8,      #ebdac2);
	background: linear-gradient(top, #fffcf8,         #ebdac2);
	border:1px solid #ddc5a4;
}
input[type=checkbox]:checked{
	background: -webkit-gradient(linear, left top, left bottom, from(#34200a), to(#b49369));
	background: -moz-linear-gradient(center top , #34200a, #b49369);
	background: -o-linear-gradient(center top , #34200a, #b49369);
	box-shadow: 0px 0px 5px #000 inset;
	position:relative;
}
input[type=checkbox]:checked:after{
	content: "";
	position:absolute;
	display:block;
	width:0.9em;
	height:0.9em;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf8), color-stop(0.50, #ebdac2),color-stop(0.51, #dec5a3)  to(#f7ead8));
	background: -webkit-linear-gradient(top, #fffcf8, #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -moz-linear-gradient(top, #fffcf8,    #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -ms-linear-gradient(top, #fffcf8,     #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: -o-linear-gradient(top, #fffcf8,      #ebdac2 50%, #dec5a3 51%, #f7ead8);
	background: linear-gradient(top, #fffcf8,         #ebdac2 50%, #dec5a3 51%, #f7ead8);
	top:0.5em;
	left:0.5em;
	border-radius:3px;
}
.common_check_list a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0;
	padding-left: 0;
}
.common_check_list .common_list_arrow{
	margin: 0 0 0 0.5em;
}
/* ---------------------------------------------
小リスト
----------------------------------------------- */
.ListSection{
	margin-top:1em;
}
.small_list_frame{
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	margin-left:10px;
	margin-right:10px;
	background-color: #FFFCF8;
}
.small_link_list + * {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.small_link_main {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-flex: 1;
}
.small_link_list_item {
	border-bottom: 1px solid #F7F4F0;
	line-height: 16px;
}
.small_link_list_item .box_list {
	text-decoration: none;
	padding: 10px;
	color: #7a531b;
}
.small_link_list_arrow{
	margin: 0 0.25em;
	border-color: #e4bb88;
}
.list_no_btm li:last-child {
	border-bottom: none;
}
.footer_arrow {
	display: block;
	height: 7px;
	width: 7px;
	border-top: solid 2px;
	border-right: solid 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	color: #e4bb88;
}
/* ---------------------------------------------
form file
----------------------------------------------- */
.file_area{
	position:relative;
	margin:auto;
	margin-left: 10px;
}
.file_area .file_btn{
	position:absolute;
	left:0;
}
.common_btn.fit.file{
	margin:0;
}
.common_btn.fit.file a{
	padding:8px 22px;
}
.common_btn.fit.file.adrd a{
	padding:10px 16px;
}
input[type="file"]{
	margin-left: 40px;
	margin-top: 5px;
	font-size:10px;
}

/* 設定 */
.form_sub_txt{
	font-size:14px;
	margin: 0.25em 0 0 0;
	line-height: 1.2em;
}
dl.conf_list{
	margin: 0.5em;
}
dl.conf_list dt{
	font-weight: bold;
	line-height: 1.2em;
	padding: 0.1em 0;
}
dl.conf_list dd{
	border-bottom: 1px dotted;
	margin-bottom: 0.5em;
	padding: 0.1em 0;
}
.list_disc{
	list-style: disc inside none;
}

/* 画像表示 */
.img_disp_area img{
	max-width: 100%;
}
.img_title {
	text-align: right;
	margin-right: 10px;
	margin-top:  5px;
}
/* フッター */
.nav_foot {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.nav_foot_topmenu {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.nav_foot_topmenu a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.nav_foot img{
	height: 12px;
	margin-right: 5px;
}
.nav_foot a {
	font-weight: bold;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ ProN W3", Helvetica, Arial,sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	background-size:contain;
	padding-left: 20px;
	background-size: 12px;
	background-position:0 3px;
}
.nav_foot a:first-child {
	background-image: url("../../../img/smp/icon/icon_footer_croozblog.png");
	background-repeat:no-repeat;
}
.nav_foot a:last-child {
	background-image: url("../../../img/smp/icon/icon_footer_mypage.png");
	background-repeat:no-repeat;
}
#prev_area{
	overflow:hidden;
}
/*ライン*/
.sep_line {
	border-bottom:1px solid #dec5a3;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
/*トップ画像ファイル投稿用　アンドロイド*/
.common_list_item input[type=file]{
	width: 8em;
}
/*王冠*/
.rank_number {
	color: #999797;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: -2px 0 1px #FFFFFF, 2px 0 1px #FFFFFF, 0 -1px 1px #FFFFFF, 0 1px 1px #FFFFFF;
	width: 25px;
	height: 23px;
}
.ranking_sprite{
	/*background-image: url("/../../../img/smp/sprite/sprite_ranking.png");*/
	background-image: url("/../../../img/smp/sprite/sprite_ranking_161011.png");
	background-size: 255px 30px;
	background-repeat: no-repeat;
	display:inline-block;
}
.ranking_sprite.crown_0{
	background-position: 0 -2px;
	width:25px;
	height:25px;
	z-index: 1;
}
.ranking_sprite.crown_1{
	background-position: -35px 0;
	width: 40px;
	height: 30px;
	z-index: 1;
}
.ranking_sprite.crown_2{
	background-position: -85px 0;
	width: 40px;
	height: 30px;
	z-index: 1;
}
.ranking_sprite.crown_3{
	background-position: -135px 0;
	width: 40px;
	height: 30px;
	z-index: 1;
}
.ranking_sprite.crown_4{
	background-position: -185px 0;
	width: 30px;
	height: 23px;
	z-index: 1;
}
.ranking_sprite.crown_5{
	background-position: -225px 0;
	width: 30px;
	height: 23px;
	z-index: 1;
}
.crown_bg{
	position: absolute;
	background-color: #ffffff;
/*	border: 1px solid #000000; */
	border-radius: 20px;
	top: -14px;
	left: 0px;
	width: 31px;
	height: 30px;
}


/*順位*/

.ranking_list_item .rank_wrap {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 12px;
	background: #999;
	text-align: center;
	position: absolute;
	color: #fff;
	top: -6px;
	left: -4px;
	z-index: 2;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
	box-shadow: 0 0 2px rgba(0,0,0,.2) inset;
}
.ranking_list_item .rank_bg_1 {
	border-radius: 30px;
	position: absolute;
	top: -10px;
	left: -4px;
	background: #e94461;
	width: 31px;
	height: 31px;
}
.ranking_list_item .rank_wrap.rank_1 {
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	top: -8px;
	left: -2px;
}
.ranking_list_item .rank_wrap.rank_1:after {
	content: "RANK";
	font-size: 7px;
	font-weight: bold;
	left: -4px;
	position: absolute;
	top: 9px;
	text-align: center;
	width: 34px;
}


.ranking_list_item .rank_wrap.rank_1,
.ranking_list_item .rank_wrap.rank_2,
.ranking_list_item .rank_wrap.rank_3 {
	background: #e94461;
}


/*SITETOPリンク*/
.footmenu {
	text-align: center;
	font-size: 12px;
}
.footmenu a,.footmenu a:visited{
	color: #ffffff;
	text-decoration: none;
	margin: 0 5px;
}
/*SITETOPリンクFLOAT*/
#scrollTop{
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	top: 10px;
	right: 10px;
	background: black;
	opacity: 0.6;
	border-radius: 5px;
	z-index: 140;
	display: none;
}
#scrollTop a{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	text-decoration: none;
}
#scrollTop a:before{
	content: "";
	display: block;
	border-bottom: 10px solid white;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	width: 0;
	margin: auto;
	padding-top: 5px;
}
/* ---------------------------------------------
adingo ad
----------------------------------------------- */
#adingo_ad_android img, #adingo_ad_ios img{
	max-width: 300px!important;
}
/* ---------------------------------------------
ランキング帯の飾り
----------------------------------------------- */
.rank_ornament {
	position: relative;
}
.rank_ornament_top{
	position: absolute;
	bottom: 22px;
	width: 100%;
	z-index: 1;
}
.rank_ornament_bottom{
	top: 29px;
	position: absolute;
	width: 100%;
}
.rank_ornament_top.title_big_top{
	bottom: 26px;
}
.rank_ornament_bottom.title_big_bottom{
	top: 36px;
}
.common_title.common_title_big{
	padding: 11px 10px;
}
/* 注目のフォト用 */
.pickup_photo_area {
	padding: 10px 0 0px 10px;
}
.pickup_photo_list {
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	display:flexbox;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	flex-pack:justify;
}
.pickup_photo_item {
	width:65px;
	margin-bottom:5px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
.pickup_photo_item .photo_user{
	font-size:11px;
}
.pickup_photo_item > a{
	display: block;
	text-align:center;
	text-decoration:none;
}
.image_area{
	width: 65px;
	height: 65px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.pickup_photo_list .pickup_photo_item:first-child .image_area{
	margin-left:0;
}
.pickup_photo_list .pickup_photo_item:last-child .image_area{
	margin-right:0;
}
.pickup_photo_item:first-child span{
	display: block;
	margin-left:0;
	width:67px;
}
.pickup_photo_item:last-child span{
	display: block;
	margin-left: 0;
	margin-right: 0;
	width:67px;
}
.pickup_photo_item img{
	width:65px;
	height:65px;
	display:block;
	border:1px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
}
/* 姉妹サイト用 */
.sister_title {
	border-bottom:1px solid;
	font-size:12px;
	text-decoration:none;
}
.sister_title .title{
	font-size: 1.1em;
	font-weight: bold;
}
.sister_title .min_txt{
	font-size: 0.6em;
}
.sister_list_item_top {
	border-bottom: none;
	padding: 0 10px;
}
.sister_list_item_top:nth-child(even) {
	background-color: #fff3df;
}
.sister_title.codenote {
	border-color:#000;
	color:#000;
}
.sister_title.marz {
	border-color:#FD307D;
	color:#FD307D;
}
.sister_title.shoplist {
	border-color:#000;
	color:#000;
}
.sister_title img{
	height: 15px;
	display:block;
}
.sister_title img.big{
	height: 20px;
}
.sister_list_item{
	margin: 0.5em 0;
}
.sister_list_item > a{
	display: block;
	text-align:center;
}
.sister_list_item:first-child img{
	margin-left:0;
}
.sister_list_item:last-child img{
	margin-right:0;
}
.sister_list_item img{
	height:65px;
	display:block;
	border:1px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
}
/* ---------------------------------------------
search form (index.css/ blogAdminShareTemplate.css)
----------------------------------------------- */
.search_form_area{
	margin: 0 10px;
}
.search_form_area input[type=text]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: 1px solid #DDC5A4;
	border-radius: 10px;
	padding: 0.6em 0 0.6em 1.0em;
	width :100%;
	margin: 0;
	width: 100%;
	font-size: 12px;
	color: #7A531B;
	line-height: 1.6em;
	box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.5) inset;
}
.search_form_margin{
	margin-right: 1.7em;
}
.search_form_area input::-webkit-input-placeholder {
	color: #DDC5A4;
	font-size: 1.4em;
}
.common_btn.search{
	padding: 0;
	border-radius: 10px;
	border: 1px solid #DDC5A4;
	font-size: 1em;
	margin-right: 0;
	box-shadow: none;
}
.common_btn.search a{
	background: -webkit-gradient(linear, left top, left bottom, from(#FDFCFA), color-stop(0.50, #A1835B), color-stop(0.51, #392511), to(#A7885E));  background: -webkit-linear-gradient(top, #FFFCF8, #A1835B 50%, #392511 51%, #A7885E);  background: -moz-linear-gradient(top, #FFFCF8, #A1835B 50%, #392511 51%, #A7885E);  background: -ms-linear-gradient(top, #FFFCF8, #A1835B 50%, #392511 51%, #A7885E);  background: -o-linear-gradient(top, #FFFCF8, #A1835B 50%, #392511 51%, #A7885E);  background: linear-gradient(top, #FFFCF8, #A1835B 50%, #392511 51%, #A7885E);
	color: white;
	line-height: 1.9em;
	border-radius: 10px;
	text-shadow: 0 1px 0 #392511;
	padding: 0.3em 1em;
	box-shadow: none;
}
/* ---------------------------------------------
S/L セール
----------------------------------------------- */

.sale_express_free{
	font-weight: normal;
	font-size: 80%;
	background-color: #DEC5A3;
	padding: 0 0.5em;
	color:#000;
	text-shadow: 0px 2px 2px #CFCFCF;
	border-radius: 3px;
}
.sale_list{
	padding: 5px 10px 0;
	display: flex;
}
.sale_list:last-child{
	padding: 0 10px 5px;
}
.sale_list_item{
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin: 5px;
	padding: 5px 0;
	width: 33%;
}
.sale_list_item:first-child{
	margin-left: 0;
}
.sale_list_item:last-child{
	margin-right: 0;
}
.sale_list_item .ratio{
	display: block;
	background-color: #ff9999;
	color: #FFF;
	padding: 0;
	width: 100%;
	font-size: 80%;
	line-height: 1.8;
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
}
.sale_list_item a{
	text-decoration: none;
}
.sale_list_item .brand{
	color: #000;
	font-size: 80%;
	padding-left: 10px;
}
.sale_list_item .thum{
	text-align: center;
	position: relative;
}
.sale_list_item .thum img{
	width: 70px;
}
.sale_list_item .price{
	font-size: 10px;
	color: #000;
	line-height: 1.2em;
	padding: 0 10px;
}
.sale_list_item .txt_attention{
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
/* ---------------------------------------------
ブログテーマ mypage
----------------------------------------------- */
.blogtheme_info{
	line-height:12px;
}
.blogtheme_index{
	width: 65px;
	margin-bottom: 1px;
	margin-right: 5px;
	border: 1px solid #ee2b2b;
	border-radius: 3px;
	font-weight: normal;
	font-size: 80%;
	padding: 0 0.3em;
	color: #ee2b2b;
}
.ranking_notes_txt{
	color: #FA5002;
}
/* ---------------------------------------------
PCrenew コラム 記事フッター枠
----------------------------------------------- */
.column_frame{
	background-color: #FFFCF8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.column_frame .title:first-child {
	border-radius: 10px 10px 0 0;
}
.column_frame.no_shadow {
	box-shadow: none;
}
.column_frame .inner{
	padding:10px;
}
.topicSection{
	margin-top:1em;
}
.topicSection.no_margin{margin-top:0;}
.topicSection .name{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.topicSection .column_frame,
.topicSection.grpTopicSection .column_frame{background-color:#FFFCF8; font-size: 14px; border-radius:0; margin:0;}
.topicSection .user_base.column_frame{background:#fff;}
.topicSection.grpTopicSection .column_frame .title:first-child{background-color:#F7EBDA; border-radius:0;}
.topicSection.grpTopicSection .column_frame .partition{display:none;}
.topicSection.grpTopicSection ._tabArea ._contents{display:none;}
.topicSection.grpTopicSection ._tabArea ._contents._selected{display:block;}
.topicSection.grpTopicSection ._tabArea .grp_subtitleAndLink a{border-bottom: none;}
.topicSection.grpTopicSection .common_list .topic_list_item:nth-child(even){background-color:#FCF5EC;}
.topicSection.grpTopicSection .common_list .topic_list_item:nth-child(odd){background-color:transparent;}
.topicSection.grpTopicSection .grp_tab{border-left:none; border-right:none; border-top:1px solid #EBD9BE;}
.topicSection.grpTopicSection .grp_tab_item{background-color:#FCF7F0; border-left:1px solid #F5E7D4; border-bottom:1px solid #EBD9BE;}
.topicSection.grpTopicSection .grp_tab_item._selected{background-color:#FFFCF8; border-right:#EBD9BE; border-bottom:medium none; border-left:1px solid #EBD9BE; border-right:1px solid #EBD9BE; font-weight:bold;}
.topicSection.grpTopicSection .grp_tab_item._selected + .grp_tab_item{border-left:none;}
.topicSection.grpTopicSection .grp_tab_item:first-child{border-left:none;}
.topicSection.grpTopicSection .grp_tab_item:last-child._selected{border-right:none;}
.topicSection.grpTopicSection .grp_tab_link{min-width:74px; text-decoration:none;}
.topicSection.grpTopicSection .column_frame a{color:#7A531B;}
.column_frame .imageFrame{
	border:1px solid #000000;
	border-radius: 0;
	margin-right: 0;
}
.column_frame .title{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-color: #F7EBDA;
	color: #7a531b;
}
.column_frame .title.articleTitle{
	text-align: left;
}
.topic_list_item{
	line-height: 16px;
	overflow: hidden;
}
.topic_list_item > .box_list {
	text-decoration: none;
	padding: 10px;
}
.topic_list_item:first-child{
}
.topic_list_item:nth-child(even){
	background-color:#FCF5EC;
}
.topic_list_item_half{
	line-height: 16px;
	width: 50%;
	float: left;
	border-bottom: 1px solid #eadac3;
}
.topic_list_item_half > .box_list {
	text-decoration: none;
	padding: 10px;
}
.topic_list_item_half:nth-child(1){
	box-shadow: -1px 0 0 0 #eadac3 inset;
}
.topic_list_item_half:nth-child(3){
	background-color:#f7ebda;
	box-shadow: -1px 0 0 0 #eadac3 inset;
}
.topic_list_item_half:nth-child(4){
	background-color:#f7ebda;
}
.topic_list_item_half:nth-child(5){
	box-shadow: -1px 0 0 0 #eadac3 inset;
}
.topic_list_item_half:nth-child(7){
	background-color:#f7ebda;
}
.topic_list_item_half:nth-child(8){
	background-color:#f7ebda;
}
.topic_list_thumb_big{
	margin-right: 0.75em;
	width: 65px;
	height: 65px;
	position: relative;
}
.topic_list_thumb_big img{
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 5px;
}
.topic_list_thumb_big_shadow{
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) inset;
	position: absolute;
	top: 0;
}
.column_frame .partition{
	display:block;
	width:100%;
	height:1px;
	background-color:#F7F4F0;
	border-bottom:1px solid #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
.column_frame .title.articleTitle .category{
	color: #7F7F7F;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
}
.column_frame .title.articleTitle .category a{
	color: #7F7F7F;
}
.column_frame .more{
	text-align: right;
	text-decoration: none;
	position: relative;
}
.column_frame .more .text{
	margin-right:10px;
	font-size: 13px;
	line-height: 1.2em;
	color: #7a531b;
}
.column_frame .more .partition{
	display:block;
	width:100%;
	height:1px;
	background-color:#F7F4F0;
	border-bottom:1px solid #FFFFFF;
	position: absolute;
	left: 0;
	top: 1px;
}
.column_frame .freetext{
	font-size: 12px;
	line-height: 1.5em;
}
.column_topic_list + * {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.column_topic_main {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-flex: 1;
}
.column_topic_list_item {
	border-bottom: 1px solid #F7F4F0;
	line-height: 16px;
	font-size: 14px;
}
.column_topic_list_item.bg {
	background-color: #FCF5EC;
}
.column_topic_list_item .grp_columnItem_wrap .grp_columnItem:nth-child(odd){
	background-color: #FFFCF8;
}
.column_topic_list_item .box_list {
	text-decoration: none;
	padding: 10px;
	color: #7a531b;
}
.list_no_btm li:last-child{
	border-bottom: none;
}
.column_topic_list_arrow{
	margin: 0 0.25em;
	border-color: #e4bb88;
}
.footer_arrow {
	display: block;
	height: 7px;
	width: 7px;
	border-top: solid 2px;
	border-right: solid 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	color: #e4bb88;
}
.columnInfoList{
	padding: 0;
}
.columnInfoList>li:nth-child(even){background-color:#FCF5EC;}
.columnInfoList>li:nth-child(odd){background-color:#FFFCF8;}
.columnInfoList .item:first-child{
	width: 25%;
}
.columnInfoList .item{
	float: left;
	width: 24%;
}
.columnInfoList .image{
	display: block;
	height: 67px;
	width: 67px;
	border: 1px solid #000000;
	border-radius: 10px;
	margin: 0 auto;
}
.columnInfoList .a{
	text-decoration: none;
}
.columnInfoList .bannerType{display:block; height:130px; background-position:center top; background-size:375px auto; background-repeat:no-repeat;}
.columnRankList{
	padding: 3px 0;
}
.columnRankList .item:first-child{
	width: 25%;
}
.columnRankList .item{
	float: left;
	width: 25%;
}
.columnRankList .image{
	display: block;
	overflow: hidden;
	height: 67px;
	width: 67px;
	border: 1px solid #000000;
	border-radius: 0;
	margin: 0 auto;
}
.ranking_list_item {
	text-align: center;
	white-space: nowrap;
	position: relative;
	margin-top: 10px;
}
/* 上乗せ画像が変な方向にいってしまう */
.ranking_list_item .cover_img{
	display:none;
}
.ranking_list_item p{
	text-decoration: none;
	color: #7a531b;
}
.ranking_list_item .rank_number {
	color: #999797;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: -2px 0 1px #FFFFFF, 2px 0 1px #FFFFFF, 0 -1px 1px #FFFFFF, 0 1px 1px #FFFFFF;
	width: 25px;
	height: 23px;
}
.ranking_list_item .ranking_sprite{
	background-image: url("/../../../img/smp/sprite/sprite_ranking.png");
	background-size: 255px 30px;
	background-repeat: no-repeat;
	display:inline-block;
}
.ranking_list_item .ranking_sprite.crown_0{
	background-position: 0 -2px;
	width:25px;
	height:25px;
}
.ranking_list_item .ranking_sprite.crown_1{
	background-position: -35px 0;
	width: 40px;
	height: 30px;
}
.ranking_list_item .crown_position_1{
	position: absolute;
	top: -12px;
	left: 0px;
}
.ranking_list_item .ranking_sprite.crown_2{
	background-position: -85px 0;
	width: 40px;
	height: 30px;
}
.ranking_list_item .crown_position_2{
	position: absolute;
	top: -12px;
	left: 0px;
}
.ranking_list_item .ranking_sprite.crown_3{
	background-position: -135px 0;
	width: 40px;
	height: 30px;
}
.ranking_list_item .crown_position_3{
	position: absolute;
	top: -12px;
	left: 0px;
}
.ranking_list_item .ranking_sprite.crown_4{
	background-position: -185px 0;
	width: 30px;
	height: 23px;
}
.ranking_list_item .crown_position_4{
	position: absolute;
	top: -12px;
	left: 1px;
}
.ranking_list_item .ranking_sprite.crown_5{
	background-position: -225px 0;
	width: 30px;
	height: 23px;
}
.ranking_list_item .crown_position_5{
	position: absolute;
	top: -15px;
	left: 0px;
}
.ranking_list_item .zoom_small_1{
	zoom: 74%;
}
.ranking_list_item .zoom_small_2{
	zoom: 74%;
}
.ranking_list_item .zoom_small_3{
	zoom: 74%;
}
.ranking_list_item .zoom_small_4{
	zoom: 100%;
}
.ranking_list_item .zoom_small_5{
	zoom: 100%;
}
.ranking_text {
	display: block;
	text-decoration: none;
	color: #7a531b;
}
.columnAlbumList{
	padding: 10px 0;
}
.columnAlbumList .item:first-child{
	width: 25%;
}
.columnAlbumList .item{
	float: left;
	width: 24%;
}
.columnAlbumList .image{
	display: block;
	height: 67px;
	width: 67px;
/*	border: 1px solid #000000; */
	border-radius: 10px;
	margin: 0 auto;
}
.columnAlbumList .a{
	text-decoration: none;
}
.ranking_text{
	margin: 0 auto;
	white-space: nowrap;
	width: 6em;
	text-align: center;
	color: #7a531b;
	font-size: 12px;
}

/* ---------------------------------------------
for listing tag in main_*.tpl
----------------------------------------------- */
.listing_tag_area{
	position: absolute;
	left: -5000px;
	top: -5000px;
}


/* ---------------------------------------------
miss TGC Logo Jack
----------------------------------------------- */
.common_header_main.top{
	padding: 0.5em 0.5em;
	background-size:cover;
	background-color: #000000;
}
.logo_jack{
}
.logo_jack img{
	width: 100%;
}
.logo_jack_header{
	top:0px;
	background: #000000;
}


/* columnadminリリース用リンクを押せなくするカバースタイル */
.breakCover{
	position: relative;
}
.breakCoverInner{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* loading */
._loading{
	display:none;
	width: 120px;
	padding: 10px 10px 0;
	border-radius: 10px;
	background: black;
	font-size: 12px;
	color: #fff;
	opacity: 0.8;
	margin-top:-39px;
	margin-left:-70px;
	position: fixed;
	z-index: 20;
	top:50%;
	left:50%;
}
.roding_txt{
	line-height:1em;
	width: 4em;
	height: 4em;
	position: relative;
	-webkit-animation: rot 2.0s infinite linear;
	margin: auto;
}
@-webkit-keyframes rot {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
.roding_txt > *{
	display: block;
	position: absolute;
	padding-bottom: 3em;
	bottom: 0em;
	left: 1.5em;
	width: 1em;
	height: 1em;
	text-align: center;
	vertical-align: bottom;
}
.roding_txt_1{-webkit-transform: rotate(292.5deg);}
.roding_txt_2{-webkit-transform: rotate(337.5deg);}
.roding_txt_3{-webkit-transform: rotate(22.5deg);}
.roding_txt_4{-webkit-transform: rotate(67.5deg);}
.roding_txt_5{-webkit-transform: rotate(112.5deg);}
.roding_txt_6{-webkit-transform: rotate(157.5deg);}
.roding_txt_7{-webkit-transform: rotate(202.5deg);}
.roding_txt_8{-webkit-transform: rotate(247.5deg);}

/* renew2014 with grp */
.grp_twinAddress{font-size:12px; line-height:1.5em; margin:15px 8px;}
.grp_twinAddress .line{margin-top:4px;}
.grp_twinAddress .line:first-child{margin-top:0;}
.grp_twinAddress a{text-decoration:underline;}
footer.footer_flat{border:none;}
.footer_flat{background-color:#000000; color:#FFFFFF; text-align:center; height:auto; font-size:12px; line-height:1.5em;}
/*.footer_flat.grp_footer{padding-top:14px; height:175px;}*/
.footer_flat.grp_footer{height:175px;}
.footer_flat a{color:#FFFFFF; text-decoration:none;}
/* 160609 フローティングバナー位置対策 */
.footer_flat.ad{padding-bottom:50px;}
/*.footer_flat.ad{margin-bottom:50px;}*/
.footer_flat.no_ad{margin-bottom:0;}
/*.footer_flat.grp_footer.ad{margin-bottom:50px;}*/
.footer_flat.grp_footer.no_ad{margin-bottom:0;}
.footer_navList .item{display:inline-block;}
.footer_navList .item:before{content:"/"; display:inline-block; padding:0 0.5em;}
.footer_navList .item:first-child:before{display:none;}
.footer_copyright{margin-top:10px;}
.grp_subtitleAndLink a{border-bottom:1px solid #EBD9BE; padding:5px 10px; text-decoration:none;}
.grp_topicsItem{font-size:14px; line-height:1.8em; padding:10px; text-decoration:none;}
.grp_topicsItem.bg{background-color:#F7EBDA;}
.grp_topicsItem_imageArea{margin-right:10px; position:relative;}
.grp_topicsItem_imageArea .cover_img{ display:none;}
.grp_topicsItem_text{margin:4px 0 3px; height:60px; overflow:hidden; line-height:20px;}
.whitebase_lp .grp_topicsItem_text{line-height:20px;}
.index_grpSection_item.grp_topics .grp_topicsItem:nth-child(odd){background-color:#fef8ef;}
.index_grpSection_item.grp_topics .grp_topicsItem:nth-child(even){background-color:#F7EBDA;}
.grp_topicsItem .bannerType{display:block; height:130px; background-position:center top; background-size:375px auto; background-repeat:no-repeat;}
.grp_topics .ptb0{ padding-top:0; padding-bottom:0;}
.grp_topics .nmt{ margin-top:-28px;}
.rank_position .box_list_main .nmt{ position: absolute; top:10px;padding-right:25px;}

/* column area */
.grp_columnItem_wrap{width:100%; height:87px; overflow:hidden;}
.grp_columnItem_wrap img{width:67px; height:67px;}
.grp_columnItem{font-size:14px; line-height:1.8em; padding:10px; text-decoration:none; float:left;}
.grp_columnItem.bg{background-color:#F8F3F0;}
.grp_columnItem_imageArea{margin-right:7px;}
.grp_columnItem_right{margin:4px 0 3px 0; height:60px; line-height:20px; overflow:hidden; position:relative;}
.grp_columnItem_title{height:20px; overflow:hidden; white-space:nowrap; width:100%; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.grp_columnItem_name{height:20px;}
.grp_columnItem_time{height:20px;font-size:11px;}
.grp_tab{display:-webkit-box; display:-moz-flex; display:-o-box; display:box; display:flex; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; width:100%; border-top:1px solid #E7E2DF; border-left:1px solid #E7E2DF; border-right:1px solid #E7E2DF;}
.grp_tab_item{-webkit-box-flex:1; -moz-box-flex:1; box-flex:1;flex:1; border-left:1px solid #E7E2DF; background-color:#F4ECE9; border-bottom:1px solid #E7E2DF;}
.grp_tab_item._selected{background-color:#F8F3F0; border-bottom:none;}
.grp_tab_item:first-child{border-left:none;}
.grp_tab_link{display:block; font-size:12px; line-height:1.5em; padding:9px 0; text-align:center; min-width:79px;}

/* 高さ揃え */
.column_topic_list_item.grp_topics{margin-top:5px;}
.index_grpSection_item.grp_column{height:125px;}
.index_grpSection_item.grp_column{margin-bottom:10px;}
.topicSection.grpTopicSection ._tabArea .grp_subtitleAndLink a{border-bottom:none;}

/*Firefox対策*/
.index_grpSection_item.grp_column .grp_columnItem_imageArea,
.column_topic_list_item.grp_column .grp_columnItem_imageArea{float:left;}
.index_grpSection_item.grp_column .grp_columnItem_wrap .arrow,
.column_topic_list_item.grp_column .grp_columnItem_wrap .arrow {position:absolute; top:40px; right:10px;}

/* footer menu */
#footer_menu_area{display:block; width:100%; background-color:#201000; font-weight:bold; text-align:center; position:fixed; left:0; bottom:0; z-index:9999;}
#footer_menu_area.forHeader{position:static;}
#footer_menu_nomove_area{width:100%; height:43px; background-color:#201000; font-weight:bold; text-align:center; left:0; bottom:0; border-bottom:2px solid #000000;}
.menu_area .menu_item{float:left; width:20%; height:42px; position:relative; display:block; text-decoration:none;}
/*.menu_item.line{box-shadow:-1px 0 0 0 #312314 inset;}*/
.menu_item .menu_icon{padding:1px 0;}
.menu_item .menu_txt{text-align:center; font-size:9px; color:#fff; padding:1px 0;}

/* Floating ad */
/* 160609 フローティングバナー位置対策 */
/*
.footer_ad_banner{display:block; width:100%; position:fixed; left:0; bottom:43px; background:#fef8ef; z-index:9999;}
*/
.footer_ad_banner{display:block; width:100%; position:fixed; left:0; bottom:43px; z-index:9998;}
.footer_ad_banner.app, .footer_ad_banner.userpage, .footer_ad_banner.bottom{bottom:0;}
.footer_ad_banner a{display:block;}
body.footer_menu_area{-webkit-text-size-adjust:none; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:14px; line-height:1.5em; background-color:#fef8ef; max-width:100%; color:#7a531b; padding-bottom:43px;}
.comp_msg{text-align:center; margin:-10px auto 10px;}
.comp_msg.error {color:#ff0000;}
.comp_msg.success{color:#008000;}
.no_border_all{border:none!important;}
.trim_img{width:100%; min-height:50px; padding-top:10px; max-height:200px; overflow:hidden; text-align:center; }

/* デカすぎ広告暫定対応 */
.ad_banner_bottom img,
.banner_area_top img {
	max-width: 320px;
}

/* リニューアル対応追加 */
/* --------------------
 * Genre List
 * -------------------- */
.genre_list {
	display: block;
}
.genre_list li {
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 33%;
}
.genre_list li a {
	color: #795321;
	display: block;
	font-size: 12px;
	height: 60px;
	text-align: center;
	text-decoration: none;
}
.genre_list li:nth-child(2),
.genre_list li:nth-child(5),
.genre_list li:nth-child(8),
.genre_list li:nth-child(11) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 34%;
}
.genre_list li:nth-child(4),
.genre_list li:nth-child(5),
.genre_list li:nth-child(6),
.genre_list li:nth-child(10),
.genre_list li:nth-child(11),
.genre_list li:nth-child(12) {
	background-color: #F7EBDA;
}
.genre_name_en {
	display: block;
	font: 700 10px/10px 'Josefin Sans', sans-serif;
	padding-top: 5px;
	text-transform: uppercase;
}
.genre_name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	padding-top: 15px;
}

.sprite_common { background: url(/img/smp/fmr/sprite_common.png) right top no-repeat; background-size: 537px 35px; display: block; }
.sprite_common.tab_blog { background-position: -313px 0; width: 26px; height: 22px; margin: 8px 5px 0;}
.sprite_common.tab_news { background-position: -350px 0; width: 28px; height: 20px; margin: 8px 5px 0;}

/* 流行アイテム */
/* イメージ付きコラムレイアウト用リスト */
.img_column_list {
	text-align: center;
/*	margin-top: 0.5em;*/
	margin-top: 0;
	border-bottom: 1px solid #EBD9BE;
}
.img_column_list a {
	display: block;
	text-decoration: none;
}
.img_column_list > li {
	display: inline-block;
	box-sizing: content-box;
	vertical-align: top;
	width: 33%;
	border-right: 1px solid #EBD9BE;
}
.img_column_list > li:nth-child(1), .img_column_list > li:nth-child(2), .img_column_list > li:nth-child(3){
	/*border-top: 1px solid #EBD9BE;*/
	border-top:none;
}
.img_column_list > li:nth-child(3n+3) {
	border-right:1px solid transparent;
}
.img_column_list li .cap_text {
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	height: 38px;
	padding: 5px 3px 8px;
	overflow: hidden;
}
.img_column_list li .cap_text.with_rank {
	height: 19px;
	position: relative;
	border-top: 1px solid #EBD9BE;
}
.img_column_list li .cap_text.with_rank.twoLine{
	height: 24px;
}
.img_column_list li .cap_text.with_rank.threeLine{
	height: 37px;
}
.img_column_list li .cap_text.double_lines {
	height: 25px;
}
/* トレンドタイトル */
.img_column_list.trend {
	border-bottom: none;
}
.img_column_list.trend > li {
	border-bottom: 1px solid #EBD9BE;
}
.img_column_list .trend_title {
	padding: 5px 5px 0;
	margin-bottom: 5px;
}
.img_column_list .trend_title .title_txt {
	border-bottom: 1px solid;
	text-align: left;
	font-weight: bold;
}
.img_column_list.trend > li:nth-child(3n+3) {
	border-right: 1px solid #EBD9BE;
}

/* ランキングバッヂ */
.trend_rank_wrap {
	width: 0;
	height: 0;
	border-width: 0 0px 30px 30px;
	border-style: solid;
	border-color: transparent transparent rgb(152, 5, 5) transparent;
	position: absolute;
	bottom: 0;
	right: 0px;
}
.trend_rank_wrap .rank {
	position: absolute;
	top: 13px;
	right: 5px;
	color: #fff;
	font-size: 11px;
}

#rotateXbannerArea .ad_rotateXBanner{
	z-index:9999;
	background-color:#201000;
}

.fukidashiLink{display:-webkit-box; display:-moz-box; display:box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:13px 10px; width:100%;}
.fukidashiLink_icon{margin-right:10px; width:42px;}
.fukidashiLink_icon img{display:block;}
.fukidashiLink_text{-webkit-box-flex:1; -moz-box-flex:1; box-flex:1; margin-top:10px; position:relative;}
.fukidashiLink_text .title{font-size:13px; line-height:1.2em;}
.fukidashiLink_text .subtxt{font-size:12px; line-height:1.5em;}
.fukidashiLink_text .limit{font-size:11px; line-height:1.5em; position:absolute; right:0; top:100%;}
.rank_list_item.common_more_area.single{border-bottom:none; border-top:1px solid #fff3df; background-color:#f7ebda;}
/* アプリインストールバナー：160630 CROOZblogアプリ(v3.0) インストール促進 webページ対応 */
/* main_smartphone.tpl */
#app_banner_cb {
    display: -webkit-box;
    font-family: "lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #313131;
    width:100%;
}
#app_banner_cb {
    position: relative;
    z-index: 1000000;
    background-color: #f6f6f6;
    overflow:hidden;
}
#app_banner_cb .fnt_xsmall {
    font-size: 12px;
}
#app_banner_cb div.banner_holder {
    display: -webkit-box;
    -webkit-box-align: center;
    text-align: center;
    padding: 0 8px;
    width: 95%;
}
#app_banner_cb div.bnr_main {
    display: -webkit-box;
    -webkit-box-align: center;
    text-align: left;
}
#app_banner_cb div.banner_holder div.box_close {
    padding-right: 0px;
}
#app_banner_cb div.banner_holder button {
    border: none;
    border-radius: 0px;
    background-color: #f6f6f6;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 95%;
}
/* APP INSTALL NOTIFIER: #72413 [SHOPLIST]アプリインストール促進 webページ対応 */
/* main_smartphone.tpl */
#app_banner, #app_banner button{font-family:"lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:13px; line-height:1.5em; color:#313131;}
#app_banner{position:relative; z-index:1000000; background-color:rgb(242, 242, 242);}
#app_banner .fnt_xsmall{font-size:12px;}
#app_banner div.banner_holder{display:-webkit-box; -webkit-box-align:center; text-align:center; padding:10px 8px;}
#app_banner div.banner_holder div.box_close{padding-right:8px;}
#app_banner div.banner_holder div.box_desc{-webkit-box-flex:1; padding-left:8px;}
#app_banner div.banner_holder div.box_desc dl.content_description{display:-webkit-box; -webkit-box-align:center;}
#app_banner div.banner_holder div.box_desc dl.content_description dt{-webkit-box-flex:1; text-align:left; line-height:1.3em;}
#app_banner .button_common{display:block; border:1px solid #dddddd; background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); background:-webkit-linear-gradient(top, #ffffff, #f0f0f0); background:-moz-linear-gradient(top, #ffffff, #f0f0f0); background:-o-linear-gradient(top, #ffffff, #f0f0f0); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; text-align:center; font-size:13px; line-height:1.4em; padding:7px 5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;}

/* modal用 */
._modal_over_lay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 1000000;
}

.common_close_icon._modal_close {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: url("/../../../img/modal/sp/icon_close.png") left top no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px
}

#modalbox {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 80%;
    padding: 10px;
    background: #fff;
    border: 5px solid #E0C9A5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#modalbox .txt{
	font-size:16px;
}

#modalbox  a {
	color:red;
}

#modalbox #close {
    line-height:1;
    font-size:14px;
    position: absolute;
    top:10px;
    right:10px;
    color:red;
    text-decoration:none;
}
.modal-bg-overlay {
    z-index:500;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.5);
}
/* SNSバナー用 */
div.official_sns_banner{
    height:auto;
    width: 100%;
    background-color: #FFF;
    padding-top:10px;
}
div.official_sns_banner.mgnbtm10{
    margin-bottom:10px;
}
/*  20160615 add - top newtopics用 */
.rank_list_thumb_small{
  margin-right: 0.25em;
  width: 52px;
  height: 52px;
  position: relative;
}
.rank_list_thumb_small img{
  display: block;
  width: 52px;
  height: 52px;
}

.fwb{font-weight: bold;}
.min-mt5{margin-top: -5px;}

.newtopics_cap_text__news{
  font-size: 14 px;
  font-weight: bold;
}

.newtopics_cap_text__grp{
  font-size: 14 px;
  font-weight: bold;
}
.bdrd0{
  -webkit-border-radius: 0;
          border-radius: 0;
}
.pd0{
	padding: 0;
}

.rank_list_thumb_mid_tpcs {
    margin-right: 0.75em;
    width: 52px;
    height: 52px;
    position: relative;
}

.rank_list_thumb_mid_tpcs img{
	-webkit-border-radius: 0;
	        border-radius: 0;
}


/*.newtopics_blog_box_list_medium {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}*/

.newtopics_blog_nickname_medium{
		display: block;
		float: left;
		width: 30%;
	  /*line-height: 1.1em;*/
    overflow: hidden;
    color: #ff9999;
    overflow: hidden;
   /* white-space: nowrap;
     text-overflow: ellipsis;*/
     font-weight: bold;
}

.newtopics_blog_title_medium{
		display: block;
		float: right;
		width: 70%;
	 /* line-height: 1.1em;*/
    overflow: hidden;
    color: #795321;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    font-weight: bold;
}

/* 2016 新タイトル周り */

div.common_title_new.parent{
    background-color: #d4c1a2;
}
div.common_title_new.parent h1{
    color: #FFF;
    font-weight: bold;
    padding: 0.3em 10px;
}
div.common_title_new.parent h2{
    color: #FFF;
    font-weight: bold;
    padding: 0.3em 10px;
}
div.common_title_new.parent h3{
    color: #FFF;
    font-weight: bold;
    padding: 0.3em 10px;
}
div.common_title_new.child{
    background-color: #F7EBDA;
}
div.common_title_new.child h2{
    color: #7A531B;
    padding: 0.2em 10px;
}
div.common_title_new.child h2{
    color: #7A531B;
    padding: 0.2em 10px;
}
.common_title--sub {
    background-color: #F7EBDA;
    margin: 0 0;
    padding: 0.2em 10px;
    color: #7A531B;
    position: relative;
    font-size: 15px;
    font-size: 100%;
    font-weight: bold;
}
div.common_more_new {
	/*
    height: 40px;
    */
    width: 100%;
    text-align: right;
    background-color: #fef8ef;
    border-top:1px solid #F7EBDA;
    /*
    border-bottom:1px solid #F7EBDA;
	*/
}
.rank_list_item.common_more_area {
    border-bottom: none;
}
div.common_more_new a {
    text-decoration: none;
    display: block;
    padding: 8px 10px 8px 0;
}
div.common_more_new a span.arrow{
    display: inline-block;
}
@-webkit-keyframes blink_animation {
	from{opacity:0.2}
	to{opacity:1.0}
}

.blinking{
	-webkit-animation-name:blink_animation;
	-webkit-animation-duration:1.0s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-out;
	-webkit-animation-direction:alternate;
}

.blinkText {
    animation: blinkAnimation .5s steps(2) infinite alternate;
}
@keyframes blinkAnimation {
    0% {opacity:0;}
    100% {opacity:1;}
}

marquee div {
    line-height: normal;
}