@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-size: cover;
	background: url(../images/bg1.png) no-repeat center top;
}
#header, #GNav, #content, #Footer, #Mv, #wrapper{
	width:100%;
	margin:0 auto;
	min-width:1000px;
}
.container {
	width: 1000px;
}
.imgRight {
	float:right;
}
.imgLeft {
	float:left;
}
strong{
	color:red;
}

/*header*/

#header .container{
}
#header{
}

.siteTitle {
	z-index:2;
	padding: 20px;
	width: 1000px;
	text-align: center;
	/*!  */
	/*!  */
	/*! border-bottom: 1px solid #fff; */
	/*! position: absolute; */
}
.siteTitle > a {
	display:inline-block;
	font-size:30px;
	padding:10px 20px;
	font-weight: bold;
	color:#E22F44;
	border-radius: 5px;
	/*! background: rgba(0,0,0,0.5); */
	text-transform: uppercase;
}
.siteTitle > a img {
	vertical-align:middle;
	margin-right: 10px;
}
.siteTitle .c1{
	color: #16b295;
}
.siteTitle .c2{
	color: #e7bd22;
}
.siteTitle .c3{
	color: #da4b3c;
}
.topmail{
	position:absolute;
	text-align:right;
	color:#ed4246;
	font-size:15px;
	padding:5px 10px;
	top:-40px;
	right:10px;
}
/* end header*/

/*Gnav*/

#GNav {
	background: #000000;
}

#GNav .container{
	
}
.GNavList {
	text-align:center;
	font-size: 0;
	letter-spacing: 0;
	padding: 10px 0;
	position: relative;
}

.GNavList li:first-child{
	border-left: 0;
}
.GNavList li:last-child{
	border-right: 0;
}
.GNavList > li {
	position:relative;
	display:inline-block;
	*display:inline;
	zoom:1;
	z-index: 10;
	margin: 0 5px;
}
.GNavList li :last-child { border-top: 0px; } 
.GNavList li :last-child { border-bottom: 0px; } 
.GNavList > li > a {
	display:block;
	text-align:center;
	font-size:12px;
	color:#FFF;
	padding:10px 15px;
	border: 1px #212121 solid;
	transition:all .20s ease-in-out;
}
.GNavList > li > a:hover {
	background: #80522f;	
}

/*end Gnav*/


/*wrap*/

#content {
	padding: 20px 0;
	margin-top: 140px;
}

#content .container {
	position: relative;
}
#content_main .container{
}

#content_main{
}

#wrapLeft, #wrapRight, #mainWrap {
	
}
#wrapLeft {
	width:250px;
	float:left;
	position: relative;
}
#wrapRight {
	width:240px;
	float:right;
}
#mainWrap {
	width:1000px;
	float:right;
}


/*h1 and h3*/
#content h1, h2{
	font-size:20px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:50px;
	*min-height:50px;
	color:#333;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:normal;
	border-bottom: 2px #E22F3E solid;
}

#content h2{
	margin:10px;
}

#mainContent h1 img{
	padding-right:10px;
}

#content h1 img, #content h3 img, #Mv h3 img {
	vertical-align:middle;
	margin-right:10px;
}
.QandA h3{
	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);
}


.nav h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 10px;
	line-height:50px;
	*min-height:50px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #242424;
	margin-bottom: 10px;
}

.experience 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;
	border: 1px #FFF solid;
	border-radius: 5px;
	background: url(../images/exp_bg.png);
}




/*content text*/

.QandA{
	position: relative;
	margin-bottom:20px;
	padding: 5px 3px 3px 3px;
	background-color: #b2cee1;
}

.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:#5d1073;
	display:block;
	padding:15px 10px;
	margin: 10px 10px;
	padding-left: 50px;
	border: 1px transparent solid;
	background: url(../images/qa.png) no-repeat left center;
	background-position: 10px;
}
.tlt03 > a:hover{
	border: 1px #5d1073 solid;
	background-color: #FFF;
}

.tlt03 span{
	font-weight:bold;
	font-size:14px;
}

.text01 {
}
.text01 {
	position: relative;
	display:block;
	vertical-align:top;
	margin-bottom: 10px;
	position: relative;
}

.text01 p {
	font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
	color:#5b5b5b;
	padding:10px 10px;
	text-align:justify;
}
.text01 p img{
	border: 7px #fbfef7 solid;
	box-shadow: 0px 0px 0px 1px #d1cfc3;
}
	
/*nav*/
.nav {
	margin-bottom:20px;
	position: relative;
}

.nav ul {	
	display:block;
	padding: 10px 0 18px 0;
	background-color: #b3b3b3;
}
.nav ul li {
	display:block;
	margin: 5px 10px;
}

.nav ul li a {
	display:block;
	font-size:12px;
	color:#000;
	padding:10px 0;
	padding-left: 10px;
	text-transform:uppercase;
	box-shadow:inset 1px 1px 1px #000;
	background-color: #E3E5E4;
	
}
.nav ul li a:hover {
	color: #FFF;
	background-color: #3c6806;
}


/*NEWS AND UPDATES*/
#News{
	padding: 20px 0 1px 0;
	/*!  */
	/*! background: #272731; */
	/*! background: -webkit-radial-gradient(circle,#FEBB48, #E7A83D, #E19B23); */
	/*! background: -o-radial-gradient(circle,#FEBB48, #E7A83D, #E19B23); */
	/*! background: -moz-radial-gradient(circle,#FEBB48, #E7A83D, #E19B23); */
	/*! background: radial-gradient(circle,#FEBB48, #E7A83D, #E19B23); */
	min-width: 1000px;
	margin-top: 50px;
}
.new {
	margin-bottom:20px;
	position: relative;
	text-align: center;
	
	list-style: none;
}


