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

/*-- =================================================
	基本レイアウト
================================================== --*/

/*　Wrapper　*/
.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.cb-header img.menu_logo {
	float: left;
	margin-top: 10px;
}


/*スライドダウン*/
.slide-down {
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: 0s;
  top: 0;/*トップからの表示する位置*/
}

@keyframes slideDown {
  0% {
    top: -16px;/*表示するスピード*/
  }
  100% {
    top: 0;
  }
}

/*スライドアップ*/
.slide-up {
  animation-name: slideUp;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50%  0;
  animation-duration: 0s;
  top: -70px;
}

@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -70px;
  }
}

/*-- =================================================
	HEAD 레이아웃
================================================== --*/
header {
  width: 100%;
}

/*  HEAD RECRUIT  */
.head_line_back {
	clear: both;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #2a2e88;
}

.head_line {
	font-size: 146.5%;
	font-family: GulimChe, Gulim, GungsuhChe, Gungsuh, Batang, BatangChe, sans-serif;
	text-shadow: -1px -1px 2px rgba(255,255,255,0.5), 1px 1px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: -1px -1px 2px rgba(255,255,255,0.5), 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: -1px -1px 2px rgba(255,255,255,0.5), 1px 1px 2px rgba(0,0,0,0.5);
	font-weight: bold;
}

.head_line_text {
	float: left;
}

/*  HEADER 그룹  */
.header_group {
	width: 100%;
	height: 150px;/*HEAD의 높이*/
	/*margin-bottom: 20px;*/
	background: url(../../images/head/mizutama.png) repeat-x;
}

