@charset "utf-8";

/*==========================================
File name: base.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

/* ▼ BASE SETTING ▼ */

* {margin: 0;padding: 0;}

img{
/*	vertical-align: top;*/
}
/* ▼ BASE LAYOUT▼ */ 

html{
	height: 100%;
	margin: 0;
	padding: 0;}

body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	color: #000;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
line-height: 1.5;}

.en{font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }/*英語*/

#screen{
	position: relative;
	min-height: 100%;  
    height: auto !important;  
    height: 100%;
	text-align: left;}

#container{
	width: 1000px;
	margin: 0 auto;}

#container-footer{
	height: 500px;/* footerの高さを入れる */
	position: relative;
	clear: both;}

#contents{
	clear: both;
	overflow:hidden;
	width: 1000px;
	text-align: left;
	padding: 0px 0 15px 0;}

/* ▼ LINK SETTING ▼ */

a{	color: #000;
	outline: none;}

a,a:link {text-decoration: none;}

a:visited {	text-decoration: none;}

a:hover {text-decoration: underline;}

a.current,
a:active,
a:focus {}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";}

.no_alpha a:hover img{
	opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 )" !important;}

/* ▼ HEADER ▼ */

#header {
	width: 1000px;
	height: 100px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}

#header_link{
	position: absolute;
	top: 8px;
	right: 0;
}

#header_link ul{
	width: 350px;
	text-align:right;
	
}

#header_link ul li{
	display: inline;
	font-size: 12px;
	background: url(../images/common/ar01.png) no-repeat 0 50%;
	padding-left: 15px;
	margin: 0 0 0 10px;
}


#header p{
	position: absolute;
	top: 8px;
	left: 0;
	text-align:left;
	font-size: 10px;
	/*width: 100%;*/
	color:#666;}

/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: 560px;}

/* ▼ GLOBAL NAVIGATION ▼ */

#gnav{
	width: 1000px;	
       margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;}

#gnav ul{
	width: 1000px;
	height: 48px;}

#gnav li{
	list-style-type: none;
	display: inline;
	float:left;}
	
#gnav li a:hover img{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";}

/* ▼ MAIN CONTENTS ▼ */

#main{
	width: 735px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;}

.main_submenu{
	 text-align:right;
	 margin-bottom:15px;}

/* ▼ SIDEBAR ▼ */

#side{
	width: 240px;
	float: left;}

#snav{
	width: 240px;
	margin: 0 0 20px 0;}
	
.s_li_type01 ul{margin:0px 0 10px 0;}

.li_type01{
	background:url(../images/common/li01.gif) no-repeat top left;
	padding-left:27px;
	line-height:1.5;
	margin:0 0 5px 0;}

.li_title{
	padding:8px 5px 8px 12px;
	line-height:1.4;
	margin:0px 0 10px 0;
	border:#E0E0E0 solid 1px;
	border-left:#67BC67 solid 3px;
	width:219px;	}


.li_title a{display:block;}

.li_title a:hover{
	color:#67BC67;
	text-decoration:none;}

/* ▼ FOOTER ▼ */

#footer {
	width: 100%;
	clear: both;
	height: 500px;
	background-color:#F0F0F0;
	position: absolute;
	bottom: 0;
	font-size:11px;}

#footer a:hover{ color:#666;}

#footer_body{
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	text-align: left;
	position: relative;}

#footer_body img{vertical-align: bottom;}

#copyright{
	position: absolute;
	top: 480px;
	width: 100%;}

#copyright p{
	margin: 0;
	padding: 0;
	text-align: center;}

#footer_link{
	width: 1000px;
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 95%;}

#footer_link .ul_01{
	float: left;
	margin: 0 50px 0 0;
	width: 210px;}

#footer_link .ul_02{
	float: right;
	width: 210px;}

#footer_link li{
	margin: 0 0 5px 0;
	list-style: none;}

#footer_link li:before{
	content:"■"}

#footer_link li ul{
	margin-top: 5px;}

#footer_link li li{
	margin-left: 10px;}

#footer_link li li:before{
	content:"□"}

.f_bn{
	width: 350px;
	position: absolute;
	top: 170px;
	right: 0;}

.f_bn li + li{
	margin-top:15px;}

/*英語用サイズ*/
#footer_link .ul_01_en{
	float: left;
	margin: 0 0px 0 0;
	width: 250px;}

#footer_link .ul_02_en{
	float: right;
	width: 250px;}

/*▼ CLEAR FIX ▼ */

.clear{clear: both;}

/* modern browsers */

.clearfix:after,
#container:after,
#header:after,
#footer:after,
#contents:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;}

/* IE7 */

.clearfix,
#container,
#header,
#footer,
#contents{	display: inline-block;}

