/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/04/16, 17:56:53
    Author     : ryuta_okamura
*/


/*
    共通テンプレート部分
*/

/* ヘッダーロゴ関連 */
.service-logo{
    font-size: 2.7rem;
    color: #336600;
}
.service-logo:hover{
    color: #336600;
}

/* 項目タブ内の表の広さ調整 */
table.table-in-tab{
    width: 90%;
    align-self: center;
}

#contentselement {
	MARGIN: 0 auto;
	WIDTH: 1010px;
	TEXT-ALIGN: center;
	BORDER-BOTTOM: #CCC 1px solid;
	BACKGROUND-COLOR: #fff;
}

#footerelement {
	WIDTH: 1010px;
	BACKGROUND-COLOR: #FFF;
	TEXT-ALIGN: center;
}

/* 基本外枠 ここまで*/

/* サブページタイトル */

h3.subpagetitle {
    font-size: 140%;
    text-align: left;
    text-indent: 0.2em;
    border-width: 0px 0px 1px 10px;
    border-style: solid;
    border-color: green;
    padding: 7px 4px 5px;
    margin: 0px auto;
}

.subpagebutton {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
}
