VK All in One Expansion Unit - Version 2.3.1

Version Description

Download this release

Release Info

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

Code changes from version 2.3.0 to 2.3.1

_scss/style.scss CHANGED
@@ -440,8 +440,6 @@ html { font-size: inherit; } /* reset bootstrap */
440
  .veu_cta_body { display:block; overflow:hidden; padding:1.5em 2em 2em;line-height: 170%; }
441
  .veu_cta_body_image { margin-bottom:1.5em; }
442
  .veu_cta_body_image img { max-width: 250px; }
443
- .veu_cta_body_image_right { float:right;margin-left:30px; }
444
- .veu_cta_body_image_left { float:left;margin-right:30px; }
445
  .veu_cta_body_image_center { display:block; overflow:hidden;text-align: center;
446
  img { display:block; margin:0 auto 15px;max-width: 100%; }
447
  }
@@ -451,11 +449,15 @@ html { font-size: inherit; } /* reset bootstrap */
451
  }
452
  @media (max-width: 767px){
453
  .veu_cta {
454
- .veu_cta_body_image_right,
455
- .veu_cta_body_image_left { float:none;margin:auto; }
456
  .veu_cta_body_image img { display:block; margin:0 auto 1.5em;max-width: 100%; }
457
  }
458
  }
 
 
 
 
 
 
459
  /*-------------------------------------------*/
460
  /* Contact Section
461
  /*-------------------------------------------*/
440
  .veu_cta_body { display:block; overflow:hidden; padding:1.5em 2em 2em;line-height: 170%; }
441
  .veu_cta_body_image { margin-bottom:1.5em; }
442
  .veu_cta_body_image img { max-width: 250px; }
 
 
443
  .veu_cta_body_image_center { display:block; overflow:hidden;text-align: center;
444
  img { display:block; margin:0 auto 15px;max-width: 100%; }
445
  }
449
  }
450
  @media (max-width: 767px){
451
  .veu_cta {
 
 
452
  .veu_cta_body_image img { display:block; margin:0 auto 1.5em;max-width: 100%; }
453
  }
454
  }
455
+ @media (min-width: 768px){
456
+ .veu_cta {
457
+ .veu_cta_body_image_right { float:right;margin-left:30px; }
458
+ .veu_cta_body_image_left { float:left;margin-right:30px; }
459
+ }
460
+ }
461
  /*-------------------------------------------*/
462
  /* Contact Section
463
  /*-------------------------------------------*/
config.rb CHANGED
@@ -3,7 +3,7 @@ css_dir = "css"
3
  sass_dir = "_scss"
4
  images_dir = "images"
5
  javascripts_dir = "js"
6
- output_style = :compact
7
- # output_style = :compressed
8
  line_comments = false
9
  # sass_options = {:debug_info => false}
3
  sass_dir = "_scss"
4
  images_dir = "images"
5
  javascripts_dir = "js"
6
+ # output_style = :compact
7
+ output_style = :compressed
8
  line_comments = false
9
  # sass_options = {:debug_info => false}
