@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: 1300px;
		margin:0 auto;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.container {
		width: 1300px;
		margin:0 auto;
	}
	.imgRight {
		float:right;
		padding:10px !important;
	}
	.imgLeft {
		float:left;
		padding:10px !important;
	}
	#wrapLeft {
		float:left;
	}
    #mainWrap {
		float:left;
	}
	#wrapRight {
		float:right;
	}
/*frame style end*/

/*container and wrappers*/
	body {
	background: #F5F5F5;
	}
	#content {
				
        position: relative;
        z-index: 5;
		background: #fff;
	}
    #content .container {
     
	
    }
	#wrapLeft {
		width:230px;
	}
	#wrapRight {
		width:230px;
	}
	#mainWrap {
		width:1300px;
    position: relative;
    z-index: 1;
		background: #fff;
		bottom:100px;
	
	}
	
	.textBox03 {
        background-color: #fff;
	}
	
	.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 {
				padding:5px 0;
        position: absolute;
        z-index: 4;
			
	}
	.siteTitle {
		margin: 20px 0;
		width: 495px;
		text-align: center;
		position: relative;
		float:left;
		
	}
	.siteTitle a {
       
				color: #fff;
	      text-shadow: 0 0 3px #333;
				text-transform: uppercase;
				font-size:35px;
        font-weight:900;
		    font-family: Kozuka Mincho Pr6N;
				letter-spacing:normal;
        position: relative;
				
				
	}
    .siteTitle a span {
    }
	.siteTitle a img {
        vertical-align: middle;
        margin-right: 10px;
	}
/*end header*/

/*Main visual*/
	#Mv {
		position:relative;
        z-index: 2;
	}
#Mv:before{
	content: "";
	width: 100%;
	height: 702px;
	position: absolute;
	background: url(../images/mv_bg.png) 50% 100% no-repeat;
	z-index: 2;
	
}
	#Mv .container {
		position:relative;
        z-index: 2;
	}
	.Mv {
	position:relative;
	width: 100%;
	height: 702px;
	overflow: hidden;
	z-index: 1;
	}
.Mv:before{
	content: '';
	width: 100%;
	height: 702px;
	position: absolute;
	background: rgba(95, 100, 103,.2);
	z-index: 2;
	
}
	.Mv img {

	}
/*end Main visual*/

/*headings*/
	#content h1 img, #content h3 img {
		vertical-align:middle;
		margin-right:10px;
	}
	#content h1, h2 {
		font-size:22px;
		color:#333;
		font-weight:900;
		font-family: Kozuka Mincho Pr6N;
		letter-spacing:0.05em;
		padding:10px;
        line-height: 46px;
        *min-height:46px;
		text-align: center;
    position: relative;


	}
    h2 {
        margin: 10px 0;
        line-height: 40px;
        *min-height:40px;
        font-size: 18px;
    }
	.blogpart h3 {
		font-size: 16px;
	color: #333;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 10px;
	line-height: 45px;
	border-radius: 60px;
		text-align: center;
	}
    .nav h3 {
		font-size:16px;
		color:#fff;
		font-weight:normal;
		letter-spacing:normal;
		padding:2px 10px;
        line-height: 40px;
        *min-height:40px;
		    border-bottom: 2px solid #2fb2a4;
        margin-top: 10px;
			background: #3bc3b5;
			border-radius:60px;
	}
	.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;
	
	
	}
	.text01 p {
		font-size:16px;
		color:#333;
		font-family: Kozuka Mincho Pr6N;
		padding: 10px 10px;
		  line-height: 1.5;
    letter-spacing: 0.03em;
	}
