

/* --------------------------------------*/
/* GENERAL                               */
/* --------------------------------------*/
.clear {clear: both; height: 0; margin: 0; padding: 0;}

.top_buttons_bg {
  width:100%;
  height:82px;
  background:#f608;
  margin:0 -1000px;
  padding:0 1000px;
  z-index:-1;
}
.top_buttons {
  width:100%;
  height:74px;
  text-align:center;
  display:flex;
  justify-content: left;
  align-items: left top;
  padding:5px 20px;
  margin:0px auto;;
    z-index:100;
}
.sub_menu {
  display: none;
  width:200px;
  height:auto;
  margin-top:50px;
  padding-top:20px;
  background:none;
  z-index:100;
}

#eac_game:hover .sub_menu{
  display: block;
  z-index:100;
}
#eac_howcloud2:hover .sub_menu{
  display: block;
  z-index:100;
}
.btn_menu:hover .sub_menu{
  display: block;
  z-index:100;
}

.sub_menu #sublist {
  width: 100%;
  height:auto;
  /*background:#fff;*/
  background:url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/btn_sub_normal.png") repeat scroll 0 0 transparent;
  background-size:22%;
  /*background:linear-gradient(to right, #ccc, #fff 50%; #bbb 51%, #888);*/
  color:#000;
  text-shadow:0px 0px 1px #000;
  border:solid 1px #0008;
  list-style: none;
  text-align:left;
  vertical-align:middle;
  padding:6px 10px;
  margin: 0px auto; 
    z-index:100;
  border-radius: 2px;
  box-sizing:border-box;
  font-weight:normal;
}

.sub_menu #sublist:hover {
  /*background:#fcc;*/
  background:url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/btn_sub_pink.png") repeat scroll 0 0 transparent;
  background-size:22%;
  color:#000;
  text-shadow:0px 0px 1px #000;
}


@media(min-width:460px){
body {
  background: none repeat scroll 0 0 #fff;
  
  font: 80%/1.3 Meiryo,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
}}
@media(max-width:459px){
body {
  background: none repeat scroll 0 0 #fff;
  
  font: 70%/1.3 Meiryo,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
}}

b {
  font-weight:bold;
}
p {
  margin:10px 0;
  box-sizing:border-box;
}

#id_ea_common_content {
  /*background:#fff8;*/
}
#id_ea_common_content_whole {
  background:url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/HEX.jpg") repeat scroll 0 0 transparent;
/*  background:url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/top_bg_cloud_01.jpg");*/
  background-size:10%;
  background-attachment: fixed;
  background-position: top center;
  background-color:#fff8;
  background-blend-mode:overlay;
  width: 100%;
  height: auto;
  padding:0;  
}

.main {
  background:#fff;
  /*background:linear-gradient(to right, #0000, #66f8 10%, #66f8 90%, #0000);
  margin: 0 -196px;
  padding: 0 196px;*/
}
.txt_border{
  position: relative;
  width: 100%;
  height:4px;
  margin: 4px 0px 10px;
  border-bottom: dashed 1px #bfbfbf;
  box-sizing:border-box;
}

/*NEWS ICON*/
@media(min-width:501px){
#ns_ppl {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:8px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#808;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_black {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:8px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#000;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_pc {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:8px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#f66;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_and {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:8px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#76bf5e;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_all {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:8px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#06f;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_ac {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:8px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#f00;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_xxx {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:0px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#0bf;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_ios {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:0px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#6bf;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_br {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:0px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#f08;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_yel {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:0px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#fd0;
  box-sizing:border-box;
  color:#000;
  letter-spacing:1px;
  border-radius: 20px;
}
#ns_white {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:0px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#fff;
  box-sizing:border-box;
  color:#000;
  letter-spacing:1px;
  border-radius: 20px;
  border:solid 1px #aaa;
}
#ns_gray {
  font-size:10pt;
  width:auto;
  height:auto;
  padding:1px 10px;
  margin:0px 2px;
  line-height:24px;
  white-space: nowrap;
  background:#ccc;
  box-sizing:border-box;
  color:#000;
  letter-spacing:1px;
  border-radius: 20px;
  /*border:solid 1px #666;*/
}
}
@media(max-width:500px){
#ns_ppl {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#808;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_black {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#000;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_pc {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#f66;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_and {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#76bf5e;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_all {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#06f;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_ac {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#f00;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_xxx {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#0bf;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_ios {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#6bf;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_br {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#f08;
  box-sizing:border-box;
  color:#fff;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_yel {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#fd0;
  box-sizing:border-box;
  color:#000;
  letter-spacing:1px;
  border-radius: 16px;
}
#ns_white {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#fff;
  box-sizing:border-box;
  color:#000;
  letter-spacing:1px;
  border-radius: 16px;
  border:solid 1px #aaa;
}
#ns_gray {
  font-size:8pt;
  width:auto;
  height:auto;
  padding:2px 8px 0px;
  margin:6px 2px;
  line-height:20px;
  white-space: nowrap;
  background:#ccc;
  box-sizing:border-box;
  color:#000;
  letter-spacing:1px;
  border-radius: 16px;
}
}