css/admin.css CHANGED
@@ -1,33 +1 @@
1
- .optionNav { display: block !important; overflow: hidden; }
2
-
3
- .optionNav ul { display: block; overflow: hidden; margin: 0; padding: 0 5px; }
4
-
5
- .optionNav ul li { display: block; float: left; border-radius: 3px 3px 0 0; border: 1px solid #ccc; border-bottom: none; margin-right: 2px; margin-bottom: 0; }
6
-
7
- .optionNav ul li:hover { background-color: #666; }
8
-
9
- .optionNav ul li a { display: block; overflow: hidden; padding: 0.5em; text-decoration: none; color: #666; font-size: 12px; }
10
-
11
- .optionNav ul li:hover a { color: #fff; border: none; }
12
-
13
- .optionNav ul li.current { background-color: #333; color: #fff; }
14
- .optionNav ul li.current a { color: #fff; }
15
-
16
- .logo_exUnit { display: block; overflow: hidden; text-align: center; margin-bottom: 10px; border-bottom: 1px solid #ccc; }
17
- .logo_exUnit img { width: 150px; }
18
-
19
- .vkExUnit_admin_page { padding-top: 1em; }
20
- .vkExUnit_admin_page .adminMain { display: block; overflow: hidden; width: 70%; float: left; }
21
- .vkExUnit_admin_page .adminSub { display: block; overflow: hidden; width: 28%; float: right; }
22
- .vkExUnit_admin_page .adminSub .exUnit_infoBox { display: block; overflow: hidden; padding: 1em; margin-right: 1em; background-color: #fff; }
23
- .vkExUnit_admin_page .adminSub .exUnit_adminBnr { display: block; overflow: hidden; padding: 1em; margin-right: 1em; background-color: #fff; margin-top: 1em; }
24
- .vkExUnit_admin_page .adminSub .exUnit_adminBnr a { display: block; }
25
- .vkExUnit_admin_page .adminSub .exUnit_adminBnr img { max-width: 100%; height: auto; }
26
- .vkExUnit_admin_page .adminSub .exUnit_adminBnr img:hover { opacity: 0.7; }
27
- .vkExUnit_admin_page h2 { display: block; overflow: hidden; margin-bottom: 20px; }
28
- .vkExUnit_admin_page h2 .pageTitleTxt { font-size: 28px; }
29
- .vkExUnit_admin_page h3 { background-color: #333; color: #fff; padding: 10px 15px; font-size: 150%; margin-top: 0; border-left: 5px solid #e50000; }
30
- .vkExUnit_admin_page input[type=text] { width: 50%; }
31
- .vkExUnit_admin_page select { width: 50%; }
32
- .vkExUnit_admin_page dl dt { font-weight: bold; margin-bottom: 5px; }
33
- .vkExUnit_admin_page dl dd { margin-left: 0; }
1
+ .optionNav{display:block !important;overflow:hidden}.optionNav ul{display:block;overflow:hidden;margin:0;padding:0 5px}.optionNav ul li{display:block;float:left;border-radius:3px 3px 0 0;border:1px solid #ccc;border-bottom:none;margin-right:2px;margin-bottom:0}.optionNav ul li:hover{background-color:#666}.optionNav ul li a{display:block;overflow:hidden;padding:0.5em;text-decoration:none;color:#666;font-size:12px}.optionNav ul li:hover a{color:#fff;border:none}.optionNav ul li.current{background-color:#333;color:#fff}.optionNav ul li.current a{color:#fff}.logo_exUnit{display:block;overflow:hidden;text-align:center;margin-bottom:10px;border-bottom:1px solid #ccc}.logo_exUnit img{width:150px}.vkExUnit_admin_page{padding-top:1em}.vkExUnit_admin_page .adminMain{display:block;overflow:hidden;width:70%;float:left}.vkExUnit_admin_page .adminSub{display:block;overflow:hidden;width:28%;float:right}.vkExUnit_admin_page .adminSub .exUnit_infoBox{display:block;overflow:hidden;padding:1em;margin-right:1em;background-color:#fff}.vkExUnit_admin_page .adminSub .exUnit_adminBnr{display:block;overflow:hidden;padding:1em;margin-right:1em;background-color:#fff;margin-top:1em}.vkExUnit_admin_page .adminSub .exUnit_adminBnr a{display:block}.vkExUnit_admin_page .adminSub .exUnit_adminBnr img{max-width:100%;height:auto}.vkExUnit_admin_page .adminSub .exUnit_adminBnr img:hover{opacity:0.7}.vkExUnit_admin_page h2{display:block;overflow:hidden;margin-bottom:20px}.vkExUnit_admin_page h2 .pageTitleTxt{font-size:28px}.vkExUnit_admin_page h3{background-color:#333;color:#fff;padding:10px 15px;font-size:150%;margin-top:0;border-left:5px solid #e50000}.vkExUnit_admin_page input[type=text]{width:50%}.vkExUnit_admin_page select{width:50%}.vkExUnit_admin_page dl dt{font-weight:bold;margin-bottom:5px}.vkExUnit_admin_page dl dd{margin-left:0}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/style.css CHANGED
@@ -1,318 +1 @@
1
- /* .media(bootstrap)
2
- /*-------------------------------------------*/
3
- .media { border-bottom: 1px solid #e5e5e5; padding: 2em 0; margin-top: 0; }
4
- .media:first-child { border-top: 1px solid #e5e5e5; }
5
- .media .postList_thumbnail { width: 160px; margin-bottom: 0.5em; padding-right: 30px; display: block; overflow: hidden; float: left; }
6
- .media .postList_thumbnail a { position: relative; display: block; overflow: hidden; }
7
- .media .postList_thumbnail img { width: 100%; height: auto; }
8
- .media .postList_thumbnail .postList_cateLabel { position: absolute; bottom: 0; left: 0; }
9
- .media .media-body .media-heading { font-size: 1.8em; line-height: 1.3em; margin-top: 0; margin-bottom: 0.5em; font-weight: normal; }
10
- .media .media-body .media-heading a { color: #464646; }
11
- .media .media-body .media-heading a:hover { text-decoration: none; }
12
- .media .media-body p { margin-bottom: 0; }
13
- .media .media-body a.media-body_excerpt { color: #464646; }
14
-
15
- @media (max-width: 767px) { .media .postList_thumbnail { padding-right: 20px; }
16
- .media .media-body .media-heading { font-size: 1.2em; line-height: 1.3em; margin-bottom: 0.5em; } }
17
- @media (max-width: 500px) { .media .postList_thumbnail { width: 100px; } }
18
- /*-------------------------------------------*/
19
- .leadTxt, p.leadTxt { font-size: 2em; line-height: 150%; padding: 0; }
20
-
21
- /* .qaItem
22
- /*-------------------------------------------*/
23
- dl.veu_qaItem { display: block; overflow: hidden; border-bottom: 1px dotted #ccc; padding: 0px 0px 20px; margin: 0px 0px 20px; width: 100%; position: relative; }
24
- dl.veu_qaItem dt, dl.veu_qaItem dd { border: none; padding-left: 35px; }
25
- dl.veu_qaItem dt:before, dl.veu_qaItem dd:before { position: absolute; left: 0; font-size: 24px; line-height: 105%; }
26
- dl.veu_qaItem dt { margin-bottom: 15px; font-size: 18px; }
27
- dl.veu_qaItem dt:before { font-family: "areal"; content: "Q "; color: #e50000; }
28
- dl.veu_qaItem dd { margin-bottom: 0px; }
29
- dl.veu_qaItem dd:before { content: "A "; color: #337ab7; font-family: ""; }
30
-
31
- /* .flowBox
32
- /*-------------------------------------------*/
33
- .flowBox { display: block; overflow: hidden; }
34
-
35
- .flowBox:after { font-family: FontAwesome; content: "\f0d7"; font-size: 50px; margin: 0 auto 15px; position: relative; left: 48%; line-height: 120%; color: #ccc; }
36
-
37
- .flowBox:last-child { padding-bottom: 0px; margin-bottom: 30px; }
38
-
39
- .flowBox:last-child:after { content: ""; font-size: 0; }
40
-
41
- .flowBox dl { display: block; overflow: hidden; padding: 20px 25px; border: 3px solid #e5e5e5; margin: 0; }
42
-
43
- .flowBox dl dt, .flowBox dl dd { padding-left: 0; border: none; }
44
-
45
- .flowBox dl dt { border-bottom: 1px dotted #ccc; margin-bottom: 10px; font-size: 1.2em; }
46
-
47
- .flowBox dl dd { margin-bottom: 0px; }
48
-
49
- .flowBox dl dd h4 { margin: 0px; padding: 0px; }
50
-
51
- .flowBox dl dd p { margin-bottom: 10px; }
52
-
53
- .flowBox dl dd ul { margin-bottom: 0px; }
54
-
55
- .dummyImage { padding: 20px; display: block; vertical-align: middle; text-align: center; background-color: #f5f5f5; border: 1px solid #ccc; margin-bottom: 15px; }
56
-
57
- .floatLeft { float: left; margin-right: 20px; }
58
-
59
- .floatRight { float: right; margin-left: 20px; }
60
-
61
- /*-------------------------------------------------*/
62
- /* ex_unit
63
- /*-------------------------------------------------*/
64
- /* .common
65
- /*-------------------------------------------*/
66
- /* .autoEyeCatchBox
67
- /*-------------------------------------------*/
68
- /* .sitemap
69
- /*-------------------------------------------*/
70
- /* fb Page Plugin
71
- /*-------------------------------------------*/
72
- /* .socialSet
73
- /*-------------------------------------------*/
74
- /* Wiget Profile Plugin
75
- /*-------------------------------------------*/
76
- /* Wiget 3PR area Plugin
77
- /*-------------------------------------------*/
78
- /* Wiget PR Bloclks Plugin
79
- /*-------------------------------------------*/
80
- /* Widget Page Content
81
- /*-------------------------------------------*/
82
- /* childPageIndex Plugin
83
- /*-------------------------------------------*/
84
- /* sitemap page Plugin
85
- /*-------------------------------------------*/
86
- /* CTA Section
87
- /*-------------------------------------------*/
88
- /* Contact Section
89
- /*-------------------------------------------*/
90
- /* Insert Ads
91
- /*-------------------------------------------*/
92
- /*-------------------------------------------*/
93
- /* .common
94
- /*-------------------------------------------*/
95
- html { font-size: inherit; }
96
-
97
- /* reset bootstrap */
98
- .link-list li { padding: 0.5em; }
99
-
100
- .widget .subSection-title { font-size: 18px; }
101
-
102
- /*-------------------------------------------*/
103
- /* .autoEyeCatchBox
104
- /*-------------------------------------------*/
105
- .autoEyeCatchBox { display: block; overflow: hidden; margin-bottom: 2em; }
106
-
107
- /*-------------------------------------------*/
108
- /* .sitemap
109
- /*-------------------------------------------*/
110
- .sitemap .sectionBox { padding-top: 0; }
111
-
112
- .sitemap .sitemap-col { padding-bottom: 2em; }
113
-
114
- /*-------------------------------------------*/
115
- /* fb Page Plugin
116
- /*-------------------------------------------*/
117
- .fb-like-box { margin: 0 auto; border: 4px solid #efefef; background-color: #f9f9f9; text-align: center; }
118
-
119
- .twitter-timeline iframe { margin-right: auto; margin-left: auto; }
120
-
121
- .vkContentAddSection { display: block; clear: both; overflow: hidden; padding-top: 20px; }
122
-
123
- /*-------------------------------------------*/
124
- /* .socialSet
125
- /*-------------------------------------------*/
126
- .socialSet ul { margin: 0px; padding: 0; }
127
-
128
- .socialSet ul li { position: relative; display: block; float: left; overflow: visible; margin-right: 10px; padding: 0px; background: none; }
129
-
130
- .socialSet ul li.sb_icon a { display: block; overflow: hidden; padding: 3px 5px 0px; border: 1px solid #ccc; border-radius: 3px; background-color: #fff; color: #333; text-decoration: none; line-height: 100%; }
131
-
132
- .socialSet ul li.sb_icon a .sns_txt { position: relative; top: -2px; font-size: 11px; }
133
-
134
- .socialSet ul li iframe { border: none; }
135
-
136
- .socialSet ul li a .icon_sns { margin-right: 5px; font-size: 100%; }
137
-
138
- .socialSet ul li.sb_icon.sb_facebook .icon_sns { color: #425dab; }
139
-
140
- .socialSet ul li.sb_icon.sb_hatena .icon_sns { color: #2c6ebd; }
141
-
142
- .socialSet ul li.sb_icon.sb_twitter .icon_sns { color: #00abec; }
143
-
144
- .socialSet ul li.sb_icon.sb_google .icon_sns { color: #dd4b39; }
145
-
146
- .socialSet ul li.sb_icon.sb_line .icon_sns { color: #6ebd30; }
147
-
148
- .socialSet ul li.sb_pocket { margin-left: 5px; }
149
-
150
- .relatedPosts h2 { margin-bottom: 10px; }
151
-
152
- .followSet { display: block; overflow: hidden; margin-top: 20px; padding: 15px; border: 1px solid #f5f5f5; background-color: #efefef; }
153
-
154
- .followSet h3.followSet_title { padding: 6px 10px 4px; border: none; background-color: #333; color: #fff; font-size: 18px; }
155
- .followSet h3.followSet_title:after { border: none; }
156
-
157
- .follow_btn { float: left; margin-right: 20px; }
158
-
159
- /*-------------------------------------------*/
160
- /* import icon
161
- /*-------------------------------------------*/
162
- @font-face { font-weight: normal; font-style: normal; font-family: 'vk_sns'; src: url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj"); src: url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"), url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"), url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"), url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg"); }
163
- [class^="vk_icon_w_r_sns_"], [class*=" vk_icon_w_r_sns_"] { text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-family: 'vk_sns'; line-height: 1; /* Better Font Rendering =========== */ speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
164
-
165
- .vk_icon_w_r_sns_twitter:before { content: "\e600"; }
166
-
167
- .vk_icon_w_r_sns_line:before { content: "\e601"; }
168
-
169
- .vk_icon_w_r_sns_hatena:before { content: "\e602"; }
170
-
171
- .vk_icon_w_r_sns_google:before { content: "\e603"; }
172
-
173
- .vk_icon_w_r_sns_fb:before { content: "\e604"; }
174
-
175
- /*-------------------------------------------*/
176
- /* Wiget Profile Plugin
177
- /*-------------------------------------------*/
178
- .vkExUnit_entry-meta_items.published:before { font-family: FontAwesome; content: "\f073"; margin-right: 5px; }
179
-
180
- /*-------------------------------------------*/
181
- /* Wiget Profile Plugin
182
- /*-------------------------------------------*/
183
- .site-profile { overflow: hidden; }
184
-
185
- .profile_media { display: block; margin: 0.8em auto; max-width: 100%; }
186
-
187
- .media_round { border-radius: 50%; }
188
-
189
- .media_left .profile_media { margin-left: 0; }
190
-
191
- .media_float { float: left; padding-right: 10px; }
192
- .media_float .profile_media { margin: 0.8em 0 0; }
193
- .media_float + .profile_text { padding-top: 0.8em; }
194
-
195
- .profile_text { margin-bottom: 0.5em; font-size: 14px; }
196
-
197
- .sns_btns { margin: 0; padding: 0; width: 100%; }
198
- .sns_btns li { float: left; margin-right: 0.45em; list-style: none; text-align: center; }
199
- .sns_btns a { display: block; display: table; width: 45px; height: 45px; border-radius: 23px; color: #fff; text-decoration: none; font-size: 20px; }
200
- .sns_btns a:hover { color: #fff; text-decoration: none; opacity: 0.8; }
201
- .sns_btns .fa { display: table-cell; vertical-align: middle; text-align: center; }
202
- .sns_btns .facebook_btn a { background: #3b5998; }
203
- .sns_btns .twitter_btn a { background: #55acee; }
204
- .sns_btns .mail_btn a { background: #2F915F; }
205
- .sns_btns .youtube_btn a { background: #C81D1C; }
206
- .sns_btns .rss_btn a { background: #f26522; }
207
- .sns_btns .instagram_btn a { background: #3f729b; }
208
- .sns_btns .linkedin_btn a { background: #0077b5; }
209
-
210
- /*-------------------------------------------*/
211
- /* Wiget 3PR area Plugin
212
- /*-------------------------------------------*/
213
- .prBox .subSection-title { font-size: 18px; }
214
- .prBox .media_pr { margin-top: 0.8em; margin-bottom: 0.8em; }
215
- .prBox .media_pc { display: block; }
216
- .prBox .media_sp { display: none; }
217
- .prBox .summary { margin-bottom: 0.5em; font-size: 14px; line-height: 1.4em; }
218
- .prBox .linkurl a { text-decoration: none; }
219
-
220
- @media screen and (max-width: 992px) { .prBox .media_pc { display: none; }
221
- .prBox .media_sp { display: block; }
222
- .prBox .linkurl { margin-bottom: 1.5em; } }
223
- /*-------------------------------------------*/
224
- /* Wiget PR Bloclks Plugin
225
- /*-------------------------------------------*/
226
- .widget.pr_blocks { display: table; width: 100%; table-layout: fixed; }
227
- .widget.pr_blocks .prArea { display: table-cell; padding: 0 1em; }
228
- .widget.pr_blocks .prArea:first-child { padding-left: 0; }
229
- .widget.pr_blocks .prArea:last-child { padding-right: 0; }
230
- .widget.pr_blocks a { color: #333; }
231
- .widget.pr_blocks a:hover { color: #333; text-decoration: none; }
232
- .widget.pr_blocks a .summary:hover { text-decoration: underline; }
233
- .widget.pr_blocks .circle_icon { display: table; margin: 0 auto; width: 80px; height: 80px; border-radius: 50%; }
234
- .widget.pr_blocks .circle_icon .font_icon { display: table-cell; color: #fff; vertical-align: middle; text-align: center; font-size: 40px; }
235
- .widget.pr_blocks .prBox_title { margin-top: 1.5em; margin-bottom: 1em; text-align: center; font-size: 18px; }
236
- .widget.pr_blocks .media_pr { display: table; margin: 0 auto; }
237
- .widget.pr_blocks .pr_image { display: table-cell; overflow: hidden; width: 120px; height: 120px; border-radius: 50%; vertical-align: middle; text-align: center; }
238
- .widget.pr_blocks .summary { margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.4em; }
239
-
240
- @media screen and (max-width: 992px) { .widget.pr_blocks { display: block; }
241
- .widget.pr_blocks .prArea { display: block; margin-bottom: 3em; }
242
- .widget.pr_blocks .prArea:first-child { padding-left: 1em; }
243
- .widget.pr_blocks .prArea:last-child { padding-right: 1em; } }
244
- /*-------------------------------------------*/
245
- /* Widget Page Content
246
- /*-------------------------------------------*/
247
- .widget_pageContent h1 { margin-bottom: 20px; }
248
-
249
- /*-------------------------------------------*/
250
- /* childPageIndex Plugin
251
- /*-------------------------------------------*/
252
- .childPage_list { margin-top: 2.5em; margin-bottom: 1em; }
253
- .childPage_list a:hover { text-decoration: none; }
254
-
255
- .childPage_list_box { display: block; overflow: hidden; position: relative; border: 3px solid #efefef; box-shadow: inset 0px 0px 0px 1px white; padding: 0 20px; margin-bottom: 1.5em; }
256
- .childPage_list_box .childPage_list_title { margin-top: 20px; font-size: 16px; line-height: 1.4; color: #464646; }
257
- .childPage_list_box .wp-post-image { float: left; margin-right: 1em; width: 30%; border: solid 1px #ddd; }
258
- .childPage_list_box .childPage_list_body { overflow: hidden; color: #333; font-size: 14px; margin-bottom: 15px; }
259
- .childPage_list_box .childPage_list_body:hover { text-decoration: underline; }
260
- .childPage_list_box .childPage_list_text { overflow: hidden; margin-bottom: 0; }
261
- .childPage_list_box .childPage_list_more { float: right; margin-bottom: 20px; }
262
-
263
- @media screen and (max-width: 992px) { .childPage_list_box .wp-post-image { float: left; margin-right: 1em; width: 25%; border: solid 1px #ddd; } }
264
- /*-------------------------------------------*/
265
- /* sitemap page Plugin
266
- /*-------------------------------------------*/
267
- .sitemap-col { margin-top: 2.5em; }
268
- .sitemap-col .link-list { margin-top: 0; margin-bottom: 0; }
269
- .sitemap-col .page_item { padding: 0; }
270
- .sitemap-col .children { margin-bottom: 2em; }
271
- .sitemap-col .cat-item { padding: 0; }
272
-
273
- /*-------------------------------------------*/
274
- /* CTA Section
275
- /*-------------------------------------------*/
276
- .veu_cta { display: block; overflow: hidden; background-color: #efefef; margin-top: 20px; margin-bottom: 20px; }
277
- .veu_cta h1.veu_cta_title { display: block; overflow: hidden; background-color: #333; font-size: 22px; color: #fff; padding: 12px 20px 10px; line-height: 1.2em; }
278
- .veu_cta .veu_cta_body { display: block; overflow: hidden; padding: 1.5em 2em 2em; line-height: 170%; }
279
- .veu_cta .veu_cta_body_image { margin-bottom: 1.5em; }
280
- .veu_cta .veu_cta_body_image img { max-width: 250px; }
281
- .veu_cta .veu_cta_body_image_right { float: right; margin-left: 30px; }
282
- .veu_cta .veu_cta_body_image_left { float: left; margin-right: 30px; }
283
- .veu_cta .veu_cta_body_image_center { display: block; overflow: hidden; text-align: center; }
284
- .veu_cta .veu_cta_body_image_center img { display: block; margin: 0 auto 15px; max-width: 100%; }
285
- .veu_cta .veu_cta_body_txt { display: block; overflow: hidden; }
286
- .veu_cta .veu_cta_body_link { clear: both; margin-top: 1.5em; }
287
-
288
- @media (max-width: 767px) { .veu_cta .veu_cta_body_image_right, .veu_cta .veu_cta_body_image_left { float: none; margin: auto; }
289
- .veu_cta .veu_cta_body_image img { display: block; margin: 0 auto 1.5em; max-width: 100%; } }
290
- /*-------------------------------------------*/
291
- /* Contact Section
292
- /*-------------------------------------------*/
293
- .veu_contact { display: block; overflow: hidden; margin-bottom: 1em; padding: 25px 24px 21px; border: 3px solid #efefef; box-shadow: inset 0px 0px 0px 1px white; background-color: #f9f9f9; }
294
-
295
- .veu_contact_txt_catch, .veu_contact_txt_tel, .veu_contact_txt_time { display: block; overflow: hidden; }
296
-
297
- .veu_contact_txt_catch, .veu_contact_txt_time { line-height: 128.6%; font-size: 14px; }
298
-
299
- .veu_contact_txt_tel { font-size: 28px; line-height: 110%; padding-top: 4px; }
300
-
301
- .veu_contact_bt_txt:before { font-family: FontAwesome; content: "\f003"; margin-right: 7px; }
302
-
303
- .veu_contact_bt_txt:after { font-family: FontAwesome; content: "\f18e"; margin-left: 7px; }
304
-
305
- .veu_contact_bt_subTxt { display: block; overflow: hidden; font-size: 14px; }
306
-
307
- @media (max-width: 767px) { .veu_contact_txt { text-align: center; }
308
- .veu_contact_bt { display: block; } }
309
- @media (min-width: 768px) { p.veu_contact_txt { margin-bottom: 0; }
310
- .veu_contact_txt { float: left; }
311
- .veu_contact_bt { float: right; } }
312
- /*-------------------------------------------*/
313
- /* Insert Ads
314
- /*-------------------------------------------*/
315
- .veu_insertAds { margin-top: 1em; margin-bottom: 1.5em; }
316
-
317
- @media (max-width: 971px) { .veu_insertAds { margin-bottom: 0.5em; }
318
- .veu_insertAds .col-md-6 { margin-bottom: 1em; } }
1
+ .media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-body .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-body .media-heading a{color:#464646}.media .media-body .media-heading a:hover{text-decoration:none}.media .media-body p{margin-bottom:0}.media .media-body a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.leadTxt,p.leadTxt{font-size:2em;line-height:150%;padding:0}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.flowBox{display:block;overflow:hidden}.flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.flowBox:last-child:after{content:"";font-size:0}.flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.flowBox dl dt,.flowBox dl dd{padding-left:0;border:none}.flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.flowBox dl dd{margin-bottom:0px}.flowBox dl dd h4{margin:0px;padding:0px}.flowBox dl dd p{margin-bottom:10px}.flowBox dl dd ul{margin-bottom:0px}.dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.floatLeft{float:left;margin-right:20px}.floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}.widget .subSection-title{font-size:18px}.autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.sitemap .sectionBox{padding-top:0}.sitemap .sitemap-col{padding-bottom:2em}.fb-like-box{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.vkContentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.socialSet ul{margin:0px;padding:0}.socialSet ul li{position:relative;display:block;float:left;overflow:visible;margin-right:10px;padding:0px;background:none}.socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:3px 5px 0px;border:1px solid #ccc;border-radius:3px;background-color:#fff;color:#333;text-decoration:none;line-height:100%}.socialSet ul li.sb_icon a .sns_txt{position:relative;top:-2px;font-size:11px}.socialSet ul li iframe{border:none}.socialSet ul li a .icon_sns{margin-right:5px;font-size:100%}.socialSet ul li.sb_icon.sb_facebook .icon_sns{color:#425dab}.socialSet ul li.sb_icon.sb_hatena .icon_sns{color:#2c6ebd}.socialSet ul li.sb_icon.sb_twitter .icon_sns{color:#00abec}.socialSet ul li.sb_icon.sb_google .icon_sns{color:#dd4b39}.socialSet ul li.sb_icon.sb_line .icon_sns{color:#6ebd30}.socialSet ul li.sb_pocket{margin-left:5px}.relatedPosts h2{margin-bottom:10px}.followSet{display:block;overflow:hidden;margin-top:20px;padding:15px;border:1px solid #f5f5f5;background-color:#efefef}.followSet h3.followSet_title{padding:6px 10px 4px;border:none;background-color:#333;color:#fff;font-size:18px}.followSet h3.followSet_title:after{border:none}.follow_btn{float:left;margin-right:20px}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.vkExUnit_entry-meta_items.published:before{font-family:FontAwesome;content:"\f073";margin-right:5px}.site-profile{overflow:hidden}.profile_media{display:block;margin:0.8em auto;max-width:100%}.media_round{border-radius:50%}.media_left .profile_media{margin-left:0}.media_float{float:left;padding-right:10px}.media_float .profile_media{margin:0.8em 0 0}.media_float+.profile_text{padding-top:0.8em}.profile_text{margin-bottom:0.5em;font-size:14px}.sns_btns{margin:0;padding:0;width:100%}.sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.sns_btns a{display:block;display:table;width:45px;height:45px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.sns_btns .facebook_btn a{background:#3b5998}.sns_btns .twitter_btn a{background:#55acee}.sns_btns .mail_btn a{background:#2F915F}.sns_btns .youtube_btn a{background:#C81D1C}.sns_btns .rss_btn a{background:#f26522}.sns_btns .instagram_btn a{background:#3f729b}.sns_btns .linkedin_btn a{background:#0077b5}.prBox .subSection-title{font-size:18px}.prBox .media_pr{margin-top:0.8em;margin-bottom:0.8em}.prBox .media_pc{display:block}.prBox .media_sp{display:none}.prBox .summary{margin-bottom:0.5em;font-size:14px;line-height:1.4em}.prBox .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.prBox .media_pc{display:none}.prBox .media_sp{display:block}.prBox .linkurl{margin-bottom:1.5em}}.widget.pr_blocks{display:table;width:100%;table-layout:fixed}.widget.pr_blocks .prArea{display:table-cell;padding:0 1em}.widget.pr_blocks .prArea:first-child{padding-left:0}.widget.pr_blocks .prArea:last-child{padding-right:0}.widget.pr_blocks a{color:#333}.widget.pr_blocks a:hover{color:#333;text-decoration:none}.widget.pr_blocks a .summary:hover{text-decoration:underline}.widget.pr_blocks .circle_icon{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.widget.pr_blocks .circle_icon .font_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:40px}.widget.pr_blocks .prBox_title{margin-top:1.5em;margin-bottom:1em;text-align:center;font-size:18px}.widget.pr_blocks .media_pr{display:table;margin:0 auto}.widget.pr_blocks .pr_image{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.widget.pr_blocks .summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.4em}@media screen and (max-width: 992px){.widget.pr_blocks{display:block}.widget.pr_blocks .prArea{display:block;margin-bottom:3em}.widget.pr_blocks .prArea:first-child{padding-left:1em}.widget.pr_blocks .prArea:last-child{padding-right:1em}}.widget_pageContent h1{margin-bottom:20px}.childPage_list{margin-top:2.5em;margin-bottom:1em}.childPage_list a:hover{text-decoration:none}.childPage_list_box{display:block;overflow:hidden;position:relative;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;padding:0 20px;margin-bottom:1.5em}.childPage_list_box .childPage_list_title{margin-top:20px;font-size:16px;line-height:1.4;color:#464646}.childPage_list_box .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.childPage_list_box .childPage_list_body{overflow:hidden;color:#333;font-size:14px;margin-bottom:15px}.childPage_list_box .childPage_list_body:hover{text-decoration:underline}.childPage_list_box .childPage_list_text{overflow:hidden;margin-bottom:0}.childPage_list_box .childPage_list_more{float:right;margin-bottom:20px}@media screen and (max-width: 992px){.childPage_list_box .wp-post-image{float:left;margin-right:1em;width:25%;border:solid 1px #ddd}}.sitemap-col{margin-top:2.5em}.sitemap-col .link-list{margin-top:0;margin-bottom:0}.sitemap-col .page_item{padding:0}.sitemap-col .children{margin-bottom:2em}.sitemap-col .cat-item{padding:0}.veu_cta{display:block;overflow:hidden;background-color:#efefef;margin-top:20px;margin-bottom:20px}.veu_cta h1.veu_cta_title{display:block;overflow:hidden;background-color:#333;font-size:22px;color:#fff;padding:12px 20px 10px;line-height:1.2em}.veu_cta .veu_cta_body{display:block;overflow:hidden;padding:1.5em 2em 2em;line-height:170%}.veu_cta .veu_cta_body_image{margin-bottom:1.5em}.veu_cta .veu_cta_body_image img{max-width:250px}.veu_cta .veu_cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .veu_cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .veu_cta_body_txt{display:block;overflow:hidden}.veu_cta .veu_cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .veu_cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .veu_cta_body_image_right{float:right;margin-left:30px}.veu_cta .veu_cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden;margin-bottom:1em;padding:25px 24px 21px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;background-color:#f9f9f9}.veu_contact_txt_catch,.veu_contact_txt_tel,.veu_contact_txt_time{display:block;overflow:hidden}.veu_contact_txt_catch,.veu_contact_txt_time{line-height:128.6%;font-size:14px}.veu_contact_txt_tel{font-size:28px;line-height:110%;padding-top:4px}.veu_contact_bt_txt:before{font-family:FontAwesome;content:"\f003";margin-right:7px}.veu_contact_bt_txt:after{font-family:FontAwesome;content:"\f18e";margin-left:7px}.veu_contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}@media (max-width: 767px){.veu_contact_txt{text-align:center}.veu_contact_bt{display:block}}@media (min-width: 768px){p.veu_contact_txt{margin-bottom:0}.veu_contact_txt{float:left}.veu_contact_bt{float:right}}.veu_insertAds{margin-top:1em;margin-bottom:1.5em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/style_in_bs.css CHANGED
@@ -2,897 +2,11 @@
2
  * Bootstrap v3.3.5 (http://getbootstrap.com)
3
  * Copyright 2011-2015 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
- */
6
- /*!
7
  * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7345914a18fe4c024e9a)
8
  * Config saved to config.json and https://gist.github.com/7345914a18fe4c024e9a
9
- */
10
- /*!
11
  * Bootstrap v3.3.5 (http://getbootstrap.com)
12
  * Copyright 2011-2015 Twitter, Inc.
13
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
14
- */
15
- /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
16
- html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
17
-
18
- body { margin: 0; }
19
-
20
- article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
21
-
22
- audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
23
-
24
- audio:not([controls]) { display: none; height: 0; }
25
-
26
- [hidden], template { display: none; }
27
-
28
- a { background-color: transparent; }
29
-
30
- a:active, a:hover { outline: 0; }
31
-
32
- abbr[title] { border-bottom: 1px dotted; }
33
-
34
- b, strong { font-weight: bold; }
35
-
36
- dfn { font-style: italic; }
37
-
38
- h1 { font-size: 2em; margin: 0.67em 0; }
39
-
40
- mark { background: #ff0; color: #000; }
41
-
42
- small { font-size: 80%; }
43
-
44
- sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
45
-
46
- sup { top: -0.5em; }
47
-
48
- sub { bottom: -0.25em; }
49
-
50
- img { border: 0; }
51
-
52
- svg:not(:root) { overflow: hidden; }
53
-
54
- figure { margin: 1em 40px; }
55
-
56
- hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
57
-
58
- pre { overflow: auto; }
59
-
60
- code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
61
-
62
- button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
63
-
64
- button { overflow: visible; }
65
-
66
- button, select { text-transform: none; }
67
-
68
- button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
69
-
70
- button[disabled], html input[disabled] { cursor: default; }
71
-
72
- button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
73
-
74
- input { line-height: normal; }
75
-
76
- input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }
77
-
78
- input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
79
-
80
- input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
81
-
82
- input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
83
-
84
- fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
85
-
86
- legend { border: 0; padding: 0; }
87
-
88
- textarea { overflow: auto; }
89
-
90
- optgroup { font-weight: bold; }
91
-
92
- table { border-collapse: collapse; border-spacing: 0; }
93
-
94
- td, th { padding: 0; }
95
-
96
- * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
97
-
98
- *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
99
-
100
- html { font-size: 10px; -webkit-tap-highlight-color: transparent; }
101
-
102
- body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; }
103
-
104
- input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
105
-
106
- a { color: #337ab7; text-decoration: none; }
107
-
108
- a:hover, a:focus { color: #23527c; text-decoration: underline; }
109
-
110
- a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
111
-
112
- figure { margin: 0; }
113
-
114
- img { vertical-align: middle; }
115
-
116
- .img-responsive { display: block; max-width: 100%; height: auto; }
117
-
118
- .img-rounded { border-radius: 6px; }
119
-
120
- .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }
121
-
122
- .img-circle { border-radius: 50%; }
123
-
124
- hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }
125
-
126
- .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
127
-
128
- .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
129
-
130
- [role="button"] { cursor: pointer; }
131
-
132
- .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
133
-
134
- @media (min-width: 768px) { .container { width: 750px; } }
135
- @media (min-width: 992px) { .container { width: 970px; } }
136
- @media (min-width: 1200px) { .container { width: 1170px; } }
137
- .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
138
-
139
- .row { margin-left: -15px; margin-right: -15px; }
140
-
141
- .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
142
-
143
- .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
144
-
145
- .col-xs-12 { width: 100%; }
146
-
147
- .col-xs-11 { width: 91.66666667%; }
148
-
149
- .col-xs-10 { width: 83.33333333%; }
150
-
151
- .col-xs-9 { width: 75%; }
152
-
153
- .col-xs-8 { width: 66.66666667%; }
154
-
155
- .col-xs-7 { width: 58.33333333%; }
156
-
157
- .col-xs-6 { width: 50%; }
158
-
159
- .col-xs-5 { width: 41.66666667%; }
160
-
161
- .col-xs-4 { width: 33.33333333%; }
162
-
163
- .col-xs-3 { width: 25%; }
164
-
165
- .col-xs-2 { width: 16.66666667%; }
166
-
167
- .col-xs-1 { width: 8.33333333%; }
168
-
169
- .col-xs-pull-12 { right: 100%; }
170
-
171
- .col-xs-pull-11 { right: 91.66666667%; }
172
-
173
- .col-xs-pull-10 { right: 83.33333333%; }
174
-
175
- .col-xs-pull-9 { right: 75%; }
176
-
177
- .col-xs-pull-8 { right: 66.66666667%; }
178
-
179
- .col-xs-pull-7 { right: 58.33333333%; }
180
-
181
- .col-xs-pull-6 { right: 50%; }
182
-
183
- .col-xs-pull-5 { right: 41.66666667%; }
184
-
185
- .col-xs-pull-4 { right: 33.33333333%; }
186
-
187
- .col-xs-pull-3 { right: 25%; }
188
-
189
- .col-xs-pull-2 { right: 16.66666667%; }
190
-
191
- .col-xs-pull-1 { right: 8.33333333%; }
192
-
193
- .col-xs-pull-0 { right: auto; }
194
-
195
- .col-xs-push-12 { left: 100%; }
196
-
197
- .col-xs-push-11 { left: 91.66666667%; }
198
-
199
- .col-xs-push-10 { left: 83.33333333%; }
200
-
201
- .col-xs-push-9 { left: 75%; }
202
-
203
- .col-xs-push-8 { left: 66.66666667%; }
204
-
205
- .col-xs-push-7 { left: 58.33333333%; }
206
-
207
- .col-xs-push-6 { left: 50%; }
208
-
209
- .col-xs-push-5 { left: 41.66666667%; }
210
-
211
- .col-xs-push-4 { left: 33.33333333%; }
212
-
213
- .col-xs-push-3 { left: 25%; }
214
-
215
- .col-xs-push-2 { left: 16.66666667%; }
216
-
217
- .col-xs-push-1 { left: 8.33333333%; }
218
-
219
- .col-xs-push-0 { left: auto; }
220
-
221
- .col-xs-offset-12 { margin-left: 100%; }
222
-
223
- .col-xs-offset-11 { margin-left: 91.66666667%; }
224
-
225
- .col-xs-offset-10 { margin-left: 83.33333333%; }
226
-
227
- .col-xs-offset-9 { margin-left: 75%; }
228
-
229
- .col-xs-offset-8 { margin-left: 66.66666667%; }
230
-
231
- .col-xs-offset-7 { margin-left: 58.33333333%; }
232
-
233
- .col-xs-offset-6 { margin-left: 50%; }
234
-
235
- .col-xs-offset-5 { margin-left: 41.66666667%; }
236
-
237
- .col-xs-offset-4 { margin-left: 33.33333333%; }
238
-
239
- .col-xs-offset-3 { margin-left: 25%; }
240
-
241
- .col-xs-offset-2 { margin-left: 16.66666667%; }
242
-
243
- .col-xs-offset-1 { margin-left: 8.33333333%; }
244
-
245
- .col-xs-offset-0 { margin-left: 0; }
246
-
247
- @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
248
- .col-sm-12 { width: 100%; }
249
- .col-sm-11 { width: 91.66666667%; }
250
- .col-sm-10 { width: 83.33333333%; }
251
- .col-sm-9 { width: 75%; }
252
- .col-sm-8 { width: 66.66666667%; }
253
- .col-sm-7 { width: 58.33333333%; }
254
- .col-sm-6 { width: 50%; }
255
- .col-sm-5 { width: 41.66666667%; }
256
- .col-sm-4 { width: 33.33333333%; }
257
- .col-sm-3 { width: 25%; }
258
- .col-sm-2 { width: 16.66666667%; }
259
- .col-sm-1 { width: 8.33333333%; }
260
- .col-sm-pull-12 { right: 100%; }
261
- .col-sm-pull-11 { right: 91.66666667%; }
262
- .col-sm-pull-10 { right: 83.33333333%; }
263
- .col-sm-pull-9 { right: 75%; }
264
- .col-sm-pull-8 { right: 66.66666667%; }
265
- .col-sm-pull-7 { right: 58.33333333%; }
266
- .col-sm-pull-6 { right: 50%; }
267
- .col-sm-pull-5 { right: 41.66666667%; }
268
- .col-sm-pull-4 { right: 33.33333333%; }
269
- .col-sm-pull-3 { right: 25%; }
270
- .col-sm-pull-2 { right: 16.66666667%; }
271
- .col-sm-pull-1 { right: 8.33333333%; }
272
- .col-sm-pull-0 { right: auto; }
273
- .col-sm-push-12 { left: 100%; }
274
- .col-sm-push-11 { left: 91.66666667%; }
275
- .col-sm-push-10 { left: 83.33333333%; }
276
- .col-sm-push-9 { left: 75%; }
277
- .col-sm-push-8 { left: 66.66666667%; }
278
- .col-sm-push-7 { left: 58.33333333%; }
279
- .col-sm-push-6 { left: 50%; }
280
- .col-sm-push-5 { left: 41.66666667%; }
281
- .col-sm-push-4 { left: 33.33333333%; }
282
- .col-sm-push-3 { left: 25%; }
283
- .col-sm-push-2 { left: 16.66666667%; }
284
- .col-sm-push-1 { left: 8.33333333%; }
285
- .col-sm-push-0 { left: auto; }
286
- .col-sm-offset-12 { margin-left: 100%; }
287
- .col-sm-offset-11 { margin-left: 91.66666667%; }
288
- .col-sm-offset-10 { margin-left: 83.33333333%; }
289
- .col-sm-offset-9 { margin-left: 75%; }
290
- .col-sm-offset-8 { margin-left: 66.66666667%; }
291
- .col-sm-offset-7 { margin-left: 58.33333333%; }
292
- .col-sm-offset-6 { margin-left: 50%; }
293
- .col-sm-offset-5 { margin-left: 41.66666667%; }
294
- .col-sm-offset-4 { margin-left: 33.33333333%; }
295
- .col-sm-offset-3 { margin-left: 25%; }
296
- .col-sm-offset-2 { margin-left: 16.66666667%; }
297
- .col-sm-offset-1 { margin-left: 8.33333333%; }
298
- .col-sm-offset-0 { margin-left: 0; } }
299
- @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
300
- .col-md-12 { width: 100%; }
301
- .col-md-11 { width: 91.66666667%; }
302
- .col-md-10 { width: 83.33333333%; }
303
- .col-md-9 { width: 75%; }
304
- .col-md-8 { width: 66.66666667%; }
305
- .col-md-7 { width: 58.33333333%; }
306
- .col-md-6 { width: 50%; }
307
- .col-md-5 { width: 41.66666667%; }
308
- .col-md-4 { width: 33.33333333%; }
309
- .col-md-3 { width: 25%; }
310
- .col-md-2 { width: 16.66666667%; }
311
- .col-md-1 { width: 8.33333333%; }
312
- .col-md-pull-12 { right: 100%; }
313
- .col-md-pull-11 { right: 91.66666667%; }
314
- .col-md-pull-10 { right: 83.33333333%; }
315
- .col-md-pull-9 { right: 75%; }
316
- .col-md-pull-8 { right: 66.66666667%; }
317
- .col-md-pull-7 { right: 58.33333333%; }
318
- .col-md-pull-6 { right: 50%; }
319
- .col-md-pull-5 { right: 41.66666667%; }
320
- .col-md-pull-4 { right: 33.33333333%; }
321
- .col-md-pull-3 { right: 25%; }
322
- .col-md-pull-2 { right: 16.66666667%; }
323
- .col-md-pull-1 { right: 8.33333333%; }
324
- .col-md-pull-0 { right: auto; }
325
- .col-md-push-12 { left: 100%; }
326
- .col-md-push-11 { left: 91.66666667%; }
327
- .col-md-push-10 { left: 83.33333333%; }
328
- .col-md-push-9 { left: 75%; }
329
- .col-md-push-8 { left: 66.66666667%; }
330
- .col-md-push-7 { left: 58.33333333%; }
331
- .col-md-push-6 { left: 50%; }
332
- .col-md-push-5 { left: 41.66666667%; }
333
- .col-md-push-4 { left: 33.33333333%; }
334
- .col-md-push-3 { left: 25%; }
335
- .col-md-push-2 { left: 16.66666667%; }
336
- .col-md-push-1 { left: 8.33333333%; }
337
- .col-md-push-0 { left: auto; }
338
- .col-md-offset-12 { margin-left: 100%; }
339
- .col-md-offset-11 { margin-left: 91.66666667%; }
340
- .col-md-offset-10 { margin-left: 83.33333333%; }
341
- .col-md-offset-9 { margin-left: 75%; }
342
- .col-md-offset-8 { margin-left: 66.66666667%; }
343
- .col-md-offset-7 { margin-left: 58.33333333%; }
344
- .col-md-offset-6 { margin-left: 50%; }
345
- .col-md-offset-5 { margin-left: 41.66666667%; }
346
- .col-md-offset-4 { margin-left: 33.33333333%; }
347
- .col-md-offset-3 { margin-left: 25%; }
348
- .col-md-offset-2 { margin-left: 16.66666667%; }
349
- .col-md-offset-1 { margin-left: 8.33333333%; }
350
- .col-md-offset-0 { margin-left: 0; } }
351
- @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
352
- .col-lg-12 { width: 100%; }
353
- .col-lg-11 { width: 91.66666667%; }
354
- .col-lg-10 { width: 83.33333333%; }
355
- .col-lg-9 { width: 75%; }
356
- .col-lg-8 { width: 66.66666667%; }
357
- .col-lg-7 { width: 58.33333333%; }
358
- .col-lg-6 { width: 50%; }
359
- .col-lg-5 { width: 41.66666667%; }
360
- .col-lg-4 { width: 33.33333333%; }
361
- .col-lg-3 { width: 25%; }
362
- .col-lg-2 { width: 16.66666667%; }
363
- .col-lg-1 { width: 8.33333333%; }
364
- .col-lg-pull-12 { right: 100%; }
365
- .col-lg-pull-11 { right: 91.66666667%; }
366
- .col-lg-pull-10 { right: 83.33333333%; }
367
- .col-lg-pull-9 { right: 75%; }
368
- .col-lg-pull-8 { right: 66.66666667%; }
369
- .col-lg-pull-7 { right: 58.33333333%; }
370
- .col-lg-pull-6 { right: 50%; }
371
- .col-lg-pull-5 { right: 41.66666667%; }
372
- .col-lg-pull-4 { right: 33.33333333%; }
373
- .col-lg-pull-3 { right: 25%; }
374
- .col-lg-pull-2 { right: 16.66666667%; }
375
- .col-lg-pull-1 { right: 8.33333333%; }
376
- .col-lg-pull-0 { right: auto; }
377
- .col-lg-push-12 { left: 100%; }
378
- .col-lg-push-11 { left: 91.66666667%; }
379
- .col-lg-push-10 { left: 83.33333333%; }
380
- .col-lg-push-9 { left: 75%; }
381
- .col-lg-push-8 { left: 66.66666667%; }
382
- .col-lg-push-7 { left: 58.33333333%; }
383
- .col-lg-push-6 { left: 50%; }
384
- .col-lg-push-5 { left: 41.66666667%; }
385
- .col-lg-push-4 { left: 33.33333333%; }
386
- .col-lg-push-3 { left: 25%; }
387
- .col-lg-push-2 { left: 16.66666667%; }
388
- .col-lg-push-1 { left: 8.33333333%; }
389
- .col-lg-push-0 { left: auto; }
390
- .col-lg-offset-12 { margin-left: 100%; }
391
- .col-lg-offset-11 { margin-left: 91.66666667%; }
392
- .col-lg-offset-10 { margin-left: 83.33333333%; }
393
- .col-lg-offset-9 { margin-left: 75%; }
394
- .col-lg-offset-8 { margin-left: 66.66666667%; }
395
- .col-lg-offset-7 { margin-left: 58.33333333%; }
396
- .col-lg-offset-6 { margin-left: 50%; }
397
- .col-lg-offset-5 { margin-left: 41.66666667%; }
398
- .col-lg-offset-4 { margin-left: 33.33333333%; }
399
- .col-lg-offset-3 { margin-left: 25%; }
400
- .col-lg-offset-2 { margin-left: 16.66666667%; }
401
- .col-lg-offset-1 { margin-left: 8.33333333%; }
402
- .col-lg-offset-0 { margin-left: 0; } }
403
- .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
404
-
405
- .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
406
-
407
- .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
408
-
409
- .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
410
-
411
- .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }
412
-
413
- a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }
414
-
415
- .btn-default { color: #333; background-color: #fff; border-color: #ccc; }
416
-
417
- .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }
418
-
419
- .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }
420
-
421
- .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; }
422
-
423
- .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }
424
-
425
- .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; }
426
-
427
- .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
428
-
429
- .btn-default .badge { color: #fff; background-color: #333; }
430
-
431
- .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }
432
-
433
- .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; }
434
-
435
- .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; }
436
-
437
- .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; }
438
-
439
- .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; }
440
-
441
- .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; }
442
-
443
- .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #337ab7; border-color: #2e6da4; }
444
-
445
- .btn-primary .badge { color: #337ab7; background-color: #fff; }
446
-
447
- .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
448
-
449
- .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; }
450
-
451
- .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; }
452
-
453
- .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; }
454
-
455
- .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; }
456
-
457
- .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; }
458
-
459
- .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }
460
-
461
- .btn-success .badge { color: #5cb85c; background-color: #fff; }
462
-
463
- .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
464
-
465
- .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; }
466
-
467
- .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; }
468
-
469
- .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; }
470
-
471
- .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; }
472
-
473
- .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; }
474
-
475
- .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }
476
-
477
- .btn-info .badge { color: #5bc0de; background-color: #fff; }
478
-
479
- .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
480
-
481
- .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; }
482
-
483
- .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; }
484
-
485
- .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; }
486
-
487
- .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; }
488
-
489
- .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; }
490
-
491
- .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
492
-
493
- .btn-warning .badge { color: #f0ad4e; background-color: #fff; }
494
-
495
- .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
496
-
497
- .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; }
498
-
499
- .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; }
500
-
501
- .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; }
502
-
503
- .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; }
504
-
505
- .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; }
506
-
507
- .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; }
508
-
509
- .btn-danger .badge { color: #d9534f; background-color: #fff; }
510
-
511
- .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; }
512
-
513
- .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; }
514
-
515
- .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
516
-
517
- .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; }
518
-
519
- .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; }
520
-
521
- .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }
522
-
523
- .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
524
-
525
- .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
526
-
527
- .btn-block { display: block; width: 100%; }
528
-
529
- .btn-block + .btn-block { margin-top: 5px; }
530
-
531
- input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }
532
-
533
- .media { margin-top: 15px; }
534
-
535
- .media:first-child { margin-top: 0; }
536
-
537
- .media, .media-body { zoom: 1; overflow: hidden; }
538
-
539
- .media-body { width: 10000px; }
540
-
541
- .media-object { display: block; }
542
-
543
- .media-object.img-thumbnail { max-width: none; }
544
-
545
- .media-right, .media > .pull-right { padding-left: 10px; }
546
-
547
- .media-left, .media > .pull-left { padding-right: 10px; }
548
-
549
- .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; }
550
-
551
- .media-middle { vertical-align: middle; }
552
-
553
- .media-bottom { vertical-align: bottom; }
554
-
555
- .media-heading { margin-top: 0; margin-bottom: 5px; }
556
-
557
- .media-list { padding-left: 0; list-style: none; }
558
-
559
- .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after { content: " "; display: table; }
560
-
561
- .clearfix:after, .container:after, .container-fluid:after, .row:after { clear: both; }
562
-
563
- .center-block { display: block; margin-left: auto; margin-right: auto; }
564
-
565
- .pull-right { float: right !important; }
566
-
567
- .pull-left { float: left !important; }
568
-
569
- .hide { display: none !important; }
570
-
571
- .show { display: block !important; }
572
-
573
- .invisible { visibility: hidden; }
574
-
575
- .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
576
-
577
- .hidden { display: none !important; }
578
-
579
- .affix { position: fixed; }
580
-
581
- /* .media(bootstrap)
582
- /*-------------------------------------------*/
583
- .media { border-bottom: 1px solid #e5e5e5; padding: 2em 0; margin-top: 0; }
584
- .media:first-child { border-top: 1px solid #e5e5e5; }
585
- .media .postList_thumbnail { width: 160px; margin-bottom: 0.5em; padding-right: 30px; display: block; overflow: hidden; float: left; }
586
- .media .postList_thumbnail a { position: relative; display: block; overflow: hidden; }
587
- .media .postList_thumbnail img { width: 100%; height: auto; }
588
- .media .postList_thumbnail .postList_cateLabel { position: absolute; bottom: 0; left: 0; }
589
- .media .media-body .media-heading { font-size: 1.8em; line-height: 1.3em; margin-top: 0; margin-bottom: 0.5em; font-weight: normal; }
590
- .media .media-body .media-heading a { color: #464646; }
591
- .media .media-body .media-heading a:hover { text-decoration: none; }
592
- .media .media-body p { margin-bottom: 0; }
593
- .media .media-body a.media-body_excerpt { color: #464646; }
594
-
595
- @media (max-width: 767px) { .media .postList_thumbnail { padding-right: 20px; }
596
- .media .media-body .media-heading { font-size: 1.2em; line-height: 1.3em; margin-bottom: 0.5em; } }
597
- @media (max-width: 500px) { .media .postList_thumbnail { width: 100px; } }
598
- /*-------------------------------------------*/
599
- .leadTxt, p.leadTxt { font-size: 2em; line-height: 150%; padding: 0; }
600
-
601
- /* .qaItem
602
- /*-------------------------------------------*/
603
- dl.veu_qaItem { display: block; overflow: hidden; border-bottom: 1px dotted #ccc; padding: 0px 0px 20px; margin: 0px 0px 20px; width: 100%; position: relative; }
604
- dl.veu_qaItem dt, dl.veu_qaItem dd { border: none; padding-left: 35px; }
605
- dl.veu_qaItem dt:before, dl.veu_qaItem dd:before { position: absolute; left: 0; font-size: 24px; line-height: 105%; }
606
- dl.veu_qaItem dt { margin-bottom: 15px; font-size: 18px; }
607
- dl.veu_qaItem dt:before { font-family: "areal"; content: "Q "; color: #e50000; }
608
- dl.veu_qaItem dd { margin-bottom: 0px; }
609
- dl.veu_qaItem dd:before { content: "A "; color: #337ab7; font-family: ""; }
610
-
611
- /* .flowBox
612
- /*-------------------------------------------*/
613
- .flowBox { display: block; overflow: hidden; }
614
-
615
- .flowBox:after { font-family: FontAwesome; content: "\f0d7"; font-size: 50px; margin: 0 auto 15px; position: relative; left: 48%; line-height: 120%; color: #ccc; }
616
-
617
- .flowBox:last-child { padding-bottom: 0px; margin-bottom: 30px; }
618
-
619
- .flowBox:last-child:after { content: ""; font-size: 0; }
620
-
621
- .flowBox dl { display: block; overflow: hidden; padding: 20px 25px; border: 3px solid #e5e5e5; margin: 0; }
622
-
623
- .flowBox dl dt, .flowBox dl dd { padding-left: 0; border: none; }
624
-
625
- .flowBox dl dt { border-bottom: 1px dotted #ccc; margin-bottom: 10px; font-size: 1.2em; }
626
-
627
- .flowBox dl dd { margin-bottom: 0px; }
628
-
629
- .flowBox dl dd h4 { margin: 0px; padding: 0px; }
630
-
631
- .flowBox dl dd p { margin-bottom: 10px; }
632
-
633
- .flowBox dl dd ul { margin-bottom: 0px; }
634
-
635
- .dummyImage { padding: 20px; display: block; vertical-align: middle; text-align: center; background-color: #f5f5f5; border: 1px solid #ccc; margin-bottom: 15px; }
636
-
637
- .floatLeft { float: left; margin-right: 20px; }
638
-
639
- .floatRight { float: right; margin-left: 20px; }
640
-
641
- /*-------------------------------------------------*/
642
- /* ex_unit
643
- /*-------------------------------------------------*/
644
- /* .common
645
- /*-------------------------------------------*/
646
- /* .autoEyeCatchBox
647
- /*-------------------------------------------*/
648
- /* .sitemap
649
- /*-------------------------------------------*/
650
- /* fb Page Plugin
651
- /*-------------------------------------------*/
652
- /* .socialSet
653
- /*-------------------------------------------*/
654
- /* Wiget Profile Plugin
655
- /*-------------------------------------------*/
656
- /* Wiget 3PR area Plugin
657
- /*-------------------------------------------*/
658
- /* Wiget PR Bloclks Plugin
659
- /*-------------------------------------------*/
660
- /* Widget Page Content
661
- /*-------------------------------------------*/
662
- /* childPageIndex Plugin
663
- /*-------------------------------------------*/
664
- /* sitemap page Plugin
665
- /*-------------------------------------------*/
666
- /* CTA Section
667
- /*-------------------------------------------*/
668
- /* Contact Section
669
- /*-------------------------------------------*/
670
- /* Insert Ads
671
- /*-------------------------------------------*/
672
- /*-------------------------------------------*/
673
- /* .common
674
- /*-------------------------------------------*/
675
- html { font-size: inherit; }
676
-
677
- /* reset bootstrap */
678
- .link-list li { padding: 0.5em; }
679
-
680
- .widget .subSection-title { font-size: 18px; }
681
-
682
- /*-------------------------------------------*/
683
- /* .autoEyeCatchBox
684
- /*-------------------------------------------*/
685
- .autoEyeCatchBox { display: block; overflow: hidden; margin-bottom: 2em; }
686
-
687
- /*-------------------------------------------*/
688
- /* .sitemap
689
- /*-------------------------------------------*/
690
- .sitemap .sectionBox { padding-top: 0; }
691
-
692
- .sitemap .sitemap-col { padding-bottom: 2em; }
693
-
694
- /*-------------------------------------------*/
695
- /* fb Page Plugin
696
- /*-------------------------------------------*/
697
- .fb-like-box { margin: 0 auto; border: 4px solid #efefef; background-color: #f9f9f9; text-align: center; }
698
-
699
- .twitter-timeline iframe { margin-right: auto; margin-left: auto; }
700
-
701
- .vkContentAddSection { display: block; clear: both; overflow: hidden; padding-top: 20px; }
702
-
703
- /*-------------------------------------------*/
704
- /* .socialSet
705
- /*-------------------------------------------*/
706
- .socialSet ul { margin: 0px; padding: 0; }
707
-
708
- .socialSet ul li { position: relative; display: block; float: left; overflow: visible; margin-right: 10px; padding: 0px; background: none; }
709
-
710
- .socialSet ul li.sb_icon a { display: block; overflow: hidden; padding: 3px 5px 0px; border: 1px solid #ccc; border-radius: 3px; background-color: #fff; color: #333; text-decoration: none; line-height: 100%; }
711
-
712
- .socialSet ul li.sb_icon a .sns_txt { position: relative; top: -2px; font-size: 11px; }
713
-
714
- .socialSet ul li iframe { border: none; }
715
-
716
- .socialSet ul li a .icon_sns { margin-right: 5px; font-size: 100%; }
717
-
718
- .socialSet ul li.sb_icon.sb_facebook .icon_sns { color: #425dab; }
719
-
720
- .socialSet ul li.sb_icon.sb_hatena .icon_sns { color: #2c6ebd; }
721
-
722
- .socialSet ul li.sb_icon.sb_twitter .icon_sns { color: #00abec; }
723
-
724
- .socialSet ul li.sb_icon.sb_google .icon_sns { color: #dd4b39; }
725
-
726
- .socialSet ul li.sb_icon.sb_line .icon_sns { color: #6ebd30; }
727
-
728
- .socialSet ul li.sb_pocket { margin-left: 5px; }
729
-
730
- .relatedPosts h2 { margin-bottom: 10px; }
731
-
732
- .followSet { display: block; overflow: hidden; margin-top: 20px; padding: 15px; border: 1px solid #f5f5f5; background-color: #efefef; }
733
-
734
- .followSet h3.followSet_title { padding: 6px 10px 4px; border: none; background-color: #333; color: #fff; font-size: 18px; }
735
- .followSet h3.followSet_title:after { border: none; }
736
-
737
- .follow_btn { float: left; margin-right: 20px; }
738
-
739
- /*-------------------------------------------*/
740
- /* import icon
741
- /*-------------------------------------------*/
742
- @font-face { font-weight: normal; font-style: normal; font-family: 'vk_sns'; src: url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj"); src: url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"), url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"), url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"), url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg"); }
743
- [class^="vk_icon_w_r_sns_"], [class*=" vk_icon_w_r_sns_"] { text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-family: 'vk_sns'; line-height: 1; /* Better Font Rendering =========== */ speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
744
-
745
- .vk_icon_w_r_sns_twitter:before { content: "\e600"; }
746
-
747
- .vk_icon_w_r_sns_line:before { content: "\e601"; }
748
-
749
- .vk_icon_w_r_sns_hatena:before { content: "\e602"; }
750
-
751
- .vk_icon_w_r_sns_google:before { content: "\e603"; }
752
-
753
- .vk_icon_w_r_sns_fb:before { content: "\e604"; }
754
-
755
- /*-------------------------------------------*/
756
- /* Wiget Profile Plugin
757
- /*-------------------------------------------*/
758
- .vkExUnit_entry-meta_items.published:before { font-family: FontAwesome; content: "\f073"; margin-right: 5px; }
759
-
760
- /*-------------------------------------------*/
761
- /* Wiget Profile Plugin
762
- /*-------------------------------------------*/
763
- .site-profile { overflow: hidden; }
764
-
765
- .profile_media { display: block; margin: 0.8em auto; max-width: 100%; }
766
-
767
- .media_round { border-radius: 50%; }
768
-
769
- .media_left .profile_media { margin-left: 0; }
770
-
771
- .media_float { float: left; padding-right: 10px; }
772
- .media_float .profile_media { margin: 0.8em 0 0; }
773
- .media_float + .profile_text { padding-top: 0.8em; }
774
-
775
- .profile_text { margin-bottom: 0.5em; font-size: 14px; }
776
-
777
- .sns_btns { margin: 0; padding: 0; width: 100%; }
778
- .sns_btns li { float: left; margin-right: 0.45em; list-style: none; text-align: center; }
779
- .sns_btns a { display: block; display: table; width: 45px; height: 45px; border-radius: 23px; color: #fff; text-decoration: none; font-size: 20px; }
780
- .sns_btns a:hover { color: #fff; text-decoration: none; opacity: 0.8; }
781
- .sns_btns .fa { display: table-cell; vertical-align: middle; text-align: center; }
782
- .sns_btns .facebook_btn a { background: #3b5998; }
783
- .sns_btns .twitter_btn a { background: #55acee; }
784
- .sns_btns .mail_btn a { background: #2F915F; }
785
- .sns_btns .youtube_btn a { background: #C81D1C; }
786
- .sns_btns .rss_btn a { background: #f26522; }
787
- .sns_btns .instagram_btn a { background: #3f729b; }
788
- .sns_btns .linkedin_btn a { background: #0077b5; }
789
-
790
- /*-------------------------------------------*/
791
- /* Wiget 3PR area Plugin
792
- /*-------------------------------------------*/
793
- .prBox .subSection-title { font-size: 18px; }
794
- .prBox .media_pr { margin-top: 0.8em; margin-bottom: 0.8em; }
795
- .prBox .media_pc { display: block; }
796
- .prBox .media_sp { display: none; }
797
- .prBox .summary { margin-bottom: 0.5em; font-size: 14px; line-height: 1.4em; }
798
- .prBox .linkurl a { text-decoration: none; }
799
-
800
- @media screen and (max-width: 992px) { .prBox .media_pc { display: none; }
801
- .prBox .media_sp { display: block; }
802
- .prBox .linkurl { margin-bottom: 1.5em; } }
803
- /*-------------------------------------------*/
804
- /* Wiget PR Bloclks Plugin
805
- /*-------------------------------------------*/
806
- .widget.pr_blocks { display: table; width: 100%; table-layout: fixed; }
807
- .widget.pr_blocks .prArea { display: table-cell; padding: 0 1em; }
808
- .widget.pr_blocks .prArea:first-child { padding-left: 0; }
809
- .widget.pr_blocks .prArea:last-child { padding-right: 0; }
810
- .widget.pr_blocks a { color: #333; }
811
- .widget.pr_blocks a:hover { color: #333; text-decoration: none; }
812
- .widget.pr_blocks a .summary:hover { text-decoration: underline; }
813
- .widget.pr_blocks .circle_icon { display: table; margin: 0 auto; width: 80px; height: 80px; border-radius: 50%; }
814
- .widget.pr_blocks .circle_icon .font_icon { display: table-cell; color: #fff; vertical-align: middle; text-align: center; font-size: 40px; }
815
- .widget.pr_blocks .prBox_title { margin-top: 1.5em; margin-bottom: 1em; text-align: center; font-size: 18px; }
816
- .widget.pr_blocks .media_pr { display: table; margin: 0 auto; }
817
- .widget.pr_blocks .pr_image { display: table-cell; overflow: hidden; width: 120px; height: 120px; border-radius: 50%; vertical-align: middle; text-align: center; }
818
- .widget.pr_blocks .summary { margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.4em; }
819
-
820
- @media screen and (max-width: 992px) { .widget.pr_blocks { display: block; }
821
- .widget.pr_blocks .prArea { display: block; margin-bottom: 3em; }
822
- .widget.pr_blocks .prArea:first-child { padding-left: 1em; }
823
- .widget.pr_blocks .prArea:last-child { padding-right: 1em; } }
824
- /*-------------------------------------------*/
825
- /* Widget Page Content
826
- /*-------------------------------------------*/
827
- .widget_pageContent h1 { margin-bottom: 20px; }
828
-
829
- /*-------------------------------------------*/
830
- /* childPageIndex Plugin
831
- /*-------------------------------------------*/
832
- .childPage_list { margin-top: 2.5em; margin-bottom: 1em; }
833
- .childPage_list a:hover { text-decoration: none; }
834
-
835
- .childPage_list_box { display: block; overflow: hidden; position: relative; border: 3px solid #efefef; box-shadow: inset 0px 0px 0px 1px white; padding: 0 20px; margin-bottom: 1.5em; }
836
- .childPage_list_box .childPage_list_title { margin-top: 20px; font-size: 16px; line-height: 1.4; color: #464646; }
837
- .childPage_list_box .wp-post-image { float: left; margin-right: 1em; width: 30%; border: solid 1px #ddd; }
838
- .childPage_list_box .childPage_list_body { overflow: hidden; color: #333; font-size: 14px; margin-bottom: 15px; }
839
- .childPage_list_box .childPage_list_body:hover { text-decoration: underline; }
840
- .childPage_list_box .childPage_list_text { overflow: hidden; margin-bottom: 0; }
841
- .childPage_list_box .childPage_list_more { float: right; margin-bottom: 20px; }
842
-
843
- @media screen and (max-width: 992px) { .childPage_list_box .wp-post-image { float: left; margin-right: 1em; width: 25%; border: solid 1px #ddd; } }
844
- /*-------------------------------------------*/
845
- /* sitemap page Plugin
846
- /*-------------------------------------------*/
847
- .sitemap-col { margin-top: 2.5em; }
848
- .sitemap-col .link-list { margin-top: 0; margin-bottom: 0; }
849
- .sitemap-col .page_item { padding: 0; }
850
- .sitemap-col .children { margin-bottom: 2em; }
851
- .sitemap-col .cat-item { padding: 0; }
852
-
853
- /*-------------------------------------------*/
854
- /* CTA Section
855
- /*-------------------------------------------*/
856
- .veu_cta { display: block; overflow: hidden; background-color: #efefef; margin-top: 20px; margin-bottom: 20px; }
857
- .veu_cta h1.veu_cta_title { display: block; overflow: hidden; background-color: #333; font-size: 22px; color: #fff; padding: 12px 20px 10px; line-height: 1.2em; }
858
- .veu_cta .veu_cta_body { display: block; overflow: hidden; padding: 1.5em 2em 2em; line-height: 170%; }
859
- .veu_cta .veu_cta_body_image { margin-bottom: 1.5em; }
860
- .veu_cta .veu_cta_body_image img { max-width: 250px; }
861
- .veu_cta .veu_cta_body_image_right { float: right; margin-left: 30px; }
862
- .veu_cta .veu_cta_body_image_left { float: left; margin-right: 30px; }
863
- .veu_cta .veu_cta_body_image_center { display: block; overflow: hidden; text-align: center; }
864
- .veu_cta .veu_cta_body_image_center img { display: block; margin: 0 auto 15px; max-width: 100%; }
865
- .veu_cta .veu_cta_body_txt { display: block; overflow: hidden; }
866
- .veu_cta .veu_cta_body_link { clear: both; margin-top: 1.5em; }
867
-
868
- @media (max-width: 767px) { .veu_cta .veu_cta_body_image_right, .veu_cta .veu_cta_body_image_left { float: none; margin: auto; }
869
- .veu_cta .veu_cta_body_image img { display: block; margin: 0 auto 1.5em; max-width: 100%; } }
870
- /*-------------------------------------------*/
871
- /* Contact Section
872
- /*-------------------------------------------*/
873
- .veu_contact { display: block; overflow: hidden; margin-bottom: 1em; padding: 25px 24px 21px; border: 3px solid #efefef; box-shadow: inset 0px 0px 0px 1px white; background-color: #f9f9f9; }
874
-
875
- .veu_contact_txt_catch, .veu_contact_txt_tel, .veu_contact_txt_time { display: block; overflow: hidden; }
876
-
877
- .veu_contact_txt_catch, .veu_contact_txt_time { line-height: 128.6%; font-size: 14px; }
878
-
879
- .veu_contact_txt_tel { font-size: 28px; line-height: 110%; padding-top: 4px; }
880
-
881
- .veu_contact_bt_txt:before { font-family: FontAwesome; content: "\f003"; margin-right: 7px; }
882
-
883
- .veu_contact_bt_txt:after { font-family: FontAwesome; content: "\f18e"; margin-left: 7px; }
884
-
885
- .veu_contact_bt_subTxt { display: block; overflow: hidden; font-size: 14px; }
886
-
887
- @media (max-width: 767px) { .veu_contact_txt { text-align: center; }
888
- .veu_contact_bt { display: block; } }
889
- @media (min-width: 768px) { p.veu_contact_txt { margin-bottom: 0; }
890
- .veu_contact_txt { float: left; }
891
- .veu_contact_bt { float: right; } }
892
- /*-------------------------------------------*/
893
- /* Insert Ads
894
- /*-------------------------------------------*/
895
- .veu_insertAds { margin-top: 1em; margin-bottom: 1.5em; }
896
-
897
- @media (max-width: 971px) { .veu_insertAds { margin-bottom: 0.5em; }
898
- .veu_insertAds .col-md-6 { margin-bottom: 1em; } }
2
  * Bootstrap v3.3.5 (http://getbootstrap.com)
3
  * Copyright 2011-2015 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ *//*!
 
6
  * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7345914a18fe4c024e9a)
7
  * Config saved to config.json and https://gist.github.com/7345914a18fe4c024e9a
8
+ */ /*!
 
9
  * Bootstrap v3.3.5 (http://getbootstrap.com)
10
  * Copyright 2011-2015 Twitter, Inc.
11
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:0.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-body .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:0.5em;font-weight:normal}.media .media-body .media-heading a{color:#464646}.media .media-body .media-heading a:hover{text-decoration:none}.media .media-body p{margin-bottom:0}.media .media-body a.media-body_excerpt{color:#464646}@media (max-width: 767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:0.5em}}@media (max-width: 500px){.media .postList_thumbnail{width:100px}}.leadTxt,p.leadTxt{font-size:2em;line-height:150%;padding:0}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 20px;margin:0px 0px 20px;width:100%;position:relative}dl.veu_qaItem dt,dl.veu_qaItem dd{border:none;padding-left:35px}dl.veu_qaItem dt:before,dl.veu_qaItem dd:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:"areal";content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0px}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.flowBox{display:block;overflow:hidden}.flowBox:after{font-family:FontAwesome;content:"\f0d7";font-size:50px;margin:0 auto 15px;position:relative;left:48%;line-height:120%;color:#ccc}.flowBox:last-child{padding-bottom:0px;margin-bottom:30px}.flowBox:last-child:after{content:"";font-size:0}.flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.flowBox dl dt,.flowBox dl dd{padding-left:0;border:none}.flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.flowBox dl dd{margin-bottom:0px}.flowBox dl dd h4{margin:0px;padding:0px}.flowBox dl dd p{margin-bottom:10px}.flowBox dl dd ul{margin-bottom:0px}.dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.floatLeft{float:left;margin-right:20px}.floatRight{float:right;margin-left:20px}html{font-size:inherit}.link-list li{padding:0.5em}.widget .subSection-title{font-size:18px}.autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.sitemap .sectionBox{padding-top:0}.sitemap .sitemap-col{padding-bottom:2em}.fb-like-box{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}.twitter-timeline iframe{margin-right:auto;margin-left:auto}.vkContentAddSection{display:block;clear:both;overflow:hidden;padding-top:20px}.socialSet ul{margin:0px;padding:0}.socialSet ul li{position:relative;display:block;float:left;overflow:visible;margin-right:10px;padding:0px;background:none}.socialSet ul li.sb_icon a{display:block;overflow:hidden;padding:3px 5px 0px;border:1px solid #ccc;border-radius:3px;background-color:#fff;color:#333;text-decoration:none;line-height:100%}.socialSet ul li.sb_icon a .sns_txt{position:relative;top:-2px;font-size:11px}.socialSet ul li iframe{border:none}.socialSet ul li a .icon_sns{margin-right:5px;font-size:100%}.socialSet ul li.sb_icon.sb_facebook .icon_sns{color:#425dab}.socialSet ul li.sb_icon.sb_hatena .icon_sns{color:#2c6ebd}.socialSet ul li.sb_icon.sb_twitter .icon_sns{color:#00abec}.socialSet ul li.sb_icon.sb_google .icon_sns{color:#dd4b39}.socialSet ul li.sb_icon.sb_line .icon_sns{color:#6ebd30}.socialSet ul li.sb_pocket{margin-left:5px}.relatedPosts h2{margin-bottom:10px}.followSet{display:block;overflow:hidden;margin-top:20px;padding:15px;border:1px solid #f5f5f5;background-color:#efefef}.followSet h3.followSet_title{padding:6px 10px 4px;border:none;background-color:#333;color:#fff;font-size:18px}.followSet h3.followSet_title:after{border:none}.follow_btn{float:left;margin-right:20px}@font-face{font-weight:normal;font-style:normal;font-family:'vk_sns';src:url("../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj");src:url("../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj") format("embedded-opentype"),url("../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj") format("woff"),url("../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj") format("truetype"),url("../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns") format("svg")}[class^="vk_icon_w_r_sns_"],[class*=" vk_icon_w_r_sns_"]{text-transform:none;font-weight:normal;font-style:normal;font-variant:normal;font-family:'vk_sns';line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.vkExUnit_entry-meta_items.published:before{font-family:FontAwesome;content:"\f073";margin-right:5px}.site-profile{overflow:hidden}.profile_media{display:block;margin:0.8em auto;max-width:100%}.media_round{border-radius:50%}.media_left .profile_media{margin-left:0}.media_float{float:left;padding-right:10px}.media_float .profile_media{margin:0.8em 0 0}.media_float+.profile_text{padding-top:0.8em}.profile_text{margin-bottom:0.5em;font-size:14px}.sns_btns{margin:0;padding:0;width:100%}.sns_btns li{float:left;margin-right:0.45em;list-style:none;text-align:center}.sns_btns a{display:block;display:table;width:45px;height:45px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.sns_btns a:hover{color:#fff;text-decoration:none;opacity:0.8}.sns_btns .fa{display:table-cell;vertical-align:middle;text-align:center}.sns_btns .facebook_btn a{background:#3b5998}.sns_btns .twitter_btn a{background:#55acee}.sns_btns .mail_btn a{background:#2F915F}.sns_btns .youtube_btn a{background:#C81D1C}.sns_btns .rss_btn a{background:#f26522}.sns_btns .instagram_btn a{background:#3f729b}.sns_btns .linkedin_btn a{background:#0077b5}.prBox .subSection-title{font-size:18px}.prBox .media_pr{margin-top:0.8em;margin-bottom:0.8em}.prBox .media_pc{display:block}.prBox .media_sp{display:none}.prBox .summary{margin-bottom:0.5em;font-size:14px;line-height:1.4em}.prBox .linkurl a{text-decoration:none}@media screen and (max-width: 992px){.prBox .media_pc{display:none}.prBox .media_sp{display:block}.prBox .linkurl{margin-bottom:1.5em}}.widget.pr_blocks{display:table;width:100%;table-layout:fixed}.widget.pr_blocks .prArea{display:table-cell;padding:0 1em}.widget.pr_blocks .prArea:first-child{padding-left:0}.widget.pr_blocks .prArea:last-child{padding-right:0}.widget.pr_blocks a{color:#333}.widget.pr_blocks a:hover{color:#333;text-decoration:none}.widget.pr_blocks a .summary:hover{text-decoration:underline}.widget.pr_blocks .circle_icon{display:table;margin:0 auto;width:80px;height:80px;border-radius:50%}.widget.pr_blocks .circle_icon .font_icon{display:table-cell;color:#fff;vertical-align:middle;text-align:center;font-size:40px}.widget.pr_blocks .prBox_title{margin-top:1.5em;margin-bottom:1em;text-align:center;font-size:18px}.widget.pr_blocks .media_pr{display:table;margin:0 auto}.widget.pr_blocks .pr_image{display:table-cell;overflow:hidden;width:120px;height:120px;border-radius:50%;vertical-align:middle;text-align:center}.widget.pr_blocks .summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.4em}@media screen and (max-width: 992px){.widget.pr_blocks{display:block}.widget.pr_blocks .prArea{display:block;margin-bottom:3em}.widget.pr_blocks .prArea:first-child{padding-left:1em}.widget.pr_blocks .prArea:last-child{padding-right:1em}}.widget_pageContent h1{margin-bottom:20px}.childPage_list{margin-top:2.5em;margin-bottom:1em}.childPage_list a:hover{text-decoration:none}.childPage_list_box{display:block;overflow:hidden;position:relative;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;padding:0 20px;margin-bottom:1.5em}.childPage_list_box .childPage_list_title{margin-top:20px;font-size:16px;line-height:1.4;color:#464646}.childPage_list_box .wp-post-image{float:left;margin-right:1em;width:30%;border:solid 1px #ddd}.childPage_list_box .childPage_list_body{overflow:hidden;color:#333;font-size:14px;margin-bottom:15px}.childPage_list_box .childPage_list_body:hover{text-decoration:underline}.childPage_list_box .childPage_list_text{overflow:hidden;margin-bottom:0}.childPage_list_box .childPage_list_more{float:right;margin-bottom:20px}@media screen and (max-width: 992px){.childPage_list_box .wp-post-image{float:left;margin-right:1em;width:25%;border:solid 1px #ddd}}.sitemap-col{margin-top:2.5em}.sitemap-col .link-list{margin-top:0;margin-bottom:0}.sitemap-col .page_item{padding:0}.sitemap-col .children{margin-bottom:2em}.sitemap-col .cat-item{padding:0}.veu_cta{display:block;overflow:hidden;background-color:#efefef;margin-top:20px;margin-bottom:20px}.veu_cta h1.veu_cta_title{display:block;overflow:hidden;background-color:#333;font-size:22px;color:#fff;padding:12px 20px 10px;line-height:1.2em}.veu_cta .veu_cta_body{display:block;overflow:hidden;padding:1.5em 2em 2em;line-height:170%}.veu_cta .veu_cta_body_image{margin-bottom:1.5em}.veu_cta .veu_cta_body_image img{max-width:250px}.veu_cta .veu_cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .veu_cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .veu_cta_body_txt{display:block;overflow:hidden}.veu_cta .veu_cta_body_link{clear:both;margin-top:1.5em}@media (max-width: 767px){.veu_cta .veu_cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (min-width: 768px){.veu_cta .veu_cta_body_image_right{float:right;margin-left:30px}.veu_cta .veu_cta_body_image_left{float:left;margin-right:30px}}.veu_contact{display:block;overflow:hidden;margin-bottom:1em;padding:25px 24px 21px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px #fff;background-color:#f9f9f9}.veu_contact_txt_catch,.veu_contact_txt_tel,.veu_contact_txt_time{display:block;overflow:hidden}.veu_contact_txt_catch,.veu_contact_txt_time{line-height:128.6%;font-size:14px}.veu_contact_txt_tel{font-size:28px;line-height:110%;padding-top:4px}.veu_contact_bt_txt:before{font-family:FontAwesome;content:"\f003";margin-right:7px}.veu_contact_bt_txt:after{font-family:FontAwesome;content:"\f18e";margin-left:7px}.veu_contact_bt_subTxt{display:block;overflow:hidden;font-size:14px}@media (max-width: 767px){.veu_contact_txt{text-align:center}.veu_contact_bt{display:block}}@media (min-width: 768px){p.veu_contact_txt{margin-bottom:0}.veu_contact_txt{float:left}.veu_contact_bt{float:right}}.veu_insertAds{margin-top:1em;margin-bottom:1.5em}@media (max-width: 971px){.veu_insertAds{margin-bottom:0.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugins/call_to_action/view.actionbox.php CHANGED
@@ -16,7 +16,7 @@ $content .= '<h1 class="veu_cta_title">' . $post->post_title . '</h1>';
16
  $content .= '<div class="veu_cta_body">';
17
  if( $imgid ){
18
  $cta_image = wp_get_attachment_image_src( $imgid, 'full' );
19
- $content .= '<div class="veu_cta_body_image vkExUnit_cta_body_image_'.$image_position.'">';
20
  $content .= ( $url )? '<a href="'.$url.'" target="_blank">':'';
21
  $content .= '<img src="'. $cta_image[0] .'" />';
22
  $content .= ( $url )? '</a>':'';
16
  $content .= '<div class="veu_cta_body">';
17
  if( $imgid ){
18
  $cta_image = wp_get_attachment_image_src( $imgid, 'full' );
19
+ $content .= '<div class="veu_cta_body_image veu_cta_body_image_'.$image_position.'">';
20
  $content .= ( $url )? '<a href="'.$url.'" target="_blank">':'';
21
  $content .= '<img src="'. $cta_image[0] .'" />';
22
  $content .= ( $url )? '</a>':'';
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.2
6
  Tested up to: 4.3
7
- Stable tag: 2.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.2
6
  Tested up to: 4.3
7
+ Stable tag: 2.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
vkExUnit.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: VK All in One Expansion Unit
4
  Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
5
  Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
- Version: 2.3.0
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2
3
  Plugin Name: VK All in One Expansion Unit
4
  Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
5
  Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
+ Version: 2.3.1
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2