@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	margin:0 auto;
}
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;
}
.clear:after, .imgRight:after, imgLeft:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
	}

.mT20 {
	margin-top:20px;
}
.mB20 {
	margin-bottom:20px;
}
a { 
	color:#00F;
	text-decoration:none;
}

/*frame style*/
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.05em;
  background: #6e3f51 url(../images/bg.jpg) no-repeat top center;
	background-size: cover;
	
}
#header, #GNav, #content, #Footer, #Mv, #wrapper{
	width:100%;
	margin:0 auto;
	min-width:1500px;
}
.container {
	width: 1500px;
}
.imgRight {
	float:right;
}
.imgLeft {
	float:left;
}
strong{
	color:red;
}

/*header*/

#header .container{
	
	
}
#header{


}

.siteTitle {
	margin-top: 30px;
  padding: 10px 0;
	background: rgba(114, 63, 82,0.75);
	text-align:center;
	border-radius: 20px 20px 0 0;
}
.siteTitle > a {
	display:inline-block;
	font-size:45px;
	font-family: Kozuka Mincho pro;
	padding:10px 15px;
	border-radius: 30px 30px 0px 0px;
	font-weight: bold;
  border-bottom: 2px solid #c8b7bf;
	color:#fff;
}
.siteTitle > a img {
	vertical-align:middle;
	margin-right: 10px;
}
.siteTitle .c1{
	color: #16b295;
}
.siteTitle .c2{
	color: #e7bd22;
}
.siteTitle .c3{
	color: #da4b3c;
}
.topmail{

}
/* end header*/

/*Gnav*/

#GNav {
	margin-bottom: 10px;
	border-bottom: 3px #FFF solid;
	border-top: 3px #FFF solid;
	background: rgba(168,126,83,1);
	background: -moz-linear-gradient(top, rgba(168,126,83,1) 0%, rgba(209,167,125,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168,126,83,1)), color-stop(100%, rgba(209,167,125,1)));
	background: -webkit-linear-gradient(top, rgba(168,126,83,1) 0%, rgba(209,167,125,1) 100%);
	background: -o-linear-gradient(top, rgba(168,126,83,1) 0%, rgba(209,167,125,1) 100%);
	background: -ms-linear-gradient(top, rgba(168,126,83,1) 0%, rgba(209,167,125,1) 100%);
	background: linear-gradient(to bottom, rgba(168,126,83,1) 0%, rgba(209,167,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a87e53', endColorstr='#d1a77d', GradientType=0 );
	zoom:1;
	box-shadow: 0px 0px 2px #674c35;
}

#GNav .container{
	
}
.GNavList {
	text-align:center;
	font-size: 0;
	letter-spacing: 0;
}

.GNavList > li {
	position:relative;
	display:inline-block;
	*display:inline;
	zoom:1;
	z-index:10;
}
.GNavList > li > a {
	display:block;
	text-align:center;
	font-size:13px;
	color:#502d17;
	padding:10px 25px;
	background: #ccc;
	background-position: -10px;
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
	transition:all .20s ease-in;
}
.GNavList > li > a:hover {
	background:#a8784a url(../images/gnav.png) no-repeat left center;
	background-position: 10px;
	
}

.GNavList > li > a:before {
	position:absolute;
	bottom:0px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin-right:10px;
	visibility:hidden;
	
}
.GNavList > li > a:hover:before {
	visibility:visible;
}
/*end Gnav*/


/*wrap*/

#content {

}

#content .container {
	background: rgba(114, 63, 82, 0.75);
	padding: 20px 0;
}
#wrapper{
	/*! padding-top: 10px; */
}

#wrapper .container{
}
#wrapper_right{
	position: relative;
	width: 770px;
	float: right;
	margin-right: 10px;
}

#wrapLeft {
	width:700px;
	float:left;	
	margin-left: 10px;
	
	
}
#wrapRight {
	width:230px;
	float:right;
	margin-top: 20px;

}
#mainWrap {
	margin-top: 20px;
	width:770px;
	float:left;
	
}

