@charset "UTF-8";

/*共通ページ用css*/

body {
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
	line-height: 1.5;
	color: #333;
}
#wrapper {
	font-size: 14px;
	width: 960px;
	height: auto;
	margin: 0 auto;
}
p {
	padding: 15px 0;
}
a {
	text-decoration: none;
	color: #333;
}
ul {
	list-style: none;
}
/*ヘッダー*/
header {
	height: 124px;
}
h1 {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 2;
	padding-left: 10px;
	background-color: #e50044;
}
.head_btn {
	float: right;
	width: 223px;
	position: relative;
	z-index: 2;
	top: 5px;
	right: 8px;
}
.access_btn {
	float: left;
}
.head_img {
	position: relative;
	z-index: 1;
	top: -47.5px;
	left: 0;
}
/*グローバルナビゲーション*/
#global_navi {
	clear: both;
	height: 45px;
}
#global_navi ul {
	width: 960px;
	height: 45px;
	overflow: hidden;
}
#global_navi ul li {
	float: left;
	text-align: center;
	width: 160px;
	height: 45px;
	line-height: 45px;
/* webkit系 */  
	background-image: -webkit-gradient(linear, left top, left bottom,from(#f7f7f7),color-stop(.48, #f7f7f7), color-stop(.51, #dcdddd),to(#dcdddd));
/* Mozilla系 */  
	background-image: -moz-linear-gradient(#f7f7f7,#f7f7f7 48%,#dcdcdd 51%,#eeefef 100%);
/* InternetExplorer 10*/  
	background-image: linear-gradient(#f7f7f7,#f7f7f7 48%,#dcdcdd 51%,#eeefef 100%); 
/* InternetExplorer 8-9*/  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dcdddd', GradientType=0)";
	border-bottom: 3px solid #f7f7f7;
	border-left: 2px solid #f7f7f7;
	border-right: 3px solid #b5b5b6;
	box-sizing: border-box;
}
#global_navi ul li:last-child {
	border-right: 2px solid #f7f7f7;
}
#global_navi a {
	display: block;
}

/*フッター　ここから*/
footer {
	clear: both;
	font-size: 15px;
	text-align: center;
	margin: 25px auto 10px;
}
footer a:hover {
	color: #666;
}
footer ul {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	left: 50%;
}
footer li {
	float: left;
	margin: auto 0px;
	position: relative;
	left: -50%;
}
footer li:after {
	content: "|";
	margin: 0 25px;
}
footer li:last-child:after {
	content: "";
	display: none;
}
#copyright {
	clear: both;
	font-size: 14px;
}

