Version Description
- [ Add Function ] Custom post type and custom taxonomy manager
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 4.4.0 |
Comparing to | |
See all releases |
Code changes from version 4.3.10 to 4.4.0
- _scss/_contents_option_style.scss +8 -1
- _scss/vkExUnit_editor_style.scss +3 -0
- css/vkExUnit_editor_style.css +1 -0
- css/vkExUnit_style.css +1 -1
- css/vkExUnit_style_in_bs.css +1 -1
- languages/vkExUnit-ja.mo +0 -0
- languages/vkExUnit-ja.po +179 -74
- languages/vkexunit.mo +0 -0
- languages/vkexunit.pot +168 -71
- packages.php +18 -0
- plugins/post-type-manager-config.php +18 -0
- plugins/post-type-manager/class.post-type-manager.php +292 -0
- plugins/tiny_mce_style_tags.php +16 -4
- plugins_admin/vk-admin/_scss/vk_admin.scss +4 -0
- plugins_admin/vk-admin/css/vk_admin.css +1 -1
- plugins_admin/vk-admin/js/vk_admin.js +1 -0
- readme.txt +5 -1
- vkExUnit.php +7 -1
_scss/_contents_option_style.scss
CHANGED
@@ -3,7 +3,14 @@
|
|
3 |
|
4 |
/*-------------------------------------------*/
|
5 |
.veu_leadTxt,
|
6 |
-
p.veu_leadTxt { font-size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
/* .qaItem
|
9 |
/*-------------------------------------------*/
|
3 |
|
4 |
/*-------------------------------------------*/
|
5 |
.veu_leadTxt,
|
6 |
+
p.veu_leadTxt { font-size:1.6em; line-height: 150%;padding:0; }
|
7 |
+
|
8 |
+
@media (min-width: 768px){
|
9 |
+
.veu_leadTxt,
|
10 |
+
p.veu_leadTxt { font-size:2em; }
|
11 |
+
}
|
12 |
+
|
13 |
+
.btn.btn-blank::after { margin-left:0.7em;font-family: FontAwesome;content: "\f08e"; }
|
14 |
|
15 |
/* .qaItem
|
16 |
/*-------------------------------------------*/
|
_scss/vkExUnit_editor_style.scss
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
@charset "utf-8";
|
2 |
+
@import "compass";
|
3 |
+
@import "_contents_option_style";
|
css/vkExUnit_editor_style.css
ADDED
@@ -0,0 +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}
|
css/vkExUnit_style.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.veu_leadTxt,p.veu_leadTxt{font-size:2em;line-height:150%;padding:0}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}}.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}}
|
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:2em;line-height:150%;padding:0}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}}.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}}
|
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-
|
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"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
msgid "Main setting"
|
21 |
msgstr "メイン設定"
|
22 |
|
23 |
-
#: ../admin_wrapper.php:
|
24 |
msgid "Activated Packages is noting. please activate some package."
|
25 |
msgstr ""
|
26 |
"有効化されているパッケージがありません。何かの機能を有効化してください。"
|
@@ -146,6 +146,7 @@ msgstr ""
|
|
146 |
#: ../packages.php:105 ../packages.php:123 ../packages.php:162
|
147 |
#: ../packages.php:180 ../packages.php:210 ../packages.php:228
|
148 |
#: ../packages.php:270 ../packages.php:306 ../packages.php:329
|
|
|
149 |
msgid "Setting"
|
150 |
msgstr "設定"
|
151 |
|
@@ -348,7 +349,7 @@ msgstr "広告の挿入"
|
|
348 |
msgid "Insert ads to content."
|
349 |
msgstr "記事に広告を挿入します"
|
350 |
|
351 |
-
#: ../packages.php:342 ../plugins/related_posts/related_posts.php:
|
352 |
msgid "Related posts"
|
353 |
msgstr "関連記事を表示"
|
354 |
|
@@ -386,6 +387,15 @@ msgstr ""
|
|
386 |
msgid "Add TinyMCE Editor to style tags."
|
387 |
msgstr ""
|
388 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
#: ../vkExUnit_admin.php:3
|
390 |
msgid "Enable setting"
|
391 |
msgstr "有効化設定"
|
@@ -407,10 +417,19 @@ msgid "Extension Setting"
|
|
407 |
msgstr "拡張設定"
|
408 |
|
409 |
#: ../vkExUnit_admin.php:83
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
410 |
msgid "Plugin setting options"
|
411 |
msgstr "プラグイン設定オプション"
|
412 |
|
413 |
-
#: ../vkExUnit_admin.php:
|
414 |
msgid "Delete myOptions when deactivate me."
|
415 |
msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
|
416 |
|
@@ -429,100 +448,100 @@ msgstr "アイキャッチ画像を自動挿入しない"
|
|
429 |
msgid "Read more"
|
430 |
msgstr "詳しくはこちら"
|
431 |
|
432 |
-
#: ../plugins/child_page_index.php:
|
433 |
msgid "Display a child page index"
|
434 |
msgstr "子ページ一覧の表示"
|
435 |
|
436 |
-
#: ../plugins/contact_section.php:
|
437 |
msgid "Contact Information"
|
438 |
msgstr "お問い合わせ情報"
|
439 |
|
440 |
-
#: ../plugins/contact_section.php:
|
441 |
msgid "Please feel free to inquire."
|
442 |
msgstr "お気軽にお問い合わせください。"
|
443 |
|
444 |
-
#: ../plugins/contact_section.php:
|
445 |
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
446 |
msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
|
447 |
|
448 |
-
#: ../plugins/contact_section.php:
|
449 |
msgid "Contact us"
|
450 |
msgstr "お問い合わせ"
|
451 |
|
452 |
-
#: ../plugins/contact_section.php:
|
453 |
msgid "Message"
|
454 |
msgstr "メッセージ"
|
455 |
|
456 |
-
#: ../plugins/contact_section.php:
|
457 |
-
#: ../plugins/contact_section.php:
|
458 |
-
#: ../plugins/contact_section.php:
|
459 |
#: ../plugins/google_analytics/ga_admin.php:16 ../plugins/sns/sns_admin.php:31
|
460 |
msgid "ex) "
|
461 |
msgstr "例: "
|
462 |
|
463 |
-
#: ../plugins/contact_section.php:
|
464 |
msgid "Phone number"
|
465 |
msgstr "電話番号"
|
466 |
|
467 |
-
#: ../plugins/contact_section.php:
|
468 |
msgid "Office hours"
|
469 |
msgstr "営業時間"
|
470 |
|
471 |
-
#: ../plugins/contact_section.php:
|
472 |
msgid "Weekdays except holidays"
|
473 |
msgstr "土日・祝日除く"
|
474 |
|
475 |
-
#: ../plugins/contact_section.php:
|
476 |
msgid "The contact page URL"
|
477 |
msgstr "お問い合わせ先URL"
|
478 |
|
479 |
-
#: ../plugins/contact_section.php:
|
480 |
msgid "or"
|
481 |
msgstr "もしくは"
|
482 |
|
483 |
-
#: ../plugins/contact_section.php:
|
484 |
msgid "* If you fill in the blank, contact button does not appear."
|
485 |
msgstr "未入力の場合はお問い合わせボタンは表示されません。"
|
486 |
|
487 |
-
#: ../plugins/contact_section.php:
|
488 |
msgid "Contact button Text"
|
489 |
msgstr "お問い合わせボタンに表示するテキスト"
|
490 |
|
491 |
-
#: ../plugins/contact_section.php:
|
492 |
msgid "Contact Us from email."
|
493 |
msgstr "メールでのお問い合わせはこちら"
|
494 |
|
495 |
-
#: ../plugins/contact_section.php:
|
496 |
msgid "Contact button text( sub )"
|
497 |
msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
|
498 |
|
499 |
-
#: ../plugins/contact_section.php:
|
500 |
msgid "Email contact form"
|
501 |
msgstr "お気軽にお問い合わせください。"
|
502 |
|
503 |
-
#: ../plugins/contact_section.php:
|
504 |
msgid "Contact button short text for side widget"
|
505 |
msgstr "お問い合わせボタンウィジェットに表示するテキスト"
|
506 |
|
507 |
-
#: ../plugins/contact_section.php:
|
508 |
msgid "This will used to \"Contact Button\" widget."
|
509 |
msgstr ""
|
510 |
"このテキストはお問い合わせボタンウィジェットで使用されます。サイドバーでの利"
|
511 |
"用を想定していますので少ない文字数で設定してください。"
|
512 |
|
513 |
-
#: ../plugins/contact_section.php:
|
514 |
msgid "Display Contact Section"
|
515 |
msgstr "お問い合わせ情報の表示"
|
516 |
|
517 |
-
#: ../plugins/contact_section.php:
|
518 |
msgid "Edit contact information"
|
519 |
msgstr "Contact情報を編集"
|
520 |
|
521 |
-
#: ../plugins/contact_section.php:
|
522 |
msgid "Contact Button"
|
523 |
msgstr "お問い合わせボタン"
|
524 |
|
525 |
-
#: ../plugins/contact_section.php:
|
526 |
#, php-format
|
527 |
msgid ""
|
528 |
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
@@ -690,7 +709,7 @@ msgstr "サイト全体のキーワードは %s より設定することがで
|
|
690 |
msgid "Setting of insert items"
|
691 |
msgstr "挿入アイテムの設定"
|
692 |
|
693 |
-
#: ../plugins/pageList_ancestor.php:
|
694 |
msgid "Display a page list from ancestor"
|
695 |
msgstr "現在のページの先祖階層からの子ページリストを表示"
|
696 |
|
@@ -759,92 +778,92 @@ msgstr ""
|
|
759 |
"しかし、上記の形式では長くなりすぎる事があります。その場合は下記の入力欄に入"
|
760 |
"力すれば、その内容が反映されます。"
|
761 |
|
762 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
763 |
#: ../plugins/call_to_action/view.actionbox.php:39
|
764 |
msgid "Edit CTA"
|
765 |
msgstr "CTAの編集"
|
766 |
|
767 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
768 |
msgid "Add new CTA"
|
769 |
msgstr "CTAの新規作成"
|
770 |
|
771 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
772 |
msgid "New CTA"
|
773 |
msgstr "CTA 新規作成"
|
774 |
|
775 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
776 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
777 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
778 |
msgid "Call to Action setting"
|
779 |
msgstr "CTA設定"
|
780 |
|
781 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
782 |
msgid "CTA Contents"
|
783 |
msgstr "CTA Contents"
|
784 |
|
785 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
786 |
msgid "Follow common setting"
|
787 |
msgstr "共通設定を使用"
|
788 |
|
789 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
790 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
791 |
msgid "Disable display"
|
792 |
msgstr "表示しない"
|
793 |
|
794 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
795 |
msgid "CTA common setting"
|
796 |
msgstr "CTA共通設定"
|
797 |
|
798 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
799 |
#: ../plugins/call_to_action/view.adminsetting.php:22
|
800 |
msgid "Show CTA index page"
|
801 |
msgstr "CTAの一覧を表示"
|
802 |
|
803 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
804 |
msgid "CTA image"
|
805 |
msgstr "CTA画像"
|
806 |
|
807 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
808 |
msgid "Add image"
|
809 |
msgstr "画像を追加"
|
810 |
|
811 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
812 |
msgid "Change image"
|
813 |
msgstr "画像を変更"
|
814 |
|
815 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
816 |
msgid "Remove image"
|
817 |
msgstr "画像を削除"
|
818 |
|
819 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
820 |
msgid "CTA image position"
|
821 |
msgstr "CTA画像の位置"
|
822 |
|
823 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
824 |
msgid "right"
|
825 |
msgstr "右寄せ"
|
826 |
|
827 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
828 |
msgid "center"
|
829 |
msgstr "中央"
|
830 |
|
831 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
832 |
msgid "left"
|
833 |
msgstr "左寄せ"
|
834 |
|
835 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
836 |
msgid "Button text"
|
837 |
msgstr "ボタンの表記文言"
|
838 |
|
839 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
840 |
msgid "Button link url"
|
841 |
msgstr "ボタンのリンク先URL"
|
842 |
|
843 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
844 |
msgid "Text message"
|
845 |
msgstr "テキストメッセージ"
|
846 |
|
847 |
-
#: ../plugins/call_to_action/class.call_to_action.php:
|
848 |
msgid "CTA setting"
|
849 |
msgstr "CTA設定"
|
850 |
|
@@ -959,7 +978,7 @@ msgstr "3PR エリア1 設定"
|
|
959 |
#: ../plugins/other_widget/widget-3pr-area.php:48
|
960 |
#: ../plugins/other_widget/widget-3pr-area.php:98
|
961 |
#: ../plugins/other_widget/widget-3pr-area.php:149
|
962 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
963 |
#: ../plugins/other_widget/widget-pr-blocks.php:74
|
964 |
#: ../plugins/other_widget/widget-profile.php:40
|
965 |
#: ../plugins/sns/function_fbPagePlugin.php:79
|
@@ -1030,8 +1049,8 @@ msgid "Monthly archives"
|
|
1030 |
msgstr "月別アーカイブ"
|
1031 |
|
1032 |
#: ../plugins/other_widget/widget-archives.php:63
|
|
|
1033 |
#: ../plugins/other_widget/widget-new-posts.php:158
|
1034 |
-
#: ../plugins/other_widget/widget-new-posts.php:159
|
1035 |
msgid "Title"
|
1036 |
msgstr "タイトル"
|
1037 |
|
@@ -1070,45 +1089,45 @@ msgstr "最新記事"
|
|
1070 |
msgid "Displays a list of your most recent posts"
|
1071 |
msgstr "最新の投稿記事リストを表示します。"
|
1072 |
|
1073 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
1074 |
msgid "Display Format"
|
1075 |
msgstr "表示形式"
|
1076 |
|
1077 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
1078 |
msgid "Thumbnail"
|
1079 |
msgstr "サムネイル画像"
|
1080 |
|
|
|
1081 |
#: ../plugins/other_widget/widget-new-posts.php:158
|
1082 |
-
#: ../plugins/other_widget/widget-new-posts.php:159
|
1083 |
msgid "Date"
|
1084 |
msgstr "日付"
|
1085 |
|
1086 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
1087 |
#: ../plugins/other_widget/widget-taxonomies.php:20
|
1088 |
#: ../plugins/other_widget/widget-taxonomies.php:49
|
1089 |
#: ../plugins/other_widget/widget-taxonomies.php:50
|
1090 |
msgid "Category"
|
1091 |
msgstr "カテゴリー"
|
1092 |
|
1093 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
1094 |
msgid "Display count"
|
1095 |
msgstr "表示する記事数"
|
1096 |
|
1097 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
1098 |
msgid "Slug for the custom type you want to display"
|
1099 |
msgstr "表示したい記事タイプ"
|
1100 |
|
1101 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
1102 |
msgid "taxonomy ID"
|
1103 |
msgstr "カテゴリー(タクソノミー)ID"
|
1104 |
|
1105 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
1106 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
1107 |
msgstr ""
|
1108 |
"特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
|
1109 |
"します。"
|
1110 |
|
1111 |
-
#: ../plugins/other_widget/widget-new-posts.php:
|
1112 |
#: ../plugins/sns/sns_admin.php:66
|
1113 |
msgid "if empty this area, I will do not filtering."
|
1114 |
msgstr "空欄の場合はフィルタリングは行いません。"
|
@@ -1121,16 +1140,16 @@ msgstr "固定ページ本文"
|
|
1121 |
msgid "Displays a page contents to widget."
|
1122 |
msgstr "選択したページの内容を表示します。"
|
1123 |
|
1124 |
-
#: ../plugins/other_widget/widget-page.php:
|
1125 |
#: ../plugins/other_widget/widget-taxonomies.php:62
|
1126 |
msgid "Display page"
|
1127 |
msgstr "ページを表示"
|
1128 |
|
1129 |
-
#: ../plugins/other_widget/widget-page.php:
|
1130 |
msgid "display title"
|
1131 |
msgstr "タイトルを表示"
|
1132 |
|
1133 |
-
#: ../plugins/other_widget/widget-page.php:
|
1134 |
msgid "Edit"
|
1135 |
msgstr "編集"
|
1136 |
|
@@ -1274,6 +1293,14 @@ msgstr "instagram リンク先ページのURL"
|
|
1274 |
msgid "linkedin URL:"
|
1275 |
msgstr "linkedin リンク先ページのURL"
|
1276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1277 |
#: ../plugins/other_widget/widget-taxonomies.php:9
|
1278 |
msgid "Categories/Custom taxonomies list"
|
1279 |
msgstr "カテゴリー/カスタム分類リスト"
|
@@ -1306,6 +1333,80 @@ msgstr "ブログエントリー"
|
|
1306 |
msgid "Heading title"
|
1307 |
msgstr "見出しタイトル"
|
1308 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1309 |
#: ../plugins/sitemap_page/sitemap_admin.php:9
|
1310 |
msgid "HTML Sitemap Settings"
|
1311 |
msgstr "HTMLサイトマップ設定"
|
@@ -1328,7 +1429,7 @@ msgstr "複数のページを除外する場合は , (コンマ)で区切っ
|
|
1328 |
msgid "HTML Sitemap"
|
1329 |
msgstr "HTMLサイトマップ"
|
1330 |
|
1331 |
-
#: ../plugins/sitemap_page/sitemap_page.php:
|
1332 |
msgid "Display a HTML sitemap"
|
1333 |
msgstr "HTMLサイトマップの表示"
|
1334 |
|
@@ -1509,10 +1610,18 @@ msgstr "メイン設定"
|
|
1509 |
msgid "News from VK All in One Expansion Unit"
|
1510 |
msgstr "VK All in One Expansion Unit からのお知らせ"
|
1511 |
|
1512 |
-
#: ../plugins_admin/
|
1513 |
msgid "Sorry, there is no post"
|
1514 |
msgstr "お知らせはありません。"
|
1515 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1516 |
#~ msgid "Normally, I will include the %1$s in the title tag."
|
1517 |
#~ msgstr "通常 %1$s が全ページのタイトルタグに入ります。"
|
1518 |
|
@@ -1722,10 +1831,6 @@ msgstr "お知らせはありません。"
|
|
1722 |
#~ msgid "if checked you will display a sitemap"
|
1723 |
#~ msgstr "チェックを入れるとHTMLサイトマップを表示します。"
|
1724 |
|
1725 |
-
#, fuzzy
|
1726 |
-
#~ msgid "Post each setting."
|
1727 |
-
#~ msgstr "3PR エリア1 設定"
|
1728 |
-
|
1729 |
#~ msgid ""
|
1730 |
#~ "To choose your favorite icon, and enter the class. For example, the use "
|
1731 |
#~ "of 「fa-rocket」"
|
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"
|
20 |
msgid "Main setting"
|
21 |
msgstr "メイン設定"
|
22 |
|
23 |
+
#: ../admin_wrapper.php:39
|
24 |
msgid "Activated Packages is noting. please activate some package."
|
25 |
msgstr ""
|
26 |
"有効化されているパッケージがありません。何かの機能を有効化してください。"
|
146 |
#: ../packages.php:105 ../packages.php:123 ../packages.php:162
|
147 |
#: ../packages.php:180 ../packages.php:210 ../packages.php:228
|
148 |
#: ../packages.php:270 ../packages.php:306 ../packages.php:329
|
149 |
+
#: ../packages.php:401
|
150 |
msgid "Setting"
|
151 |
msgstr "設定"
|
152 |
|
349 |
msgid "Insert ads to content."
|
350 |
msgstr "記事に広告を挿入します"
|
351 |
|
352 |
+
#: ../packages.php:342 ../plugins/related_posts/related_posts.php:67
|
353 |
msgid "Related posts"
|
354 |
msgstr "関連記事を表示"
|
355 |
|
387 |
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 "有効化設定"
|
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 |
|
448 |
msgid "Read more"
|
449 |
msgstr "詳しくはこちら"
|
450 |
|
451 |
+
#: ../plugins/child_page_index.php:90
|
452 |
msgid "Display a child page index"
|
453 |
msgstr "子ページ一覧の表示"
|
454 |
|
455 |
+
#: ../plugins/contact_section.php:54 ../plugins/contact_section.php:80
|
456 |
msgid "Contact Information"
|
457 |
msgstr "お問い合わせ情報"
|
458 |
|
459 |
+
#: ../plugins/contact_section.php:64 ../plugins/contact_section.php:87
|
460 |
msgid "Please feel free to inquire."
|
461 |
msgstr "お気軽にお問い合わせください。"
|
462 |
|
463 |
+
#: ../plugins/contact_section.php:66
|
464 |
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
465 |
msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
|
466 |
|
467 |
+
#: ../plugins/contact_section.php:70
|
468 |
msgid "Contact us"
|
469 |
msgstr "お問い合わせ"
|
470 |
|
471 |
+
#: ../plugins/contact_section.php:84
|
472 |
msgid "Message"
|
473 |
msgstr "メッセージ"
|
474 |
|
475 |
+
#: ../plugins/contact_section.php:87 ../plugins/contact_section.php:94
|
476 |
+
#: ../plugins/contact_section.php:101 ../plugins/contact_section.php:109
|
477 |
+
#: ../plugins/contact_section.php:117 ../plugins/contact_section.php:125
|
478 |
#: ../plugins/google_analytics/ga_admin.php:16 ../plugins/sns/sns_admin.php:31
|
479 |
msgid "ex) "
|
480 |
msgstr "例: "
|
481 |
|
482 |
+
#: ../plugins/contact_section.php:91
|
483 |
msgid "Phone number"
|
484 |
msgstr "電話番号"
|
485 |
|
486 |
+
#: ../plugins/contact_section.php:98 ../plugins/contact_section.php:101
|
487 |
msgid "Office hours"
|
488 |
msgstr "営業時間"
|
489 |
|
490 |
+
#: ../plugins/contact_section.php:101
|
491 |
msgid "Weekdays except holidays"
|
492 |
msgstr "土日・祝日除く"
|
493 |
|
494 |
+
#: ../plugins/contact_section.php:106
|
495 |
msgid "The contact page URL"
|
496 |
msgstr "お問い合わせ先URL"
|
497 |
|
498 |
+
#: ../plugins/contact_section.php:109
|
499 |
msgid "or"
|
500 |
msgstr "もしくは"
|
501 |
|
502 |
+
#: ../plugins/contact_section.php:110
|
503 |
msgid "* If you fill in the blank, contact button does not appear."
|
504 |
msgstr "未入力の場合はお問い合わせボタンは表示されません。"
|
505 |
|
506 |
+
#: ../plugins/contact_section.php:114
|
507 |
msgid "Contact button Text"
|
508 |
msgstr "お問い合わせボタンに表示するテキスト"
|
509 |
|
510 |
+
#: ../plugins/contact_section.php:117
|
511 |
msgid "Contact Us from email."
|
512 |
msgstr "メールでのお問い合わせはこちら"
|
513 |
|
514 |
+
#: ../plugins/contact_section.php:122
|
515 |
msgid "Contact button text( sub )"
|
516 |
msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
|
517 |
|
518 |
+
#: ../plugins/contact_section.php:126
|
519 |
msgid "Email contact form"
|
520 |
msgstr "お気軽にお問い合わせください。"
|
521 |
|
522 |
+
#: ../plugins/contact_section.php:131
|
523 |
msgid "Contact button short text for side widget"
|
524 |
msgstr "お問い合わせボタンウィジェットに表示するテキスト"
|
525 |
|
526 |
+
#: ../plugins/contact_section.php:135
|
527 |
msgid "This will used to \"Contact Button\" widget."
|
528 |
msgstr ""
|
529 |
"このテキストはお問い合わせボタンウィジェットで使用されます。サイドバーでの利"
|
530 |
"用を想定していますので少ない文字数で設定してください。"
|
531 |
|
532 |
+
#: ../plugins/contact_section.php:156
|
533 |
msgid "Display Contact Section"
|
534 |
msgstr "お問い合わせ情報の表示"
|
535 |
|
536 |
+
#: ../plugins/contact_section.php:234 ../plugins/contact_section.php:261
|
537 |
msgid "Edit contact information"
|
538 |
msgstr "Contact情報を編集"
|
539 |
|
540 |
+
#: ../plugins/contact_section.php:280
|
541 |
msgid "Contact Button"
|
542 |
msgstr "お問い合わせボタン"
|
543 |
|
544 |
+
#: ../plugins/contact_section.php:286 ../plugins/contact_section.php:308
|
545 |
#, php-format
|
546 |
msgid ""
|
547 |
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
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 |
|
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 |
|
978 |
#: ../plugins/other_widget/widget-3pr-area.php:48
|
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
|
1049 |
msgstr "月別アーカイブ"
|
1050 |
|
1051 |
#: ../plugins/other_widget/widget-archives.php:63
|
1052 |
+
#: ../plugins/other_widget/widget-new-posts.php:157
|
1053 |
#: ../plugins/other_widget/widget-new-posts.php:158
|
|
|
1054 |
msgid "Title"
|
1055 |
msgstr "タイトル"
|
1056 |
|
1089 |
msgid "Displays a list of your most recent posts"
|
1090 |
msgstr "最新の投稿記事リストを表示します。"
|
1091 |
|
1092 |
+
#: ../plugins/other_widget/widget-new-posts.php:156
|
1093 |
msgid "Display Format"
|
1094 |
msgstr "表示形式"
|
1095 |
|
1096 |
+
#: ../plugins/other_widget/widget-new-posts.php:157
|
1097 |
msgid "Thumbnail"
|
1098 |
msgstr "サムネイル画像"
|
1099 |
|
1100 |
+
#: ../plugins/other_widget/widget-new-posts.php:157
|
1101 |
#: ../plugins/other_widget/widget-new-posts.php:158
|
|
|
1102 |
msgid "Date"
|
1103 |
msgstr "日付"
|
1104 |
|
1105 |
+
#: ../plugins/other_widget/widget-new-posts.php:158
|
1106 |
#: ../plugins/other_widget/widget-taxonomies.php:20
|
1107 |
#: ../plugins/other_widget/widget-taxonomies.php:49
|
1108 |
#: ../plugins/other_widget/widget-taxonomies.php:50
|
1109 |
msgid "Category"
|
1110 |
msgstr "カテゴリー"
|
1111 |
|
1112 |
+
#: ../plugins/other_widget/widget-new-posts.php:167
|
1113 |
msgid "Display count"
|
1114 |
msgstr "表示する記事数"
|
1115 |
|
1116 |
+
#: ../plugins/other_widget/widget-new-posts.php:172
|
1117 |
msgid "Slug for the custom type you want to display"
|
1118 |
msgstr "表示したい記事タイプ"
|
1119 |
|
1120 |
+
#: ../plugins/other_widget/widget-new-posts.php:177
|
1121 |
msgid "taxonomy ID"
|
1122 |
msgstr "カテゴリー(タクソノミー)ID"
|
1123 |
|
1124 |
+
#: ../plugins/other_widget/widget-new-posts.php:179
|
1125 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
1126 |
msgstr ""
|
1127 |
"特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
|
1128 |
"します。"
|
1129 |
|
1130 |
+
#: ../plugins/other_widget/widget-new-posts.php:181
|
1131 |
#: ../plugins/sns/sns_admin.php:66
|
1132 |
msgid "if empty this area, I will do not filtering."
|
1133 |
msgstr "空欄の場合はフィルタリングは行いません。"
|
1140 |
msgid "Displays a page contents to widget."
|
1141 |
msgstr "選択したページの内容を表示します。"
|
1142 |
|
1143 |
+
#: ../plugins/other_widget/widget-page.php:36
|
1144 |
#: ../plugins/other_widget/widget-taxonomies.php:62
|
1145 |
msgid "Display page"
|
1146 |
msgstr "ページを表示"
|
1147 |
|
1148 |
+
#: ../plugins/other_widget/widget-page.php:44
|
1149 |
msgid "display title"
|
1150 |
msgstr "タイトルを表示"
|
1151 |
|
1152 |
+
#: ../plugins/other_widget/widget-page.php:66
|
1153 |
msgid "Edit"
|
1154 |
msgstr "編集"
|
1155 |
|
1293 |
msgid "linkedin URL:"
|
1294 |
msgstr "linkedin リンク先ページのURL"
|
1295 |
|
1296 |
+
#: ../plugins/other_widget/widget-side-child-page-list.php:12
|
1297 |
+
msgid "child pages list"
|
1298 |
+
msgstr "子ページのリスト"
|
1299 |
+
|
1300 |
+
#: ../plugins/other_widget/widget-side-child-page-list.php:17
|
1301 |
+
msgid "Displays list of child page for the current page."
|
1302 |
+
msgstr "表示しているページの先祖階層からの子ページリストを表示します。"
|
1303 |
+
|
1304 |
#: ../plugins/other_widget/widget-taxonomies.php:9
|
1305 |
msgid "Categories/Custom taxonomies list"
|
1306 |
msgstr "カテゴリー/カスタム分類リスト"
|
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
|
1338 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:64
|
1339 |
+
msgid "Custom Post Type Setting"
|
1340 |
+
msgstr "カスタム投稿タイプ設定"
|
1341 |
+
|
1342 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:74
|
1343 |
+
msgid "Post Type ID(Required)"
|
1344 |
+
msgstr "投稿タイプID(必須)"
|
1345 |
+
|
1346 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:75
|
1347 |
+
msgid "20 characters or less in alphanumeric"
|
1348 |
+
msgstr "半角英数字20文字以内で入力ください"
|
1349 |
+
|
1350 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:80
|
1351 |
+
msgid "title"
|
1352 |
+
msgstr "タイトル"
|
1353 |
+
|
1354 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:81
|
1355 |
+
msgid "editor"
|
1356 |
+
msgstr "本文"
|
1357 |
+
|
1358 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:82
|
1359 |
+
msgid "author"
|
1360 |
+
msgstr "投稿者"
|
1361 |
+
|
1362 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:83
|
1363 |
+
msgid "thumbnail"
|
1364 |
+
msgstr "アイキャッチ画像"
|
1365 |
+
|
1366 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:84
|
1367 |
+
msgid "excerpt"
|
1368 |
+
msgstr "抜粋"
|
1369 |
+
|
1370 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:85
|
1371 |
+
msgid "comments"
|
1372 |
+
msgstr "コメント"
|
1373 |
+
|
1374 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:86
|
1375 |
+
msgid "revisions"
|
1376 |
+
msgstr "リビジョン"
|
1377 |
+
|
1378 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:90
|
1379 |
+
msgid "Supports(Required)"
|
1380 |
+
msgstr "有効にする項目(必須)"
|
1381 |
+
|
1382 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:102
|
1383 |
+
msgid "Menu position(optional)"
|
1384 |
+
msgstr "メニューの位置( 任意 )"
|
1385 |
+
|
1386 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:103
|
1387 |
+
msgid "Please enter a number."
|
1388 |
+
msgstr "数字を入力してください。数字が小さいほど上に表示されます。"
|
1389 |
+
|
1390 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:109
|
1391 |
+
msgid "Custom taxonomies(optional)"
|
1392 |
+
msgstr "カスタム分類(任意)"
|
1393 |
+
|
1394 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:114
|
1395 |
+
msgid "Custon taxonomy name(slug)"
|
1396 |
+
msgstr "カスタム分類名(スラッグ)"
|
1397 |
+
|
1398 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:115
|
1399 |
+
msgid "Custon taxonomy label"
|
1400 |
+
msgstr "カスタム分類名(表示名)"
|
1401 |
+
|
1402 |
+
#: ../plugins/post-type-manager/class.post-type-manager.php:185
|
1403 |
+
#, php-format
|
1404 |
+
msgid ""
|
1405 |
+
"Please save a <a href=\"%s\">permanent link configuration</a> After updating "
|
1406 |
+
"the setting."
|
1407 |
+
msgstr ""
|
1408 |
+
"設定を更新したら<a href=\"%s\">パーマリンク設定</a>を保存してください。"
|
1409 |
+
|
1410 |
#: ../plugins/sitemap_page/sitemap_admin.php:9
|
1411 |
msgid "HTML Sitemap Settings"
|
1412 |
msgstr "HTMLサイトマップ設定"
|
1429 |
msgid "HTML Sitemap"
|
1430 |
msgstr "HTMLサイトマップ"
|
1431 |
|
1432 |
+
#: ../plugins/sitemap_page/sitemap_page.php:234
|
1433 |
msgid "Display a HTML sitemap"
|
1434 |
msgstr "HTMLサイトマップの表示"
|
1435 |
|
1610 |
msgid "News from VK All in One Expansion Unit"
|
1611 |
msgstr "VK All in One Expansion Unit からのお知らせ"
|
1612 |
|
1613 |
+
#: ../plugins_admin/vk-admin/class.vk-admin.php:98
|
1614 |
msgid "Sorry, there is no post"
|
1615 |
msgstr "お知らせはありません。"
|
1616 |
|
1617 |
+
#, fuzzy
|
1618 |
+
#~ msgid "Custom Post Types Setting"
|
1619 |
+
#~ msgstr "3PR エリア1 設定"
|
1620 |
+
|
1621 |
+
#, fuzzy
|
1622 |
+
#~ msgid "Custom Post Setting"
|
1623 |
+
#~ msgstr "CTA設定"
|
1624 |
+
|
1625 |
#~ msgid "Normally, I will include the %1$s in the title tag."
|
1626 |
#~ msgstr "通常 %1$s が全ページのタイトルタグに入ります。"
|
1627 |
|
1831 |
#~ msgid "if checked you will display a sitemap"
|
1832 |
#~ msgstr "チェックを入れるとHTMLサイトマップを表示します。"
|
1833 |
|
|
|
|
|
|
|
|
|
1834 |
#~ msgid ""
|
1835 |
#~ "To choose your favorite icon, and enter the class. For example, the use "
|
1836 |
#~ "of 「fa-rocket」"
|
languages/vkexunit.mo
CHANGED
Binary file
|
languages/vkexunit.pot
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
msgid "Main setting"
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: admin_wrapper.php:
|
22 |
msgid "Activated Packages is noting. please activate some package."
|
23 |
msgstr ""
|
24 |
|
@@ -131,7 +131,7 @@ msgstr ""
|
|
131 |
|
132 |
#: packages.php:105 packages.php:123 packages.php:162 packages.php:180
|
133 |
#: packages.php:210 packages.php:228 packages.php:270 packages.php:306
|
134 |
-
#: packages.php:329
|
135 |
msgid "Setting"
|
136 |
msgstr ""
|
137 |
|
@@ -311,7 +311,7 @@ msgstr ""
|
|
311 |
msgid "Insert ads to content."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: packages.php:342 plugins/related_posts/related_posts.php:
|
315 |
msgid "Related posts"
|
316 |
msgstr ""
|
317 |
|
@@ -347,6 +347,14 @@ msgstr ""
|
|
347 |
msgid "Add TinyMCE Editor to style tags."
|
348 |
msgstr ""
|
349 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
350 |
#: vkExUnit_admin.php:3
|
351 |
msgid "Enable setting"
|
352 |
msgstr ""
|
@@ -368,10 +376,18 @@ msgid "Extension Setting"
|
|
368 |
msgstr ""
|
369 |
|
370 |
#: vkExUnit_admin.php:83
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
msgid "Plugin setting options"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: vkExUnit_admin.php:
|
375 |
msgid "Delete myOptions when deactivate me."
|
376 |
msgstr ""
|
377 |
|
@@ -390,98 +406,98 @@ msgstr ""
|
|
390 |
msgid "Read more"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: plugins/child_page_index.php:
|
394 |
msgid "Display a child page index"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: plugins/contact_section.php:
|
398 |
msgid "Contact Information"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: plugins/contact_section.php:
|
402 |
msgid "Please feel free to inquire."
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: plugins/contact_section.php:
|
406 |
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: plugins/contact_section.php:
|
410 |
msgid "Contact us"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: plugins/contact_section.php:
|
414 |
msgid "Message"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: plugins/contact_section.php:
|
418 |
-
#: plugins/contact_section.php:
|
419 |
-
#: plugins/contact_section.php:
|
420 |
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
|
421 |
msgid "ex) "
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: plugins/contact_section.php:
|
425 |
msgid "Phone number"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: plugins/contact_section.php:
|
429 |
msgid "Office hours"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: plugins/contact_section.php:
|
433 |
msgid "Weekdays except holidays"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: plugins/contact_section.php:
|
437 |
msgid "The contact page URL"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: plugins/contact_section.php:
|
441 |
msgid "or"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: plugins/contact_section.php:
|
445 |
msgid "* If you fill in the blank, contact button does not appear."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: plugins/contact_section.php:
|
449 |
msgid "Contact button Text"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: plugins/contact_section.php:
|
453 |
msgid "Contact Us from email."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: plugins/contact_section.php:
|
457 |
msgid "Contact button text( sub )"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: plugins/contact_section.php:
|
461 |
msgid "Email contact form"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: plugins/contact_section.php:
|
465 |
msgid "Contact button short text for side widget"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: plugins/contact_section.php:
|
469 |
msgid "This will used to \"Contact Button\" widget."
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: plugins/contact_section.php:
|
473 |
msgid "Display Contact Section"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: plugins/contact_section.php:
|
477 |
msgid "Edit contact information"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: plugins/contact_section.php:
|
481 |
msgid "Contact Button"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: plugins/contact_section.php:
|
485 |
#, php-format
|
486 |
msgid ""
|
487 |
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
@@ -624,7 +640,7 @@ msgstr ""
|
|
624 |
msgid "Setting of insert items"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: plugins/pageList_ancestor.php:
|
628 |
msgid "Display a page list from ancestor"
|
629 |
msgstr ""
|
630 |
|
@@ -683,92 +699,92 @@ msgid ""
|
|
683 |
"field of the following, its contents will be reflected."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
687 |
#: plugins/call_to_action/view.actionbox.php:39
|
688 |
msgid "Edit CTA"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
692 |
msgid "Add new CTA"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
696 |
msgid "New CTA"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
700 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
701 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
702 |
msgid "Call to Action setting"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
706 |
msgid "CTA Contents"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
710 |
msgid "Follow common setting"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
714 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
715 |
msgid "Disable display"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
719 |
msgid "CTA common setting"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
723 |
#: plugins/call_to_action/view.adminsetting.php:22
|
724 |
msgid "Show CTA index page"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
728 |
msgid "CTA image"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
732 |
msgid "Add image"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
736 |
msgid "Change image"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
740 |
msgid "Remove image"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
744 |
msgid "CTA image position"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
748 |
msgid "right"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
752 |
msgid "center"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
756 |
msgid "left"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
760 |
msgid "Button text"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
764 |
msgid "Button link url"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
768 |
msgid "Text message"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: plugins/call_to_action/class.call_to_action.php:
|
772 |
msgid "CTA setting"
|
773 |
msgstr ""
|
774 |
|
@@ -879,7 +895,7 @@ msgstr ""
|
|
879 |
#: plugins/other_widget/widget-3pr-area.php:48
|
880 |
#: plugins/other_widget/widget-3pr-area.php:98
|
881 |
#: plugins/other_widget/widget-3pr-area.php:149
|
882 |
-
#: plugins/other_widget/widget-new-posts.php:
|
883 |
#: plugins/other_widget/widget-pr-blocks.php:74
|
884 |
#: plugins/other_widget/widget-profile.php:40
|
885 |
#: plugins/sns/function_fbPagePlugin.php:79
|
@@ -948,8 +964,8 @@ msgid "Monthly archives"
|
|
948 |
msgstr ""
|
949 |
|
950 |
#: plugins/other_widget/widget-archives.php:63
|
|
|
951 |
#: plugins/other_widget/widget-new-posts.php:158
|
952 |
-
#: plugins/other_widget/widget-new-posts.php:159
|
953 |
msgid "Title"
|
954 |
msgstr ""
|
955 |
|
@@ -988,43 +1004,43 @@ msgstr ""
|
|
988 |
msgid "Displays a list of your most recent posts"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: plugins/other_widget/widget-new-posts.php:
|
992 |
msgid "Display Format"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: plugins/other_widget/widget-new-posts.php:
|
996 |
msgid "Thumbnail"
|
997 |
msgstr ""
|
998 |
|
|
|
999 |
#: plugins/other_widget/widget-new-posts.php:158
|
1000 |
-
#: plugins/other_widget/widget-new-posts.php:159
|
1001 |
msgid "Date"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1005 |
#: plugins/other_widget/widget-taxonomies.php:20
|
1006 |
#: plugins/other_widget/widget-taxonomies.php:49
|
1007 |
#: plugins/other_widget/widget-taxonomies.php:50
|
1008 |
msgid "Category"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1012 |
msgid "Display count"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1016 |
msgid "Slug for the custom type you want to display"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1020 |
msgid "taxonomy ID"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1024 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1028 |
msgid "if empty this area, I will do not filtering."
|
1029 |
msgstr ""
|
1030 |
|
@@ -1036,16 +1052,16 @@ msgstr ""
|
|
1036 |
msgid "Displays a page contents to widget."
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: plugins/other_widget/widget-page.php:
|
1040 |
#: plugins/other_widget/widget-taxonomies.php:62
|
1041 |
msgid "Display page"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: plugins/other_widget/widget-page.php:
|
1045 |
msgid "display title"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: plugins/other_widget/widget-page.php:
|
1049 |
msgid "Edit"
|
1050 |
msgstr ""
|
1051 |
|
@@ -1186,6 +1202,14 @@ msgstr ""
|
|
1186 |
msgid "linkedin URL:"
|
1187 |
msgstr ""
|
1188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1189 |
#: plugins/other_widget/widget-taxonomies.php:9
|
1190 |
msgid "Categories/Custom taxonomies list"
|
1191 |
msgstr ""
|
@@ -1218,6 +1242,79 @@ msgstr ""
|
|
1218 |
msgid "Heading title"
|
1219 |
msgstr ""
|
1220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1221 |
#: plugins/sitemap_page/sitemap_admin.php:9
|
1222 |
msgid "HTML Sitemap Settings"
|
1223 |
msgstr ""
|
@@ -1240,7 +1337,7 @@ msgstr ""
|
|
1240 |
msgid "HTML Sitemap"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: plugins/sitemap_page/sitemap_page.php:
|
1244 |
msgid "Display a HTML sitemap"
|
1245 |
msgstr ""
|
1246 |
|
@@ -1407,6 +1504,6 @@ msgstr ""
|
|
1407 |
msgid "News from VK All in One Expansion Unit"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#: plugins_admin/
|
1411 |
msgid "Sorry, there is no post"
|
1412 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2016-09-15 02:21+0900\n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
|
18 |
msgid "Main setting"
|
19 |
msgstr ""
|
20 |
|
21 |
+
#: admin_wrapper.php:39
|
22 |
msgid "Activated Packages is noting. please activate some package."
|
23 |
msgstr ""
|
24 |
|
131 |
|
132 |
#: packages.php:105 packages.php:123 packages.php:162 packages.php:180
|
133 |
#: packages.php:210 packages.php:228 packages.php:270 packages.php:306
|
134 |
+
#: packages.php:329 packages.php:401
|
135 |
msgid "Setting"
|
136 |
msgstr ""
|
137 |
|
311 |
msgid "Insert ads to content."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: packages.php:342 plugins/related_posts/related_posts.php:67
|
315 |
msgid "Related posts"
|
316 |
msgstr ""
|
317 |
|
347 |
msgid "Add TinyMCE Editor to style tags."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: packages.php:397
|
351 |
+
msgid "Post Type Manager"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: packages.php:398
|
355 |
+
msgid "Add custom post types and custom taxonomies."
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
#: vkExUnit_admin.php:3
|
359 |
msgid "Enable setting"
|
360 |
msgstr ""
|
376 |
msgstr ""
|
377 |
|
378 |
#: vkExUnit_admin.php:83
|
379 |
+
msgid "extention contents"
|
380 |
+
msgstr ""
|
381 |
+
|
382 |
+
#: vkExUnit_admin.php:84
|
383 |
+
msgid "set extension contents to loop_end hook"
|
384 |
+
msgstr ""
|
385 |
+
|
386 |
+
#: vkExUnit_admin.php:87
|
387 |
msgid "Plugin setting options"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: vkExUnit_admin.php:89
|
391 |
msgid "Delete myOptions when deactivate me."
|
392 |
msgstr ""
|
393 |
|
406 |
msgid "Read more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: plugins/child_page_index.php:90
|
410 |
msgid "Display a child page index"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: plugins/contact_section.php:54 plugins/contact_section.php:80
|
414 |
msgid "Contact Information"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: plugins/contact_section.php:64 plugins/contact_section.php:87
|
418 |
msgid "Please feel free to inquire."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: plugins/contact_section.php:66
|
422 |
msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: plugins/contact_section.php:70
|
426 |
msgid "Contact us"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: plugins/contact_section.php:84
|
430 |
msgid "Message"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: plugins/contact_section.php:87 plugins/contact_section.php:94
|
434 |
+
#: plugins/contact_section.php:101 plugins/contact_section.php:109
|
435 |
+
#: plugins/contact_section.php:117 plugins/contact_section.php:125
|
436 |
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
|
437 |
msgid "ex) "
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: plugins/contact_section.php:91
|
441 |
msgid "Phone number"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: plugins/contact_section.php:98 plugins/contact_section.php:101
|
445 |
msgid "Office hours"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: plugins/contact_section.php:101
|
449 |
msgid "Weekdays except holidays"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: plugins/contact_section.php:106
|
453 |
msgid "The contact page URL"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: plugins/contact_section.php:109
|
457 |
msgid "or"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: plugins/contact_section.php:110
|
461 |
msgid "* If you fill in the blank, contact button does not appear."
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: plugins/contact_section.php:114
|
465 |
msgid "Contact button Text"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: plugins/contact_section.php:117
|
469 |
msgid "Contact Us from email."
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: plugins/contact_section.php:122
|
473 |
msgid "Contact button text( sub )"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: plugins/contact_section.php:126
|
477 |
msgid "Email contact form"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: plugins/contact_section.php:131
|
481 |
msgid "Contact button short text for side widget"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: plugins/contact_section.php:135
|
485 |
msgid "This will used to \"Contact Button\" widget."
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: plugins/contact_section.php:156
|
489 |
msgid "Display Contact Section"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: plugins/contact_section.php:234 plugins/contact_section.php:261
|
493 |
msgid "Edit contact information"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: plugins/contact_section.php:280
|
497 |
msgid "Contact Button"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: plugins/contact_section.php:286 plugins/contact_section.php:308
|
501 |
#, php-format
|
502 |
msgid ""
|
503 |
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
640 |
msgid "Setting of insert items"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: plugins/pageList_ancestor.php:77
|
644 |
msgid "Display a page list from ancestor"
|
645 |
msgstr ""
|
646 |
|
699 |
"field of the following, its contents will be reflected."
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: plugins/call_to_action/class.call_to_action.php:56
|
703 |
#: plugins/call_to_action/view.actionbox.php:39
|
704 |
msgid "Edit CTA"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: plugins/call_to_action/class.call_to_action.php:57
|
708 |
msgid "Add new CTA"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: plugins/call_to_action/class.call_to_action.php:58
|
712 |
msgid "New CTA"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: plugins/call_to_action/class.call_to_action.php:84
|
716 |
+
#: plugins/call_to_action/class.call_to_action.php:86
|
717 |
+
#: plugins/call_to_action/class.call_to_action.php:87
|
718 |
msgid "Call to Action setting"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: plugins/call_to_action/class.call_to_action.php:89
|
722 |
msgid "CTA Contents"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: plugins/call_to_action/class.call_to_action.php:97
|
726 |
msgid "Follow common setting"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: plugins/call_to_action/class.call_to_action.php:98
|
730 |
+
#: plugins/call_to_action/class.call_to_action.php:407
|
731 |
msgid "Disable display"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: plugins/call_to_action/class.call_to_action.php:109
|
735 |
msgid "CTA common setting"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: plugins/call_to_action/class.call_to_action.php:110
|
739 |
#: plugins/call_to_action/view.adminsetting.php:22
|
740 |
msgid "Show CTA index page"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: plugins/call_to_action/class.call_to_action.php:175
|
744 |
msgid "CTA image"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: plugins/call_to_action/class.call_to_action.php:181
|
748 |
msgid "Add image"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: plugins/call_to_action/class.call_to_action.php:182
|
752 |
msgid "Change image"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: plugins/call_to_action/class.call_to_action.php:183
|
756 |
msgid "Remove image"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: plugins/call_to_action/class.call_to_action.php:188
|
760 |
msgid "CTA image position"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: plugins/call_to_action/class.call_to_action.php:191
|
764 |
msgid "right"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: plugins/call_to_action/class.call_to_action.php:192
|
768 |
msgid "center"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: plugins/call_to_action/class.call_to_action.php:193
|
772 |
msgid "left"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: plugins/call_to_action/class.call_to_action.php:197
|
776 |
msgid "Button text"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: plugins/call_to_action/class.call_to_action.php:200
|
780 |
msgid "Button link url"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: plugins/call_to_action/class.call_to_action.php:203
|
784 |
msgid "Text message"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: plugins/call_to_action/class.call_to_action.php:209
|
788 |
msgid "CTA setting"
|
789 |
msgstr ""
|
790 |
|
895 |
#: plugins/other_widget/widget-3pr-area.php:48
|
896 |
#: plugins/other_widget/widget-3pr-area.php:98
|
897 |
#: plugins/other_widget/widget-3pr-area.php:149
|
898 |
+
#: plugins/other_widget/widget-new-posts.php:162
|
899 |
#: plugins/other_widget/widget-pr-blocks.php:74
|
900 |
#: plugins/other_widget/widget-profile.php:40
|
901 |
#: plugins/sns/function_fbPagePlugin.php:79
|
964 |
msgstr ""
|
965 |
|
966 |
#: plugins/other_widget/widget-archives.php:63
|
967 |
+
#: plugins/other_widget/widget-new-posts.php:157
|
968 |
#: plugins/other_widget/widget-new-posts.php:158
|
|
|
969 |
msgid "Title"
|
970 |
msgstr ""
|
971 |
|
1004 |
msgid "Displays a list of your most recent posts"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: plugins/other_widget/widget-new-posts.php:156
|
1008 |
msgid "Display Format"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: plugins/other_widget/widget-new-posts.php:157
|
1012 |
msgid "Thumbnail"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: plugins/other_widget/widget-new-posts.php:157
|
1016 |
#: plugins/other_widget/widget-new-posts.php:158
|
|
|
1017 |
msgid "Date"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: plugins/other_widget/widget-new-posts.php:158
|
1021 |
#: plugins/other_widget/widget-taxonomies.php:20
|
1022 |
#: plugins/other_widget/widget-taxonomies.php:49
|
1023 |
#: plugins/other_widget/widget-taxonomies.php:50
|
1024 |
msgid "Category"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: plugins/other_widget/widget-new-posts.php:167
|
1028 |
msgid "Display count"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: plugins/other_widget/widget-new-posts.php:172
|
1032 |
msgid "Slug for the custom type you want to display"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: plugins/other_widget/widget-new-posts.php:177
|
1036 |
msgid "taxonomy ID"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: plugins/other_widget/widget-new-posts.php:179
|
1040 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: plugins/other_widget/widget-new-posts.php:181 plugins/sns/sns_admin.php:66
|
1044 |
msgid "if empty this area, I will do not filtering."
|
1045 |
msgstr ""
|
1046 |
|
1052 |
msgid "Displays a page contents to widget."
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: plugins/other_widget/widget-page.php:36
|
1056 |
#: plugins/other_widget/widget-taxonomies.php:62
|
1057 |
msgid "Display page"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: plugins/other_widget/widget-page.php:44
|
1061 |
msgid "display title"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: plugins/other_widget/widget-page.php:66
|
1065 |
msgid "Edit"
|
1066 |
msgstr ""
|
1067 |
|
1202 |
msgid "linkedin URL:"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: plugins/other_widget/widget-side-child-page-list.php:12
|
1206 |
+
msgid "child pages list"
|
1207 |
+
msgstr ""
|
1208 |
+
|
1209 |
+
#: plugins/other_widget/widget-side-child-page-list.php:17
|
1210 |
+
msgid "Displays list of child page for the current page."
|
1211 |
+
msgstr ""
|
1212 |
+
|
1213 |
#: plugins/other_widget/widget-taxonomies.php:9
|
1214 |
msgid "Categories/Custom taxonomies list"
|
1215 |
msgstr ""
|
1242 |
msgid "Heading title"
|
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
|
1247 |
+
#: plugins/post-type-manager/class.post-type-manager.php:64
|
1248 |
+
msgid "Custom Post Type Setting"
|
1249 |
+
msgstr ""
|
1250 |
+
|
1251 |
+
#: plugins/post-type-manager/class.post-type-manager.php:74
|
1252 |
+
msgid "Post Type ID(Required)"
|
1253 |
+
msgstr ""
|
1254 |
+
|
1255 |
+
#: plugins/post-type-manager/class.post-type-manager.php:75
|
1256 |
+
msgid "20 characters or less in alphanumeric"
|
1257 |
+
msgstr ""
|
1258 |
+
|
1259 |
+
#: plugins/post-type-manager/class.post-type-manager.php:80
|
1260 |
+
msgid "title"
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: plugins/post-type-manager/class.post-type-manager.php:81
|
1264 |
+
msgid "editor"
|
1265 |
+
msgstr ""
|
1266 |
+
|
1267 |
+
#: plugins/post-type-manager/class.post-type-manager.php:82
|
1268 |
+
msgid "author"
|
1269 |
+
msgstr ""
|
1270 |
+
|
1271 |
+
#: plugins/post-type-manager/class.post-type-manager.php:83
|
1272 |
+
msgid "thumbnail"
|
1273 |
+
msgstr ""
|
1274 |
+
|
1275 |
+
#: plugins/post-type-manager/class.post-type-manager.php:84
|
1276 |
+
msgid "excerpt"
|
1277 |
+
msgstr ""
|
1278 |
+
|
1279 |
+
#: plugins/post-type-manager/class.post-type-manager.php:85
|
1280 |
+
msgid "comments"
|
1281 |
+
msgstr ""
|
1282 |
+
|
1283 |
+
#: plugins/post-type-manager/class.post-type-manager.php:86
|
1284 |
+
msgid "revisions"
|
1285 |
+
msgstr ""
|
1286 |
+
|
1287 |
+
#: plugins/post-type-manager/class.post-type-manager.php:90
|
1288 |
+
msgid "Supports(Required)"
|
1289 |
+
msgstr ""
|
1290 |
+
|
1291 |
+
#: plugins/post-type-manager/class.post-type-manager.php:102
|
1292 |
+
msgid "Menu position(optional)"
|
1293 |
+
msgstr ""
|
1294 |
+
|
1295 |
+
#: plugins/post-type-manager/class.post-type-manager.php:103
|
1296 |
+
msgid "Please enter a number."
|
1297 |
+
msgstr ""
|
1298 |
+
|
1299 |
+
#: plugins/post-type-manager/class.post-type-manager.php:109
|
1300 |
+
msgid "Custom taxonomies(optional)"
|
1301 |
+
msgstr ""
|
1302 |
+
|
1303 |
+
#: plugins/post-type-manager/class.post-type-manager.php:114
|
1304 |
+
msgid "Custon taxonomy name(slug)"
|
1305 |
+
msgstr ""
|
1306 |
+
|
1307 |
+
#: plugins/post-type-manager/class.post-type-manager.php:115
|
1308 |
+
msgid "Custon taxonomy label"
|
1309 |
+
msgstr ""
|
1310 |
+
|
1311 |
+
#: plugins/post-type-manager/class.post-type-manager.php:185
|
1312 |
+
#, php-format
|
1313 |
+
msgid ""
|
1314 |
+
"Please save a <a href=\"%s\">permanent link configuration</a> After updating "
|
1315 |
+
"the setting."
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
#: plugins/sitemap_page/sitemap_admin.php:9
|
1319 |
msgid "HTML Sitemap Settings"
|
1320 |
msgstr ""
|
1337 |
msgid "HTML Sitemap"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: plugins/sitemap_page/sitemap_page.php:234
|
1341 |
msgid "Display a HTML sitemap"
|
1342 |
msgstr ""
|
1343 |
|
1504 |
msgid "News from VK All in One Expansion Unit"
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: plugins_admin/vk-admin/class.vk-admin.php:98
|
1508 |
msgid "Sorry, there is no post"
|
1509 |
msgstr ""
|
packages.php
CHANGED
@@ -389,6 +389,24 @@ $required_packages[] = array(
|
|
389 |
'include' => 'tiny_mce_style_tags.php',
|
390 |
);
|
391 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
foreach ( $required_packages as $package ) {
|
393 |
vkExUnit_package_register( $package );
|
394 |
}
|
389 |
'include' => 'tiny_mce_style_tags.php',
|
390 |
);
|
391 |
|
392 |
+
/*-------------------------------------------*/
|
393 |
+
/* post_type_manager
|
394 |
+
/*-------------------------------------------*/
|
395 |
+
$required_packages[] = array(
|
396 |
+
'name' => 'post_type_manager',
|
397 |
+
'title' => __( 'Post Type Manager', 'vkExUnit' ),
|
398 |
+
'description' => __( 'Add custom post types and custom taxonomies.', 'vkExUnit' ),
|
399 |
+
'attr' => array(
|
400 |
+
array(
|
401 |
+
'name' => __( 'Setting','vkExUnit' ),
|
402 |
+
'url' => admin_url().'edit.php?post_type=post_type_manage',
|
403 |
+
'enable_only' => 1,
|
404 |
+
),
|
405 |
+
),
|
406 |
+
'default' => false,
|
407 |
+
'include' => 'post-type-manager-config.php'
|
408 |
+
);
|
409 |
+
|
410 |
foreach ( $required_packages as $package ) {
|
411 |
vkExUnit_package_register( $package );
|
412 |
}
|
plugins/post-type-manager-config.php
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*-------------------------------------------*/
|
3 |
+
/* Load modules
|
4 |
+
/*-------------------------------------------*/
|
5 |
+
if ( ! class_exists( 'Vk_post_type_manager' ) )
|
6 |
+
{
|
7 |
+
require_once( 'post-type-manager/class.post-type-manager.php' );
|
8 |
+
|
9 |
+
// /* transrate
|
10 |
+
// /*-------------------------------------------*/
|
11 |
+
// function XXXX_post_type_manager_translate(){
|
12 |
+
// __( 'Color', 'XXXX_plugin_text_domain_XXXX' );
|
13 |
+
// }
|
14 |
+
|
15 |
+
global $vk_post_type_manager_textdomain;
|
16 |
+
$vk_post_type_manager_textdomain = 'vkExUnit';
|
17 |
+
|
18 |
+
}
|
plugins/post-type-manager/class.post-type-manager.php
ADDED
@@ -0,0 +1,292 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/*
|
4 |
+
このファイルの元ファイルは
|
5 |
+
https://github.com/vektor-inc/vektor-wp-libraries
|
6 |
+
にあります。修正の際は上記リポジトリのデータを修正してください。
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! class_exists( 'Vk_post_type_manager' ) ) {
|
10 |
+
|
11 |
+
class Vk_post_type_manager {
|
12 |
+
|
13 |
+
/*-------------------------------------------*/
|
14 |
+
/* カスタム投稿タイプ制御用投稿タイプを追加
|
15 |
+
/*-------------------------------------------*/
|
16 |
+
function add_post_type_post_type_manage() {
|
17 |
+
global $vk_post_type_manager_textdomain;
|
18 |
+
register_post_type( 'post_type_manage', // カスタム投稿タイプのスラッグ
|
19 |
+
array(
|
20 |
+
'labels' => array(
|
21 |
+
'name' => __( 'Custom Post Type Setting', $vk_post_type_manager_textdomain ),
|
22 |
+
'singular_name' => __( 'Custom Post Type Setting', $vk_post_type_manager_textdomain ),
|
23 |
+
),
|
24 |
+
'public' => false,
|
25 |
+
'show_ui' => true,
|
26 |
+
'show_in_menu' => true,
|
27 |
+
'menu_position' => 100,
|
28 |
+
'capability_type' => array('post_type_manage','post_type_manages'),
|
29 |
+
'map_meta_cap' => true,
|
30 |
+
'has_archive' => false,
|
31 |
+
'menu_icon' => 'dashicons-admin-generic',
|
32 |
+
'supports' => array('title')
|
33 |
+
)
|
34 |
+
);
|
35 |
+
}
|
36 |
+
|
37 |
+
/*-------------------------------------------*/
|
38 |
+
/* post_type_manage の編集権限を追加
|
39 |
+
/*-------------------------------------------*/
|
40 |
+
function add_cap_post_type_manage() {
|
41 |
+
$role = get_role('administrator');
|
42 |
+
$post_type_name = 'post_type_manage';
|
43 |
+
$role->add_cap( 'add_'.$post_type_name );
|
44 |
+
$role->add_cap( 'add_'.$post_type_name.'s' );
|
45 |
+
$role->add_cap( 'edit_'.$post_type_name );
|
46 |
+
$role->add_cap( 'edit_'.$post_type_name.'s' );
|
47 |
+
$role->add_cap( 'edit_published_'.$post_type_name.'s' );
|
48 |
+
$role->add_cap( 'edit_others_'.$post_type_name.'s' );
|
49 |
+
$role->add_cap( 'delete_'.$post_type_name );
|
50 |
+
$role->add_cap( 'delete_'.$post_type_name.'s' );
|
51 |
+
$role->add_cap( 'delete_private_'.$post_type_name.'s' );
|
52 |
+
$role->add_cap( 'delete_others_'.$post_type_name.'s' );
|
53 |
+
$role->add_cap( 'delete_published_'.$post_type_name.'s' );
|
54 |
+
$role->add_cap( 'publish_'.$post_type_name.'s' );
|
55 |
+
$role->add_cap( 'publish_others_'.$post_type_name.'s' );
|
56 |
+
}
|
57 |
+
|
58 |
+
/*-------------------------------------------*/
|
59 |
+
/* meta box を作成
|
60 |
+
/*-------------------------------------------*/
|
61 |
+
// add meta_box
|
62 |
+
function add_meta_box() {
|
63 |
+
global $vk_post_type_manager_textdomain;
|
64 |
+
add_meta_box( 'meta_box_post_type_manage', __('Custom Post Type Setting',$vk_post_type_manager_textdomain), array( $this, 'add_meta_box_action' ), 'post_type_manage','normal','high' );
|
65 |
+
}
|
66 |
+
function add_meta_box_action(){
|
67 |
+
global $vk_post_type_manager_textdomain;
|
68 |
+
global $post;
|
69 |
+
|
70 |
+
//CSRF対策の設定(フォームにhiddenフィールドとして追加するためのnonceを「'noncename__post_type_manager」として設定)
|
71 |
+
wp_nonce_field( wp_create_nonce(__FILE__), 'noncename__post_type_manager' );
|
72 |
+
|
73 |
+
// Post Type ID
|
74 |
+
echo '<h4>'.__('Post Type ID(Required)', $vk_post_type_manager_textdomain).'</h4>';
|
75 |
+
echo '<p>'.__( '20 characters or less in alphanumeric',$vk_post_type_manager_textdomain).'</p>';
|
76 |
+
echo '<input class="form-control" type="text" id="veu_post_type_id" name="veu_post_type_id" value="'.esc_attr($post->veu_post_type_id).'" size="30">';
|
77 |
+
echo '<hr>';
|
78 |
+
|
79 |
+
$post_type_items_array = array(
|
80 |
+
'title' => __( 'title', $vk_post_type_manager_textdomain ),
|
81 |
+
'editor' => __( 'editor', $vk_post_type_manager_textdomain ),
|
82 |
+
'author' => __( 'author', $vk_post_type_manager_textdomain ),
|
83 |
+
'thumbnail' => __( 'thumbnail', $vk_post_type_manager_textdomain ),
|
84 |
+
'excerpt' => __( 'excerpt', $vk_post_type_manager_textdomain ),
|
85 |
+
'comments' => __( 'comments', $vk_post_type_manager_textdomain ),
|
86 |
+
'revisions' => __( 'revisions', $vk_post_type_manager_textdomain ),
|
87 |
+
);
|
88 |
+
|
89 |
+
// Post Type ID
|
90 |
+
echo '<h4>'.__('Supports(Required)', $vk_post_type_manager_textdomain ).'</h4>';
|
91 |
+
$post_type_items_value = get_post_meta( $post->ID,'veu_post_type_items',true );
|
92 |
+
echo '<ul>';
|
93 |
+
foreach ($post_type_items_array as $key => $label) {
|
94 |
+
$checked = ( isset( $post_type_items_value[$key] ) && $post_type_items_value[$key] ) ? ' checked':'';
|
95 |
+
echo '<li><label>'.'<input type="checkbox" id="veu_post_type_items['.$key.']" name="veu_post_type_items['.$key.']" value="true"'.$checked.'> '.$label.'</label></li>';
|
96 |
+
}
|
97 |
+
echo '</ul>';
|
98 |
+
|
99 |
+
echo '<hr>';
|
100 |
+
|
101 |
+
// Menu position
|
102 |
+
echo '<h4>'.__('Menu position(optional)', $vk_post_type_manager_textdomain ).'</h4>';
|
103 |
+
echo '<p>'.__('Please enter a number.', $vk_post_type_manager_textdomain ).'</p>';
|
104 |
+
echo '<input class="form-control" type="text" id="veu_menu_position" name="veu_menu_position" value="'.esc_attr($post->veu_menu_position).'" size="30">';
|
105 |
+
|
106 |
+
echo '<hr>';
|
107 |
+
|
108 |
+
// Custom taxonomies
|
109 |
+
echo '<h4>'.__('Custom taxonomies(optional)', $vk_post_type_manager_textdomain).'</h4>';
|
110 |
+
$taxonomies = array( 'taxonomy_id', 'taxonomy_lavel');
|
111 |
+
echo '<table>';
|
112 |
+
echo '<tr>';
|
113 |
+
echo '<th></th>';
|
114 |
+
echo '<th>'.__('Custon taxonomy name(slug)', $vk_post_type_manager_textdomain ).'</th>';
|
115 |
+
echo '<th>'.__('Custon taxonomy label', $vk_post_type_manager_textdomain ).'</th>';
|
116 |
+
echo '</tr>';
|
117 |
+
// foreach ($variable as $key => $value) {
|
118 |
+
// # code...
|
119 |
+
// }
|
120 |
+
$taxonomy = get_post_meta( $post->ID, 'veu_taxonomy', true );
|
121 |
+
for ($i=1; $i <= 3; $i++) {
|
122 |
+
echo '<tr>';
|
123 |
+
$slug = ( isset( $taxonomy[$i]['slug'] ) ) ? $taxonomy[$i]['slug'] : '';
|
124 |
+
$label = ( isset( $taxonomy[$i]['label'] ) ) ? $taxonomy[$i]['label'] : '';
|
125 |
+
echo '<td>'.$i.'</td>';
|
126 |
+
echo '<td><input type="text" id="veu_taxonomy['.$i.'][slug]" name="veu_taxonomy['.$i.'][slug]" value="'.esc_attr($slug).'" size="30"></td>';
|
127 |
+
echo '<td><input type="text" id="veu_taxonomy['.$i.'][label]" name="veu_taxonomy['.$i.'][label]" value="'.esc_attr($label).'" size="30"></td>';
|
128 |
+
|
129 |
+
echo '</tr>';
|
130 |
+
}
|
131 |
+
echo '</table>';
|
132 |
+
|
133 |
+
|
134 |
+
echo '<hr>';
|
135 |
+
|
136 |
+
$taxonomy = array(
|
137 |
+
array ( 'category' => 'カテゴリー' ),
|
138 |
+
);
|
139 |
+
|
140 |
+
}
|
141 |
+
|
142 |
+
/*-------------------------------------------*/
|
143 |
+
/* 入力された値の保存
|
144 |
+
/*-------------------------------------------*/
|
145 |
+
|
146 |
+
function save_cf_value($post_id){
|
147 |
+
global $post;
|
148 |
+
|
149 |
+
//設定したnonce を取得(CSRF対策)
|
150 |
+
$noncename__post_type_manager = isset($_POST['noncename__post_type_manager']) ? $_POST['noncename__post_type_manager'] : null;
|
151 |
+
|
152 |
+
//nonce を確認し、値が書き換えられていれば、何もしない(CSRF対策)
|
153 |
+
if(!wp_verify_nonce($noncename__post_type_manager, wp_create_nonce(__FILE__))) {
|
154 |
+
return $post_id;
|
155 |
+
}
|
156 |
+
|
157 |
+
//自動保存ルーチンかどうかチェック。そうだった場合は何もしない(記事の自動保存処理として呼び出された場合の対策)
|
158 |
+
if(defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) { return $post_id; }
|
159 |
+
|
160 |
+
$fields = array( 'veu_post_type_id','veu_post_type_items','veu_menu_position','veu_taxonomy' );
|
161 |
+
|
162 |
+
foreach ($fields as $key => $field) {
|
163 |
+
$field_value = ( isset( $_POST[$field] ) ) ? $_POST[$field] : '';
|
164 |
+
// データが空だったら入れる
|
165 |
+
if( get_post_meta($post_id, $field ) == ""){
|
166 |
+
add_post_meta($post_id, $field , $field_value, true);
|
167 |
+
// 今入ってる値と違ってたらアップデートする
|
168 |
+
} elseif( $field_value != get_post_meta( $post_id, $field , true)){
|
169 |
+
update_post_meta($post_id, $field , $field_value);
|
170 |
+
// 入力がなかったら消す
|
171 |
+
} elseif( $field_value == "" ){
|
172 |
+
delete_post_meta($post_id, $field , get_post_meta( $post_id, $field , true ));
|
173 |
+
}
|
174 |
+
}
|
175 |
+
|
176 |
+
}
|
177 |
+
|
178 |
+
function add_post_notice(){
|
179 |
+
global $pagenow;
|
180 |
+
global $vk_post_type_manager_textdomain;
|
181 |
+
if ( $pagenow == 'post.php' && get_post_type() == 'post_type_manage' && $_GET['action'] == 'edit' ) {
|
182 |
+
$html = '<div class="notice-warning notice is-dismissible">';
|
183 |
+
$link = admin_url().'options-permalink.php';
|
184 |
+
// $html .= '<p>'.sprintf( __('設定を更新したら<a href="%s">パーマリンク設定</a>を保存してください。', $vk_post_type_manager_textdomain ),$link ).'</p>';
|
185 |
+
$html .= '<p>'.sprintf( __('Please save a <a href="%s">permanent link configuration</a> After updating the setting.', $vk_post_type_manager_textdomain ),$link ).'</p>';
|
186 |
+
$html .= ' <button type="button" class="notice-dismiss">';
|
187 |
+
$html .= ' <span class="screen-reader-text">この通知を非表示にする</span>';
|
188 |
+
$html .= ' </button>';
|
189 |
+
$html .= '</div>';
|
190 |
+
|
191 |
+
echo $html;
|
192 |
+
}
|
193 |
+
}
|
194 |
+
|
195 |
+
|
196 |
+
/*-------------------------------------------*/
|
197 |
+
/* 作成したカスタム投稿タイプを追加
|
198 |
+
/*-------------------------------------------*/
|
199 |
+
|
200 |
+
function add_post_type() {
|
201 |
+
$args = array(
|
202 |
+
'posts_per_page' => -1,
|
203 |
+
'post_type' => 'post_type_manage',
|
204 |
+
'post_status' => 'publish',
|
205 |
+
'order' => 'ASC',
|
206 |
+
'orderby' => 'menu_order',
|
207 |
+
'suppress_filters' => true
|
208 |
+
);
|
209 |
+
$custom_post_types = get_posts($args);
|
210 |
+
if ( $custom_post_types ) {
|
211 |
+
foreach ($custom_post_types as $key => $post) {
|
212 |
+
|
213 |
+
/* 投稿タイプ追加
|
214 |
+
/*-------------------------------------------*/
|
215 |
+
$labels = array(
|
216 |
+
'name' => esc_html($post->post_title),
|
217 |
+
'singular_name' => esc_html($post->post_title),
|
218 |
+
'menu_name' => esc_html($post->post_title),
|
219 |
+
);
|
220 |
+
|
221 |
+
$post_type_items = get_post_meta( $post->ID, 'veu_post_type_items', true );
|
222 |
+
if ( !$post_type_items ) $post_type_items = array('title');
|
223 |
+
foreach ($post_type_items as $key => $value) {
|
224 |
+
$supports[] = $key;
|
225 |
+
}
|
226 |
+
// print '<pre style="text-align:left">';print_r($post_type_items);print '</pre>';
|
227 |
+
$menu_position = intval( mb_convert_kana ( get_post_meta( $post->ID, 'veu_menu_position', true ), 'n' ) );
|
228 |
+
if ( !$menu_position ) $menu_position = 5;
|
229 |
+
$args = array(
|
230 |
+
'labels' => $labels,
|
231 |
+
'public' => true,
|
232 |
+
'has_archive' => true,
|
233 |
+
'menu_position' => $menu_position,
|
234 |
+
'supports' => $supports
|
235 |
+
);
|
236 |
+
|
237 |
+
$post_type_id = esc_html( get_post_meta( $post->ID, 'veu_post_type_id', true ) );
|
238 |
+
if ( $post_type_id ) {
|
239 |
+
register_post_type( $post_type_id, $args );
|
240 |
+
|
241 |
+
/* カスタム分類を追加
|
242 |
+
/*-------------------------------------------*/
|
243 |
+
$veu_taxonomies = get_post_meta( $post->ID, 'veu_taxonomy', true );
|
244 |
+
|
245 |
+
foreach ($veu_taxonomies as $key => $taxonomy) {
|
246 |
+
// print '<pre style="text-align:left">';print_r($taxonomy);print '</pre>';
|
247 |
+
if ( $taxonomy['slug'] && $taxonomy['label']){
|
248 |
+
register_taxonomy(
|
249 |
+
$taxonomy['slug'],
|
250 |
+
$post_type_id,
|
251 |
+
array(
|
252 |
+
'hierarchical' => true,
|
253 |
+
'update_count_callback' => '_update_post_term_count',
|
254 |
+
'label' => $taxonomy['label'],
|
255 |
+
'singular_label' => $taxonomy['label'],
|
256 |
+
'public' => true,
|
257 |
+
'show_ui' => true,
|
258 |
+
)
|
259 |
+
);
|
260 |
+
}
|
261 |
+
|
262 |
+
}
|
263 |
+
|
264 |
+
} // if ( $post_type_id ) {
|
265 |
+
|
266 |
+
|
267 |
+
|
268 |
+
} // foreach ($custom_post_types as $key => $post) {
|
269 |
+
|
270 |
+
} // if ( $custom_post_types ) {
|
271 |
+
|
272 |
+
}
|
273 |
+
|
274 |
+
/*-------------------------------------------*/
|
275 |
+
/* 実行
|
276 |
+
/*-------------------------------------------*/
|
277 |
+
public function __construct(){
|
278 |
+
add_action( 'init', array( $this, 'add_post_type_post_type_manage' ) );
|
279 |
+
add_action( 'admin_init', array( $this, 'add_cap_post_type_manage' ) );
|
280 |
+
add_action( 'save_post', array( $this, 'save_cf_value') );
|
281 |
+
add_action( 'admin_menu', array( $this, 'add_meta_box' ) );
|
282 |
+
add_action( 'init', array( $this, 'add_post_type' ) ,0);
|
283 |
+
// add_action( 'save_post', array( $this, 'add_post_notice' ) );
|
284 |
+
add_action( 'admin_notices', array( $this, 'add_post_notice' ) );
|
285 |
+
}
|
286 |
+
|
287 |
+
} // class Vk_post_type_manager
|
288 |
+
|
289 |
+
$Vk_post_type_manager = new Vk_post_type_manager();
|
290 |
+
|
291 |
+
}
|
292 |
+
|
plugins/tiny_mce_style_tags.php
CHANGED
@@ -4,6 +4,12 @@
|
|
4 |
/*-------------------------------------------*/
|
5 |
function vkExUnit_mce_before_init_insert_formats( $init_array ) {
|
6 |
$style_formats = array(
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
array(
|
8 |
'title' => 'a.btn.btn-primary',
|
9 |
'block' => 'a',
|
@@ -11,15 +17,21 @@ function vkExUnit_mce_before_init_insert_formats( $init_array ) {
|
|
11 |
'wrapper' => true,
|
12 |
),
|
13 |
array(
|
14 |
-
'title' => 'a.btn-primary.btn-
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
'block' => 'a',
|
16 |
-
'classes' => 'btn btn-primary btn-block',
|
17 |
'wrapper' => true,
|
18 |
),
|
19 |
array(
|
20 |
-
'title' => 'a.btn-primary.btn-block.btn-
|
21 |
'block' => 'a',
|
22 |
-
'classes' => 'btn btn-primary btn-block btn-
|
23 |
'wrapper' => true,
|
24 |
),
|
25 |
array(
|
4 |
/*-------------------------------------------*/
|
5 |
function vkExUnit_mce_before_init_insert_formats( $init_array ) {
|
6 |
$style_formats = array(
|
7 |
+
array(
|
8 |
+
'title' => 'a.btn-blank',
|
9 |
+
'block' => 'a',
|
10 |
+
'classes' => 'btn btn-primary btn-lg',
|
11 |
+
'wrapper' => true,
|
12 |
+
),
|
13 |
array(
|
14 |
'title' => 'a.btn.btn-primary',
|
15 |
'block' => 'a',
|
17 |
'wrapper' => true,
|
18 |
),
|
19 |
array(
|
20 |
+
'title' => 'a.btn-primary.btn-lg',
|
21 |
+
'block' => 'a',
|
22 |
+
'classes' => 'btn btn-primary btn-lg',
|
23 |
+
'wrapper' => true,
|
24 |
+
),
|
25 |
+
array(
|
26 |
+
'title' => 'a.btn-primary.btn-lg.btn-block',
|
27 |
'block' => 'a',
|
28 |
+
'classes' => 'btn btn-primary btn-lg btn-block',
|
29 |
'wrapper' => true,
|
30 |
),
|
31 |
array(
|
32 |
+
'title' => 'a.btn-primary.btn-lg.btn-block.btn-blank',
|
33 |
'block' => 'a',
|
34 |
+
'classes' => 'btn btn-primary btn-lg btn-block btn-blank',
|
35 |
'wrapper' => true,
|
36 |
),
|
37 |
array(
|
plugins_admin/vk-admin/_scss/vk_admin.scss
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
@charset "utf-8";
|
2 |
@import "compass";
|
3 |
|
|
|
|
|
|
|
|
|
4 |
.logo_exUnit { display:block; overflow:hidden; text-align: center;margin-bottom:10px;border-bottom:1px solid #ccc;
|
5 |
img { width:150px;max-width: 100%; }
|
6 |
}
|
1 |
@charset "utf-8";
|
2 |
@import "compass";
|
3 |
|
4 |
+
.text-left { text-align: left; }
|
5 |
+
.text-center { text-align: center; }
|
6 |
+
.text-right { text-align: right; }
|
7 |
+
|
8 |
.logo_exUnit { display:block; overflow:hidden; text-align: center;margin-bottom:10px;border-bottom:1px solid #ccc;
|
9 |
img { width:150px;max-width: 100%; }
|
10 |
}
|
plugins_admin/vk-admin/css/vk_admin.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.logo_exUnit{display:block;overflow:hidden;text-align:center;margin-bottom:10px;border-bottom:1px solid #ccc}.logo_exUnit img{width:150px;max-width:100%}.vk_option_nav{display:block !important;overflow:hidden}.vk_option_nav ul{display:block;overflow:hidden;margin:0;padding:0}.vk_option_nav ul li{display:block;border:1px solid #ccc;margin-bottom:0;border-bottom:none;background-color:#fff}.vk_option_nav ul li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.vk_option_nav ul li:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom:1px solid #ccc}.vk_option_nav ul li:hover{background-color:#666}.vk_option_nav ul li a{display:block;overflow:hidden;padding:0.5em;text-decoration:none;color:#666;font-size:12px}.vk_option_nav ul li:hover a{color:#fff;border:none}.vk_option_nav ul li.current{background-color:#333;color:#fff}.vk_option_nav ul li.current a{color:#fff}.vk_admin_page{padding-top:1em}.vk_admin_page h2.page_title{font-size:16px;text-align:center;line-height:140%;margin:10px 0 20px}.vk_admin_page h3{background-color:#333;color:#fff;padding:10px 15px;font-size:150%;margin-top:0;border-left:5px solid #e50000}.vk_admin_page input[type=text]{width:50%}.vk_admin_page select{width:50%}.vk_admin_page dl dt{font-weight:bold;margin-bottom:5px}.vk_admin_page dl dd{margin-left:0}.vk_admin_page tr.dev_object{display:none}.vk_admin_page .pageLogo{text-align:center}.vk_admin_page .pageLogo img{max-width:150px;margin:0 auto}.vk_admin_page .adminMain{display:block;overflow:hidden;width:74%;float:left}.vk_admin_page .adminMain #adminContent_sub{display:block;overflow:hidden;width:23%;float:left;padding-bottom:10px}.vk_admin_page .adminMain #adminContent_main{display:block;overflow:hidden;width:74%;float:right}.vk_admin_page .adminMain #adminContent_main .form_horizontal_item{margin-right:1em}.vk_admin_page .adminMain.column_2 #adminContent_main{width:100%}.vk_admin_page .adminSub{display:block;overflow:hidden;width:24%;float:right;padding-bottom:10px}.vk_admin_page .adminSub .infoBox{display:block;overflow:hidden;padding:1em;margin-right:1em;background-color:#fff}.vk_admin_page .adminSub .adminBnr_section{display:block;overflow:hidden;margin-right:1em;margin-top:1em}.vk_admin_page .adminSub .adminBnr_section a{display:block}.vk_admin_page .adminSub .adminBnr_section a.admin_banner{margin-bottom:1em;border:1px solid #ccc;box-shadow:inset 0px 0px 0px 1px #fff}.vk_admin_page .adminSub .adminBnr_section img{max-width:100%;height:auto;display:block}.vk_admin_page .adminSub .adminBnr_section img:hover{opacity:0.7}.vk_admin_page .adminSub .adminBnr_section .vektor_logo{margin-top:1em}.vk_admin_page .adminSub .adminBnr_section .vektor_logo img{width:150px;float:right}.vk_admin_page .adminSub .adminSub_title{background-color:#ccc;width:auto;padding:5px 10px;border-radius:3px;margin-top:0;margin-bottom:15px}@media (max-width: 991px){.vk_admin_page .adminSub .adminMain table.form-table th,.vk_admin_page .adminSub .adminMain table.form-table td{display:block}.vk_admin_page .adminSub .adminMain table.form-table th{background-color:#ccc;width:auto;padding:10px;border-radius:3px}}
|
1 |
+
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.logo_exUnit{display:block;overflow:hidden;text-align:center;margin-bottom:10px;border-bottom:1px solid #ccc}.logo_exUnit img{width:150px;max-width:100%}.vk_option_nav{display:block !important;overflow:hidden}.vk_option_nav ul{display:block;overflow:hidden;margin:0;padding:0}.vk_option_nav ul li{display:block;border:1px solid #ccc;margin-bottom:0;border-bottom:none;background-color:#fff}.vk_option_nav ul li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.vk_option_nav ul li:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom:1px solid #ccc}.vk_option_nav ul li:hover{background-color:#666}.vk_option_nav ul li a{display:block;overflow:hidden;padding:0.5em;text-decoration:none;color:#666;font-size:12px}.vk_option_nav ul li:hover a{color:#fff;border:none}.vk_option_nav ul li.current{background-color:#333;color:#fff}.vk_option_nav ul li.current a{color:#fff}.vk_admin_page{padding-top:1em}.vk_admin_page h2.page_title{font-size:16px;text-align:center;line-height:140%;margin:10px 0 20px}.vk_admin_page h3{background-color:#333;color:#fff;padding:10px 15px;font-size:150%;margin-top:0;border-left:5px solid #e50000}.vk_admin_page input[type=text]{width:50%}.vk_admin_page select{width:50%}.vk_admin_page dl dt{font-weight:bold;margin-bottom:5px}.vk_admin_page dl dd{margin-left:0}.vk_admin_page tr.dev_object{display:none}.vk_admin_page .pageLogo{text-align:center}.vk_admin_page .pageLogo img{max-width:150px;margin:0 auto}.vk_admin_page .adminMain{display:block;overflow:hidden;width:74%;float:left}.vk_admin_page .adminMain #adminContent_sub{display:block;overflow:hidden;width:23%;float:left;padding-bottom:10px}.vk_admin_page .adminMain #adminContent_main{display:block;overflow:hidden;width:74%;float:right}.vk_admin_page .adminMain #adminContent_main .form_horizontal_item{margin-right:1em}.vk_admin_page .adminMain.column_2 #adminContent_main{width:100%}.vk_admin_page .adminSub{display:block;overflow:hidden;width:24%;float:right;padding-bottom:10px}.vk_admin_page .adminSub .infoBox{display:block;overflow:hidden;padding:1em;margin-right:1em;background-color:#fff}.vk_admin_page .adminSub .adminBnr_section{display:block;overflow:hidden;margin-right:1em;margin-top:1em}.vk_admin_page .adminSub .adminBnr_section a{display:block}.vk_admin_page .adminSub .adminBnr_section a.admin_banner{margin-bottom:1em;border:1px solid #ccc;box-shadow:inset 0px 0px 0px 1px #fff}.vk_admin_page .adminSub .adminBnr_section img{max-width:100%;height:auto;display:block}.vk_admin_page .adminSub .adminBnr_section img:hover{opacity:0.7}.vk_admin_page .adminSub .adminBnr_section .vektor_logo{margin-top:1em}.vk_admin_page .adminSub .adminBnr_section .vektor_logo img{width:150px;float:right}.vk_admin_page .adminSub .adminSub_title{background-color:#ccc;width:auto;padding:5px 10px;border-radius:3px;margin-top:0;margin-bottom:15px}@media (max-width: 991px){.vk_admin_page .adminSub .adminMain table.form-table th,.vk_admin_page .adminSub .adminMain table.form-table td{display:block}.vk_admin_page .adminSub .adminMain table.form-table th{background-color:#ccc;width:auto;padding:10px;border-radius:3px}}
|
plugins_admin/vk-admin/js/vk_admin.js
CHANGED
@@ -125,6 +125,7 @@ function navMove( default_offset, contentHeight ){
|
|
125 |
/* ページ内リンクで頭出しの余白を適切にする
|
126 |
/*-------------------------------------------*/
|
127 |
jQuery(document).ready(function(){
|
|
|
128 |
// 一つ目のセクションの位置を取得
|
129 |
var default_offset = jQuery('.adminMain section:first-child').offset();
|
130 |
|
125 |
/* ページ内リンクで頭出しの余白を適切にする
|
126 |
/*-------------------------------------------*/
|
127 |
jQuery(document).ready(function(){
|
128 |
+
if(!jQuery('body').hasClass('vk-exunit_page_vkExUnit_main_setting')){ return; }
|
129 |
// 一つ目のセクションの位置を取得
|
130 |
var default_offset = jQuery('.adminMain section:first-child').offset();
|
131 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -47,6 +47,7 @@ Many features can be stopped individually.
|
|
47 |
* Insert Page list from ancestor
|
48 |
* Insert Auto HTML Site Map
|
49 |
* Automatic Eye Catch insert
|
|
|
50 |
|
51 |
and more.
|
52 |
|
@@ -71,6 +72,9 @@ e.g.
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
74 |
= 4.3.9 =
|
75 |
* [ PR Block / 3PR Block ][ Design tuning ] Change summary line height.
|
76 |
* [ Contact section ][ Design tuning ] Fix break point of the text and btn.
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 4.4.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
47 |
* Insert Page list from ancestor
|
48 |
* Insert Auto HTML Site Map
|
49 |
* Automatic Eye Catch insert
|
50 |
+
* Custom post type and custom taxonomy manager
|
51 |
|
52 |
and more.
|
53 |
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 4.4.0 =
|
76 |
+
* [ Add Function ] Custom post type and custom taxonomy manager
|
77 |
+
|
78 |
= 4.3.9 =
|
79 |
* [ PR Block / 3PR Block ][ Design tuning ] Change summary line height.
|
80 |
* [ Contact section ][ Design tuning ] Fix break point of the text and btn.
|
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.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vkExUnit
|
9 |
* Domain Path: /languages
|
@@ -122,6 +122,12 @@ function vkExUnit_print_css() {
|
|
122 |
wp_enqueue_style( 'font-awesome', vkExUnit_get_directory_uri() . '/libraries/font-awesome/css/font-awesome.min.css', array(), '4.6.3', 'all' );
|
123 |
}
|
124 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
/*-------------------------------------------*/
|
126 |
/* Add vkExUnit js
|
127 |
/*-------------------------------------------*/
|
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.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vkExUnit
|
9 |
* Domain Path: /languages
|
122 |
wp_enqueue_style( 'font-awesome', vkExUnit_get_directory_uri() . '/libraries/font-awesome/css/font-awesome.min.css', array(), '4.6.3', 'all' );
|
123 |
}
|
124 |
}
|
125 |
+
|
126 |
+
function vkExUnit_print_editor_css() {
|
127 |
+
add_editor_style( plugins_url( '', __FILE__ ).'/css/vkExUnit_editor_style.css' );
|
128 |
+
}
|
129 |
+
add_action('after_setup_theme', 'vkExUnit_print_editor_css');
|
130 |
+
|
131 |
/*-------------------------------------------*/
|
132 |
/* Add vkExUnit js
|
133 |
/*-------------------------------------------*/
|