@charset "utf-8";
/* CSS Document */
/*-----------共通-----------*/
#wrapper {
	width: 94%;
	margin: 0 3%;
	background-color: #fff;
	font-size: 14px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
 /width: expression(document.body.clientWidth < 980? "980px" : document.body.clientWidth > 1280? "1280px" : "auto");/*forIE*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(../img/background.png);
	background-repeat: repeat;
}
div#main {
	margin: 0px;
	text-align: left;
	padding: 0 4%;
	clear: both;
	background-color: #eceff6;
	overflow: hidden;
 /zoom: 1;/*forIE*/
}
.ykbody div#main {
    line-height: 130%;
}
/*大項目*/
h1 {
	margin-bottom: 10px;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #2f649b;
	padding-left: 45px;
}
a:active {
	color: -webkit-link;
}
/*コンテンツ内タイトル*/
h2 {
	background-image: url(../img/h2_icon.gif);
	background-repeat: no-repeat;
	height: 33px;
	line-height: 33px;
	padding-left: 20px;
	font-size: 14px;
	text-align: left;
}
/*中項目（水色）*/
h3 {
	border: 1px solid #2f649b;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	color: #2f649b;
	padding-left: 10px;
	background: rgb(254,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmViZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254,255,255,1)), color-stop(100%, rgba(210,235,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0 ); /* IE6-8 */
}
/*アイコン付きタイトル*/
h4 {
	font-size: 16px;
	padding: 10px;
	padding-left: 40px;
	margin: 10px 0;
}
/*h4以下のコンテンツ*/
div.under_h4 {
	margin-left: 65px;
}
/*1カラム用右コンテンツボックス*/
.contents_box {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
/*2カラム用右コンテンツボックス*/
.two_column_rightcontents {
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
	word-wrap: break-word;
	min-height: 400px;
 /zoom: 1;
}
/*システムエラー用コンテンツボックス*/
.contents_box_systemerror {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    min-height: 100px;
    overflow: hidden;
}
/*テーブル*/
.normal_table {
	border: solid 1px gray;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto;
	margin-bottom: 0;
}
.normal_table th {
	border: solid 1px #333;
	border-collapse: collapse;
	background-color: #4f8cca;
	color: white;
	height: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
.normal_table td {
	border: solid 1px gray;
	border-collapse: collapse;
	padding: 7px;
}
/*表の左パディング*/
.table_left_padding {
	padding-left: 10px;
}
/*偶数列*/
.even_row {
	background-color: #f6faff;
}
/*IE7対応*/
.even_row td {
	/background-color: #f6faff;
}
/*ページング*/
div.pagiation {
	background-color: #CCC;
	text-align: center;
	border: 1px solid #999;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	margin-top:-1px;
}
div.pagiation a, div.pagiation span {
	vertical-align: top;
	/*
	margin: 0 10px;
	*/
	margin: 0 6px;
	font-size: 130%;
}
div.pagiation img {
	margin: 5px 0;
}
/*2列テーブル(一覧形式テーブル）*/
table.two_row_table {
	border: solid 1px gray;
	margin: 10px auto;
	margin-bottom: 20px;
	width: 90%;
	font-size: 16px;
}
table.two_row_table tr {
	border: solid 1px #888;
	height: 35px;
	line-height: 35px;
}
table.two_row_table th {
	text-align: right;
	background-color: #2f649b;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	width: 27%;
	padding-right: 10px;
	padding-left: 10px;
	/border-bottom: solid 1px #888; /* IE7対応 */
}
table.two_row_table td {
	border: solid 1px gray;
	border-collapse: collapse;
	padding-left: 10px;
	vertical-align: middle;
	width: 73%;
	padding-right: 10px;
}
/*入力欄文字*/
input[type="text"] , select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*MicrosoftEdge：パスワード入力欄、目のマーク非表示*/
::-ms-reveal {
	display: none;
}
/*説明文*/
.explain {
	margin: 10px 0 10px 30px;
}
/*ユーザ選択不可*/
.not_userselect{
	user-select: none;
}
.clear {
	clear: both;
}
.li_end {
	border-style: none!important;
}
.display_none {
	display: none!important;
}
/*左寄せ*/
.float_left {
	float: left!important;
}
/*右寄せ*/
.float_right {
	float: right!important;
}
/*文字真ん中寄せ*/
.center {
	text-align: center!important;
}
/*文字右寄せ（表等）*/
.align_right {
	text-align: right!important;
}
/*赤文字*/
.red_letter {
	color: #F00!important;
}
/*青文字*/
.blue_letter {
	color: #00C!important;
}
/*水色文字*/
.lightblue_letter {
    color: #0099cc!important;
}
/*NEW用文字*/
.new_letter {
	color: #C00!important;
	margin: 5px auto;
	font-weight: bold;
}
/*グレー文字*/
.gray_letter {
	color: #999!important;
}
/*太文字*/
.bold_letter {
    font-weight: bold!important;
}
/* 強制改行 */
.break_word {
	word-break: break-all;
}
/*ディスエーブル背景*/
.gray_background {
	background-color: #999!important;
}
p.red_pointer_icon {
	background-image: url("../img/redarrowpoint.png");
	background-position: 1% 50%;
	padding-left: 30px!important;
	background-repeat: no-repeat;
	font-weight: bold;
}
/*編集不可行*/
.edit_disable {
	background-color: #E8E8E8;
}
/*非表示*/
.display_none {
	display: none;
}
/*PC非表示(スマフォでは表示）*/
.pc_optional {
	display: none;
}
/*表示件数*/
.view_number {
	float: right;
	font-size: 14px;
	height: 20px;
	line-height: 44px!important;
}
/*ボタン文字縮小*/
.font_size_minimize {
	font-size: 110%!important;
}
/*オレンジアイコン付きタイトル*/
p.orange_cicle {
	background-image: url(../img/orange_circle.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px!important;
	font-size: 14px;
}
/*下部ボタンエリア*/
.buttons_area {
	overflow: hidden;
	width: 400px;
	margin: 30px auto;
}
.one_button_area {
	overflow: hidden;
	width: 178px;
	margin: 30px auto;
	clear: both;
	/text-align:center;/*IE7対応*/
}
.three_buttons_area {
    overflow: hidden;
    width: 600px;
    margin: 30px auto;
}
/*NEWアイコン*/
.new_icon {
	color: #B50004;
	height: 12px;
	line-height: 12px;
	margin: 0 10px;
	font-weight: bold;
}
/*選択行色付け*/
.selected_column {
	background-color: #c6d9f1;
}
/*ボタン（青、大）*/
.blue_button_l {
	cursor: pointer;
	width: 178px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background-image: url(../img/button_blue_l.gif);
	background-repeat: no-repeat;
	color: #fff;
	margin: 3px auto;
	font-size: 130%;
	border: 0;
	text-decoration: none;
	background-color: transparent;
}
.blue_button_l:hover {
	background-image: url(../img/h_button_blue_l.gif);
}
/*ボタン（青、中）*/
.blue_button_m {
	display: block;
	cursor: pointer;
	width: 118px;
	height: 29px;
	line-height: 29px;
	background-image: url(../img/button_blue_m.gif);
	background-repeat: no-repeat;
	color: #fff;
	border: 0;
	margin: 3px auto;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
}
.blue_button_m:hover {
	background-image: url(../img/h_button_blue_m.gif);
}
/*ボタン（青、小）*/
.blue_button_s {
	background-image: url(../img/button_blue_s.gif);
	display: block;
	cursor: pointer;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	color: #fff;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	font-size: 14px;
	background-color: transparent;
}
.blue_button_s:hover {
	background-image: url(../img/h_button_blue_s.gif);
}
/*ボタン（オレンジ、大）*/
.orange_button_l {
	display: block;
	cursor: pointer;
	width: 178px;
	height: 43px;
	line-height: 43px;
	background-image: url(../img/orange_button_l.gif);
	background-repeat: no-repeat;
	color: #111;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	font-size: 130%;
	background-color: transparent;
}
.orange_button_l:hover {
	background-image: url(../img/h_orange_button_l.gif);
}
/*ボタン（オレンジ、中）*/
.orange_button_m {
	display: block;
	cursor: pointer;
	width: 118px;
	height: 29px;
	line-height: 29px;
	background-image: url(../img/orange_button_m.gif);
	background-repeat: no-repeat;
	color: #111;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	background-color: transparent;
}
.orange_button_m:hover {
	background-image: url(../img/h_orange_button_m.gif);
}
/*ボタン（オレンジ、小）*/
.orange_button_s {
	display: block;
	cursor: pointer;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/orange_button_s.gif);
	background-repeat: no-repeat;
	color: #111;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	font-size: 14px;
	background-color: transparent;
}
.orange_button_s:hover {
	background-image: url(../img/h_orange_button_s.gif);
}
/*ボタン（レッド、小）*/
.red_button_s {
    display: block;
    cursor: pointer;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-image: url(../img/red_button_s.gif);
    background-repeat: no-repeat;
    color: #111;
    border: 0;
    text-align: center;
    margin: 3px auto;
    text-decoration: none;
    font-size: 14px;
    background-color: transparent;
}
.red_button_s:hover {
    background-image: url(../img/h_red_button_s.gif);
}
/*ボタン（グレー、大）*/
.gray_button_l {
	display: block;
	cursor: pointer;
	width: 178px;
	height: 43px;
	line-height: 43px;
	background-image: url(../img/gray_button_l.gif);
	background-repeat: no-repeat;
	color: #111;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	font-size: 130%;
	background-color: transparent;
}
.gray_button_l:hover {
	background-image: url(../img/h_gray_button_l.gif);
}
.gray_button_l span {
	width: 75%;
}
/*ボタン（グレー、大 　縦小）*/
.gray_button_l_hs {
	display: block;
	cursor: pointer;
	width: 178px;
	height: 31px;
	line-height: 31px;
	background-image: url(../img/gray_button_l_hs.gif);
	background-repeat: no-repeat;
	color: #111;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	font-size: 130%;
	background-color: transparent;
}
.gray_button_l_hs:hover {
	background-image: url(../img/h_gray_button_l_hs.gif);
}
.gray_button_l_hs span {
	width: 75%;
}
/*inputの場合のボタン（グレー、大）*/
input.gray_button_l {
	background-image: url(../img/arrow_gray_button_l.gif);
}
input.gray_button_l:hover {
	background-image: url(../img/h_arrow_gray_button_l.gif);
}
.gray_button_l span {
	width: 75%;
}
/*ボタン（グレー、中）*/
.gray_button_m {
	display: block;
	cursor: pointer;
	width: 118px;
	height: 29px;
	line-height: 29px;
	background-image: url(../img/gray_button_m.gif);
	background-repeat: no-repeat;
	color: #111;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	background-color: transparent;
}
.gray_button_m:hover {
	background-image: url(../img/h_gray_button_m.gif);
}
/*ボタン（グレー、小）*/
.gray_button_s {
	display: block;
	cursor: pointer;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/gray_button_s.gif);
	background-repeat: no-repeat;
	color: #111;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	font-size: 14px;
	background-color: transparent;
}
.gray_button_s:hover {
	background-image: url(../img/h_gray_button_s.gif);
}
/*ボタン（グレー、最小）*/
.gray_button_ss {
	display: block;
	cursor: pointer;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/gray_button_2s.gif);
	background-repeat: no-repeat;
	color: #111;
	border: 0;
	text-align: center;
	margin: 5px auto;
	text-decoration: none;
	font-size: 11px;
	background-color: transparent;
　 line-height: 18px;
　 font-size:13px;
　 font-weight:bold;
}
.gray_button_ss:hover {
	background-image: url(../img/h_gray_button_2s.gif);
}
/*ボタン（ディスエーブル、大）*/
.disable_button_l, .disable_button_l:hover {
	width: 178px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background-image: url(../img/disable_button_l.gif);
	background-repeat: no-repeat;
	color: #A1A1A1;
	margin: 3px auto;
	font-size: 130%;
	border: 0;
	text-decoration: none;
	background-color: transparent;
}
/*ボタン（ディスエーブル、中）*/
.disable_button_m {
	display: block;
	width: 118px;
	height: 29px;
	line-height: 30px;
	background-image: url(../img/disable_button_m.gif);
	background-repeat: no-repeat;
	color: #A1A1A1;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	background-color: transparent;
}
/*ボタン（ディスエーブル、小）*/
.disable_button_s {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/disable_button_s.gif);
	background-repeat: no-repeat;
	color: #A1A1A1;
	border: 0;
	text-align: center;
	margin: 3px auto;
	text-decoration: none;
	background-color: transparent;
}
/*消去ボタン*/
.clean_button {
	background-image: url(../img/clean_button.png);
	background-repeat: no-repeat;
	border: none;
	width: 40px;
	/width: 44px;/*IE7対応*/
	height: 40px;
	/height: 47px;/*IE7対応*/
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	background-position: 50% 50%;
	/background-position: 50% 35%;/*IE7対応*/
	background-color: transparent;
}
.clean_button:hover {
	background-image: url(../img/h_clean_button.png);
}
/* 志望校判定用消去ボタン */
.clean_button_hantei {
    background-image: url(../img/clean_button.png);
    background-repeat: no-repeat;
    border: none;
    width: 40px;
    /width: 44px;/*IE7対応*/
    height: 40px;
    /height: 47px;/*IE7対応*/
    text-indent: -9999px;
    cursor: pointer;
    float: right;
    background-position: 50% 50%;
    /background-position: 50% 35%;/*IE7対応*/
    background-color: transparent;
}
.clean_button_hantei:hover {
    background-image: url(../img/h_clean_button.png);
}
/*IE７ボタン矢印用スタイル*/
.next_arrow_icon {
	/position:relative;
	/top:-43px;
	/float:left;
}
/* 必須アイコン */
.requried_icon {
    background-image: url(../img/requried.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 47px;
}

/*2カラム左*/
#main_contents_left {
	width: 222px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
/*2カラム右*/
#main_contents_right {
	width:72%;
	margin: 0 auto;
	float: left;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}