/*.header_barnner {
  width:100%; 
  height:auto;
  background:#ddd;
  padding:4px 8px;
  box-sizing:border-box;
  font-weight:bold;
  margin-bottom:4px;
}*/
.header_barnner {
  width:100%; 
  height:auto;
  background:#ddd;
  padding:4px 8px;
  font-weight:bold;  
  vertical-align:middle;
  box-sizing:border-box;
}
.header_barnner_text {
  width:100%; 
  height:auto;
  /*padding:8px 20px 4px 20px;
  background: #ffff;
  background:linear-gradient(to right, #ffff 50%, #fff1);*/
  border-radius:6px;
  vertical-align:middle;
  box-sizing:border-box;
}
/*トップ部分の背景*/
.explain_top {
  background: #ffff;
  background:linear-gradient(to right, #0000, #fffc 10%, #fffc 90%, #0000);
  width: 100%;
  height: auto;
  margin: 0 -50px;
  padding: 0 50px;
}
.cloud_all {
  width:100%;
  height:auto;
  border:solid 1px #ccc;
  background:#fff8;
  box-sizing:border-box;  
  margin:0px 10px 0px 0px;
}

.main_box {
  width:100%;
  height:auto;
  margin:0 auto;
  background: #fffc;
  box-sizing:border-box;  
}
@media (min-width:600px){
.in_box80 {
  width:96%;
  height:auto;
  padding:4px 8px;
  word-break:break-word;
  box-sizing:border-box;  
  margin:4px auto;
}}
@media (max-width:599px){
.in_box80 {
  width:98%;
  height:auto;
  padding:2px 6px;
  word-break:break-word;
  box-sizing:border-box;  
  margin:2px auto;
}}


li { list-style: none outside none;}
.textindent { overflow: hidden; text-indent: -9999px;}
a , img {border:none; text-decoration:none;}
a.common_link_color, a.common_link_color.visited {
  color: #00f;
}

.newfont { font-weight:bold; color:#f00;}
/*.floatL {float:left;}
.letter_1 {letter-spacing:1px; }
.letter_2 {letter-spacing:2px; }*/

/*汎用ボタン*/
/*HTML側で幅の指定をするもの*/
/*.btn_M30 {height:30px; background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/btn_dataM20.png); 
  background-position:left -5px;
  border-top:solid 1px #ddd;
  border-left:solid 1px #ddd;
  border-bottom:solid 1px #888;
  border-right:solid 1px #888;
  text-align:center; margin:2px -2px 2px 2px;
}
.btn_M30 a { height:30px; background-position:left 0; display:block; border:solid 0px #000;}
.btn_M30:hover , .btn_M30_select{
  height:30px; background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/btn_dataM20.png) ;
  background-position:left -45px; margin:0; text-align:center; margin:2px -2px 2px 2px;
  border-top:solid 1px #fbd;
  border-left:solid 1px #fbd;
  border-bottom:solid 1px #c68;
  border-right:solid 1px #c68;
}
.btn_M30_txt {font-size:12px; color:#333; font-weight:normal;
  text-shadow:#666 0px 0px 1px;
  text-decoration:none; line-height:2.7em; letter-spacing:1px; text-align:center;
}
.btn_M30_txt:hover {font-size:12px; color:#603; font-weight:normal;
   text-shadow:#926 0px 0px 1px;
  text-decoration:none; line-height:2.7em; letter-spacing:1px; text-align:center;
}*/

/*トップページに戻るボタン(汎用化)*/
.return_top { width:140px; height:38px; margin:0 auto; background:none;}
.btn_top_page {width:120px; height:30px; background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/bt_return_01.png); margin:0 auto;}
.btn_top_page a {width:120px; height:30px; background-position:left 0; display:block;}
.btn_top_page:hover , .btn_top_page_select{width:120px; height:30px; background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/bt_return_01.png) ; background-position:left -30px; margin:0 auto;}