/*  ヘッダーのh1テキスト  */
.header_h1 h1 {
	float: left;
	width: 100%;
	font-size: 93%;
	color:#333;
	padding-top: 5px;
	/*margin-bottom: 10px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*  ヘッダーのロゴ  */
.header_logo {
	clear: both;
	float: left;
	margin-top: 25px;
	width: 250px;
	height: 70px;
	margin-right: 80px;
}

/*  ヘッダーのイメージ  */
.h_image1 {
	float: left;
	margin-top: 25px;
	width: 410px;
	height: 90px;
	/*background: url(../images/head/head_image1.png) no-repeat;*/
}

.chuui {
	width: 410px;
	height: 95px;
	text-align: center;
}

.chuui a {
	float: left;
	display: block;
	width: 410px;
	height: 95px;
	line-height: 95px;
	color: #f00;
	font-size: 153.9%;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*margin-left: 250px;*/
	/*margin-top: 70px;*/
}

.chuui a:hover {
	display: block;
	width: 410px;
	height: 95px;
	color: #333;
}

/*  ヘッダーのお問合わせ  */
.header_contact {
	float: right;
	width: 220px;
	height: 80px;
	margin-top: 30px;
	background: #2a2e88;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

p.h_contact_text {
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 7px;
	font-weight: bold;
}


p.request_button a {
	display: block;
	width: 200px;
	height: 40px;
	color: #2a2e88;
	font-size: 116%;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	background: #fff;
	margin: 0px auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.request_button a:hover {
	color: #09c;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

/*-- =================================================
	メインメニュー
================================================== --*/
.menu {
	clear: both;
	width: 100%;
	height: 47px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f9fe+0,d6f0fd+100;White+3D+%232 */
background: rgb(242,249,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	border-top: solid 1px #ccc;
	border-bottom : solid 2px #ccc;
	/*-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.menu ul li {
	float: left;
	width: 196px;
	height: 50px;
	line-height: 50px;
}

.menu ul li.menu_line {
	width: 1px;
	/*width: 245px;*/
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	margin-right: 1px;
	color: #999;
}

.menu ul li.menu_item a {
	display: block;
	/*width: 245px;*/
	height: 47px;
	margin-left: 4px;
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.3s linear 0s;
}

.menu ul li.menu_item a:hover {
	color: #e60012;
	/*background: #EBEBEB;*/
	background: #EAFFFF;
	/*color: #fff;*/
	border-bottom: solid 3px #e60012;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.1s linear 0s;
}

.menu ul li.menu_item2 a {
	float: left;
	display: block;
	/*width: 200px;*/
	height: 47px;
	margin-left: 4px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.3s linear 0s;
}

.menu ul li.menu_item2 a:hover {
	color: #e60012;
	/*background: #EBEBEB;*/
	background: #EAFFFF;
	/*color: #fff;*/
	border-bottom: solid 3px #e60012;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.1s linear 0s;
}

.menu ul li.menu_choice {
	/*width: 237px;*/
	height: 47px;
	margin-left: 4px;
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	color: #e60012;
	border-bottom: solid 3px #e60012;
}

/*-- =================================================
	メインナビケーション
================================================== --*/

/*#nav {
	width: 100%;
	height: 310px;
	background: #FCF;
}*/

.navi_haikei {
	clear: both;
	width: 100%;
	height: 403px;
	padding: 10px 0px;
	text-align: center;
	background: url(../images/top/bg_container.gif) repeat;
	/*border-top: solid 3px #ccc;*//*ナビケーションの上の罫線*/
	border-bottom: solid 3px #ccc;/*ナビゲーションの下の罫線*/
}

.main_navi {
	padding: 10px 0px;
}

.navi_frame01 {
	width: 1000px;
	height: 450px;
	background-color: #fff;
	margin: 10px auto;
	/*padding: 5px;*/
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	box-shadow: 0 0 4px #333;
}

.under_line {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #ccc;
}

.navi_haikei {
	clear: both;
	background: url(../../images/top/bg_container.gif) repeat;
	/*border-top: solid 3px #ccc;*//*ナビケーションの上の罫線*/
	border-bottom: solid 3px #ccc;/*ナビゲーションの下の罫線*/
	margin-bottom: 50px;
}

/*-- =================================================
	メインフレームのレイアウト
================================================== --*/

.box1 {
	margin-top: 60px;
	width: 1000px;
	/*height:500px;*/
}

.box1_text1 {
	text-align: center;
	margin-bottom: 20px;
	color: #f00;
	font-size: 21px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.box1_text1 .small {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.box1_text2 {
	text-align: center;
	margin-bottom: 100px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #26292e;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.box1_hline1 {
	width: 2px;
	height: 250px;
	margin: 0px 0px 100px 498px;
	background-image: url(../images/top/h_line1.png);
}

.title_grp {
	width: 1000px;
	margin: auto 0px 50px;
	
}

.title_grp img {
	float: left;
	margin-left: 300px;
}

.title_grp p.stitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	padding-top: 35px;
}

.title_grp p.manual {
	width: 1000px;
	/*height: 50px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #333;
}


.tatasi_gaki {
	width: 1000px;
	height: 30px;
	text-align: center;
	clear: both;	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f00;
	line-height: 30px;
}

.tatasi_gaki {
	width: 1000px;
	height: 30px;
	text-align: center;
	clear: both;	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f00;
	line-height: 30px;
}

.pdf {
	width: 1000px;
	height: 30px;
	text-align: center;
	clear: both;	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3058b0;
	line-height: 30px;
}

.pdf a {
	color: #333;
}

.pdf a:hover {
	color: #F00;
}

.mogabi_image8 {
	margin-bottom: 100px;
}

.lineup_box {
	width: 1000px;
	/*height:750px;*/
	text-align: center;
	margin-bottom: 30px;
}

/*-- =================================================
	動画
================================================== --*/
.movie_box {
	width: 1000px;
	height: 430px;
	/*border: solid 1px #333;*/
	/*margin-bottom: 30px;*/
}

.movie_title1 {
	width: 1000px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	background-color: #333;
	padding-top: 10px;
	margin-bottom: 30px;
}

.movie_title2 {
	width: 950px;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 26px;
	padding-top: 10px;
	padding-left: 50px;
	margin-bottom: 30px;
}

.movie_title3 {
	width: 500px;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	/*padding-left: 50px;*/
	margin-bottom: 30px;
}

.movies01 a {
	display: block;
	width: 900px;
	height: 320px;
	margin-left: 100px;
	background: url(../images/movies01.png) no-repeat;
}

.movies01 a:hover {
	display: block;
	width: 1000px;
	height: 320px;
	margin-left: 100px;
	background: url(../images/movies01_on.png) no-repeat;
}


.movies01_1 a {
	display: block;
	width: 900px;
	height: 320px;
	margin: 0px auto;
	background: url(../images/string_change.png) no-repeat;
}

.movies01_1 a:hover {
	display: block;
	width: 900px;
	height: 320px;
	margin: 0px auto;
	background: url(../images/string_change_on.png) no-repeat;
}

.movies02 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies02.png) no-repeat;
}

.movies02 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies02_on.png) no-repeat;
}

.movies03 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies03.png) no-repeat;
}