.new > .newslink {
	text-align:center;
	display: inline-block;
}
.new > .newslink > div { 
	margin: 0 auto; 
}
.newslink > li > a > span {
	display:block;
	font-size: 14px;
	color:#FFF;
	font-weight: bold;
	line-height:normal;
	letter-spacing:normal;
	margin-bottom:10px;
	padding-bottom: 5px;
	border-bottom: 1px #FFF solid;
	text-decoration:none;
}
.newslink > li{
	margin-top:20px;
		display: inline-block;
}

.newslink > li > a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFF6E9;
	width: 300px;
	padding:150px 0;
	background: url(../images/newsbg.png) no-repeat center;
}
.newslink > li a:hover{
		background: url(../images/newsbg_hover.png) no-repeat center;
}
/*experience */

.experience {
	width:250px;
	position:absolute;
	right: 5px;
	top: 5px;
	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 0;
	padding-left: 20px;
	background:rgba(0, 0, 0, 0.5) url(../images/exp.png) no-repeat left center;
	background-position: 10px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
  zoom: 1;

}
.experience > ul > li > a:hover {
	background-color:#000;
}
/*blogpart*/
.Blogs{
	/*! background: RGBA(230, 231, 235, 0.03); */
	padding: 10px
}
.blogpart {
	/*! margin-bottom:20px; */
	/*! position: relative; */
	text-align: center;
	
	margin-top: 10px;
}

.blogpart img{
}
.blogpart .blog:first-child{
	/*! border-bottom: 5px #fbd05f solid; */
}
.blogpart .blog:nth-child(2){
	/*! border-bottom: 5px #ff7175 solid; */
}
.blogpart .blog:last-child{
	/*! border-bottom: 5px #aad063 solid; */
}
.blogpart > .blog {
	text-align:center;
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
	width: 280px;
	margin: 0 10px;
	min-height: 308px;
	background: RGBA(230, 231, 235, 0.03);
	padding: 20px 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:#000;
	padding:10px 10px 10px 35px;
	margin:0 10px;
	font-size:12px;
	border-radius: 5px;
	background:#c5c5c5 url(../images/back.png) no-repeat left center;
	background-position: 10px;
	transition: all .20s linear;
}
.link01 > li a:hover{
	background-color:#b3b3b3;
	padding-left: 20px;
	background-position: -20px;
}
.link01 > li a:before {
	content:
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
.link01 > li a:hover:before {
}

/*Sitemap links*/
.con-nav {
	display:block;
	padding-bottom: 20px;
}
.con-nav > ul {}

.con-nav > ul > li {
	display:block;
	margin: 0 10px;
	padding: 3px 0;
}
.con-nav > ul > li > a {
	display:block;
	color:#000;
	border-radius: 5px;
	padding:10px 10px 10px 40px;
	font-size:12px;
	background:#b3b3b3 url(../images/link_hover.png) no-repeat left center;
	background-position: 10px;
}
.con-nav > ul > li > a:hover {
	background-color:#a5a5a5;
	
	
}
.con-nav > ul > li > a:before {
	font-size:25px;
	margin:0 10px;
	display:inline-block;
	vertical-align:middle;
}
.con-nav > ul > li > a:hover:before {
}

/*sitemap*/

.sitemap{
	position:absolute;
	top:25px;
	right:0px;	
}
.sitemap > ul{
	color: #FFF;
	font-size: 0;
	letter-spacing: 0;
}
.sitemap img{
	margin-right: 10px;
	vertical-align: middle;
}

.sitemap > ul > li{
	padding:10px 0;
	display: inline-block;
	*display:inline;
	zoom:1;
}
.sitemap > ul > li > a{
	padding:10px 10px;
	font-size:12px;
	color:#333;
}
.sitemap > ul > li > a:hover {
	background-color: #595f72;
	color: #FFF;
}

/*footer*/
#footer {
	clear:both;
	background: url(../images/fbg.png) no-repeat center;
	background-size: cover;
}

#footer > .container {
	padding:10px 0;
}
.FNav {
}
.FNav > ul {
	font-size: 0;
	letter-spacing: 0;
	margin:10px 0;
	display:block;
	color:#f9f9f9;
	text-align:center;
}
.FNav > ul > li {
	display:inline-block;
	*display:inline;
	zoom:1;
	padding: 5px 2px;
	margin-bottom: 15px;
}
.FNav > ul > li:first-child {
	border: 0;
}
.FNav > ul > li > a {
	font-size: 13px;
  color: #FFF;
	padding: 8px 15px;
	border-radius: 5px;
	transition: all .20s ease-in;
	border: 1px transparent solid;
}
.FNav > ul > li > a:hover {
	border: 1px #FFF solid;
}

.FNav > ul > li > a:before {
	font-size:15px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}
.FNav > ul > li > a:hover:before {
	
}


.copy {
	display:block;
	color:#959595;
	font-size:13px;
	padding:10px 0;
	text-align:center;
}

.sitemap_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.sitemap_nav li {
	font-size: 13px;
	line-height: 40px;
}

.sitemap_nav li a {
	color: #5b5b5b;
	text-decoration: underline;	
}