/*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:#fff;
		letter-spacing:0.05em;
		padding:12px 8px;
    background: url(../images/link.png) no-repeat 10px center #666;
    box-shadow: inset 0 0 0 1px #f9f9f7;
		transition: all 0.3s;
		border-radius: 5px;
	}
	.link01 li a:hover {
     background-color: #ac8753;
		color: #fff;
		border-color: #222;
	}
/*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 {
        position: relative;
			z-index: 3;
			float: right;
			width: 800px;
			margin: 10px 0;
			background: rgba(255,255,255,.7)
    }
    .nav ul {
			text-align: center;
		}
    .nav ul li {
	    display: inline-block;
			padding: 10px 5px;
    }
    .nav ul li:last-child {}
    .nav ul li a {
        display: block;
        font-size: 12px;
		  	font-family: Kozuka Mincho Pr6N;
        color: #333;
				margin-bottom: 2px;
        letter-spacing:normal;
			  
        transition: all 0.3s;
			
    }
    .nav ul li a:hover {
			color:#E74C3C;

    }
/*end nav*/

/*new*/
	.new {
       margin-bottom: 20px;
	}
    .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: 1px solid #fff;
		letter-spacing:0.1em;
		position:relative;
		line-height:1.5;
        text-align: center;
        transition: all 0.1s ease-in;
		border-radius: 3px;
	}
	.new ul li a:hover {
		color: #42d0ff;
		
	}
	.new ul li a:hover span{
		color: #42d0ff;
	}
/*end recommendation*/

/*blogpart*/
#Blogs{
	position: relative;
	background: #CEC5BC;
	height: 500px;
	min-width: 1300px;
	

	

}

.blogpart h3 {
	font-size:18px;
	position:relative;
	margin-bottom:10px;
	padding:0 10px 0 10px;
	line-height:55px;
	*min-height:55px;
	color:#333;
	font-weight: bold;
	font-family: Kozuka Mincho Pr6N;
	text-align: center;
	vertical-align: middle
	text-transform:uppercase;
	letter-spacing:normal;
}
/* .blogpart h3:before{
	content: '';
	width: 80px;
	height: 2px;
	position: absolute;
	background: #fff;
	bottom:8px;
	
	
}	
.blogpart h3:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	background: #fff;
	bottom:5px;
	border-radius: 50%;
	left:;
	
	
}	 */

.blogpart {
	position: relative;
	
}

.blogpart img{
}
.blogpart .blogwrap{
	width: 1300px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	padding: 20px 0;
	position: relative;
	
	
	
}
.blogpart .blogwrap .blog{
	display: inline-block;
	*display: inline;
	border-radius: 10px;
	zoom:1;
	width: 250px;
	height: 350px;
	padding-bottom:10px;
	vertical-align: top;
	min-height: 300px;
	position: relative;
	float:right;
	border:1px solid #ddd;
}
.blog2{
	
	
	
}
.blog1{
	display: inline-block;
	width: 1000px;
	height: 350px;
		border-radius: 10px;
		border:1px solid #ddd;
	padding-bottom: 10px;
	float:left;
	
}
.blogpart > .blog1 > div { 
	margin: 0 auto; 
}
/* .blog:nth-of-type(2) h3{
		color: #fff;
}
.blog:nth-of-type(2){
	background:#16232B;
	
} */
/*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: #474C52;
	
        
	
	}
	.FNav {
		padding:10px 0;
		background: #fff;
		box-shadow: 0px 5px 10px #ddd;
		bottom:20px;
		position: relative;
		z-index: 5;
	}
	.FNav ul {
		font-size:0;
		text-align:center;
	}
	.FNav ul li {
		display:inline-block;
		padding: 0 10px 0;
        
        zoom:1;
        *display:inline;
	}
	.FNav ul li:last-child {
		border-right:0;
	}
	.FNav ul li a {
		display:block;
		color:#333;
		font-size:12px;
		font-family: Kozuka Mincho Pr6N;
		border-bottom: 1px solid transparent;
		text-transform:uppercase;
		letter-spacing:0.1em;
       
	}
	.FNav ul li a:hover {
        border-color:#1F271B;
        color: #333;
	}

	.copy {
		color:#fff;
		font-weight: bold;
		font-family: Kozuka Mincho Pr6N;
		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
{
	width: 1920px;
	height: 702px;
	position: relative;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
	#slides .slidesjs-container {
		position:relative;
		background: url(../images/loading.gif) no-repeat center center ; 
        
	}
	/*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 .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*/