@charset "UTF-8";

/*HTML5リセット*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}




a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/


/*ボックス組汎用クラス*/
.box {
    width: 100%;  
    display: -webkit-box;
    display: -moz-box;
}
	/*補足-boxを指定すると子要素が回り込みます*/

.box_flex1 {
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
}
	/*補足-boxの子要素に指定して下さい。指定するとブラウザ幅いっぱいまで伸縮します。*/


/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.clearfix:after{
	content:"";
	display:block;
	clear:both;
	}
 /* IE8, ModanBrowser */
.clearfix {
	width:100%;
 	overflow:hidden;
} /* clearfix IE 6, 7 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

img {
	border-style:none;
} /*リンク画像の枠線を消すために記述*/

a {
	overflow: hidden;
	outline: none;
	color: #009dd9;
}/* FireFox リンク選択時の点線を消す　*/

a:hover {
	text-decoration: none;
}

body {
	position: relative;
	background-color: #fff;
	line-height: 1.5;
	font-size: 14px;
	color: #505050;
}


h1 {
	font-size: 40px;
	color: #505050;
	margin-top: 45px;
	margin-bottom: 40px;
	text-align: center;
}

h1 a{
	color: #505050;
}

h1 a span{
	font-weight: 100;
	font-size: 25px;
	vertical-align: top;
	line-height: 40px;
}

h1 a:hover{
	text-decoration: none;
	color: #b28850;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 50px;
}

#top_body h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

h3 {
	font-weight: lighter;
}

h4 {
	font-weight: lighter;
}

h5 {
	font-weight: lighter;
}

h6 {
	font-weight: lighter;
}

.none {
	display: none;
}


	/*footer下部固定*/
	html,body{
		width: 100%;
		min-height:100%;
		min-width: 980px;
		-webkit-overflow-scrolling: touch;


		-webkit-text-size-adjust: 100%;
    	-ms-text-size-adjust: 100%;
	}

	#wrap{
		width: 100%;
		overflow:hidden;
		-webkit-overflow-scrolling: touch;
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}

	.continer
	{
		padding-bottom: 88px; /*フッターの高さと同じ*/
	}

	#footer{
		position:absolute;
		bottom: 0;
	}

/*すし大学 開始 ＝＝＝＝＝＝＝＝＝＝*/


#header {
	width: 100%;
	background-color: #fff;
}

.headWap {
	width: 980px;
	margin: 0 auto;
	/*background-color: red;*/
}

#languagesBox{

	position: relative;
}


.popTrg {
	position: relative;
	z-index: 100;
	text-align: right;
	font-size: 23px;
	height: 28px;
	padding-top: 22px;
	margin-right: 70px;
	cursor:pointer; 
	font-weight: bold;
}

.popTrg:hover {
	color: #f54e96;
}

.popbox {
	position: absolute;
	right: 40px;
	top: 20px;
	background:#fff;
	padding: 45px 10px 20px;
	border: 1px #ccc solid;
	width: 280px;
}

.popbox label{
	font-weight: bold;
	font-size: 18px;
}


.popbox select {
    border-color: #e5e5e5;
    height: 40px;
    margin-top: 10px;
    padding: 2px;
    width: 100%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Gナビ */

#Gnavi {
	width: 100%;

	
}

#Gnavi ul{
	width: 980px;
	margin: 0 auto;

	display: box;
	display: -webkit-box;
    display: -moz-box;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#Gnavi li {

	 -webkit-box-flex: 1;
	  box-flex: 1;


	-webkit-flex-grow:1;/*--- safari（PC）用 ---*/
    flex-grow:1;
    text-align: center;
    height: 40px;
}

#Gnavi li a{
	color: #505050;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
}


#Gnavi li.current-menu-item a {
    color: #0bb9fe;

}

#Gnavi .navi_home .current,
#Gnavi .navi_home a:hover {
	color: #b28850;
}

#Gnavi .navi_coursese .current,
#Gnavi .navi_coursese a:hover {
	color: #0bb9fe;
}

#Gnavi .navi_apply .current,
#Gnavi .navi_apply a:hover {
	color: #f7764e;
}


#Gnavi .navi_dictionaly .current,
#Gnavi .navi_dictionaly a:hover {
	color: #36bea0;
}

#Gnavi .navi_about .current,
#Gnavi .navi_about a:hover {
	color: #9e149e;
}



/* The Dropdown Styles */
/* =================== */
/* Hide Dropdowns by Default */
#Gnavi ul ul {
    display: none;
    position: absolute; 

}
/* Display Dropdowns on Hover */
#Gnavi ul li:hover > ul {
    display:list-item;
}
/* Fisrt Tier Dropdown */
#Gnavi ul ul li {
    width:50%;
    float:none;
    position: relative;
    border-bottom:none;
	text-align: left;
	background: #fff;
	margin-left:15px;
}
#Gnavi ul ul li i {
    margin-right:10px;
    }
