@CHARSET "utf-8";

#link_window{
display:none;
width:300px;
height:300px;
border:10px solid #fc0;
background:#eee;
padding:10px;
position:absolute;
left:200px;
top:100px;
}

.inplace, .inplace_else,.inplace_normal,.inplace_toggle_icon {
 /*background:#eee;*/
/* 絶対パスを指定しないと、取得元のURLがカレントになる */
 cursor:  url(../img/common/edit.cur), pointer;
 position:relative;
 z-index:1;
}

.img_inplace, .img_inplace_else{
  cursor: url(../img/common/pict_edit.cur), pointer;
}

.inplace a, .inplace_normal a{
 cursor: url(../img/common/link.png), pointer;  
}

/* 中古車機能 車名変更時リンクの飾り排除 */
.usedcar_info_body .block_outer_usedcar_detail h2#middle_top_cardetail a{
  text-decoration: none;
  color: inherit;
}


/*
.go_now{
position:relative;
z-index:1000;
}

.go_now button{
border:2px solid #fc0;
background:#f9f;
padding:5px;
width:60px;
position:absolute;
bottom:0;
left:0;
z-index:1000;
}
*/

.url_set{
  width:200px;
  padding:10px;
}

.form_area *, #syde-wysiwyg_area *, #syde_modal *, #img_pop_box * {
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  /* clear: both; */
  color: #000;
}

#syde-wysiwyg_area *{
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" !important; /** ボタン類のサイズが変わってしまうので対策 **/
}

#syde-wysiwyg_area button{
  cursor:pointer;	
}

.form_area button, .form_area input[type=submit] {
  margin-top: 5px;
  margin-right: 3px;
  padding: 2px;
  text-align: center!important;
}

#syde_close_form_area {
  display: none;
  float: right;
  margin-bottom: 10px;
}

#syde_write_html {
  display: none;
}

.form_area .url_set {
  font-size: 12px;
  height: 24px;
  padding: 5px;
}



#syde_upload_sample {
	width: 50px;
	float: left;
	margin-right: 10px;
}

#syde_upload_sample img {
	cursor:pointer;
	margin: 5px;
	width: 40px;
	height: 30px;
	/* float: left; */
}




#pop_close_btn {
	float: right;
}

#syde_edit_external_link {
  background-image: url("http://dcms.jp/fire/link_info.png");
  background-repeat: no-repeat;
  margin-top: 8px;
  margin-bottom: 0;
  height: 20px;
  float: left;
}

#syde_edit_external_link a {
  margin-left: 20px;
  color: #333399;
}

#syde_insert_description {
  background-image: url("http://dcms.jp/fire/link_info.png");
  background-repeat: no-repeat;
  margin-top: 11px;
  margin-bottom: 0;
  height: 20px;
  text-indent: 20px;
}


.hover_now {
  background-color:  #fc0!important;
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7;
}



/*tooltip*/
#tooltip{
  position:absolute;
  left:-2000px;
  background-color:#000000;
  padding:5px;
  border:1px solid #fff;
  width:220px;
  height:90px;
  z-index:100;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

}

#tooltip p{
  margin:0px;
  color:#fff;
  background-color:#000;
  width:160px;
  height:70px;
  z-index:110;
  font-size: 12px;
  line-height: 150%;
  clear: both;
  padding: 10px 50px 10px 10px;
  background: url(../img/common/dekkey.gif) no-repeat right bottom;
  text-align: left;
}



/* 編集エリア */
#syde-wysiwyg_area {
	display: none;
	position: absolute;
	padding:0 10px 10px 10px;
	z-index: 2147483646 !important;
}

#syde-wysiwyg_area .draggableAreaWrap{
  width: 22px;
  position: relative;
}

#syde-wysiwyg_area .draggableArea{
  width: 22px;
  height: calc( 100% + 24px );
  cursor: move;
  display: block;
  position: absolute;
  right: 0px;
  top: -12px;
}

/** ドラッグ中は範囲を拡大 */
#syde-wysiwyg_area .moving .draggableArea{
  width: calc( 22px + 1200px );
  height: calc( 100% + 1000px + 24px );
  right: -600px;
  top: -500px;
}


