@charset "utf-8";
/**************************************************************************************************/
/* for PC */
/*******/
.vpc { 
	display: block;
}
.vtb {
	display: none;
}
.vsp { 
	display: none;
}
.vPT {
	display: block;
}
.vTS {
	display: none;
}
/*******/
body {
	font: 15px/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* RESET */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
img, a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
/*************************************************/
/* LINK */
/* 通常リンク */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #5B3386;
}
a:hover {
	color: #999
}
a:active {
	color: #999;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/*************************************************/
/* H */
h1 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 120%;
	margin: 20px 0;
}
h2 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 150%;
	margin: 20px 0 40px 0;
	padding: 12px 30px 0 46px;
	color: #222;
	border-bottom: 1px solid #000;
	text-align: left;
}
/***/
h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif, ;
	background: url(../images/iH.png) no-repeat left 50%;
	background-size: 16px 16px;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 20px 0;
	padding: 0 0 0 23px;
	color: #333;
}
h4 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin: 0 0 10px 0;
	color: #633;
}
h5 {
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin: 10px 0 3px 0;
	color: #000;
}
.textS {
	font-size: 90%;
}
.textSS {
	font-size: 80%;
}
.textRed {
	color: #962900;
}
.textNavy {
	color: #2656B7;
}
.textGray {
	color: #666;
}
.textWhite {
	color: #FFF;
}
.textBlack {
	color: #000;
}
/* FLOAT */
.flLeft {
	float: left;
}
.flRight {
	float: right;
}
/* Text Align */
.anLeft {
	text-align: left;
}
.anRight {
	text-align: right;
}
.anCenter {
	text-align: center;
}
/* Margin */
.mT5 {
	margin-top: 5px;
}
.mT10 {
	margin-top: 10px;
}
.mT15 {
	margin-top: 15px;
}
.mT20 {
	margin-top: 20px;
}
.mT30 {
	margin-top: 30px;
}
.mT40 {
	margin-top: 40px;
}
.mT50 {
	margin-top: 50px;
}
.mT60 {
	margin-top: 60px;
}
.mT80 {
	margin-top: 80px;
}
.mT100 {
	margin-top: 100px;
}
.mT150 {
	margin-top: 150px;
}
.mT200 {
	margin-top: 200px;
}
.mB5 {
	margin-bottom: 5px;
}
.mB10 {
	margin-bottom: 10px;
}
.mB15 {
	margin-bottom: 15px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB50 {
	margin-bottom: 50px;
}
.mB60 {
	margin-bottom: 60px;
}
.mB100 {
	margin-bottom: 100px;
}
.mL5 {
	margin-left: 5px;
}
.mL10 {
	margin-left: 10px;
}
.mL15 {
	margin-left: 15px;
}
.mL20 {
	margin-left: 20px;
}
.mL30 {
	margin-left: 30px;
}
.mL40 {
	margin-left: 40px;
}
.mL50 {
	margin-left: 50px;
}
.mL60 {
	margin-left: 60px;
}
.mR5 {
	margin-right: 5px;
}
.mR10 {
	margin-right: 10px;
}
.mR15 {
	margin-right: 15px;
}
.mR20 {
	margin-right: 20px;
}
.mR30 {
	margin-right: 30px;
}
.mR40 {
	margin-right: 40px;
}
.mR50 {
	margin-right: 50px;
}
.mR60 {
	margin-right: 60px;
}
/* Padding */
.pT5 {
	padding-top: 5px;
}
.pT10 {
	padding-top: 10px;
}
.pT15 {
	padding-top: 15px;
}
.pT20 {
	padding-top: 20px;
}
.pT30 {
	padding-top: 30px;
}
.pB5 {
	padding-bottom: 5px;
}
.pB10 {
	padding-bottom: 10px;
}
.pB15 {
	padding-bottom: 15px;
}
.pB20 {
	padding-bottom: 20px;
}
.pB30 {
	padding-bottom: 30px;
}
/* Widhサイズ */
.w1 {
	width: 1px;
}
.w30 {
	width: 30px;
}
.w40 {
	width: 40px;
}
.w50 {
	width: 50px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
.w80 {
	width: 80px;
}
.w90 {
	width: 90px;
}
.w100 {
	width: 100px;
}
.w120 {
	width: 120px;
}
.w122 {
	width: 122px;
}
.w140 {
	width: 140px;
}
.w160 {
	width: 160px;
}
.w180 {
	width: 180px;
}
.w200 {
	width: 200px;
}
.w220 {
	width: 220px;
}
.w240 {
	width: 240px;
}
.w260 {
	width: 260px;
}
.w280 {
	width: 280px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w490 {
	width: 490px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.w800 {
	width: 800px;
}
.w900 {
	width: 900px;
}
.w10pc {
	width: 10%;
}
.w20pc {
	width: 20%;
}
.w30pc {
	width: 30%;
}
.w40pc {
	width: 40%;
}
.w50pc {
	width: 50%;
}
.w60pc {
	width: 60%;
}
.w70pc {
	width: 70%;
}
.w80pc {
	width: 80%;
}
.w90pc {
	width: 90%;
}
.w100pc {
	width: 100%;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	display: block;
	zoom:1;
}
* html .clearfix {
	height: 1%;
}
/*************************************************/
/* HEADER */
#header {
	width: 100%;
	height: 100px;
	padding: 0 0;
	margin: 0 0 0 0;
	line-height: 100%;
}
/* header Logo */
#header h1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Century Gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
#header h1 img {
	width: 260px;
	height: 75px;
}
#header h1 img.logoT {
	width: 400px;
	height: auto;
}
#header a {
	text-decoration: none;
	color: #000;
}
#header a:hover {
	opacity: 0.8;
}
/* HEADER MENU */
.nav {
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
	height: 100%;
	float: right;
	z-index: 90;
	background: #000;
	width: 30%;
}
.nav ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block ;
	text-align: left;
}
.nav ul li {
	display: block;
	padding: 15px 2px 15px 24px;
	text-align: left;
	overflow: hidden;
	font-size: 17px;
	line-height: 110%;
	vertical-align: top;
	min-width: 50px;
}
.nav ul li a {
	color: #FFF;
}
.nav ul li:hover {
	filter:	alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*************************************************/
/* footer */
#footer {
	position: absolute;
	background: #402860;
	width: 98%;
	padding: 3px 1% 30px 1%;
	margin: 0;
}
#footer p {
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
.footer-topF {
	position: absolute;
	width: 98%;
	padding: 3px 1% 30px 1%;
	margin: 0;
	text-align: center;
}
.footer-topF p {
	font-size: 12px;
	text-align: center;
	color: #000;
}
/*******************/
/* black-box */
/*.black-box {
	position: ;
	top: 0;
	bottom: 0;
	width: 30%;
	left: 70%;
	height: 100%;
	background: #CCC;
	z-index: 1;
}*/
/*************************************************/
/* このページの上へ */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	z-index: 98;
}
#page-top a {
	background: #333 url(../images/iPagetop.png) no-repeat 50% 20%;
	background-size: 22px 27px;
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	border-radius: 6px;
	display: block;
	opacity: 0.8;
}
#page-top a:hover {
	background: #666 url(../images/iPagetop.png) no-repeat 50% 10%;
	background-size: 22px 27px;
	opacity: 0.5;
}
/*************************************************/
/* CONTAINER */
.container {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* CONTENT */
.content {
	padding: 0 0;
	text-align: left;
	min-height: 300px;
}
.content a img:hover {
	opacity: 0.8;
}
.p10 {
	padding: 0 10px;
}
.p15 {
	padding: 0 15px;
}
.p20 {
	padding: 0 20px;
}
/**************************/
/************************** TOP **************************/
/*** TITLE ***/
/* TOP */
.black-box-top {
	background: #FFF url(../images/pTop5.jpg) no-repeat;
	background-size: 100% auto;
	width: 100%;
}
.topTitle {
	text-align: left;
	padding: 0 0 0 4%;
	margin: 200px 0 0 0;
	float: left;
	height: 100px;
	width: 62%;
}
.topTitle h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 45px;
	line-height: 150%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	border-bottom: none;
}
.topTitle p {
	font-size: 18px;
	color: #000;
	line-height: 140%;
}
/*** English Button for PC ***/
.toEng {
	position: fixed;
	top: 0;
	right: 0;
	width: 79px;
	height: 300px;
}
.toEng a img {
	width: 79px;
	height: 300px;
	border: none;
}
.toEng a:hover img {
	width: 79px;
	height: 300px;
	border: none;
	opacity: 60%;
}
/*** information ***/
.info {
	background: #5B3386;
	height: 200px;
	width: 67%;
	position: absolute;
	top: 500px;
	right: 0;
	left: 33%;
	opacity: 80%;
	z-index: 98;
	padding: 20px 20px;
}
.info dl {
	width: 94%;
	height: 90%;
	overflow-y: auto;
	overflow-x: hidden;
}
.info dl dt {
	color: #CECEBE;
	background: url(../images/iRed.png) no-repeat 0 50%;
	background-position: left;
	background-size: 10px 10px;
	padding-left: 16px;
	font-weight: bold;
}
.info dl dd {
	color: #FFF;
	padding-left: 16px;
	margin-bottom: 10px;
}
/*******************/

