VK All in One Expansion Unit - Version 4.5.0

Version Description

  • [ Add Function ][ PR Blocks Widget] Add PR Blocks Design type.
Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 4.5.0
Comparing to
See all releases

Code changes from version 4.4.1 to 4.5.0

_scss/vkExUnit_style.scss CHANGED
@@ -554,62 +554,24 @@ iframe.wp-embedded-content { width:100%; }
554
  /*-------------------------------------------*/
555
  /* Widget .veu_prBlocks
556
  /*-------------------------------------------*/
557
- .veu_prBlocks{
558
- a{
559
- color: #333;
560
- &:hover{
561
- color: #333;
562
- text-decoration: none;
563
- }
564
- .summary:hover{
565
- text-decoration: underline;
566
- }
567
- }
568
- .circle_icon{
569
- display: table;
570
- margin: 0 auto ;
571
- width: 80px;
572
- height: 80px;
573
- border-radius: 50%;
574
- .font_icon{
575
- display: table-cell;
576
- color: #fff;
577
- vertical-align: middle;
578
- text-align: center;
579
- font-size: 40px;
580
- }
581
- }
582
- .prBox_title{
583
- margin-top: 1.5em;
584
- margin-bottom: 1em;
585
- text-align: center;
586
- font-size: 18px;
587
- }
588
- .media_pr{
589
- display: table;
590
- margin: 0 auto;
591
- }
592
- .pr_image{
593
- display: table-cell;
594
- overflow: hidden;
595
- width: 120px;
596
- height: 120px;
597
- border-radius: 50%;
598
- vertical-align: middle;
599
- text-align: center;
600
- }
601
- .summary{
602
- margin-bottom: 0.5em;
603
- text-align: center;
604
- font-size: 14px;
605
- line-height: 1.6em;
606
- }
607
  }
 
 
 
 
 
 
 
 
608
 
609
  @media screen and (max-width:992px){
610
- .veu_prBlocks{
611
- .prArea{
612
- margin-bottom: 1em;
613
- }
614
- }
615
  }
554
  /*-------------------------------------------*/
555
  /* Widget .veu_prBlocks
556
  /*-------------------------------------------*/
