@charset "utf-8";

/*--------------------------------------------------------------*/
/* 全体 */
/*--------------------------------------------------------------*/
body:link{
	color: #00c;
}

.new{
	color: #F06;
}

/* 名前が紛らわしい上にHTML5で定義が変わり、コピーライト等につけることになっている。
商標登録のRの表示調整に使用 */
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{
	/* 
	* flexアイテムとして画像等を指定するとIE11のみ縦横比が崩れるバグがある。
	* 対策はimgタグを直接flexアイテムにしない＝別のタグで入れ子にしてしまえばいい。
	* このクラスはこの説明用。
	*/
}

/*--------------------------------------------------------------*/
/* リンク */
/*--------------------------------------------------------------*/
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;
}

/* ※毎月のトップ画像はtop_bnr.cssに */

/*--------------------------------------------------------------*/
/* YouTubeコーナー */
/*--------------------------------------------------------------*/

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

/*--------------------------------------------------------------*/
/* メイン */
/*--------------------------------------------------------------*/
#gridContainer{
	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;
}

#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: 450px;
	padding-bottom: 16px;
	text-align: left;

	margin: 0 6px 6px;
	text-align: left;
	font-size: 76%;
	line-height: 125%;
}
#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;
}
/*--------------------------------------------------------------*/
/* ヘッダー */
/*--------------------------------------------------------------*/
/* 
* 大幅にHTML要素が変わってcommon.cssそのままだと崩れるので、
* 調整して他ページと表示を揃える 
*/
#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 h2.midashi{
	clear:left;
	margin-bottom: 4px;
	background: #e5e5e5;
	display:block;
	width:100%;
	padding:0;
	height:24px;
	line-height:24px;/* heightとline-height揃えて上下中央寄せ*/
}

#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;/* これが無いとinline-blockの影響で飾りとテキストの高さが揃わない */
	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;
}

/* 
* （リンクの張り方の都合上）シリーズ物と単品でHTMLの構造が違うので注意。
*	単品
 */
.grid_forCenterColumn > li{
	display: flex;
}


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

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

/* 
* auto-fitを使った自動配置はIE11で対応困難なため、
* CSSハックでIE11だけfloatを使った旧スタイルに差し替える
*/
@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;
}

/*--------------------------------------------------------------*/
/* soft紹介 - メイン左 */
/*--------------------------------------------------------------*/
#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;/*角丸*/
}