/*h1 and h3*/
#content h1, h2{
	font-size:22px;
	font-family: Kozuka Mincho pro;
	position:relative;
	padding:5px 10px 5px 10px;
	line-height:50px;
	*min-height:40px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:normal;
	margin-top: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#522637+0,a87087+49,f9f9f7+100 */
background: rgb(82,38,55); /* Old browsers */
background: -moz-linear-gradient(top, rgba(82,38,55,1) 0%, rgba(168,112,135,1) 49%, rgba(249,249,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(82,38,55,1) 0%,rgba(168,112,135,1) 49%,rgba(249,249,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(82,38,55,1) 0%,rgba(168,112,135,1) 49%,rgba(249,249,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#522637', endColorstr='#f9f9f7',GradientType=0 ); /* IE6-9 */
font-family: Kozuka Mincho pro;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 3px;
	
	
}

#content h2{
	margin:10px;
	line-height:38px;
	*min-height:38px;
}

#mainContent h1 img{
	padding-right:10px;
}

#content h1 img, #content h3 img, #Mv h3 img {
	vertical-align:middle;
	margin-right:10px;
}
.QandA h3{bpd0211f
	font-size:17px;
	position:relative;
	padding:0px 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	border: 1px #a7c3d6 solid;
	background: url(../images/q_bg.png);
}

.news h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	
}

