@charset "utf-8";

/*--------------------------------------------------------------*/
/* �S�� */
/*--------------------------------------------------------------*/

body:link{
	color: #00c;
}

.new{
	color: #F06;
}


small {
	font-size:x-small;
}

cite {
	font-style: normal;
}

table{
	padding: 0;
	margin: 0;
}


.border0 {
	border-collapse: collapse;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.miniIcon{
	width: 32px;
	height: 32px;
	margin : 0 5px 0 0;
}

.icon{
	width: 64px;
	height: 64px;
	margin: 0 5px 0 0;
}

.packageIcon{
	width: 30px;
	height: 42px;
}

.anti_IE11bug img{

}


a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration: underline;
}



.Bnr_ue{
	margin: 0 0 3px 0;
}
.Bnr_st{
	margin: 4px 0 0 0;
	padding-top: 10px;
	border-top: 1px dotted #999999;
}


#tube{
	margin-top:10px;
}
#tube p{
	font-size:76%;
	padding:4px;
}
#tube table{
	width:160px;
	margin:0 auto;
}


#gridContainer{
    min-width: 980px;
	display:-ms-grid;
	display:grid;
	-ms-grid-rows: -webkit-max-content 100px auto -webkit-max-content;
	-ms-grid-rows: max-content 100px auto max-content;
	grid-template-rows: -webkit-max-content 100px auto -webkit-max-content;
	grid-template-rows: max-content 100px auto max-content;
	-ms-grid-columns: -webkit-max-content auto -webkit-max-content;
	-ms-grid-columns: max-content auto max-content;
	grid-template-columns: -webkit-max-content auto -webkit-max-content;
	grid-template-columns: max-content auto max-content; 
}

header {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1 / 4;
	height:46px;
	background: #ffffff url(common_img/head_back03.gif) left top repeat-x;

	display:flex;
	justify-content:space-between;
}

#topBanner{
	-ms-grid-row : 2;
	grid-row : 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1/4;
}

#topBanner2{
	-ms-grid-row : 2;
	grid-row : 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1/4;
}

#left_column {
	-ms-grid-row : 3;
	grid-row : 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	width: 188px;
	text-align:center;
	padding-bottom: 16px;
}
#center_column {
	-ms-grid-row : 3;
	grid-row : 3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	min-width: 850px;
	padding-bottom: 16px;
	text-align: left;

	margin: 0 6px 6px;
	text-align: left;
	font-size: 76%;
	line-height: 125%;
}

#center_column2 {
	-ms-grid-row : 3;
	grid-row : 3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	width: 100%;
	padding-bottom: 16px;
	text-align: center;

	margin: 0;
	text-align: center;
	font-size: 76%;
	line-height: 100%;
}

#right_column {
	-ms-grid-row : 3;
	grid-row : 3;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	width: 184px;
	text-align:center;
}
footer{
	-ms-grid-row : 4;
	grid-row : 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1 / 4;
	padding-top: 4px;
	text-align: center;
}

#gakugeiLogo{
	margin: 0;
	padding: 0;	
	width: 271px;
	height: 40px;
	text-align: left;
	background: url(common_img/head_back01.gif) left top no-repeat;
}

#headerNav{
	height : 40px;
	display:flex;
	align-items: center;
}

#headerNav a {
	display: inline-block;
	text-align: left;
}



#center_column h2{
	background-color: #e5e5e5;
	height:24px;
	margin-bottom:4px;
	display:block;
	padding:0;
	line-height:180%;
}


#center_column > div{
	margin-bottom : 10px;
}

.arrow{
	border-left:5px #F60 solid;
	margin-right:6px;
	width:40px;
	height:24px;
	display:inline-block;
	vertical-align: top;
	background: linear-gradient(135deg, #F60, #F60 53%, #FFF 54%, #FFF 65%, #e5e5e5 66%, #e5e5e5);
	background-color:#F60;
}

.grid_forCenterColumn {
	list-style-type: none;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, 225px);
	grid-auto-rows: minmax(45px,auto);
	margin: 0;
}


.grid_forCenterColumn > li{
	display: flex;
}


.grid_forCenterColumn > li > a{
	display: flex;
}

.grid_forCenterColumn > li > cite{
	flex-grow: 1;
	padding: 0;
	display:block;
}


@media all and (min-width:0px) {
	*::-ms-backdrop, .grid_forCenterColumn {
		display: block;
		overflow:hidden;/* float��� */
	}

	*::-ms-backdrop, .grid_forCenterColumn > li {
		text-align:left;
		width:225px;
		min-height:45px;
		height:auto;
		float:left;
		display:flex;
	}

	*::-ms-backdrop, .grid_forCenterColumn > .doubleSize {
		width:450px;
	}

	*::-ms-backdrop, .grid_forCenterColumn > .tripleSize {
		width:675px;
	}
}




.series {
	display:flex;
}

.series > cite{
	display: flex;
	justify-content: space-between;
	margin: 0;
	margin-left: 5px;
}

