@charset "utf-8";
/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
	}
	h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
	}
	ul {
		list-style-type: none;
	}
	img {
		border: none;
	}
	input, textarea, select {
		font-size: 1em;
	}
	form {
		margin: 0px;
	}
	table {
		border-collapse:collapse;
		font-size: 100%;
		border-spacing: 0;
	}
	.clearfix:after, .imgRight:after, imgLeft: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 */
	
	.mT20 {
		margin-top:20px;
	}
	.mB20 {
		margin-bottom:20px;
	}
	a { 
		color:#00F;
		text-decoration:none;
	}
    strong {
        color: #ed1818;
        font-weight: bold;
    }
/*frame style*/
	body {
		font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
		letter-spacing: 0.2em;
		
	}
	#header, #content, #footer, #Mv, #GNav, .textBox02{
		width:100%;
        min-width: 1000px;
		margin:0 auto;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.container {
		width: 1000px;
		margin:0 auto;
	}
	.imgRight {
		float:right;
		padding:10px !important;
	}
	.imgLeft {
		float:left;
		padding:10px !important;
	}
	
/*frame style end*/

/*container and wrappers*/
	body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;	
	}

	#content {
			padding: 10px 0;
			
	}
    #content .container {
        width: 1000px;
	
    }
	#wrapLeft {
		width:230px;
	}
	#wrapRight {
		width:230px;
		background: rgba(48, 126, 42, 0.8);
	}
	#mainWrap {
		width:1000px;
    position: relative;
    z-index: 1;
	}
	
	.textBox03 {
        background: rgba(48, 126, 42, 0.8);
		padding-bottom: 1px;
	}
	
	.imgRight img, .imgLeft img {
		border:3px solid #fff;
		border-radius:4px;
        box-shadow: 1px 1px 5px -3px rgba(0, 0, 0, 0.95);
	}
/*end container and wrappers*/

/*header*/
	#header {
        /*box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.7);*/
        position: relative;
        z-index: 4;
				top:10px;
		margin-bottom: 30px;
		text-align: center;
		padding:20px;
	background: rgba(48, 126, 42, 0.8);
		border-bottom: 2px solid #fff;
		border-top: 2px solid #fff;
		box-shadow: 0px 0px 4px #666;
		min-width: 1000px;
		width: 100%;
	}
	.siteTitle {
		display:inline-block;
		*display:inline;
    zoom:1;
		
	}
	.siteTitle a {
        display: inline-block;
				color: #fff;
				text-transform: uppercase;
				font-size:30px;
        font-weight:bold;
				letter-spacing:normal;
        position: relative;
				padding:20px;
			
				background: rgba(48, 126, 42, 0);
				border-radius: 5px;
				border: 2px solid #eee;
				box-shadow: 0 0 4px #666; 
	}
    .siteTitle a span {
    }
	.siteTitle a img {
        vertical-align: middle;
        margin-right: 10px;
	}
.siteTitle:hover{
	background: rgba(48, 126, 42, 1);
}
/*end header*/

/*Main visual*/
	#Mv {
		position:relative;
        z-index: 2;
	}
	#Mv .container {
		position:relative;
        z-index: 2;
	}
	.Mv {
        width: 100%;
        min-width: 1000px;
        min-height: 239px;
		text-align:center;
		position:relative;
		z-index:1;
        overflow: hidden;
	}
	.Mv img {
       min-height: 239px;
        width: 100%;
        min-width: 1300px;
	}
/*end Main visual*/

/*headings*/
	#content h1 img, #content h3 img {
		vertical-align:middle;
		padding: 10px;
	
	}
	#content h1, h2 {
		font-size:24px;
		color:#fff;
		font-weight:bold;
		letter-spacing:0.05em;
		padding:5px 20px;
    line-height: 40px;
    *min-height:46px;
    position: relative; 
		border-bottom: 1px solid #888;
		background:#307E2A; 
		text-align: center;
	}
    h2 {
        margin: 10px 0;
        line-height: 40px;
        *min-height:40px;
        font-size: 18px;
    }
	.blogpart h3 {
		font-size: 16px;
color: #fff;
font-weight: bold;
letter-spacing: normal;
line-height: 50px;
		background:#307E2A;
		text-align: center;
		margin-bottom: 10px;

	
	}
    .nav h3 {
		font-size:16px;
		color:#fff;
			background: #222;
		font-weight:bold;
		letter-spacing:normal;
        line-height: 50px;
        *min-height:50px;
        margin: 10px 0;
		}
	.new h3 {
		font-size:16px;
		color:#f9f9f9;
		font-weight:bold;
		letter-spacing:normal;
		padding:0px 8px;
        line-height: 46px;
        *min-height:46px;
		    border:1px solid #090909;
        margin-bottom: 10px;
        background: #CC9A14;
	}
/*end headings*/