557
+ // .veu_prBlocks{
558
+ .prBlock {
559
+ a{ color: #333;
560
+ &:hover{ color: #333; text-decoration: none; }
561
+ .prBlock_summary:hover{ text-decoration: underline; }
562
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
563
  }
564
+ .prBlock_icon_outer { display: table; margin: 0 auto ; width: 80px; height: 80px; border-radius: 50%; }
565
+ .prBlock_icon { display: table-cell; color: #fff; vertical-align: middle; text-align: center; font-size: 36px; }
566
+ .prBlock_title{ margin-top:0.8em;margin-bottom: 0.7em; text-align: center; font-size: 18px; line-height: 1.4em; }
567
+ .prBlock_image{ display: table; margin: 0 auto;
568
+ img{ display: table-cell; overflow: hidden; width: 120px; height: 120px; border-radius: 50%; vertical-align: middle; text-align: center; }
569
+ }
570
+ .prBlock_summary{ margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.6em; }
571
+ // }
572
 
573
  @media screen and (max-width:992px){
574
+ // .veu_prBlocks{
575
+ .prBlock{ margin-bottom: 1.5em; }
576
+ // }
 
 
577
  }
css/vkExUnit_style.css CHANGED
@@ -1 +1 @@
1
- .veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}@media (min-width: 768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em}}.btn.btn-blank::after{margin-left:0.7em;font-family:FontAwesome;content:"\f08e"}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.veu_flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dt,.veu_flowBox dl dd{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0px}.veu_flowBox dl dd h4{margin:0px;padding:0px}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0px}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_adminEdit a.btn:before{margin-right:5px;content:"\f040";font-family:FontAwesome}.veu_contentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.btn{white-space:inherit}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:2.5em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .children{margin-bottom:2em}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet ul{margin:0px;padding:0;display:flex}.veu_socialSet ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0px;background:none}.veu_socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet ul li iframe{border:none}.veu_socialSet ul li a .icon_sns,.veu_socialSet ul li a .fa-get-pocket{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet ul li.sb_icon.sb_facebook a{background:#425dab;box-shadow:0 4px 0 #344e84}.veu_socialSet ul li.sb_icon.sb_facebook a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_hatena a{background:#007fc5;box-shadow:0 4px 0 #00679f}.veu_socialSet ul li.sb_icon.sb_hatena a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_twitter a{background:#00abec;box-shadow:0 4px 0 #007eaa}.veu_socialSet ul li.sb_icon.sb_twitter a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_google a{background:#dd4b39;box-shadow:0 4px 0 #a03524}.veu_socialSet ul li.sb_icon.sb_google a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_line a{background:#6ebd30;box-shadow:0 4px 0 #5b9c28}.veu_socialSet ul li.sb_icon.sb_line a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_pocket a{background:#ea4654;box-shadow:0 4px 0 #c1303c}.veu_socialSet ul li.sb_pocket a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_count_sns_pocket,.veu_count_sns_fb,.veu_count_sns_hb{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:bold}@media (max-width: 767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet ul li{width:48%;margin-bottom:9px}.veu_socialSet ul li:nth-child(even){margin-right:0}.veu_socialSet ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.veu_childPage_list{margin-top:2.5em;margin-bottom:1em}.veu_childPage_list a:hover{text-decoration:none}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1em}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:0}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}@media (max-width: 767px){.veu_childPage_list .wp-post-image{width:25%}}.veu_pageList_ancestor{margin:0 0 15px;padding:20px 20px 0;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff}.veu_pageList_ancestor h3{margin:0.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:0.8em}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0px}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:0.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:bold}.veu_followSet{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_followSet h1.followSet_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_followSet .followSet_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em}.veu_followSet .follow_btn{float:left;margin-right:20px;margin-bottom:10px}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta h1.cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;box-shadow:inset 0px 0px 0px 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding-top:4px;padding-bottom:1px;font-size:28px;line-height:110%}.veu_contact .contact_bt_txt:before{margin-right:7px;content:"\f003";font-family:FontAwesome}.veu_contact .contact_bt_txt:after{margin-left:7px;content:"\f18e";font-family:FontAwesome}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}@media (min-width: 1200px){.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right}}.widget .veu_contact .contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 0.8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}@media (max-width: 768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.veu_newPosts h1.mainSection-title,.veu_newPosts .subSection-title{margin-bottom:0}.veu_newPosts ul.postList{margin:15px 0 30px;padding:0}.veu_newPosts ul.postList li{display:block;clear:both;overflow:hidden;padding:0;border-bottom:1px dotted #666}.veu_newPosts ul.postList a{color:#464646}.veu_newPosts ul.postList .published,.veu_newPosts ul.postList .taxonomies a,.veu_newPosts ul.postList .entry-title{display:block;float:left;overflow:hidden}.veu_newPosts ul.postList .published{margin-right:10px;color:#d44950}.veu_newPosts ul.postList .published:before{margin:0;content:''}.veu_newPosts ul.postList .taxonomies a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_newPosts ul.postList .entry-title{display:block;clear:both;margin:5px 0}.veu_newPosts .entry-meta_items.published:before{margin-right:5px;content:"\f073";font-family:FontAwesome}.veu_profile .profile{overflow:hidden}.veu_profile .profile_media{display:block;margin:0.8em auto;max-width:100%}.veu_profile .media_round{border-radius:50%}.veu_profile .media_left .profile_media{margin-left:0}.veu_profile .media_float{float:left;padding-right:10px}.veu_profile .media_float .profile_media{margin:0.8em 0 0}.veu_profile .media_float+.profile_text{padding-top:0.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;display:table;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.veu_profile .sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2F915F}.veu_profile .sns_btns .youtube_btn a{background:#C81D1C}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px}.veu_3prArea .media_pr{margin-top:0.8em;margin-bottom:0.8em}.veu_3prArea .media_pc{display:block}.veu_3prArea .media_sp{display:none}.veu_3prArea .summary{margin-bottom:0.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.veu_3prArea .prArea{margin-bottom:1em}.veu_3prArea .media_pc{display:none}.veu_3prArea .media_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}}.veu_prBlocks a{color:#333}.veu_prBlocks a:hover{color:#333;text-decoration:none}.veu_prBlocks a .summary:hover{text-decoration:underline}.veu_prBlocks .circle_icon{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.veu_prBlocks .circle_icon .font_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:40px}.veu_prBlocks .prBox_title{margin-top:1.5em;margin-bottom:1em;text-align:center;font-size:18px}.veu_prBlocks .media_pr{display:table;margin:0 auto}.veu_prBlocks .pr_image{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.veu_prBlocks .summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.6em}@media screen and (max-width: 992px){.veu_prBlocks .prArea{margin-bottom:1em}}
1
+ .veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}@media (min-width: 768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em}}.btn.btn-blank::after{margin-left:0.7em;font-family:FontAwesome;content:"\f08e"}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.veu_flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dt,.veu_flowBox dl dd{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0px}.veu_flowBox dl dd h4{margin:0px;padding:0px}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0px}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_adminEdit a.btn:before{margin-right:5px;content:"\f040";font-family:FontAwesome}.veu_contentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.btn{white-space:inherit}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:2.5em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .children{margin-bottom:2em}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet ul{margin:0px;padding:0;display:flex}.veu_socialSet ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0px;background:none}.veu_socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet ul li iframe{border:none}.veu_socialSet ul li a .icon_sns,.veu_socialSet ul li a .fa-get-pocket{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet ul li.sb_icon.sb_facebook a{background:#425dab;box-shadow:0 4px 0 #344e84}.veu_socialSet ul li.sb_icon.sb_facebook a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_hatena a{background:#007fc5;box-shadow:0 4px 0 #00679f}.veu_socialSet ul li.sb_icon.sb_hatena a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_twitter a{background:#00abec;box-shadow:0 4px 0 #007eaa}.veu_socialSet ul li.sb_icon.sb_twitter a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_google a{background:#dd4b39;box-shadow:0 4px 0 #a03524}.veu_socialSet ul li.sb_icon.sb_google a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_line a{background:#6ebd30;box-shadow:0 4px 0 #5b9c28}.veu_socialSet ul li.sb_icon.sb_line a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_pocket a{background:#ea4654;box-shadow:0 4px 0 #c1303c}.veu_socialSet ul li.sb_pocket a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_count_sns_pocket,.veu_count_sns_fb,.veu_count_sns_hb{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:bold}@media (max-width: 767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet ul li{width:48%;margin-bottom:9px}.veu_socialSet ul li:nth-child(even){margin-right:0}.veu_socialSet ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.veu_childPage_list{margin-top:2.5em;margin-bottom:1em}.veu_childPage_list a:hover{text-decoration:none}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1em}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:0}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}@media (max-width: 767px){.veu_childPage_list .wp-post-image{width:25%}}.veu_pageList_ancestor{margin:0 0 15px;padding:20px 20px 0;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff}.veu_pageList_ancestor h3{margin:0.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:0.8em}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0px}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:0.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:bold}.veu_followSet{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_followSet h1.followSet_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_followSet .followSet_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em}.veu_followSet .follow_btn{float:left;margin-right:20px;margin-bottom:10px}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta h1.cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;box-shadow:inset 0px 0px 0px 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding-top:4px;padding-bottom:1px;font-size:28px;line-height:110%}.veu_contact .contact_bt_txt:before{margin-right:7px;content:"\f003";font-family:FontAwesome}.veu_contact .contact_bt_txt:after{margin-left:7px;content:"\f18e";font-family:FontAwesome}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}@media (min-width: 1200px){.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right}}.widget .veu_contact .contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 0.8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}@media (max-width: 768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.veu_newPosts h1.mainSection-title,.veu_newPosts .subSection-title{margin-bottom:0}.veu_newPosts ul.postList{margin:15px 0 30px;padding:0}.veu_newPosts ul.postList li{display:block;clear:both;overflow:hidden;padding:0;border-bottom:1px dotted #666}.veu_newPosts ul.postList a{color:#464646}.veu_newPosts ul.postList .published,.veu_newPosts ul.postList .taxonomies a,.veu_newPosts ul.postList .entry-title{display:block;float:left;overflow:hidden}.veu_newPosts ul.postList .published{margin-right:10px;color:#d44950}.veu_newPosts ul.postList .published:before{margin:0;content:''}.veu_newPosts ul.postList .taxonomies a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_newPosts ul.postList .entry-title{display:block;clear:both;margin:5px 0}.veu_newPosts .entry-meta_items.published:before{margin-right:5px;content:"\f073";font-family:FontAwesome}.veu_profile .profile{overflow:hidden}.veu_profile .profile_media{display:block;margin:0.8em auto;max-width:100%}.veu_profile .media_round{border-radius:50%}.veu_profile .media_left .profile_media{margin-left:0}.veu_profile .media_float{float:left;padding-right:10px}.veu_profile .media_float .profile_media{margin:0.8em 0 0}.veu_profile .media_float+.profile_text{padding-top:0.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;display:table;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.veu_profile .sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2F915F}.veu_profile .sns_btns .youtube_btn a{background:#C81D1C}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px}.veu_3prArea .media_pr{margin-top:0.8em;margin-bottom:0.8em}.veu_3prArea .media_pc{display:block}.veu_3prArea .media_sp{display:none}.veu_3prArea .summary{margin-bottom:0.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.veu_3prArea .prArea{margin-bottom:1em}.veu_3prArea .media_pc{display:none}.veu_3prArea .media_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock_icon_outer{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:36px}.prBlock_title{margin-top:0.8em;margin-bottom:0.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock_image{display:table;margin:0 auto}.prBlock_image img{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.prBlock_summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.6em}@media screen and (max-width: 992px){.prBlock{margin-bottom:1.5em}}
css/vkExUnit_style_in_bs.css CHANGED
@@ -9,4 +9,4 @@
9
  * Bootstrap v3.3.5 (http://getbootstrap.com)
10
  * Copyright 2011-2015 Twitter, Inc.
11
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12
- *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}@media (min-width: 768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em}}.btn.btn-blank::after{margin-left:0.7em;font-family:FontAwesome;content:"\f08e"}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.veu_flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dt,.veu_flowBox dl dd{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0px}.veu_flowBox dl dd h4{margin:0px;padding:0px}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0px}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_adminEdit a.btn:before{margin-right:5px;content:"\f040";font-family:FontAwesome}.veu_contentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.btn{white-space:inherit}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:2.5em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .children{margin-bottom:2em}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet ul{margin:0px;padding:0;display:flex}.veu_socialSet ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0px;background:none}.veu_socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet ul li iframe{border:none}.veu_socialSet ul li a .icon_sns,.veu_socialSet ul li a .fa-get-pocket{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet ul li.sb_icon.sb_facebook a{background:#425dab;box-shadow:0 4px 0 #344e84}.veu_socialSet ul li.sb_icon.sb_facebook a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_hatena a{background:#007fc5;box-shadow:0 4px 0 #00679f}.veu_socialSet ul li.sb_icon.sb_hatena a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_twitter a{background:#00abec;box-shadow:0 4px 0 #007eaa}.veu_socialSet ul li.sb_icon.sb_twitter a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_google a{background:#dd4b39;box-shadow:0 4px 0 #a03524}.veu_socialSet ul li.sb_icon.sb_google a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_line a{background:#6ebd30;box-shadow:0 4px 0 #5b9c28}.veu_socialSet ul li.sb_icon.sb_line a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_pocket a{background:#ea4654;box-shadow:0 4px 0 #c1303c}.veu_socialSet ul li.sb_pocket a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_count_sns_pocket,.veu_count_sns_fb,.veu_count_sns_hb{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:bold}@media (max-width: 767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet ul li{width:48%;margin-bottom:9px}.veu_socialSet ul li:nth-child(even){margin-right:0}.veu_socialSet ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.veu_childPage_list{margin-top:2.5em;margin-bottom:1em}.veu_childPage_list a:hover{text-decoration:none}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1em}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:0}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}@media (max-width: 767px){.veu_childPage_list .wp-post-image{width:25%}}.veu_pageList_ancestor{margin:0 0 15px;padding:20px 20px 0;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff}.veu_pageList_ancestor h3{margin:0.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:0.8em}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0px}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:0.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:bold}.veu_followSet{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_followSet h1.followSet_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_followSet .followSet_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em}.veu_followSet .follow_btn{float:left;margin-right:20px;margin-bottom:10px}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta h1.cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;box-shadow:inset 0px 0px 0px 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding-top:4px;padding-bottom:1px;font-size:28px;line-height:110%}.veu_contact .contact_bt_txt:before{margin-right:7px;content:"\f003";font-family:FontAwesome}.veu_contact .contact_bt_txt:after{margin-left:7px;content:"\f18e";font-family:FontAwesome}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}@media (min-width: 1200px){.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right}}.widget .veu_contact .contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 0.8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}@media (max-width: 768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.veu_newPosts h1.mainSection-title,.veu_newPosts .subSection-title{margin-bottom:0}.veu_newPosts ul.postList{margin:15px 0 30px;padding:0}.veu_newPosts ul.postList li{display:block;clear:both;overflow:hidden;padding:0;border-bottom:1px dotted #666}.veu_newPosts ul.postList a{color:#464646}.veu_newPosts ul.postList .published,.veu_newPosts ul.postList .taxonomies a,.veu_newPosts ul.postList .entry-title{display:block;float:left;overflow:hidden}.veu_newPosts ul.postList .published{margin-right:10px;color:#d44950}.veu_newPosts ul.postList .published:before{margin:0;content:''}.veu_newPosts ul.postList .taxonomies a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_newPosts ul.postList .entry-title{display:block;clear:both;margin:5px 0}.veu_newPosts .entry-meta_items.published:before{margin-right:5px;content:"\f073";font-family:FontAwesome}.veu_profile .profile{overflow:hidden}.veu_profile .profile_media{display:block;margin:0.8em auto;max-width:100%}.veu_profile .media_round{border-radius:50%}.veu_profile .media_left .profile_media{margin-left:0}.veu_profile .media_float{float:left;padding-right:10px}.veu_profile .media_float .profile_media{margin:0.8em 0 0}.veu_profile .media_float+.profile_text{padding-top:0.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;display:table;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.veu_profile .sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2F915F}.veu_profile .sns_btns .youtube_btn a{background:#C81D1C}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px}.veu_3prArea .media_pr{margin-top:0.8em;margin-bottom:0.8em}.veu_3prArea .media_pc{display:block}.veu_3prArea .media_sp{display:none}.veu_3prArea .summary{margin-bottom:0.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.veu_3prArea .prArea{margin-bottom:1em}.veu_3prArea .media_pc{display:none}.veu_3prArea .media_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}}.veu_prBlocks a{color:#333}.veu_prBlocks a:hover{color:#333;text-decoration:none}.veu_prBlocks a .summary:hover{text-decoration:underline}.veu_prBlocks .circle_icon{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.veu_prBlocks .circle_icon .font_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:40px}.veu_prBlocks .prBox_title{margin-top:1.5em;margin-bottom:1em;text-align:center;font-size:18px}.veu_prBlocks .media_pr{display:table;margin:0 auto}.veu_prBlocks .pr_image{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.veu_prBlocks .summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.6em}@media screen and (max-width: 992px){.veu_prBlocks .prArea{margin-bottom:1em}}
9
  * Bootstrap v3.3.5 (http://getbootstrap.com)
10
  * Copyright 2011-2015 Twitter, Inc.
11
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}@media (min-width: 768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em}}.btn.btn-blank::after{margin-left:0.7em;font-family:FontAwesome;content:"\f08e"}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.veu_flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dt,.veu_flowBox dl dd{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0px}.veu_flowBox dl dd h4{margin:0px;padding:0px}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0px}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_adminEdit a.btn:before{margin-right:5px;content:"\f040";font-family:FontAwesome}.veu_contentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.btn{white-space:inherit}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:2.5em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .children{margin-bottom:2em}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet ul{margin:0px;padding:0;display:flex}.veu_socialSet ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0px;background:none}.veu_socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet ul li iframe{border:none}.veu_socialSet ul li a .icon_sns,.veu_socialSet ul li a .fa-get-pocket{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet ul li.sb_icon.sb_facebook a{background:#425dab;box-shadow:0 4px 0 #344e84}.veu_socialSet ul li.sb_icon.sb_facebook a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_hatena a{background:#007fc5;box-shadow:0 4px 0 #00679f}.veu_socialSet ul li.sb_icon.sb_hatena a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_twitter a{background:#00abec;box-shadow:0 4px 0 #007eaa}.veu_socialSet ul li.sb_icon.sb_twitter a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_google a{background:#dd4b39;box-shadow:0 4px 0 #a03524}.veu_socialSet ul li.sb_icon.sb_google a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_icon.sb_line a{background:#6ebd30;box-shadow:0 4px 0 #5b9c28}.veu_socialSet ul li.sb_icon.sb_line a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_socialSet ul li.sb_pocket a{background:#ea4654;box-shadow:0 4px 0 #c1303c}.veu_socialSet ul li.sb_pocket a:hover{box-shadow:none;transform:translate3d(0, 4px, 0);-webkit-transform:translate3d(0, 4px, 0)}.veu_count_sns_pocket,.veu_count_sns_fb,.veu_count_sns_hb{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:bold}@media (max-width: 767px){.veu_socialSet ul{flex-wrap:wrap}.veu_socialSet ul li{width:48%;margin-bottom:9px}.veu_socialSet ul li:nth-child(even){margin-right:0}.veu_socialSet ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.veu_childPage_list{margin-top:2.5em;margin-bottom:1em}.veu_childPage_list a:hover{text-decoration:none}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1em}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:0}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}@media (max-width: 767px){.veu_childPage_list .wp-post-image{width:25%}}.veu_pageList_ancestor{margin:0 0 15px;padding:20px 20px 0;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff}.veu_pageList_ancestor h3{margin:0.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:0.8em}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0px}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:0.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:bold}.veu_followSet{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_followSet h1.followSet_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_followSet .followSet_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em}.veu_followSet .follow_btn{float:left;margin-right:20px;margin-bottom:10px}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta h1.cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;box-shadow:inset 0px 0px 0px 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding-top:4px;padding-bottom:1px;font-size:28px;line-height:110%}.veu_contact .contact_bt_txt:before{margin-right:7px;content:"\f003";font-family:FontAwesome}.veu_contact .contact_bt_txt:after{margin-left:7px;content:"\f18e";font-family:FontAwesome}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}@media (min-width: 1200px){.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right}}.widget .veu_contact .contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 0.8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}@media (max-width: 768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.veu_newPosts h1.mainSection-title,.veu_newPosts .subSection-title{margin-bottom:0}.veu_newPosts ul.postList{margin:15px 0 30px;padding:0}.veu_newPosts ul.postList li{display:block;clear:both;overflow:hidden;padding:0;border-bottom:1px dotted #666}.veu_newPosts ul.postList a{color:#464646}.veu_newPosts ul.postList .published,.veu_newPosts ul.postList .taxonomies a,.veu_newPosts ul.postList .entry-title{display:block;float:left;overflow:hidden}.veu_newPosts ul.postList .published{margin-right:10px;color:#d44950}.veu_newPosts ul.postList .published:before{margin:0;content:''}.veu_newPosts ul.postList .taxonomies a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_newPosts ul.postList .entry-title{display:block;clear:both;margin:5px 0}.veu_newPosts .entry-meta_items.published:before{margin-right:5px;content:"\f073";font-family:FontAwesome}.veu_profile .profile{overflow:hidden}.veu_profile .profile_media{display:block;margin:0.8em auto;max-width:100%}.veu_profile .media_round{border-radius:50%}.veu_profile .media_left .profile_media{margin-left:0}.veu_profile .media_float{float:left;padding-right:10px}.veu_profile .media_float .profile_media{margin:0.8em 0 0}.veu_profile .media_float+.profile_text{padding-top:0.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;display:table;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.veu_profile .sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2F915F}.veu_profile .sns_btns .youtube_btn a{background:#C81D1C}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px}.veu_3prArea .media_pr{margin-top:0.8em;margin-bottom:0.8em}.veu_3prArea .media_pc{display:block}.veu_3prArea .media_sp{display:none}.veu_3prArea .summary{margin-bottom:0.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.veu_3prArea .prArea{margin-bottom:1em}.veu_3prArea .media_pc{display:none}.veu_3prArea .media_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock_icon_outer{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:36px}.prBlock_title{margin-top:0.8em;margin-bottom:0.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock_image{display:table;margin:0 auto}.prBlock_image img{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.prBlock_summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.6em}@media screen and (max-width: 992px){.prBlock{margin-bottom:1.5em}}
languages/vkExUnit-ja.mo CHANGED
Binary file
languages/vkExUnit-ja.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2016-09-15 02:15+0900\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
7
  "Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_x;_e;_ex\n"
@@ -213,8 +213,8 @@ msgstr ""
213
  #: ../packages.php:193
214
  msgid "You can use various widgets."
215
  msgstr ""
216
- "以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」→"
217
- "「ウィジェット」の設定画面より行って下さい。"
218
 
219
  #: ../packages.php:195
220
  msgid ""
@@ -341,7 +341,7 @@ msgid "Contents setting"
341
  msgstr "CTA表示内容設定"
342
 
343
  #: ../packages.php:325 ../plugins/insert_ads.php:37
344
- #: ../plugins/insert_ads.php:132
345
  msgid "Insert ads"
346
  msgstr "広告の挿入"
347
 
@@ -388,58 +388,135 @@ msgid "Add TinyMCE Editor to style tags."
388
  msgstr ""
389
 
390
  #: ../packages.php:397
391
- #, fuzzy
392
  msgid "Post Type Manager"
393
- msgstr "ポストタイプ"
394
 
395
  #: ../packages.php:398
396
  msgid "Add custom post types and custom taxonomies."
397
  msgstr "カスタム投稿タイプやカスタム分類を追加します。"
398
 
399
- #: ../vkExUnit_admin.php:3
400
- msgid "Enable setting"
401
- msgstr "有効化設定"
402
 
403
- #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
404
- msgid "Select all"
405
- msgstr "全てを選択"
406
 
407
- #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
408
- msgid "Function"
409
- msgstr "有効化"
 
410
 
411
- #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
412
- msgid "Description"
413
- msgstr "説明"
414
 
415
- #: ../vkExUnit_admin.php:80
416
- msgid "Extension Setting"
417
- msgstr "拡張設定"
418
 
419
- #: ../vkExUnit_admin.php:83
420
- #, fuzzy
421
- msgid "extention contents"
422
- msgstr "記事に広告を挿入します"
 
423
 
424
- #: ../vkExUnit_admin.php:84
425
- msgid "set extension contents to loop_end hook"
426
- msgstr ""
427
 
428
- #: ../vkExUnit_admin.php:87
429
- msgid "Plugin setting options"
430
- msgstr "プラグイン設定オプション"
431
 
432
- #: ../vkExUnit_admin.php:89
433
- msgid "Delete myOptions when deactivate me."
434
- msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
 
435
 
436
- #: ../plugins/auto_eyecatch.php:40
437
- msgid "Automatic EyeCatch"
438
- msgstr "アイキャッチ自動挿入"
439
 
440
- #: ../plugins/auto_eyecatch.php:50
441
- msgid "Do not set eyecatch image automatic."
442
- msgstr "アイキャッチ画像を自動挿入しない"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
 
444
  #: ../plugins/child_page_index.php:40
445
  #: ../plugins/other_widget/widget-3pr-area.php:270
@@ -550,6 +627,29 @@ msgstr ""
550
  "* 「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要がありま"
551
  "す。"
552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  #: ../plugins/footer_copyright_change.php:6
554
  msgid ""
555
  "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
@@ -566,6 +666,38 @@ msgstr ""
566
  "All in One Expansion Unit</a> by <a href=\"http://www.vektor-inc.co.jp\" "
567
  "target=\"_blank\">Vektor,Inc.</a> technology.</p>"
568
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
  #: ../plugins/icons.php:38 ../plugins/icons.php:68
570
  msgid "icon setting"
571
  msgstr "アイコン設定"
@@ -582,27 +714,27 @@ msgstr "アイコンを選択"
582
  msgid "Please upload your \".ico\" file"
583
  msgstr "作成したicoファイルをアップロードしてください"
584
 
585
- #: ../plugins/insert_ads.php:135
586
  msgid "Insert ads to post."
587
  msgstr "投稿に広告を挿入"
588
 
589
- #: ../plugins/insert_ads.php:137
590
  msgid "Insert ads to before content and more tag and after content."
591
  msgstr "記事の直前 / moreタグの直後 / 記事の最後に広告を挿入できます。"
592
 
593
- #: ../plugins/insert_ads.php:137
594
  msgid "If you want to separate ads area, you fill two fields."
595
  msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
596
 
597
- #: ../plugins/insert_ads.php:139
598
  msgid "insert the ad [ before content ]"
599
  msgstr "広告を挿入 [ 記事の最初 ]"
600
 
601
- #: ../plugins/insert_ads.php:147
602
  msgid "insert the ad [ more tag ]"
603
  msgstr "広告を挿入 [ moreタグ ]"
604
 
605
- #: ../plugins/insert_ads.php:155
606
  msgid "insert the ad [ after content ]"
607
  msgstr "広告を挿入 [ 記事の最後 ]"
608
 
@@ -631,322 +763,95 @@ msgstr ""
631
  "内容が反映されます。"
632
 
633
  #: ../plugins/meta_description.php:39
634
- msgid ""
635
- "The meta description of the top page is subject to the catchphrase of the "
636
- "site. However, its contents will be reflected if the excerpt is entered in "
637
- "fixed page that was set on the top page."
638
- msgstr ""
639
- "トップページのメタディスクリプションにはサイトのキャッチフレーズが適用されま"
640
- "す。しかし、トップページに設定した固定ページに抜粋が記入されている場合はその"
641
- "内容が反映されます。"
642
-
643
- #: ../plugins/meta_description.php:40
644
- msgid ""
645
- "If \"excerpt\" column is not found, Click \"Display Option\" of page top at "
646
- "each article edit page, and check the expert column display."
647
- msgstr ""
648
- "抜粋欄が表示されていない場合は、編集画面の右上に「表示」というタブがあります"
649
- "ので、そこをクリックすると「抜粋」欄を表示するチェックボックスが出てきますの"
650
- "で、チェックして下さい。"
651
-
652
- #: ../plugins/meta_keyword.php:40 ../plugins/meta_keyword.php:91
653
- #: ../plugins/meta_keyword.php:93 ../plugins/meta_keyword.php:94
654
- #: ../plugins/meta_keyword.php:101
655
- msgid "Meta Keywords"
656
- msgstr "メタキーワード"
657
-
658
- #: ../plugins/meta_keyword.php:68
659
- msgid "Meta Keyword"
660
- msgstr "メタキーワード"
661
-
662
- #: ../plugins/meta_keyword.php:71
663
- msgid "Common Keywords"
664
- msgstr "共通キーワード設定"
665
-
666
- #: ../plugins/meta_keyword.php:72
667
- msgid ""
668
- "Keywords for meta tag. This words will set Meta Keyword with post keywords. "
669
- "if you want multiple keywords, enter with separator of \",\"."
670
- msgstr ""
671
- "メタタグに入力するキーワードを入力します。ここでは全てのページで使用する共通"
672
- "のキーワードを設定します。複数ある場合は「,」で区切ってください。"
673
-
674
- #: ../plugins/meta_keyword.php:75
675
- msgid "This is not seriously, Because the SearchEngine does not care this."
676
- msgstr ""
677
- "あまり深く考える必要はありません。現状のサーチエンジンではそこまで重要なファ"
678
- "クターとはなりません。"
679
-
680
- #: ../plugins/meta_keyword.php:76
681
- msgid ""
682
- "For each page individual keyword is enter at the edit screen of each "
683
- "article. 10 keywords maximum, together with a each article keywords is "
684
- "desirable."
685
- msgstr ""
686
- "個々のページのキーワードはそれぞれの投稿ページのキーワード入力欄から追加して"
687
- "ください。それらと合わせて10個程度のキーワード数であることが望ましいです。"
688
-
689
- #: ../plugins/meta_keyword.php:77
690
- msgid "\",\" separator at end of the last keyword is do not need."
691
- msgstr "最後のキーワードの後ろに「,」は必要ありません。"
692
-
693
- #: ../plugins/meta_keyword.php:78
694
- msgid "Example: WordPress,template,theme,free,GPL"
695
- msgstr "【例】 WordPress,テンプレート,テーマ,無料,GPL"
696
-
697
- #: ../plugins/meta_keyword.php:102
698
- msgid ""
699
- "To distinguish between individual keywords, please enter a , delimiter "
700
- "(optional)."
701
- msgstr "キーワードを複数入力する場合は , ( カンマ )で区切って下さい。"
702
-
703
- #: ../plugins/meta_keyword.php:104
704
- #, php-format
705
- msgid "* keywords common to the entire site can be set from %s."
706
- msgstr "サイト全体のキーワードは %s より設定することができます。"
707
-
708
- #: ../plugins/page_custom_field.php:11
709
- msgid "Setting of insert items"
710
- msgstr "挿入アイテムの設定"
711
-
712
- #: ../plugins/pageList_ancestor.php:77
713
- msgid "Display a page list from ancestor"
714
- msgstr "現在のページの先祖階層からの子ページリストを表示"
715
-
716
- #: ../plugins/wp_title.php:47
717
- #, php-format
718
- msgid "Search Results for : %s"
719
- msgstr "検索結果 : %s"
720
-
721
- #: ../plugins/wp_title.php:50
722
- msgid "Not found"
723
- msgstr "見つかりません"
724
-
725
- #: ../plugins/wp_title.php:71 ../plugins/wp_title.php:83
726
- #: ../plugins/wp_title.php:87
727
- msgid "&lt;title&gt; tag of homepage"
728
- msgstr "トップページの&lt;title&gt;タグ"
729
-
730
- #: ../plugins/wp_title.php:91
731
- msgid "title of the site"
732
- msgstr "サイトのタイトル"
733
-
734
- #: ../plugins/wp_title.php:92
735
- #, php-format
736
- msgid "Normally \"%1$s\" is placed in the title tags of all the pages."
737
- msgstr "通常「%1$s」が全ページのタイトルタグに入ります。"
738
-
739
- #: ../plugins/wp_title.php:93
740
- #, php-format
741
- msgid ""
742
- "For example, it appears in the form of <br />&lt;title&gt;page title | "
743
- "%1$s&lt;/title&gt;<br /> if using a static page."
744
- msgstr ""
745
- "例えば固定ページであれば<br>&lt;title&gt;固定ページ名 | %1$s&lt;/title&gt;"
746
- "<br>というような形式で出力されます。"
747
-
748
- #: ../plugins/wp_title.php:95
749
- #, php-format
750
- msgid ""
751
- "However, it might have negative impact on search engine rankings if the &lt;"
752
- "title&gt; is too long, <strong>therefore please include the most popular "
753
- "keywords in a summarized manner, keeping the %s as short as possible.</"
754
- "strong>"
755
- msgstr ""
756
- "しかし、&lt;title&gt;の文字数が長くなりすぎると検索エンジンからの評価が逆に悪"
757
- "くなるので、%s は一番検索されたいキーワードを盛り込みつつなるべく短くまとめる"
758
- "事が望ましいです。"
759
-
760
- #: ../plugins/wp_title.php:97
761
- msgid "Tagline"
762
- msgstr "キャッチフレーズ"
763
-
764
- #: ../plugins/wp_title.php:98
765
- #, php-format
766
- msgid ""
767
- "In the top page will be output usually in the form of <br />&lt;title&gt;"
768
- "%1$s | %2$s&lt;/title&gt;"
769
- msgstr ""
770
- "トップページでは<br>&lt;title&gt;%1$s | %2$s&lt;/title&gt;<br>というような形"
771
- "式で出力されます。"
772
-
773
- #: ../plugins/wp_title.php:99
774
- msgid ""
775
- "However, it may be too long in the above format. If the input to the input "
776
- "field of the following, its contents will be reflected."
777
- msgstr ""
778
- "しかし、上記の形式では長くなりすぎる事があります。その場合は下記の入力欄に入"
779
- "力すれば、その内容が反映されます。"
780
-
781
- #: ../plugins/call_to_action/class.call_to_action.php:56
782
- #: ../plugins/call_to_action/view.actionbox.php:39
783
- msgid "Edit CTA"
784
- msgstr "CTAの編集"
785
-
786
- #: ../plugins/call_to_action/class.call_to_action.php:57
787
- msgid "Add new CTA"
788
- msgstr "CTAの新規作成"
789
-
790
- #: ../plugins/call_to_action/class.call_to_action.php:58
791
- msgid "New CTA"
792
- msgstr "CTA 新規作成"
793
-
794
- #: ../plugins/call_to_action/class.call_to_action.php:84
795
- #: ../plugins/call_to_action/class.call_to_action.php:86
796
- #: ../plugins/call_to_action/class.call_to_action.php:87
797
- msgid "Call to Action setting"
798
- msgstr "CTA設定"
799
-
800
- #: ../plugins/call_to_action/class.call_to_action.php:89
801
- msgid "CTA Contents"
802
- msgstr "CTA Contents"
803
-
804
- #: ../plugins/call_to_action/class.call_to_action.php:97
805
- msgid "Follow common setting"
806
- msgstr "共通設定を使用"
807
-
808
- #: ../plugins/call_to_action/class.call_to_action.php:98
809
- #: ../plugins/call_to_action/class.call_to_action.php:407
810
- msgid "Disable display"
811
- msgstr "表示しない"
812
-
813
- #: ../plugins/call_to_action/class.call_to_action.php:109
814
- msgid "CTA common setting"
815
- msgstr "CTA共通設定"
816
-
817
- #: ../plugins/call_to_action/class.call_to_action.php:110
818
- #: ../plugins/call_to_action/view.adminsetting.php:22
819
- msgid "Show CTA index page"
820
- msgstr "CTAの一覧を表示"
821
-
822
- #: ../plugins/call_to_action/class.call_to_action.php:175
823
- msgid "CTA image"
824
- msgstr "CTA画像"
825
-
826
- #: ../plugins/call_to_action/class.call_to_action.php:181
827
- msgid "Add image"
828
- msgstr "画像を追加"
829
-
830
- #: ../plugins/call_to_action/class.call_to_action.php:182
831
- msgid "Change image"
832
- msgstr "画像を変更"
833
-
834
- #: ../plugins/call_to_action/class.call_to_action.php:183
835
- msgid "Remove image"
836
- msgstr "画像を削除"
837
-
838
- #: ../plugins/call_to_action/class.call_to_action.php:188
839
- msgid "CTA image position"
840
- msgstr "CTA画像の位置"
841
-
842
- #: ../plugins/call_to_action/class.call_to_action.php:191
843
- msgid "right"
844
- msgstr "右寄せ"
845
-
846
- #: ../plugins/call_to_action/class.call_to_action.php:192
847
- msgid "center"
848
- msgstr "中央"
849
-
850
- #: ../plugins/call_to_action/class.call_to_action.php:193
851
- msgid "left"
852
- msgstr "左寄せ"
853
-
854
- #: ../plugins/call_to_action/class.call_to_action.php:197
855
- msgid "Button text"
856
- msgstr "ボタンの表記文言"
857
-
858
- #: ../plugins/call_to_action/class.call_to_action.php:200
859
- msgid "Button link url"
860
- msgstr "ボタンのリンク先URL"
861
-
862
- #: ../plugins/call_to_action/class.call_to_action.php:203
863
- msgid "Text message"
864
- msgstr "テキストメッセージ"
865
-
866
- #: ../plugins/call_to_action/class.call_to_action.php:209
867
- msgid "CTA setting"
868
- msgstr "CTA設定"
869
-
870
- #: ../plugins/call_to_action/view.adminsetting.php:14
871
- msgid "How to use"
872
- msgstr "使い方"
873
-
874
- #: ../plugins/call_to_action/view.adminsetting.php:17
875
- msgid ""
876
- "You register the contents on \"CTA\" that you want to display to bottom of "
877
- "the content."
878
- msgstr "まずは投稿タイプCTAで、本文の最後に表示させたい内容を登録します。"
879
-
880
- #: ../plugins/call_to_action/view.adminsetting.php:18
881
- msgid "Choose the CTA to be displayed from the following."
882
- msgstr "下記のプルダウンで、投稿タイプ別に表示するCTAを選択して保存します。"
883
 
884
- #: ../plugins/call_to_action/view.adminsetting.php:19
885
  msgid ""
886
- "If you want to switch the CTA to be displayed on each post, please set in "
887
- "the details page of such posting."
888
  msgstr ""
889
- "投稿毎に表示するCTAを切り替えたい場合は、投稿などの詳細ページで設定してくださ"
890
- "い。"
 
891
 
892
- #: ../plugins/call_to_action/view.adminsetting.php:32
893
- msgid "Show index page"
894
- msgstr "一覧ページを表示する"
 
 
895
 
896
- #: ../plugins/css_customize/css_customize-edit.php:2
897
- #: ../plugins/css_customize/css_customize.php:28
898
- #: ../plugins/css_customize/css_customize.php:44
899
- #: ../plugins/css_customize/css_customize.php:45
900
- msgid "CSS Customize"
901
- msgstr "CSSカスタマイズ"
902
 
903
- #: ../plugins/css_customize/css_customize-edit.php:5
904
- msgid "You can add custom CSS here."
905
- msgstr "デザインをカスタマイズする場合は下のテキストエリアにCSSを入力します"
906
 
907
- #: ../plugins/css_customize/css_customize-edit.php:10
908
- msgid "Save CSS"
909
- msgstr "CSSを保存する"
 
 
 
 
910
 
911
- #: ../plugins/css_customize/css_customize.php:102
912
- msgid "Your custom CSS was saved."
913
- msgstr "CSSが保存されました"
 
 
914
 
915
- #: ../plugins/css_customize/css_customize.php:105
916
- msgid "Error occured. Please try again."
917
- msgstr "何らかのエラー!! また試してみてください"
 
 
 
 
 
918
 
919
- #: ../plugins/google_analytics/ga_admin.php:9
920
- #: ../plugins/google_analytics/ga_admin.php:13
921
- #: ../plugins/google_analytics/google_analytics.php:18
922
- msgid "Google Analytics Settings"
923
- msgstr "Google Analytics設定"
924
 
925
- #: ../plugins/google_analytics/ga_admin.php:14
926
- msgid ""
927
- "Please fill in the Google Analytics ID from the Analytics embed code used in "
928
- "the site."
929
- msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
930
 
931
- #: ../plugins/google_analytics/ga_admin.php:19
932
  msgid ""
933
- "Please select the type of Analytics code . (If you are unsure you can skip "
934
- "this.)"
935
- msgstr ""
936
- "アナリティクスコードの種類を選択して下さい。( 不明な場合この設定は省略できま"
937
- "す )"
938
 
939
- #: ../plugins/google_analytics/ga_admin.php:23
940
- msgid "To output the Universal Analytics code (default)"
941
- msgstr "ユニバーサル アナリティクスのコードを出力します。( デフォルト )"
 
942
 
943
- #: ../plugins/google_analytics/ga_admin.php:24
944
- msgid "To output only normal code"
945
- msgstr "ノーマルのコードのみを出力します。"
946
 
947
- #: ../plugins/google_analytics/ga_admin.php:25
948
- msgid "To output both types"
949
- msgstr "両タイプのコードを出力します。"
 
 
 
 
 
 
 
 
950
 
951
  #: ../plugins/other_widget/widget-3pr-area.php:9
952
  #: ../plugins/other_widget/widget-3pr-area.php:241
@@ -979,7 +884,7 @@ msgstr "3PR エリア1 設定"
979
  #: ../plugins/other_widget/widget-3pr-area.php:98
980
  #: ../plugins/other_widget/widget-3pr-area.php:149
981
  #: ../plugins/other_widget/widget-new-posts.php:162
982
- #: ../plugins/other_widget/widget-pr-blocks.php:74
983
  #: ../plugins/other_widget/widget-profile.php:40
984
  #: ../plugins/sns/function_fbPagePlugin.php:79
985
  msgid "Title:"
@@ -997,7 +902,7 @@ msgstr "PC 用に表示される画像を選択(横 300px 程度推奨)"
997
  #: ../plugins/other_widget/widget-3pr-area.php:128
998
  #: ../plugins/other_widget/widget-3pr-area.php:161
999
  #: ../plugins/other_widget/widget-3pr-area.php:178
1000
- #: ../plugins/other_widget/widget-pr-blocks.php:96
1001
  #: ../plugins/other_widget/widget-profile.php:48
1002
  msgid "Select image"
1003
  msgstr "画像を選択"
@@ -1008,7 +913,7 @@ msgstr "画像を選択"
1008
  #: ../plugins/other_widget/widget-3pr-area.php:129
1009
  #: ../plugins/other_widget/widget-3pr-area.php:162
1010
  #: ../plugins/other_widget/widget-3pr-area.php:179
1011
- #: ../plugins/other_widget/widget-pr-blocks.php:99
1012
  #: ../plugins/other_widget/widget-profile.php:49
1013
  msgid "Clear image"
1014
  msgstr "画像クリア"
@@ -1024,14 +929,14 @@ msgstr ""
1024
  #: ../plugins/other_widget/widget-3pr-area.php:84
1025
  #: ../plugins/other_widget/widget-3pr-area.php:138
1026
  #: ../plugins/other_widget/widget-3pr-area.php:188
1027
- #: ../plugins/other_widget/widget-pr-blocks.php:110
1028
  msgid "Summary Text:"
1029
  msgstr "概要となるテキスト"
1030
 
1031
  #: ../plugins/other_widget/widget-3pr-area.php:90
1032
  #: ../plugins/other_widget/widget-3pr-area.php:142
1033
  #: ../plugins/other_widget/widget-3pr-area.php:192
1034
- #: ../plugins/other_widget/widget-pr-blocks.php:114
1035
  msgid "Link URL:"
1036
  msgstr "リンク先ページのURL"
1037
 
@@ -1165,31 +1070,31 @@ msgstr "丸抜きの画像やアイコンフォントをPRブロックに表示"
1165
  msgid "Service"
1166
  msgstr "サービス紹介"
1167
 
1168
- #: ../plugins/other_widget/widget-pr-blocks.php:30
1169
  msgid "Company"
1170
  msgstr "会社案内"
1171
 
1172
- #: ../plugins/other_widget/widget-pr-blocks.php:38
1173
  msgid "Recruit"
1174
  msgstr "採用情報"
1175
 
1176
- #: ../plugins/other_widget/widget-pr-blocks.php:46
1177
  msgid "Contact"
1178
  msgstr "Contact"
1179
 
1180
- #: ../plugins/other_widget/widget-pr-blocks.php:59
1181
  msgid "The choice of the number of columns:"
1182
  msgstr "列の数"
1183
 
1184
- #: ../plugins/other_widget/widget-pr-blocks.php:61
1185
  msgid "3column"
1186
  msgstr "3列"
1187
 
1188
- #: ../plugins/other_widget/widget-pr-blocks.php:62
1189
  msgid "4column"
1190
  msgstr "4列"
1191
 
1192
- #: ../plugins/other_widget/widget-pr-blocks.php:64
1193
  msgid ""
1194
  "If you change the number of columns, click to \"Save\" botton and exit the "
1195
  "edit page. When restart the edit page, the column input form is increased or "
@@ -1198,32 +1103,44 @@ msgstr ""
1198
  "列の数を変更する場合は「保存して公開」ボタンをクリックして編集画面を終了しま"
1199
  "す。それから編集画面を再度開くと列の入力フォームが増減します。"
1200
 
1201
- #: ../plugins/other_widget/widget-pr-blocks.php:71
1202
- #: ../plugins/other_widget/widget-pr-blocks.php:173
1203
  msgid "PR Block"
1204
  msgstr "PRブロック"
1205
 
1206
- #: ../plugins/other_widget/widget-pr-blocks.php:78
1207
  msgid "Class name of the icon font you want to use:"
1208
  msgstr "使用したいアイコンフォントのクラス名:"
1209
 
1210
- #: ../plugins/other_widget/widget-pr-blocks.php:81
1211
  msgid "To choose your favorite icon, and enter the class."
1212
  msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
1213
 
1214
- #: ../plugins/other_widget/widget-pr-blocks.php:81
1215
  msgid " ex:fa-file-text-o"
1216
  msgstr "例:fa-file-text-o"
1217
 
1218
- #: ../plugins/other_widget/widget-pr-blocks.php:85
1219
- msgid "Icon bg-color:"
1220
- msgstr "アイコン背景色:"
1221
-
1222
  #: ../plugins/other_widget/widget-pr-blocks.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1223
  msgid "Select image:"
1224
  msgstr "画像を選択"
1225
 
1226
- #: ../plugins/other_widget/widget-pr-blocks.php:100
1227
  msgid "When you have an image. Image is displayed with priority"
1228
  msgstr "画像を設定するとアイコンフォントよりも画像が優先されます。"
1229
 
@@ -1317,21 +1234,13 @@ msgstr "表示するラベル"
1317
  msgid "Blog"
1318
  msgstr "ブログ"
1319
 
1320
- #: ../plugins/other_widget/old/widget-rss-widget.php:9
1321
- msgid "Displays entries list from a RSS feed link."
1322
- msgstr "RSSフィードリンクからエントリーリストを表示します。"
1323
-
1324
- #: ../plugins/other_widget/old/widget-rss-widget.php:11
1325
- msgid "RSS entries for top"
1326
- msgstr "トップのRSSエントリー"
1327
-
1328
- #: ../plugins/other_widget/old/widget-rss-widget.php:25
1329
- msgid "Blog entries"
1330
- msgstr "ブログエントリー"
1331
 
1332
- #: ../plugins/other_widget/old/widget-rss-widget.php:30
1333
- msgid "Heading title"
1334
- msgstr "見出しタイトル"
1335
 
1336
  #: ../plugins/post-type-manager/class.post-type-manager.php:21
1337
  #: ../plugins/post-type-manager/class.post-type-manager.php:22
@@ -1594,6 +1503,71 @@ msgstr "Follow me ユニットを本文の下に表示する"
1594
  msgid "Follow me box title"
1595
  msgstr "Follow me box の見出しテキスト"
1596
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1597
  #: ../plugins_admin/admin_bar.php:17
1598
  msgid "Edit Guide"
1599
  msgstr "編集ガイド"
@@ -1614,6 +1588,43 @@ msgstr "VK All in One Expansion Unit からのお知らせ"
1614
  msgid "Sorry, there is no post"
1615
  msgstr "お知らせはありません。"
1616
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1617
  #, fuzzy
1618
  #~ msgid "Custom Post Types Setting"
1619
  #~ msgstr "3PR エリア1 設定"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2016-10-12 13:55+0900\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
7
  "Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.9\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_x;_e;_ex\n"
213
  #: ../packages.php:193
214
  msgid "You can use various widgets."
215
  msgstr ""
216
+ "以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」"
217
+ "→「ウィジェット」の設定画面より行って下さい。"
218
 
219
  #: ../packages.php:195
220
  msgid ""
341
  msgstr "CTA表示内容設定"
342
 
343
  #: ../packages.php:325 ../plugins/insert_ads.php:37
344
+ #: ../plugins/insert_ads.php:137
345
  msgid "Insert ads"
346
  msgstr "広告の挿入"
347
 
388
  msgstr ""
389
 
390
  #: ../packages.php:397
 
391
  msgid "Post Type Manager"
392
+ msgstr "カスタム投稿タイプマネージャー"
393
 
394
  #: ../packages.php:398
395
  msgid "Add custom post types and custom taxonomies."
396
  msgstr "カスタム投稿タイプやカスタム分類を追加します。"
397
 
398
+ #: ../plugins/auto_eyecatch.php:40
399
+ msgid "Automatic EyeCatch"
400
+ msgstr "アイキャッチ自動挿入"
401
 
402
+ #: ../plugins/auto_eyecatch.php:50
403
+ msgid "Do not set eyecatch image automatic."
404
+ msgstr "アイキャッチ画像を自動挿入しない"
405
 
406
+ #: ../plugins/call_to_action/class.call_to_action.php:56
407
+ #: ../plugins/call_to_action/view.actionbox.php:39
408
+ msgid "Edit CTA"
409
+ msgstr "CTAの編集"
410
 
411
+ #: ../plugins/call_to_action/class.call_to_action.php:57
412
+ msgid "Add new CTA"
413
+ msgstr "CTAの新規作成"
414
 
415
+ #: ../plugins/call_to_action/class.call_to_action.php:58
416
+ msgid "New CTA"
417
+ msgstr "CTA 新規作成"
418
 
419
+ #: ../plugins/call_to_action/class.call_to_action.php:84
420
+ #: ../plugins/call_to_action/class.call_to_action.php:86
421
+ #: ../plugins/call_to_action/class.call_to_action.php:87
422
+ msgid "Call to Action setting"
423
+ msgstr "CTA設定"
424
 
425
+ #: ../plugins/call_to_action/class.call_to_action.php:89
426
+ msgid "CTA Contents"
427
+ msgstr "CTA Contents"
428
 
429
+ #: ../plugins/call_to_action/class.call_to_action.php:97
430
+ msgid "Follow common setting"
431
+ msgstr "共通設定を使用"
432
 
433
+ #: ../plugins/call_to_action/class.call_to_action.php:98
434
+ #: ../plugins/call_to_action/class.call_to_action.php:412
435
+ msgid "Disable display"
436
+ msgstr "表示しない"
437
 
438
+ #: ../plugins/call_to_action/class.call_to_action.php:109
439
+ msgid "CTA common setting"
440
+ msgstr "CTA共通設定"
441
 
442
+ #: ../plugins/call_to_action/class.call_to_action.php:110
443
+ #: ../plugins/call_to_action/view.adminsetting.php:22
444
+ msgid "Show CTA index page"
445
+ msgstr "CTAの一覧を表示"
446
+
447
+ #: ../plugins/call_to_action/class.call_to_action.php:175
448
+ msgid "CTA image"
449
+ msgstr "CTA画像"
450
+
451
+ #: ../plugins/call_to_action/class.call_to_action.php:181
452
+ msgid "Add image"
453
+ msgstr "画像を追加"
454
+
455
+ #: ../plugins/call_to_action/class.call_to_action.php:182
456
+ msgid "Change image"
457
+ msgstr "画像を変更"
458
+
459
+ #: ../plugins/call_to_action/class.call_to_action.php:183
460
+ msgid "Remove image"
461
+ msgstr "画像を削除"
462
+
463
+ #: ../plugins/call_to_action/class.call_to_action.php:188
464
+ msgid "CTA image position"
465
+ msgstr "CTA画像の位置"
466
+
467
+ #: ../plugins/call_to_action/class.call_to_action.php:191
468
+ msgid "right"
469
+ msgstr "右寄せ"
470
+
471
+ #: ../plugins/call_to_action/class.call_to_action.php:192
472
+ msgid "center"
473
+ msgstr "中央"
474
+
475
+ #: ../plugins/call_to_action/class.call_to_action.php:193
476
+ msgid "left"
477
+ msgstr "左寄せ"
478
+
479
+ #: ../plugins/call_to_action/class.call_to_action.php:197
480
+ msgid "Button text"
481
+ msgstr "ボタンの表記文言"
482
+
483
+ #: ../plugins/call_to_action/class.call_to_action.php:200
484
+ msgid "Button link url"
485
+ msgstr "ボタンのリンク先URL"
486
+
487
+ #: ../plugins/call_to_action/class.call_to_action.php:203
488
+ msgid "Text message"
489
+ msgstr "テキストメッセージ"
490
+
491
+ #: ../plugins/call_to_action/class.call_to_action.php:209
492
+ msgid "CTA setting"
493
+ msgstr "CTA設定"
494
+
495
+ #: ../plugins/call_to_action/view.adminsetting.php:14
496
+ msgid "How to use"
497
+ msgstr "使い方"
498
+
499
+ #: ../plugins/call_to_action/view.adminsetting.php:17
500
+ msgid ""
501
+ "You register the contents on \"CTA\" that you want to display to bottom of "
502
+ "the content."
503
+ msgstr "まずは投稿タイプCTAで、本文の最後に表示させたい内容を登録します。"
504
+
505
+ #: ../plugins/call_to_action/view.adminsetting.php:18
506
+ msgid "Choose the CTA to be displayed from the following."
507
+ msgstr "下記のプルダウンで、投稿タイプ別に表示するCTAを選択して保存します。"
508
+
509
+ #: ../plugins/call_to_action/view.adminsetting.php:19
510
+ msgid ""
511
+ "If you want to switch the CTA to be displayed on each post, please set in "
512
+ "the details page of such posting."
513
+ msgstr ""
514
+ "投稿毎に表示するCTAを切り替えたい場合は、投稿などの詳細ページで設定してくださ"
515
+ "い。"
516
+
517
+ #: ../plugins/call_to_action/view.adminsetting.php:32
518
+ msgid "Show index page"
519
+ msgstr "一覧ページを表示する"
520
 
521
  #: ../plugins/child_page_index.php:40
522
  #: ../plugins/other_widget/widget-3pr-area.php:270
627
  "* 「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要がありま"
628
  "す。"
629
 
630
+ #: ../plugins/css_customize/css_customize-edit.php:2
631
+ #: ../plugins/css_customize/css_customize.php:28
632
+ #: ../plugins/css_customize/css_customize.php:44
633
+ #: ../plugins/css_customize/css_customize.php:45
634
+ msgid "CSS Customize"
635
+ msgstr "CSSカスタマイズ"
636
+
637
+ #: ../plugins/css_customize/css_customize-edit.php:5
638
+ msgid "You can add custom CSS here."
639
+ msgstr "デザインをカスタマイズする場合は下のテキストエリアにCSSを入力します"
640
+
641
+ #: ../plugins/css_customize/css_customize-edit.php:10
642
+ msgid "Save CSS"
643
+ msgstr "CSSを保存する"
644
+
645
+ #: ../plugins/css_customize/css_customize.php:102
646
+ msgid "Your custom CSS was saved."
647
+ msgstr "CSSが保存されました"
648
+
649
+ #: ../plugins/css_customize/css_customize.php:105
650
+ msgid "Error occured. Please try again."
651
+ msgstr "何らかのエラー!! また試してみてください"
652
+
653
  #: ../plugins/footer_copyright_change.php:6
654
  msgid ""
655
  "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
666
  "All in One Expansion Unit</a> by <a href=\"http://www.vektor-inc.co.jp\" "
667
  "target=\"_blank\">Vektor,Inc.</a> technology.</p>"
668
 
669
+ #: ../plugins/google_analytics/ga_admin.php:9
670
+ #: ../plugins/google_analytics/ga_admin.php:13
671
+ #: ../plugins/google_analytics/google_analytics.php:18
672
+ msgid "Google Analytics Settings"
673
+ msgstr "Google Analytics設定"
674
+
675
+ #: ../plugins/google_analytics/ga_admin.php:14
676
+ msgid ""
677
+ "Please fill in the Google Analytics ID from the Analytics embed code used in "
678
+ "the site."
679
+ msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
680
+
681
+ #: ../plugins/google_analytics/ga_admin.php:19
682
+ msgid ""
683
+ "Please select the type of Analytics code . (If you are unsure you can skip "
684
+ "this.)"
685
+ msgstr ""
686
+ "アナリティクスコードの種類を選択して下さい。( 不明な場合この設定は省略できま"
687
+ "す )"
688
+
689
+ #: ../plugins/google_analytics/ga_admin.php:23
690
+ msgid "To output the Universal Analytics code (default)"
691
+ msgstr "ユニバーサル アナリティクスのコードを出力します。( デフォルト )"
692
+
693
+ #: ../plugins/google_analytics/ga_admin.php:24
694
+ msgid "To output only normal code"
695
+ msgstr "ノーマルのコードのみを出力します。"
696
+
697
+ #: ../plugins/google_analytics/ga_admin.php:25
698
+ msgid "To output both types"
699
+ msgstr "両タイプのコードを出力します。"
700
+
701
  #: ../plugins/icons.php:38 ../plugins/icons.php:68
702
  msgid "icon setting"
703
  msgstr "アイコン設定"
714
  msgid "Please upload your \".ico\" file"
715
  msgstr "作成したicoファイルをアップロードしてください"
716
 
717
+ #: ../plugins/insert_ads.php:140
718
  msgid "Insert ads to post."
719
  msgstr "投稿に広告を挿入"
720
 
721
+ #: ../plugins/insert_ads.php:142
722
  msgid "Insert ads to before content and more tag and after content."
723
  msgstr "記事の直前 / moreタグの直後 / 記事の最後に広告を挿入できます。"
724
 
725
+ #: ../plugins/insert_ads.php:142
726
  msgid "If you want to separate ads area, you fill two fields."
727
  msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
728
 
729
+ #: ../plugins/insert_ads.php:144
730
  msgid "insert the ad [ before content ]"
731
  msgstr "広告を挿入 [ 記事の最初 ]"
732
 
733
+ #: ../plugins/insert_ads.php:152
734
  msgid "insert the ad [ more tag ]"
735
  msgstr "広告を挿入 [ moreタグ ]"
736
 
737
+ #: ../plugins/insert_ads.php:160
738
  msgid "insert the ad [ after content ]"
739
  msgstr "広告を挿入 [ 記事の最後 ]"
740
 
763
  "内容が反映されます。"
764
 
765
  #: ../plugins/meta_description.php:39
766
+ msgid ""
767
+ "The meta description of the top page is subject to the catchphrase of the "
768
+ "site. However, its contents will be reflected if the excerpt is entered in "
769
+ "fixed page that was set on the top page."
770
+ msgstr ""
771
+ "トップページのメタディスクリプションにはサイトのキャッチフレーズが適用されま"
772
+ "す。しかし、トップページに設定した固定ページに抜粋が記入されている場合はその"
773
+ "内容が反映されます。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
774
 
775
+ #: ../plugins/meta_description.php:40
776
  msgid ""
777
+ "If \"excerpt\" column is not found, Click \"Display Option\" of page top at "
778
+ "each article edit page, and check the expert column display."
779
  msgstr ""
780
+ "抜粋欄が表示されていない場合は、編集画面の右上に「表示」というタブがあります"
781
+ "ので、そこをクリックすると「抜粋」欄を表示するチェックボックスが出てきますの"
782
+ "で、チェックして下さい。"
783
 
784
+ #: ../plugins/meta_keyword.php:40 ../plugins/meta_keyword.php:91
785
+ #: ../plugins/meta_keyword.php:93 ../plugins/meta_keyword.php:94
786
+ #: ../plugins/meta_keyword.php:101
787
+ msgid "Meta Keywords"
788
+ msgstr "メタキーワード"
789
 
790
+ #: ../plugins/meta_keyword.php:68
791
+ msgid "Meta Keyword"
792
+ msgstr "メタキーワード"
 
 
 
793
 
794
+ #: ../plugins/meta_keyword.php:71
795
+ msgid "Common Keywords"
796
+ msgstr "共通キーワード設定"
797
 
798
+ #: ../plugins/meta_keyword.php:72
799
+ msgid ""
800
+ "Keywords for meta tag. This words will set Meta Keyword with post keywords. "
801
+ "if you want multiple keywords, enter with separator of \",\"."
802
+ msgstr ""
803
+ "メタタグに入力するキーワードを入力します。ここでは全てのページで使用する共通"
804
+ "のキーワードを設定します。複数ある場合は「,」で区切ってください。"
805
 
806
+ #: ../plugins/meta_keyword.php:75
807
+ msgid "This is not seriously, Because the SearchEngine does not care this."
808
+ msgstr ""
809
+ "あまり深く考える必要はありません。現状のサーチエンジンではそこまで重要なファ"
810
+ "クターとはなりません。"
811
 
812
+ #: ../plugins/meta_keyword.php:76
813
+ msgid ""
814
+ "For each page individual keyword is enter at the edit screen of each "
815
+ "article. 10 keywords maximum, together with a each article keywords is "
816
+ "desirable."
817
+ msgstr ""
818
+ "個々のページのキーワードはそれぞれの投稿ページのキーワード入力欄から追加して"
819
+ "ください。それらと合わせて10個程度のキーワード数であることが望ましいです。"
820
 
821
+ #: ../plugins/meta_keyword.php:77
822
+ msgid "\",\" separator at end of the last keyword is do not need."
823
+ msgstr "最後のキーワードの後ろに「,」は必要ありません。"
 
 
824
 
825
+ #: ../plugins/meta_keyword.php:78
826
+ msgid "Example: WordPress,template,theme,free,GPL"
827
+ msgstr "【例】 WordPress,テンプレート,テーマ,無料,GPL"
 
 
828
 
829
+ #: ../plugins/meta_keyword.php:102
830
  msgid ""
831
+ "To distinguish between individual keywords, please enter a , delimiter "
832
+ "(optional)."
833
+ msgstr "キーワードを複数入力する場合は , ( カンマ )で区切って下さい。"
 
 
834
 
835
+ #: ../plugins/meta_keyword.php:104
836
+ #, php-format
837
+ msgid "* keywords common to the entire site can be set from %s."
838
+ msgstr "サイト全体のキーワードは %s より設定することができます。"
839
 
840
+ #: ../plugins/other_widget/old/widget-rss-widget.php:9
841
+ msgid "Displays entries list from a RSS feed link."
842
+ msgstr "RSSフィードリンクからエントリーリストを表示します。"
843
 
844
+ #: ../plugins/other_widget/old/widget-rss-widget.php:11
845
+ msgid "RSS entries for top"
846
+ msgstr "トップのRSSエントリー"
847
+
848
+ #: ../plugins/other_widget/old/widget-rss-widget.php:25
849
+ msgid "Blog entries"
850
+ msgstr "ブログエントリー"
851
+
852
+ #: ../plugins/other_widget/old/widget-rss-widget.php:30
853
+ msgid "Heading title"
854
+ msgstr "見出しタイトル"
855
 
856
  #: ../plugins/other_widget/widget-3pr-area.php:9
857
  #: ../plugins/other_widget/widget-3pr-area.php:241
884
  #: ../plugins/other_widget/widget-3pr-area.php:98
885
  #: ../plugins/other_widget/widget-3pr-area.php:149
886
  #: ../plugins/other_widget/widget-new-posts.php:162
887
+ #: ../plugins/other_widget/widget-pr-blocks.php:78
888
  #: ../plugins/other_widget/widget-profile.php:40
889
  #: ../plugins/sns/function_fbPagePlugin.php:79
890
  msgid "Title:"
902
  #: ../plugins/other_widget/widget-3pr-area.php:128
903
  #: ../plugins/other_widget/widget-3pr-area.php:161
904
  #: ../plugins/other_widget/widget-3pr-area.php:178
905
+ #: ../plugins/other_widget/widget-pr-blocks.php:112
906
  #: ../plugins/other_widget/widget-profile.php:48
907
  msgid "Select image"
908
  msgstr "画像を選択"
913
  #: ../plugins/other_widget/widget-3pr-area.php:129
914
  #: ../plugins/other_widget/widget-3pr-area.php:162
915
  #: ../plugins/other_widget/widget-3pr-area.php:179
916
+ #: ../plugins/other_widget/widget-pr-blocks.php:115
917
  #: ../plugins/other_widget/widget-profile.php:49
918
  msgid "Clear image"
919
  msgstr "画像クリア"
929
  #: ../plugins/other_widget/widget-3pr-area.php:84
930
  #: ../plugins/other_widget/widget-3pr-area.php:138
931
  #: ../plugins/other_widget/widget-3pr-area.php:188
932
+ #: ../plugins/other_widget/widget-pr-blocks.php:126
933
  msgid "Summary Text:"
934
  msgstr "概要となるテキスト"
935
 
936
  #: ../plugins/other_widget/widget-3pr-area.php:90
937
  #: ../plugins/other_widget/widget-3pr-area.php:142
938
  #: ../plugins/other_widget/widget-3pr-area.php:192
939
+ #: ../plugins/other_widget/widget-pr-blocks.php:130
940
  msgid "Link URL:"
941
  msgstr "リンク先ページのURL"
942
 
1070
  msgid "Service"
1071
  msgstr "サービス紹介"
1072
 
1073
+ #: ../plugins/other_widget/widget-pr-blocks.php:31
1074
  msgid "Company"
1075
  msgstr "会社案内"
1076
 
1077
+ #: ../plugins/other_widget/widget-pr-blocks.php:40
1078
  msgid "Recruit"
1079
  msgstr "採用情報"
1080
 
1081
+ #: ../plugins/other_widget/widget-pr-blocks.php:49
1082
  msgid "Contact"
1083
  msgstr "Contact"
1084
 
1085
+ #: ../plugins/other_widget/widget-pr-blocks.php:63
1086
  msgid "The choice of the number of columns:"
1087
  msgstr "列の数"
1088
 
1089
+ #: ../plugins/other_widget/widget-pr-blocks.php:65
1090
  msgid "3column"
1091
  msgstr "3列"
1092
 
1093
+ #: ../plugins/other_widget/widget-pr-blocks.php:66
1094
  msgid "4column"
1095
  msgstr "4列"
1096
 
1097
+ #: ../plugins/other_widget/widget-pr-blocks.php:68
1098
  msgid ""
1099
  "If you change the number of columns, click to \"Save\" botton and exit the "
1100
  "edit page. When restart the edit page, the column input form is increased or "
1103
  "列の数を変更する場合は「保存して公開」ボタンをクリックして編集画面を終了しま"
1104
  "す。それから編集画面を再度開くと列の入力フォームが増減します。"
1105
 
1106
+ #: ../plugins/other_widget/widget-pr-blocks.php:75
1107
+ #: ../plugins/other_widget/widget-pr-blocks.php:205
1108
  msgid "PR Block"
1109
  msgstr "PRブロック"
1110
 
1111
+ #: ../plugins/other_widget/widget-pr-blocks.php:82
1112
  msgid "Class name of the icon font you want to use:"
1113
  msgstr "使用したいアイコンフォントのクラス名:"
1114
 
1115
+ #: ../plugins/other_widget/widget-pr-blocks.php:85
1116
  msgid "To choose your favorite icon, and enter the class."
1117
  msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
1118
 
1119
+ #: ../plugins/other_widget/widget-pr-blocks.php:85
1120
  msgid " ex:fa-file-text-o"
1121
  msgstr "例:fa-file-text-o"
1122
 
 
 
 
 
1123
  #: ../plugins/other_widget/widget-pr-blocks.php:89
1124
+ msgid "Icon color:"
1125
+ msgstr "アイコンの色:"
1126
+
1127
+ #: ../plugins/other_widget/widget-pr-blocks.php:93
1128
+ msgid "Icon Background:"
1129
+ msgstr "アイコン背景:"
1130
+
1131
+ #: ../plugins/other_widget/widget-pr-blocks.php:97
1132
+ msgid "Solid color"
1133
+ msgstr "塗りつぶし"
1134
+
1135
+ #: ../plugins/other_widget/widget-pr-blocks.php:101
1136
+ msgid "No background"
1137
+ msgstr "背景なし"
1138
+
1139
+ #: ../plugins/other_widget/widget-pr-blocks.php:105
1140
  msgid "Select image:"
1141
  msgstr "画像を選択"
1142
 
1143
+ #: ../plugins/other_widget/widget-pr-blocks.php:116
1144
  msgid "When you have an image. Image is displayed with priority"
1145
  msgstr "画像を設定するとアイコンフォントよりも画像が優先されます。"
1146
 
1234
  msgid "Blog"
1235
  msgstr "ブログ"
1236
 
1237
+ #: ../plugins/pageList_ancestor.php:77
1238
+ msgid "Display a page list from ancestor"
1239
+ msgstr "現在のページの先祖階層からの子ページリストを表示"
 
 
 
 
 
 
 
 
1240
 
1241
+ #: ../plugins/page_custom_field.php:11
1242
+ msgid "Setting of insert items"
1243
+ msgstr "挿入アイテムの設定"
1244
 
1245
  #: ../plugins/post-type-manager/class.post-type-manager.php:21
1246
  #: ../plugins/post-type-manager/class.post-type-manager.php:22
1503
  msgid "Follow me box title"
1504
  msgstr "Follow me box の見出しテキスト"
1505
 
1506
+ #: ../plugins/wp_title.php:47
1507
+ #, php-format
1508
+ msgid "Search Results for : %s"
1509
+ msgstr "検索結果 : %s"
1510
+
1511
+ #: ../plugins/wp_title.php:50
1512
+ msgid "Not found"
1513
+ msgstr "見つかりません"
1514
+
1515
+ #: ../plugins/wp_title.php:71 ../plugins/wp_title.php:83
1516
+ #: ../plugins/wp_title.php:87
1517
+ msgid "&lt;title&gt; tag of homepage"
1518
+ msgstr "トップページの&lt;title&gt;タグ"
1519
+
1520
+ #: ../plugins/wp_title.php:91
1521
+ msgid "title of the site"
1522
+ msgstr "サイトのタイトル"
1523
+
1524
+ #: ../plugins/wp_title.php:92
1525
+ #, php-format
1526
+ msgid "Normally \"%1$s\" is placed in the title tags of all the pages."
1527
+ msgstr "通常「%1$s」が全ページのタイトルタグに入ります。"
1528
+
1529
+ #: ../plugins/wp_title.php:93
1530
+ #, php-format
1531
+ msgid ""
1532
+ "For example, it appears in the form of <br />&lt;title&gt;page title | "
1533
+ "%1$s&lt;/title&gt;<br /> if using a static page."
1534
+ msgstr ""
1535
+ "例えば固定ページであれば<br>&lt;title&gt;固定ページ名 | %1$s&lt;/title&gt;"
1536
+ "<br>というような形式で出力されます。"
1537
+
1538
+ #: ../plugins/wp_title.php:95
1539
+ #, php-format
1540
+ msgid ""
1541
+ "However, it might have negative impact on search engine rankings if the &lt;"
1542
+ "title&gt; is too long, <strong>therefore please include the most popular "
1543
+ "keywords in a summarized manner, keeping the %s as short as possible.</"
1544
+ "strong>"
1545
+ msgstr ""
1546
+ "しかし、&lt;title&gt;の文字数が長くなりすぎると検索エンジンからの評価が逆に悪"
1547
+ "くなるので、%s は一番検索されたいキーワードを盛り込みつつなるべく短くまとめる"
1548
+ "事が望ましいです。"
1549
+
1550
+ #: ../plugins/wp_title.php:97
1551
+ msgid "Tagline"
1552
+ msgstr "キャッチフレーズ"
1553
+
1554
+ #: ../plugins/wp_title.php:98
1555
+ #, php-format
1556
+ msgid ""
1557
+ "In the top page will be output usually in the form of <br />&lt;title&gt;"
1558
+ "%1$s | %2$s&lt;/title&gt;"
1559
+ msgstr ""
1560
+ "トップページでは<br>&lt;title&gt;%1$s | %2$s&lt;/title&gt;<br>というような形"
1561
+ "式で出力されます。"
1562
+
1563
+ #: ../plugins/wp_title.php:99
1564
+ msgid ""
1565
+ "However, it may be too long in the above format. If the input to the input "
1566
+ "field of the following, its contents will be reflected."
1567
+ msgstr ""
1568
+ "しかし、上記の形式では長くなりすぎる事があります。その場合は下記の入力欄に入"
1569
+ "力すれば、その内容が反映されます。"
1570
+
1571
  #: ../plugins_admin/admin_bar.php:17
1572
  msgid "Edit Guide"
1573
  msgstr "編集ガイド"
1588
  msgid "Sorry, there is no post"
1589
  msgstr "お知らせはありません。"
1590
 
1591
+ #: ../vkExUnit_admin.php:3
1592
+ msgid "Enable setting"
1593
+ msgstr "有効化設定"
1594
+
1595
+ #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
1596
+ msgid "Select all"
1597
+ msgstr "全てを選択"
1598
+
1599
+ #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
1600
+ msgid "Function"
1601
+ msgstr "有効化"
1602
+
1603
+ #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
1604
+ msgid "Description"
1605
+ msgstr "説明"
1606
+
1607
+ #: ../vkExUnit_admin.php:80
1608
+ msgid "Extension Setting"
1609
+ msgstr "拡張設定"
1610
+
1611
+ #: ../vkExUnit_admin.php:83
1612
+ #, fuzzy
1613
+ msgid "extention contents"
1614
+ msgstr "記事に広告を挿入します"
1615
+
1616
+ #: ../vkExUnit_admin.php:84
1617
+ msgid "set extension contents to loop_end hook"
1618
+ msgstr ""
1619
+
1620
+ #: ../vkExUnit_admin.php:87
1621
+ msgid "Plugin setting options"
1622
+ msgstr "プラグイン設定オプション"
1623
+
1624
+ #: ../vkExUnit_admin.php:89
1625
+ msgid "Delete myOptions when deactivate me."
1626
+ msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
1627
+
1628
  #, fuzzy
1629
  #~ msgid "Custom Post Types Setting"
1630
  #~ msgstr "3PR エリア1 設定"
plugins/other_widget/widget-pr-blocks.php CHANGED
@@ -24,6 +24,7 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
24
  'media_alt_1' => '',
25
  'iconFont_class_1' => 'fa-file-text-o',
26
  'iconFont_bgColor_1' => '#337ab7',
 
27
  'summary_1' => '',
28
  'linkurl_1' => '',
29
 
@@ -32,6 +33,7 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
32
  'media_alt_2' => '',
33
  'iconFont_class_2' => 'fa-building-o',
34
  'iconFont_bgColor_2' => '#337ab7',
 
35
  'summary_2' => '',
36
  'linkurl_2' => '',
37
 
@@ -40,6 +42,7 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
40
  'media_alt_3' => '',
41
  'iconFont_class_3' => 'fa-user',
42
  'iconFont_bgColor_3' => '#337ab7',
 
43
  'summary_3' => '',
44
  'linkurl_3' => '',
45
 
@@ -48,6 +51,7 @@ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {
48
  'media_alt_4' => '',
49
  'iconFont_class_4' => 'fa-envelope',
50
  'iconFont_bgColor_4' => '#337ab7',
 
51
  'summary_4' => '',
52
  'linkurl_4' => '',
53
  );
@@ -80,11 +84,23 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
80
  <input type="text" id="'.$this->get_field_id( 'iconFont_class_'.$i ).'-font" class="font_class" name="'.$this->get_field_name( 'iconFont_class_'.$i ).'" value="'.$instance[ 'iconFont_class_'.$i ].'" /><br>'
81
  .__( 'To choose your favorite icon, and enter the class.', 'vkExUnit' ).'<br>'.__( ' ex:fa-file-text-o', 'vkExUnit' ).'</p>';
82
 
83
- // icon font background color
84
  echo '<p class="color_picker_wrap">'.
85
- '<label for="'.$this->get_field_id( 'iconFont_bgColor_'.$i ).'">'.__( 'Icon bg-color:', 'vkExUnit' ).'</label><br/>'.
86
  '<input type="text" id="'.$this->get_field_id( 'iconFont_bgColor_'.$i ).'-color" class="color_picker" name="'.$this->get_field_name( 'iconFont_bgColor_'.$i ).'" value="'.$instance[ 'iconFont_bgColor_'.$i ].'" /></p>';
87
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  // media uploader imageurl input area
89
  echo '<p><label for="'.$this->get_field_id( 'media_image_'.$i ).'">'.__( 'Select image:', 'vkExUnit' ).'</label><br/>'.
90
  '<input type="hidden" class="pr_media_image '.$this->get_field_id( 'media_image_'.$i ).'" id="'.$this->get_field_id( 'media_image_'.$i ).'-image" name="'.$this->get_field_name( 'media_image_'.$i ).'" value="'.esc_attr( $instance[ 'media_image_'.$i ] ).'" />';
@@ -130,6 +146,7 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
130
  $instance[ 'media_alt_'.$i ] = $new_instance[ 'media_alt_'.$i ];
131
  $instance[ 'iconFont_class_'.$i ] = $new_instance[ 'iconFont_class_'.$i ];
132
  $instance[ 'iconFont_bgColor_'.$i ] = $new_instance[ 'iconFont_bgColor_'.$i ];
 
133
  $instance[ 'summary_'.$i ] = $new_instance[ 'summary_'.$i ];
134
  $instance[ 'linkurl_'.$i ] = $new_instance[ 'linkurl_'.$i ];
135
  $i++;
@@ -140,7 +157,7 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
140
 
141
  function widget( $args, $instance ) {
142
  echo $args['before_widget'];
143
- echo PHP_EOL.'<div class="veu_prBlocks row">'.PHP_EOL;
144
 
145
  $widget_block_count = ( isset( $instance['block_count'] )) ? intval( $instance['block_count'] ) : 3;
146
 
@@ -152,21 +169,36 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
152
  // Print widget area
153
  for ( $i = 1; $i <= $widget_block_count; ) {
154
  if ( isset( $instance[ 'label_'.$i ] ) && $instance[ 'label_'.$i ] ) {
155
- echo '<article class="prArea '.$col_class.'">'.PHP_EOL;
156
  if ( ! empty( $instance[ 'linkurl_'.$i ] ) ) {
157
  echo '<a href="'.esc_url( $instance[ 'linkurl_'.$i ] ).'">'.PHP_EOL ;
158
  }
159
  // icon font display
160
  if ( empty( $instance[ 'media_image_'.$i ] ) && ! empty( $instance[ 'iconFont_class_'.$i ] ) ) {
161
- echo '<div class="circle_icon" style="background-color:'.esc_attr( $instance[ 'iconFont_bgColor_'.$i ] ).'">';
162
- echo '<i class="fa '.esc_attr( $instance[ 'iconFont_class_'.$i ] ).' font_icon"></i></div>'.PHP_EOL;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  // image display
164
  } else if ( ! empty( $instance[ 'media_image_'.$i ] ) ) {
165
- echo '<div class="media_pr">'.PHP_EOL;
166
- echo '<img class="pr_image" src="'.esc_url( $instance[ 'media_image_'.$i ] ).'" alt="'.esc_attr( $instance[ 'media_alt_'.$i ] ).'" />'.PHP_EOL.'</div><!--//.media_pr -->'.PHP_EOL;
167
  }
168
  // title text
169
- echo '<h1 class="prBox_title">';
170
  if ( isset( $instance[ 'label_'.$i ] ) && $instance[ 'label_'.$i ] ) {
171
  echo $instance[ 'label_'.$i ];
172
  } else {
@@ -175,14 +207,14 @@ for ( $i = 1; $i <= intval( $instance['block_count'] ); ) {
175
  echo '</h1>'.PHP_EOL;
176
  // summary text
177
  if ( ! empty( $instance[ 'summary_'.$i ] ) ) {
178
- echo '<p class="summary">'.nl2br( esc_attr( $instance[ 'summary_'.$i ] ) ).'</p>'.PHP_EOL;
179
  }
180
  if ( ! empty( $instance[ 'linkurl_'.$i ] ) ) {
181
  echo '</a>'.PHP_EOL;
182
  }
183
 
184
  echo '</article>'.PHP_EOL;
185
- echo '<!--//.prArea -->'.PHP_EOL;
186
  }
187
  $i++;
188
  }
24
  'media_alt_1' => '',
25
  'iconFont_class_1' => 'fa-file-text-o',
26
  'iconFont_bgColor_1' => '#337ab7',
27
+ 'iconFont_bgType_1' => '',
28
  'summary_1' => '',
29
  'linkurl_1' => '',
30
 
33
  'media_alt_2' => '',
34
  'iconFont_class_2' => 'fa-building-o',
35
  'iconFont_bgColor_2' => '#337ab7',
36
+ 'iconFont_bgType_2' => '',
37
  'summary_2' => '',
38
  'linkurl_2' => '',
39
 
42
  'media_alt_3' => '',
43
  'iconFont_class_3' => 'fa-user',
44
  'iconFont_bgColor_3' => '#337ab7',
45
+ 'iconFont_bgType_3' => '',
46
  'summary_3' => '',
47
  'linkurl_3' => '',
48
 
51
  'media_alt_4' => '',
52
  'iconFont_class_4' => 'fa-envelope',
53
  'iconFont_bgColor_4' => '#337ab7',
54
+ 'iconFont_bgType_4' => '',
55
  'summary_4' => '',
56
  'linkurl_4' => '',
57
  );
84
  <input type="text" id="'.$this->get_field_id( 'iconFont_class_'.$i ).'-font" class="font_class" name="'.$this->get_field_name( 'iconFont_class_'.$i ).'" value="'.$instance[ 'iconFont_class_'.$i ].'" /><br>'
85
  .__( 'To choose your favorite icon, and enter the class.', 'vkExUnit' ).'<br>'.__( ' ex:fa-file-text-o', 'vkExUnit' ).'</p>';
86
 
87
+ // icon font color
88
  echo '<p class="color_picker_wrap">'.
89
+ '<label for="'.$this->get_field_id( 'iconFont_bgColor_'.$i ).'">'.__( 'Icon color:', 'vkExUnit' ).'</label><br/>'.
90
  '<input type="text" id="'.$this->get_field_id( 'iconFont_bgColor_'.$i ).'-color" class="color_picker" name="'.$this->get_field_name( 'iconFont_bgColor_'.$i ).'" value="'.$instance[ 'iconFont_bgColor_'.$i ].'" /></p>';
91
 
92
+ // icon font type
93
+ echo '<p>'.__( 'Icon Background:', 'vkExUnit' ).'<br>';
94
+
95
+ $checked = ( !isset( $instance[ 'iconFont_bgType_'.$i ] ) || !$instance[ 'iconFont_bgType_'.$i ] ) ? ' checked' : '';
96
+ echo '<input type="radio" id="'.$this->get_field_id( 'iconFont_bgType_'.$i ).'_solid" name="'.$this->get_field_name( 'iconFont_bgType_'.$i ).'" value=""'.$checked.' />';
97
+ echo '<label for="'.$this->get_field_id( 'iconFont_bgType_'.$i ).'_solid">'.__( 'Solid color', 'vkExUnit' ).'</label> ';
98
+
99
+ $checked = ( isset( $instance[ 'iconFont_bgType_'.$i ] ) && $instance[ 'iconFont_bgType_'.$i ] === 'no_paint' ) ? ' checked' : '';
100
+ echo '<input type="radio" id="'.$this->get_field_id( 'iconFont_bgType_'.$i ).'_no_paint" name="'.$this->get_field_name( 'iconFont_bgType_'.$i ).'" value="no_paint"'.$checked.' />';
101
+ echo '<label for="'.$this->get_field_id( 'iconFont_bgType_'.$i ).'_no_paint">'.__( 'No background', 'vkExUnit' ).'</label>';
102
+ echo '</p>';
103
+
104
  // media uploader imageurl input area
105
  echo '<p><label for="'.$this->get_field_id( 'media_image_'.$i ).'">'.__( 'Select image:', 'vkExUnit' ).'</label><br/>'.
106
  '<input type="hidden" class="pr_media_image '.$this->get_field_id( 'media_image_'.$i ).'" id="'.$this->get_field_id( 'media_image_'.$i ).'-image" name="'.$this->get_field_name( 'media_image_'.$i ).'" value="'.esc_attr( $instance[ 'media_image_'.$i ] ).'" />';
146
  $instance[ 'media_alt_'.$i ] = $new_instance[ 'media_alt_'.$i ];
147
  $instance[ 'iconFont_class_'.$i ] = $new_instance[ 'iconFont_class_'.$i ];
148
  $instance[ 'iconFont_bgColor_'.$i ] = $new_instance[ 'iconFont_bgColor_'.$i ];
149
+ $instance[ 'iconFont_bgType_'.$i ] = $new_instance[ 'iconFont_bgType_'.$i ];
150
  $instance[ 'summary_'.$i ] = $new_instance[ 'summary_'.$i ];
151
  $instance[ 'linkurl_'.$i ] = $new_instance[ 'linkurl_'.$i ];
152
  $i++;
157
 
158
  function widget( $args, $instance ) {
159
  echo $args['before_widget'];
160
+ echo PHP_EOL.'<div class="veu_prBlocks prBlocks row">'.PHP_EOL;
161
 
162
  $widget_block_count = ( isset( $instance['block_count'] )) ? intval( $instance['block_count'] ) : 3;
163
 
169
  // Print widget area
170
  for ( $i = 1; $i <= $widget_block_count; ) {
171
  if ( isset( $instance[ 'label_'.$i ] ) && $instance[ 'label_'.$i ] ) {
172
+ echo '<article class="prBlock '.$col_class.'">'.PHP_EOL;
173
  if ( ! empty( $instance[ 'linkurl_'.$i ] ) ) {
174
  echo '<a href="'.esc_url( $instance[ 'linkurl_'.$i ] ).'">'.PHP_EOL ;
175
  }
176
  // icon font display
177
  if ( empty( $instance[ 'media_image_'.$i ] ) && ! empty( $instance[ 'iconFont_class_'.$i ] ) ) {
178
+
179
+ $styles = 'border:1px solid '.$instance[ 'iconFont_bgColor_'.$i ].';';
180
+
181
+ if ( !isset( $instance[ 'iconFont_bgType_'.$i ] ) || $instance[ 'iconFont_bgType_'.$i ] != 'no_paint' ){
182
+ $styles .= 'background-color:'.$instance[ 'iconFont_bgColor_'.$i ].';';
183
+ }
184
+
185
+ echo '<div class="prBlock_icon_outer" style="'.esc_attr( $styles ).'">';
186
+
187
+ if ( isset( $instance[ 'iconFont_bgType_'.$i ] ) && $instance[ 'iconFont_bgType_'.$i ] == 'no_paint' ){
188
+ $icon_styles = ' style="color:'.$instance[ 'iconFont_bgColor_'.$i ].';"';
189
+ } else {
190
+ $icon_styles = ' style="color:#fff;"';
191
+ }
192
+
193
+ echo '<i class="fa '.esc_attr( $instance[ 'iconFont_class_'.$i ] ).' font_icon prBlock_icon"'.$icon_styles.'></i></div>'.PHP_EOL;
194
+
195
  // image display
196
  } else if ( ! empty( $instance[ 'media_image_'.$i ] ) ) {
197
+ echo '<div class="prBlock_image">'.PHP_EOL;
198
+ echo '<img src="'.esc_url( $instance[ 'media_image_'.$i ] ).'" alt="'.esc_attr( $instance[ 'media_alt_'.$i ] ).'" />'.PHP_EOL.'</div><!--//.prBlock_image -->'.PHP_EOL;
199
  }
200
  // title text
201
+ echo '<h1 class="prBlock_title">';
202
  if ( isset( $instance[ 'label_'.$i ] ) && $instance[ 'label_'.$i ] ) {
203
  echo $instance[ 'label_'.$i ];
204
  } else {
207
  echo '</h1>'.PHP_EOL;
208
  // summary text
209
  if ( ! empty( $instance[ 'summary_'.$i ] ) ) {
210
+ echo '<p class="prBlock_summary">'.nl2br( esc_attr( $instance[ 'summary_'.$i ] ) ).'</p>'.PHP_EOL;
211
  }
212
  if ( ! empty( $instance[ 'linkurl_'.$i ] ) ) {
213
  echo '</a>'.PHP_EOL;
214
  }
215
 
216
  echo '</article>'.PHP_EOL;
217
+ echo '<!--//.prBlock -->'.PHP_EOL;
218
  }
219
  $i++;
220
  }
plugins_admin/vk-admin/class.vk-admin.php CHANGED
@@ -48,17 +48,17 @@ class Vk_Admin {
48
  $lang = ( get_locale() == 'ja' ) ? 'ja' : 'en' ;
49
 
50
  if ( !is_plugin_active('vk-post-author-display/post-author-display.php') ){
51
- $banner .= '<a href="https://wordpress.org/plugins/vk-post-author-display/" target="_blank" class="admin_banner"><img src="'.$dir_url.'/images/post_author_display_bnr_'.$lang .'.jpg" alt="VK Post Author
52
  Display" /></a>';
53
  }
54
 
55
  if ( $lang == 'ja' ) {
56
- $banner .= '<a href="http://lightning.vektor-inc.co.jp/ja/" target="_blank" class="admin_banner"><img src="'.$dir_url.'/images/lightning_bnr_ja.jpg" alt="lightning_bnr_ja" /></a>';
57
  } else {
58
- $banner .= '<a href="http://lightning.vektor-inc.co.jp/" target="_blank" class="admin_banner"><img src="'.$dir_url.'/images/lightning_bnr_en.jpg" alt="lightning_bnr_en" /></a>';
59
  }
60
 
61
- $banner .= '<a href="http://www.vektor-inc.co.jp" class="vektor_logo" target="_blank" class="admin_banner"><img src="'.$dir_url.'/images/vektor_logo.png" alt="lightning_bnr_en" /></a>';
62
 
63
  return apply_filters( 'vk_admin_banner_html' , $banner );
64
  }
48
  $lang = ( get_locale() == 'ja' ) ? 'ja' : 'en' ;
49
 
50
  if ( !is_plugin_active('vk-post-author-display/post-author-display.php') ){
51
+ $banner .= '<a href="https://wordpress.org/plugins/vk-post-author-display/" target="_blank" class="admin_banner"><img src="'.$dir_url.'images/post_author_display_bnr_'.$lang .'.jpg" alt="VK Post Author
52
  Display" /></a>';
53
  }
54
 
55
  if ( $lang == 'ja' ) {
56
+ $banner .= '<a href="http://lightning.vektor-inc.co.jp/ja/" target="_blank" class="admin_banner"><img src="'.$dir_url.'images/lightning_bnr_ja.jpg" alt="lightning_bnr_ja" /></a>';
57
  } else {
58
+ $banner .= '<a href="http://lightning.vektor-inc.co.jp/" target="_blank" class="admin_banner"><img src="'.$dir_url.'images/lightning_bnr_en.jpg" alt="lightning_bnr_en" /></a>';
59
  }
60
 
61
+ $banner .= '<a href="http://www.vektor-inc.co.jp" class="vektor_logo" target="_blank" class="admin_banner"><img src="'.$dir_url.'images/vektor_logo.png" alt="lightning_bnr_en" /></a>';
62
 
63
  return apply_filters( 'vk_admin_banner_html' , $banner );
64
  }
readme.txt CHANGED
@@ -72,6 +72,9 @@ e.g.
72
 
73
  == Changelog ==
74
 
 
 
 
75
  = 4.4.0 =
76
  * [ Add Function ] Custom post type and custom taxonomy manager
77
 
72
 
73
  == Changelog ==
74
 
75
+ = 4.5.0 =
76
+ * [ Add Function ][ PR Blocks Widget] Add PR Blocks Design type.
77
+
78
  = 4.4.0 =
79
  * [ Add Function ] Custom post type and custom taxonomy manager
80
 
vkExUnit.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: http://ex-unit.vektor-inc.co.jp
5
  * Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
- * Version: 4.4.1
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: http://ex-unit.vektor-inc.co.jp
5
  * Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
+ * Version: 4.5.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages