@charset "utf-8";
/* common.css */
/*------------------------------------------------------------------------------------------
  「株式会社サトケン」サイト全ページ共通CSSファイル
------------------------------------------------------------------------------------------*/

/* タグスタイルの初期化
-------------------------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
img{
	border: none;
	vertical-align:bottom;
}

caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}


/* 基本スタイル設定
-------------------------------------------------------------------------------------------- */
/*ボディ全体*/
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background:#fff;
	font-size:90%;
	color:#000;
	height: 100%;
}

/*Firefoxでスクロールバーを常に表示させる*/
html{  
    overflow:-moz-scrollbars-vertical;  
}


/* 共通クラス設定
-------------------------------------------------------------------------------------------- */
/*ClearFix*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}


div:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div{
	zoom:1;
}

/*回り込み*/
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.clear{
	clear:both;
}

/*テキスト位置*/
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.t-center{
	text-align:center;
}

/*文字色*/
.red{
	color:#ff0000;
}
.blue{
	color:#0033CC;
}
.orange{
	color:#FF6600;
}

/*文字スタイル*/
.f-bold{
	font-weight:bold;
}
.f-normal{
	font-weight:normal;
}

.hidden{
	display: none;
}
/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #side {
  margin-top: 0;
}


/*---------------------------------------------------------------------------------------------*/

#stage {
    margin: 0 auto;
    height: 100%;
	min-height: 100%;
    text-align: left;
	background:#fff;

}


html > body > #stage {
    height: 100%;
	margin:0;
	background:#fff;
}


div#contents { 
	clear:both;
	margin: 0 auto;
	position: relative;
	width:750px;
	background:#fff;
	
	
}



/*サイト枠*/

#container{
	width:100%;
	margin: 0 auto;
	text-align: left;
	/*background:url(../images/common/head-bg.jpg)repeat-x;  */
}



#container-secand{
	width:100%;
	margin: 0 auto;
	text-align: left;
}

/*リンクスタイル*/

a:link{
	color: #00307A;
	text-decoration: none;
}


a:visited   {  
    text-decoration: none;  
    color: #00307a;  
} 


a:hover {  
    color: #F60;  
	text-decoration: underline; 
}  

  
a:active    {  
    color: #ff3366;  
} 

/*　ぱんくずリスト　*/

#bread-crumb{
	float:left;
	padding:40px 0 16px 20px;
	font-size:85%;
	width:200px;
}


#bread-crumb li{
	float:left;
	color: #595959;
}


#print-btn{
	float:right;
	padding:40px 0 16px 20px;
	font-size:85%;
	width:150px;
}




.em{
    font-weight:bold;
	font-size:110%;
}


#main{
width:750px;
float:left;
margin-top:20px;
/*margin-bottom:40px;*/
}



h2{
font-size:150%;
font-weight:normal;
width:650px;
color:#000;
border-bottom:3px solid #039;
margin-left:50px;
padding:10px 0px 10px 0px;
clear:both;
}


h3{
font-size:150%;
font-weight:normal;
width:620px;
color:#000;
border-bottom:3px dotted #039;
margin-left:70px;
padding:10px 0px 10px 10px;
clear:both;
}



.copy01{
color:#333;
font-size:100%;
line-height:1.5em;
width:650px;
margin-top:20px;
}

.copy03{
color:#333;
font-size:120%;
line-height:1.5em;
width:750px;
margin:20px 0px;
}

.copy04{
color:#333;
font-size:100%;
line-height:1.5em;
width:750px;
margin-top:20px;
text-align:right;
}

.copy05{
color:#333;
font-size:100%;
line-height:1.5em;
width:680px;
margin:20px 0px;
}



#pro01{
float:left;
padding-left:50px;
padding-bottom:30px;
width:650px;
clear:both;
color:#000;
}


#pro01 ul li{	
color:#333;
font-size:100%;
line-height:1.5em;
margin-left:60px;
list-style-type:disc;
}


#home_l{
width:750px;
float:left;
margin-top:30px;
text-align:center;

}


