@charset "utf-8";
/* CSS Document */

/* TJP-E ルート直下にあるページのCSS */
/*
==========================================================
【変更履歴】
目次欄を追加  (2017/11/14)
==========================================================
目次
1.base setting
2.プレスルーム入り口 /e/pressroom_e.html
3.免責事項・著作権 /e/righte.html
4.リンク・個人情報について /e/link.html
5.推奨環境について /e/help.html
============================================================
*/

/*=================================================
1.base setting
===================================================*/
/* ルート直下にあるページ（index以外）共通 */
.int_box p{
	vertical-align:middle;
	line-height:1.7;
	}
.comments{
	color: #ff0000;
}
.new_line{
	margin-top:10px;
	}

/*=================================================
2.プレスルーム入り口 /e/pressroom_e.html
===================================================*/
div.press_area{
	height:450px;
	}

/*▼ログインボタン*/
.button {
	display: block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#009245;
	border: 2px solid #009245;
	border-radius: 4px;
	margin-top:50px;
	padding-top:12px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
.button,
.button::before,
.button::after {
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	border-color: #009245;
	color: #009245;
}
.button a {
	color: #fff;
	display: block;
	box-sizing: border-box;
	font-size:16px;
}
.button a:link,
.button a:visited {
	color: #fff;
}

.button a:hover,
.button a:active {
	color: #009245;
}

/*=================================================
開発協力募集 TJP-Eにはなし（ボタンのみ他ページで使うかもしれないので記載）
===================================================*/
/*▼応募フォームボタン*/
.form_button {
	margin:20px auto 50px;
	text-align:center;
	}
.form_button a:hover {
	opacity: 0.5;  
	}


/*=================================================
3.免責事項・著作権 /e/righte.html
===================================================*/
/* ▼著作権について */
div.copyright_area{
	margin-top:30px;
	}
div.copyright_area h3{
	margin-top:20px;
	}
div.copyright_area ul{
	margin:10px auto 15px 1.5em;
	list-style: decimal;
	}
	
/*=================================================
4.リンク・個人情報について /e/link.html
===================================================*/
/* ▼個人情報について 基本方針 */
dl.personal_info_area{
	margin:20px auto;
	line-height:1.6;
	}
dl.personal_info_area dt{
	margin:10px auto 0 20px;
	font-weight:bold;
	display: list-item;
	list-style-type : decimal;
	}
dl.personal_info_area dd{
	margin-left:20px;
	}
	
/*=================================================	
5.推奨環境について /e/help.html
===================================================*/
div.help_area dl{
	margin:30px auto 0 20px;
	width:600px;
	overflow:hidden
	}
div.help_area dl dt{
	width:150px;
	float:left;
	clear: both;
	margin-bottom:20px;
	height:30px;
	}
div.help_area dl dt a:hover{
	opacity: 0.5;  
	}
div.help_area dl dd{
	width:300px;
	margin-left:150px;
	font-size:12px;
	margin-bottom:20px;
	padding-top:8px;
	height:30px;
	}