Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | ![]() |
Version | 6.4.1 |
Comparing to | |
See all releases |
Code changes from version 6.3.1 to 6.4.1
- _scss/vkExUnit_style.scss +18 -20
- css/vkExUnit_style.css +1 -1
- css/vkExUnit_style_in_bs.css +1 -1
- initialize.php +0 -32
- languages/vkExUnit-ja.mo +0 -0
- languages/vkExUnit-ja.po +327 -313
- plugins/call-to-action/class-vk-call-to-action.php +7 -3
- plugins/call-to-action/view-actionbox.php +27 -20
- plugins/call-to-action/widget-call-to-action.php +53 -51
- plugins/contact-section/contact-section.php +48 -9
- plugins/font-awesome-config.php +13 -0
- plugins/font-awesome/class-vk-font-awesome-versions.php +156 -0
- plugins/font-awesome/versions/4.7.0/HELP-US-OUT.txt +7 -0
- plugins/font-awesome/versions/4.7.0/css/font-awesome.css +2337 -0
- plugins/font-awesome/versions/4.7.0/css/font-awesome.min.css +4 -0
- plugins/font-awesome/versions/4.7.0/fonts/FontAwesome.otf +0 -0
- plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.eot +0 -0
- plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.svg +2671 -0
- plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.ttf +0 -0
- plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.woff +0 -0
- plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.woff2 +0 -0
- plugins/font-awesome/versions/4.7.0/less/animated.less +34 -0
- plugins/font-awesome/versions/4.7.0/less/bordered-pulled.less +25 -0
- plugins/font-awesome/versions/4.7.0/less/core.less +12 -0
- plugins/font-awesome/versions/4.7.0/less/fixed-width.less +6 -0
- plugins/font-awesome/versions/4.7.0/less/font-awesome.less +18 -0
- plugins/font-awesome/versions/4.7.0/less/icons.less +789 -0
- plugins/font-awesome/versions/4.7.0/less/larger.less +13 -0
- plugins/font-awesome/versions/4.7.0/less/list.less +19 -0
- plugins/font-awesome/versions/4.7.0/less/mixins.less +60 -0
- plugins/font-awesome/versions/4.7.0/less/path.less +15 -0
- plugins/font-awesome/versions/4.7.0/less/rotated-flipped.less +20 -0
- plugins/font-awesome/versions/4.7.0/less/screen-reader.less +5 -0
- plugins/font-awesome/versions/4.7.0/less/stacked.less +20 -0
- plugins/font-awesome/versions/4.7.0/less/variables.less +800 -0
- plugins/font-awesome/versions/4.7.0/scss/_animated.scss +34 -0
- plugins/font-awesome/versions/4.7.0/scss/_bordered-pulled.scss +25 -0
- plugins/font-awesome/versions/4.7.0/scss/_core.scss +12 -0
- plugins/font-awesome/versions/4.7.0/scss/_fixed-width.scss +6 -0
- plugins/font-awesome/versions/4.7.0/scss/_icons.scss +789 -0
- plugins/font-awesome/versions/4.7.0/scss/_larger.scss +13 -0
- plugins/font-awesome/versions/4.7.0/scss/_list.scss +19 -0
- plugins/font-awesome/versions/4.7.0/scss/_mixins.scss +60 -0
- plugins/font-awesome/versions/4.7.0/scss/_path.scss +15 -0
- plugins/font-awesome/versions/4.7.0/scss/_rotated-flipped.scss +20 -0
- plugins/font-awesome/versions/4.7.0/scss/_screen-reader.scss +5 -0
- plugins/font-awesome/versions/4.7.0/scss/_stacked.scss +20 -0
- plugins/font-awesome/versions/4.7.0/scss/_variables.scss +800 -0
- plugins/font-awesome/versions/4.7.0/scss/font-awesome.scss +18 -0
- plugins/font-awesome/versions/5.0.13/LICENSE.txt +34 -0
- plugins/font-awesome/versions/5.0.13/README.md +7 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/css/fa-svg-with-js.css +345 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fa-brands.js +486 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fa-brands.min.js +5 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fa-regular.js +242 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fa-regular.min.js +5 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fa-solid.js +750 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fa-solid.min.js +5 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fa-v4-shims.js +89 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fa-v4-shims.min.js +5 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fontawesome-all.js +3271 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fontawesome-all.min.js +5 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fontawesome.js +1805 -0
- plugins/font-awesome/versions/5.0.13/svg-with-js/js/fontawesome.min.js +5 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fa-brands.css +13 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fa-brands.min.css +5 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fa-regular.css +14 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fa-regular.min.css +5 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fa-solid.css +15 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fa-solid.min.css +5 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fontawesome-all.css +3203 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fontawesome-all.min.css +5 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fontawesome.css +3173 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/css/fontawesome.min.css +5 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_animated.scss +20 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_bordered-pulled.scss +20 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_core.scss +16 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_fixed-width.scss +6 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_icons.scss +992 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_larger.scss +23 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_list.scss +18 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_mixins.scss +57 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_rotated-flipped.scss +23 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_screen-reader.scss +5 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_stacked.scss +31 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/_variables.scss +1005 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/fa-brands.scss +21 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/fa-regular.scss +22 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/fa-solid.scss +23 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/scss/fontawesome.scss +16 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-brands-400.eot +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-brands-400.svg +1104 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-brands-400.ttf +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-brands-400.woff +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-brands-400.woff2 +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-regular-400.eot +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-regular-400.svg +372 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-regular-400.ttf +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-regular-400.woff +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-regular-400.woff2 +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-solid-900.eot +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-solid-900.svg +1896 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-solid-900.ttf +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-solid-900.woff +0 -0
- plugins/font-awesome/versions/5.0.13/web-fonts-with-css/webfonts/fa-solid-900.woff2 +0 -0
- plugins/other_widget/widget-button.php +19 -11
- plugins/other_widget/widget-pr-blocks.php +32 -8
- plugins/other_widget/widget-profile.php +174 -148
- plugins/post-type-manager/class.post-type-manager.php +11 -11
- plugins/sns/function_snsBtns.php +69 -54
- plugins/sns/icons/Read Me.txt +3 -1
- plugins/sns/icons/demo-files/demo.css +75 -74
- plugins/sns/icons/demo-files/demo.js +22 -22
- plugins/sns/icons/demo.html +127 -97
- plugins/sns/icons/fonts/vk_sns.eot +0 -0
- plugins/sns/icons/fonts/vk_sns.svg +10 -9
- plugins/sns/icons/fonts/vk_sns.ttf +0 -0
- plugins/sns/icons/fonts/vk_sns.woff +0 -0
- plugins/sns/icons/selection.json +181 -130
- plugins/sns/icons/style.css +30 -23
- readme.txt +4 -1
- veu-packages.php +1 -0
- vkExUnit.php +2 -2
_scss/vkExUnit_style.scss
CHANGED
@@ -39,6 +39,8 @@
|
|
39 |
/*-------------------------------------------*/
|
40 |
/* Widget .veu_prBlocks
|
41 |
/*-------------------------------------------*/
|
|
|
|
|
42 |
|
43 |
$color_font_default : #464646;
|
44 |
$color_key : #337ab7;
|
@@ -54,7 +56,6 @@ html { font-size: inherit; } /* reset bootstrap */
|
|
54 |
iframe.wp-embedded-content { width:100%; }
|
55 |
|
56 |
.veu_adminEdit { margin-top:5px; }
|
57 |
-
.veu_adminEdit a.btn:before{margin-right:5px;content:"\f040";font-family:FontAwesome;}
|
58 |
|
59 |
.veu_contentAddSection { display:block; clear:both; overflow:hidden; margin-top:20px; }
|
60 |
|
@@ -144,16 +145,15 @@ iframe.wp-embedded-content { width:100%; }
|
|
144 |
&.sb_icon a:hover{
|
145 |
box-shadow: none; transform: translate3d(0, 2px, 0); -webkit-transform: translate3d(0, 2px, 0);
|
146 |
}
|
147 |
-
&.sb_icon a .sns_txt { position: relative;top:-1px;
|
148 |
iframe { border:none; }
|
149 |
-
a .icon_sns
|
150 |
-
a .fa-get-pocket { font-size:100%;padding: 5px 8px 5px 0; display: inline-block; }
|
151 |
&.sb_icon.sb_facebook a{ background: #425dab; box-shadow: 0 4px 0 rgb(52, 78, 132); }
|
152 |
&.sb_icon.sb_hatena a { background: #007fc5; box-shadow: 0 4px 0 rgba(0,103,159,1); }
|
153 |
&.sb_icon.sb_twitter a { background:#00abec; box-shadow: 0 4px 0 rgba(0,126,170,1); }
|
154 |
&.sb_icon.sb_google a { background:#dd4b39; box-shadow: 0 4px 0 rgba(160,53,36,1); }
|
155 |
&.sb_icon.sb_line a { background:#6ebd30; box-shadow: 0 4px 0 #5b9c28; }
|
156 |
-
&.sb_pocket a { background: #ea4654; box-shadow: 0 4px 0 #c1303c; }//li.sb_pocket
|
157 |
}//li
|
158 |
}//.veu_socialSet ul
|
159 |
|
@@ -217,7 +217,9 @@ iframe.wp-embedded-content { width:100%; }
|
|
217 |
.vk_icon_w_r_sns_fb:before {
|
218 |
content: "\e604";
|
219 |
}
|
220 |
-
|
|
|
|
|
221 |
/*-------------------------------------------*/
|
222 |
/* .veu_childPage_list
|
223 |
/*-------------------------------------------*/
|
@@ -393,8 +395,6 @@ $section_pagelist_margin:2.5em 0 1em;
|
|
393 |
.contact_txt_catch,
|
394 |
.contact_txt_time {font-size: 14px; line-height: 128.6%; }
|
395 |
.contact_txt_tel {padding:4px 0; font-size: 28px;line-height: 105%; }
|
396 |
-
.contact_bt_txt:before {margin-right:7px;content:"\f003"; font-family:FontAwesome; }
|
397 |
-
.contact_bt_txt:after {margin-left:7px;content:"\f18e"; font-family:FontAwesome; }
|
398 |
.contact_bt_subTxt { display:block; overflow:hidden;font-size:12px;margin-top:0.4rem; }
|
399 |
.contact_txt { text-align: center; }
|
400 |
.contact_bt { display: block; }
|
@@ -569,8 +569,7 @@ $section_pagelist_margin:2.5em 0 1em;
|
|
569 |
.sns_btns{ margin: 0;padding: 0;width: 100%;
|
570 |
li{ float: left;margin-right: 0.45em;list-style: none;text-align: center; }
|
571 |
a{
|
572 |
-
display: block;
|
573 |
-
display:table;
|
574 |
width: 40px;
|
575 |
height: 40px;
|
576 |
border-radius: 23px;
|
@@ -579,10 +578,8 @@ $section_pagelist_margin:2.5em 0 1em;
|
|
579 |
font-size: 20px;
|
580 |
&:hover{ color: #fff;text-decoration: none;opacity: 0.8;}
|
581 |
}
|
582 |
-
.
|
583 |
-
|
584 |
-
vertical-align:middle;
|
585 |
-
text-align:center;
|
586 |
}
|
587 |
.facebook_btn a{ background: #3b5998; }
|
588 |
.twitter_btn a{ background: #55acee; }
|
@@ -630,11 +627,11 @@ $section_pagelist_margin:2.5em 0 1em;
|
|
630 |
&:hover{ color: #333; text-decoration: none; }
|
631 |
.prBlock_summary:hover{ text-decoration: underline; }
|
632 |
}
|
633 |
-
.prBlock_icon_outer { display:
|
634 |
-
.prBlock_icon {
|
635 |
-
.prBlock_title{ margin-top:0.
|
636 |
-
.prBlock_image{
|
637 |
-
|
638 |
}
|
639 |
.prBlock_summary{ margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.6em; }
|
640 |
}
|
@@ -653,7 +650,8 @@ $section_pagelist_margin:2.5em 0 1em;
|
|
653 |
/* Widget .veu_button
|
654 |
/*-------------------------------------------*/
|
655 |
.veu_button {
|
656 |
-
i
|
|
|
657 |
.button_mainText,
|
658 |
.button_subText { display: block; }
|
659 |
.btn.btn-sm { padding-top:0.6em;padding-bottom:0.45em; }
|
39 |
/*-------------------------------------------*/
|
40 |
/* Widget .veu_prBlocks
|
41 |
/*-------------------------------------------*/
|
42 |
+
/* Widget .veu_button
|
43 |
+
/*-------------------------------------------*/
|
44 |
|
45 |
$color_font_default : #464646;
|
46 |
$color_key : #337ab7;
|
56 |
iframe.wp-embedded-content { width:100%; }
|
57 |
|
58 |
.veu_adminEdit { margin-top:5px; }
|
|
|
59 |
|
60 |
.veu_contentAddSection { display:block; clear:both; overflow:hidden; margin-top:20px; }
|
61 |
|
145 |
&.sb_icon a:hover{
|
146 |
box-shadow: none; transform: translate3d(0, 2px, 0); -webkit-transform: translate3d(0, 2px, 0);
|
147 |
}
|
148 |
+
&.sb_icon a .sns_txt { position: relative;top:-1px; }
|
149 |
iframe { border:none; }
|
150 |
+
a .icon_sns { font-size:100%;padding: 5px 8px 5px 0; display: inline-block; }
|
|
|
151 |
&.sb_icon.sb_facebook a{ background: #425dab; box-shadow: 0 4px 0 rgb(52, 78, 132); }
|
152 |
&.sb_icon.sb_hatena a { background: #007fc5; box-shadow: 0 4px 0 rgba(0,103,159,1); }
|
153 |
&.sb_icon.sb_twitter a { background:#00abec; box-shadow: 0 4px 0 rgba(0,126,170,1); }
|
154 |
&.sb_icon.sb_google a { background:#dd4b39; box-shadow: 0 4px 0 rgba(160,53,36,1); }
|
155 |
&.sb_icon.sb_line a { background:#6ebd30; box-shadow: 0 4px 0 #5b9c28; }
|
156 |
+
&.sb_icon.sb_pocket a { background: #ea4654; box-shadow: 0 4px 0 #c1303c; }//li.sb_pocket
|
157 |
}//li
|
158 |
}//.veu_socialSet ul
|
159 |
|
217 |
.vk_icon_w_r_sns_fb:before {
|
218 |
content: "\e604";
|
219 |
}
|
220 |
+
.vk_icon_w_r_sns_pocket:before {
|
221 |
+
content: "\e605";
|
222 |
+
}
|
223 |
/*-------------------------------------------*/
|
224 |
/* .veu_childPage_list
|
225 |
/*-------------------------------------------*/
|
395 |
.contact_txt_catch,
|
396 |
.contact_txt_time {font-size: 14px; line-height: 128.6%; }
|
397 |
.contact_txt_tel {padding:4px 0; font-size: 28px;line-height: 105%; }
|
|
|
|
|
398 |
.contact_bt_subTxt { display:block; overflow:hidden;font-size:12px;margin-top:0.4rem; }
|
399 |
.contact_txt { text-align: center; }
|
400 |
.contact_bt { display: block; }
|
569 |
.sns_btns{ margin: 0;padding: 0;width: 100%;
|
570 |
li{ float: left;margin-right: 0.45em;list-style: none;text-align: center; }
|
571 |
a{
|
572 |
+
display: block;position:relative;
|
|
|
573 |
width: 40px;
|
574 |
height: 40px;
|
575 |
border-radius: 23px;
|
578 |
font-size: 20px;
|
579 |
&:hover{ color: #fff;text-decoration: none;opacity: 0.8;}
|
580 |
}
|
581 |
+
.icon{
|
582 |
+
position:absolute; top:50%;left:50%; transform: translateY(-50%) translateX(-50%);
|
|
|
|
|
583 |
}
|
584 |
.facebook_btn a{ background: #3b5998; }
|
585 |
.twitter_btn a{ background: #55acee; }
|
627 |
&:hover{ color: #333; text-decoration: none; }
|
628 |
.prBlock_summary:hover{ text-decoration: underline; }
|
629 |
}
|
630 |
+
.prBlock_icon_outer { display: block;position:relative; margin: 0 auto ; width: 80px; height: 80px; border-radius: 50%; }
|
631 |
+
.prBlock_icon { position:absolute; top:50%;left:50%; transform: translateY(-50%) translateX(-50%);font-size: 36px; }
|
632 |
+
.prBlock_title{ margin-top:0.8em;margin-bottom: 0.7em; text-align: center; font-size: 18px; line-height: 1.4em; }
|
633 |
+
.prBlock_image{ display: table; margin: 0 auto;
|
634 |
+
img{ display: table-cell; overflow: hidden; width: 120px; height: 120px; border-radius: 50%; vertical-align: middle; text-align: center; }
|
635 |
}
|
636 |
.prBlock_summary{ margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.6em; }
|
637 |
}
|
650 |
/* Widget .veu_button
|
651 |
/*-------------------------------------------*/
|
652 |
.veu_button {
|
653 |
+
i,
|
654 |
+
svg { margin-left:0.3em;margin-right:0.3em; }
|
655 |
.button_mainText,
|
656 |
.button_subText { display: block; }
|
657 |
.btn.btn-sm { padding-top:0.6em;padding-bottom:0.45em; }
|
css/vkExUnit_style.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.media .postList_thumbnail,.media .postList_thumbnail a,.veu_autoEyeCatchBox,.veu_contentAddSection,.veu_flowBox,.veu_flowBox dl,dl.veu_qaItem{display:block;overflow:hidden}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}dl.veu_qaItem{border-bottom:1px dotted #ccc;padding:0 0 20px;margin:0 0 20px;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt: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:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.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:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0}.veu_flowBox dl{padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{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:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_feat_list,.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.media .media-heading a,.media a.media-body_excerpt{color:#464646}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.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{clear:both;margin-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:.5em;padding-right:30px;float:left}.media .postList_thumbnail a{position:relative}.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:.5em;font-weight:400}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em;margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .cat-item,.veu_sitemap .sitemap-col .page_item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection 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.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .fa-get-pocket,.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;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:400;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:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_body:hover,.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 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;margin-bottom:1em;width:30%;height:auto;border:1px solid #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.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:14px}.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:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.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:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .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}.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;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 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:4px 0;font-size:28px;line-height:105%}.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:12px;margin-top:.4rem}.veu_relatedPosts .relatedPosts_item>.media .media-body,.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0 -3% 0 0;-ms-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 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item:nth-child(1),.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;display:none;width:40px;height:38px;border:none;background:rgba(0,0,0,.8);outline:rgba(0,0,0,.8) solid 1px;border:1px solid rgba(255,255,255,.8);-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{opacity:.8;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn .arrow{padding-bottom:5px;color:#fff;vertical-align:bottom;text-align:center;line-height:30px}.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_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.prBlock a:hover,.veu_3prArea .linkurl a,.veu_profile .sns_btns a{text-decoration:none}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_center,.veu_profile .media_center img{margin-left:auto;margin-right:auto}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center img{display:block}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.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:.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;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.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;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a,.prBlock a:hover{color:#333}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{display:table-cell;vertical-align:middle;text-align:center;font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.prBlock_icon{color:#fff}.veu_button i{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@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;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@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:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
|
1 |
+
.media .postList_thumbnail,.media .postList_thumbnail a,.veu_autoEyeCatchBox,.veu_contentAddSection,.veu_flowBox,.veu_flowBox dl,dl.veu_qaItem{display:block;overflow:hidden}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}dl.veu_qaItem{border-bottom:1px dotted #ccc;padding:0 0 20px;margin:0 0 20px;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt: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:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.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:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0}.veu_flowBox dl{padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{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:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_feat_list,.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.media .media-heading a,.media a.media-body_excerpt{color:#464646}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{clear:both;margin-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:.5em;padding-right:30px;float:left}.media .postList_thumbnail a{position:relative}.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:.5em;font-weight:400}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em;margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .cat-item,.veu_sitemap .sitemap-col .page_item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection 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.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;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:400;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"}.vk_icon_w_r_sns_pocket:before{content:"\e605"}.veu_childPage_list{margin:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_body:hover,.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 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;margin-bottom:1em;width:30%;height:auto;border:1px solid #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.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:14px}.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:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.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:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .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}.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;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 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:4px 0;font-size:28px;line-height:105%}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.4rem}.veu_relatedPosts .relatedPosts_item>.media .media-body,.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0 -3% 0 0;-ms-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 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item:nth-child(1),.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;display:none;width:40px;height:38px;border:none;background:rgba(0,0,0,.8);outline:rgba(0,0,0,.8) solid 1px;border:1px solid rgba(255,255,255,.8);-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{opacity:.8;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn .arrow{padding-bottom:5px;color:#fff;vertical-align:bottom;text-align:center;line-height:30px}.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_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.prBlock a:hover,.veu_3prArea .linkurl a,.veu_profile .sns_btns a{text-decoration:none}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_center,.veu_profile .media_center img{margin-left:auto;margin-right:auto}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center img{display:block}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.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:.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.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;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a,.prBlock a:hover{color:#333}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.8em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{display:table;margin:0 auto}.prBlock .prBlock_image img{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.prBlock_icon{color:#fff}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@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;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@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:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
|
css/vkExUnit_style_in_bs.css
CHANGED
@@ -9,4 +9,4 @@
|
|
9 |
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
10 |
* Copyright 2011-2016 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 */caption,th{text-align:left}.btn,[role=button]{cursor:pointer}.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-success,.open>.dropdown-toggle.btn-warning{background-image:none}.btn,.btn-link{font-weight:400}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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%}.btn-block,.table,iframe.wp-embedded-content,input[type=button].btn-block,input[type=submit].btn-block,input[type=reset].btn-block{width:100%}.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}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777}.table{max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.btn,.veu_dummyImage,.veu_followSet .followSet_body{vertical-align:middle;text-align:center}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}.btn{display:inline-block;margin-bottom:0;-ms-touch-action:manipulation;touch-action:manipulation;border:1px solid transparent;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;white-space:inherit}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{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,.125);box-shadow:inset 0 3px 5px rgba(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.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{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.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{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.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.active,.btn-info:active,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.active,.btn-warning:active,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;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:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-xs{font-size:12px;line-height:1.5;border-radius:3px}.btn-sm{padding:5px 10px}.btn-xs{padding:1px 5px}.btn-block{display:block}.btn-block+.btn-block{margin-top:5px}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 20px;margin:0 0 20px;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt: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:0}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:0;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 dd,.veu_flowBox dl dt{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:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_feat_list,.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.media .media-heading a,.media a.media-body_excerpt{color:#464646}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}.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;margin-top:20px}.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:.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:.5em;font-weight:400}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.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;margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .cat-item,.veu_sitemap .sitemap-col .page_item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection 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.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .fa-get-pocket,.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;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:400;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:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_body:hover,.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 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;margin-bottom:1em;width:30%;height:auto;border:1px solid #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.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:14px}.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:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.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:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .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}.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;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 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:4px 0;font-size:28px;line-height:105%}.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:12px;margin-top:.4rem}.veu_relatedPosts .relatedPosts_item>.media .media-body,.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0 -3% 0 0;-ms-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 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item:nth-child(1),.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;display:none;width:40px;height:38px;border:none;background:rgba(0,0,0,.8);outline:rgba(0,0,0,.8) solid 1px;border:1px solid rgba(255,255,255,.8);-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{opacity:.8;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn .arrow{padding-bottom:5px;color:#fff;vertical-align:bottom;text-align:center;line-height:30px}.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_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.prBlock a:hover,.veu_3prArea .linkurl a,.veu_profile .sns_btns a{text-decoration:none}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_center,.veu_profile .media_center img{margin-left:auto;margin-right:auto}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center img{display:block}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.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:.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;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.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;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a,.prBlock a:hover{color:#333}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{display:table-cell;vertical-align:middle;text-align:center;font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.prBlock_icon{color:#fff}.veu_button i{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:768px){.container{width:750px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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}.veu_leadTxt,p.veu_leadTxt{font-size:2em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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}.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}@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:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
|
9 |
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
10 |
* Copyright 2011-2016 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 */caption,th{text-align:left}.btn,[role=button]{cursor:pointer}.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-success,.open>.dropdown-toggle.btn-warning{background-image:none}.btn,.btn-link{font-weight:400}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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%}.btn-block,.table,iframe.wp-embedded-content,input[type=button].btn-block,input[type=submit].btn-block,input[type=reset].btn-block{width:100%}.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}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777}.table{max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.btn,.veu_dummyImage,.veu_followSet .followSet_body{vertical-align:middle;text-align:center}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}.btn{display:inline-block;margin-bottom:0;-ms-touch-action:manipulation;touch-action:manipulation;border:1px solid transparent;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;white-space:inherit}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{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,.125);box-shadow:inset 0 3px 5px rgba(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.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{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.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{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.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.active,.btn-info:active,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.active,.btn-warning:active,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;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:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-xs{font-size:12px;line-height:1.5;border-radius:3px}.btn-sm{padding:5px 10px}.btn-xs{padding:1px 5px}.btn-block{display:block}.btn-block+.btn-block{margin-top:5px}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 20px;margin:0 0 20px;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt: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:0}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:0;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 dd,.veu_flowBox dl dt{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:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_feat_list,.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.media .media-heading a,.media a.media-body_excerpt{color:#464646}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:20px}.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:.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:.5em;font-weight:400}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.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;margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .cat-item,.veu_sitemap .sitemap-col .page_item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection 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.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;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:400;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"}.vk_icon_w_r_sns_pocket:before{content:"\e605"}.veu_childPage_list{margin:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_body:hover,.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 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;margin-bottom:1em;width:30%;height:auto;border:1px solid #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.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:14px}.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:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.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:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .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}.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;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 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:4px 0;font-size:28px;line-height:105%}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.4rem}.veu_relatedPosts .relatedPosts_item>.media .media-body,.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0 -3% 0 0;-ms-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 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item:nth-child(1),.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;display:none;width:40px;height:38px;border:none;background:rgba(0,0,0,.8);outline:rgba(0,0,0,.8) solid 1px;border:1px solid rgba(255,255,255,.8);-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{opacity:.8;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn .arrow{padding-bottom:5px;color:#fff;vertical-align:bottom;text-align:center;line-height:30px}.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_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.prBlock a:hover,.veu_3prArea .linkurl a,.veu_profile .sns_btns a{text-decoration:none}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_center,.veu_profile .media_center img{margin-left:auto;margin-right:auto}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center img{display:block}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.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:.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.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;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a,.prBlock a:hover{color:#333}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.8em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{display:table;margin:0 auto}.prBlock .prBlock_image img{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.prBlock_icon{color:#fff}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:768px){.container{width:750px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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}.veu_leadTxt,p.veu_leadTxt{font-size:2em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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}.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}@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:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
|
initialize.php
CHANGED
@@ -73,9 +73,6 @@ function vkExUnit_print_css() {
|
|
73 |
} else {
|
74 |
wp_enqueue_style( 'vkExUnit_common_style', plugins_url( '', __FILE__ ) . '/css/vkExUnit_style.css', array(), $vkExUnit_version, 'all' );
|
75 |
}
|
76 |
-
if ( isset( $options['active_fontawesome'] ) && $options['active_fontawesome'] ) {
|
77 |
-
wp_enqueue_style( 'font-awesome', vkExUnit_get_directory_uri() . '/libraries/font-awesome/css/font-awesome.min.css', array(), '4.7.0', 'all' );
|
78 |
-
}
|
79 |
}
|
80 |
|
81 |
function vkExUnit_print_editor_css() {
|
@@ -129,32 +126,3 @@ function vkExUnit_install_function() {
|
|
129 |
add_option( 'vkExUnit_common_options', vkExUnit_get_common_options_default() );
|
130 |
}
|
131 |
}
|
132 |
-
|
133 |
-
/*
|
134 |
-
/* Lightning Charm 1.2.0 での表示崩れ回避用
|
135 |
-
/* Lightning Charm 1.4.0 以降になったら削除
|
136 |
-
*/
|
137 |
-
add_action( 'wp_head', 'ltg_charm_1_2_fix_function', 2 );
|
138 |
-
function ltg_charm_1_2_fix_function() {
|
139 |
-
$theme_opt = wp_get_theme( get_template() );
|
140 |
-
$skin = get_option( 'lightning_design_skin' );
|
141 |
-
$theme = $theme_opt->Name;
|
142 |
-
|
143 |
-
if ( $skin == 'charm' && $theme == 'Lightning' ) {
|
144 |
-
|
145 |
-
$charm_custom_css = '
|
146 |
-
.veu_postList .postList .postList_item:first-child { border-top:none; }
|
147 |
-
.mainSection .veu_postList.pt_0 .postList.postList_miniThumb { padding:0;margin-left:0;margin-right:0; }
|
148 |
-
.mainSection .veu_postList.pt_0 .postList.postList_miniThumb postList_body { display:table-cell; }
|
149 |
-
@media (max-width: 991px) {
|
150 |
-
.mainSection .veu_postList.pt_0 .postList.postList_miniThumb .postList_thumbnail { float:none; }
|
151 |
-
}
|
152 |
-
@media (min-width: 992px) {
|
153 |
-
.mainSection .veu_postList.pt_0 .postList_item .postList_thumbnail { width:50%;margin-left:0;margin-right:0;padding-right:30px; }
|
154 |
-
.mainSection .veu_postList.pt_0 .postList_item.even .postList_thumbnail { margin-right:0; }
|
155 |
-
}
|
156 |
-
';
|
157 |
-
wp_add_inline_style( 'lightning-design-style', $charm_custom_css );
|
158 |
-
|
159 |
-
} // if ( $skin == 'charm' && $theme == 'Lightning' ){
|
160 |
-
}
|
73 |
} else {
|
74 |
wp_enqueue_style( 'vkExUnit_common_style', plugins_url( '', __FILE__ ) . '/css/vkExUnit_style.css', array(), $vkExUnit_version, 'all' );
|
75 |
}
|
|
|
|
|
|
|
76 |
}
|
77 |
|
78 |
function vkExUnit_print_editor_css() {
|
126 |
add_option( 'vkExUnit_common_options', vkExUnit_get_common_options_default() );
|
127 |
}
|
128 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2018-05-
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
|
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.0.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;_x;_ex;_ex:1,2c;_x:1,2c;_n:1,2;esc_attr__\n"
|
@@ -36,7 +36,7 @@ msgid "Description"
|
|
36 |
msgstr "説明"
|
37 |
|
38 |
#: admin_active_setting_page.php:28 dist/admin_active_setting_page.php:28
|
39 |
-
#: dist/veu-packages.php:
|
40 |
msgid "Automatic Eye Catch insert"
|
41 |
msgstr "アイキャッチ画像自動挿入"
|
42 |
|
@@ -92,9 +92,9 @@ msgid "Key color(dark)"
|
|
92 |
msgstr "キーカラー(暗)"
|
93 |
|
94 |
#: dist/plugins/call-to-action/class-vk-call-to-action.php:63
|
95 |
-
#: dist/plugins/call-to-action/view-actionbox.php:
|
96 |
#: plugins/call-to-action/class-vk-call-to-action.php:63
|
97 |
-
#: plugins/call-to-action/view-actionbox.php:
|
98 |
msgid "Edit CTA"
|
99 |
msgstr "CTAの編集"
|
100 |
|
@@ -123,18 +123,18 @@ msgid "CTA Contents"
|
|
123 |
msgstr "CTA Contents"
|
124 |
|
125 |
#: dist/plugins/call-to-action/class-vk-call-to-action.php:128
|
126 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
127 |
#: dist/plugins/call-to-action/widget-call-to-action.php:74
|
128 |
#: plugins/call-to-action/class-vk-call-to-action.php:128
|
129 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
130 |
#: plugins/call-to-action/widget-call-to-action.php:74
|
131 |
msgid "Random"
|
132 |
msgstr "ランダム表示"
|
133 |
|
134 |
#: dist/plugins/call-to-action/class-vk-call-to-action.php:134
|
135 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
136 |
#: plugins/call-to-action/class-vk-call-to-action.php:134
|
137 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
138 |
msgid "Disable display"
|
139 |
msgstr "表示しない"
|
140 |
|
@@ -150,135 +150,126 @@ msgstr "CTA共通設定"
|
|
150 |
|
151 |
#: dist/plugins/call-to-action/class-vk-call-to-action.php:154
|
152 |
#: dist/plugins/call-to-action/view-adminsetting.php:31
|
153 |
-
#: dist/plugins/call-to-action/widget-call-to-action.php:
|
154 |
#: plugins/call-to-action/class-vk-call-to-action.php:154
|
155 |
#: plugins/call-to-action/view-adminsetting.php:31
|
156 |
-
#: plugins/call-to-action/widget-call-to-action.php:
|
157 |
msgid "Show CTA index page"
|
158 |
msgstr "CTAの一覧を表示"
|
159 |
|
160 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
161 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
162 |
msgid "CTA image"
|
163 |
msgstr "CTA画像"
|
164 |
|
165 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
166 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
167 |
msgid "Add image"
|
168 |
msgstr "画像を追加"
|
169 |
|
170 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
171 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
172 |
msgid "Change image"
|
173 |
msgstr "画像を変更"
|
174 |
|
175 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
176 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
177 |
msgid "Remove image"
|
178 |
msgstr "画像を削除"
|
179 |
|
180 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
181 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
182 |
msgid "CTA image position"
|
183 |
msgstr "CTA画像の位置"
|
184 |
|
185 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
186 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
187 |
msgid "right"
|
188 |
msgstr "右寄せ"
|
189 |
|
190 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
191 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
192 |
msgid "center"
|
193 |
msgstr "中央"
|
194 |
|
195 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
196 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
197 |
msgid "left"
|
198 |
msgstr "左寄せ"
|
199 |
|
200 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
201 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
202 |
msgid "Button text"
|
203 |
msgstr "ボタンの表記文言"
|
204 |
|
205 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
206 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
207 |
msgid "Button icon"
|
208 |
msgstr "ボタンアイコン"
|
209 |
|
210 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
211 |
-
#: dist/plugins/other_widget/widget-button.php:
|
212 |
-
#:
|
213 |
-
#: plugins/
|
214 |
-
#: plugins/other_widget/widget-button.php:106
|
215 |
-
#: plugins/other_widget/widget-pr-blocks.php:124
|
216 |
msgid "To choose your favorite icon, and enter the class."
|
217 |
msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
|
218 |
|
219 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
220 |
-
#: dist/plugins/other_widget/widget-button.php:
|
221 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
222 |
-
#: plugins/other_widget/widget-button.php:
|
223 |
msgid "Before :"
|
224 |
msgstr "文字の前 :"
|
225 |
|
226 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
227 |
-
#: dist/plugins/other_widget/widget-button.php:
|
228 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
229 |
-
#: plugins/other_widget/widget-button.php:
|
230 |
msgid "After :"
|
231 |
msgstr "文字の後 :"
|
232 |
|
233 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
234 |
-
#:
|
235 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:254
|
236 |
-
#: plugins/other_widget/widget-button.php:111
|
237 |
-
msgid " ex:fa-arrow-circle-o-right"
|
238 |
-
msgstr "例: fa-arrow-circle-o-right"
|
239 |
-
|
240 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:259
|
241 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:259
|
242 |
msgid "Button link url"
|
243 |
msgstr "ボタンのリンク先URL"
|
244 |
|
245 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
246 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
247 |
msgid "Target window"
|
248 |
msgstr "リンク先ターゲット"
|
249 |
|
250 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
251 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
252 |
msgid "Open in a self window"
|
253 |
msgstr "同じウィンドウで開く"
|
254 |
|
255 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
256 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
257 |
msgid "Text message"
|
258 |
msgstr "テキストメッセージ"
|
259 |
|
260 |
-
#: dist/plugins/call-to-action/class-vk-call-to-action.php:
|
261 |
-
#: dist/plugins/call-to-action/widget-call-to-action.php:
|
262 |
-
#: plugins/call-to-action/class-vk-call-to-action.php:
|
263 |
-
#: plugins/call-to-action/widget-call-to-action.php:
|
264 |
msgid "CTA setting"
|
265 |
msgstr "CTA設定"
|
266 |
|
267 |
#: dist/plugins/call-to-action/view-adminsetting.php:15
|
268 |
-
#: dist/veu-packages.php:
|
269 |
-
#: veu-packages.php:
|
270 |
msgid "Call To Action"
|
271 |
msgstr "Call To Action"
|
272 |
|
273 |
#: dist/plugins/call-to-action/view-adminsetting.php:19
|
274 |
-
#: dist/veu-packages.php:
|
275 |
-
#: veu-packages.php:
|
276 |
msgid "Display the CTA at the end of the post content."
|
277 |
msgstr "投稿内容の最後にCTAを表示します。"
|
278 |
|
279 |
#: dist/plugins/call-to-action/view-adminsetting.php:20
|
280 |
-
#: dist/veu-packages.php:
|
281 |
-
#: veu-packages.php:
|
282 |
msgid ""
|
283 |
"The CTA stands for \"Call to action\" and this is the area that prompts the "
|
284 |
"user behavior."
|
@@ -287,8 +278,8 @@ msgstr ""
|
|
287 |
"情報を表示します。"
|
288 |
|
289 |
#: dist/plugins/call-to-action/view-adminsetting.php:21
|
290 |
-
#: dist/veu-packages.php:
|
291 |
-
#: veu-packages.php:
|
292 |
msgid ""
|
293 |
"As an example, text message and a link button for induction to the free "
|
294 |
"sample download page."
|
@@ -327,23 +318,23 @@ msgstr ""
|
|
327 |
msgid "Show index page"
|
328 |
msgstr "一覧ページを表示する"
|
329 |
|
330 |
-
#: dist/plugins/call-to-action/widget-call-to-action.php:
|
331 |
-
#: plugins/call-to-action/widget-call-to-action.php:
|
332 |
msgid "CTA"
|
333 |
msgstr "CTA"
|
334 |
|
335 |
-
#: dist/plugins/call-to-action/widget-call-to-action.php:
|
336 |
-
#: plugins/call-to-action/widget-call-to-action.php:
|
337 |
msgid "Select CTA and display it."
|
338 |
msgstr "CTAを選択して表示します。"
|
339 |
|
340 |
-
#: dist/plugins/call-to-action/widget-call-to-action.php:
|
341 |
-
#: plugins/call-to-action/widget-call-to-action.php:
|
342 |
msgid "Please select CTA to display."
|
343 |
msgstr "表示するCTAを選択してください。"
|
344 |
|
345 |
-
#: dist/plugins/call-to-action/widget-call-to-action.php:
|
346 |
-
#: plugins/call-to-action/widget-call-to-action.php:
|
347 |
msgid "Please select"
|
348 |
msgstr "選択してください"
|
349 |
|
@@ -448,7 +439,7 @@ msgstr "メッセージ"
|
|
448 |
#: plugins/contact-section/customizer.php:172
|
449 |
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
|
450 |
msgid "ex) "
|
451 |
-
msgstr
|
452 |
|
453 |
#: dist/plugins/contact-section/contact-section.php:147
|
454 |
#: dist/plugins/contact-section/customizer.php:83
|
@@ -584,29 +575,29 @@ msgstr "HTMLが登録されている場合は画像より優先されます。"
|
|
584 |
msgid "Display Contact Section"
|
585 |
msgstr "お問い合わせ情報の表示"
|
586 |
|
587 |
-
#: dist/plugins/contact-section/contact-section.php:
|
588 |
-
#: dist/plugins/contact-section/contact-section.php:
|
589 |
-
#: plugins/contact-section/contact-section.php:
|
590 |
-
#: plugins/contact-section/contact-section.php:
|
591 |
msgid "Edit contact information"
|
592 |
msgstr "Contact情報を編集"
|
593 |
|
594 |
-
#: dist/plugins/contact-section/contact-section.php:
|
595 |
-
#: plugins/contact-section/contact-section.php:
|
596 |
msgid "Contact Button"
|
597 |
msgstr "お問い合わせボタン"
|
598 |
|
599 |
-
#: dist/plugins/contact-section/contact-section.php:
|
600 |
-
#: plugins/contact-section/contact-section.php:
|
601 |
msgid "Display contact button."
|
602 |
msgstr "お問い合わせボタンを表示します。"
|
603 |
|
604 |
-
#: dist/plugins/contact-section/contact-section.php:
|
605 |
-
#: dist/plugins/contact-section/contact-section.php:
|
606 |
-
#: dist/plugins/contact-section/contact-section.php:
|
607 |
-
#: plugins/contact-section/contact-section.php:
|
608 |
-
#: plugins/contact-section/contact-section.php:
|
609 |
-
#: plugins/contact-section/contact-section.php:
|
610 |
#, php-format
|
611 |
msgid ""
|
612 |
"It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
@@ -614,24 +605,24 @@ msgid ""
|
|
614 |
msgstr ""
|
615 |
"「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要があります。"
|
616 |
|
617 |
-
#: dist/plugins/contact-section/contact-section.php:
|
618 |
-
#: plugins/contact-section/contact-section.php:
|
619 |
msgid "Display contact button"
|
620 |
msgstr "お問い合わせボタンを表示します。"
|
621 |
|
622 |
-
#: dist/plugins/contact-section/contact-section.php:
|
623 |
-
#: dist/veu-packages.php:
|
624 |
-
#: veu-packages.php:
|
625 |
msgid "Contact Section"
|
626 |
msgstr "お問い合わせ情報"
|
627 |
|
628 |
-
#: dist/plugins/contact-section/contact-section.php:
|
629 |
-
#: plugins/contact-section/contact-section.php:
|
630 |
msgid "Display Phone number and contact button etc."
|
631 |
msgstr "電話番号とお問い合わせボタンなどを表示します。"
|
632 |
|
633 |
-
#: dist/plugins/contact-section/contact-section.php:
|
634 |
-
#: plugins/contact-section/contact-section.php:
|
635 |
#, php-format
|
636 |
msgid ""
|
637 |
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
@@ -683,6 +674,28 @@ msgstr "CSSが保存されました"
|
|
683 |
msgid "Error occured. Please try again."
|
684 |
msgstr "何らかのエラー!! また試してみてください"
|
685 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
686 |
#: dist/plugins/footer_copyright_change.php:6
|
687 |
#: plugins/footer_copyright_change.php:6
|
688 |
msgid ""
|
@@ -806,8 +819,8 @@ msgid "Please upload your \".ico\" file"
|
|
806 |
msgstr "作成したicoファイルをアップロードしてください"
|
807 |
|
808 |
#: dist/plugins/insert_ads.php:37 dist/plugins/insert_ads.php:137
|
809 |
-
#: dist/veu-packages.php:
|
810 |
-
#: plugins/insert_ads.php:137 veu-packages.php:
|
811 |
msgid "Insert ads"
|
812 |
msgstr "広告の挿入"
|
813 |
|
@@ -972,16 +985,16 @@ msgstr "3PR エリア設定"
|
|
972 |
#: dist/plugins/other_widget/widget-3pr-area.php:58
|
973 |
#: dist/plugins/other_widget/widget-new-posts.php:204
|
974 |
#: dist/plugins/other_widget/widget-page.php:126
|
975 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
976 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
977 |
#: dist/plugins/related_posts/related_posts.php:252
|
978 |
#: dist/plugins/sns/widget-fb-page-plugin.php:79
|
979 |
#: dist/plugins/sns/widget-twitter.php:84
|
980 |
#: plugins/other_widget/widget-3pr-area.php:58
|
981 |
#: plugins/other_widget/widget-new-posts.php:204
|
982 |
#: plugins/other_widget/widget-page.php:126
|
983 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
984 |
-
#: plugins/other_widget/widget-profile.php:
|
985 |
#: plugins/related_posts/related_posts.php:252
|
986 |
#: plugins/sns/widget-fb-page-plugin.php:79 plugins/sns/widget-twitter.php:84
|
987 |
msgid "Title:"
|
@@ -994,23 +1007,23 @@ msgstr "PC 用に表示される画像を選択(横 300px 程度推奨)"
|
|
994 |
|
995 |
#: dist/plugins/other_widget/widget-3pr-area.php:73
|
996 |
#: dist/plugins/other_widget/widget-3pr-area.php:90
|
997 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
998 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
999 |
#: plugins/other_widget/widget-3pr-area.php:73
|
1000 |
#: plugins/other_widget/widget-3pr-area.php:90
|
1001 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1002 |
-
#: plugins/other_widget/widget-profile.php:
|
1003 |
msgid "Select image"
|
1004 |
msgstr "画像を選択"
|
1005 |
|
1006 |
#: dist/plugins/other_widget/widget-3pr-area.php:74
|
1007 |
#: dist/plugins/other_widget/widget-3pr-area.php:91
|
1008 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1009 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1010 |
#: plugins/other_widget/widget-3pr-area.php:74
|
1011 |
#: plugins/other_widget/widget-3pr-area.php:91
|
1012 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1013 |
-
#: plugins/other_widget/widget-profile.php:
|
1014 |
msgid "Clear image"
|
1015 |
msgstr "画像クリア"
|
1016 |
|
@@ -1022,35 +1035,35 @@ msgstr ""
|
|
1022 |
"690px 以上推奨。空欄も可)"
|
1023 |
|
1024 |
#: dist/plugins/other_widget/widget-3pr-area.php:102
|
1025 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1026 |
#: plugins/other_widget/widget-3pr-area.php:102
|
1027 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1028 |
msgid "Summary Text:"
|
1029 |
msgstr "概要となるテキスト"
|
1030 |
|
1031 |
#: dist/plugins/other_widget/widget-3pr-area.php:108
|
1032 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1033 |
#: plugins/other_widget/widget-3pr-area.php:108
|
1034 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1035 |
msgid "Link URL:"
|
1036 |
msgstr "リンク先ページのURL"
|
1037 |
|
1038 |
#: dist/plugins/other_widget/widget-3pr-area.php:111
|
1039 |
#: dist/plugins/other_widget/widget-banner.php:87
|
1040 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1041 |
#: plugins/other_widget/widget-3pr-area.php:111
|
1042 |
#: plugins/other_widget/widget-banner.php:87
|
1043 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1044 |
msgid "Open link new tab."
|
1045 |
msgstr "リンクを別ウィンドウで開く"
|
1046 |
|
1047 |
-
#: dist/plugins/other_widget/widget-archives.php:9 dist/veu-packages.php:
|
1048 |
-
#: plugins/other_widget/widget-archives.php:9 veu-packages.php:
|
1049 |
msgid "archive list"
|
1050 |
msgstr "アーカイブリスト"
|
1051 |
|
1052 |
-
#: dist/plugins/other_widget/widget-archives.php:14 dist/veu-packages.php:
|
1053 |
-
#: plugins/other_widget/widget-archives.php:14 veu-packages.php:
|
1054 |
msgid ""
|
1055 |
"Displays a list of archives. You can choose the post type and also to "
|
1056 |
"display archives by month or by year."
|
@@ -1116,93 +1129,93 @@ msgstr "画像を選択"
|
|
1116 |
msgid "Alternative text"
|
1117 |
msgstr "代替テキスト(alt)"
|
1118 |
|
1119 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1120 |
-
#: plugins/other_widget/widget-button.php:
|
1121 |
msgid "Button"
|
1122 |
msgstr "ボタン"
|
1123 |
|
1124 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1125 |
-
#: plugins/other_widget/widget-button.php:
|
1126 |
msgid "You can set buttons for arbitrary text."
|
1127 |
msgstr "任意のテキストのボタンを設定できます。"
|
1128 |
|
1129 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1130 |
-
#: plugins/other_widget/widget-button.php:
|
1131 |
msgid "Main text(Required):"
|
1132 |
msgstr "ボタンテキスト(必須):"
|
1133 |
|
1134 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1135 |
-
#: plugins/other_widget/widget-button.php:
|
1136 |
msgid "Class name of the icon font"
|
1137 |
msgstr "使用したいアイコンフォント"
|
1138 |
|
1139 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1140 |
-
#: plugins/other_widget/widget-button.php:
|
1141 |
msgid "Sub text:"
|
1142 |
msgstr "サブテキスト:"
|
1143 |
|
1144 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1145 |
-
#: plugins/other_widget/widget-button.php:
|
1146 |
msgid "Link URL(Required):"
|
1147 |
msgstr "リンク先ページのURL(必須):"
|
1148 |
|
1149 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1150 |
-
#: plugins/other_widget/widget-button.php:
|
1151 |
msgid "Open with new tab"
|
1152 |
msgstr "リンクを別ウィンドウで開く"
|
1153 |
|
1154 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1155 |
-
#: plugins/other_widget/widget-button.php:
|
1156 |
msgid "Size"
|
1157 |
msgstr "サイズ"
|
1158 |
|
1159 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1160 |
-
#: plugins/other_widget/widget-button.php:
|
1161 |
msgid "Small"
|
1162 |
msgstr "小"
|
1163 |
|
1164 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1165 |
-
#: plugins/other_widget/widget-button.php:
|
1166 |
msgid "Medium"
|
1167 |
msgstr "中"
|
1168 |
|
1169 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1170 |
-
#: plugins/other_widget/widget-button.php:
|
1171 |
msgid "Large"
|
1172 |
msgstr "大"
|
1173 |
|
1174 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1175 |
-
#: plugins/other_widget/widget-button.php:
|
1176 |
msgid "Button color:"
|
1177 |
msgstr "ボタンの色:"
|
1178 |
|
1179 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1180 |
-
#: plugins/other_widget/widget-button.php:
|
1181 |
msgid "Key Color(.primary)"
|
1182 |
msgstr "キーカラー(.primary)"
|
1183 |
|
1184 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1185 |
-
#: plugins/other_widget/widget-button.php:
|
1186 |
msgid "No paint(.default)"
|
1187 |
msgstr "塗りなし(.default)"
|
1188 |
|
1189 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1190 |
-
#: plugins/other_widget/widget-button.php:
|
1191 |
msgid "Light green(.success)"
|
1192 |
msgstr "明るい緑(.success)"
|
1193 |
|
1194 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1195 |
-
#: plugins/other_widget/widget-button.php:
|
1196 |
msgid "Light blue(.info)"
|
1197 |
msgstr "空色(.info)"
|
1198 |
|
1199 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1200 |
-
#: plugins/other_widget/widget-button.php:
|
1201 |
msgid "Orange(.warning)"
|
1202 |
msgstr "オレンジ(.warning)"
|
1203 |
|
1204 |
-
#: dist/plugins/other_widget/widget-button.php:
|
1205 |
-
#: plugins/other_widget/widget-button.php:
|
1206 |
msgid "Red(.danger)"
|
1207 |
msgstr "赤(.danger)"
|
1208 |
|
@@ -1347,53 +1360,53 @@ msgstr "現在のページの先祖階層からの子ページリストを表示
|
|
1347 |
msgid "Edit"
|
1348 |
msgstr "編集"
|
1349 |
|
1350 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1351 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1352 |
msgid "PR Blocks"
|
1353 |
msgstr "PR Blocks"
|
1354 |
|
1355 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1356 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1357 |
msgid "Displays a circle image or icon font for pr blocks"
|
1358 |
msgstr "丸抜きの画像やアイコンフォントをPRブロックに表示"
|
1359 |
|
1360 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1361 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1362 |
msgid "Service"
|
1363 |
msgstr "サービス紹介"
|
1364 |
|
1365 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1366 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1367 |
msgid "Company"
|
1368 |
msgstr "会社案内"
|
1369 |
|
1370 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1371 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1372 |
msgid "Recruit"
|
1373 |
msgstr "採用情報"
|
1374 |
|
1375 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1376 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1377 |
msgid "Contact"
|
1378 |
msgstr "Contact"
|
1379 |
|
1380 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1381 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1382 |
msgid "The choice of the number of columns:"
|
1383 |
msgstr "列の数"
|
1384 |
|
1385 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1386 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1387 |
msgid "3column"
|
1388 |
msgstr "3列"
|
1389 |
|
1390 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1391 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1392 |
msgid "4column"
|
1393 |
msgstr "4列"
|
1394 |
|
1395 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1396 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1397 |
msgid ""
|
1398 |
"If you change the number of columns, click to \"Save\" botton and exit the "
|
1399 |
"edit page. When restart the edit page, the column input form is increased or "
|
@@ -1402,72 +1415,67 @@ msgstr ""
|
|
1402 |
"列の数を変更する場合は「保存して公開」ボタンをクリックして編集画面を終了しま"
|
1403 |
"す。それから編集画面を再度開くと列の入力フォームが増減します。"
|
1404 |
|
1405 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1406 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1407 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1408 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1409 |
msgid "PR Block"
|
1410 |
msgstr "PRブロック"
|
1411 |
|
1412 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1413 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1414 |
msgid "Icon"
|
1415 |
msgstr "アイコン"
|
1416 |
|
1417 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1418 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1419 |
msgid "Class name of the icon font you want to use:"
|
1420 |
msgstr "使用したいアイコンフォントのクラス名:"
|
1421 |
|
1422 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1423 |
-
#: plugins/other_widget/widget-
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:128
|
1428 |
-
#: dist/plugins/other_widget/widget-profile.php:149
|
1429 |
-
#: plugins/other_widget/widget-pr-blocks.php:128
|
1430 |
-
#: plugins/other_widget/widget-profile.php:149
|
1431 |
msgid "Icon color:"
|
1432 |
msgstr "アイコンの色:"
|
1433 |
|
1434 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1435 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1436 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1437 |
-
#: plugins/other_widget/widget-profile.php:
|
1438 |
msgid "Icon Background:"
|
1439 |
msgstr "アイコン背景:"
|
1440 |
|
1441 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1442 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1443 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1444 |
-
#: plugins/other_widget/widget-profile.php:
|
1445 |
msgid "Solid color"
|
1446 |
msgstr "塗りつぶし"
|
1447 |
|
1448 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1449 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1450 |
#: dist/plugins/sns/sns_customizer.php:317
|
1451 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1452 |
-
#: plugins/other_widget/widget-profile.php:
|
1453 |
#: plugins/sns/sns_customizer.php:317
|
1454 |
msgid "No background"
|
1455 |
msgstr "背景なし"
|
1456 |
|
1457 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1458 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1459 |
msgid "PR Image"
|
1460 |
msgstr "画像"
|
1461 |
|
1462 |
-
#: dist/plugins/other_widget/widget-pr-blocks.php:
|
1463 |
-
#: plugins/other_widget/widget-pr-blocks.php:
|
1464 |
msgid "When you have an image. Image is displayed with priority"
|
1465 |
msgstr "画像を設定するとアイコンフォントよりも画像が優先されます。"
|
1466 |
|
1467 |
#: dist/plugins/other_widget/widget-profile.php:9
|
1468 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1469 |
#: plugins/other_widget/widget-profile.php:9
|
1470 |
-
#: plugins/other_widget/widget-profile.php:
|
1471 |
msgid "Profile"
|
1472 |
msgstr "プロフィール"
|
1473 |
|
@@ -1477,83 +1485,83 @@ msgid "Displays a your profile"
|
|
1477 |
msgstr ""
|
1478 |
"ブログのサイドバーに運営者情報を表示したり、フッターに企業情報を表示します。"
|
1479 |
|
1480 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1481 |
-
#: plugins/other_widget/widget-profile.php:
|
1482 |
msgid "Profile Text"
|
1483 |
msgstr "プロフィールテキスト"
|
1484 |
|
1485 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1486 |
-
#: plugins/other_widget/widget-profile.php:
|
1487 |
msgid "Select Profile image:"
|
1488 |
msgstr "プロフィール用画像を選択"
|
1489 |
|
1490 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1491 |
-
#: plugins/other_widget/widget-profile.php:
|
1492 |
msgid "Cut out round the image."
|
1493 |
msgstr "画像を丸く切り抜いて表示する"
|
1494 |
|
1495 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1496 |
-
#: plugins/other_widget/widget-profile.php:
|
1497 |
msgid "Media size (Optional)"
|
1498 |
msgstr "画像の大きさ( 任意 )"
|
1499 |
|
1500 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1501 |
-
#: plugins/other_widget/widget-profile.php:
|
1502 |
msgid "Align left"
|
1503 |
msgstr "画像左揃え"
|
1504 |
|
1505 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1506 |
-
#: plugins/other_widget/widget-profile.php:
|
1507 |
msgid "Align center"
|
1508 |
msgstr "画像中央揃え"
|
1509 |
|
1510 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1511 |
-
#: plugins/other_widget/widget-profile.php:
|
1512 |
msgid "Text float to image."
|
1513 |
msgstr "テキストを画像に回りこませる"
|
1514 |
|
1515 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1516 |
-
#: plugins/other_widget/widget-profile.php:
|
1517 |
msgid "Profile Text:"
|
1518 |
msgstr "プロフィールテキスト"
|
1519 |
|
1520 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1521 |
-
#: plugins/other_widget/widget-profile.php:
|
1522 |
msgid "Facebook URL:"
|
1523 |
msgstr "Facebook リンク先ページのURL"
|
1524 |
|
1525 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1526 |
-
#: plugins/other_widget/widget-profile.php:
|
1527 |
msgid "Twitter URL:"
|
1528 |
msgstr "twitterリンク先ページのURL"
|
1529 |
|
1530 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1531 |
-
#: plugins/other_widget/widget-profile.php:
|
1532 |
msgid "Email Address:"
|
1533 |
msgstr "Email リンク先ページのURL"
|
1534 |
|
1535 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1536 |
-
#: plugins/other_widget/widget-profile.php:
|
1537 |
msgid "Youtube URL:"
|
1538 |
msgstr "Youtube リンク先ページのURL"
|
1539 |
|
1540 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1541 |
-
#: plugins/other_widget/widget-profile.php:
|
1542 |
msgid "RSS URL:"
|
1543 |
msgstr "RSS リンク先ページのURL"
|
1544 |
|
1545 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1546 |
-
#: plugins/other_widget/widget-profile.php:
|
1547 |
msgid "instagram URL:"
|
1548 |
msgstr "instagram リンク先ページのURL"
|
1549 |
|
1550 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1551 |
-
#: plugins/other_widget/widget-profile.php:
|
1552 |
msgid "linkedin URL:"
|
1553 |
msgstr "linkedin リンク先ページのURL"
|
1554 |
|
1555 |
-
#: dist/plugins/other_widget/widget-profile.php:
|
1556 |
-
#: plugins/other_widget/widget-profile.php:
|
1557 |
msgid ""
|
1558 |
"* When \"Icon Background: Fill\" is selected and \"Icon color\" is not "
|
1559 |
"specified, each brand color will be painted."
|
@@ -1757,8 +1765,8 @@ msgid ""
|
|
1757 |
msgstr ""
|
1758 |
"設定を更新したら<a href=\"%s\">パーマリンク設定</a>を保存してください。"
|
1759 |
|
1760 |
-
#: dist/plugins/related_posts/related_posts.php:201 dist/veu-packages.php:
|
1761 |
-
#: plugins/related_posts/related_posts.php:201 veu-packages.php:
|
1762 |
msgid "Related posts"
|
1763 |
msgstr "関連記事を表示"
|
1764 |
|
@@ -2345,17 +2353,17 @@ msgstr ""
|
|
2345 |
"テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
|
2346 |
"さい。"
|
2347 |
|
2348 |
-
#: dist/veu-packages.php:
|
2349 |
msgid "Favicon setting"
|
2350 |
msgstr "ファビコン設定"
|
2351 |
|
2352 |
-
#: dist/veu-packages.php:
|
2353 |
msgid "About favicon."
|
2354 |
msgstr ""
|
2355 |
"ブラウザでページを表示した際にタブやウィンドウのタイトルに表示されるアイコン"
|
2356 |
"(ファビコン)を設定します。"
|
2357 |
|
2358 |
-
#: dist/veu-packages.php:
|
2359 |
msgid ""
|
2360 |
"This feature will be discontinued shortly.<br>You can set the site icon from "
|
2361 |
"\"Site Identity\" panel of \"Themes > Customize\"."
|
@@ -2364,81 +2372,81 @@ msgstr ""
|
|
2364 |
"サイトアイコンは「外観 > カスタマイズ」の「サイト基本情報」パネルから設定でき"
|
2365 |
"ます。"
|
2366 |
|
2367 |
-
#: dist/veu-packages.php:
|
2368 |
msgid "Rewrite the title tag"
|
2369 |
msgstr "タイトルタグの書き換え"
|
2370 |
|
2371 |
-
#: dist/veu-packages.php:
|
2372 |
msgid "Print is rewritten by its own rules to html head."
|
2373 |
msgstr ""
|
2374 |
"head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
|
2375 |
"EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
|
2376 |
"ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
|
2377 |
|
2378 |
-
#: dist/veu-packages.php:
|
2379 |
-
#: dist/veu-packages.php:
|
2380 |
-
#: dist/veu-packages.php:
|
2381 |
-
#: dist/veu-packages.php:
|
2382 |
-
#: dist/veu-packages.php:
|
2383 |
-
#: veu-packages.php:
|
2384 |
-
#: veu-packages.php:
|
2385 |
-
#: veu-packages.php:
|
2386 |
msgid "Setting"
|
2387 |
msgstr "設定"
|
2388 |
|
2389 |
-
#: dist/veu-packages.php:
|
2390 |
msgid "Print meta Keyword"
|
2391 |
msgstr "メタキーワードを出力"
|
2392 |
|
2393 |
-
#: dist/veu-packages.php:
|
2394 |
msgid "Print meta Keyword to html head."
|
2395 |
msgstr "ヘッダーにメタキーワードを出力します。"
|
2396 |
|
2397 |
-
#: dist/veu-packages.php:
|
2398 |
msgid "Print meta description"
|
2399 |
msgstr "メタディスクリプションタグを出力"
|
2400 |
|
2401 |
-
#: dist/veu-packages.php:
|
2402 |
msgid "Print meta description to html head."
|
2403 |
msgstr ""
|
2404 |
"投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
|
2405 |
"head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
|
2406 |
"している場合はチェックを外して下さい。"
|
2407 |
|
2408 |
-
#: dist/veu-packages.php:
|
2409 |
msgid "Main setting page"
|
2410 |
msgstr "メイン設定画面"
|
2411 |
|
2412 |
-
#: dist/veu-packages.php:
|
2413 |
msgid "Print og tags to html head."
|
2414 |
msgstr "OG タグを html head 内へ出力します。"
|
2415 |
|
2416 |
-
#: dist/veu-packages.php:
|
2417 |
msgid "Print twitter card tags to html head."
|
2418 |
msgstr "Twitter カードタグを html head 内へ出力します。"
|
2419 |
|
2420 |
-
#: dist/veu-packages.php:
|
2421 |
msgid "Print social bookmark buttons."
|
2422 |
msgstr "ソーシャルブックマークボタンを表示します。"
|
2423 |
|
2424 |
-
#: dist/veu-packages.php:
|
2425 |
msgid "Facebook Page Plugin widget."
|
2426 |
msgstr "Facebookページプラグインウィジェット"
|
2427 |
|
2428 |
-
#: dist/veu-packages.php:
|
2429 |
msgid "Print Follow me box to content bottom."
|
2430 |
msgstr "Follow me box を記事コンテンツ下のエリアへ表示します。"
|
2431 |
|
2432 |
-
#: dist/veu-packages.php:
|
2433 |
#, php-format
|
2434 |
msgid "* You can stop the function separately from the %s."
|
2435 |
msgstr "%s から個別に機能を停止する事ができます。"
|
2436 |
|
2437 |
-
#: dist/veu-packages.php:
|
2438 |
msgid "Social media cooperation"
|
2439 |
msgstr "ソーシャルメディア連携"
|
2440 |
|
2441 |
-
#: dist/veu-packages.php:
|
2442 |
msgid "Print Google Analytics tracking code."
|
2443 |
msgstr ""
|
2444 |
"Google アナリティクスのトラッキングコードを出力します。有効化した後「設定」の"
|
@@ -2446,64 +2454,64 @@ msgstr ""
|
|
2446 |
"のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
|
2447 |
"合はチェックを外して下さい。"
|
2448 |
|
2449 |
-
#: dist/veu-packages.php:
|
2450 |
msgid "You can use various widgets."
|
2451 |
msgstr ""
|
2452 |
"以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」"
|
2453 |
"→「ウィジェット」の設定画面より行って下さい。"
|
2454 |
|
2455 |
-
#: dist/veu-packages.php:
|
2456 |
msgid ""
|
2457 |
"VK_Recent Posts - display the link text and the date of the latest article "
|
2458 |
"title."
|
2459 |
msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
|
2460 |
|
2461 |
-
#: dist/veu-packages.php:
|
2462 |
msgid ""
|
2463 |
"VK_Page content to widget - display the contents of the page to the widgets."
|
2464 |
msgstr ""
|
2465 |
"VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
|
2466 |
|
2467 |
-
#: dist/veu-packages.php:
|
2468 |
msgid "VK_Profile - display the profile entered in the widget."
|
2469 |
msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
|
2470 |
|
2471 |
-
#: dist/veu-packages.php:
|
2472 |
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
2473 |
msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
|
2474 |
|
2475 |
-
#: dist/veu-packages.php:
|
2476 |
msgid "VK_3PR area - display the 3PR area."
|
2477 |
msgstr "VK_3PR エリア - 3PR エリアを表示します。"
|
2478 |
|
2479 |
-
#: dist/veu-packages.php:
|
2480 |
msgid "categories/tags list"
|
2481 |
msgstr "カテゴリー/タグ リスト"
|
2482 |
|
2483 |
-
#: dist/veu-packages.php:
|
2484 |
msgid "Displays a categories, tags or format list."
|
2485 |
msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
|
2486 |
|
2487 |
-
#: dist/veu-packages.php:
|
2488 |
msgid "Widgets"
|
2489 |
msgstr "ウィジェット"
|
2490 |
|
2491 |
-
#: dist/veu-packages.php:
|
2492 |
msgid "CSS customize"
|
2493 |
msgstr "CSSカスタマイズ"
|
2494 |
|
2495 |
-
#: dist/veu-packages.php:
|
2496 |
msgid "You can set Customize CSS."
|
2497 |
msgstr ""
|
2498 |
"テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
|
2499 |
"追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
|
2500 |
"さい。"
|
2501 |
|
2502 |
-
#: dist/veu-packages.php:
|
2503 |
msgid "Child page index"
|
2504 |
msgstr "子ページの一覧表示"
|
2505 |
|
2506 |
-
#: dist/veu-packages.php:
|
2507 |
msgid ""
|
2508 |
"At the bottom of the specified page, it will display a list of the child "
|
2509 |
"page."
|
@@ -2511,87 +2519,87 @@ msgstr ""
|
|
2511 |
"指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
|
2512 |
"サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
|
2513 |
|
2514 |
-
#: dist/veu-packages.php:
|
2515 |
msgid "Page list from ancestor"
|
2516 |
msgstr "先祖階層からの子ページリスト表示"
|
2517 |
|
2518 |
-
#: dist/veu-packages.php:
|
2519 |
msgid "Display Page list from ancestor at after content."
|
2520 |
msgstr ""
|
2521 |
"現在のページの先祖階層からの子ページリストをページ本文の下に表示します。"
|
2522 |
|
2523 |
-
#: dist/veu-packages.php:
|
2524 |
msgid "Display Contact Section at after content."
|
2525 |
msgstr "お問い合わせ情報を本文の下に表示する"
|
2526 |
|
2527 |
-
#: dist/veu-packages.php:
|
2528 |
msgid "Display HTML Site Map"
|
2529 |
msgstr "HTMLサイトマップの表示"
|
2530 |
|
2531 |
-
#: dist/veu-packages.php:
|
2532 |
msgid "It displays a HTML Site Map to the specified page."
|
2533 |
msgstr "指定した固定ページにHTMLサイトマップを表示します。"
|
2534 |
|
2535 |
-
#: dist/veu-packages.php:
|
2536 |
msgid "Contents setting"
|
2537 |
msgstr "CTA表示内容設定"
|
2538 |
|
2539 |
-
#: dist/veu-packages.php:
|
2540 |
msgid "Insert ads to content."
|
2541 |
msgstr "記事に広告を挿入します"
|
2542 |
|
2543 |
-
#: dist/veu-packages.php:
|
2544 |
msgid "Print Related posts lists to post content bottom."
|
2545 |
msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
|
2546 |
|
2547 |
-
#: dist/veu-packages.php:
|
2548 |
msgid "Display Eye Catch image at before content."
|
2549 |
msgstr ""
|
2550 |
"アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
|
2551 |
"す。"
|
2552 |
|
2553 |
-
#: dist/veu-packages.php:
|
2554 |
msgid "Disable ping back"
|
2555 |
msgstr "ping backを停止"
|
2556 |
|
2557 |
-
#: dist/veu-packages.php:
|
2558 |
msgid "Disable xmlrpc ping back."
|
2559 |
msgstr "xmlrpcを停止"
|
2560 |
|
2561 |
-
#: dist/veu-packages.php:
|
2562 |
-
#: veu-packages.php:
|
2563 |
msgid "Disable dashbord"
|
2564 |
msgstr "ダッシュボードに最新情報を表示しない"
|
2565 |
|
2566 |
-
#: dist/veu-packages.php:
|
2567 |
msgid "TinyMCE Style Tags"
|
2568 |
msgstr "TinyMCE スタイルタグ"
|
2569 |
|
2570 |
-
#: dist/veu-packages.php:
|
2571 |
msgid "Add TinyMCE Editor to style tags."
|
2572 |
msgstr "スタイルタグにTinyMCEエディタを追加する"
|
2573 |
|
2574 |
-
#: dist/veu-packages.php:
|
2575 |
msgid "Admin bar manu"
|
2576 |
msgstr "管理バーメニュー"
|
2577 |
|
2578 |
-
#: dist/veu-packages.php:
|
2579 |
msgid "Add ExUnit menu to admin bar."
|
2580 |
msgstr "ExUnitのメニューを管理バーに表示する"
|
2581 |
|
2582 |
-
#: dist/veu-packages.php:
|
2583 |
msgid "Post Type Manager"
|
2584 |
msgstr "カスタム投稿タイプマネージャー"
|
2585 |
|
2586 |
-
#: dist/veu-packages.php:
|
2587 |
msgid "Add custom post types and custom taxonomies."
|
2588 |
msgstr "カスタム投稿タイプやカスタム分類を追加します。"
|
2589 |
|
2590 |
-
#: dist/veu-packages.php:
|
2591 |
msgid "Page Top Button"
|
2592 |
msgstr "ページトップへ戻るボタン"
|
2593 |
|
2594 |
-
#: dist/veu-packages.php:
|
2595 |
msgid ""
|
2596 |
"The page top button is displayed in the lower right corner of the screen."
|
2597 |
msgstr "ページトップへ戻るボタンは、画面の右下隅に表示されます。"
|
@@ -2615,6 +2623,12 @@ msgstr "使用中のPHPのバージョン(%s) が古いです。"
|
|
2615 |
msgid "%s supports PHP5.6 or later."
|
2616 |
msgstr "%s がサポートしているPHPのバージョンは5.6以降です。"
|
2617 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2618 |
#~ msgid "To output only normal code"
|
2619 |
#~ msgstr "ノーマルのコードのみを出力します。"
|
2620 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2018-05-22 23:11+0900\n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.0.4\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;_x;_ex;_ex:1,2c;_x:1,2c;_n:1,2;esc_attr__\n"
|
36 |
msgstr "説明"
|
37 |
|
38 |
#: admin_active_setting_page.php:28 dist/admin_active_setting_page.php:28
|
39 |
+
#: dist/veu-packages.php:357 veu-packages.php:357
|
40 |
msgid "Automatic Eye Catch insert"
|
41 |
msgstr "アイキャッチ画像自動挿入"
|
42 |
|
92 |
msgstr "キーカラー(暗)"
|
93 |
|
94 |
#: dist/plugins/call-to-action/class-vk-call-to-action.php:63
|
95 |
+
#: dist/plugins/call-to-action/view-actionbox.php:71
|
96 |
#: plugins/call-to-action/class-vk-call-to-action.php:63
|
97 |
+
#: plugins/call-to-action/view-actionbox.php:71
|
98 |
msgid "Edit CTA"
|
99 |
msgstr "CTAの編集"
|
100 |
|
123 |
msgstr "CTA Contents"
|
124 |
|
125 |
#: dist/plugins/call-to-action/class-vk-call-to-action.php:128
|
126 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:604
|
127 |
#: dist/plugins/call-to-action/widget-call-to-action.php:74
|
128 |
#: plugins/call-to-action/class-vk-call-to-action.php:128
|
129 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:604
|
130 |
#: plugins/call-to-action/widget-call-to-action.php:74
|
131 |
msgid "Random"
|
132 |
msgstr "ランダム表示"
|
133 |
|
134 |
#: dist/plugins/call-to-action/class-vk-call-to-action.php:134
|
135 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:611
|
136 |
#: plugins/call-to-action/class-vk-call-to-action.php:134
|
137 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:611
|
138 |
msgid "Disable display"
|
139 |
msgstr "表示しない"
|
140 |
|
150 |
|
151 |
#: dist/plugins/call-to-action/class-vk-call-to-action.php:154
|
152 |
#: dist/plugins/call-to-action/view-adminsetting.php:31
|
153 |
+
#: dist/plugins/call-to-action/widget-call-to-action.php:88
|
154 |
#: plugins/call-to-action/class-vk-call-to-action.php:154
|
155 |
#: plugins/call-to-action/view-adminsetting.php:31
|
156 |
+
#: plugins/call-to-action/widget-call-to-action.php:88
|
157 |
msgid "Show CTA index page"
|
158 |
msgstr "CTAの一覧を表示"
|
159 |
|
160 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:221
|
161 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:221
|
162 |
msgid "CTA image"
|
163 |
msgstr "CTA画像"
|
164 |
|
165 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:227
|
166 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:227
|
167 |
msgid "Add image"
|
168 |
msgstr "画像を追加"
|
169 |
|
170 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:228
|
171 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:228
|
172 |
msgid "Change image"
|
173 |
msgstr "画像を変更"
|
174 |
|
175 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:229
|
176 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:229
|
177 |
msgid "Remove image"
|
178 |
msgstr "画像を削除"
|
179 |
|
180 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:234
|
181 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:234
|
182 |
msgid "CTA image position"
|
183 |
msgstr "CTA画像の位置"
|
184 |
|
185 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:237
|
186 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:237
|
187 |
msgid "right"
|
188 |
msgstr "右寄せ"
|
189 |
|
190 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:238
|
191 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:238
|
192 |
msgid "center"
|
193 |
msgstr "中央"
|
194 |
|
195 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:239
|
196 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:239
|
197 |
msgid "left"
|
198 |
msgstr "左寄せ"
|
199 |
|
200 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:243
|
201 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:243
|
202 |
msgid "Button text"
|
203 |
msgstr "ボタンの表記文言"
|
204 |
|
205 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:247
|
206 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:247
|
207 |
msgid "Button icon"
|
208 |
msgstr "ボタンアイコン"
|
209 |
|
210 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:248
|
211 |
+
#: dist/plugins/other_widget/widget-button.php:111
|
212 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:248
|
213 |
+
#: plugins/other_widget/widget-button.php:111
|
|
|
|
|
214 |
msgid "To choose your favorite icon, and enter the class."
|
215 |
msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
|
216 |
|
217 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:249
|
218 |
+
#: dist/plugins/other_widget/widget-button.php:112
|
219 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:249
|
220 |
+
#: plugins/other_widget/widget-button.php:112
|
221 |
msgid "Before :"
|
222 |
msgstr "文字の前 :"
|
223 |
|
224 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:251
|
225 |
+
#: dist/plugins/other_widget/widget-button.php:114
|
226 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:251
|
227 |
+
#: plugins/other_widget/widget-button.php:114
|
228 |
msgid "After :"
|
229 |
msgstr "文字の後 :"
|
230 |
|
231 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:263
|
232 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
msgid "Button link url"
|
234 |
msgstr "ボタンのリンク先URL"
|
235 |
|
236 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:276
|
237 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:276
|
238 |
msgid "Target window"
|
239 |
msgstr "リンク先ターゲット"
|
240 |
|
241 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:278
|
242 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:278
|
243 |
msgid "Open in a self window"
|
244 |
msgstr "同じウィンドウで開く"
|
245 |
|
246 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:280
|
247 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:280
|
248 |
msgid "Text message"
|
249 |
msgstr "テキストメッセージ"
|
250 |
|
251 |
+
#: dist/plugins/call-to-action/class-vk-call-to-action.php:286
|
252 |
+
#: dist/plugins/call-to-action/widget-call-to-action.php:91
|
253 |
+
#: plugins/call-to-action/class-vk-call-to-action.php:286
|
254 |
+
#: plugins/call-to-action/widget-call-to-action.php:91
|
255 |
msgid "CTA setting"
|
256 |
msgstr "CTA設定"
|
257 |
|
258 |
#: dist/plugins/call-to-action/view-adminsetting.php:15
|
259 |
+
#: dist/veu-packages.php:306 plugins/call-to-action/view-adminsetting.php:15
|
260 |
+
#: veu-packages.php:306
|
261 |
msgid "Call To Action"
|
262 |
msgstr "Call To Action"
|
263 |
|
264 |
#: dist/plugins/call-to-action/view-adminsetting.php:19
|
265 |
+
#: dist/veu-packages.php:298 plugins/call-to-action/view-adminsetting.php:19
|
266 |
+
#: veu-packages.php:298
|
267 |
msgid "Display the CTA at the end of the post content."
|
268 |
msgstr "投稿内容の最後にCTAを表示します。"
|
269 |
|
270 |
#: dist/plugins/call-to-action/view-adminsetting.php:20
|
271 |
+
#: dist/veu-packages.php:300 plugins/call-to-action/view-adminsetting.php:20
|
272 |
+
#: veu-packages.php:300
|
273 |
msgid ""
|
274 |
"The CTA stands for \"Call to action\" and this is the area that prompts the "
|
275 |
"user behavior."
|
278 |
"情報を表示します。"
|
279 |
|
280 |
#: dist/plugins/call-to-action/view-adminsetting.php:21
|
281 |
+
#: dist/veu-packages.php:302 plugins/call-to-action/view-adminsetting.php:21
|
282 |
+
#: veu-packages.php:302
|
283 |
msgid ""
|
284 |
"As an example, text message and a link button for induction to the free "
|
285 |
"sample download page."
|
318 |
msgid "Show index page"
|
319 |
msgstr "一覧ページを表示する"
|
320 |
|
321 |
+
#: dist/plugins/call-to-action/widget-call-to-action.php:20
|
322 |
+
#: plugins/call-to-action/widget-call-to-action.php:20
|
323 |
msgid "CTA"
|
324 |
msgstr "CTA"
|
325 |
|
326 |
+
#: dist/plugins/call-to-action/widget-call-to-action.php:26
|
327 |
+
#: plugins/call-to-action/widget-call-to-action.php:26
|
328 |
msgid "Select CTA and display it."
|
329 |
msgstr "CTAを選択して表示します。"
|
330 |
|
331 |
+
#: dist/plugins/call-to-action/widget-call-to-action.php:66
|
332 |
+
#: plugins/call-to-action/widget-call-to-action.php:66
|
333 |
msgid "Please select CTA to display."
|
334 |
msgstr "表示するCTAを選択してください。"
|
335 |
|
336 |
+
#: dist/plugins/call-to-action/widget-call-to-action.php:80
|
337 |
+
#: plugins/call-to-action/widget-call-to-action.php:80
|
338 |
msgid "Please select"
|
339 |
msgstr "選択してください"
|
340 |
|
439 |
#: plugins/contact-section/customizer.php:172
|
440 |
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
|
441 |
msgid "ex) "
|
442 |
+
msgstr "例) "
|
443 |
|
444 |
#: dist/plugins/contact-section/contact-section.php:147
|
445 |
#: dist/plugins/contact-section/customizer.php:83
|
575 |
msgid "Display Contact Section"
|
576 |
msgstr "お問い合わせ情報の表示"
|
577 |
|
578 |
+
#: dist/plugins/contact-section/contact-section.php:368
|
579 |
+
#: dist/plugins/contact-section/contact-section.php:420
|
580 |
+
#: plugins/contact-section/contact-section.php:368
|
581 |
+
#: plugins/contact-section/contact-section.php:420
|
582 |
msgid "Edit contact information"
|
583 |
msgstr "Contact情報を編集"
|
584 |
|
585 |
+
#: dist/plugins/contact-section/contact-section.php:436
|
586 |
+
#: plugins/contact-section/contact-section.php:436
|
587 |
msgid "Contact Button"
|
588 |
msgstr "お問い合わせボタン"
|
589 |
|
590 |
+
#: dist/plugins/contact-section/contact-section.php:437
|
591 |
+
#: plugins/contact-section/contact-section.php:437
|
592 |
msgid "Display contact button."
|
593 |
msgstr "お問い合わせボタンを表示します。"
|
594 |
|
595 |
+
#: dist/plugins/contact-section/contact-section.php:438
|
596 |
+
#: dist/plugins/contact-section/contact-section.php:466
|
597 |
+
#: dist/plugins/contact-section/contact-section.php:488
|
598 |
+
#: plugins/contact-section/contact-section.php:438
|
599 |
+
#: plugins/contact-section/contact-section.php:466
|
600 |
+
#: plugins/contact-section/contact-section.php:488
|
601 |
#, php-format
|
602 |
msgid ""
|
603 |
"It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
605 |
msgstr ""
|
606 |
"「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要があります。"
|
607 |
|
608 |
+
#: dist/plugins/contact-section/contact-section.php:465
|
609 |
+
#: plugins/contact-section/contact-section.php:465
|
610 |
msgid "Display contact button"
|
611 |
msgstr "お問い合わせボタンを表示します。"
|
612 |
|
613 |
+
#: dist/plugins/contact-section/contact-section.php:486
|
614 |
+
#: dist/veu-packages.php:270 plugins/contact-section/contact-section.php:486
|
615 |
+
#: veu-packages.php:270
|
616 |
msgid "Contact Section"
|
617 |
msgstr "お問い合わせ情報"
|
618 |
|
619 |
+
#: dist/plugins/contact-section/contact-section.php:487
|
620 |
+
#: plugins/contact-section/contact-section.php:487
|
621 |
msgid "Display Phone number and contact button etc."
|
622 |
msgstr "電話番号とお問い合わせボタンなどを表示します。"
|
623 |
|
624 |
+
#: dist/plugins/contact-section/contact-section.php:516
|
625 |
+
#: plugins/contact-section/contact-section.php:516
|
626 |
#, php-format
|
627 |
msgid ""
|
628 |
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
674 |
msgid "Error occured. Please try again."
|
675 |
msgstr "何らかのエラー!! また試してみてください"
|
676 |
|
677 |
+
#: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:52
|
678 |
+
#: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:54
|
679 |
+
#: plugins/font-awesome/class-vk-font-awesome-versions.php:52
|
680 |
+
#: plugins/font-awesome/class-vk-font-awesome-versions.php:54
|
681 |
+
msgid "Ex ) "
|
682 |
+
msgstr "例 ) "
|
683 |
+
|
684 |
+
#: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:123
|
685 |
+
#: plugins/font-awesome/class-vk-font-awesome-versions.php:123
|
686 |
+
msgid "Font Awesome"
|
687 |
+
msgstr ""
|
688 |
+
|
689 |
+
#: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:143
|
690 |
+
#: plugins/font-awesome/class-vk-font-awesome-versions.php:143
|
691 |
+
msgid "Font Awesome Version"
|
692 |
+
msgstr ""
|
693 |
+
|
694 |
+
#: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:146
|
695 |
+
#: plugins/font-awesome/class-vk-font-awesome-versions.php:146
|
696 |
+
msgid "4.7 will be abolished in the near future."
|
697 |
+
msgstr "4.7は将来的に廃止します。"
|
698 |
+
|
699 |
#: dist/plugins/footer_copyright_change.php:6
|
700 |
#: plugins/footer_copyright_change.php:6
|
701 |
msgid ""
|
819 |
msgstr "作成したicoファイルをアップロードしてください"
|
820 |
|
821 |
#: dist/plugins/insert_ads.php:37 dist/plugins/insert_ads.php:137
|
822 |
+
#: dist/veu-packages.php:329 plugins/insert_ads.php:37
|
823 |
+
#: plugins/insert_ads.php:137 veu-packages.php:329
|
824 |
msgid "Insert ads"
|
825 |
msgstr "広告の挿入"
|
826 |
|
985 |
#: dist/plugins/other_widget/widget-3pr-area.php:58
|
986 |
#: dist/plugins/other_widget/widget-new-posts.php:204
|
987 |
#: dist/plugins/other_widget/widget-page.php:126
|
988 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:111
|
989 |
+
#: dist/plugins/other_widget/widget-profile.php:55
|
990 |
#: dist/plugins/related_posts/related_posts.php:252
|
991 |
#: dist/plugins/sns/widget-fb-page-plugin.php:79
|
992 |
#: dist/plugins/sns/widget-twitter.php:84
|
993 |
#: plugins/other_widget/widget-3pr-area.php:58
|
994 |
#: plugins/other_widget/widget-new-posts.php:204
|
995 |
#: plugins/other_widget/widget-page.php:126
|
996 |
+
#: plugins/other_widget/widget-pr-blocks.php:111
|
997 |
+
#: plugins/other_widget/widget-profile.php:55
|
998 |
#: plugins/related_posts/related_posts.php:252
|
999 |
#: plugins/sns/widget-fb-page-plugin.php:79 plugins/sns/widget-twitter.php:84
|
1000 |
msgid "Title:"
|
1007 |
|
1008 |
#: dist/plugins/other_widget/widget-3pr-area.php:73
|
1009 |
#: dist/plugins/other_widget/widget-3pr-area.php:90
|
1010 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:174
|
1011 |
+
#: dist/plugins/other_widget/widget-profile.php:70
|
1012 |
#: plugins/other_widget/widget-3pr-area.php:73
|
1013 |
#: plugins/other_widget/widget-3pr-area.php:90
|
1014 |
+
#: plugins/other_widget/widget-pr-blocks.php:174
|
1015 |
+
#: plugins/other_widget/widget-profile.php:70
|
1016 |
msgid "Select image"
|
1017 |
msgstr "画像を選択"
|
1018 |
|
1019 |
#: dist/plugins/other_widget/widget-3pr-area.php:74
|
1020 |
#: dist/plugins/other_widget/widget-3pr-area.php:91
|
1021 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:175
|
1022 |
+
#: dist/plugins/other_widget/widget-profile.php:71
|
1023 |
#: plugins/other_widget/widget-3pr-area.php:74
|
1024 |
#: plugins/other_widget/widget-3pr-area.php:91
|
1025 |
+
#: plugins/other_widget/widget-pr-blocks.php:175
|
1026 |
+
#: plugins/other_widget/widget-profile.php:71
|
1027 |
msgid "Clear image"
|
1028 |
msgstr "画像クリア"
|
1029 |
|
1035 |
"690px 以上推奨。空欄も可)"
|
1036 |
|
1037 |
#: dist/plugins/other_widget/widget-3pr-area.php:102
|
1038 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:115
|
1039 |
#: plugins/other_widget/widget-3pr-area.php:102
|
1040 |
+
#: plugins/other_widget/widget-pr-blocks.php:115
|
1041 |
msgid "Summary Text:"
|
1042 |
msgstr "概要となるテキスト"
|
1043 |
|
1044 |
#: dist/plugins/other_widget/widget-3pr-area.php:108
|
1045 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:120
|
1046 |
#: plugins/other_widget/widget-3pr-area.php:108
|
1047 |
+
#: plugins/other_widget/widget-pr-blocks.php:120
|
1048 |
msgid "Link URL:"
|
1049 |
msgstr "リンク先ページのURL"
|
1050 |
|
1051 |
#: dist/plugins/other_widget/widget-3pr-area.php:111
|
1052 |
#: dist/plugins/other_widget/widget-banner.php:87
|
1053 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:124
|
1054 |
#: plugins/other_widget/widget-3pr-area.php:111
|
1055 |
#: plugins/other_widget/widget-banner.php:87
|
1056 |
+
#: plugins/other_widget/widget-pr-blocks.php:124
|
1057 |
msgid "Open link new tab."
|
1058 |
msgstr "リンクを別ウィンドウで開く"
|
1059 |
|
1060 |
+
#: dist/plugins/other_widget/widget-archives.php:9 dist/veu-packages.php:205
|
1061 |
+
#: plugins/other_widget/widget-archives.php:9 veu-packages.php:205
|
1062 |
msgid "archive list"
|
1063 |
msgstr "アーカイブリスト"
|
1064 |
|
1065 |
+
#: dist/plugins/other_widget/widget-archives.php:14 dist/veu-packages.php:205
|
1066 |
+
#: plugins/other_widget/widget-archives.php:14 veu-packages.php:205
|
1067 |
msgid ""
|
1068 |
"Displays a list of archives. You can choose the post type and also to "
|
1069 |
"display archives by month or by year."
|
1129 |
msgid "Alternative text"
|
1130 |
msgstr "代替テキスト(alt)"
|
1131 |
|
1132 |
+
#: dist/plugins/other_widget/widget-button.php:32
|
1133 |
+
#: plugins/other_widget/widget-button.php:32
|
1134 |
msgid "Button"
|
1135 |
msgstr "ボタン"
|
1136 |
|
1137 |
+
#: dist/plugins/other_widget/widget-button.php:37
|
1138 |
+
#: plugins/other_widget/widget-button.php:37
|
1139 |
msgid "You can set buttons for arbitrary text."
|
1140 |
msgstr "任意のテキストのボタンを設定できます。"
|
1141 |
|
1142 |
+
#: dist/plugins/other_widget/widget-button.php:105
|
1143 |
+
#: plugins/other_widget/widget-button.php:105
|
1144 |
msgid "Main text(Required):"
|
1145 |
msgstr "ボタンテキスト(必須):"
|
1146 |
|
1147 |
+
#: dist/plugins/other_widget/widget-button.php:110
|
1148 |
+
#: plugins/other_widget/widget-button.php:110
|
1149 |
msgid "Class name of the icon font"
|
1150 |
msgstr "使用したいアイコンフォント"
|
1151 |
|
1152 |
+
#: dist/plugins/other_widget/widget-button.php:123
|
1153 |
+
#: plugins/other_widget/widget-button.php:123
|
1154 |
msgid "Sub text:"
|
1155 |
msgstr "サブテキスト:"
|
1156 |
|
1157 |
+
#: dist/plugins/other_widget/widget-button.php:127
|
1158 |
+
#: plugins/other_widget/widget-button.php:127
|
1159 |
msgid "Link URL(Required):"
|
1160 |
msgstr "リンク先ページのURL(必須):"
|
1161 |
|
1162 |
+
#: dist/plugins/other_widget/widget-button.php:137
|
1163 |
+
#: plugins/other_widget/widget-button.php:137
|
1164 |
msgid "Open with new tab"
|
1165 |
msgstr "リンクを別ウィンドウで開く"
|
1166 |
|
1167 |
+
#: dist/plugins/other_widget/widget-button.php:140
|
1168 |
+
#: plugins/other_widget/widget-button.php:140
|
1169 |
msgid "Size"
|
1170 |
msgstr "サイズ"
|
1171 |
|
1172 |
+
#: dist/plugins/other_widget/widget-button.php:147
|
1173 |
+
#: plugins/other_widget/widget-button.php:147
|
1174 |
msgid "Small"
|
1175 |
msgstr "小"
|
1176 |
|
1177 |
+
#: dist/plugins/other_widget/widget-button.php:153
|
1178 |
+
#: plugins/other_widget/widget-button.php:153
|
1179 |
msgid "Medium"
|
1180 |
msgstr "中"
|
1181 |
|
1182 |
+
#: dist/plugins/other_widget/widget-button.php:159
|
1183 |
+
#: plugins/other_widget/widget-button.php:159
|
1184 |
msgid "Large"
|
1185 |
msgstr "大"
|
1186 |
|
1187 |
+
#: dist/plugins/other_widget/widget-button.php:163
|
1188 |
+
#: plugins/other_widget/widget-button.php:163
|
1189 |
msgid "Button color:"
|
1190 |
msgstr "ボタンの色:"
|
1191 |
|
1192 |
+
#: dist/plugins/other_widget/widget-button.php:200
|
1193 |
+
#: plugins/other_widget/widget-button.php:200
|
1194 |
msgid "Key Color(.primary)"
|
1195 |
msgstr "キーカラー(.primary)"
|
1196 |
|
1197 |
+
#: dist/plugins/other_widget/widget-button.php:201
|
1198 |
+
#: plugins/other_widget/widget-button.php:201
|
1199 |
msgid "No paint(.default)"
|
1200 |
msgstr "塗りなし(.default)"
|
1201 |
|
1202 |
+
#: dist/plugins/other_widget/widget-button.php:202
|
1203 |
+
#: plugins/other_widget/widget-button.php:202
|
1204 |
msgid "Light green(.success)"
|
1205 |
msgstr "明るい緑(.success)"
|
1206 |
|
1207 |
+
#: dist/plugins/other_widget/widget-button.php:203
|
1208 |
+
#: plugins/other_widget/widget-button.php:203
|
1209 |
msgid "Light blue(.info)"
|
1210 |
msgstr "空色(.info)"
|
1211 |
|
1212 |
+
#: dist/plugins/other_widget/widget-button.php:204
|
1213 |
+
#: plugins/other_widget/widget-button.php:204
|
1214 |
msgid "Orange(.warning)"
|
1215 |
msgstr "オレンジ(.warning)"
|
1216 |
|
1217 |
+
#: dist/plugins/other_widget/widget-button.php:205
|
1218 |
+
#: plugins/other_widget/widget-button.php:205
|
1219 |
msgid "Red(.danger)"
|
1220 |
msgstr "赤(.danger)"
|
1221 |
|
1360 |
msgid "Edit"
|
1361 |
msgstr "編集"
|
1362 |
|
1363 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:17
|
1364 |
+
#: plugins/other_widget/widget-pr-blocks.php:17
|
1365 |
msgid "PR Blocks"
|
1366 |
msgstr "PR Blocks"
|
1367 |
|
1368 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:22
|
1369 |
+
#: plugins/other_widget/widget-pr-blocks.php:22
|
1370 |
msgid "Displays a circle image or icon font for pr blocks"
|
1371 |
msgstr "丸抜きの画像やアイコンフォントをPRブロックに表示"
|
1372 |
|
1373 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:30
|
1374 |
+
#: plugins/other_widget/widget-pr-blocks.php:30
|
1375 |
msgid "Service"
|
1376 |
msgstr "サービス紹介"
|
1377 |
|
1378 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:40
|
1379 |
+
#: plugins/other_widget/widget-pr-blocks.php:40
|
1380 |
msgid "Company"
|
1381 |
msgstr "会社案内"
|
1382 |
|
1383 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:50
|
1384 |
+
#: plugins/other_widget/widget-pr-blocks.php:50
|
1385 |
msgid "Recruit"
|
1386 |
msgstr "採用情報"
|
1387 |
|
1388 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:60
|
1389 |
+
#: plugins/other_widget/widget-pr-blocks.php:60
|
1390 |
msgid "Contact"
|
1391 |
msgstr "Contact"
|
1392 |
|
1393 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:83
|
1394 |
+
#: plugins/other_widget/widget-pr-blocks.php:83
|
1395 |
msgid "The choice of the number of columns:"
|
1396 |
msgstr "列の数"
|
1397 |
|
1398 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:90
|
1399 |
+
#: plugins/other_widget/widget-pr-blocks.php:90
|
1400 |
msgid "3column"
|
1401 |
msgstr "3列"
|
1402 |
|
1403 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:96
|
1404 |
+
#: plugins/other_widget/widget-pr-blocks.php:96
|
1405 |
msgid "4column"
|
1406 |
msgstr "4列"
|
1407 |
|
1408 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:98
|
1409 |
+
#: plugins/other_widget/widget-pr-blocks.php:98
|
1410 |
msgid ""
|
1411 |
"If you change the number of columns, click to \"Save\" botton and exit the "
|
1412 |
"edit page. When restart the edit page, the column input form is increased or "
|
1415 |
"列の数を変更する場合は「保存して公開」ボタンをクリックして編集画面を終了しま"
|
1416 |
"す。それから編集画面を再度開くと列の入力フォームが増減します。"
|
1417 |
|
1418 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:107
|
1419 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:277
|
1420 |
+
#: plugins/other_widget/widget-pr-blocks.php:107
|
1421 |
+
#: plugins/other_widget/widget-pr-blocks.php:277
|
1422 |
msgid "PR Block"
|
1423 |
msgstr "PRブロック"
|
1424 |
|
1425 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:129
|
1426 |
+
#: plugins/other_widget/widget-pr-blocks.php:129
|
1427 |
msgid "Icon"
|
1428 |
msgstr "アイコン"
|
1429 |
|
1430 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:132
|
1431 |
+
#: plugins/other_widget/widget-pr-blocks.php:132
|
1432 |
msgid "Class name of the icon font you want to use:"
|
1433 |
msgstr "使用したいアイコンフォントのクラス名:"
|
1434 |
|
1435 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:143
|
1436 |
+
#: dist/plugins/other_widget/widget-profile.php:157
|
1437 |
+
#: plugins/other_widget/widget-pr-blocks.php:143
|
1438 |
+
#: plugins/other_widget/widget-profile.php:157
|
|
|
|
|
|
|
|
|
|
|
1439 |
msgid "Icon color:"
|
1440 |
msgstr "アイコンの色:"
|
1441 |
|
1442 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:147
|
1443 |
+
#: dist/plugins/other_widget/widget-profile.php:142
|
1444 |
+
#: plugins/other_widget/widget-pr-blocks.php:147
|
1445 |
+
#: plugins/other_widget/widget-profile.php:142
|
1446 |
msgid "Icon Background:"
|
1447 |
msgstr "アイコン背景:"
|
1448 |
|
1449 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:151
|
1450 |
+
#: dist/plugins/other_widget/widget-profile.php:148
|
1451 |
+
#: plugins/other_widget/widget-pr-blocks.php:151
|
1452 |
+
#: plugins/other_widget/widget-profile.php:148
|
1453 |
msgid "Solid color"
|
1454 |
msgstr "塗りつぶし"
|
1455 |
|
1456 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:155
|
1457 |
+
#: dist/plugins/other_widget/widget-profile.php:151
|
1458 |
#: dist/plugins/sns/sns_customizer.php:317
|
1459 |
+
#: plugins/other_widget/widget-pr-blocks.php:155
|
1460 |
+
#: plugins/other_widget/widget-profile.php:151
|
1461 |
#: plugins/sns/sns_customizer.php:317
|
1462 |
msgid "No background"
|
1463 |
msgstr "背景なし"
|
1464 |
|
1465 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:161
|
1466 |
+
#: plugins/other_widget/widget-pr-blocks.php:161
|
1467 |
msgid "PR Image"
|
1468 |
msgstr "画像"
|
1469 |
|
1470 |
+
#: dist/plugins/other_widget/widget-pr-blocks.php:162
|
1471 |
+
#: plugins/other_widget/widget-pr-blocks.php:162
|
1472 |
msgid "When you have an image. Image is displayed with priority"
|
1473 |
msgstr "画像を設定するとアイコンフォントよりも画像が優先されます。"
|
1474 |
|
1475 |
#: dist/plugins/other_widget/widget-profile.php:9
|
1476 |
+
#: dist/plugins/other_widget/widget-profile.php:32
|
1477 |
#: plugins/other_widget/widget-profile.php:9
|
1478 |
+
#: plugins/other_widget/widget-profile.php:32
|
1479 |
msgid "Profile"
|
1480 |
msgstr "プロフィール"
|
1481 |
|
1485 |
msgstr ""
|
1486 |
"ブログのサイドバーに運営者情報を表示したり、フッターに企業情報を表示します。"
|
1487 |
|
1488 |
+
#: dist/plugins/other_widget/widget-profile.php:40
|
1489 |
+
#: plugins/other_widget/widget-profile.php:40
|
1490 |
msgid "Profile Text"
|
1491 |
msgstr "プロフィールテキスト"
|
1492 |
|
1493 |
+
#: dist/plugins/other_widget/widget-profile.php:60
|
1494 |
+
#: plugins/other_widget/widget-profile.php:60
|
1495 |
msgid "Select Profile image:"
|
1496 |
msgstr "プロフィール用画像を選択"
|
1497 |
|
1498 |
+
#: dist/plugins/other_widget/widget-profile.php:79
|
1499 |
+
#: plugins/other_widget/widget-profile.php:79
|
1500 |
msgid "Cut out round the image."
|
1501 |
msgstr "画像を丸く切り抜いて表示する"
|
1502 |
|
1503 |
+
#: dist/plugins/other_widget/widget-profile.php:83
|
1504 |
+
#: plugins/other_widget/widget-profile.php:83
|
1505 |
msgid "Media size (Optional)"
|
1506 |
msgstr "画像の大きさ( 任意 )"
|
1507 |
|
1508 |
+
#: dist/plugins/other_widget/widget-profile.php:93
|
1509 |
+
#: plugins/other_widget/widget-profile.php:93
|
1510 |
msgid "Align left"
|
1511 |
msgstr "画像左揃え"
|
1512 |
|
1513 |
+
#: dist/plugins/other_widget/widget-profile.php:96
|
1514 |
+
#: plugins/other_widget/widget-profile.php:96
|
1515 |
msgid "Align center"
|
1516 |
msgstr "画像中央揃え"
|
1517 |
|
1518 |
+
#: dist/plugins/other_widget/widget-profile.php:100
|
1519 |
+
#: plugins/other_widget/widget-profile.php:100
|
1520 |
msgid "Text float to image."
|
1521 |
msgstr "テキストを画像に回りこませる"
|
1522 |
|
1523 |
+
#: dist/plugins/other_widget/widget-profile.php:104
|
1524 |
+
#: plugins/other_widget/widget-profile.php:104
|
1525 |
msgid "Profile Text:"
|
1526 |
msgstr "プロフィールテキスト"
|
1527 |
|
1528 |
+
#: dist/plugins/other_widget/widget-profile.php:108
|
1529 |
+
#: plugins/other_widget/widget-profile.php:108
|
1530 |
msgid "Facebook URL:"
|
1531 |
msgstr "Facebook リンク先ページのURL"
|
1532 |
|
1533 |
+
#: dist/plugins/other_widget/widget-profile.php:113
|
1534 |
+
#: plugins/other_widget/widget-profile.php:113
|
1535 |
msgid "Twitter URL:"
|
1536 |
msgstr "twitterリンク先ページのURL"
|
1537 |
|
1538 |
+
#: dist/plugins/other_widget/widget-profile.php:118
|
1539 |
+
#: plugins/other_widget/widget-profile.php:118
|
1540 |
msgid "Email Address:"
|
1541 |
msgstr "Email リンク先ページのURL"
|
1542 |
|
1543 |
+
#: dist/plugins/other_widget/widget-profile.php:123
|
1544 |
+
#: plugins/other_widget/widget-profile.php:123
|
1545 |
msgid "Youtube URL:"
|
1546 |
msgstr "Youtube リンク先ページのURL"
|
1547 |
|
1548 |
+
#: dist/plugins/other_widget/widget-profile.php:128
|
1549 |
+
#: plugins/other_widget/widget-profile.php:128
|
1550 |
msgid "RSS URL:"
|
1551 |
msgstr "RSS リンク先ページのURL"
|
1552 |
|
1553 |
+
#: dist/plugins/other_widget/widget-profile.php:133
|
1554 |
+
#: plugins/other_widget/widget-profile.php:133
|
1555 |
msgid "instagram URL:"
|
1556 |
msgstr "instagram リンク先ページのURL"
|
1557 |
|
1558 |
+
#: dist/plugins/other_widget/widget-profile.php:137
|
1559 |
+
#: plugins/other_widget/widget-profile.php:137
|
1560 |
msgid "linkedin URL:"
|
1561 |
msgstr "linkedin リンク先ページのURL"
|
1562 |
|
1563 |
+
#: dist/plugins/other_widget/widget-profile.php:153
|
1564 |
+
#: plugins/other_widget/widget-profile.php:153
|
1565 |
msgid ""
|
1566 |
"* When \"Icon Background: Fill\" is selected and \"Icon color\" is not "
|
1567 |
"specified, each brand color will be painted."
|
1765 |
msgstr ""
|
1766 |
"設定を更新したら<a href=\"%s\">パーマリンク設定</a>を保存してください。"
|
1767 |
|
1768 |
+
#: dist/plugins/related_posts/related_posts.php:201 dist/veu-packages.php:346
|
1769 |
+
#: plugins/related_posts/related_posts.php:201 veu-packages.php:346
|
1770 |
msgid "Related posts"
|
1771 |
msgstr "関連記事を表示"
|
1772 |
|
2353 |
"テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
|
2354 |
"さい。"
|
2355 |
|
2356 |
+
#: dist/veu-packages.php:94 veu-packages.php:94
|
2357 |
msgid "Favicon setting"
|
2358 |
msgstr "ファビコン設定"
|
2359 |
|
2360 |
+
#: dist/veu-packages.php:95 veu-packages.php:95
|
2361 |
msgid "About favicon."
|
2362 |
msgstr ""
|
2363 |
"ブラウザでページを表示した際にタブやウィンドウのタイトルに表示されるアイコン"
|
2364 |
"(ファビコン)を設定します。"
|
2365 |
|
2366 |
+
#: dist/veu-packages.php:95 veu-packages.php:95
|
2367 |
msgid ""
|
2368 |
"This feature will be discontinued shortly.<br>You can set the site icon from "
|
2369 |
"\"Site Identity\" panel of \"Themes > Customize\"."
|
2372 |
"サイトアイコンは「外観 > カスタマイズ」の「サイト基本情報」パネルから設定でき"
|
2373 |
"ます。"
|
2374 |
|
2375 |
+
#: dist/veu-packages.php:105 veu-packages.php:105
|
2376 |
msgid "Rewrite the title tag"
|
2377 |
msgstr "タイトルタグの書き換え"
|
2378 |
|
2379 |
+
#: dist/veu-packages.php:106 veu-packages.php:106
|
2380 |
msgid "Print is rewritten by its own rules to html head."
|
2381 |
msgstr ""
|
2382 |
"head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
|
2383 |
"EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
|
2384 |
"ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
|
2385 |
|
2386 |
+
#: dist/veu-packages.php:109 dist/veu-packages.php:127
|
2387 |
+
#: dist/veu-packages.php:166 dist/veu-packages.php:184
|
2388 |
+
#: dist/veu-packages.php:214 dist/veu-packages.php:232
|
2389 |
+
#: dist/veu-packages.php:274 dist/veu-packages.php:310
|
2390 |
+
#: dist/veu-packages.php:333 dist/veu-packages.php:414 veu-packages.php:109
|
2391 |
+
#: veu-packages.php:127 veu-packages.php:166 veu-packages.php:184
|
2392 |
+
#: veu-packages.php:214 veu-packages.php:232 veu-packages.php:274
|
2393 |
+
#: veu-packages.php:310 veu-packages.php:333 veu-packages.php:414
|
2394 |
msgid "Setting"
|
2395 |
msgstr "設定"
|
2396 |
|
2397 |
+
#: dist/veu-packages.php:123 veu-packages.php:123
|
2398 |
msgid "Print meta Keyword"
|
2399 |
msgstr "メタキーワードを出力"
|
2400 |
|
2401 |
+
#: dist/veu-packages.php:124 veu-packages.php:124
|
2402 |
msgid "Print meta Keyword to html head."
|
2403 |
msgstr "ヘッダーにメタキーワードを出力します。"
|
2404 |
|
2405 |
+
#: dist/veu-packages.php:140 veu-packages.php:140
|
2406 |
msgid "Print meta description"
|
2407 |
msgstr "メタディスクリプションタグを出力"
|
2408 |
|
2409 |
+
#: dist/veu-packages.php:141 veu-packages.php:141
|
2410 |
msgid "Print meta description to html head."
|
2411 |
msgstr ""
|
2412 |
"投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
|
2413 |
"head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
|
2414 |
"している場合はチェックを外して下さい。"
|
2415 |
|
2416 |
+
#: dist/veu-packages.php:150 veu-packages.php:150
|
2417 |
msgid "Main setting page"
|
2418 |
msgstr "メイン設定画面"
|
2419 |
|
2420 |
+
#: dist/veu-packages.php:152 veu-packages.php:152
|
2421 |
msgid "Print og tags to html head."
|
2422 |
msgstr "OG タグを html head 内へ出力します。"
|
2423 |
|
2424 |
+
#: dist/veu-packages.php:153 veu-packages.php:153
|
2425 |
msgid "Print twitter card tags to html head."
|
2426 |
msgstr "Twitter カードタグを html head 内へ出力します。"
|
2427 |
|
2428 |
+
#: dist/veu-packages.php:154 veu-packages.php:154
|
2429 |
msgid "Print social bookmark buttons."
|
2430 |
msgstr "ソーシャルブックマークボタンを表示します。"
|
2431 |
|
2432 |
+
#: dist/veu-packages.php:155 veu-packages.php:155
|
2433 |
msgid "Facebook Page Plugin widget."
|
2434 |
msgstr "Facebookページプラグインウィジェット"
|
2435 |
|
2436 |
+
#: dist/veu-packages.php:156 veu-packages.php:156
|
2437 |
msgid "Print Follow me box to content bottom."
|
2438 |
msgstr "Follow me box を記事コンテンツ下のエリアへ表示します。"
|
2439 |
|
2440 |
+
#: dist/veu-packages.php:158 veu-packages.php:158
|
2441 |
#, php-format
|
2442 |
msgid "* You can stop the function separately from the %s."
|
2443 |
msgstr "%s から個別に機能を停止する事ができます。"
|
2444 |
|
2445 |
+
#: dist/veu-packages.php:162 veu-packages.php:162
|
2446 |
msgid "Social media cooperation"
|
2447 |
msgstr "ソーシャルメディア連携"
|
2448 |
|
2449 |
+
#: dist/veu-packages.php:181 veu-packages.php:181
|
2450 |
msgid "Print Google Analytics tracking code."
|
2451 |
msgstr ""
|
2452 |
"Google アナリティクスのトラッキングコードを出力します。有効化した後「設定」の"
|
2454 |
"のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
|
2455 |
"合はチェックを外して下さい。"
|
2456 |
|
2457 |
+
#: dist/veu-packages.php:197 veu-packages.php:197
|
2458 |
msgid "You can use various widgets."
|
2459 |
msgstr ""
|
2460 |
"以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」"
|
2461 |
"→「ウィジェット」の設定画面より行って下さい。"
|
2462 |
|
2463 |
+
#: dist/veu-packages.php:199 veu-packages.php:199
|
2464 |
msgid ""
|
2465 |
"VK_Recent Posts - display the link text and the date of the latest article "
|
2466 |
"title."
|
2467 |
msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
|
2468 |
|
2469 |
+
#: dist/veu-packages.php:200 veu-packages.php:200
|
2470 |
msgid ""
|
2471 |
"VK_Page content to widget - display the contents of the page to the widgets."
|
2472 |
msgstr ""
|
2473 |
"VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
|
2474 |
|
2475 |
+
#: dist/veu-packages.php:201 veu-packages.php:201
|
2476 |
msgid "VK_Profile - display the profile entered in the widget."
|
2477 |
msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
|
2478 |
|
2479 |
+
#: dist/veu-packages.php:202 veu-packages.php:202
|
2480 |
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
2481 |
msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
|
2482 |
|
2483 |
+
#: dist/veu-packages.php:203 veu-packages.php:203
|
2484 |
msgid "VK_3PR area - display the 3PR area."
|
2485 |
msgstr "VK_3PR エリア - 3PR エリアを表示します。"
|
2486 |
|
2487 |
+
#: dist/veu-packages.php:204 veu-packages.php:204
|
2488 |
msgid "categories/tags list"
|
2489 |
msgstr "カテゴリー/タグ リスト"
|
2490 |
|
2491 |
+
#: dist/veu-packages.php:204 veu-packages.php:204
|
2492 |
msgid "Displays a categories, tags or format list."
|
2493 |
msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
|
2494 |
|
2495 |
+
#: dist/veu-packages.php:210 veu-packages.php:210
|
2496 |
msgid "Widgets"
|
2497 |
msgstr "ウィジェット"
|
2498 |
|
2499 |
+
#: dist/veu-packages.php:228 veu-packages.php:228
|
2500 |
msgid "CSS customize"
|
2501 |
msgstr "CSSカスタマイズ"
|
2502 |
|
2503 |
+
#: dist/veu-packages.php:229 veu-packages.php:229
|
2504 |
msgid "You can set Customize CSS."
|
2505 |
msgstr ""
|
2506 |
"テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
|
2507 |
"追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
|
2508 |
"さい。"
|
2509 |
|
2510 |
+
#: dist/veu-packages.php:247 veu-packages.php:247
|
2511 |
msgid "Child page index"
|
2512 |
msgstr "子ページの一覧表示"
|
2513 |
|
2514 |
+
#: dist/veu-packages.php:248 veu-packages.php:248
|
2515 |
msgid ""
|
2516 |
"At the bottom of the specified page, it will display a list of the child "
|
2517 |
"page."
|
2519 |
"指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
|
2520 |
"サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
|
2521 |
|
2522 |
+
#: dist/veu-packages.php:259 veu-packages.php:259
|
2523 |
msgid "Page list from ancestor"
|
2524 |
msgstr "先祖階層からの子ページリスト表示"
|
2525 |
|
2526 |
+
#: dist/veu-packages.php:260 veu-packages.php:260
|
2527 |
msgid "Display Page list from ancestor at after content."
|
2528 |
msgstr ""
|
2529 |
"現在のページの先祖階層からの子ページリストをページ本文の下に表示します。"
|
2530 |
|
2531 |
+
#: dist/veu-packages.php:271 veu-packages.php:271
|
2532 |
msgid "Display Contact Section at after content."
|
2533 |
msgstr "お問い合わせ情報を本文の下に表示する"
|
2534 |
|
2535 |
+
#: dist/veu-packages.php:288 veu-packages.php:288
|
2536 |
msgid "Display HTML Site Map"
|
2537 |
msgstr "HTMLサイトマップの表示"
|
2538 |
|
2539 |
+
#: dist/veu-packages.php:289 veu-packages.php:289
|
2540 |
msgid "It displays a HTML Site Map to the specified page."
|
2541 |
msgstr "指定した固定ページにHTMLサイトマップを表示します。"
|
2542 |
|
2543 |
+
#: dist/veu-packages.php:315 veu-packages.php:315
|
2544 |
msgid "Contents setting"
|
2545 |
msgstr "CTA表示内容設定"
|
2546 |
|
2547 |
+
#: dist/veu-packages.php:330 veu-packages.php:330
|
2548 |
msgid "Insert ads to content."
|
2549 |
msgstr "記事に広告を挿入します"
|
2550 |
|
2551 |
+
#: dist/veu-packages.php:347 veu-packages.php:347
|
2552 |
msgid "Print Related posts lists to post content bottom."
|
2553 |
msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
|
2554 |
|
2555 |
+
#: dist/veu-packages.php:358 veu-packages.php:358
|
2556 |
msgid "Display Eye Catch image at before content."
|
2557 |
msgstr ""
|
2558 |
"アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
|
2559 |
"す。"
|
2560 |
|
2561 |
+
#: dist/veu-packages.php:368 veu-packages.php:368
|
2562 |
msgid "Disable ping back"
|
2563 |
msgstr "ping backを停止"
|
2564 |
|
2565 |
+
#: dist/veu-packages.php:369 veu-packages.php:369
|
2566 |
msgid "Disable xmlrpc ping back."
|
2567 |
msgstr "xmlrpcを停止"
|
2568 |
|
2569 |
+
#: dist/veu-packages.php:378 dist/veu-packages.php:379 veu-packages.php:378
|
2570 |
+
#: veu-packages.php:379
|
2571 |
msgid "Disable dashbord"
|
2572 |
msgstr "ダッシュボードに最新情報を表示しない"
|
2573 |
|
2574 |
+
#: dist/veu-packages.php:390 veu-packages.php:390
|
2575 |
msgid "TinyMCE Style Tags"
|
2576 |
msgstr "TinyMCE スタイルタグ"
|
2577 |
|
2578 |
+
#: dist/veu-packages.php:391 veu-packages.php:391
|
2579 |
msgid "Add TinyMCE Editor to style tags."
|
2580 |
msgstr "スタイルタグにTinyMCEエディタを追加する"
|
2581 |
|
2582 |
+
#: dist/veu-packages.php:399 veu-packages.php:399
|
2583 |
msgid "Admin bar manu"
|
2584 |
msgstr "管理バーメニュー"
|
2585 |
|
2586 |
+
#: dist/veu-packages.php:400 veu-packages.php:400
|
2587 |
msgid "Add ExUnit menu to admin bar."
|
2588 |
msgstr "ExUnitのメニューを管理バーに表示する"
|
2589 |
|
2590 |
+
#: dist/veu-packages.php:410 veu-packages.php:410
|
2591 |
msgid "Post Type Manager"
|
2592 |
msgstr "カスタム投稿タイプマネージャー"
|
2593 |
|
2594 |
+
#: dist/veu-packages.php:411 veu-packages.php:411
|
2595 |
msgid "Add custom post types and custom taxonomies."
|
2596 |
msgstr "カスタム投稿タイプやカスタム分類を追加します。"
|
2597 |
|
2598 |
+
#: dist/veu-packages.php:428 veu-packages.php:428
|
2599 |
msgid "Page Top Button"
|
2600 |
msgstr "ページトップへ戻るボタン"
|
2601 |
|
2602 |
+
#: dist/veu-packages.php:429 veu-packages.php:429
|
2603 |
msgid ""
|
2604 |
"The page top button is displayed in the lower right corner of the screen."
|
2605 |
msgstr "ページトップへ戻るボタンは、画面の右下隅に表示されます。"
|
2623 |
msgid "%s supports PHP5.6 or later."
|
2624 |
msgstr "%s がサポートしているPHPのバージョンは5.6以降です。"
|
2625 |
|
2626 |
+
#~ msgid " ex:fa-arrow-circle-o-right"
|
2627 |
+
#~ msgstr "例: fa-arrow-circle-o-right"
|
2628 |
+
|
2629 |
+
#~ msgid " ex:fa-file-text-o"
|
2630 |
+
#~ msgstr "例:fa-file-text-o"
|
2631 |
+
|
2632 |
#~ msgid "To output only normal code"
|
2633 |
#~ msgstr "ノーマルのコードのみを出力します。"
|
2634 |
|
plugins/call-to-action/class-vk-call-to-action.php
CHANGED
@@ -160,7 +160,6 @@ if ( ! class_exists( 'Vk_Call_To_Action' ) ) {
|
|
160 |
public static function render_meta_box_cta() {
|
161 |
|
162 |
global $vk_call_to_action_textdomain;
|
163 |
-
|
164 |
echo '<input type="hidden" name="_nonce_vkExUnit_custom_cta" id="_nonce_vkExUnit__custom_field_metaKeyword" value="' . wp_create_nonce( plugin_basename( __FILE__ ) ) . '" />';
|
165 |
$imgid = get_post_meta( get_the_id(), 'vkExUnit_cta_img', true );
|
166 |
$cta_image = wp_get_attachment_image_src( $imgid, 'large' );
|
@@ -251,8 +250,13 @@ if ( ! class_exists( 'Vk_Call_To_Action' ) ) {
|
|
251 |
<input type="text" name="vkExUnit_cta_button_icon_before" id="vkExUnit_cta_button_icon_before" value="<?php echo get_post_meta( get_the_id(), 'vkExUnit_cta_button_icon_before', true ); ?>" /><br>
|
252 |
<label for="icon_after"><?php _e( 'After :', $vk_call_to_action_textdomain ); ?>
|
253 |
<input type="text" name="vkExUnit_cta_button_icon_after" id="vkExUnit_cta_button_icon_after" value="<?php echo get_post_meta( get_the_id(), 'vkExUnit_cta_button_icon_after', true ); ?>" /><br>
|
254 |
-
|
255 |
-
|
|
|
|
|
|
|
|
|
|
|
256 |
</p>
|
257 |
</td></tr>
|
258 |
<tr><th>
|
160 |
public static function render_meta_box_cta() {
|
161 |
|
162 |
global $vk_call_to_action_textdomain;
|
|
|
163 |
echo '<input type="hidden" name="_nonce_vkExUnit_custom_cta" id="_nonce_vkExUnit__custom_field_metaKeyword" value="' . wp_create_nonce( plugin_basename( __FILE__ ) ) . '" />';
|
164 |
$imgid = get_post_meta( get_the_id(), 'vkExUnit_cta_img', true );
|
165 |
$cta_image = wp_get_attachment_image_src( $imgid, 'large' );
|
250 |
<input type="text" name="vkExUnit_cta_button_icon_before" id="vkExUnit_cta_button_icon_before" value="<?php echo get_post_meta( get_the_id(), 'vkExUnit_cta_button_icon_before', true ); ?>" /><br>
|
251 |
<label for="icon_after"><?php _e( 'After :', $vk_call_to_action_textdomain ); ?>
|
252 |
<input type="text" name="vkExUnit_cta_button_icon_after" id="vkExUnit_cta_button_icon_after" value="<?php echo get_post_meta( get_the_id(), 'vkExUnit_cta_button_icon_after', true ); ?>" /><br>
|
253 |
+
|
254 |
+
<?php
|
255 |
+
if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
|
256 |
+
echo Vk_Font_Awesome_Versions::ex_and_link();
|
257 |
+
}
|
258 |
+
?>
|
259 |
+
|
260 |
</p>
|
261 |
</td></tr>
|
262 |
<tr><th>
|
plugins/call-to-action/view-actionbox.php
CHANGED
@@ -8,23 +8,30 @@ https://github.com/vektor-inc/vektor-wp-libraries
|
|
8 |
|
9 |
global $vk_call_to_action_textdomain;
|
10 |
|
11 |
-
$btn_text
|
12 |
-
$btn_before
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
if ( $btn_before ) {
|
14 |
-
$btn_before = '<i class
|
15 |
}
|
16 |
$btn_after = get_post_meta( $id, 'vkExUnit_cta_button_icon_after', true );
|
17 |
if ( $btn_after ) {
|
18 |
-
$btn_after = ' <i class
|
19 |
}
|
20 |
-
$url
|
21 |
-
$text
|
22 |
-
$text
|
23 |
-
$imgid
|
24 |
|
25 |
|
26 |
$image_position = get_post_meta( $id, 'vkExUnit_cta_img_position', true );
|
27 |
-
if ( ! $image_position ) {
|
|
|
28 |
|
29 |
$content = '';
|
30 |
$content .= '<section class="veu_cta">';
|
@@ -32,28 +39,28 @@ $content .= '<h1 class="cta_title">' . $post->post_title . '</h1>';
|
|
32 |
$content .= '<div class="cta_body">';
|
33 |
if ( $imgid ) {
|
34 |
$cta_image = wp_get_attachment_image_src( $imgid, 'large' );
|
35 |
-
$content
|
36 |
-
$content
|
37 |
-
$content
|
38 |
-
$content
|
39 |
-
$content
|
40 |
}
|
41 |
-
$content .= '<div class="cta_body_txt
|
42 |
-
$content .= do_shortcode
|
43 |
$content .= '</div>';
|
44 |
if ( $url && $btn_text ) {
|
45 |
$content .= '<div class="cta_body_link">';
|
46 |
|
47 |
// 別ウィンドウで開くかどうかのカスタムフィールドの値を取得
|
48 |
$target_blank = get_post_meta( $id, 'vkExUnit_cta_url_blank', true );
|
49 |
-
if ( $target_blank !=
|
50 |
$target = ' target="_blank"';
|
51 |
} else {
|
52 |
$target = '';
|
53 |
}
|
54 |
|
55 |
-
$content .= '<a href
|
56 |
-
$content .= $btn_before
|
57 |
$content .= '</a>';
|
58 |
$content .= '</div>';
|
59 |
}
|
@@ -61,5 +68,5 @@ $content .= '</div><!-- [ /.vkExUnit_cta_body ] -->';
|
|
61 |
$content .= '</section>';
|
62 |
|
63 |
if ( $url = get_edit_post_link( $post->ID ) ) {
|
64 |
-
$content .= '<div class="veu_adminEdit"><a href
|
65 |
}
|
8 |
|
9 |
global $vk_call_to_action_textdomain;
|
10 |
|
11 |
+
$btn_text = get_post_meta( $id, 'vkExUnit_cta_button_text', true );
|
12 |
+
$btn_before = get_post_meta( $id, 'vkExUnit_cta_button_icon_before', true );
|
13 |
+
|
14 |
+
$fa = '';
|
15 |
+
if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
|
16 |
+
$fa = Vk_Font_Awesome_Versions::print_fa();
|
17 |
+
}
|
18 |
+
|
19 |
if ( $btn_before ) {
|
20 |
+
$btn_before = '<i class="' . $fa . esc_attr( $btn_before ) . ' font_icon"></i> ';
|
21 |
}
|
22 |
$btn_after = get_post_meta( $id, 'vkExUnit_cta_button_icon_after', true );
|
23 |
if ( $btn_after ) {
|
24 |
+
$btn_after = ' <i class="' . $fa . esc_attr( $btn_after ) . ' font_icon"></i>';
|
25 |
}
|
26 |
+
$url = get_post_meta( $id, 'vkExUnit_cta_url', true );
|
27 |
+
$text = get_post_meta( $id, 'vkExUnit_cta_text', true );
|
28 |
+
$text = preg_replace( '/\n/', '<br/>', $text );
|
29 |
+
$imgid = get_post_meta( $id, 'vkExUnit_cta_img', true );
|
30 |
|
31 |
|
32 |
$image_position = get_post_meta( $id, 'vkExUnit_cta_img_position', true );
|
33 |
+
if ( ! $image_position ) {
|
34 |
+
$image_position = 'right'; }
|
35 |
|
36 |
$content = '';
|
37 |
$content .= '<section class="veu_cta">';
|
39 |
$content .= '<div class="cta_body">';
|
40 |
if ( $imgid ) {
|
41 |
$cta_image = wp_get_attachment_image_src( $imgid, 'large' );
|
42 |
+
$content .= '<div class="cta_body_image cta_body_image_' . $image_position . '">';
|
43 |
+
$content .= ( $url ) ? '<a href="' . $url . '" target="_blank">' : '';
|
44 |
+
$content .= '<img src="' . $cta_image[0] . '" />';
|
45 |
+
$content .= ( $url ) ? '</a>' : '';
|
46 |
+
$content .= '</div>';
|
47 |
}
|
48 |
+
$content .= '<div class="cta_body_txt ' . ( ( $imgid ) ? 'image_exist' : 'image_no' ) . '">';
|
49 |
+
$content .= do_shortcode( $text );
|
50 |
$content .= '</div>';
|
51 |
if ( $url && $btn_text ) {
|
52 |
$content .= '<div class="cta_body_link">';
|
53 |
|
54 |
// 別ウィンドウで開くかどうかのカスタムフィールドの値を取得
|
55 |
$target_blank = get_post_meta( $id, 'vkExUnit_cta_url_blank', true );
|
56 |
+
if ( $target_blank != 'window_self' ) {
|
57 |
$target = ' target="_blank"';
|
58 |
} else {
|
59 |
$target = '';
|
60 |
}
|
61 |
|
62 |
+
$content .= '<a href="' . $url . '" class="btn btn-primary btn-block btn-lg"' . $target . '>';
|
63 |
+
$content .= $btn_before . $btn_text . $btn_after;
|
64 |
$content .= '</a>';
|
65 |
$content .= '</div>';
|
66 |
}
|
68 |
$content .= '</section>';
|
69 |
|
70 |
if ( $url = get_edit_post_link( $post->ID ) ) {
|
71 |
+
$content .= '<div class="veu_adminEdit"><a href="' . $url . '" class="btn btn-default" target="_blank">' . __( 'Edit CTA', $vk_call_to_action_textdomain ) . '</a></div>';
|
72 |
}
|
plugins/call-to-action/widget-call-to-action.php
CHANGED
@@ -12,77 +12,79 @@ https://github.com/vektor-inc/vektor-wp-libraries
|
|
12 |
/*-------------------------------------------*/
|
13 |
/* Contact widget
|
14 |
/*-------------------------------------------*/
|
15 |
-
class Widget_CTA extends \WP_Widget
|
16 |
-
{
|
17 |
|