/*content*/
	.text01 {
        position: relative;
        margin-bottom: 20px;
		background: rgba(48, 126, 42, 0.8);
		}
	.text01 p {
		font-size:13px;
		color:#fff;
		padding: 10px 10px;
		  line-height: 1.5;
    letter-spacing: 0.05em;
	}
/*end content*/

/*backlinks*/
	.link01 {
        clear: both;
		padding:10px 10px;
	}
	.link01 li {
		margin-bottom:5px;
	}
	.link01 li:last-child {
		margin-bottom:0;
	}
	.link01 li a {
		display:block;
		font-size:14px;
		color:#484848;
		letter-spacing:0.05em;
		padding:12px 8px;
        padding-left: 33px;
        background:  #eee;
        box-shadow: inset 0 0 0 1px #f9f9f7;
		 transition: all 0.5s;
		border: 2px dashed #307E2A;
		text-align: center;
	}
	.link01 li a:hover {
		color: #fff;
		border-radius: 20px;
		text-align: center;
		 background:#307E2A ;
		box-shadow: 0 0 4px #888;
		border-color: #222;
		border: 2px dashed #fff;
		transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
-webkit-transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
-ms-transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
	}
/*end backlinks*/

/*sitemap links*/
	.con-nav {
        clear: both;
		padding:10px 15px;
		margin-bottom:10px;
	}
	.con-nav li {
		margin-bottom:3px;
	}
	.con-nav li:last-child {
		margin-bottom:0;
	}
	.con-nav li a {
		display:block;
		font-size:14px;
		color:#1F271B;
		letter-spacing:0.05em;
		padding:7px 8px;
        padding-left: 33px;
		border: 1px solid #48304D;
        background: url(../images/link.png) no-repeat 8px center;
        background-color: #14CC92;
        box-shadow: inset 0 0 0 1px #f9f9f7;
	}
	.con-nav li a:hover {
		background-color: #40FFF9;
	}
	
/*end sitemap links*/

/*nav*/
    .nav {
			background: rgba(48, 126, 42, 0.8);
        position: relative;
        margin-bottom: 20px;
			text-align: center;
			padding: 10px;
			border: 2px solid #fff;
			box-shadow: 0px 0px 4px #666;
			border-radius: 5px;
    }
    .nav ul {}
    .nav ul li {
			display: inline-block;
   
    }
    .nav ul li:last-child {}
    .nav ul li a {
        display: inline-block;
        font-size: 12px;
        color: #000;
			font-weight: bold;
        letter-spacing:normal;
        background:  #eee;     
			
				padding: 18px 10px;
        padding-left: 20px;
			border: 2px solid #fff;
			box-shadow: 0px 0px 4px #666;
        transition: all 0.3s ease-in;
    }
    .nav ul li a:hover {
			font-weight: bold;
				color: #fff;
			background: #307E2A ;  
       background-position: 10px;
			transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
-webkit-transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
-ms-transform: rotate(0deg) scale(0.915) skew(1deg) translate(0px);
		
    }
/*end nav*/

/*new*/
	.new {
       margin-bottom: 0px;
	}
    .textBox02 .new {
        margin: 0;
    }
	.new ul {
        padding:10px 0px;
        font-size: 0;
        letter-spacing: 0;
        text-align: center;
			
	}
	.new ul li {
        padding: 0 7px;
        margin: 8px 0;
			display: inline-block;
		*display: inline;
	
        zoom:1;
	}
	.new ul li:first-child {
		border-left: 0;
	}
	.new ul li a span {
		display: inline-block;
		*display: inline;
		color:#fff;
        font-weight: bold;
		font-size:14px;
		letter-spacing:normal;
		line-height:normal;
		text-align: center;
		
	}
    .new ul li a p {
        font-size: 12px;
				display: inline-block;
		*display: inline;
    }
	.new ul li a {
			display: inline-block;
		*display: inline;
	 	color:#fff;
		font-size:12px;
		font-weight: bold;
        padding: 10px 15px;
        margin: -8px 0;
       border: 3px solid #cb70d7;
		letter-spacing:0.1em;
		position:relative;
		line-height:1.5;
        text-align: center;
	transition: all 0.5s ease-in;
		border-radius: 3px;
		background: rgba(0,0,0,0.55);
	}
	.new ul li a:hover {
		color: #fff;
			background: rgba(0,0,0,0.85);
	}
	.new ul li a:hover span{
		color: #fff;
	}
/*end recommendation*/

/*blogpart*/
	.textBox02 .blogpart {
        margin: 0;
    }
	.blogpart {	
        position: relative;
        margin-bottom: 20px;
	}
	.blogItem {
      
		padding:10px 0;
		text-align:center;
        letter-spacing: normal;
	
	}
	.blogpart .blogItem > div, .blogpart .blogItem > table {
		margin-left:auto !important;
		margin-right:auto !important;
	}
/*end blogpart*/