#Gnavi ul ul li a {
    padding:15px 20px;
    text-align:left;
    }
#Gnavi ul ul ul li {
/* Second, Third and more Tiers */
    position: absolute relative;
    top:-79px;
    left:200px;
}
#Gnavi li > a:after {
	content: '  \f0d7'; 
	
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);	
	padding-left: 5px;



}
#Gnavi > li > a:after {
	
	content: '  \f0d7'; 
	
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);	


 }
 
#Gnavi li > a:only-child:after {content: ''; }





#Gnavi_en {
	width: 100%;

	
}

#Gnavi_en ul{
	width: 850px;
	margin: 0 auto;

	display: box;
	display: -webkit-box;
    display: -moz-box;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#Gnavi_en li {

	 -webkit-box-flex: 1;
	  box-flex: 1;


	-webkit-flex-grow:1;/*--- safari（PC）用 ---*/
    flex-grow:1;
    text-align: center;
    height: 40px;
}

#Gnavi_en li a{
	color: #505050;
	font-weight: bold;
	font-size: 17px;
	line-height: 40px;
}


#Gnavi_en .current {
	cursor: default;
}


#Gnavi_en .navi_home .current,
#Gnavi_en .navi_home a:hover {
	color: #b28850;
}

#Gnavi_en .navi_coursese .current,
#Gnavi_en .navi_coursese a:hover {
	color: #0bb9fe;
}

#Gnavi_en .navi_apply .current,
#Gnavi_en .navi_apply a:hover {
	color: #f7764e;
}


#Gnavi_en .navi_dictionaly .current,
#Gnavi_en .navi_dictionaly a:hover {
	color: #36bea0;
}

#Gnavi_en .navi_about .current,
#Gnavi_en .navi_about a:hover {
	color: #9e149e;
}



/* The Dropdown Styles */
/* =================== */
/* Hide Dropdowns by Default */
#Gnavi_en ul ul {
    display: none;
    position: absolute; 

}
/* Display Dropdowns on Hover */
#Gnavi_en ul li:hover > ul {
    display:list-item;
}
/* Fisrt Tier Dropdown */
#Gnavi_en ul ul li {
    width:40%;
    float:none;
    position: relative;
    border-bottom:none;
	text-align: left;
	background: #fff;
	margin-left:15px;
}
#Gnavi_en ul ul li i {
    margin-right:10px;
    }
#Gnavi_en ul ul li a {
    padding:15px 20px;
    text-align:left;
    }
#Gnavi_en ul ul ul li {
/* Second, Third and more Tiers */
    position: absolute relative;
    top:-79px;
    left:200px;
}
#Gnavi_en li > a:after {
	content: '  \f0d7'; 
	
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);	
	padding-left: 5px;



}
#Gnavi_en > li > a:after {
	
	content: '  \f0d7'; 
	
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);	


 }
 
#Gnavi_en li > a:only-child:after {content: ''; }






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

.container {
	width: 900px;
	margin: 0px auto 0px;
	padding: 15px 40px 128px;
	line-height: 1.5;

/*	background-color: red;*/
/*	padding-bottom: 128px; /*フッターの高さと同じ*/
}


.container .txtWap {
	margin-bottom: 40px;

}

.container .txtWap p {
    font-size: 18px;
    margin-bottom: 40px;
}

/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

#footer {
	width: 100%;
	min-width: 980px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #505050;
	text-decoration: none;
	background-color: #fff;
/*	border-top: solid 1px #727171;*/
}

.footWap {
	width: 980px;
	margin: 0px auto 10px;
	font-size: 14px;
	text-align: center;
}


.footWap a {
	color: #505050;
}



#footer address {
	width: 980px;
	padding-right: 10px;
	margin: 0px auto 0px;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-style: normal;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/


/*白 */
.white {
	color: #fff;
}
/*ピンク */
.pink {
	color: #ff287b;
}
/*ブルー */
.blue {
	color: #00a0e9;
}
/*オレンジ */
.orange {
	color: #f18b1d;
}
/*黄色*/
.yellow {
	color: #ffc103;
}
/*みどり*/
.green {
	color: #56bd36;
}
/*むらさき*/
.purple {
	color: #8d7dfd;
}
/*あいいろ*/
.ai {
	color: #3e408f;
}

.gray {
 	color: #585858;
}
.red {
	 color: #ef1f2c;
}

.red2 {
	 color: #f00;
}




.floatR{
	float: right;
}

.floatL{
	float: left;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sml {
	font-size: 11px;
}


.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}

