﻿@charset "utf-8";

.acMenu dt{
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.6;
	margin: 8px 0 8px 0;
	padding: 9px 5px 11px 0;
	text-align: left;
	cursor: pointer;
	background-color: #e5edf0;

	background-repeat: no-repeat;
	background-position: 11px 4px;
}
.q01 {
	background-image: url("../img/q_01.jpg");
}
.q02 {
	background-image: url("../img/q_02.jpg");
}
.q03 {
	background-image: url("../img/q_03.jpg");
}
.q04 {
	background-image: url("../img/q_04.jpg");
}
.q05 {
	background-image: url("../img/q_05.jpg");
}
.q06 {
	background-image: url("../img/q_06.jpg");
}
.q07 {
	background-image: url("../img/q_07.jpg");
}
.q08 {
	background-image: url("../img/q_08.jpg");
}

.acMenu dd{
	width:100%x;
	height:auto;
	line-height:1.5;
	margin:0 0 25px 0;
	padding:5px 5px 9px 0;
	text-align:left;
	display:none;
	background-color:#ffffff;
	background-image: url("../img/a_01.jpg");
	background-repeat: no-repeat;
	background-position : 10px 4px;
}

.acMenu dt span{
	display:inline-block;
	width:630px;
	padding-left:63px;
	padding-right:10px;
	text-decoration:underline;
}

.acMenu dd span{
	display:inline-block;
	width:630px;
	padding-left:55px;
	padding-right:10px;
}


/* ADD 2015 TEC start*/
div#mainArea div#contentsFrame #guideline_nav {
	display:inline-block;
}

div#mainArea div#contentsFrame #guideline_nav a{
	width:165px;
	float:left;
	text-align:center;
	margin-right:10px;
	font-size: 108%;
	font-weight:bold;
	background-color:#e7ecf2;
	line-height:1.2em;
	padding:10px 0 11px;
	min-height:33px;
	margin-top:10px;
	color:#0075c0;
}

div#mainArea div#contentsFrame #guideline_nav a li {
	font-weight:bold;
}

div#mainArea div#contentsFrame #guideline_nav a.current{
	text-align:center;
	margin-top:0;
	padding-top:21px;
	padding-bottom:10px;
	color:#ffffff;
	background-color:#0075c0;
	font-weight:bold;
	width::165px;
	float:left;
}

div#mainArea div#contentsFrame #guideline_nav a.current:hover,
div#mainArea div#contentsFrame #guideline_nav a.current:visited {
	text-decoration:none;
}

div#mainArea div#contentsFrame #guideline_nav a.last{
	margin-right:0;
	padding-top:21px;
	padding-bottom:3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
div#mainArea div#contentsFrame #guideline_nav a.last {
	padding-top:22px;
}
}/* IE10 */

div#mainArea div#contentsFrame #guideline_nav a.last_current{
	margin-top:0;
	padding-top:29px;
	padding-bottom:10px;
	color:#ffffff;
	background-color:#0075c0;
	margin-right:0;
	min-height:29px;
	font-weight:bold;
}

div#mainArea div#contentsFrame #guideline_nav a.last_current:hover,
div#mainArea div#contentsFrame #guideline_nav a.last_current:visited {
	text-decoration:none;
}

#guideline_table {
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
}

#guideline_table th{
	width:25%;
	padding:20px;
	text-align:left;
	vertical-align:middle;
	color:#ffffff;
	background-color:#0075c0;
	border: 1px solid #0075c0;
	border-bottom:1px solid #ffffff;
	font-size:108%;
}

#guideline_table th.last {
	border-bottom:1px solid #0075c0;
}

#guideline_table td{
	padding:20px;
	background-color:#ffffff;
	border:1px solid #0075c0;
	font-size:108%;
	vertical-align:middle;
}

div#mainArea div#contentsFrame a:visited {
	color: #0075c0;
}

.merit_ul {
	overflow: hidden;
	height: auto;
}

.merit_ul li{
	float:left;
	padding-right:10px;
	margin-bottom:10px;
}

.merit_ul li.end{
	padding-right:1px;
}


/* ADD 2015 TEC end*/