@charset "UTF-8";
/*-----------------------------------------------------------------*/	
/*----------------------------------------------------------共通設定*/	
/*-----------------------------------------------------------------*/	
/*画像の基本設定*/
img {
	display: block;
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8用ハック*/
	margin: 0 auto;
}
/*-----------------------------------------------------------------*/	
/*段落*/	
p {
}

/*-----------------------------------------------------------------*/	
/*-----------------------------------------------------------------*/	
/*------------------------------------------------スマホ用ページ用設定*/	
@media screen and (max-width: 767px) {
/*-----------------------------------------------------------------*/	
/*スマホ用 767px以下の場合*/
/*-----------------------------------------------------------------*/
/*スマホで見た際にPC用記述を非表示に*/
.pc {
	display: none;
}
/*背景*/
body {
	background:#131313;
}
/*-----------------------------------------------------------------*/	
/*ヘッダー*/
header {
}
/*-----------------------------------------------------------------*/
/*ナビゲーション*/
nav {
	margin:0 auto;
	padding:0;
	font-size:0;
}	
	
nav a {
	display: inline-block;
	width: 50%;
	margin:0 ;
	padding: 0;
	font-size:0;
	vertical-align: top;
 	*display: inline;
	*zoom: 1;
}
/*-----------------------------------------------------------------*/
/*フッター*/
footer {
}
/*-----------------------------------------------------------------*/	
/*ブロック基本*/
section {
	zoom: 1;
}
/*回り込みクリア*/
section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
section a {
	display:block;
	margin:0 0 20px;
}
/*-----------------------------------------------------------------*/
/*---------------------------------------display: inline-block;リスト設定*/
/*インラインブロック（スマホ用）*/
.section div {
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
}
/*インラインブロック（スマホ用）*/
.section ul {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 0; /* 隙間を削除 */
}
/*画像2点横並び*/
.section ul li {
	display: inline-block;
	width: 50%;
	padding: 0 0 8px;
	font-size: 13px; /* 隙間を削除 */
	vertical-align: middle
}
/*画像*/
.section ul li img {
	max-width: 96%;
}
/*-------------------------------------------------------end@media*/	
}
/*-----------------------------------------------------------------*/	
/*--------------------------------------------タブレット用ページ用設定*/	
@media only screen and (min-width : 768px) and (max-width : 980px) {
/*-----------------------------------------------------------------*/	
/*PC用 768px以上 1024px以下の場合*/	
/*-----------------------------------------------------------------*/
/*PCで見た際にスマホ用記述を非表示に*/
.sp {
	display: none;
}
/*背景*/
body {
	background:#131313 url(_image/bg.jpg) no-repeat center top;
}
/*-----------------------------------------------------------------*/
/*ヘッダー*/
header {
	position:relative;
	width:980px;
	height:750px;
	margin:0 auto;
}
/*タイトル*/
header h1 {
	position:absolute;
	display:inline;
	margin:0;
	padding:0;
	top:110px;
	right:24px;
}
/*jBOOKS*/
header .jbooks { 
	position:absolute;
	bottom:0px;
	right:30px;
}
/*-----------------------------------------------------------------*/
/*ナビゲーション*/
nav {width:980px;
	margin:0 auto;
	font-size:0;
}	
	
nav a {
	display: inline-block;
	width: 25%;
	margin:0;
	padding: 0;
	font-size:0;
	vertical-align: top;
 	*display: inline;
	*zoom: 1;
}
	
/*-----------------------------------------------------------------*/
/*フッター*/
footer {
	width:980px;
	margin:0 auto;
	font-size:0;
}
/*-----------------------------------------------------------------*/	
/*ブロック基本*/
section {
	width:980px;
	margin:0 auto;
	font-size:0;
	zoom: 1;
}
/*回り込みクリア*/
section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.mt{
	margin:30px auto 8px;}
/*-----------------------------------------------------------------*/	
/*---------------------------------------display: inline-block;リスト設定*/
/*インラインブロック（PC用）*/
.section div {
	display: inline-block;
	vertical-align: top;
 	*display: inline;
	*zoom: 1;
}
/*-----------------------------------------------------------------*/	
.section ul {
	width: 800px;
	margin: 0 auto 10px;
	font-size: 0; /* 隙間を削除 */
}
/*画像4点横並び*/
.section ul li {
	display: inline-block;
	width: 25%;
	padding: 0 0 8px;
	font-size: 13px; /* 隙間を削除 */
	vertical-align: top;
 	*display: inline;
	*zoom: 1;
}
/*画像*/
.section ul li img {
	max-width: 96%;
}
/*-------------------------------------------------------end@media*/	
}

