@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:#FF97CC;
}
#header, #GNav, #content, #Footer, #Mv, #wrapper, #News, #Blogs{
	width:100%;
	margin:0 auto;
	min-width:1000px;
}
.container {
	width: 1000px;
}
.imgRight {
	float:right;
}
.imgLeft {
	float:left;
}
strong{
	color:red;
}

/*header*/

#header .container{
	position:relative;
	text-align:left;
	padding-bottom: 10px;
}
#header{
}

.siteTitle {
	z-index:10;
	padding: 20px 0;
}
.siteTitle > a {
	display:inline-block;
	font-size:38px;
	font-weight: bold;
	background:url(../images/logo.png) no-repeat left center;
	padding-left:80px;
	color:#000;
}
.siteTitle > a img {
	vertical-align:middle;
	margin-right: 10px;
}

.topmail{
	position:absolute;
	text-align:right;
	color:#ed4246;
	font-size:15px;
	padding:5px 10px;
	top:-40px;
	right:10px;
}
/* end header*/

/*Gnav*/

#GNav {
	background-color: #f4dfa8;

}

#GNav .container{
	padding:20px 0;
}
.GNavList {
	font-size: 0;
	letter-spacing: 0;
}
.GNavList > li:first-child{

}
.GNavList > ul >li
{
	display: block;
}
.GNavList > li {
	position:relative;
	display:block;
	*display:inline;
	zoom:1;
	z-index:10;
	padding:13px 20px;
}
.GNavList > li > a {
	display:block;
	text-align:left;
	font-size:13px;
	color:#000;
	border-bottom: 1px transparent solid;
}
.GNavList > li > a:hover {
	border-bottom: 1px #000 solid;
}

.GNavList > li > a:before {
	position:absolute;
	bottom:0px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin-right:10px;
	visibility:hidden;
	
}
/*end Gnav*/


/*wrap*/

#content {
}

#content .container {
	border-radius: 5px;
	padding: 10px 0;
}

#content_main .container{
}

#content_main{
}

#wrapLeft, #wrapRight, #mainWrap {
	
}
#wrapLeft {
	width:490px;
	float:left;
}
#wrapRight {
	width:250px;
	float:right;
}
#mainWrap {
	width:1000px;
	float: left;
}


/*h1 and h3*/
#content h1, h2{
	font-size:21px;
	position:relative;
	padding:0 5px 0 5px;
	line-height:60px;
	*min-height:70px;
	color:#000;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	text-transform:uppercase;
	letter-spacing:normal;
	margin-bottom: 5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#abbaab+10,ffffff+90 */
background: rgb(171,186,171); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNhYmJhYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(171,186,171,1) 10%, rgba(255,255,255,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(171,186,171,1)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(171,186,171,1) 10%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(171,186,171,1) 10%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(171,186,171,1) 10%,rgba(255,255,255,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(171,186,171,1) 10%,rgba(255,255,255,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbaab', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}


#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);
}
.news h3 img{
	vertical-align: middle;
}
.news h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 20px;
	line-height:45px;
	*min-height:45px;
	color:#3e3e3e;
	vertical-align: middle
	text-transform:uppercase;
	letter-spacing:normal;
}
.nav h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 20px;
	line-height:45px;
	*min-height:45px;
	color:#3e3e3e;
	vertical-align: middle
	text-transform:uppercase;
	letter-spacing:normal;
}

.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);
}
.blogpart h3 img{
	vertical-align: middle;
	padding-right: 10px;
}
.blogpart h3 {
	font-size:18px;
	position:relative;
	padding:0 5px 0 15px;
	line-height:60px;
	*min-height:70px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:normal;
	margin-bottom: 5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#abbaab+10,ffffff+90 */
background: rgb(171,186,171); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNhYmJhYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(171,186,171,1) 10%, rgba(255,255,255,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(171,186,171,1)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(171,186,171,1) 10%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(171,186,171,1) 10%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(171,186,171,1) 10%,rgba(255,255,255,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(171,186,171,1) 10%,rgba(255,255,255,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbaab', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.h3holder{
	padding: 10px;
	border-radius: 30px;
	background: rgba(200,6,93,1);
	background: -moz-linear-gradient(top, rgba(200,6,93,1) 0%, rgba(140,5,63,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(200,6,93,1)), color-stop(100%, rgba(140,5,63,1)));
	background: -webkit-linear-gradient(top, rgba(200,6,93,1) 0%, rgba(140,5,63,1) 100%);
	background: -o-linear-gradient(top, rgba(200,6,93,1) 0%, rgba(140,5,63,1) 100%);
	background: -ms-linear-gradient(top, rgba(200,6,93,1) 0%, rgba(140,5,63,1) 100%);
	background: linear-gradient(to bottom, rgba(200,6,93,1) 0%, rgba(140,5,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8065d', endColorstr='#8c053f', GradientType=0 );
	zoom:1;
}
/*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, .blog {
}
.text01 {
	position: relative;
	display:block;
	vertical-align:top;
background: #333;
	margin-bottom:  30px;
  zoom: 1;
}
.text01 p {
	font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.05em;
	color:#fff;
	padding:10px 15px;
	text-align:justify;
}
.text01 p img{
	border-radius: 50em;
	padding: 10px;
	background: #FF1B63;
}
	
/*nav*/
.nav {
	margin-bottom: 20px;
  zoom: 1;
	position: relative;
	text-align: center;
}

.nav ul {	
	padding-bottom: 10px;
}


.nav ul li {
	display:inline-block;
}

.nav ul li a {
	display:block;
	*display: inline;
	font-size:12px;
	color:#444;
	width: 205px;
	text-align: center;
	padding:18px 20px;
	background: #fff;
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border: 0px solid #000000;
	text-transform:uppercase;
	-webkit-transition:all .30s ease-in;
	-moz-transition:all .30s ease-in;
	-o-transition:all .30s ease-in;
	-ms-transition:all .30s ease-in;
	transition:all .30s ease-in;
	margin-top: 5px;
background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
background: -webkit-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -o-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -ms-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: linear-gradient(to right, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );


}
.nav ul li a:hover {
color: #fff;
background: transparent linear-gradient(90deg, #FF0084 10%, #33001B 90%) repeat scroll 0% 0%;
}


/*news*/
#News{
	padding: 20px 0;
	
}
.news {
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff); 
  zoom: 1;
	box-shadow:0px 0px 2px #c4c4c4;
}
.news img{
	vertical-align: top;
	text-align: center;
}

.news > ul {
	font-size: 0; 
	letter-spacing: 0;
	text-align: center;
	padding-bottom: 10px;
}
.news > ul > li {
	display:block;
	margin: 5px 10px 5px 10px;
	text-align:left;
}

.news > ul > li > a > span {
	display:block;
	font-size: 14px;
	font-style: italic;
	color:#3e3e3e;
	border-bottom: 1px #3e3e3e solid;
	letter-spacing:normal;
}

.news > ul > li > a {
	display:block;
	font-size: 13px;
	color:#3e3e3e;
	padding: 10px 10px;
	padding-left: 45px;
	background: url(../images/new.png) no-repeat left center;
	background-position: 10px;
	-webkit-transition:all .30s ease-in;
	-moz-transition:all .30s ease-in;
	-o-transition:all .30s ease-in;
	-ms-transition:all .30s ease-in;
	transition:all .30s ease-in;
}
.news > ul > li > a:hover {
	background-color: #FFF;
}
.news > ul > li > a:hover span{
	border-bottom: 1px #93092d solid;
}

/*experience */

.experience {
	width:250px;
	position:absolute;
	left: 0px;
	bottom: 0px;
	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;
	margin-bottom: 7px;
	padding:10px 10px;
	border: 1px transparent solid;
	background:rgba(0, 0, 0, 0.5) url(../images/exp.png) no-repeat left center;
	background-position: 20px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
  zoom: 1;

}
.experience > ul > li > a:hover {
	background-color:#000;
	border: 1px #FFF solid;
}
/*blogpart*/
#Blogs{
	padding: 20px 0;
}
.blogpart {
	position: relative;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff); 
  zoom: 1;
	margin-bottom: 20px;
	
}

.blogpart img{
}
.blogpart{
	font-size: 0;
	letter-spacing: 0;
	text-align: left;
}
.blogpart .blog{
	display:block;
	padding: 20px 10px;
	vertical-align: top;
	margin-top: 10px;
background:#333;

}
.blogpart > .blog > div { 
	margin: 0 auto; 
}

/*back links*/
.link01{
	display:block;
	padding: 10px;
	
}
.link01 > li{
	display:block;
	margin-bottom:10px;
}
.link01 > li a{
	display:block;
	color:#000;
	padding:12px 10px 12px 35px;
	margin:0 10px;
	font-size:12px;
	background:#ccc url(../images/back.png) no-repeat left center;
	background-position: 10px;
}
.link01 > li a:hover{
	color:#fff;
	background-color: #555;
}


/*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:#FFF;
	padding:7px 10px 7px 35px;
	font-size:12px;
	margin-bottom: 5px;
	border: 1px #ebeef3 solid;
	border-radius: 5px;
	background:#e5b05b url(../images/link_hover.png) no-repeat left center;
	background-position: 10px;
}
.con-nav > ul > li > a:hover {
	background-color: #ba8b3e;
}

/*sitemap*/

.sitemap{
	position:absolute;
	bottom:0px;
	right:10px;	
}
.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;
	margin-right: 5px;
}
.sitemap > ul > li > a{
	padding:10px 10px;
	font-size:12px;
	color:#FFF;
	background-color: #000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sitemap > ul > li > a:hover {
	background-color: #76a308;
}

/*footer*/
#Footer {
	clear:both;
	background-color: #FF2F7B;
}

#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: 8px 10px;
	margin-bottom: 10px;
}
.FNav > ul > li > a {
	font-size: 13px;
  color: #333;
	padding:5px  10px;
	border-radius: 2px;
background: #FFD2ED;

}
.FNav > ul > li > a:hover {
color:#fff;
  background: -webkit-linear-gradient(90deg, #ff0084 10%, #33001b 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #ff0084 10%, #33001b 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #ff0084 10%, #33001b 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #ff0084 10%, #33001b 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #ff0084 10%, #33001b 90%); /* W3C */
        
}

.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:#fff;
	font-size:13px;
	padding:10px 0;
	text-align:center;
}


.sitemap_contents {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.sitemap_contents li {
	font-size: 12px;
	line-height: 40px;
}

.sitemap_contents li a {
	color: #fff;
	text-decoration: underline;	
}