#syde-wysiwyg_area .syde_toolbar_reset_position{
  width: 238px;
  background: #333 url(../img/common/toolbar_reset_w.png) no-repeat center left 10px;
  border: solid 0px #000000;
  box-sizing: border-box;
  color: #fefefe;
  cursor: pointer;
  display: none;
  font-size: 12px;
  padding: 8px 10px 8px 30px;
  position: absolute;
  text-align: center;
  transition: background .2s;
  z-index: 0;
}

_::-webkit-full-page-media, _:future, :root #syde-wysiwyg_area .syde_toolbar_reset_position{
  width: 260px;
}

#syde-wysiwyg_area .syde_toolbar_reset_position:hover{
  background: #888 url(../img/common/toolbar_reset_w.png) no-repeat center left 10px;
}

#syde-wysiwyg_area .syde_toolbar_reset_position.show{
  display: inline-block;
}


.syde_toolbar_button {
	cursor: pointer;
	font-size: 12px;
}

.syde_toolbar_button.selected {
  box-shadow: inset 0 0 0 2px #fc0;
  box-sizing: border-box;
}

#syde-wysiwyg_toolbar {
	padding: 12px 10px 12px 0;
	width: 548px;
	z-index: 10;
	background: #fff url(../img/toolbar/drag_glip.jpg) no-repeat left top;
	top: 0px;
	border: 2px solid #EDE9D7;
  box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, .15);
  display: flex;
}

@media all and (-ms-high-contrast: none) {
  #syde-wysiwyg_toolbar {
    box-shadow: none; /** IEだとグラフィック処理が重いのでnoneに **/
  }
}

#syde-wysiwyg_toolbar.fixed{
  position: fixed;
}

_::-webkit-full-page-media, _:future, :root #syde-wysiwyg_toolbar {
  width: 478px;
}

#syde-wysiwyg_toolbar.selected--submenu_size{
  width: 528px;
}

_::-webkit-full-page-media, _:future, :root #syde-wysiwyg_toolbar.selected--submenu_size {
  width: 548px;
}

#syde-wysiwyg_toolbar, #toolbar_submenu_size, #toolbar_submenu_size, #toolbar_line_through {
	text-align: left;
}

#syde-wysiwyg_area a {
  background-color: #eee;
  height: 24px;
  padding:0;
  display:block;
  float:left;
  margin:0 3px 0 0 ;
  line-height:24px;
}

#syde-wysiwyg_area .q_and_a_intuition{
  background: none;
}

#syde-wysiwyg_area a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
}


#syde-wysiwyg_toolbar #save_button{
  background: #fc0;
  font-weight: bold;
  padding:0 3px;
  height:24px;
}


.draggableAreaWrap{
  margin: 0 10px 0 0;
}



.toolbar_sub_menu {
  background-color: #fff!important;
}

.toolbar_sub_menu span {
  cursor: pointer;
}

.toolbar_sub_menu span font {
  color: #000!important;
}

#syde_window_right_btn_area{
	float:right;
	background:#399;
}


.draggable{
/*	cursor:move;*/
}


#toolbar_submenu_size,
#toolbar_submenu_color,
#toolbar_submenu_backcolor,
#toolbar_submenu_font,
#link_area,
#toolbar_text_shadow{
  margin-top: 5px;
  padding: 5px;
  background: #fcfbf6 !important;
  overflow: hidden;
}

#toolbar_text_shadow{
  margin-top: 0;
}

#toolbar_line_through {
  margin-top: 5px;
  padding: 0 5px 0 91px;
  background: none;
  overflow: hidden;
}

.toolbar_animation_menu{
  margin-top: 5px;
}


.link-area__error-item{
  display:none;
  letter-spacing : 1px;
  color:#f33 !important;
  margin:0 0 5px;
}

.link-area__error-btnColor{
  display:none;
  letter-spacing : 1px;
  color:#f33 !important;
  margin:5px 0 0;
}

#link_area[data-btnColor-error = "1"] .link-area__error-btnColor,
#link_area[data-errored = "1"] .link-area__error-item{
  display:block;
}


#toolbar_submenu_color {
  font-size: 22px;
}

#toolbar_submenu_size font,
#toolbar_line_through .syde_toolbar_button {
  margin-right: 5px;
}

