﻿@charset "utf-8";
/*
Theme Name: BizVektor Child
Theme URI: http://bizvektor.com
Description: BizVektor theme will allow you to build a high-quality web site. It is possible to change the color, to switch to a completely different design. In addition, it is also possible to increase the number of designs by plug-ins.
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
Template: biz-vektor
Version: 1.10.0

Tags: white, red, blue, black, green, orange, purple, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style,theme-options
Text Domain: biz-vektor
License: GNU General Public License
License URI: license.txt


BizVektor WordPress theme, Copyright (C) 2016 Vektor,Inc.
BizVektor WordPress theme is licensed under the GPL.
*/


/********************************
  カスタムメニュー（外国語講座）
*******************************/
.content ul.menu {
  margin:0px 0px 20px 0px;
  list-style-type:none;
  width:100%;
}
.content ul.menu li {
  list-style-type:none;
  float:left;
  width:23%;
  background:#d7eefc;
  border: 1px solid #fff;
  margin:0px;
  padding:5px;
  text-align:center;
}
.content ul.menu li a {
  color:#3399ff;
}
.content ul.menu li.current_page_item {
  list-style-type:none;
  float:left;
  width:23%;
  background:#3399ff;
  border: 1px solid #fff;
  margin:0px;
  padding:5px;
  text-align:center;
}
.content ul.menu li.current_page_item a {
  color:#fff;
}


/***********************************
  外国語講座 kouza-footer
************************************/


div.kouza-footer {
  width:100%;
  margin:20px auto;
  padding:0px;
  border: 1px solid #eee;
  background:#fffff0;
}
div.kouza-footer p {
  margin:0px;
  padding:0px 30px;
}
div.kouza-footer p.tit01 {
  font-size:140%;
  font-weight:bold;
  text-align:center;
  background:#ffc0c0;
  padding:10px 0;
}
div.kouza-footer p.tit02 {
  font-size:110%;
  font-weight:bold;
}
div.kouza-footer p.txt01 {
  margin:20px 0 10px 0;
}
div.kouza-footer p.txt02 {
  margin:0px;
  font-weight:bold;
}
div.kouza-footer p.txt03 {
  margin:0 0 20px 0;
}
div.kouza-footer ul li {
  margin:10px 30px;
}

div.kouza-footer2 {
  width:100%;
  margin:20px auto;
  padding:0px;
  border: 1px solid #eee;
  background:#6699ff;
  color:#fff;
}
div.kouza-footer2 p {
  margin:0px;
  padding:10px 30px;
}
div.kouza-footer2 p.tit01 {
  font-size:140%;
  font-weight:bold;
  text-align:center;
}