/*q and a*/
    .qanda {
       position:absolute;
    z-index: 2;
		top:105px;
		left: 530px;
    }
    .qanda ul {}
    .qanda ul li {
        margin-bottom: 5px;
    }
    .qanda ul li:last-child {
        margin-bottom: 0;
    }
    .qanda ul li a {
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #000;
        letter-spacing: 0.1em;
        line-height: 1.5;
        padding: 17px 10px;
        padding-left: 50px;
        border-radius: 3px;
        background: url(../images/qa.png) no-repeat 10px center;
        background-color: #faebbb;
        transition:all 0.25s ease-in;
        
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF,endColorstr=#B3FFFFFF); 
        zoom: 1;
    }
    .qanda ul li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
/*End q and a*/

/*experience*/
    .experience {
		position:absolute;
    z-index: 2;
		top:105px;
		left: 300px;
		
    }
    .experience ul {}
    .experience ul li {
				float: left;
        margin-right: 5px;
    }
    .experience ul li:last-child {
        margin-bottom: 0;
    }
    .experience ul li a {
        display:block;
        font-size: 13px;
        font-weight: bold;
        color: #000;
        letter-spacing: 0.1em;
        line-height: 1.5;
        padding: 17px 10px;
        padding-left: 50px;
        border-radius: 3px;
       
        background: url(../images/expo.png) no-repeat 10px center #faebbb;
        transition:all 0.25s ease-in;
        
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC9A14,endColorstr=#CC9A14); 
        zoom: 1;
    }
    .experience ul li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
/*End q and a*/

/*footer*/
	#footer {
        position: relative;
		background-color: #307E2A;
		border-top: 2px solid #fff;
		box-shadow: 0px 0px 4px #666;
        
	
	}
	.FNav {
		padding:10px 0;
	}
	.FNav ul {
		font-size:0;
		text-align:center;
	}
	.FNav ul li {
		display:inline-block;
		padding:0 15px 0px;
        margin-bottom: 10px;
        zoom:1;
        *display:inline;
	}
	.FNav ul li:last-child {
		border-right:0;
	}
	.FNav ul li a {
		display:block;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:0.1em;
        border-bottom: 1px solid transparent;
	}
	.FNav ul li a:hover {
        border-color:#1F271B;
        color: #333;
	}
    .FNav ul li a:before {
        content: "\25b9";
    }
	.copy {
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:normal;
		text-align:center;
		padding:10px 0;
	}
/*end footer*/

/*slide show styles*/
	#slides {
		margin:0 auto;
		text-align:center;
		position:relative;
		top:0px;
		z-index:1;
		width:100%;
		padding:0px 0px 0px;
		display:none;/*note:if slider is enabled, uncomment 'display:none' to prevent div from flashing*/
	}
	#slides .slidesjs-container {
		position:relative;
		background: url(../images/loading.gif) no-repeat center center ; 
        min-height: 239px;
	}
	/*Slider navigation*/
	#slides .slidesjs-navigation {
		position:absolute;
		text-indent:-9999px;
		display:block;
		font-size:0;
		top:120px;
		z-index:10;
		height:30px;
		width:30px;
		
	}
#slides:after{
	content: url(../images/shadow.png);
	position: relative;
	z-index: 20;
	bottom: 33px;
	left: 0px;
	
}
	#slides .slidesjs-previous { 
		left:468px; 
		background-position:0 0;
	}
	#slides .slidesjs-next{ 
		right:468px; 
		background-position:0 -30px;
	}
	
	#slides .slidesjs-stop, #slides .slidesjs-play{
		top:0;
		right:5px;
	}
	#slides .slidesjs-stop:after {
		content:"\25a0";
		font-size: 20px;
		color:#24b5fa;
	}
	#slides .slidesjs-play:after {
		content:"\25b6";
		font-size: 20px;
		color:#24b5fa;
	}

	.slidesjs-pagination {
		position: absolute;
		margin: 0px auto;
		width: 100%;
		height:12px;
		z-index: 10;
        left: 0;
		bottom:5px;
		display: block;
		text-align: center;
	}
	.slidesjs-pagination li {
		margin:0 2px;
		list-style:none;
		display:inline-block;
		zoom:1;
		*display:inline;
	}
	.slidesjs-pagination li:first-child {
		
	}
	.slidesjs-pagination li a {
		display:block;
		width:12px;
		height:0;
		padding-top:12px;
		background-color:#dbd8d0;
		float:left;
		overflow:hidden;
	}
	.slidesjs-pagination li a:hover {
		background-color:#5da5c7;
	}
	.slidesjs-pagination li a.active {
		background-color:#1794d0;
        box-shadow: inset 0px 0px 1px #fcfcfc;
	}
/*end slideshow styles*/



.operator-information {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.operator-information li {
	font-size: 13px;
	line-height: 40px;
}

.operator-information li a {
	color: #fff;
	text-decoration: underline;	
}