/* legacy IE */

* html .clearfix,
* html #container,
* html #footer,
* html #contents{	height: 1%;}

.clearfix,
#container,
#header,
#footer,
v#contents{	display: block;}

/* ▼ 10: COMMON STYLE ▼ */

section,
.section{
	clear: both;
	margin: 0 0 30px 0;
	overflow: hidden;}

section p,
.section p{
	margin: 0px 0 20px 0;
}

.section_in{
	margin-left:17px;
	width:718px;}
	
.section_half_in{
	margin-left:17px;
	width:343px;}

.section_body{
	overflow: hidden;}

/* --- ぱんくずナビ --- */

#breadcrumbs{
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 90%;
}

/* --- このページのトップへ戻る --- */

.pagetop{
	text-align:right;
	margin:10px 0;
	clear:both;
	font-size: 2.0em;
}

.table_type01{
	margin: 0px 0 5px 0;}

.table_type01 th,
.table_type01 td{
	border: solid 1px #CCC;
	padding: 5px;
	text-decoration:none;
border-collapse: collapse;}

.table_type01 th{
	background-color: #F6F6F6;
	color:#333333;}


.table_type02{
	margin: 0px 0 15px 0;
	}

.table_type02 th,
.table_type02 td{
	border: solid 1px #CCC;
	padding: 3px 5px;
	text-decoration:none;
border-collapse: collapse;}

.table_type02 th{
	background-color: #F9F9F9;}

.bg_red{
	background-color:#BD3344;
	color:#FFF;}
	
.bg_blue{
	background-color:#09C;
	color:#FFF;
}
.bg_gray{background-color:#A5A5A5;}

.bg_green{background-color:#EBF1E0;}

.bg_ore{background-color:#FFF2E1;}

.table_bg_gray{
	background-color: #E8E8E8;
	color:#333333;
}

.default_list{
}

.default_list ul,
.default_list ol{
	margin: 0 0 0 20px;
}

.default_list li{
	margin: 0 0 10px 0;
}


.default_list ul li{
	list-style-type: disc;
}

.default_list ol li{
	list-style-type: decimal;
}

/* --- テキストの装飾・強調 --- */

/* ==============================================

カラー、サイズ、ライン など　微調整用

============================================== */

/*カラー*/

.black{ color:#000!important;}
.red{ color:#C03!important;}
.blue{ color:#06F!important;}
.orange{ color:#FF6600!important;}
.green{ color:#060!important;}
.pink{ color:#F39!important;}
.yellow{ color:#FF3!important;}
.purple{ color:#63C!important;}

 /*サイズ*/

.fsize10{ font-size:10px!important;}
.fsize11{ font-size:11px!important;}
.fsize12{ font-size:12px!important;}
.fsize14{ font-size:14px!important;}
.fsize16{ font-size:16px!important;}
.fsize18{ font-size:18px!important;}

/*文字配置*/

.textc{ text-align:center!important;}
.textr{ text-align:right!important;}
.textl{ text-align:left!important;}

/*下線*/

.boder_green{
	border-bottom:#99E281 1px solid;}

/*余白微調整*/

.pl26{ padding-left:26px!important;}
.pl52{ padding-left:52px!important;}
.pl200{ padding-left:200px!important;}

.pall15{ padding:15px!important;}


.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt30{ margin-top:30px!important;}
.mt50{ margin-top:50px!important;}

.mb10{ margin-bottom:10px!important;}
.mb15{ margin-bottom:15px!important;}
.mb20{ margin-bottom:20px!important;}
.mb30{ margin-bottom:30px!important;}
.mb50{ margin-bottom:50px!important;}

.mr20{ margin-right:20px!important;}


.ml12{ margin-left:12px!important;}
.ml20{ margin-left:20px!important;}
.ml50{ margin-left:50px!important;}
.ml100{ margin-left:100px!important;}


.no_margin{ margin:0!important;}
/*****************************

選ばれる理由

技術

*****************************/


#select h2,
#technical h2{
	margin: 0;
	padding:0;
	font-size:14px;
	color:#C03;
	font-weight: normal;
	background:none;
	border-bottom:none;
	line-height:20px;
	display:table-cell;	
	vertical-align:middle;}

.green_box{
	background:url(../images/green_bg.jpg) ;
	font-size:15px;
	padding:5px 0px;
	text-align:center;
	height:20px;	}

/*****************************

技術

*****************************/

.tech_waku{
	width:731px;
	
	border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 2px solid #99E281;}



.tech_waku_in{
	width:697px;
	margin:17px 17px 0 17px;
	
}

/* ------------------------------------------------
YouTube
------------------------------------------------ */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media print{
	
#footer{
	display: none;
}
}
