@charset "utf-8";
/*
Theme Name: Yell Ichihara
Theme URI: http://yell-ichihara.com
Template: biz-vektor
Description: 
Author: Takeshi Tanaka
Tags: 
Version: 0.1.0
*/

/**************************************************
upd ono 2016.01.20
▼トップページ画像下、線、スペース削除
**************************************************/
#topFreeArea {
/*
    margin-bottom: 35px;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 0px solid #CCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    box-shadow: 0px 2px 1px #EFEFEF;
*/
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 0px;
    border-bottom: 0px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    box-shadow: 0px 0px 0px;
}

/*▲**************************************************/

@media (min-width: 970px) {
#main #container #sideTower { width:260px; }
}

input[type="text"],
input[type="email"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 50%;
}
#your-name
{
    width:200px;
}
#your-email
{
    width:200px;
}

body{
font-family:"メイリオ";
font-size: medium;
}

table {
	font-size: medium;
}
table th {
	background-color: #cccccc;
	font-size: medium;
}
table td {
	font-size: medium;
}