/*-----------------------------------------------------------------*/	
/*-----------------------------------------------------------------*/	
/*---------------------------------------------------PC用ページ用設定*/	
@media screen and (min-width: 980px) {
/*-----------------------------------------------------------------*/	
/*PC用 768px以上の場合*/
/*-----------------------------------------------------------------*/
/*PCで見た際にスマホ用記述を非表示に*/
.sp {
	display: none;
}
/*背景*/
body {
	background:#131313 url(_image/bg.jpg) no-repeat center top;
}
/*-----------------------------------------------------------------*/
/*ヘッダー*/
header {
	position:relative;
	width:980px;
	height:750px;
	margin:0 auto;
}
/*タイトル*/
header h1 {
	position:absolute;
	display:inline;
	margin:0;
	padding:0;
	top:110px;
	right:24px;
}
/*jBOOKS*/
header .jbooks { 
	position:absolute;
	bottom:0px;
	right:30px;
}
/*-----------------------------------------------------------------*/
/*ナビゲーション*/
nav {width:980px;
	margin:0 auto;
	font-size:0;
}	
	
nav a {
	display: inline-block;
	width: 25%;
	margin:0;
	padding: 0;
	font-size:0;
	vertical-align: top;
 	*display: inline;
	*zoom: 1;
}
	
/*-----------------------------------------------------------------*/
/*フッター*/
footer {
	width:980px;
	margin:0 auto;
	font-size:0;
}
/*-----------------------------------------------------------------*/	
/*ブロック基本*/
section {
	width:1024px;
	margin:0 auto;
	font-size:0;
	zoom: 1;
}
/*回り込みクリア*/
section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.mt{
	margin:30px auto 8px;}
/*-----------------------------------------------------------------*/	
/*---------------------------------------display: inline-block;リスト設定*/
/*インラインブロック（PC用）*/
.section div {
	display: inline-block;
	vertical-align: top;
 	*display: inline;
	*zoom: 1;
}
/*-----------------------------------------------------------------*/	
.section ul {
	width: 800px;
	margin: 0 auto 10px;
	font-size: 0; /* 隙間を削除 */
}
/*画像4点横並び*/
.section ul li {
	display: inline-block;
	width: 25%;
	padding: 0 0 8px;
	font-size: 13px; /* 隙間を削除 */
	vertical-align: top;
 	*display: inline;
	*zoom: 1;
}
/*画像*/
.section ul li img {
	max-width: 96%;
}
/*-------------------------------------------------------end@media*/	
}
/*-----------------------------------------------------------------*/	
/*--------------------------------------------------------その他設定*/
/*------------------------------------------------------------文字色*/	
/*文字色*/
a:link, a:visited {
	overflow: hidden;/*リンクの点線消去*/
	outline: none;
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	overflow: hidden;/*リンクの点線消去*/
	outline: none;
	color: #333;
	text-decoration: underline;
}
/*--------------------------------------------------------その他設定*/
/*-------------------------------------------------画像マウスオーバー*/
.linkImg a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: transparent;
}
/*--------------------------------------------------------その他設定*/
/*--------------------------------------ボックス全体をリンク領域に変更*/
/*ボックス全体をリンク領域に変更
.linkBox a {
 	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
.linkBox a:hover {
	margin:-5px;
	border:5px solid #60c7cd;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.linkBox a:hover strong {
	color: #ff0030;
}*/
/*--------------------------------------------------------その他設定*/
/*------------------------------------------------------フロート解除*/
/*フロート解除*/
.clear {
	zoom: 1;
}
/*フロート解除:回り込みクリア*/
.clear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*--------------------------------------------------------その他設定*/
/*------------------------------------------------------最小高さ設定*/
/*最小高さ設定*/
.minheight {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
/*--------------------------------------------------------その他設定*/
/*-----------------------------------------------------検証用ボーダー*/
.border {
	border: 1px solid #F00;
	margin: -1px;
}
/*--------------------------------------------------------その他設定*/
/*------------------------------------------------------フォント指定*/
html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

/*webフォント読み込み*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body {
	/*ゴシック系フォント*/
	font-family: Avenir, "Open Sans", Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*-----------------------------------------------------------------*/	
/*明朝系フォント
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , 
	"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
/*-----------------------------------------------------------------*/
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.8;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