/*コンテンツ共通部分　ここから*/
.contents {
	border-top: 3px solid #e50044;
	border-bottom: 3px solid #e50044;
	background-image: url(../img/back.png);
}
.tab_menu {
	font-size: 18px;
	color: #777;
	text-align: center;
	line-height: 2.3;
/* webkit系 */  
	background-image: -webkit-gradient(linear, left top, left bottom,from(#f4f4f4),color-stop(.20, #dedfdf), color-stop(.20, #dbdcdc),to(#dbdcdc));
/* Mozilla系 */  
	background-image: -moz-linear-gradient(#f4f4f4,#dedfdf 20%,#dbdcdc 20%,#dbdcdc 100%);
/* InternetExplorer 10*/  
	background-image: linear-gradient(#f4f4f4,#dedfdf 20%,#dbdcdc 20%,#dbdcdc 100%); 
/* InternetExplorer 8-9*/  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedfdf', endColorstr='#dbdcdc', GradientType=0)";
	width: 220px;
	height: 37px;
	margin: 30px 20px 0 48px;
	position: relative;
}
.tab_menu:before {
	content: url(../img/tab_left.png);
	position: absolute;
	left: -28px;
}
.tab_menu:after {
	content: url(../img/tab_right.png);
	position: absolute;
	top: 0;
	left: 220px;
}
.tab_menu span {
	font-size: 16px;
}
.line {
	background-color: #fff;
	padding: 10px;
	margin: 0 20px 30px;
	box-shadow: 2px 2px 3px #777;
}
.text_box {
	padding: 50px 50px 30px;
	border: 2px solid #ddd;
}
.lead {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 7px solid #e50044;
	border-bottom: 1.4px solid #bbb;
}
.lead:before {
	display: none;
}
.text_box ul {
	margin: 10px 0 25px;
}
.text_box ul li {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin: 2px;
}
.text_box ul li:before {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid #666;
	position: absolute;
	top: 3px;
	left: 0;
}

/*設立主旨*/
.chairman {
	float: right;
	margin: 30px 40px 50px 80px;
}
.chairman p {
	text-align: center;
	padding: 10px 20px;
}
.chairman p span {
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
}

/*団体概要*/
#outline .tab_menu {
	width: 190px;
}
#outline .tab_menu:after {
	left: 190px;
}
#outline dl {
	width: 515px;
	margin: 0 auto 30px;
}
dl dt {
	float: left;
	clear: left;
}
dl dd {
	padding-left: 100px;
	margin: 15px 0;
	border-bottom: 1px solid #666;
}
dl + p {
	clear: both;
	width: 515px;
	margin: 35px auto;
}
.project {
	height: 430px;
	padding: 15px 20px;
	border: 1px solid #ddd;
}
.project .box {
	float: left;
	width: 302px;
	margin: 18px 35px;
}
.project p {
	font-size: 14px;
	font-weight: bold;
}
.agreement {
	clear: both;
	text-align: center;
	margin: 40px auto;
	width: 400px;
}
.agreement .btn {
	font-size: 15px;
	color: #fff;
	line-height: 38px;
	background: #777;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 300px;
	height: 38px;
	margin: 10px auto;
}
.agreement .btn a {
	color: #fff;
}

/*セミナー・研究会、調査・研究*/
#seminar .tab_menu {
	width: 270px;
}
#seminar .tab_menu:after {
	left: 270px;
}
#research ul, #global ul {
	margin-top: 15px;
}
#seminar .lead, #research .lead {
	margin-bottom: 45px;
}
#seminar .lead:last-child, #research .lead:last-child {
	margin-bottom: 15px;
}

/*海外展開支援*/
#global .text_box ul li {
	margin-bottom: 45px; 
}
.admission, .fees, .privilege {
	border: 1px solid #ddd;
}
.admission {
	padding: 15px;
	width: 760px;
	margin: 20px auto;
}
.admission legend {
	font-size: 16px;
}
.fees {
	width: 260px;
	margin: 0 auto 15px;
}
.fees legend, .privilege legend {
	font-size: 15px;
}
.fees dl dt {
	position: relative;
	left: 20px;
}
.fees dl dd {
	padding-left: 170px;
	margin: 10px auto;
	border-bottom: none;
}
.fees dl dd:before {
	content:": ";
}
.privilege {
	clear: both;
	width: 600px;
	margin: 15px auto;
	padding: 15px;
}
ol {
	padding-left: 35px;
}
ol li {
	margin-bottom: 20px;
}
ol li:last-child {
	margin-bottom: 5px
}
ol p {
	padding: 8px;
	position: relative;
}
ol p:before {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid #666;
	position: absolute;
	top: 9.5px;
	left: -2px;
}

/*会員ページ*/
#member ul {
	margin-bottom: 45px;
}
#member ul:last-child {
	margin-bottom: 35px;
}
/*アクセス*/
#access .tab_menu {
	width: 180px;
}
#access .tab_menu:after {
	left: 180px;
}
#access p {
	padding-bottom: 25px;
}
#access ul + img {
	float: right;
	margin: -400px -40px 40px 20px;
	display: block;
	overflow: hidden;
}
#access .lead {
	display: block;
	width: 325px;
}

/*お問い合わせ*/
#contact .mustItem {
	color: #e50044;
}
#contact table {
	margin: 30px 20px 25px;
}
#contact table th {
	text-align: left;
	vertical-align: middle;
	width: 130px;
	padding: 10px 0;
}
#contact table tr:nth-child(5) th {
	vertical-align: top;
}
#contact table td {
	padding: 10px 10px 10px 25px;
}
#contact td.btn_submit {
	padding: 30px 300px 0 320px;
}
#thanks .btn_submit, #error .btn_submit {
	text-align: center;
	margin: 10px auto;
}
.error {
	padding-bottom: 20px;
}