#toolbar_submenu_font{
  margin-top: 5px;
}

#link_area a,
.anyFontSizeTrigger{
  color: #FFF;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 0 12px;
  display:inline-block;
  float:none;
}

#link_area a{
  background-color: #36F;
}

.anyFontSizeTrigger[data-has-any-font-size="1"]{
  background-color: #36F;
}

.anyFontSizeTrigger[data-has-any-font-size="0"]{
  background-color: #ccc;
  cursor: not-allowed !important;
}

#link_area a#linkBtnTrigger {
    color: #36F;
    display: inline-block;
    float: none;
    background-color: transparent;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}

#link_area a#linkBtnTrigger[data-show="0"] {
  display: none !important;
}

#link_area #link_submit{
  background: none;
  color: #36F;
  display: inline-block;
  float: none;
  margin: 0 0 0 3px;
  text-decoration: underline;
  padding: 0 10px 0 8px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}

.linkBtnOuter {
  display: inline-block;
}

.linkBtnOuter[data-show="0"] {
  display: none;
}


#linkBtnPosition {
  width: 45px;
  padding: 4px;
}

#link_area #button_link_submit[data-button-design = "normal"]{
  background-color: #06F;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  margin: 0 0 0 3px;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
}

#link_area .changeLinkInput {
    display: block;
    text-align: center;
    background: #eee;
    width: 75px;
    padding: 3px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 11px;
    color: #555;
}

#link_area .changeLinkOuter {
    display: inline-block;
    position: relative;
}

#link_area .changeLinkOuter[data-loading="1"]:after {
    content: "";
    background-image: url(/cms/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
}

#link_area .changeLinkOuter[data-loading="1"] #linkSelects {
    pointer-events: none;
    opacity: 0.4;
    position: relative;
}


#link_area .changeLinkInputOuter{
  display: flex;
  margin: 0 0 3px;
}

#link_area .changeLinkInput[data-show="0"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}




#button_designs_wrapper{
  margin-top: 8px;
  padding: 5px;
  background: #f8f7f0;
}

#button_designs_wrapper .button_designs_lead{
  color: #464642;
  font-weight: bold;
  padding: 5px 5px 0;
  margin: 0 0 5px;
}

.anyFontSizeTrigger, .anyFontSizeTrigger:focus{
  border:none;
  outline:none;
  color: #fff !important;
  height: 24px;
  float:none;
}

#link_input {
  padding: 4px;
  width: 155px;
}

#link_input.empty{
  background: #FEE;
  border: #C00 2px solid;
}

#link_input[data-show="0"] {
  display: none;
}

#linkSelects {
  width: 167px;
  display: block;
  padding: 4px;
}

#linkSelects[data-show="0"] {
  display: none;
}

#linkSelects optgroup,
#linkSelects option {
  font-family: 'Noto Sans JP', sans-serif !important;
}

#linkSelects optgroup.menuLabel,
#linkSelects option.menuLabel[disabled]{
}

#linkSelects option.menuLabel[disabled] {
    color: #333;
    opacity: 1;
}

#linkSelects option.menuLabelEmpty{
  font-size: 4px;
}

#linkSelects option[data-childpage-title="1"]{
  font-weight:bold;
}

#linkSelects[data-loading="1"] {
  pointer-events: none;
  opacity: 0.4;
}

#linkSelects[data-loading="1"]:after {
  content: "";
  background-image: url(/cms/img/loader2.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.anchor-link__item--menu {
    background-color: #ddd;
    text-align: center !important;
    font-weight: bold !important;
}

.anchor-link__item--page {
  font-weight: bold !important;
}

.anchor-link__item--folder {
  background-color: #eee;
}

.anchor-link__item--h2 {
    color: #555 !important;
}



#tagstrip{
  margin: 3px 0px 0;
}

#tagstrip:after{
  content: "";
  clear: both;
  display: block;
}

#syde-wysiwyg_area .selected_tagstrip_submit{
  background-color: #FF9900 !important;
  color: #FFF;
  cursor:pointer;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 2px;
}


#syde-wysiwyg_area .tagstrip_submit{
  background-color: #EF4C4B !important;
  color: #FFF;
  cursor:pointer;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 2px;
}