.series > cite > ul{
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.series > cite > ul > li{
	flex-grow:1;
	list-style-type: none;
}

.series > cite > ul > li > a{
	display: block;
}

.doubleSize{
	-ms-grid-column-span: 2;
	grid-column: span 2;
}

.tripleSize{
	-ms-grid-column-span: 3;
	grid-column: span 3;
}


#softs {
	margin: 0 0 0 4px;
	font-size: 76%;
	line-height: 125%;
	background-color: #FFFFFF;
	border-bottom: solid 1px #E0DFDF;
}
#softs h2{
	margin-bottom:4px;
	text-align:center;
}
#softs h2 a{
	display: block;
	line-height: 125%;
	padding: 0;
	background: #ffffff;
}
#softs h2 a:hover, #softs h2 a:active {
	background: #ffffff;
}
#softs p{
	margin: 0 0 2px 0;
	padding: 2px 4px;
	color: #333;
	text-align: center;
	font-size: 96%;
	line-height: 125%;
	font-weight: normal;
}
#softs h2.softList{
	margin:0;
}
#softs h2.softList a{
	display: block;
	line-height: 125%;
	padding: 4px 6px 3px 20px;
	background: #ffffff url(top_img/sf_h_back1.gif) left top no-repeat;
	border: solid 1px #A5ADDF;
}
#softs h2.softList a:hover, #softs li a:active {
	background: #ffffff url(top_img/sf_h_back2.gif) left top no-repeat;
	border: solid 1px #E7C653;
}
#softs p.verUp{
	margin: 6px 0 0 3px;
	font-weight:bold;
	background: url(top_img/verup.gif) left center no-repeat;
	padding:4px 0 2px 64px;
}
#softs p.new{
	margin: 6px 3px 0 3px;
	font-weight:bold;
	background: url(top_img/new.gif) left center no-repeat;
	padding:4px 0 2px 52px;
}


#news th{
	padding: 0 8px 8px 0;
	line-height: 125%;
	font-weight: normal;
	color: #669999;
	white-space: nowrap;
}

#news td{
	padding: 0 8px 8px 0;
}



#pickup h2{
	font-size: 76%;
	line-height: 125%;
	margin-bottom: 2px;
	text-align: left;
}
#pickup img{
	margin-bottom: 4px;
}
#pickup p{
	font-size: 76%;
	line-height: 125%;
}

#rank {
	text-align: center;
	padding: 0 8px;
}

#rank table {
	margin: 0 auto 2px;
	padding: 0;
	background-color: #99cc00;
	border-collapse: collapse;
	border: solid 3px #99cc00;
}
#rank table th{
	margin: 0;
	padding: 2px;
	width: 32px;
	background-color: #ffffff;
	border: solid 1px #99cc00;
}

#rank table td{
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
	border: solid 1px #99cc00;
	text-align: left;
	font-size: 76%;
	line-height: 125%;
	font-weight: bold;
	color: #cc3300;
}

#rank p{
	text-align: right;
	font-size: 64%;
	line-height: 125%;
	color: #669999
}

#sideNav {
	margin: 12px 0 0 4px;
	padding: 0;
	font-size: 76%;
	line-height: 125%;
	text-align: center;
	background-color: #fafaf0;
}
#sideNav h2{
	margin: 0;
	padding: 2px 4px;
	color: #003399;
	text-align: left;
	font-size: 76%;
	line-height: 125%;
	font-weight: normal;
	background-color: #E5E5C3;
	border: solid 1px #CCCC99;
}

#support,
#otherLinks{
	margin:0 0 16px;
	text-align: center;
}
#support ul,
#otherLinks ul{
	margin: 8px 16px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
#support li,
#otherLinks li{
	margin: 0;
	padding: 4px 0 2px 12px;
	background: url(common_img/list_img01.gif) left center no-repeat;
}
p#mail {
	margin:0 16px;
	padding: 4px 8px;
	border: solid 1px #333333;
	background-color: #efefef;
}



#pickupL img{
	margin: 4px 0 4px 0;
}
#pickupL p{
	margin: 0 8px 8px;
	line-height: 125%;
	text-align:left;
}

#mailnews {
	margin: 0;
}
#mailnews div {
	margin: 0;
	padding: 10px 0 10px 44px;
	text-align: left;
	background: url(top_img/icon_mail.gif) center left no-repeat;
}


#info {
	margin: 0 0 8px;
	padding: 0 16px;
	text-align: center;
}
#info table {
	margin: 0 auto;
	color: #666666;
	text-align: left;
}
#info td{
	padding: 4px 32px 4px 0;
	white-space: nowrap;
}


h5 {
  color: white;
	background: #2380FF;
  padding: 10px 5px 5px 5px ;
  border-radius: 0.3em;
}

h6 {
  color: white;
	background: #FF6E00;
  padding: 5px 10px 3px 5px ;
  border-radius: 0.3em;
}

h7 {
  color: white;
	background: #FF6E00;
  padding: 10px 5px 5px 5px ;
  border-radius: 0.3em;
}


.global_menu { /* メニュー全体のスタイル */
  width: 100%;
    min-width: 1200px;
  position: relative;
    color: aliceblue;
  background: #3370FF; /* 背景色 */
  text-align: center;

}
 
.global_menu li {
  display: inline-block;
    vertical-align: middle;
}
 
.global_menu a { /* 各項目のスタイル */
  display: block;
  padding: 10px 30px 10px 30px ;
}
 
.menu:hover > a {
  background: #3370FF;
color: aliceblue;
}
 
.child_menu > li > a { /* 子項目のスタイル */
  font-size: 0.8em;
}
.child_menu > li > a:hover { /* 子項目のスタイル（ホバー時） */
  background: #fff;
}
 
.child_menu { /* 下層メニューのスタイル */
  width: 90%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 20px;
    font-size: 120%;
  color: #333; /* 文字色 */
  background: #fff; /* 背景色 */
  visibility: hidden; /* 下層メニューを非表示 */
  border: #3370FF;
 border-style: solid;
}
 
.menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}
 
.child_menu a:hover {
  color: #333;
}


.head_menu_btn {
    height: 40px;
    width: 45px;
    margin: 0px 0px 0 0;
    padding: 0;
}
.btn-secondary {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}
