﻿/* 分類リスト */
#classList
{
    padding:10px 10px 0px;
    font-size:0.9em;
    line-height:150%;
    font-size:0.8em;
    position:relative;
}
#dspClassArea
{
    width:1000px;
    margin:0px auto 30px;
}
#classList ul
{
    float:left;
    margin:10px 30px 10px 0px;
    width:170px;
}

#classList ul li.topClassName
{
    font-weight:bold;
    border-bottom:solid 1px #FFFFFF;
    padding-bottom:5px;
    margin-bottom:5px;
}

#classList ul li a
{
    text-decoration:none;
}

/* フッターメニュー */
#footerMenu
{
    padding:15px 0px;
    font-size:0.9em;
}
#footerMenu a
{
    text-decoration:none;
}
/* //2016/09/15 アクセシビリティ対応 <p><span>→<ul><li>*/
#footerMenu p,
#footerMenu ul
{
    width:1000px;
    margin:0px auto;
}
/* //2016/09/15 アクセシビリティ対応 <p><span>→<ul><li> display: inline-block追加 */
#footerMenu p span,
#footerMenu ul li
{
    padding-left:20px;
    margin-right:15px;
    display: inline-block;
}

/* フッターリンク */
#footerLink
{
    width:1000px;
    margin:0px auto;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
    position:relative;
}
#footerLink img
{
    position:absolute;
    bottom:0px;
    left:0px;
}
#footerLink span
{
    padding:0px 5px 0px 0px;
}
/* 問合せ先 */
#siteinfotext
{
    padding:15px 0px 5px;
    font-size:0.9em;
	/* ※背景色は色別CSSで定義 */
}
#toiawase
{
    width:1000px;
    margin:0px auto 4px auto;
}
/* copyright */
#cp
{
    width:1000px;
    margin:0px auto;
    text-align:right;
    font-size:0.7em;
	/* ※背景色・文字色は色別CSSで定義 */
    padding: 3px 0px;
}

div#footerBtn
{
	margin-top:10px;
    width:1000px;
    margin:0px auto;
}

div#footerBtn p
{
	float:left;
	margin-right:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
    border:solid 1px #CCCCCC;
}
div#footerBtn p#footerBtn1
{
    background-repeat:no-repeat;
    background-position:10px center;
}
div#footerBtn p#footerBtn1 a
{
    padding-left:10px;
}
div#footerBtn p#footerBtn2
{
    background-repeat:no-repeat;
    background-position:10px center;
}
div#footerBtn p#footerBtn2 a
{
    padding-left:10px;
}

div#footerBtn p#footerBtn3
{
    background-repeat:no-repeat;
    background-position:10px center;
}
div#footerBtn p#footerBtn3 a
{
    padding-left:10px;
}

div#footerBtn p#footerBtn4
{
    background-repeat:no-repeat;
    background-position:10px center;
}
div#footerBtn p#footerBtn4 a
{
    padding-left:40px;
}

div#footerBtn p a
{
	display:block;
	text-decoration:none;
	padding:5px 7px 5px 0px;
}

div#footerBtn .logotext {
    	float:right;
        padding:0px;
        margin:0px;
        font-size:2.0em;
    }


/* 電話リレーサービス */
#footerBtn .denwa-relay-making-calls {
    display: none;
}

    #footerBtn .denwa-relay-making-calls a {
        padding-left: 10px;
        display: none;
    }

#footerBtn .denwa-relay-about {
    display: none;
}

    #footerBtn .denwa-relay-about a {
        padding-left: 5px;
        font-size: 0.9em;
        display: none;
    }