#gogogo, #go2, #img_pop_box_test {
  display: none;
}

.syde-wysiwyg span {
  text-decoration: none;
}

a.inplace_now {
  text-decoration: none;
}

p.sydecms_error_message{
    padding:5px 10px 5px 30px;
    font-size:12px;
    color:#666;
    font-weight:bold;
}

.costEditor{
  width: 190px;
}

.costEditor input[type = "text"]{
  border: 1px solid #CCC;
  padding: 6px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.costEditor .unitSelect{
  margin: 0 0 0 5px;
}

/* ソース編集画面 */




#background_info{
	display:none;
}

.ffcc00 {
  opacity: 1;
  background: #fc0 !important;
}

.tabFocusing{
  background-color: #fbc541 !important;
  outline: 2px solid #333 !important;
  border-radius: 3px !important;
}

input[type="radio"].tabFocusing,
input[type="checkbox"].tabFocusing{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff !important;
  padding: 5px;
}

input[type="radio"].tabFocusing{
  border-radius: 50px !important;
}

body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


.anyFontSizeOuter{
    margin: 0 0 0 30px;
    display: inline-block;
    position: relative;
    transform:translateY(-4px);
    -webkit-transform:translateY(-4px);
}

.anyFontSizeOuter:before {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    background: #eee;
    top: 3px;
    left: -27px;
}

.anyFontSizeInput{
    padding: 5px;
    width: 40px;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-right: 3px;
    font-size: 14px !important;
    user-select: none !important;
    outline: none !important;
}

.anyFontSizeUnit{
    transform: translateY(-1px);
    display: inline-block;
}

.anyFontSizeError{
    position: absolute;
    top: 26px;
    left: 0px;
    color: #f33 !important;
}

.anyFontSizeInput.js-hasError{
  background-color:#faa;
}


/*** おススメカラー機能 ***/

.recommend_colors_title{
  background: url(../img/common/recommend_color_title.png) no-repeat left center;
  width: 114px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#toolbar_submenu_color span.recommend_colors_title{
  cursor: default;
  vertical-align: bottom;
}

.recommend_colors_wrap{
  display: inline;
}

#link_area .link_button_color,
#link_area .submenu_button,
#toolbar_submenu_color .submenu_button,
#toolbar_submenu_backcolor .submenu_button{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0;
  cursor: pointer;
  vertical-align: bottom;
}

#toolbar_submenu_color .submenu_button.border--gray,
#toolbar_submenu_backcolor .submenu_button.border--gray{
  box-shadow: inset 1px 0 0 #DDD, inset -1px 0 0 #DDD, inset 0 1px 0 #DDD, inset 0 -1px 0 #DDD;
}

#link_area .link_button_color:hover,
#link_area .link_button_color.border--gray:hover,
#toolbar_submenu_color .submenu_button:hover,
#toolbar_submenu_color .submenu_button.border--gray:hover,
#toolbar_submenu_backcolor .submenu_button:hover,
#toolbar_submenu_backcolor .submenu_button.border--gray:hover,
#toolbar_text_shadow .text_shadow_button:hover,
#toolbar_text_shadow .text_shadow_size_button:hover{
  box-shadow: inset 2px 0 0 #000, inset -2px 0 0 #000, inset 0 2px 0 #000, inset 0 -2px 0 #000;
}

.recommend_colors_wrap{
  display: inline-block;
}

.recommend_colors_title{
  height: 16px;
  margin: 0 0 3px;
  padding: 0;
}

#syde-wysiwyg_area .notice{
  padding: 3px;
  box-sizing: border-box;
  color: #555;
}

.safetyStrInput{
  padding: 6px 5px;
  margin-left: 2px;
  border: 1px solid #CCCCCC !important;
  border-radius: 3px;
}

.safetyStrInput[data-visible = "0"]{
  display: none;
}

.safetyStrInput::placeholder{
  color: #CCC;
}


/*2024/02/16 直感編集ウィンドウ上の吹き出し*/
.subscribeBaloon{
  width: 320px;
  background: #fff;
  border: 2px solid #fc0;
  box-sizing: border-box;
  display: none;
  font-size: 12px !important;
  left: 10px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: absolute;
  text-align: center !important;
  top: -50px;
}