/* 区切り線 */
div.line {
	height: 1px;
	border-bottom: 1px dotted #999;
	margin: 50px 0;
}

/* personal profile Last */
div.personalLast {
	height: 1px;
	margin-top: 100px;
}

/**************************************************************************************************/
/* TB */
@media only screen and (max-width: 980px) and (orientation: landscape) {
  /* Portraitモード（縦向き）用 */
	.container {
		min-height: ;
		max-height: ;
	}
}
@media only screen and (max-width: 980px) and (orientation: portrait) {
  /* Portraitモード（縦向き）用 */
	.container {
		min-height: ;
		max-height: ;
	}
}

@media only screen and (max-width: 980px) {
/*******/
	.vpc { 
		display: none;
	}
	.vtb {
		display: block;
	}
	.vsp { 
		display: none;
	}
	.vPT {
		display: block;
	}
	.vTS {
		display: block;
	}
/*******/
	body {
		width: 100%;
	}
/*******************/
/* H */
	h1 {
		font-weight: 500;
		font-size: 20px;
		line-height: 120%;
		margin: 22px 0;
		text-align: center;
	}
/*******************/
/* HEADER */
/* header Logo */
	#header h1 {
		margin: 0 0 0 0;
		color: #000;
		font-size: 11px;
		font-weight: normal;
	}
	#header .hMenu {
		margin: -15px 2px 0 0;
	}
	#header .hMenu ul li.buttonS img {
		margin: 8px 15px 0 15px;
	}
	/* HEADER MENU */
	.nav {
		padding: 10px 0;
		margin: 0;
		text-align: center;
		height: 40px;
	}
	.nav ul {
		width: 100%;
		text-align: center;
	}
	.nav ul li {
		padding: 12px 3px 15px 20px;
		font-size: 16px;
		min-width: auto;
	}
	.nav ul li a {
		font-weight: 300;
	}
