@charset "EUC-JP";

/***********************************

??hack?н???
??Internet Explorer 6?Τ?Ŭ??
* html .hogehoge{}

??Internet Explorer 7?Τ?Ŭ??
*+html .hogehoge{}

??Internet Explorer 8?Τ?Ŭ??
html>/????/body .hogehoge{
	???????/??\????/ : ??\9;
}
???????????ľ?????????????????????????


***********************************/

@import "base.css?t";

h2{
	margin-bottom: 5px;
}

h4{
	margin-bottom: 10px;
}

#application h4{
	margin-bottom: 0;
}

#contents div.center{
	text-align: center
}

#contents a.arrow{
	padding-left: 12px;
	background-image: url('../join/img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: left 3px;
}

#contents div.box{
	padding: 0 60px;
	margin-bottom: 20px;
}

#contents dl.support_left{
	float: left;
	width: 420px;
}

#contents dl.support_right{
	float: right;
	width: 420px;
}

#contents dl.support_left dt,
#contents dl.support_right dt{
	margin-bottom: 5px;
}

#contents dl.support_left dd,
#contents dl.support_right dd{
	border-bottom: 1px #cccccc solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


#contents dl.support_left a,
#contents dl.support_right a{
	padding-left: 12px;
	background-image: url('../join/img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: left 3px;
}

#contents ul.merit{
	margin: 0 0 10px 0;
	/* display: flex;
	justify-content: flex-start;
	flex-wrap: wrap; */
}

#contents ul.merit li{
	/* width: 50%; */
	margin-bottom: 0.2em;
	padding-right: 0.5em;
	box-sizing: border-box;
}
#contents ul.merit li a{
	display: block;
	text-indent: -5em;
	margin-left: 5em;
}
#contents ul.merit li span{
	margin-right: 1em;
}

#contents div.company{
	float: left;
	overflow: hidden;
	margin: 30px 0 20px 70px;
}

#contents div.company img{
	margin-left: 5px;
}

#contents h4.item{
	font-weight: bold;
	font-size: 130%;
	margin-left: 170px;
	clear: both;
}

#contents ul.application{
	overflow: hidden;
	margin-left: 170px;
	margin-bottom: 20px;
}

#contents ul.application li{
	float: left;
	width: 220px;
}

#contents ul.application li.appright{
	width: 380px;
}

#contents ul.attention{
	padding:0 180px 0 190px;
	margin-bottom: 20px;
}

#contents ul.attention li{
	text-indent: -1em;
	margin-left: 1em;
}

/* 入会金及び年会費明細表 */

#contents .inbox .cost h3{
    background-color: #666;
    color: white;
    font-weight: bold;
    font-size: 2em;
    line-height: 2.5em;
    text-align: center;
}
#contents .inbox .cost h3 span{
    font-weight: normal;
    font-size: 0.8em;
    padding-left: 0.8em;
    vertical-align: bottom;
}
#contents .inbox .cost table.year_cost{
    border-spacing: 0;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}
#contents .inbox .cost table.year_cost th{
    color: #009A4E;
    font-weight: bold;
}
#contents .inbox .cost table.year_cost tr.title_row th{
    background-color: #009A4E;
    color: white;
    font-weight: normal;
}
#contents .inbox .cost table.year_cost th,
#contents .inbox .cost table.year_cost td{
    border: 1px solid #B4B4B4;
    text-align: center;
    font-size: 1.3em;
    padding: 0.7em 0;
}
#contents .inbox .cost table.year_cost td{
    font-weight: bold;
    text-align: right;
    padding-right: 0.3em;
}
#contents .inbox .cost table.year_cost tr.sum_row th,
#contents .inbox .cost table.year_cost tr.sum_row td,
#contents .inbox .cost .ant{
    color: red;
}
#contents .inbox .cost .ant {
    padding-left: 0;
    text-indent: 0;
    font-weight: normal;
}
#contents .inbox .cost table.year_cost td.table_no_border{
    border: 0px none;
    text-align: right;
    font-weight: normal;
}
#contents .inbox .cost table.year_cost a{
    color: inherit;
}


#contents .inbox .cost table.month_cost{
    border-spacing: 0;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}
#contents .inbox .cost table.month_cost caption{
    background-color: #00A99D;
    border-radius: 2em;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 1.3em;
    color: white;
    margin-bottom: 0.3em;
}
#contents .inbox .cost table.month_cost th,
#contents .inbox .cost table.month_cost td{
    border: 1px solid #B4B4B4;
    text-align: center;
    font-size: 1.3em;
    padding: 0.7em 0;
    width: 24%;
}

#contents .inbox .cost table.month_cost th{
    font-weight: bold;
    color: #00A99D;
}

#contents .inbox .cost table.month_cost tr:nth-child(even) th{
    background-color: #DEF3F2;
}
#contents .inbox .cost table.month_cost tr:nth-child(even) td{
    background-color: #ECECF0;
}

#contents .inbox .cost table.month_cost tr td.table_no_border{
    border: 0px none;
    width: 4%;
    background-color: transparent;
}

#contents .inbox .cost p{
    width: 80%;
    margin: 1em auto;
    padding-left: 2em;
    text-indent: -1em;
}
#contents .inbox .cost p span{
    font-weight: bold;
}


/* ????????
*********************************************************************/
* html #contents ul.support li{
	margin: 0 23px 10px 0;
}

* html #contents ul.support li.download a,
* html #contents ul.support li.zbrain a,
* html #contents ul.support li.advice a,
* html #contents ul.support li.specialist a{
	width: 385px;
	padding-top: 100px;
	height: 109px;
}

* html #contents ul.support a{
	padding-bottom:15px;
}

* html #contents ul.support li.support a
{
	width: 190px;
	padding-bottom: 17px;
}

* html #contents ul.support li.website a{
	width: 190px;
	padding-bottom: 21px;
}

* html #contents ul.support li.reins a{
	margin-left: 12px;
	width: 190px;
	padding-bottom: 17px;
}

* html #contents ul.support li.tool a{
	width: 190px;
	padding-bottom: 40px;
}

* html #contents ul.support li.support,
* html #contents ul.support li.website,
* html #contents ul.support li.reins,
* html #contents ul.support li.tool{
	margin: 0 8px 10px 0;
}