.nav h3 {
	font-size:20px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:55px;
	*min-height:50px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:normal;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#522637+0,a87087+49,f9f9f7+100 */
background: rgb(82,38,55); /* Old browsers */
background: -moz-linear-gradient(top, rgba(82,38,55,1) 0%, rgba(168,112,135,1) 49%, rgba(249,249,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(82,38,55,1) 0%,rgba(168,112,135,1) 49%,rgba(249,249,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(82,38,55,1) 0%,rgba(168,112,135,1) 49%,rgba(249,249,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#522637', endColorstr='#f9f9f7',GradientType=0 ); /* IE6-9 */
font-family: Kozuka Mincho pro;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 3px;
}

.experience h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:45px;
	*min-height:45px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:normal;
	border: 1px #FFF solid;
	border-radius: 5px;
	background: url(../images/exp_bg.png);
}

.blogpart h3 {
	font-size:20px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:55px;
	*min-height:50px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:normal;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#522637+0,a87087+49,f9f9f7+100 */
background: rgb(82,38,55); /* Old browsers */
background: -moz-linear-gradient(top, rgba(82,38,55,1) 0%, rgba(168,112,135,1) 49%, rgba(249,249,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(82,38,55,1) 0%,rgba(168,112,135,1) 49%,rgba(249,249,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(82,38,55,1) 0%,rgba(168,112,135,1) 49%,rgba(249,249,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#522637', endColorstr='#f9f9f7',GradientType=0 ); /* IE6-9 */
font-family: Kozuka Mincho pro;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 3px;
}

/*content text*/

.QandA{
	position: absolute;
	width: 230px;
	top: 0;
	right: 0;
}

.tlt02 {
	display:block;
	color:#000;
	font-size:12px;
	padding:20px 20px;
	padding-left:60px;
}
.tlt02 span{
	font-weight:bold;	
	font-size:14px;
}
.tlt03 {
	display:block;
	color:#000;
	font-size:12px;
	margin-bottom: 5px;
	
}
.tlt03 a{
	color:#000;
	display:block;
	padding:15px 10px;
	padding-left: 45px;
	box-shadow: 0px 0px 2px #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background:#FFF url(../images/qa.png) no-repeat left center;
	background-position: 10px;
}
.tlt03 > a:hover{
	color: #FFF;
	background-color: #4E87A2;
}

.tlt03 span{
	font-weight:bold;
	font-size:14px;
}

.text01, .blog {
}
.text01 {
	position: relative;
	display:block;
	vertical-align:top;
	margin-bottom: 20px;
	
}
.text01 p {
	font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
	color:#fff;
	padding:10px 10px;
	text-align:justify;
}
.text01 p img{
	box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.75);
	transition: all 0.25s ease-in 0s;
	border-radius: 20px;
}
.text01 p img:hover{
	transform: scale(1.1);
	
}
	
/*nav*/
.nav {
	
	margin-bottom:20px;
}

.nav ul {	
	display:block;
}
.nav ul li {
	display:block;
	border-bottom: 1px solid #ac8693;
}

.nav ul li a {
	display:block;
	font-size:13px;
	color:#fff;
	text-align: center;
	padding:20px 0px;
	font-weight: bold;
	text-shadow: 2px 0 0 #b68c9a, -2px 0 0 #b68c9a,0 2px 0 #b68c9a,0 -2px 0 #b68c9a;
	text-transform:uppercase;
	border-top: 1px solid #c1a4ae;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2bbce+0,e8bccb+50,f9f9f7+100 */
background: rgb(242,187,206); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(242,187,206,1) 0%, rgba(232,188,203,1) 50%, rgba(249,249,247,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(242,187,206,1) 0%,rgba(232,188,203,1) 50%,rgba(249,249,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(242,187,206,1) 0%,rgba(232,188,203,1) 50%,rgba(249,249,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bbce', endColorstr='#f9f9f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
	transition:all .30s ease-in;
	
}
.nav ul li a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f7+0,e8bccb+44,af6d88+100 */
background: rgb(249,249,247); /* Old browsers */
background: -moz-linear-gradient(left, rgba(249,249,247,1) 0%, rgba(232,188,203,1) 44%, rgba(175,109,136,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(249,249,247,1) 0%,rgba(232,188,203,1) 44%,rgba(175,109,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(249,249,247,1) 0%,rgba(232,188,203,1) 44%,rgba(175,109,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f7', endColorstr='#af6d88',GradientType=1 ); /* IE6-9 */
	color: #a0496b;
	text-shadow: none;
	text-decoration: underline;
		-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
	transition:all .30s ease-in;
}

/*news*/
.news {
	
	
	
	
	
}


.news ul li img{
	float:right;
}
.news ul li img:hover{
	opacity: 0.8;
}
.news > ul {
	
	text-align: center;
	font-size: 0; 
	letter-spacing: 0;
}

.news > ul > li {
	margin: 0 5px;
	display:inline-block;
	text-align:left;
	zoom:1
}

.news > ul > li > a > span {
	display:block;
	margin-top: 0px;
	font-size: 14px;
	color:#fff;
	line-height:normal;
	letter-spacing:normal;
}
.news li img{
	vertical-align: middle;
	float: left;
	padding:0 5px;
}
.news > ul > li > a {
	display:block;
	font-size: 12px;
	color:#fff;
	padding: 20px 15px 20px 60px;
	line-height:30px;
	background:#414068 url(../images/new_a.png) no-repeat;
	background-position:10px;
	transition: all 0.2s ease-in 0s;
	border-left:3px solid #414068;
	border-bottom:1px solid #414068;

	
	
}
.news > ul > li > a:hover {
	background:#34313A url(../images/new_a.png) no-repeat;
	background-position:10px;
	
	color: #fff;
		border-left:8px solid #fff;
	border-bottom:1px solid #fff;
}
.news > ul > li > a:hover span{
	color:#fff;
}

/*experience */

.experience {
	width:240px;
	position:absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}

.experience > ul {
	text-align:center;
}
.experience > ul > li {
	display:block;
}

.experience > ul > li > span {
	display:block;
	padding-left:10px;
	font-size: 13px;
	font-weight:bold;
	color:#7f7d7d;
	letter-spacing:normal;
}
.experience > ul > li > a {
	display:block;
	font-size: 13px;
	text-transform:uppercase;
	color:#FFF;
	padding:10px 10px;
	border-radius: 5px;
	background:#008294 url(../images/exp_a.png) no-repeat left center;
	background-position: -25px;
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
	transition:all .20s ease-in;

}
.experience > ul > li > a:hover {
	background-color: #00A9C2;
	background-position: 15px;
	padding-left: 30px;
}
/*blogpart*/

.blogpart {
	position: relative;
	margin-bottom:20px;
	
	
}
.blogpart1 {
	
}
.blogpart > .blog {
	text-align:center;
	padding: 10px 0px;
	background: rgba(114, 63, 82,0.5);
	
}
.blogpart1 > .blog {
	text-align:center;
	padding: 10px 10px;
	
	
}
.blogpart > .blog > div { 
	margin: 0 auto; 
	
}

/*back links*/
.link01{
	display:block;
}
.link01 > li{
	display:block;
	margin-bottom:5px;
}
.link01 > li a{
	display:block;
	color:#6e3f51;
	padding:7px 10px 7px 15px;
	margin:0 15px;
	font-size:13px;
	background:#e6d5db;
	border-radius: 5px;
	transition:all .30s ease-in
}
.link01 > li a:hover{
	background:#feeff4;
	text-decoration: underline;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
	
}
.link01 > li a:before {
	content:
	display:inline-block;
	vertical-align:middle;
	margin:0 1px;
}
.link01 > li a:hover:before {
}

/*Sitemap links*/
.con-nav {
	display:block;
	padding: 20px 0;
}
.con-nav > ul {}

.con-nav > ul > li {
	display:block;
	margin: 0 15px;
	padding: 3px 0;
}
.con-nav > ul > li > a {
	display:block;
	color:#fff;
	padding-left:10px;
	padding:7px 10px 7px 15px;
	font-size:13px;
		border:1px solid #D6D4D5;
	background: #DF6700;
	transition:all .30s ease-in;
}
.con-nav > ul > li > a:hover {
		background:#FFDC78;
	color: #000;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
}

/*sitemap*/

.sitemap{
	position:absolute;
	top:20px;
	right:20px;	
}
.sitemap > ul{
	color: #FFF;
	font-size: 0;
	letter-spacing: 0;
}
.sitemap img{
	margin-right: 10px;
	vertical-align: middle;
}

.sitemap > ul > li{
	padding:10px 0;
	margin-left: 5px;
	display: inline-block;
	*display:inline;
	zoom:1;
}
.sitemap > ul > li > a{
	padding:10px 10px;
	font-size:12px;
	color:#000;
	background-color: #d6bf9d;
}
.sitemap > ul > li > a:hover {
	background-color: #826430;
	color: #FFF;
}

/*footer*/
#Footer {
	clear:both;
	
	
}

#Footer > .container {
	padding: 10px 0;
margin-bottom: 20px;
	background: rgba(114, 63, 82,0.75);
	border-radius: 0 0 20px 20px;

}
.FNav {
}
.FNav > ul {
	
	
	display:block;
	
	text-align:center;
}
.FNav > ul > li:first-child{
	border-left: 0;
}
.FNav > ul > li {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:10px 25px;
	
}

.FNav > ul > li > a {
	font-size: 13px;
  color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#522637+0,a87087+49,f9f9f7+100 */
background: rgb(82,38,55); /* Old browsers */
background: -moz-linear-gradient(left, rgba(82,38,55,1) 0%, rgba(168,112,135,1) 49%, rgba(249,249,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(82,38,55,1) 0%,rgba(168,112,135,1) 49%,rgba(249,249,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(82,38,55,1) 0%,rgba(168,112,135,1) 49%,rgba(249,249,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#522637', endColorstr='#f9f9f7',GradientType=1 ); /* IE6-9 */
	padding:20px 50px;
	border-radius: 5px;

}
.FNav > ul > li > a:hover {
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f7+0,a87087+51,522637+100 */
background: rgb(249,249,247); /* Old browsers */
background: -moz-linear-gradient(left, rgba(249,249,247,1) 0%, rgba(168,112,135,1) 51%, rgba(82,38,55,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(249,249,247,1) 0%,rgba(168,112,135,1) 51%,rgba(82,38,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(249,249,247,1) 0%,rgba(168,112,135,1) 51%,rgba(82,38,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f7', endColorstr='#522637',GradientType=1 ); /* IE6-9 */
	
	
}

.copy {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	padding:15px 0;
	text-align:center;
	margin-top: 20px;
	border-top: 1px solid #c8b7bf;
	margin-left:20px;
	margin-right:20px;
}


