@charset "UTF-8";
/*-----------------------------------------------------------------*/	
/*----------------------------------------------------------共通設定*/	
html {
	background: #000 url(_image/bg.jpg);
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.8;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*-webkit-text-size-adjust: 100%;（レスポンシブの場合設定不可）
	-ms-text-size-adjust: 100%;*/
}
/*-----------------------------------------------------------------*/	
/*画像の基本設定*/
img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
/*-----------------------------------------------------------------*/	
/*段落*/	
p {
	padding: 0 0 12px;
}
.list-02 a:link, .list-02 a:visited{
 overflow: visible;
 outline: none;
 color:#ff6600;
}
.list-02 {
	color:white;
	font-size:14pt!improtant;
	width:640px;
}
.list-02 .body{
	display:table-row;
}
.list-02 .image{
	width:150px;
	display: table-cell;
}
.list-02 .image img{
	max-width:100%;
	width:100%;
	border:1px solid #EA5404;
}
.list-02 .text{
	display: table-cell;
	vertical-align: top;
	padding:0 0  0 10px;
	}
.list-02 .text .line-1{

}
.list-02 li{
	margin:0 0 15px 0;
}


/*-----------------------------------------------------------------*/	
/*-----------------------------------------------------------------*/	
/*------------------------------------------------スマホ用ページ用設定*/	
@media screen and (max-width: 767px) {
/*-----------------------------------------------------------------*/	
/*767px以下の場合*/
/*-----------------------------------------------------------------*/
html {
	background: #000 url(_image/bg.jpg);
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.8;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*-webkit-text-size-adjust: 100%;（レスポンシブの場合設定不可）
	-ms-text-size-adjust: 100%;*/
}
h2,h3 {
	height: 26px;
	background: url(_image/bg_h2_sp.jpg) no-repeat;
	background-size:contain;
	margin:0 0 15px;
	padding:0 0 0 8px;
	font-size: 16px;
	line-height:26px;
	font-weight:bold;
	color: #000;
	text-align:left;}

/*ヘッダー*/
header {
padding:73.43% 0 0 0;
background: url(_image/mainSP.jpg);
background-size:100%;
}
/*-----------------------------------------------------------------*/	

/*-----------------------------------------------------------------*/	
/*ブロック基本*/
section#contents {
}
/*-----------------------------------------------------------------*/	
/*左ブロック*/
main {
}
/*-----------------------------------------------------------------*/	
/*右ブロック*/
aside {
}
/*-----------------------------------------------------------------*/	
/*左ブロック 一覧*/
main dl {
	margin:0 10px;
	padding: 0 0 30px 0;
}
main dl dt {
	width:86%;
	margin:0 auto;
}
main dl dd {
	padding:15px 0 0 0;
	color: #FFF;
	text-align: left;
}
main dl dd img {
	width:auto;
	height:24px;
	margin: 0;
}
/*テキスト*/
main dl dd span {
	display: block;
	padding: 10px 0;
	font-size: 20px;
	line-height: 1;
	color: #fe4800;
}
/*著者名*/
main dl dd em {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}
main dl.news {
	padding: 0 0 15px 0;
	font-size:0;
}
main dl.news dt {
	display:inline-block;
	margin:0 0 20px;
	width: 40%;
	float: left;
	clear: both;
}
main dl.news dd {padding:0 0 0 10px ;
	display:inline-block;
	width: 55%;
		margin:0 0 20px;

font-size:14px;
	color: #FFF;
	text-align: left;
}
main dl.news dd img {
	width:auto;
	height:24px;
	margin: 0;
}
/*テキスト*/
main dl.news dd span {
	display: block;
	padding: 8px 0;
	font-size: 18px;
	line-height: 1;
	color: #fe4800;
}
/*著者名*/
main dl.news dd em {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}

/*-----------------------------------------------------------------*/	
/*右ブロック*/
/*バナーエリア*/
aside ul.bnr {
	margin: 0 0 15px;
	font-size: 0;
}
aside ul.bnr li {
	background: none;
}
aside ul.bnr li img {
	display: block;
	max-width: 100%;
	margin: 0 auto 12px;
}
/*製品ラインナップ*/
aside ul.lineup {
	margin: 0 0 15px;
	padding: 0 0 12px;
	font-size: 0;
}
aside ul.lineup li {
	background: url(_image/line.jpg) no-repeat center bottom;
	margin: 0;
	padding: 13px 6px 15px;
	font-size: 13px;
	zoom: 1;
}
/*回り込みクリア*/
aside ul.lineup li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
aside ul.lineup li:last-child {
	background: none;
}
aside ul.lineup li img {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 8px 0 0;
	float: left;
}
aside ul.lineup li span {
	display: block;
	width: 55%;
	font-size: 14px;
	line-height: 1.4;
	float: right;
}
aside ul.lineup li span strong {
	display: block;
	font-size: 16px;
	color: #ff9c00;
}
aside ul.lineup li span:hover {
	text-decoration: underline;
}
/*-------------------------------------------------------end@media*/	
}