.subscribeBaloon[data-subscribe-display="1"]{
  display: block;
}

.subscribeBaloon[data-bloon-over-window="1"]{
  left: auto;
  right: 0;
}

.subscribeBaloon:after {
    width: 15px;
    height: 15px;
    background: #fff;
    border-left: 2px solid #fc0;
    border-top: 2px solid #fc0;
    bottom: -10px;
    content: "";
    display: block;
    left: 40px;
    position: absolute;
    transform: rotate(-135deg);
    z-index: 0;
}

.subscribeBaloon[data-bloon-over-window="1"]:after{
  left: auto;
  right: 40px;
}



body[data-available-chatgpt-eip = "0"] .syde_toolbar_button--gpt{
  display:none !important;
}


#syde-wysiwyg_area .syde_toolbar_button--gpt{
    width: 30px;
    background-image: url(/cms/img/chat_gpt/dekiteru_ai_logo-min.png);
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: top 2px right 0px;
    position: relative;
}

#syde-wysiwyg_area.syde-wysiwyg_area--fade-out-smooth {
  opacity:0 !important;
  transform:translateY(20px);
  transition:.5s;
}

body[data-available-chatgpt-eip = "2"] #syde-wysiwyg_area .syde_toolbar_button--gpt {
  background-image: url(/cms/img/chat_gpt/dekiteru_ai_logo-min_mono.png)
  cursor:not-allowed;
}

body[data-available-chatgpt-eip = "2"] .syde_toolbar_button--gpt:after {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(/cms/img/chat_gpt/noallow.png);
    position: absolute;
    background-position: center;
    background-size: contain;
    right: 0;
    bottom: -1px;
    background-color: #fff;
    border-radius: 100%;
}



@media screen and (max-width: 480px) {

  #syde-wysiwyg_area select {
    min-height: auto;
  }

  #syde-wysiwyg_toolbar{
    background-size:22px 120px !important;
    background-position: left top;
  }

  .anyFontSizeOuter:before{
    display:none;
  }

  #syde-wysiwyg_area .selected_tagstrip_submit,
  #syde-wysiwyg_area .tagstrip_submit{
    padding:0 5px !important;
  }

  .syde_toolbar_button.selected {
    box-shadow: none;
  }

  #syde-wysiwyg_area .syde_toolbar_reset_position {
    height: 28px;
    top: -28px;
  }

  #link_area .changeLinkInput {
      position: relative;
      bottom: unset;
      right: unset;
      margin: 5px 0;
  }

  .subscribeBaloon{
    width: 320px;
    font-size: 12px !important;
    left: 10px;
    padding: 15px 5px;
    z-index: 999;
  }

  #link_area .changeLinkInputOuter{
    width: 100%;
  }

  #link_area .changeLinkInput{
    width: 100px;
  }

}

/*テキストシャドウの設定*/
.text_shadow_button_outer[data-show="0"]{
  display: none;
}

.text_shadow_button_outer[data-show="1"]{
  display: block;
}

.text_shadow_button_outer[data-shadow-menu="preset"]{
  box-sizing: border-box;
  margin: 0 0 3px;
  padding: 3px;
}

#toolbar_text_shadow .text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button{
  background-color: #666;
  color: #ccc;
  display: inline-block;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  font-size: 12px !important;
  font-weight: bold;
  margin: 0 3px 0 0;
  padding: 2px;
  position: relative;
}