.genericTXT {
	margin-bottom: 40px;
}

.genericTXT p {
	font-size: 18px;
	margin-bottom: 40px;
}


h2.fca_qc_quiz_title {
color: #7F4428 !important;
}

div.fca_qc_quiz {
max-width: 100% !important;
}

#basicknowledge_block {
padding: 5px;
}

#basicknowledge_block h2 {
margin-top: 40px;
text-align: left;
margin-bottom: 20px;
}

#basicknowledge_block p {
text-align: left;
}

#basicknowledge_block a {
color: #505050;
}

#basicknowledge_block a:hover {
    text-decoration: underline;
}


#middle img {

width: 98%;

    padding-left: 18px;
}


#top_tourist_block {
    margin: 10px;
    padding-left:11px;

}

#top_tourist_block h2 {

text-align: left;


}

.img-sushi-block {
 padding-bottom: 20px!important;
    padding-left: 5px;
}

#top_tourist_block a {
color: #505050;
}

#top_tourist_block a:hover {
    text-decoration: underline;
}

.txtWap h3 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 10px;
}
.txtWap h2{
margin-bottom: 30px;
padding-left: 5px;
}
.solar_calendar_tbl table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.solar_calendar_tbl th, td {
  text-align: left;
  padding: 8px; 
}
.solar_calendar_tbl th, tr,td {
   border: thin solid #95B3D7;
}
.solar_calendar_tbl th {
   background-color: #4F81BD;
   color: #FFFFFF;
}
.solar_calendar_tbl tr:nth-child(even) {background-color: #DBE5F1;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
/*custom =======================================*/
*:focus {
    outline: none;
}
#languagesBox
{
	text-align: right;
	position: relative;
}
#languagesBox .popTrg
{
	display: inline-block;
}
.gc-search
{
	/*display: none;*/
	position: relative;
	height: 40px;
	position: absolute;
	left: 70px;
	top: 32px;
}
.gc-search .btn-gs-search
{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('../png/ic-search.png') no-repeat;
	background-size: 23px 23px;
	cursor: pointer;
}
.gc-search .btn-gs-search.ss-keyword-value
{
	display: none;
}
.ss-search
{
	display: none;
}
.ss-search.open-ss-search
{
	display: block;
}
.ss-search-sp.open-ss-search
{
	display: none !important;
}
.ss-search.ss-search-sp
{
	display: none !important;
}
.ss-search .search-inner
{
	position: relative;
	display: inline-block;
}
.ss-search input
{
	width: 300px;
	padding-right: 30px;
	/*height: 34px;*/
	padding: 4px 30px 5px 5px;
	border: 1px solid #ccc;
}
.ss-search a.close
{
	position: absolute;
	right: 7px;
	color: #a1b9ed;
	cursor: pointer;
	padding: 5px;
	top: 2px;
	font: 27px/13px arial,sans-serif;
	line-height: 17px;
}
.ss-search a.close:hover
{
	color: #3079ed;
}
.ss-search button
{
	padding: 9px 27px;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 5px;
}
.ss-search-container
{
	padding-bottom: 0px !important;
}
.gc-search .gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible
{
	text-align: left;
}
#hdn-gs-seardch
{
	display: none !important;
}
.gc-search-sp
{
	display: none;
}
.btn-buy-now{
	text-align: center;
}

.btn-buy-now a{
	font-size: 18px;
	background-color: #009dd9;
	color: #fff;
	text-align: center;
	padding: 5px 60px;

}
.btn-buy-now a img
{
	position: relative;
	top: 3px;
	right: 5px;
	height: 20px;
}
.kindlebooksTxtWap p
{
	font-size: 18px;
	margin-bottom: 35px;
}
@media(max-width: 767px){
	.kindlebooksTxtWap p
	{
		font-size: 16px;
	}
}

#design-cast,.ss_box{
	font-size:12px;
}
.menu-container{
	max-width: 100%;
	width: 100%;
	background: black;
	padding: 0 0 100px 0;
}
.menu-container ul.deteilPage{
	max-width: 900px;
    margin: 0 auto;
}
.menu-container ul li a{
	color: #fff;
}
.entry_btn{
	display: inline-block;
	width: 100%;
	padding: 20px 0;
}
.entry_btn.center{
	text-align: center;
}
.entry_btn.left{
	text-align: left;
}
.entry_btn.right{
	text-align: right;
}
.entry_btn a {
    font-size: 18px;
    background-color: #009dd9;
    color: #fff;
    text-align: center;
    padding: 5px 60px;
    transition: 0.2s;
    text-decoration: none;
    border: none;
    display: inline-block;
    line-height: 1.4;
}
.entry_btn a:hover{
	opacity: 0.5;
}