/*************************************************/
/* このページの上へ */
	#page-top a:hover {
		opacity: 0.8;
	}
/*************************************************/
	.container {
		width: 100%;
	}
	.content {
		width: 98%;
		padding: 0 1%;
	}
	.content a img:hover {
		opacity: 1;
	}
	.p10 {
		padding: 0 10px;
	}
	.p15 {
		padding: 0 15px;
	}
	.p20 {
		padding: 0 20px;
	}
/*************************************************/
/*** TITLE ***/
/* TOP */
	.topTitle img {
		width: 100%;
		height: auto;
	}
	.imgSP {
		width: 100%;
		height: auto;
	}
/*******************/
	.mL5 {
		margin-left: 0;
	}
	.mL10 {
		margin-left: 0;
	}
	.mL15 {
		margin-left: 0;
	}
	.mL20 {
		margin-left: 0;
	}
	.mL30 {
		margin-left: 0;
	}
	.mL40 {
		margin-left: 0;
	}
	.mL50 {
		margin-left: 0;
	}
	.mL60 {
		margin-left: 0;
	}
	.mR5 {
		margin-right: 0;
	}
	.mR10 {
		margin-right: 0;
	}
	.mR15 {
		margin-right: 0;
	}
	.mR20 {
		margin-right: 0;
	}
	.mR30 {
		margin-right: 0;
	}
	.mR40 {
		margin-right: 0;
	}
	.mR50 {
		margin-right: 0;
	}
	.mR60 {
		margin-right: 0;
	}