#toolbar_text_shadow .text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button.currentSettedPreset{
  box-shadow: inset 0 0 0 2px #fc0;
  box-sizing: border-box;
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="edging_black"]{
  text-shadow : rgb(51, 51, 51) 1px 0px 0px, rgb(51, 51, 51) 0.540302px 0.841471px 0px, rgb(51, 51, 51) -0.416147px 0.909297px 0px, rgb(51, 51, 51) -0.989992px 0.14112px 0px, rgb(51, 51, 51) -0.653644px -0.756802px 0px, rgb(51, 51, 51) 0.283662px -0.958924px 0px, rgb(51, 51, 51) 0.96017px -0.279415px 0px;
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="blur_black"]{
  text-shadow : 1px 1px 3px rgba(0,0,0,0.6), -1px  1px 3px rgba(0,0,0,0.6), 1px -1px 3px rgba(0,0,0,0.6), -1px -1px 3px rgba(0,0,0,0.6);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="drop_shadow_black"]{
  text-shadow : 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="edging_blur_black"]{
  text-shadow : rgb(51, 51, 51) 1px 0px 0px, rgb(51, 51, 51) 0.540302px 0.841471px 0px, rgb(51, 51, 51) -0.416147px 0.909297px 0px, rgb(51, 51, 51) -0.989992px 0.14112px 0px, rgb(51, 51, 51) -0.653644px -0.756802px 0px, rgb(51, 51, 51) 0.283662px -0.958924px 0px, rgb(51, 51, 51) 0.96017px -0.279415px 0px, 1px  1px 3px rgba(0,0,0,0.6),-1px  1px 3px rgba(0,0,0,0.6),1px -1px 3px rgba(0,0,0,0.6),-1px -1px 3px rgba(0,0,0,0.6);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="edging_drop_shadow_black"]{
  text-shadow : rgb(51, 51, 51) 1px 0px 0px, rgb(51, 51, 51) 0.540302px 0.841471px 0px, rgb(51, 51, 51) -0.416147px 0.909297px 0px, rgb(51, 51, 51) -0.989992px 0.14112px 0px, rgb(51, 51, 51) -0.653644px -0.756802px 0px, rgb(51, 51, 51) 0.283662px -0.958924px 0px, rgb(51, 51, 51) 0.96017px -0.279415px 0px, 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="blur_drop_shadow_black"]{
  text-shadow : 1px 1px 3px rgba(0,0,0,0.6), -1px  1px 3px rgba(0,0,0,0.6), 1px -1px 3px rgba(0,0,0,0.6), -1px -1px 3px rgba(0,0,0,0.6), 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="edging_blur_drop_shadow_black"]{
  margin: 0 8px 0 0;
  text-shadow : rgb(51, 51, 51) 1px 0px 0px, rgb(51, 51, 51) 0.540302px 0.841471px 0px, rgb(51, 51, 51) -0.416147px 0.909297px 0px, rgb(51, 51, 51) -0.989992px 0.14112px 0px, rgb(51, 51, 51) -0.653644px -0.756802px 0px, rgb(51, 51, 51) 0.283662px -0.958924px 0px, rgb(51, 51, 51) 0.96017px -0.279415px 0px, 1px 1px 3px rgba(0,0,0,0.6), -1px  1px 3px rgba(0,0,0,0.6), 1px -1px 3px rgba(0,0,0,0.6), -1px -1px 3px rgba(0,0,0,0.6), 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="edging_white"]{
  text-shadow : rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="blur_white"]{
  text-shadow : 1px 1px 3px rgba(255,255,255,1), -1px  1px 3px rgba(255,255,255,1), 1px -1px 3px rgba(255,255,255,1), -1px -1px 3px rgba(255,255,255,1);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="drop_shadow_white"]{
  text-shadow : 2px 2px 3px rgba(255, 255, 255, 0.6) !important;
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="edging_blur_white"]{
  text-shadow : rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px, 1px  1px 3px rgba(255,255,255,1), -1px 1px 3px rgba(255,255,255,1), 1px -1px 3px rgba(255,255,255,1), -1px -1px 3px rgba(255,255,255,1);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="edging_drop_shadow_white"]{
  text-shadow : rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px, 2px 2px 3px rgba(255, 255, 255, 0.6);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="blur_drop_shadow_white"]{
  text-shadow : 1px 1px 3px rgba(255,255,255,1), -1px  1px 3px rgba(255,255,255,1), 1px -1px 3px rgba(255,255,255,1), -1px -1px 3px rgba(255,255,255,1), 2px 2px 3px rgba(255, 255, 255, 0.7);
}

.text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button[data-value="edging_blur_drop_shadow_white"]{
  text-shadow : rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px, 1px 1px 3px rgba(255,255,255,1), -1px  1px 3px rgba(255,255,255,1), 1px -1px 3px rgba(255,255,255,1), -1px -1px 3px rgba(255,255,255,1), 2px 2px 3px rgba(255, 255, 255, 0.6);
}

#toolbar_text_shadow .text_shadow_reset_button{
  background-color: #eee;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  margin: 0 0 0 5px;
  padding: 3px 1px;
}