.movies03 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies03_on.png) no-repeat;
}

.movies04 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies04.png) no-repeat;
}

.movies04 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies04_on.png) no-repeat;
}

.movies05 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies05.png) no-repeat;
}

.movies05 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies05_on.png) no-repeat;
}

.movies06 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies06.png) no-repeat;
}

.movies06 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies06_on.png) no-repeat;
}

/*.movies07 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies07.png) no-repeat;
}

.movies07 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies07_on.png) no-repeat;
}

.movies08 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies08.png) no-repeat;
}

.movies08 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies08_on.png) no-repeat;
}*/

.movies09 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies09.png) no-repeat;
}

.movies09 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies09_on.png) no-repeat;
}


.movies10 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies10.png) no-repeat;
}

.movies10 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies10_on.png) no-repeat;
}

.movies11 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies11.png) no-repeat;
}

.movies11 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies11_on.png) no-repeat;
}

.movies12 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies12.png) no-repeat;
}

.movies12 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies12_on.png) no-repeat;
}


.movies12 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies12.png) no-repeat;
}

.movies12 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies12_on.png) no-repeat;
}

.movies13 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies13.png) no-repeat;
}

.movies13 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies13_on.png) no-repeat;
}

.movies14 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies14.png) no-repeat;
}

.movies14 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies14_on.png) no-repeat;
}

.movies15 a {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies15.png) no-repeat;
}

.movies15 a:hover {
	display: block;
	width: 1000px;
	height: 400px;
	margin-left: 100px;
	background: url(../images/movies15_on.png) no-repeat;
}

.movies16 a {
	display: block;
	width: 1000px;
	height: 350px;
	margin-left: 100px;
	background: url(../images/movies16.png) no-repeat;
}

.movies16 a:hover {
	display: block;
	width: 1000px;
	height: 350px;
	margin-left: 100px;
	background: url(../images/movies16_on.png) no-repeat;
}


.movies17 a {
	display: block;
	width: 800px;
	height: 400px;
	margin-right: 100px;
	margin-left: 100px;
	background: url(../images/movies17.png) no-repeat;
}

.movies17 a:hover {
	display: block;
	width: 800px;
	height: 400px;
	margin-right: 100px;
	margin-left: 100px;
	background: url(../images/movies17_on.png) no-repeat;
}

.movies18 a {
	display: block;
	width: 800px;
	height: 400px;
	margin-right: 100px;
	margin-left: 100px;
	background: url(../images/movies18.png) no-repeat;
}

.movies18 a:hover {
	display: block;
	width: 800px;
	height: 400px;
	margin-right: 100px;
	margin-left: 100px;
	background: url(../images/movies18_on.png) no-repeat;
}

.package1_title {
	width: 1000px;
	height: 50px;
	line-height: 55px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	background-color: #f00;
	/*padding-top: 10px;*/
	margin-top: 100px;
}

.package1_title3 {
	width: 1000px;
	height: 50px;
	line-height: 55px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	background-color: #333;
	/*padding-top: 10px;*/
	margin-top: 100px;
}