/* toppage */
.topTitle h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 150%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	border-bottom: none;
}
.topTitle p {
	font-size: 16px;
	color: #000;
	line-height: 140%;
}
/*** Page-top ***/
#page-top a {
	background: #666 url(../images/iPagetop.png) no-repeat 50% 20%;
	background-size: 22px 27px;
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	border-radius: 6px;
	display: block;
	opacity: 0.8;
}
#page-top a:hover {
	background: #666 url(../images/iPagetop.png) no-repeat 50% 20%;
	background-size: 22px 27px;
	opacity: 0.8;
}

}
/**************************************************************************************************/
/* SP */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Portraitモード（縦向き）用 */
	.container {
		min-height: ;
		max-height: ;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* Portraitモード（縦向き）用 */
	.container {
		min-height: ;
		max-height: ;
	}
}
@media only screen and (max-width: 767px) {
/*******/
	.vpc { 
		display: none;
	}
	.vtb {
		display: none;
	}
	.vsp { 
		display: block;
	}
	.vPT {
	display: none;
	}
	.vTS {
		display: block;
	}
/*******/
	body {
		overflow-x: hidden;
		width: 100%;
	}
/*******/
	a:hover, a:active {
		color:#5B3386;
	}
	a:link, a:visited {
	color: #5B3386;
	}

/*******/
/* H */
	h1 {
		font-weight: 500;
		font-size: 18px;
		line-height: 120%;
		margin: 22px 0 50px 0;
	}
	h2 {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 150%;
		margin: 20px 0 30px 0;
		padding: 12px 5px 0 34px;
		color: #222;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	h3 {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif, ;
		background: url(../images/iH.png) no-repeat left 5px;
		background-size: 14px 14px;
		font-weight: bold;
		font-size: 18px;
		line-height: 140%;
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		color: #333;
	}
/*******/
/* HEADER */
	#header {
		height: 50px;
		border-bottom: none;
		background: #FFF;
	}
/* header Logo */
	#header h1 {
		margin: 0 0 0 0;
		color: #000;
		font-size: 9px;
		font-weight: normal;
	}
	#header h1 img {
		width: 200px;
		height: auto;
		/*margin-top: -6px;*/
	}
	#header h1 img.logoT {
		width: 240px;
		height: auto;
		/*margin-top: -6px;*/
	}
	#header .global_menu {
		float: right;
		padding: 5px 10px 5px 5px;
		margin: 5px 0 0 0;
	}
	#header .global_menu img {
		width: 30px;
		height: 30px;
	}
/* HEADER MENU */
	/*** GLOBALnavi ***/
	#globalNavi {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		display: none;
		background-color: #111;
		filter: alpha(opacity=9);
		-moz-opacity: 0.9;
		opacity: 0.9;
		 filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
		color: #fff;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#globalNavi ul {
		margin: 10px 0;
		padding: 0;
	}
	#globalNavi li {
		text-indent: 0;
		float: left;
		width: 88%;
		margin: 2% 2%;
		padding: 1% 2% 0 4%;
		border: 1px solid #ccc;
		font-size: 14px;
		text-align: center;
		-webkit-text-size-adjust: none;
		line-height: 100%;
		height: 50px;
	}
	#globalNavi li a {
		display: block;
		width: auto;
		height: auto;
		color: #FFFFFF;
		padding: 15px 2%;
	}
	#globalNavi li:hover {
		filter:	alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;	
	}
	.nav {
		background-position: bottom;
		padding: 0 0 0 0;
	}
	.nav ul li.Link {
		display: inherit;
	}
	.nav ul li.home {
		display: inherit;
	}
	.b_list_close {
		margin: 0;
		padding: 15px 0 15px 20px;
		background: #000 url(../images/bMenuSPclose.png) no-repeat 30% 50%;
		background-size: 24px 24px;
	}
/*************************************************/
/* footer */
	#footer {
		background: #402860;
		width: 98%;
		padding: 3px 1% 50px 1%;
		margin: 0;
	}
	#footer p {
		text-align: center;
	}
/*************************************************/
	.container {
		width: 100%;
	}
	.content {
		padding: 0 8px;
		min-height: 200px;
	}
	.p10 {
		padding: 0 10px;
	}
	.p15 {
		padding: 0 10px;
	}
	.p20 {
		padding: 0 10px;
	}
/*************************************************/
/* TOP */
/* TITLE */
	.black-box-top {
		background-image: none;
		background-color: #FFF;
	}
	.topTitleSP {
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.topTitleSP img {
		width: 100%;
		height: auto;
	}
/*** information ***/
	.info {
		background: #5B3386;
		height: 300px;
		width: 96%;
		position: relative;
		top: 80%;
		right: 0;
		left: 0;
		opacity: 80%;
		z-index: 98;
		padding: 2% 2%;
	}
	.info dl {
		width: 96%;
		height: 90%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.info dl dt {
		color: #CECEBE;
		background: url(../images/iRed.png) no-repeat 0 50%;
		background-position: left;
		background-size: 10px 10px;
		padding-left: 16px;
		font-weight: bold;
	}
	.info dl dd {
		color: #FFF;
		padding-left: 16px;
		margin-bottom: 10px;
	}
/* personal profile Last */
	div.personalLast {
		margin-top: 20px;
	}


}