/*-----------ヘッダー-----------*/
#header {
	height: 130px;
	margin-right: 1px\9;
}
#header_main {
	height: 130px;
	width: 100%;
}
/*
.header_right {
	max-width: 700px;
	float: right;
}
.header_right_li {
	list-style: none;
	float: left;
}
*/
.header_right {
	max-width: 780px;
	float: right;
	min-width:240px\9;
	/min-width:240px;
}
.header_right_li {
	list-style: none;
	float: left;
	max-width: 67%;
}
.brand_and_name {
	float:right;
	max-width:50%;
	/max-width:80%;
	margin: 5px 0;
}
/*ダイアログキャンセルボタン*/
.login_cancel_button {
	margin-top: 20px;
}
/*ロゴ*/
#logo {
	float: left;
	width: 126px;
	height: 95px;
	background-image: url("../img/top_logo.jpg");
	background-repeat: no-repeat;
	margin-left: 10px;
}
/*ログイン名
#loginname, #login_brand {
	float: left;
	height: 30px;
	line-height: 30px;
}
#login_brand {
    width: 290px;
    text-align: right;
}
*/
#loginname {
	overflow:hidden;
	max-height:70px;
}
#loginname, #login_brand {
	float: right;
	line-height: 15px;
	margin-top: 10px;
	text-align: left;
}
#loginname span, #login_brand span {
	display:block;
}
#login_brand {
    text-align: right;
	margin-right:15px;
}