.package1_title4 {
	width: 1000px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	background-color: #333;
	margin-bottom: 20px;
}

.lineup_box_b2 {
	margin-bottom: 10px;
	text-align:center;
}


.lineup_box_b3 img {
	width: 1000px;
	margin: 0px auto 50px;
}


.manual_title {
	width: 900px;
	margin-left: 100px;
	margin-bottom: 10px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	font-weight: bold;
}

.manual_txt {
	width: 900px;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #333;
	margin-left: 100px;
	margin-bottom: 100px;
	font-size: 16px;
	line-height: 30px;
}

.q_a_title {
	width: 900px;
	margin-left: 100px;
	margin-bottom: 10px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	font-weight: bold;
}

.q_a_txt {
	width: 900px;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #333;
	margin-left: 100px;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 30px;
}

p.mogabi_image8 {
	width: 1000px;
	margin: 0px auto 250px;
	
}

.mogabi_image9 {
	width: 700px;
	width: 1245px;
	margin: 0px 0px 80px 150px;
}

/*.mogabi_image9 img {
	width: 700px;
	height:1245px;
	margin: 0px 0px 80px 150px;
}
*/
p.text_93 {
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
}


/*　　　　フッター　　　　*/

footer {
	width: 100%;
	background-color: #E5E5E5;
}

.f_info {
	padding: 10px 0px;
}

.f_logo a {
	float: left;
	display: block;
	width: 100px;
	height: 53px;
	background:url(../../images/temp/mjapan_logo_f.png) no-repeat;
	margin-top: 10px;
	margin-right: 60px;
	/*margin-left: 50px;*/
}

.f_text {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.f_group1 {
	float: left;
	margin-right: 80px;
}

ul.f_group2 {
	float: left;
}

ul.f_group3 {
	float: right;
}

.f_menu_bar {
	width: 100%;
	height: 35px;
	background-color: #333;
}

.f_menu_line {
	float: left;
	color: #fff;
}

.f_menu_l {
	float: left;
	width: 600px;
	height: 35px;
	line-height: 35px;
}

.f_copyright {
	/*float: right;*/
	width: 1000px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
}

ul li.f_menu_line {
	float: left;
	width: 3px;
	height: 35px;
	color: #fff;
}

ul li.f_menu_title a {
	float: left;
	display: block;
	width: 100px;
	height: 35px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	font-family: Batang, BatangChe;
}

ul li.f_menu_title a:hover {
	color: #0FF;
	-webkit-transition: all 2.0s linear 0s;
	-moz-transition: all 2.0s linear 0s;
	-ms-transition: all 2.0s linear 0s;
	-o-transition: all 2.0s linear 0s;
	transition: all 2.0s linear 0s;
}



/*　　　　ページのトップへ　　　　*/
#page-top {
	position: fixed;
	bottom:0;
	right: 0;
}

#page-top a {
	display: block;
	width: 50px;
	height: 40px;
	padding-top:10px;
	line-height:15px;
	border:solid 1px #ccc;
	text-align: center;
	font-weight:bold;
	font-size:85%;
	color: #fff;
	border: solid 2px #ffffff;
	text-shadow: -1px -1px 2px rgba(255,255,255,0.5), 1px 1px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: -1px -1px 2px rgba(255,255,255,0.5), 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: -1px -1px 2px rgba(255,255,255,0.5), 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;	
	background: -moz-linear-gradient(top, #608ddb 0%, #1a4793 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#608ddb), 	color-stop(100%,#1a4793)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #608ddb 0%,#1a4793 100%); 	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #608ddb 0%,#1a4793 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #608ddb 0%,#1a4793 100%); /* IE10+ */
	background: linear-gradient(top, #608ddb 0%,#1a4793 100%); /* W3C */
	transition: all 1s 0.5inear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
}

#page-top a:hover {
	color:#FF0;
	background:#547fce;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	transition: all 0.5s inear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
}
