@charset "utf-8";
/* CSS Document */
#news_window_overlay{position:fixed;z-index:100;top:0px;left:0px;height:100%;width:100%;background:#000;opacity:0.8;}
.news_window_overlay{display:block;}
.news_window_overlay_none{display:none!important;}
#news_window{position:absolute;opacity:1;z-index:11000;left:50%;top:30px;width:870px;margin-left:-435px;background:#FFF;border:3px solid #DF6105;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:0 0 4px rgba(0,0,0,0.7);-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);-moz-box-shadow:0 0px 4px rgba(0,0,0,0.7);}
.news_window{display:block;}
.news_window_none{display:none!important;}
.news_window_close{display:block;z-index:2;cursor:pointer;}
.news_window_wrap{padding:15px;}
.news_window_head{overflow:hidden;clear:both;margin-bottom:20px;}
.news_window_logo{float:left;}
.news_window_title{text-align:center;color:#E38F2E;padding-top:10px;font-size:25px;font-weight:bold;font-family:ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;}
.news_window_pcnone{display:none;}
.news_window_text{text-align:center;clear:both;color:#333;font-size:14px;font-family:ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;}
.news_window_howtobox{overflow:hidden;margin-top:15px;margin-bottom:15px;}
.news_window ul,.news_window li{list-style:none;}
.news_window_howtolist1{overflow:hidden;clear:both;width:580px;margin:0 auto 20px;}
.news_window_howtolist1 li{margin-right:20px;float:left;}
.news_window_howtolist1 li:last-child{margin-right:0;}
.news_window_howtolist2{overflow:hidden;clear:both;width:380px;margin:0 auto;}
.news_window_howtolist2 li{margin-right:20px;float:left;}
.news_window_howtolist2 li:last-child{margin-right:0;}
.news_window_attention{color:#f00;font-size:16px;text-align:center;margin-top:10px;position:relative;font-family:ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;}
.news_window_coco{position:absolute;right:15px;bottom:15px;}
@media screen and (max-width: 640px){
#news_window{top:20px;width:90%;margin-left:-46%;}
.news_window_head{margin-bottom:10px;}
.news_window_logo{width:40%;height:auto;}
.news_window_logo img{width:100%;height:auto;}
.news_window_title{font-size:23px;clear:both;}
.news_window_pcnone{display:initial;}
.news_window_text{font-size:12px;}
.news_window_spnone{display:none;}
.news_window_howtolist1{width:100%;margin-bottom:10px;}
.news_window_howtolist1 li{width:32%;margin-right:2%;}
.news_window_howtolist1 li img{width:100%;height:auto;}
.news_window_howtolist2{width:65%;}
.news_window_howtolist2 li{width:48%;margin-right:3%;}
.news_window_howtolist2 li img{width:100%;height:auto;}
.news_window_attention{font-size:14px;}
.news_window_coco{display:none;}
}
.news_window_close_btn{text-align:center;width:100px;margin:20px auto 15px;}
.news_window_close_btn a{color:#FFF;text-decoration:none;display:block;background:#d2b9aa;background:-moz-linear-gradient(top, #d2b9aa 0%, #946c55 12%, #9f735a 72%, #966d55 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2b9aa), color-stop(12%,#946c55), color-stop(72%,#9f735a), color-stop(100%,#966d55));background:-webkit-linear-gradient(top, #d2b9aa 0%,#946c55 12%,#9f735a 72%,#966d55 100%);background:-o-linear-gradient(top, #d2b9aa 0%,#946c55 12%,#9f735a 72%,#966d55 100%);background:-ms-linear-gradient(top, #d2b9aa 0%,#946c55 12%,#9f735a 72%,#966d55 100%);background:linear-gradient(to bottom, #d2b9aa 0%,#946c55 12%,#9f735a 72%,#966d55 100%);font-size:14px;padding-top:12px;padding-bottom:10px;font-weight:bold;font-family:ArialMT,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',メイリオ,sans-serif;letter-spacing:normal;}
.news_window_close_btn:before{content:"b";font-family:'fontello';font-weight:normal;margin-right:8px;}