/*----------------------------
	css : 共通スタイル
-----------------------------*/
@charset "utf-8";

* { 
	font-size:100% ; 
	font-weight:normal;
	
	margin: 0;
	padding: 0;
	box-sizing : border-box;
	-moz-box-sizing : border-box;
}

/*--- 画面全体 ---*/
/*--- カラー ---*/
body {
	background-color: #aaa;
}

a:focus { outline: none; }
input:focus { outline: none; }

input[type="image"]:hover,
input[type="image"]:active
{
  outline: none;
  position: relative;
  top: 1px;
  left: 1px;
}


.font-bold
{
  font-weight: bold;
}

.mt10 { margin-top: 10px; }


/*--- テーブル定義 上詰め表示 ---*/
td {
	vertical-align: top;
}


/* バスアポhokkaido用より */

.data {
	padding: 0em 1em;
}

.login-form {
	padding: 1em 1em;
	background-color: #ebebeb;
}

/* 説明テキスト */
.form-description {
	font-size : 1em;
}
.form-description-example {
	font-size : 0.8em;
	color: #00F;
}
.form-description-emphasis {
	font-size : 1m;
	color: #F00;
}



.body-area{
	background-color: #fff;
}
.header-area{
	background-color: #fff;
	border-bottom: solid 1px  #aaa;
	height: 60px;
	text-align: center;
	width: 100%;
}

.footer-area{
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: #fff;
	border-top: solid 1px  #aaa;
	text-align: center;
	font-size: 80%;
	height: 60px;
	width: 100%;
}

.page-title {
	font-weight: bold;
	font-size: 120%;	
}

.page-subtitle {
  font-weight: bold;
	font-size: 100%;	
}

.left-area{
	margin: 5px 0px;
}
.right-area{
	margin: 5px 0px;
}

.left-area > div{
	margin: 5px 0px;
}
.right-area > div{
	margin: 5px 0px;
}

.alert_text {
	color: red;
	text-align: center;
}

/*media all*/
.title-box {
    padding-top: 10px;
}

.title-box .title-box-marker {
    padding-top: 10px;
    border-top: 3px solid #093568;
    padding: 10px 00px 10px 0px;
}


/*media all*/
.title-box .title-box-marker h2 {
    border-left: 5px solid #093568;
    /*font-size: 16px;*/
    /*font-size: 1.6rem;*/
    line-height: 1.3;
    padding: 0px 0 2px 12px;
    font-weight: bold;
    font-size: 110%;
    /*color: #093568;*/
}

.rsvitem {
	margin: 10px 0px;
	font-size: 90%;

}

.description-text {
	margin-left: 20px;
	font-size: 80%;
}




