@charset "utf-8";

/* ------------------------
	format
------------------------ */

* { margin:0px; padding:0px;font-style:normal;text-indent: 0; font-weight:normal;}



html, body {
	font-family: 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px;
	line-height: 1.7;
	height: 100%;
	color:#333;
	background-image:none;
}

body {

}

img {border:0px;vertical-align:top;}

ul,ol{list-style-type:none;}


a:link {color: #666;text-decoration: none;}
a:visited {color: #666;text-decoration: none;}
a:active {color: #666;text-decoration: none;}
a:hover {color: #666;text-decoration: underline;}


p {margin:0 0 10px 0;}

.clear {clear:both;margin:0;}


#wrapper .mb5{margin:0 0 5px 0;}
#wrapper .mb10{margin:0 0 10px 0;}
#wrapper .mb15{margin:0 0 15px 0;}
#wrapper .mb20{margin:0 0 20px 0;}
#wrapper .mb30{margin:0 0 30px 0;}
#wrapper .mb40{margin:0 0 40px 0;}
#wrapper .mb50{margin:0 0 50px 0;}
#wrapper .mb60{margin:0 0 60px 0;}


/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

strong{
	font-style:normal;
	font-weight:normal;
	color:#FF0;
}

/* ------------------------
	body_bg
------------------------ */

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
  display:none;
}

@media screen and (max-width: 1024px){
  img.bg {display:none;}
}

div#container {
  position: relative;   display:none;

}


#maximage {
/*				position:fixed !important;*/
}


HTML {background: none;_background: none;}
.bgstretcher-area { text-align: left; display:none;}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: relative;
	top: 0;
	left: 0;
	display:none;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
	display:none;
}
.bgstretcher {
	background: none;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
	display:none;
}

#fullbg_base {background: none;_background: none;display:none;}
/* ------------------------
	global
------------------------ */
#global {
	background-image:none;
	width:180px;
	padding:180px 20px 20px 20px;
	height: 100%;
	left:70px;
	position: fixed;
	z-index:1000;
}

#global h1{
	margin:0 0 20px 0;
}

#global ul{
	background:url(../img/common/line.png) no-repeat left top;
	margin:0 0 10px 0;
}

#global ul li{
	background:url(../img/common/line.png) no-repeat left bottom;
}

#global address{
	font-style:normal;
	font-size:10px;
	color:#ccc;
	position: fixed;
	bottom:20px;
}

#global ul.country{
	background:none;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
}

#global ul.country li{
	background:none;
	font-size:11px;
}

#global ul.country li a{
	padding:0px 0 0 14px;
	color:#fff;
	display:block;
	background:url(../img/common/arrow.png) no-repeat left center;
}
			

/* ------------------------
	wrapper
------------------------ */
#wrapper{
	width: 740px;
	background-image:none;
	padding: 50px 40px 50px 40px;
	margin: 180px 0 0 0;
	overflow: hidden;
	position: absolute;
	left: 322px;
	z-index: 1000;
}

/* ------------------------
	title
------------------------ */


#title{
	clear:both;
	background:url(../img/common/title_line.png) repeat-y left center ;
	padding:5px 0 2px 20px;
	margin:0 0 50px 0;
}

#title2{
	clear:both;
	background:url(../img/common/title_line.png) repeat-y left center ;
	padding:5px 0 1px 20px;
	margin:0 0 50px 0;
}

#title h2{
	margin:0 0 10px 0;
}

h3{
	clear:both;
	background:url(../img/common/title_line.png) repeat-y left center ;
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:3px 0 2px 12px;
}

h4{
	clear:both;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 0;
}


dl.std_01{
	clear:both;
	overflow:hidden;
	margin:0 0 50px 0;
}

dl.std_01 dt{
	float:left;
	margin:0 0 0 15px;
}

dl.std_01 dd{
	float:right;
	width:220px;
	padding:20px 0 0 0;
}


#ball_navi{
	clear:both;
	margin:0 0 30px 0;
	overflow:hidden;
}

#ball_navi dl.left{
	overflow:hidden;
	float:left;
	width:350px;
}

#ball_navi dl.right{
	overflow:hidden;
	float:right;
	width:350px;
}

#ball_navi dd {
	margin:0 0 10px 0;
}

#ball_navi dd.more {
	text-align:right;
}


#ball_navi dd.more a{
	background:url(../img/common/arrow.png) no-repeat left center ;
	padding:0 0 0 16px;
}



/* ------------------------
	ball
------------------------ */

ul.circle{
	list-style:inside disc;
	padding:0 0 0 18px;
	margin:0 0 20px 0;
}

ul.circle li{
	text-indent:-13px;
	margin:0;
}

dl.std_02{
	clear:both;
	overflow:hidden;
	margin:0 0 50px 0;
}

dl.std_02 dt{
	float:left;
}

dl.std_02 dd{
	float:right;
	width:300px;
	padding:40px 0 0 0;
}