.text_shadow_size_button_outer{
  padding: 3px;
}

.text_shadow_size_button{
  width: 23px;
  height: 23px;
  background-color: #eee;
  border: 1px solid rgba(204,204,204);
  box-sizing: border-box;
  display: inline-block;
  font-family: 'M PLUS Rounded 1c' !important;
  font-size: 10px !important;
  font-weight: bold !important;
  margin-right: 3px;
  padding: 5px 2px !important;
  text-align: center !important;
}

.text_shadow_size_button.currentSetted{
  box-shadow: inset 0 0 0 2px #fc0;
  box-sizing: border-box;
}

.text_shadow_size_caption{
  background-color: #f7f0d2;
  font-size: 11px !important;
  margin: 0 6px 0 0;
  padding: 2px 3px;
  position: relative;
  top: 1px;
}

.text_shadow_size_caption:before{
  width: 5px;
  height: 5px;
  background-color: #f7f0d2;
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 5px;
  transform: rotate(45deg);
}

.hovering_preset_contents{
  display: none;
  margin: 0 0 0 10px;
}

.hovering_preset_contents[data-display="1"]{
  display: inline-block;
}

.hovering_preset_contents_color{
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.hovering_preset_contents_drop_outer,
.hovering_preset_contents_blur_outer,
.hovering_preset_contents_edging_outer{
  margin: 0 0 0 5px;
}

/* リンクボタンのカラー設定 */
#linkbtn_color_button{
  margin-left: 5px;
  position: relative;
}

#linkbtn_color_button:before {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  display: none;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #333;
  bottom: -11px;
  right: 8px;
}

#link_area:has(#linkbtn_color_list[data-visible="1"]) #linkbtn_color_button:before{
  display: block;
}

#linkbtn_color_list{
  display: none;
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #333;
  float: right;
}

#linkbtn_color_list[data-visible="1"]{
  display: inline-block;
}

@media screen and (max-width: 480px) {

  #syde-wysiwyg_area .syde_toolbar_button{
    margin: 0 2px 0 0;
  }

  #text_shadow_button .text_shadow_button_image{
    width: 24px;
    height: 24px;
  }

  #toolbar_text_shadow .changeTextShadowOuter{
    margin: 3px 0;
  }

  #toolbar_text_shadow{
    padding: 0 5px;
  }

  .text_shadow_button_outer[data-shadow-menu="preset"]{
    width: 190px;
    margin: 0;
    padding: 0 3px;
    position: relative;
  }

  #toolbar_text_shadow .text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button_preset{
    width: 17px;
    height: 13px;
    font-size: 10px !important;
    margin: 0 3px 3px 0;
    padding: 1px 2px !important;
  }

  #toolbar_text_shadow .text_shadow_button_outer[data-shadow-menu="preset"] .text_shadow_button.currentSettedPreset{
    box-sizing: initial;
  }

  #toolbar_text_shadow .text_shadow_reset_button{
    width: 40px;
    font-size: 10px;
    padding: 1px;
    position: absolute;
    right: -30px;
    top: 16px;
  }

  .hovering_preset_contents{
    font-size: 10px !important;
    position: absolute;
  }

  .hovering_preset_contents_color_outer,
  .hovering_preset_contents_drop_outer,
  .hovering_preset_contents_blur_outer,
  .hovering_preset_contents_edging_outer,
  .hovering_preset_contents_color,
  .hovering_preset_contents_drop,
  .hovering_preset_contents_blur,
  .hovering_preset_contents_edging{
    font-size: 10px !important;
  }

  .hovering_preset_contents_drop_outer,
  .hovering_preset_contents_blur_outer,
  .hovering_preset_contents_edging_outer{
        margin: 0 0 0 3px;
  }

  #link_area #link_submit{
    display: block;
    padding: 0 5px 0 0 !important;
    margin-right: 5px;
  }

  #linkBtnPosition{
    margin-right: 4px;
  }

  #linkbtn_color_list{
    width: 100%;
    right: 0;
    margin-top: 0;
  }

  #linkbtn_color_button:before{
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    display: none;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #000000;
    right: 8px;
    bottom: -10px;
  }
}