/*スマフォ用メニュは非表示*/
.smartphone_menu_contents {
	display: none;
}
@media screen and (min-width: 768px) {
	.smartphone_menu_contents {
		display: none!important;
	}
}

/*ログアウト*/
#logoutarea {
	background-image: url(../img/logout.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 33px;
	line-height: 33px;
	display: block;
	color: #000;
	text-decoration: none;
	margin: 8px;
	padding-left: 5px;
	float: left;
}
#logoutarea:hover {
	background-image: url(../img/h_logout.png);
}
#s_logout {
	display: none;
}
#logout_dialog a.blue_button_l {
	display: block;
	cursor: pointer;
	width: 179px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background-image: url(../img/button_blue_l.gif);
	background-repeat: no-repeat;
	color: #fff;
	margin: 10px auto;
	font-size: 130%;
	border: 0;
	text-decoration: none;
	background-color: transparent;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top: 3%!important;
	margin-top: 1%\9!important;
}
/*ブランド切り替えボタン*/
#brand_change {
	background-image: url("../img/brand_change.png");
	background-repeat: no-repeat;
	width: 90px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 8px;
	float: left;
	font-size: 13px;
}
#brand_change:hover {
	background-image: url("../img/h_brand_change.png");
}
/*スマフォ用は非表示*/
#s_brand_change {
	display: none;
}
/*ヘッダーメニュー*/
#header_menu {
	clear: both;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ffffff, endcolorstr=#eeeeee));*//*IE6-9*/
	background-image: -ms-filter(bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	zoom: 1;
}
#header_menu ul {
	min-width: 100%;
	padding: 0;
}
#header_menu ul li {
	height: 35px;
	display: block;
	float: left;
	border-right: solid 1px #c9c9c9;
	margin: 0;
	font-size: 14px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ffffff, endcolorstr=#eeeeee));*//*IE6-9*/
	background-image: -ms-filter(bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	zoom: 1;
}
#header_menu ul li a {
	height: 35px;
	display: block;
	padding-right: 10px;/*メニュ数に応じて変更可能*/
	padding-left: 10px;/*メニュ数に応じて変更可能*/
	/padding-right: 10px;/*メニュ数に応じて変更可能*//*IE7*/
	/padding-left: 10px;/*メニュ数に応じて変更可能*//*IE7*/
	text-decoration: none;
	color: #2b2b2b;
	min-width: 75px;
}
.ykbody #header_menu ul li a {
	padding-right: 13px;/*メニュ数に応じて変更可能*/
	padding-left: 13px;/*メニュ数に応じて変更可能*/
	/padding-right: 13px;/*メニュ数に応じて変更可能*//*IE7*/
	/padding-left: 13px;/*メニュ数に応じて変更可能*//*IE7*/
}