#home_l img{
	margin-:0px 10px;
}


#home_r{
width:750px;
float:left;
margin-top:30px;

}

#home-contents{
	width:750px;
	float:left;
	clear:both;
	margin-bottom:40px;
}

/*フローティングボタン　　*/

.floating {
    top: 130px;
    position: fixed;
    z-index: 999;
    margin-left:-80px;
    width: 30px;
    padding:10px;
    background:#47AEFF;
    border-radius: 5px 5px 5px 5px;
	text-align:center;
}


/* ヘッダーの設定
-------------------------------------------------------------------------------------------- */
/* ヘッダーエリア */

div#header{
	margin: 0 auto;
	position: relative;
	height:95px;
	background:transparent;
	width:750px;
}


h1{
font-size:75%;
font-weight:normal;
padding:12px 0px 0px 20px;
float:left;
color:#666666;
}


.header_logo{
width:722px;
padding-top:10px;
float:left;
}



.head-link{
	width:402px;
	font-size:85%;
	margin:20px 10px 5px 0px;
	float:right;
	clear:both;
	text-align:right;
}


.head-link a{
	color:#00307A;
}

.head-link a:hover{
	color:#ff3366;
}




.header_tel{
width:222px;
margin:0;
float:right;
height:66px;
text-align:center;
padding-top:30px;
}


div#header01{
	height:95px;
	/*background:url(../images/common/hd_bp.jpg) left top repeat-x;*/
	width:100%;
}


div#header-home{
	height:355px;
	background-color:#EBF0F0;
	margin: 0 auto;
	position: relative;
	width:100%;
}

div#header-home ul{
	text-align:center;
}


div#header-secand{
	background-color:#EBF0F0;
	margin: 0 auto;
	position: relative;
	width:100%;
}

ul#hnavi{
	position:absolute;
	top:85px;
	right:0;
	line-height:1;
	padding-right:20px;
}


ul#hnavi02{
	position:absolute;
	top:65px;
	right:0;
	line-height:1;
	padding-right:30px;
}


ul#hnavi li{
	padding:0px;
    float:left;
	position:relative;
	color:#595959;
	font-size:90%;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
	zoom:1;
}


html*#header #h-nav li{
	display:inline;
}


ul#hnavi li a{
	display:block;
	height:13px;
	_display:inline;
}


#hnavi01 p{
padding-left:15px;
padding-right:15px;
}


ul#hnavi02 li{
	padding:0px;
    float:left;
	position:relative;
	color:#595959;
	font-size:100%;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
	zoom:1;
}


html*#header #h-nav li{
	display:inline;
}


ul#hnavi02 li a{
	display:block;
	height:13px;
	_display:inline;
}


#hnavi02 p{
padding-left:7px;
}


#hnavi03 p{
padding-right:18px;
}


/*セカンドページタイトル*/


#midashi_main{
width:700px;
text-align:left;
clear:both;
background:url(../images/common/title_main_bg.jpg)no-repeat;
margin-left:30px;
padding-top:20px;
border-bottom:1px solid #000064;
}


#midashi_main p{
	font-size:150%;
color:#000;
width:400px;
float:left;
padding-left:30px;
}


.eng-title{
	float:right;
	font-size:85%;
	color:#000064;
	margin-top:30px;
}


/*印刷時に次ページへ送る*/
.block {
   page-break-before: always;
}



/* フッターの設定
-------------------------------------------------------------------------------------------- */

div#footer01{

	background:#cccccc;
	width:100%;
}


#footer{
	margin: 0 auto;
	position: relative;
	background:transparent;
	width:750px;
	height:150px;
}


ul#fnavi{
	top:0;
	line-height:1;
	padding-top:25px;
	color:#FFFFFF;
	text-align:right;
	padding-right:20px;
	float:right;
	width:250px;
}


ul#fnavi li{
	padding:0px;
	position:relative;	
	font-size:90%;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
	zoom:1;
}


html*#footer #fnav li{
	display:inline;
}