/*-----------------------------------------------------------------*/	
/*-----------------------------------------------------------------*/	
/*---------------------------------------------------PC用ページ用設定*/	
@media screen and (min-width: 768px) {
/*-----------------------------------------------------------------*/	
/*768px以上の場合*/
/*-----------------------------------------------------------------*/	
h2 {
	height: 32px;
	background: url(_image/bg_h2.jpg) no-repeat;
	margin: 0 0 12px;
	padding: 0 0 0 14px;
	font-size: 20px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
}
h3 {
	height: 32px;
	background: url(_image/bg_h3.jpg) no-repeat;
	padding: 0 0 0 14px;
	font-size: 20px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
}
/*ヘッダー*/
header {
	width:1000px;
	height:265px;
background: url(_image/main.jpg) no-repeat;
margin:0 auto;
}
/*-----------------------------------------------------------------*/	
/*ブロック基本*/
section {
	zoom: 1;
}
/*回り込みクリア*/
section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*-----------------------------------------------------------------*/	
/*ブロック基本*/
section#contents {
	width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
/*-----------------------------------------------------------------*/	
/*左ブロック*/
main {
	display: inline-block;
	width: 700px;
	vertical-align: top;
	font-size: 0;
}
main  .list-02{
	font-size:14pt;
	line-height:1.4;
}
main  .list-02 .line-3{
	font-size:9pt;
	}
/*-----------------------------------------------------------------*/	
/*右ブロック*/
aside {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	font-size: 0;
}
/*-----------------------------------------------------------------*/	
/*左ブロック 一覧*/
main dl {
	padding: 0 0 15px 1px;
	zoom: 1;
}
/*回り込みクリア*/
main dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
main dl dt {
	width: 250px;
	float: left;
	clear: both;
}
main dl dt img{
	width:250px;
}
main dl dd {
	width: 360px;
	margin: 0 0 10px 260px;
	color: #FFF;
	text-align: left;
}
main dl dd:after { content: ""; display: block; clear: both; }
main dl dd img {
	width:auto;
	height:26px;
	margin: 0 0 0 0;
}
/*テキスト*/
main dl dd span {
	display: block;
	padding: 10px 0;
	font-size: 20px;
	line-height: 1.2;
	color: #fe4800;
}
/*著者名*/
main dl dd em {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}
main dl.news {
	padding: 0 0 15px 1px;
	zoom: 1;
}
/*回り込みクリア*/
main dl.news:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
main dl.news dt {
	width: 200px;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
main dl.news dd {
	width: 460px;
	margin: 0 0 20px 210px;
	color: #FFF;
	text-align: left;
}
/*著者名*/
main dl.news dd em {
	display: block;
	font-size: 13px;
	line-height: 1.4;
}

/*-----------------------------------------------------------------*/	
/*右ブロック*/
/*バナーエリア*/
aside ul.bnr {
	margin: 0 0 15px;
	font-size: 0;
}
aside ul.bnr li {
	background: none;
}
aside ul.bnr li img {
	display: block;
	max-width: 100%;
	margin: 0 auto 12px;
}
/*製品ラインナップ*/
aside ul.lineup {
	margin: 0 0 15px;
	padding: 0 0 12px;
	font-size: 0;
}
aside ul.lineup li {
	background: url(_image/line.jpg) no-repeat center bottom;
	margin: 0;
	padding: 13px 6px 15px;
	font-size: 13px;
	zoom: 1;
}
/*回り込みクリア*/
aside ul.lineup li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
aside ul.lineup li:last-child {
	background: none;
}
aside ul.lineup li img {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 8px 0 0;
	float: left;
}
aside ul.lineup li span {
	display: block;
	width: 47%;
	font-size: 12px;
	line-height: 1.4;
	float: right;
}
aside ul.lineup li span strong {
	display: block;
	font-size: 16px;
	color: #ff9c00;
}
aside ul.lineup li span:hover {
	text-decoration: underline;
}
/*-------------------------------------------------------end@media*/	
}
/*-----------------------------------------------------------------*/	
/*--------------------------------------------------------その他設定*/
/*------------------------------------------------------------文字色*/	
/*文字色*/
main a:link, main a:visited {
	overflow: hidden;/*リンクの点線消去*/
	outline: none;
	color: #FF6600;
	text-decoration: none;
}
main a:hover, main a:active {
	overflow: hidden;/*リンクの点線消去*/
	outline: none;
	color: #FF6600;
	text-decoration: underline;
}

aside ul.lineup a:link, aside ul.lineup a:visited {
	overflow: hidden;/*リンクの点線消去*/
	outline: none;
	color: #FFF;
	text-decoration: none;
}

aside ul.lineup a:hover, aside ul.lineup a:active {
	overflow: hidden;/*リンクの点線消去*/
	outline: none;
	color: #FFF;
	text-decoration: underline;
}
/*--------------------------------------------------------その他設定*/
/*-------------------------------------------------画像マウスオーバー*/
/*a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}
/*--------------------------------------------------------その他設定*/
/*------------------------------------------------------フロート解除*/
/*フロート解除*/
.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;
}
footer .copyright {
	margin-top: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