#header_menu li a:hover {
	background-color: #D0DCFF;
}

/* サブメニュー */
#header_menu li.header_submenu {
	/position: relative;/*IE7対応*/
}
#header_menu li.header_submenu > ul {
	width: auto;
	min-width: inherit;
	visibility: hidden;
	padding: 4px 0;
	background: #B7D1DF;
	/min-width:0;/*IE7対応*/
	/left:0px;/*IE7対応*/
}
#header_menu li.header_submenu > ul > li {
	float: none;
	border: solid 1px #c9c9c9;
	margin: -1px 4px 0 4px;
	/list-style:none;
	/min-width:130px;
}
#header_menu li.header_submenu > ul > li > a{
	padding-right: 22px;
	padding-left: 22px;
}
#UMAF0003 li.header_submenu, #UMAF0004 li.header_submenu,
#UMAF0056 li.header_submenu, #UMAF0057 li.header_submenu,
#UMAF0058 li.header_submenu, #UMAF0079 li.header_submenu {
	/background-color: #2f649b;/*IE7対応*/
}
/*ヘッダー境界線*/
.header_hr {
	clear: both;
	background-color: #2f649b;
	height: 3px;
 /height: 1px;
	height: 5px\9;
	margin: 0;
}
/*現在位置*/
.now {
	background-color: #2f649b;
	font-weight: bold;
	color: white!important;
}
.now:hover {
	background-color: #2f649b!important;
}
/*ダイアログの制御*/
#brand_change_dialog, #logout_dialog {
	display: none;
}
/*-----------メイン-----------*/
/*パン屑*/
#pankuzu {
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
}
/*TOPへパンくずアイコン*/
.home_icon {
	background-image: url(../img/home_icon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
/*ページの上部へ*/
.page_upper {
	display: block;
	border: solid 1px #999999;
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	margin: 10px auto;
	clear: both;
}
.page_upper a {
	text-decoration: none;
	display: block;
}
/*注意書きコンテンツ*/
.attention_contents {
	background-color: #C8DEF0;
	overflow: hidden;
	margin: 20px auto;
	padding: 10px;
}
.attention_contents p.attention_title {
	background-image: url(../img/attention.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 16px;
	/min-height:20px;/*IE7対応*/
}
/*-----------フッター-----------*/
#footer {
	height: 100px;
	text-align: center;
	background-color: #2f649b;
	text-align: center;
	font-size: 13px;
}
.ykbody div#footer {
    line-height: 130%;
}
#footer_menu {
	margin: 0 auto;
	overflow: hidden;
	font-size: 13px;
	width: 80%;
	padding: 15px 0;
	position: relative;
}
.footer_menu_nologin {
	width: 695px!important;
}
#footer_menu ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
}
#footer_menu li {
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
	border-right: solid 1px white;
	margin: 0;
	color: white;
	position: relative;
	left: -50%;
}
#footer_menu li a {
	height: 35px;
	display: block;
 /display:inline;/*for IE*/
	padding-right: 13px;/*メニュ数に応じて変更可能*/
	padding-left: 13px;/*メニュ数に応じて変更可能*/
	text-decoration: none;
	color: white;
}
/*コピーライト*/
.copyright {
	margin: 0 auto;
	clear: both;
	color: white;
}
/*閉じるボタン*/
.popup_close_button {
	background-image: url(../img/close_button.gif);
	background-repeat: no-repeat;
	width: 48px;
}
/*---スマフォ用メニューは非表示---*/
.menu_list {
	display: none;
}
/*---ポップアップウィンドウ---*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none!important;
	text-align: center;
}
.ui-widget-content {
	border: 0px!important;
}
.ui-widget {
	font-size: 0.9em!important;
}
.ui-widget p {
	margin: 10px auto;
	margin: 0 auto\9;
	text-align: left;
 /*height:60px;forIE*/
}
.ui-dialog .ui-dialog-content {
	padding: 1em 0.6em!important;
}
.ui-widget-header {
	background: none!important;
	background-color: #2f649b!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	color: #2f649b!important;
}
/*ポップアップ閉じるボタン*/
.ui-dialog .ui-dialog-titlebar-close span {
	margin: 9px!important;
}
.ui-dialog .ui-dialog-titlebar-close {
	top: 35%!important;
	width: 35px!important;
	height: 35px!important;
}
.ui-dialog .ui-dialog-titlebar {
	height: 35px;
	line-height: 35px;
}
/*テスト詳細選択（面接）*/
.interviewTable_td {
	width: 19% !important;
}
.inputOtherNote {
	width: 37%!important;
	padding: 3px!important;
}
.inputOtherNote input {
	width:98%;
}
/* 余白指定 */
.padding_right5 {
	padding-right: 5px!important;
}
.padding_left5 {
	padding-left: 5px!important;
}
.padding_top10 {
	padding-top: 10px!important;
}
.padding_bottom10 {
	padding-bottom: 10px!important;
}