dl.std_03{
	clear:both;
	overflow:hidden;
	margin:0 0 20px 0;
}

dl.std_03 dt{
	float:left;
}

dl.std_03 dd{
	float:right;
	width:390px;
	padding:40px 0 0 0;
}


dl.spec{
	clear:both;
	margin:0 0 20px 0;
	overflow:hidden;
}


dl.spec dt{
	clear:left;
	float:left;
	padding:4px 6px;
	font-weight:bold;
	color:#333;
}


dl.spec dd{
	padding:4px 4px 4px 140px;
	border-bottom:1px dotted #999;
}



dl.spec2{
	clear:both;
	margin:0 0 60px 0;
	overflow:hidden;
}


dl.spec2 dt{
	clear:left;
	float:left;
	padding:4px 6px;
	font-weight:bold;
	color:#333;
}


dl.spec2 dd{
	padding:4px 4px 4px 140px;
	border-bottom:1px dotted #999;
}


/* ------------------------
	tab
------------------------ */


ul.tabNavi{
	border-bottom:1px solid #999;
	width:100%;
	margin:0 0 50px 0;
	padding:0 0 2px 0;
	overflow:hidden;
}

ul.tabNavi li{
	float:left;
}

#tabContainer{
	clear:both;
	overflow:hidden;
	height:auto;
	margin:0 0 30px 0;
}

/* ------------------------
	company
------------------------ */

#sub_company{
	padding:0 0 0 15px;
}

/* ------------------------
	contact
------------------------ */

#contact{
	clear:both;
	overflow:hidden;
	padding: 0 10px;
	margin:0 0 50px 0;
}

#contact .caution{
	background:#fff;
	padding: 4px 10px;
	margin:0 0 50px 0;
	color:#333;
}




#contact table{
	margin:0 0 20px 0;
}

#contact table th{
	font-weight:bold;
	color:#333;
	text-align:center;
	padding:10px;
	width:160px;
	border-bottom:1px dotted #999;
}

#contact table td{
	text-align:left;
	padding:10px 20px;
	border-bottom:1px dotted #999;
	width:480px;
}


#contact table  td input.free,
#contact table  td textarea{
	padding:2px;
	width:450px;
	font-size:12px;
}
#contact table td input.free2{
	padding:2px;
	width:350px;
	font-size:12px;
	margin:0 0 10px 0;
}

#contact table td input.free3{
	padding:2px;
	width:350px;
	font-size:12px;
}




#submit1{
	background:url(../img/contact/btn_01.png) no-repeat center top;
	width:191px;
	height:45px;
	border:0;
}

#submit2{
	background:url(../img/contact/btn_02.png) no-repeat center top;
	width:191px;
	height:45px;
	border:0;
}

#submit3{
	background:url(../img/contact/btn_03.png) no-repeat center top;
	width:191px;
	height:45px;
	border:0;
}

#submit4{
	background:url(../img/contact/btn_04.png) no-repeat center top;
	width:191px;
	height:45px;
	border:0;
}


.input_btn{
	width:390px;
	margin:0 auto; 
	
}

.input_btn ul li.left{
	float:left;
	
}

.input_btn ul li.right{
	float:right;
	
}

.input_btn2{
	width:191px;
	margin:0 auto; 
}


/* ------------------------
	info
------------------------ */

.info_detail{
	clear:both;
	overflow:hidden;
	padding: 0 15px 30px 15px;
	margin:0 0 50px 0;
	border-bottom:1px dotted #999;
}

.info_detail p{
	margin:0 0 20px 0;
}
.info_detail p.date{
	font-size:10px;
	margin:0 0 40px 0;
}


#info_list{
	clear:both;
	overflow:hidden;
	margin:0 0 40px 0;
	padding:0 0 0 5px;
}

#info_list ul{
	margin:0 0 10px 0;
}

#info_list ul li{
	border-bottom:1px dotted #999;
	padding:4px 6px;
}


#info_list ul li a{
	padding:0px 0 0 14px;
	color:#fff;
	display:block;
	background:url(../img/common/arrow.png) no-repeat left center;
}


/*----------------------
		wp-pagenavi
----------------------*/

.wp-pagenavi {
font-size:12px;
margin:0 auto 100px auto;
text-align:center;
clear: both;
}

.wp-pagenavi a {
text-decoration: none;
padding: 2px 5px;
margin: 0 6px 0 0;
border: 1px solid #fff;
}

.wp-pagenavi a:hover {
font-weight: normal;
padding: 2px 5px;
color:#fff;
background: #999;
border: 1px solid #fff;
}
.wp-pagenavi span {
text-decoration: none;
padding: 2px 5px;
margin: 0 6px 0 0;
}

.wp-pagenavi span.current {
font-weight: normal;
padding: 2px 5px;
color:#fff;
background: #999;
border: 1px solid #fff;
}

.wp-pagenavi span.pages {
color:#fff;
font-weight: normal;
background:#666;
border: 1px solid #666;
margin: 0 10px 0 0;
}