.btn_close_page {width:120px; height:30px; background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/popup_bt_close_01.png); margin:0 auto;}
.btn_close_page a {width:120px; height:30px; background-position:left 0; display:block;}
.btn_close_page:hover , .btn_top_page_select{width:120px; height:30px; background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/popup_bt_close_01.png) ; background-position:left -30px; margin:0 auto;}

/* --------------------------------------*/
/* CONTAINER                             */
/* --------------------------------------*/
/*#container1 {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#container2 {
  background: url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/common_bg.jpg") no-repeat scroll center top transparent;
  margin: 0;
  padding: 0;
}
#container2_opening {
  margin: 0;
  padding: 0;
}
#container2_top {
  background: url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/top_bg_cloud_01.jpg") no-repeat scroll center top transparent;
  margin: 0;
  padding: 0;
}
#container3_top {
  margin: 0 auto;
  padding: 0;
  width: 980px;
}
#container3 {
  margin: 0 auto;
  padding: 0;
  width: 980px;
  height:auto;
}
#container3_popup {
  margin: 0 auto;
  padding: 0;
  width: 740px;
}*/

@media (min-width:980px) {
.eacloud_contents {
  width: 980px;
  height:auto;
  margin: 0 auto;
  position: relative;
  box-sizing:border-box;
}
.eacloud_contents_popup {
  width: 738px;
  background:#fff;
  height:auto;
  margin: 0 auto;
  position: relative;
  box-sizing:border-box;
}
.eacloud_main {
  float: left;
  position: relative;
  width: 728px;
  height:auto;
  box-sizing:border-box;
}
.eacloud_main_contents {
  position: relative;
  width: 740px;
  height:auto;
  background-color: #000;
  box-sizing:border-box;
}}
@media (max-width:979px) {
.eacloud_contents {
  width: 100%;
  height:auto;
  margin: 0;
  position: relative;
  box-sizing:border-box;
}
.eacloud_contents_popup {
  width: 96%;
  background:#fff;
  height:auto;
  margin: 0 auto;
  position: relative;
  box-sizing:border-box;
}
.eacloud_main {
  float: left;
  position: relative;
  width: 98%;
  height:auto;
  box-sizing:border-box;
}
.eacloud_main_contents {
  position: relative;
  width: 98%;
  height:auto;
  background-color: #000;
  box-sizing:border-box;
}}

/*------------------------------------*/
.eacloud_contents .main,
.eacloud_contents_popup .main {
  float: left;
  position: relative;
  width: 740px;
}
.eacloud_contents .main_c,
.eacloud_contents_popup .main_c {
  position: relative;
  width: 740px;
  margin:0 auto;
}

.eacloud_contents .header,
.eacloud_contents_popup .header {
  height: 30px;
  width: 740px;
}
/*汎用タイトルバー*/
.title_common_box {
  height: 30px;
  width: 740px;
  background:none;
}

.title_common_header {
  background: url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/info_title_common.png") no-repeat scroll transparent;
  background-position:right 0;
}
.title_common_txt {font-size:13px; color:#000; font-weight:bold; text-decoration:none; padding:6px 10px; letter-spacing:0em; text-align:left;}

.eacloud_contents .contents,
.eacloud_contents_popup .contents {
  position: relative;
  width: 740px;
}

.eacloud_contents .fotter,
.eacloud_contents_popup .fotter {
  background: url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/common_title_fotter_01.png") no-repeat scroll transparent;
  height: 10px;
  width: 740px;
}

.msg_box_top {
  margin:6px 10px;
  padding:4px 10px;
  line-height:1.5em;
  float:left;
  border-radius:8px;
}
.msg_box_top_sub {
  margin:6px 10px;
  padding:4px 10px;
  line-height:3em;
  float:left;
  border-radius:8px;
}
.msg_box_top_sub #link_button {
  width:auto;
  height:auto;
  margin:0px;
  padding:4px 16px;
  text-align:center;
  vertical-align:middle;
    border-radius:8px;
    border:solid 1px #0008;
}

.msg_box_top#color_w {
  background:#ff8f;
}
.msg_box_top#color_y {
  background:#ff8f;
}

.box_common1 {
 width:600px;
 height:300px;
 margin-left:10px;
 padding:10px;
 border:solid 1px #f00; 
 background:#9cd;
}
.tcommon_header {width:740px; height:30px; /*padding-top:10px;*/}
.tcommon_header_bg {background: url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/info_title_common.png") no-repeat scroll transparent;}

.common_main {
  float: left;
  position: relative;
  top: 20px;
  width: 740px;
  background:#dc9;
}

.twitter_icon {
  height:50px;
  width:220px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/twitter_icon.png) no-repeat scroll center top transparent; 
  background-position:left 0;
  margin:7px;
  float:left;
}
.twitter_icon:hover {
  height:50px;
  width:220px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/twitter_icon.png) no-repeat scroll center top transparent; 
  background-position:left -50px;
  margin:7px;
  float:left;
}