.padding_left10 {
	padding-left: 10px!important;
}
.padding_right10 {
	padding-right: 10px!important;
}
.padding_top20 {
	padding-top: 20px!important;
	margin: 10px 0 0!important;
}

.padding_bottom20 {
	padding-bottom: 20px!important;
}

.padding_left20 {
	padding-left: 20px!important;
}
.padding_right20 {
	padding-right: 20px!important;
}
.padding_left40 {
	padding-left: 40px!important;
}
.padding_left50 {
	padding-left: 50px!important;
}
.padding_all10 {
    padding: 10px!important;
}
.margin_top0 {
	margin-top: 0!important;
}
.margin_top10 {
	margin-top: 10px!important;
}
.margin_top20 {
	margin-top: 20px!important;
}
.margin_top_40 {
    margin-top: 40px!important;
}
.margin_left0 {
    margin-left: 0!important;
}
.margin_left10 {
    margin-left: 10px!important;
}
.margin_left20 {
	margin-left: 20px!important;
}
.margin_left30 {
	margin-left: 30px!important;
}
.margin_left40 {
	margin-left: 40px!important;
}
.margin_left50 {
	margin-left: 50px!important;
}
.margin_right10 {
    margin-right: 10px!important;
}
.margin_right20 {
	margin-right: 20px!important;
}
.margin_left_1em {
	margin-left: 1em!important;
}
.margin_right_1em {
	margin-right: 1em!important;
}
.margin_bottom20 {
    margin-bottom: 20px!important;
}
.text_left {
    text-align: left!important;
}

