/* 
registration.htmlのコンテンツ設定用css
*/


/* ↓↓↓ コンテンツの設定CSS ↓↓↓ */
.registration-box {
	width: 850px;
	margin: auto;
}

.registration-box .headline {
	width: 815px;
	height: 75px;
	padding: 0 0 0 35px;
	color: #ffffff;
	font-size: 2em;
	letter-spacing: .1em;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/ctn-header1-bg.png);
	background-repeat: no-repeat;
}

.registration-box h2 {
	width: 815px;
	height: 66px;
	padding: 0 0 0 35px;
	margin: 25px 0 0 0;
    /*mdf #44   >>>*/
    color: #1e73be;
    /*mdf #44   ---*/
	/*color: #006d4e;*/
    /*mdf #44   <<<*/
	font-size: 1.5em;
	letter-spacing: .1em;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/ctn-header2-bg.png);
	background-repeat: no-repeat;
}

.registration-box .list-box {
	width: 850px;
	margin: 25px 0 0 0;
	background-color: #ffffff;
}

.registration-box p {
    width: 80%;
	/*width: 70%;*/
	margin: 20px auto 0 auto;
	padding: 0 0 20px 0;
	letter-spacing: .1em;
	line-height: 1.5em;
}

.registration-box p a {
	text-decoration: underline;
}

/* ↑↑↑ コンテンツの設定CSS ↑↑↑ */

/* 英語ページ時の体裁 */
.en .registration-box h2,
.en .registration-box p{
	letter-spacing: 0em;
}


/* ↓↓↓ 角丸10px ↓↓↓ */
#login-inside-THERS,
#regist-outsiders,
#login-inside-THERS-en,
#regist-outsiders-en,
.registration-box .headline,
.registration-box .list-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* ↓↓↓ ドロップシャドウ ↓↓↓ */
.registration-box .headline,
.registration-box .list-box {
	-moz-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-o-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-ms-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	
	/* IE6-8	*/
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2)";
	zoom: 1;
}
#login-meidai {
    width: 109px;
    height: 22px;
	/*margin: 0 0 20px 300px;*/
    margin: 0 0 20px 240px;
    float: left;
	overflow:hidden;
}
#regist-gakugai {
    width:109px;
    height: 22px;
	/*margin: 0 0 20px 20px;*/
    margin: 0 0 20px 100px;
    float: left;
	overflow:hidden;
}
#login-meidai-en {
    width: 208px;
    height: 22px;
	margin: 0 0 20px 200px;
    float: left;
	overflow:hidden;
}
#regist-gakugai-en {
    width: 158px;
    height: 22px;
	margin: 0 0 20px 20px;
    float: left;
	overflow:hidden;
}
#login-meidai:hover img,
#login-meidai-en:hover img,
#regist-gakugai:hover img,
#regist-gakugai-en:hover img {
    margin-top: -22px;
}

/* add #44 okawa    >>>*/
#login-inside-THERS,
#regist-outsiders,
#login-inside-THERS-en,
#regist-outsiders-en {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    height: 20px;
    font-weight: bold;
    border: 1px solid #888888;
    background-color: #FFFFFF;
    float: left;
}

#login-inside-THERS {
    width: 160px;
    margin: 0 0 20px 203px;
}
#regist-outsiders {
    width: 120px;
    margin: 0 0 0 80px;
}

#login-inside-THERS-en {
    width: 280px;
    margin: 0 0 20px 160px;
}
#regist-outsiders-en {
    width: 140px;
    margin: 0 0 0 20px;
}

#login-inside-THERS:hover,
#regist-outsiders:hover,
#login-inside-THERS-en:hover,
#regist-outsiders-en:hover {
    color: #bbbbbb;
    border: 1px solid #bbbbbb;
}
/* add #44 okawa    <<<*/