.new_icon {
  width:44px;
  height:35px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/game/gametitle_newmark.png) no-repeat scroll center top transparent; 
  background-size:cover;
  margin0;
  z-index:5;
  
}
.atest_icon {
  width:44px;
  height:35px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/icon_test_mini.png) no-repeat scroll center top transparent; 
  background-size:contain;
  z-index:5;
  box-sizing:border-box;
}
.btest_icon {
  width:44px;
  height:35px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/icon_btest.png) no-repeat scroll center top transparent; 
  background-size:contain;
  z-index:5;
  box-sizing:border-box;
}
.addtest_icon {
  width:44px;
  height:35px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/icon_addtest.png) no-repeat scroll center top transparent; 
  background-size:contain;
  z-index:5;
  box-sizing:border-box;
}
.ac_icon {
  width:44px;
  height:35px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/icon_ac_ren.png) no-repeat scroll center top transparent; 
  background-size:contain;
  z-index:5;
  box-sizing:border-box;
}
.cl_icon {
  width:44px;
  height:35px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/icon_cl_sen.png) no-repeat scroll center top transparent; 
  background-size:contain;
  z-index:5;
  box-sizing:border-box;
}
.org_icon {
  display:block;
  width:44px;
  height:35px;
  background:url(https://eacache.s.konaminet.jp/game/eacloud/p/images/common/icon_cl_org.png) no-repeat scroll center top transparent; 
  background-size:contain;
  z-index:5;
  box-sizing:border-box;
}

/*totop*/
.to_top {
  width: 100%;
  height: auto;
  margin:4px;
  box-sizing:border-box;
}

.totop_btn {
  float: right;
  width: 120px;
  height: 20px;
  background: url("https://eacache.s.konaminet.jp/game/eacloud/p/images/common/totop_bt.png") no-repeat scroll transparent;
  margin:4px;
  box-sizing:border-box;
}
.totop_btn a {
  display: block;
  height: 20px;
  width: auto;
  margin:4px;
  box-sizing:border-box;
}
.totop_btn:hover {
  background-position: 0px -20px;
  width:120px;
  margin:4px;
  box-sizing:border-box;
}

.lbr {
  display: inline-block;
}
.copy_and:after {
  font-size:10px;
  content:"※Android は米国 Google LLC. の米国およびその他の国における商標です。\A ※Google Play and the Google Play logo are trademarks of Google LLC.";
}
.copy_win:after {
  font-size:10px;
  content:"※Windows は米国 Microsoft Corporation の米国およびその他の国における登録商標です。";
}
.copy_edge:after {
  font-size:10px;
  content:"※Microsoft Edge、Internet Explorerは米国Microsoft Corporationの米国およびその他の国における登録商標です。";
}

.copy_senkore:after {
  font-size:10px;
  content:"Konami Digital Entertainment,NAS/「戦国コレクション」制作委員会";
}
.copy_kde:after {
  font-size:10px;
  content:"Konami Digital Entertainment";
}
.copy_kam:after {
  font-size:10px;
  content:"Konami Amusement";
}
.copy_ios:after {
  font-size:10px;
  content:"※iOS は、Apple Inc. のOS名称です。\A IOS は、Cisco Systems, Inc. またはその関連会社の\A 米国およびその他の国における商標または登録商標であり、\A ライセンスに基づき使用されています。";
}
.copy_iphone:after {
  font-size:10px;
  content:"※iPhone商標は、アイホン株式会社のライセンスに基づき使用されています。";
}
.copy_appstore:after {
  font-size:10px;
  content:"※App Storeは、米国およびその他の国で登録されたApple Inc.のサービスマークです。";
}
.copy_apple:after {
  font-size:10px;
  content:"※iPad、iPod Touch、QuickTime、Apple、Apple のロゴは、\A Apple Inc. の米国およびその他の国における商標または登録商標です。";
}
.copy_qks:before {
  font-size:10px;
  content:"QuizKnock";
}

.copy_box_common {
  width:auto;
  height:auto;
  background:#fffc;
  margin:10px 0px;
  padding:4px 16px;
  border-radius:10px;
  box-sizing:border-box;
}