/* 模試生登録情報編集画面 */
.postCode1 {
	margin-right: 5px;
	margin-top: 5px;
	width: 30px;
}
.postCode2 {
	margin-left: 5px;
	margin-top: 5px;
	width: 50px;
}
.address_city {
	width: 600px;
}
.address_town {
	width: 600px;
}
.address_mansion {
	width: 600px;
}
.phone_number1 {
	width: 50px;
}
.phone_number2 {
	width: 50px;
}
.phone_number3 {
	width: 50px;
}
.commute_school {
	width: 300px;
	margin-left: 20px;
}
.schoolManagement {
	width: 80px;
}
.mail_address {
	/*width: 500px;*/
	width: 350px;
}
.importFile {
	width: 500px;
}
.school_place {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 200px;
}
.practice_student_school_year {
	width: 90px;
}
.practice_student_school_year_detail {
	margin-left: 20px;
}
table.practice_student_place_table th {
	background-color: #2F649B;
    color: #FFFFFF;
    font-weight: normal;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
}
.general_contents table.two_row_table td {
    border: 1px solid gray;
    border-collapse: collapse;
    padding-left: 10px;
    vertical-align: middle;
}
table.practice_student_place_table tr {
    border: 1px solid #888888;
    line-height: 35px;
}
.complete_parctice_test_message {
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}
.complete_parctice_test_message_mail {
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 50px;
}
.complete_parctice_test_message_login {
	margin-left: 50px;
}
th.event_name {
	width: 50%;
}
th.shool_year {
	width: 40%;
}
p.event_confirm_messsage {
	widows: 100%;
	margin-left: 55px;
}

/*ブランド選択ボタン*/
.brand_change_button {
    font-size: 86%;
}
/*テスト申込支払い方法選択メッセージ*/
.kesai_msg_bold {
    font-size: 120%;
    font-weight: bold;
}
.disable_color_on {
    background-color: rgb(235, 235, 228);
}
.disable_color_off {
    background-color: rgb(255, 255, 255);
}

/*テスト閲覧未決済時メッセージ*/
.kesai_incomplete_msg_bold {
    font-size: 120%;
    font-weight: bold;
    color: #ff0000;
}

/*インフォメーション用DLアイコン*/
.info_download_icon {
    background-image: url(../img/download_button.png);
    cursor: pointer;
    width: 95px;
    height: 25px;
    background-repeat: no-repeat;
    display: block;
}

/*ソートボタン*/
.sort_button:hover {
    text-decoration:underline;
    cursor: pointer;
}
.visibility_hidden {
    visibility: hidden;
}
.visibility_visible {
    visibility: visible;
}

/*ブランド画像*/
.brand_icon {
	display: inline-block;
    vertical-align: middle;
}