ul#fnavi li a{
	display:block;
	_display:inline;
}


#fnavi01 p{
padding-left:5px;
padding-right:5px;
}


#white a{
color:#FFFFFF;
}


#white a:hover {  
    color: #68d2cf;  
}  


#fmap{
padding-left:155px;
}


#f01{
width:125px;
padding-top:25px;
padding-left:30px;
float:left;
}

.sub01{
padding-bottom:8px;
}


.sub02{
float:left;
padding-top:2px;
padding-right:6px;
}


.sub03{
float:left;
color: #595959;
font-size:90%
}

.sub03 a:hover {  
    color: #68d2cf;  
}  

#arrow{
padding-left:25px;
padding-bottom:10px;
width:120px;
height:10px;
}


#f02{
width:125px;
padding-top:25px;
padding-left:50px;
float:left;
}


#flogo{
float:left;
padding:13px 0 10px 40px;
}


#f-bnr{
float:right;
width:350px;
padding:10px 50px 0px 0px;
text-align:right;
font-size:85%;
}



#f-bnr img{
	margin-right:10px;
}


.cr{
	color:#000;
	font-size:75%;
	float:left;
	padding-top:20px;
	/*padding-left:150px;  */
	width:750px;
	text-align:center;
}

.add{
	color:#000;
	font-size:85%;
	float:left;
	/*padding-top:px; */
	padding-left:20px;
	margin-left:40px;
	clear:both;
	margin-top:10px;
}









/* ページの先頭への設定
-------------------------------------------------------------------------------------------- */

#pt{
width:750px;
height:24px;
text-align:right;
clear:both;
}






/* HOMEページの設定
-------------------------------------------------------------------------------------------- */





.tit-secand{
clear:both;
border-left:10px solid #47AEFF;
border-bottom:1px solid #47AEFF;
padding-bottom:5px;
font-size:120%;
padding-left:20px;
width:190px;
margin-top:20px;
}

#news{
	float:left;
	width:460px;
	margin-bottom:20px;
margin-top:30px;
background-color: #E3EDFF; 
border-radius: 8px; 
padding: 5px;
border:1px solid #57A6FF;
margin-left:20px;
}


#tit{
width:80px;
padding:40px 0px;
float:left;
}


#news-title{
	width:370px;
	float:right;	
}

#news-title p{
	font-size:90%;
	margin:5px 0px;
	border-bottom:dotted 1px #666;
	padding-bottom:5px;
}


#link-bnr{
	width:750px;
	float:left;
	/*margin-left:40px;*/
}

#link-bnr img{
	margin:0px 5px;
}

#link-bnr p{
	margin-bottom:10px;
}




#space-image-print{
	width:600px;
	height:20px;
	float:left;
}




/*スライドショー　　*/




.wideslider {
    width: 100%;
    height: 374px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #fff;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}




/*　メイン画像上に重なる画像　　*/




#home-logo {
position: relative; 
top: 0px; 
width:750px;
background:url(/images/common/secand-logo-bg.jpg);
height:75px;
}

#logo{
	width:370px;
	float:left;
	margin-top:30px;
}


#home-tel {
width:250px;
background:#47AEFF;
padding:10px;
text-align:center;
float:right;
clear:both;
margin-right:20px;
margin-top:0px;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*グローバルメニュー*/

#menu-box{
	width:100%;
	margin: 0 auto;
	height:57px;
	background:#fff;
	
}

#g-menu{
	width:1000px;
	margin: 0 auto;	
}

#g-menu ul{
	width:1000px;
	float: left;
}

#g-menu ul li{
	list-style-type:none;
	width:200px;
	float:left;
	text-align:center;
	color:#fff;
	height:57px;
}







.menu-sub{
	font-color:#fff;
	font-size:85%;
}











.map-btn img{
    margin-left:20px;
}


#dot-line{
	width:750px;
	height:5px;
	background-color:#06C;
	float:left;
	margin:10px 75px 10px 75px;
	clear:both;
}


.eng{
	color:#666;
}


