@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}

/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

main img{
	width:100%;
	height:auto;
}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#wrap #wrapInner{
	width:100%;
	height:auto;
}

.contInner02{
	padding:10px;
}

/*各ページ別タイトル画像*/
#title{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	text-align:center;
	height:auto;
	background:url(../images/haikei.gif);
	background-size:15% auto;
}
#title p{
    margin: 0 auto;
    text-align:center;
    background-size: 1200px auto;
    height: 300px;
	background:url(../images/ti_main.png) no-repeat;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.qa_title{
	background:url(../images/ti_main_qa.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size: 1200px auto;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.payment_title{
	background:url(../images/ti_main_payment.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size: 1200px auto;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.report_title{
	background:url(../images/ti_main_report.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size: 1200px auto;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.research_title{
	background:url(../images/ti_main_research.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size: 1200px auto;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.message_title{
	background:url(../images/ti_main_message.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size: 1200px auto;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

@media screen and (max-width: 320px) {
#title span{
	width:15%;
	height:auto;
	display:block;
	position:absolute;
	left:50%;
	bottom:8%;
	margin:0 0 0 -9%;
	max-width:50px;
}
#title p{
	background:url(../images/ti_main.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 80px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.qa_title{
	background:url(../images/ti_main_qa.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 80px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.payment_title{
	background:url(../images/ti_main_payment.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 80px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.report_title{
	background:url(../images/ti_main_report.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 80px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.research_title{
	background:url(../images/ti_main_research.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 80px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.message_title{
	background:url(../images/ti_main_message.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 80px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
}

@media screen and (min-width: 321px) {
#title span{
	width:15%;
	height:auto;
	display:block;
	position:absolute;
	left:50%;
	bottom:9%;
	margin:0 0 0 -6%;
	max-width:50px;
}
#title p{
	background:url(../images/ti_main.png) no-repeat;
    margin: 0 auto;
    text-align:center;

    background-size:contain;
    height: 95px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.qa_title{
	background:url(../images/ti_main_qa.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 95px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.payment_title{
	background:url(../images/ti_main_payment.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 95px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.report_title{
	background:url(../images/ti_main_report.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 95px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.research_title{
	background:url(../images/ti_main_research.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 95px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.message_title{
	background:url(../images/ti_main_message.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 95px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
}
@media screen and (min-width: 680px) {
#title span{
	width:20%;
	height:auto;
	display:block;
	position:absolute;
	left:50%;
	bottom:9%;
	margin:0 0 0 -6%;
	max-width:100px;
}
#title p{
	background:url(../images/ti_main.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 180px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.qa_title{
	background:url(../images/ti_main_qa.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 180px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.payment_title{
	background:url(../images/ti_main_payment.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 180px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.report_title{
	background:url(../images/ti_main_report.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 180px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.research_title{
	background:url(../images/ti_main_research.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 180px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.message_title{
	background:url(../images/ti_main_message.png) no-repeat;
    margin: 0 auto;
    text-align:center;
    background-size:contain;
    height: 180px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
}

/*各ページ別タイトル画像ここまで*/

.bgWhiteArea{
	background-color: #fcffda;
	overflow:hidden;
}
/*gray*/

.bgGrayArea{
	background-color: #fff5bd;
	overflow:hidden;
}
.bgGrayArea .cFix{
	display:block;
	margin:0;
}
.bgGrayArea .cFix a{
	color:#333333;
}
.cFix li{
	background:#FFF;
	overflow:hidden;
	margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.bgGrayArea .thumb{
	width:50%;
	float:left;
	margin:0 10px 0 0;
}
.bgGrayArea .thumb img{
	width:100%;
	height:auto;
}
.bgGrayArea .cFix dl{
	overflow:hidden;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bgGrayArea .cFix dt{
	font-size:0.9rem;
	font-weight:bold;
	margin:10px 0 0 0px;
	padding:0;
}
.bgGrayArea .cFix dd{
	padding:5px 10px 0 0;
	font-size:0.8rem;
	margin:0;
}
.bgGrayArea .cFix li span{
	color:#333;
	display:block;
	padding:0 0 10px 0;
}

/*white*/

.bgWhiteArea .cFix{
	display:block;
	margin:0;
}
.bgWhiteArea .cFix a{
	color:#333333;
}
.bgWhiteArea .cFix li{
	background:#F3FFEE;
	overflow:hidden;
	margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.bgWhiteArea .thumb{
	width:50%;
	float:left;
	margin:0 10px 0 0;
}
.bgWhiteArea .thumb img{
	width:100%;
	height:auto;
}
.bgWhiteArea .cFix dl{
	overflow:hidden;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bgWhiteArea .cFix dt{
	font-size:0.9rem;
	font-weight:bold;
	margin:10px 0 10px 0px;
	padding:0;
}
.bgWhiteArea .cFix dd{
	padding:5px 10px 10px 0;
	font-size:0.8rem;
	margin:0;
}
p.midashi{
	margin:0;
	padding:15px;
	font-size:12px;
	background:#F8FFF5;
	line-height:1.6em;
}
p.midashi strong{
	display:inline-block;
	background:#4DAD21;
	padding:5px;
	color:#FFF;
	font-weight:bold;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.wrapBox dl dt span.circle{
	background:url(../message/images/bg_circle.png) no-repeat;
	background-size:25px 25px;
	display:inline-block;
	color:#4DAD21;
	text-align:center;
	font-size:10px;
	width:25px;
	height:25px;
	margin:0 10px 0 0;
	vertical-align:text-bottom;
	line-height:25px;
}
h1{
	font-size:0.8rem!important
}
.contInner02 h2{
	font-weight:bold;
}
#dirPathBlock{
	font-size:0.6rem!important;
}

/*tab*/
#navMenuNew100, #navMenuNew100_2 {
    background: #000000;
    padding: 0;
    margin: 0 0 15px 0;
}
#navMenuNew100 *,#navMenuNew100_2 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#navMenuNew100 ul, #navMenuNew100_2 ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
#navMenuNew100 ul li, #navMenuNew100_2 ul li {
    font-size: 0.70rem;
    font-weight: bold;
    display: block;
    width: 50%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 0;
    color: #FF6;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
#navMenuNew100 ul li:nth-child(2n) {
    font-size: 0.70rem;
    font-weight: bold;
    display: block;
    width: 50%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 0;
    color: #FF6;
    border-right: none;
    border-bottom: 2px solid #FFF;
}
#navMenuNew100 ul li:last-child {
    font-size: 0.70rem;
    font-weight: bold;
    display: block;
    width: 50%;
    float: left;
    padding: 10px 0;
    color: #FF6;
}
.column2Area{
	margin:0;
}

/*select*/

.select.tabM01,
.select.tabM02,
.select.tabM03{
	margin:0 0 0 0!important;
	padding:0!important;
	font-size:14px;
}
.select.tabM01 span,
.select.tabM02 span,
.select.tabM03 span{
	display:block;
	padding:10px;
	color:#FFF;
	cursor:default;
}
.select.tabM01 span{
	color: #FF6;
}
.select.tabM02 span{
	color: #FF6;
}
.select.tabM03 span{
	color: #FF6;
}




/*none select*/

.tabM01 a{
	color:#FFF!important;
}
.tabM02 a{
	color:#FFF!important;
}
.tabM03 a{
	color:#FFF!important;
}
.tabM04 a{
	color:#FFF!important;
}
.tabM05 a{
	color:#FFF!important;
}
.tabM06 a{
	color:#FFF!important;
}
.column2Area{
	margin:0;
}
.column2Area{
	margin:0;
}

/*tab*/

.hereBox{
	display:block;
	position:relative;
	cursor:pointer;
	padding:2px;
}
.hereBox span {
    color: #FFF!important;
}
.hereBox p.add{
	position:absolute;
	background:#FFF;
	border:2px solid #000;
	top:25px;
	z-index:9999;
	display:none;
}
.add a{
	display:block;
	color:#000!important;
	padding:10px 0px 10px 0px;
	border-bottom:2px solid #000;
	width:220px;
	font-size:16px;
	text-decoration:none!important
}
.add a:hover{
	background:#FFC;
}
.hereBox{
	display:block;
	position:relative!important;
	cursor:pointer;
}
.hereBox p.add{
	position:absolute;
	background:#FFF;
	border:2px solid #000;
	top:35px;
	z-index:9999;
	left: 0;
}
.add a{
	display:block;
	color:#000!important;
	padding:10px 0px 10px 0px;
	border-bottom:2px solid #000;
	width:100%;
	font-size:16px;
	text-decoration:none!important
}
.add a:hover{
	background:#FFC;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}



.column2Area{
	margin:0;
}

/*add-------------------------------------*/

.tokutenbox li{
	font-size:12px;
	display:block;
	margin:0 0 10px 0;
	overflow:hidden;
	padding:8px;
}
.tokutenbox li strong{
	font-weight:bold;
	font-size:12px;
	background:#F39A2B;
	color:#FFF;
	display:block;
	float:left;
	padding:5px 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin:0 5px 0 0;
	display:block;
}
.tokutenbox li span{
	display:block;
	overflow:hidden;
}

	/*btn*/
	
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
	}
.orangeBtn a{
		color:#FFF!important;
		display:block;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:92%;
	}
	
	
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
	}
.orangeBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
.btnAll a:after,.btn3C a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.btnAll a,.btn3C a{
	height:42px;
	line-height:42px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}
.btnAll a:after,.btn3C a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:35%;
	right:1%;
}
.btnAll a:hover,.btn3C a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}



/* --------------------------------------------------- serch */
#sm{
	width:100%!important;
}
.innBox{
	display:block;
	overflow:hidden;
	background:#FFF;
	padding:10px;
}
.innBox select{
    color: #000000;
    height: 38px;
    font-size: 100%;
    padding: 0 0 0 10px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	margin:0 5px 3px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.innBox select{
    color: #000000;
    height: 38px;
    font-size: 100%;
    padding: 0 60px 0 10px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	margin:0 0 3px 0;
	background:url(../images/select_arrow.jpg) no-repeat 100% 50%;
}
}
.searchBox .innBox dl{
	display:block;
	overflow:hidden;
	width:100%;
	margin:0 0 10px 0
}
.searchBox .innBox dt{
	background:#000;
	height:35px;
	line-height:35px;
	color:#FFF;
	display:block;
	width:88px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:12px;
}
.searchBox .innBox dt.f12{
	background:#000;
	height:35px;
	line-height:35px;
	color:#FFF;
	display:block;
	width:85px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:15px;
}
.searchBox .innBox dd{
	overflow:hidden;
	display:block;
	font-size:14px;
}
.cont{
	font-size:14px;
}
.largeLange{
	width:40%!important;
	float:left;
}
.middleLange{
	width:45%!important;
	float:left;
}
.serchBtn{
	clear:both;
	text-align:center;
	display:block;
	margin:0;
	padding:15px 0 15px 0;
}
.searchBox .innBox input{
	padding:10px;
}
.searchBox{
	margin-bottom:10px;
}
.dispBtn{
	width:100%;
	position:relative;
	margin:10px auto 0;
}
.btnSubmit{
	width:100%;
	padding:15px;
	display:block;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	border:0;
	cursor:pointer;
}
.dispBtn:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:35%;
	right:1%;
}
.dispBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
.map{
	width:280px!important;
	margin:0 auto 10px!important;
	display:block;
	overflow:hidden;
}
.map img{
	width:300px!important;
	height:211px!important;
}
.contentRight{
	overflow:hidden;
	display:block;
	padding:0;
}
.stepBox li{
	margin:0 0 8px 0;
}
.stepBox li strong{
	font-weight:bold;
}
.kaigaiPlan,
.jrPlan,
.yadoPlan{

}
#NTA_search{
	background:#FFA933;
	border:0;
	color:#FFF;
	margin:0 0 0 1%;
	width:30%;
	font-size:10px;
}
#NTA_keyword{
	width:55%;
}
#NTA_keyword input{
	padding:0px;
}
.tabBox{
	display:block;
	overflow:hidden;
	height:68px;
	background:#FFF;
}
.tabBox li{
	width:33.23333333%;
	display:block;
	margin:0 0 0 0.1%;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:15px 0;
	font-size:12px;
	display:block;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
cursor:pointer;
}
.left{
	background:#DAF5CF;
	color:#4EAB26;
	
}
.left.select{
	background:#4EAB26;
	color:#FFF;
	position:relative;
}
.left.select:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	background-size:100% auto;
	width:8px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:50%;
	content:"";
	display:block;
}
.center,.right{
	background:#FFD7E1;
	color:#E2335D;
}
.center.select,.right.select{
	background:#E2335D;
	color:#FFF;
	position:relative;
}
.center.select:after,.right.select:after{
	background:url(../images/tb_arrow_red.png) no-repeat;
	background-size:100% auto;
	width:8px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:50%;
	content:"";
	display:block;
}



/*nav-------------------------*/

.navTop,.navTop2{
	height:60px;
	margin:0;
	overflow:hidden;
}
.navTop p,.navTop2 p{
	display:block;
	float:left;
	width:50%;
	text-align:center;
	font-size:16px;
	padding:10px 0px;
	color:#FFF;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor:pointer;
	margin:0;
}
.navTop p.kaigai,.navTop2 p.kaigai{
	background:#daf5cf;
	color:#4EAB26;
}
.navTop p.kokunai,.navTop2 p.kokunai{
	background:#ffd7e1;
	color:#DD335D;
}
.navTop p.kaigai.select,.navTop2 p.kaigai.select{
	background:#4EAB26;
	font-weight:bold;
	border:0px;
	color:#FFF;
	position:relative;
	
}
.navTop p.kaigai.select:after,.navTop2 p.kaigai.select:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	background-size:90% auto;
	width:8px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	content:"";
	display:block;
}
.navTop p.kokunai.select,.navTop2 p.kokunai.select{
	background:#DD335D;
	font-weight:bold;
	border:0px;
	color:#FFF;
	position:relative;
}
.navTop p.kokunai.select:after,.navTop2 p.kokunai.select:after{
	background:url(../images/tb_arrow_red.png) no-repeat;
	background-size:90% auto;
	width:8px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	content:"";
	display:block;
}
.price{
	color:#F00;
	font-size:18px;
	font-weight:bold;
	display:block;
	text-align:center;
	clear:both;
}
#bottomNavi{
	overflow:hidden;
	margin:10px 0 20px 0;
}
#bottomNavi li{
	display:block;
	margin:0 10px 10px;
	border:2px solid #CCC;
	background:url(../images/tb_bottom_arrow.png) no-repeat 98% 50%;
	background-size:12px auto;
}
#bottomNavi li a{
	display:block;
	padding:10px;
}
.yetTokuten{
	font-size:12px;
	text-align:center;
	font-weight:bold;
}



.naviYet{
	position:relative;
	color:#FFF!important;
}
.naviYet p{
	display:block;
	position:absolute;
	top:11px;
	left:0;
	width:98%;
	text-align:center;
	font-size:10px;
	text-align:center;
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;
color:#000!important;
}
.fSizeMiddle a{
	font-size:14px!important;
}
.smpnone{
	display:none;
}
.msmpB10{
	margin-bottom:10px;
}
.msmpB20{
	margin-bottom:20px;
}

/**/


/*nav-------------------------*/

.navKaigai{
	margin:0 0 1px 0;
	overflow:hidden;
}
.navKaigai * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
    

.navKaigai p{
	background:#daf5cf;
	color:#4EAB26;
	display:block;
	float:left;
	width:25%;
	text-align:center;
	font-size:12px;
	padding:10px 0;
	color:#4EAB26;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor:pointer;
}



.navKaigai p.select{
	background:#4EAB26;
	font-weight:bold;
	border:0px;
	color:#FFF;
	position:relative;
	
}


/*naviCountry-------------------------*/

.naviCountry{
	height:60px;
	margin:0 0 20px 0;
}
.naviCountry p{
	background:#daf5cf;
	color:#4EAB26;
	display:block;
	float:left;
	width:114px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	padding:10px;
	color:#4EAB26;
	cursor:pointer;
	margin-left:1px;
}
.naviCountry p span{
	line-height:20px;
}
.naviCountry p.select{
	background:#4EAB26;
	font-weight:bold;
	border:0px;
	color:#FFF;
	position:relative;
	
}
.naviCountry p.select:after{

}



/*nav-------------------------*/

.navKaigai{
	margin:0 0 10px 0;
	overflow:hidden;
}
.navKaigai p{
	background:#FFF;
	display:block;
	float:left;
	width:31%;
	height:50px;
	line-height:14px;
	margin:0 0 5px 5px;
	text-align:center;
	font-size:12px;
	padding:10px 0 10px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight:bold;
}



.navKaigai p a{
	text-decoration:none!important;
	display:block;
}

/*.navKaigai p span{
	line-height:26px;
}
*/



.tabB{
	border:3px solid #004BAB;
	background:#FFF;
	color:#004BAB;
}
.tabB a{
	color:#004BAB!important;
}
.tabB.select{
	background:url(../../images/ic_arrow.png) no-repeat #004BAB 98% 50%;
	background-size:10px auto;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #004BAB;
}
.tabG{
	border:3px solid #009964;
	background:#FFF;
	color:#009964;
}
.tabG a{
	color:#009964!important;
}
.tabG.select{
	background:url(../../images/ic_arrow.png) no-repeat #009964 98% 50%;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #009964;
}
.tabO{
	border:3px solid #D97100;
	background:#FFF;
	color:#D97100;
}
.tabO a{
	color:#D97100!important;
}
.tabO.select{
	background:url(../../images/ic_arrow.png) no-repeat #D97100 98% 50%;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #D97100;
}
.tabP{
	border:3px solid #D50069;
	background:#FFF;
	color:#D50069;
}
.tabP a{
	color:#D50069!important;
}
.tabP.select{
	background:url(../../images/ic_arrow.png) no-repeat #D50069 98% 50%;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #D50069;
}
.tabS{
	border:3px solid #138BC6;
	background:#FFF;
	color:#138BC6;
}
.tabS a{
	color:#138BC6!important;
}
.tabS.select{
	background:url(../../images/ic_arrow.png) no-repeat #138BC6 98% 50%;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #138BC6;
}
.titB{
	border:3px solid #4EAB26;
	background:#4EAB26;
	color:#FFFF04;
	padding:10px 0 10px 8px!important;
	margin:0 0 5px 0;
	font-weight:bold;
}
.titG{
	border:3px solid #009964;
	background:#009964;
	color:#FFFF04;
	padding:10px 0 10px 8px!important;
	margin:0 0 5px 0;
	font-weight:bold;
}
.titO{
	border:3px solid #D97100;
	background:#D97100;
	color:#FFFF04;
	padding:10px 0 10px 8px!important;
	margin:0 0 5px 0;
	font-weight:bold;
}
.titP{
	border:3px solid #D50069;
	background:#D50069;
	color:#FFFF04;
	padding:10px 0 10px 8px!important;
	margin:0 0 5px 0;
	font-weight:bold;
}
.titS{
	border:3px solid #138BC6;
	background:#138BC6;
	color:#FFFF04;
	padding:10px 0 10px 8px!important;
	margin:0 0 5px 0;
	font-weight:bold;
}



/*kaigaiSub-------------------------*/

.navKaigaiSub{
	height:50px;
	margin:0 6px 10px 0;
}
.navKaigaiSub * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
    

.navKaigaiSub p{
	color:#4EAB26;
	display:block;
	float:left;
	width:24%;
	padding:10px 0;
	text-align:center;
	font-size:10px;
	cursor:pointer;
	color:#FFF;
	border-right:2px solid #FFF;
	background:#4EAB26;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin:0 0 0 1%;
}
.navKaigaiSub p.select{
	background:#4EAB26;
	font-weight:bold;
	border:0px;
	color:#FFFF00;
	position:relative;
	border-right:2px solid #FFF;
	font-size:12px;
	
}
.navKaigaiSub p.select:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	content:"";
	display:block;
}
.imgBg{
	margin:0 0 10px 0;
}
.naviYet2{
	position:relative;
}
.naviYet2 strong{
	position:absolute;
	top:0;
	left:0;
	background:#999;
	width:100%;
	height:100%;
	color:#000;
	line-height:70px!important;
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.box{
	display:block;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:2px solid #999;
	line-height:2.2em;
}
.txtWrap{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #999;
	display:block;
	padding:2px 10px 10px 35px!important;
	margin:0 0 10px 0;
	background:url(../y_images/ic_q.png) no-repeat 0 5px;
	background-size:20px auto;
}
.bgWhiteArea .box dd{
	padding:0 10px 0 10px;
	background:url(../y_images/ic_a.png) no-repeat 0 5px;
	padding:2px 10px 0 35px;
	display:block;
	font-size:12px;
	background-size:20px auto;
}



/*payment*/

.wrapBox dl{
	display:block;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	line-height:2.2em;
}
.wrapBox dl dt{
	font-size:20px;
	/*font-weight:bold;*/
	background:#4DAD21;
	display:block;
	padding:10px!important;
	margin:0 0 10px 0;
	color:#FFF;
	position:relative;
	border-radius: 5px 5px;
}
.wrapBox dl dt:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	background-size:8px auto;
	width:8px;
	height:8px;
	position:absolute;
	bottom:-7px;
	left:5%;
	content:"";
	display:block;
}
.wrapBox dl dd{
	padding:0 10px 0 10px;
	padding:10px;
	font-size:16px;
	line-height:18px;
}
.wrapBox dl dd img{
	display:block;
	margin:0 0 10px 10px;
}


/*common*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.smpnone{
	display:none!important
}

/*reseerch*/

@media screen and (max-width: 500px) {


.detail{
	border-bottom:2px solid #E7E7E7;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
.detail:after {
  content: "";
  clear: both;
  display: block;
}
.grap{
	margin:0 auto 15px!important;
	display:block;
	text-align:center;
	width:80%;
	max-width:250px;
}
.grap2{
	margin:0 auto 15px!important;
	display:block;
	text-align:center;
	width:80%;
	max-width:250px;
}
.grap img,.grap2 img{
	width:100%;
	height:auto;
	max-width:250px;
	display:inline-block;
}
.grafR{

}
.grafR2{
	margin:0 0 10px 0;
}
.qtable{
	width:100%;
	border-top:1px solid #DD4B6B;
	border-right:1px solid #DD4B6B;
	margin:0 15px 15px 0;
}
.qtable th{
	width:80px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #DD4B6B;
	border-left:1px solid #DD4B6B;
}
.qtable td {
	color:#DD4B6B;
	font-weight:bold;
	border-bottom:1px solid #DD4B6B;
	border-left:1px solid #DD4B6B;
	padding:5px;
}
.qtable td span{
	font-size:12px;
	color:#333;
}
}

@media screen and (min-width: 501px) {

.detail{
	border-bottom:2px solid #E7E7E7;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
.detail:after {
  content: "";
  clear: both;
  display: block;
}
.grap{
	margin:0 10px 0 0!important;
	display:block;
	width:20%;
	float:left;
}
.grap2{
	margin:0 10px 0 0!important;
	display:block;
	width:20%;
	float:right;
}
.grap2 img{
	width:30%;
	height:auto;
	display:block;
}
.grafR{
	float:left;
	width:72%;
	padding:0 0 0 10px;
}
.grafR2{
	margin:0 1% 10px 0;
	float:left;
	width:57%;
}
.qtable{
	width:40%;
	border-top:1px solid #DD4B6B;
	border-right:1px solid #DD4B6B;
	margin:0 2% 15px 0;
	float:left;
}
.qtable th{
	width:80px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #DD4B6B;
	border-left:1px solid #DD4B6B;
}
.qtable td {
	color:#DD4B6B;
	font-weight:bold;
	border-bottom:1px solid #DD4B6B;
	border-left:1px solid #DD4B6B;
	padding:5px;
}
.qtable td span{
	font-size:12px;
	color:#333;
}
}

/* REPORT */
/* -------------------------------------------------------- */

h3.nameTitle{
	color:#4DAD21;
	font-size:20px;
	display:block;
	line-height:1.2em;
	margin:0 0 15px 0;
	font-weight:bold!important;
}
h3.nameTitle span{
	color:#333;
	font-size:16px;
	display:block;
}
.reportArea{
	display:block;
}


/* reportLst */
.reportArea ol.reportLst{
	position:relative;
	margin-bottom:20px;
	font-size:14px;
}
.reportArea ol.reportLst li{
	margin:0 3% 10px;
	display:block;
	padding:8px;
}
.reportArea ol.reportLst span{
	font-size:16px;
	font-weight:bold;
	color:#DD4B6B;
	background:#FFFF99;
	padding:5px 10px;
	display:inline-block;
	margin-bottom:3px;
}
.epT{
	margin:0 0 15px 0;
}
.epT td{
	padding:15px 10px;
	border-bottom:1px solid #CCC;
/*	border-right:1px dotted #CCC;*/
	font-size:14px;
}
.epT td:last-child{
	border-right:none
}
.epT td img{
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.epT .ta01{
	width:40%;
	text-align:center;
	background:#DEEDFF;
	border-right:1px solid #FFF;
	padding:15px 10px;
	font-size:14px;
	display:none;
}
.epT .ta02,.epT .ta03,.epT .ta04,.epT .ta05{
	display:none;
	text-align:center;
	background:#DEEDFF;
	border-right:1px solid #FFF;
	padding:10px 10px;
	font-size:14px;
}
.detail{
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	overflow:hidden;
}
.detail:after {
  content: "";
  clear: both;
  display: block;
}
.detail table{
	display:block!important;
}
.detail table td{
	display:block!important;
	overflow:hidden;
	padding:8px;
}
.detail table td br{
	display:none;
}
.detail table td:nth-child(5n){
	border-bottom:3px solid #000;
}



.grap{
	float:left;
	width:180px;
	margin:0 30px 0 10px!important;
	display:block;
}
.grap2{
	float:left;
	width:180px;
	margin:0 30px 0 0!important;
	display:block;
}
.grap img,.grap2 img{
	width:100%;
	height:auto;
}
.grafR{
	float:left;
	width:700px;
}
.grafR2{
	float:left;
	width:640px;
	margin:0 20px 0 0;
}
.qtable{
	width:250px;
	border-top:1px solid #DD4B6B;
	border-right:1px solid #DD4B6B;
	float:left;
	margin:0 15px 0 0;
}
.qtable th{
	width:80px;
	text-align:center;
	border-bottom:1px solid #DD4B6B;
	border-left:1px solid #DD4B6B;
}
.qtable td {
	color:#DD4B6B;
	font-weight:bold;
	border-bottom:1px solid #DD4B6B;

	border-left:1px solid #DD4B6B;
	padding:5px;
}
.qtable td span{
	font-size:12px;
	color:#333;
}

/*reportArea*/

.ttlArea{
	display:block;
	margin:0;
	padding:0 0 15px 0;
	line-height:2.2em;
}
.ttlArea dt{
	font-size:20px;
	font-weight:bold;
	background:#4DAD21;
	display:block;
	padding:13px;
	margin:0 0 10px 0;
	color:#FFF;
	position:relative;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.list{
	overflow:hidden;
	margin:0 0 15px 0;
	padding:5px;
	display:block;
}
.left{
	background:#FFF;
}
.right{
	background:#FFF;
}
.section .left dt,.section .right dt{
	float:left;
	background:#4DAD21;
	width:50%;
	font-size:10px;
	color:#FFF;
	padding:5px;
	margin:0 0 5px 0;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.section .left dd,.section .right dd{
	overflow:hidden;
	padding:5px;
		margin:0 0 5px 0;
		background:#FFF;
		color:#4DAD21;
		font-size:10px;
}
.column{
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height:22px;
	margin:0 0 10px 0;
}
.column div{
	overflow:hidden;
	margin:0 0 10px 0;
}
.column div img{
	float:left;
	width:49%;
	height:auto;
	margin:0 0 0 1%;
}
.column div.onePhoto{
	float:none;
	text-align:center;
}
.column div.onePhoto img{
	width:100%!important;
	height:auto;
	float:none!important;
	display:inline!important;
	max-width:220px;
}
#navList{
	background:#FFF;
	padding:10px;
	margin:0px auto 0px;
	display:block;
	overflow:hidden;
	text-align:left;
}
#navList li{
	display:inline-block;
	margin:0 5px 5px 0;
}
#navList li a{
	color:#000!important;
	display:block;
	padding:5px;
	font-weight:bold;
	text-decoration:none!important;
	font-size:10px;
	border:2px solid #000;
-webkit-border-radius: 5px 5px;
border-radius: 5px 5px;
letter-spacing:-0.05em;
}
#navList li.select{
	color:#000!important;
	padding:5px;
	font-weight:bold;
	text-decoration:none!important;
	font-size:10px;
	border:2px solid #000;
-webkit-border-radius: 5px 5px;
border-radius: 5px 5px;
letter-spacing:-0.05em;
background:#FFFFCC;
}
#navList li a:hover{
	background:#FFFFCC;
}
#mainTit{
	display:block;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	background:#000000;
	height:50px;
	line-height:50px;
	color:#FFF;
	margin:0;
	color:#FFFF00;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#anchorLinkBlock{margin: 25px auto;}
.contInner02 {
    overflow: hidden;
    padding-bottom: 20px!important;
    width: 950px!important;
	margin: 0 auto;
}
p.images img{
	width:250px;
	height:auto!important;
}

h2 span{
	font-size:16px
}

h1{
	background:none;
}
.pcnone{
	display:none;
}

div.colum3T div{
	cursor:pointer;
}

div.colum3T div:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
div.colum3T div:hover a{
	color:#FF8000;
	text-decoration:underline;
}
.naviNormal li{
font-size: 1.2em;
}

/*各ページ別タイトル画像*/
#title{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	text-align:center;
	background:url(../images/haikei.gif);
}
#title p{
    margin: 0 auto;
    text-align:center;
    background-size: 1200px auto;
    height: 300px;
	background:url(../images/ti_main.png) no-repeat;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.qa_title{
	background:url(../images/ti_main_qa.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
    text-align:center;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.payment_title{
	background:url(../images/ti_main_payment.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
    text-align:center;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.report_title{
	background:url(../images/ti_main_report.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
    text-align:center;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.research_title{
	background:url(../images/ti_main_research.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
    text-align:center;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.message_title{
	background:url(../images/ti_main_message.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
    text-align:center;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#title p.wifi_title{
	background:url(../images/ti_main_wifi.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
    text-align:center;
    height: 300px;
    background-position: center top;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

@media(max-width:1024px){
#title p {
    margin: 0 auto;
    text-align:center;
	background:url(../images/ti_main.png) no-repeat;
    background-size: contain;
    height: 250px;
    background-position: center top;
}
#title p.qa_title{
	background:url(../images/ti_main_qa.png) no-repeat;
	margin: 0 auto;
    text-align:center;
	background-size: contain;
    height: 250px;
    background-position: center top;
}
#title p.payment_title{
	background:url(../images/ti_main_payment.png) no-repeat;
	margin: 0 auto;
    text-align:center;
	background-size: contain;
    height: 250px;
    background-position: center top;
}
#title p.report_title{
	background:url(../images/ti_main_report.png) no-repeat;
	margin: 0 auto;
    text-align:center;
	background-size: contain;
    height: 250px;
    background-position: center top;
}
#title p.research_title{
	background:url(../images/ti_main_research.png) no-repeat;
	margin: 0 auto;
    text-align:center;
	background-size: contain;
    height: 250px;
    background-position: center top;
}
#title p.message_title{
	background:url(../images/ti_main_message.png) no-repeat;
	margin: 0 auto;
    text-align:center;
	background-size: contain;
    height: 250px;
    background-position: center top;
}
#title p.wifi_title{
	background:url(../images/ti_main_wifi.png) no-repeat;
	margin: 0 auto;
    text-align:center;
	background-size: contain;
    height: 250px;
    background-position: center top;
}
}

/*各ページ別タイトル画像ここまで*/
#title p strong{
	background:#FFF;
	display:inline-block;
	padding:3px 5px 3px 5px;
	color:#036;
	font-size:28px;
	margin:0 20px 0 0;
	text-shadow:none;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
			vertical-align:middle;
}
#title span{
	display:block;
	position:absolute;
	width:15%;
	max-width:130px;
   right:0px;
   bottom:7%;
   left:0px;
   margin:auto auto;
}
#title span img{
	width:100%;
	height:auto;
	}
#title img{
	width:100%;
	height:auto;
}
#templeteWrap{
	width:100%;
}
.contInner02 .column2Area .section{
	width:950px!important;
	float:none!important;
	overflow:hidden;
}
#wrapInner{
	width:100%!important;
}
#inner950{
	width:950px;
	margin:0 auto;
	display:block;
}
.inner950{
	width:950px;
	margin:30px auto 0;
	display:block;
}

/*tab------------------------------------------------------*/
#navMenuNew100, #navMenuNew100_2 {
    background: url(/student/images/bg_tab.gif);
    height: 66px;
}
#navMenuNew100 ul, #navMenuNew100_2 ul {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 10px 0;
}
#navMenuNew100 ul li, #navMenuNew100_2 ul li {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    margin: 0px 0 0 0;
    padding: 8px 30px 10px 30px;
    color: #ffd900;
    border-right: 3px solid #FFF;
    cursor: pointer;
    position: relative;
}
#navMenuNew100 ul li:last-child, #navMenuNew100_2 ul li {
    border-right: none;
}

/*select*/
li.select span{
	color:#ffd900!important;
}

/*none select*/
.tabM01 a{
	color:#FFF!important;
}
.tabM02 a{
	color:#FFF!important;
}
.tabM03 a{
	color:#FFF!important;
}
.tabM04 a{
	color:#FFF!important;
}
.tabM05 a{
	color:#FFF!important;
}
.tabM06 span{
	color:#FFF!important;
}
.column2Area{
	margin:0;
}
#navMenuNew100 ul li:hover,#navMenuNew100_2 ul li:hover{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
#navMenuNew100 ul li.select:hover,#navMenuNew100_2 ul li.select:hover{
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
#navMenuNew100 ul li.naviYet:hover,#navMenuNew100_2 ul li:hover{
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
.naviYet{
	position:relative;
	color:#FFF!important;
	cursor:default!important
}
.naviYet a{
	cursor:default!important
}
.naviYet p{
	display:block;
	position:absolute;
	top:21px;
	height:20px;
	left:0;
	width:98%;
	text-align:center;
	font-size:14px;
	text-align:center;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	color:#000!important;
}

/*tab-------------------------------------------------*/
#Foot .footBtmInner{
	font-size:12px!important;
}
.itemList4 a{
	color:#383333!important;
}

/*add*/
.bgGrayArea{
	background-color: #fff5bd;
	overflow:hidden;
}
.bgWhiteArea{
	background-color: #fcffda;
	overflow:hidden;
}
.tokutenbox li{
	font-size:16px;
	display:block;
	margin:0 0 10px 0;
	overflow:hidden;
}
.tokutenbox li strong{
	font-weight:bold;
	font-size:18px;
	background:#F39A2B;
	color:#FFF;
	display:block;
	float:left;
	padding:5px 10px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.tokutenbox li span{
	display:block;
	overflow:hidden;
	padding:8px;
}
.contInner02 {
	overflow: hidden;
	padding-bottom: 20px!important;
	width:950px!important;
}

/*nav-------------------------*/
.navKaigai{
	margin:0 0 10px 0;
	overflow:hidden;
}
.navKaigai p{
	background:#FFF;
	display:block;
	float:left;
	width:147px;
	height:50px;
	line-height:50px;
	margin:0 0 5px 5px;
	text-align:center;
	font-size:16px;
	padding:10px 0 10px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight:bold;
}
.navKaigai p a{
	text-decoration:none!important;
	width:147px;
	height:50px;
	display:block;
}
.navKaigai p span{
	line-height:26px;
}
.tabB{
	border:3px solid #004BAB;
	background:#FFF;
	color:#004BAB;
}
.tabB a{
	color:#004BAB!important;
}
.tabB.select{
	background:url(../../images/ic_arrow.png) no-repeat #004BAB 98% 50%;
	background-size:10px auto;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #004BAB;
}
.tabG{
	border:3px solid #009964;
	background:#FFF;
	color:#009964;
}
.tabG a{
	color:#009964!important;
}
.tabG.select{
	background:url(../../images/ic_arrow.png) no-repeat #009964 98% 50%;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #009964;
}
.tabO{
	border:3px solid #D97100;
	background:#FFF;
	color:#D97100;
}
.tabO a{
	color:#D97100!important;
}
.tabO.select{
	background:url(../../images/ic_arrow.png) no-repeat #D97100 98% 50%;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #D97100;
}
.tabP{
	border:3px solid #D50069;
	background:#FFF;
	color:#D50069;
}
.tabP a{
	color:#D50069!important;
}
.tabP.select{
	background:url(../../images/ic_arrow.png) no-repeat #D50069 98% 50%;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #D50069;
}
.tabS{
	border:3px solid #138BC6;
	background:#FFF;
	color:#138BC6;
}
.tabS a{
	color:#138BC6!important;
}
.tabS.select{
	background:url(../../images/ic_arrow.png) no-repeat #138BC6 98% 50%;
	font-weight:bold;
	border:0px;
	color:#FF0;
	position:relative;
	border:3px solid #138BC6;
}
.titB{
	border:3px solid #4EAB26;
	background:#4EAB26;
	color:#FFFF04;
	padding:12px 0 12px 8px!important;
	margin:0;
}
.titG{
	border:3px solid #009964;
	background:#009964;
	color:#FFFF04;
	padding:12px 0 12px 8px!important;
	margin:0;
}
.titO{
	border:3px solid #D97100;
	background:#D97100;
	color:#FFFF04;
	padding:12px 0 12px 8px!important;
	margin:0;
}
.titP{
	border:3px solid #D50069;
	background:#D50069;
	color:#FFFF04;
	padding:12px 0 12px 8px!important;;
	margin:0;
}
.titS{
	border:3px solid #138BC6;
	background:#138BC6;
	color:#FFFF04;
	padding:12px 0 12px 8px!important;
	margin:0;
}

/*kaigaiSub-------------------------*/
.navKaigaiSub{
	height:60px;
	margin:0 6px 20px 0;
	display:block;
	overflow:hidden;
}
.navKaigaiSub p{
	color:#4EAB26;
	display:block;
	float:left;
	width:21.5%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	padding:10px;
	cursor:pointer;
	color:#FFF;
	border-right:2px solid #FFF;
	background:#4EAB26;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin:0 0 0 1%;
	font-weight:bold;
}
.navKaigaiSub p.select{
	background:#4EAB26;
	font-weight:bold;
	border:0px;
	color:#FFFF00;
	position:relative;
	border-right:2px solid #FFF;
	font-size:16px;
	
}
.navKaigaiSub p.select:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	content:"";
	display:block;
}

/*naviCountry-------------------------*/
.naviCountry{
	height:60px;
	margin:0 0 20px 0;
}
.naviCountry p{
	background:#daf5cf;
	color:#4EAB26;
	display:block;
	float:left;
	width:114px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	padding:10px;
	color:#4EAB26;
	cursor:pointer;
	margin-left:1px;
}
.naviCountry p span{
	line-height:20px;
}
.naviCountry p.select{
	background:#4EAB26;
	font-weight:bold;
	border:0px;
	color:#FFF;
	position:relative;
	
}

/*-------------------------nav*/
h2 {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight:bold;
	margin-top:10px!important;
}
.planBox1{
	margin:0 0 15px 0;
}
.itemList4{
	padding-left:30px;
}
.box02 li,.box03 li{
	width:30%!important;
}
.box02 li .thumb img,.box03 li .thumb img{
	width:100%!important;
	height:auto;
}
.contInner02 .column2Area .section {
	width: auto!important;
	float: none!important;
	margin-right: 30px;
	overflow:hidden;
}
.box03 li:hover{
	opacity:1!important;
	filter: alpha(opacity=100)!important;
	-ms-filter: "alpha( opacity=100 )"!important;
	cursor:default!important;
	background:#FFF;
}

/*btn*/	
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}
.orangeBtn a{
		color:#FFF!important;
		display:block;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:92%;
}
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.btnAll a{
	width:419px;
	line-height:18px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	padding:18px 0;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.btnAll a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
.btn3C a{
	width:32%;
	line-height:18px;
	color:#FFF!important;
	float:left!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	padding:18px 0;
	margin:0 0 0 1%;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}
.btn3C a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.btn3C a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
.btn2C a{
	width:48.5%!important;
	margin-top:20px;
}
.price{
	color:#F00;
	font-size:18px;
	font-weight:bold;
	display:block;
	text-align:center;
	clear:both;
}
.Textbox{
	border:2px solid #b7eba2;
	display:block;
	padding:15px;
	font-size:16px;
	line-height:30px;
	background:#FFF;
	margin:0 0 20px 0;
	border-radius: 5px 5px;
}
#bottomNavi{
	overflow:hidden;
	margin:0 0 20px 0;
}
#bottomNavi li{
	display:block;
	float:left;
	width:300px;
	margin:0 10px 10px 0;
	border:2px solid #CCC;
	background:url(../images/tb_bottom_arrow.png) no-repeat 98% 50%;
}
#bottomNavi li a{
	display:block;
	padding:15px;
}
.itemList4.gray li {
	background: #f3ffee!important;
}

/* --------------------------------------------------- serch */
#sm{
	width:100%!important;
}
.innBox{
	display:block;
	overflow:hidden;
	background:#FFF;
	padding:30px;
}
.innBox select{
    color: #000000;
    height: 38px;
    font-size: 100%;
    padding: 0 0 0 10px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	margin:0 5px 3px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.innBox select{
    color: #000000;
    height: 38px;
    font-size: 100%;
    padding: 0 60px 0 10px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	margin:0 0 3px 0;
	background:url(../images/select_arrow.jpg) no-repeat 100% 50%;
}
}
.searchBox .innBox dl{
	display:block;

	width:100%;
	margin:0 0 10px 0
}
.searchBox .innBox dt{
	background:#000;
	height:35px;
	line-height:35px;
	color:#FFF;
	display:block;
	width:100px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:14px;
}
.searchBox .innBox dt.f12{
	background:#000;
	height:35px;
	line-height:35px;
	color:#FFF;
	display:block;
	width:85px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:15px;
}
.searchBox .innBox dd{

	display:block;
	font-size:14px;
}
.cont{
	font-size:14px;
}
.largeLange{
	width:40%!important;
	float:left;
}
.middleLange{
	width:45%!important;
	float:left;
}
.serchBtn{
	clear:both;
	text-align:center;
	display:block;
	margin:0;
	padding:15px 0 15px 0;
}
.searchBox .innBox input{
	padding:10px;
}
.searchBox{
	margin-bottom:30px;
}
.dispBtn{
	position:relative;
	width:419px;
	margin:15px auto 0;
}
.btnSubmit{
	width:419px;
	height:52px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	border:0;
	cursor:pointer;
}
.dispBtn:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:35%;
	right:1%;
}
.dispBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
.map{
	float:left;
	margin:0 20px 0 0!important;
	display:block;
}
.contentRight{
	overflow:hidden;
	display:block;
	padding:0;
}
.stepBox li{
	margin:0 0 8px 0;
}
.stepBox li strong{
	font-weight:bold;
}
.kaigaiPlan{
	width:800px;
	margin:-10px auto 0;
}
.jrPlan{
	width:660px;
	margin:-10px auto 0;
}
.yadoPlan{
	width:730px;
	margin:-10px auto 0;
}
#NTA_search{
	background:#FFA933;
	border:0;
	color:#FFF;
	margin:0 0 0 5px;
}
#NTA_keyword{
	width:200px;
}
#NTA_keyword input{
	padding:0px
}
.tabBox{
	display:block;
	overflow:hidden;
	height:68px;
	background:#FFF;
}
.tabBox li{
	width:315px;
	display:block;
	margin:0 0 0 1px;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:15px 0;
	font-size:18px;
	display:block;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
cursor:pointer;
background:#DAF5CF;
color:#4EAB26;
}
.tabBox li.select{
	background:#4EAB26;
	color:#FFF;
	position:relative;
}
.tabBox li.select:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:50%;
	content:"";
	display:block;
}
.yetTokuten{
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.linkBlockA02{
    width: 250px!important;
}
div.pulldown {
    border: 1px solid #BBB;
    width: auto!important;
    max-height: 80px!important;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFF none repeat scroll 0% 0%;
    overflow: auto;
    z-index: 999!important;
}
.mt0 a{
	margin-top:5px!important
}
.imgBg{
	background:#F3FFEE;
	margin:0 0 20px 0;
	text-align:center;
	padding:8px 0 8px 0;
}
.imgBg img{
	width:98%;
	height:auto;
	margin:0 auto;
}
.naviYet2{
	position:relative;
}
.naviYet2 strong{
	position:absolute;
	top:0;
	left:0;
	background:#999;
	width:100%;
	height:100%;
	color:#000;
	line-height:70px!important;
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.departure_other{
	padding-left:110px!important;
}
.box{
	display:block;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:2px solid #999;
	line-height:2.2em;
}
.txtWrap{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #999;
	display:block;
	padding:2px 10px 10px 35px;
	margin:0 0 10px 0;
	background:url(../y_images/ic_q.png) no-repeat 0 0;
}
.box dd{
	padding:0 10px 0 10px;
	background:url(../y_images/ic_a.png) no-repeat 0 0;
	padding:2px 10px 0 35px;
	font-size:14px;
}

/*payment*/
.wrapBox dl{
	display:block;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	line-height:2.2em;
}
.wrapBox dl dt{
	font-size:20px;
	background:#4DAD21;
	display:block;
	padding:13px;
	margin:0 0 10px 0;
	color:#FFF;
	position:relative;
	border-radius: 5px 5px;
}
.wrapBox dl dt span.circle{
	background:url(../message/images/bg_circle.png) no-repeat;
	display:inline-block;
	color:#4DAD21;
	text-align:center;
	font-size:12px;
	width:35px;
	height:35px;
	margin:0 10px 0 0;
	vertical-align:text-bottom;
	line-height:35px;
}
.wrapBox dl dt:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:5%;
	content:"";
	display:block;
}
.wrapBox dl dd{
	padding:0 10px 0 10px;
	padding:10px 0;
	font-size:16px;
	line-height:28px;
}
p.midashi{
	margin:0;
	padding:15px;
	font-size:14px;
	background:#F8FFF5;
	line-height:1.8em;
}
p.midashi strong{
	display:inline-block;
	background:#4DAD21;
	padding:5px;
	color:#FFF;
	font-weight:bold;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.wrapBox dl dd img{
	display:block;
	margin:0 0 10px 10px;
}

/*report*/

/* REPORT */
/* -------------------------------------------------------- */
h3.nameTitle{
	color:#4DAD21;
	font-size:24px;
	display:block;
	line-height:1.8;
	margin:0 0 15px 0;
}
h3.nameTitle span{
	color:#333;
	font-size:20px;
}
.reportArea{
	width:950px;
	margin:0;
	position:relative;
	left:22px;
	padding-left:0px;
}

/* reportLst */
.reportArea ol.reportLst{
	position:relative;
	margin-bottom:20px;
	font-size:14px;
}
.reportArea ol.reportLst li{
	width:47%;
	float:left;
	margin:0;
	height:120px;
	display:block;
}
.reportArea ol.reportLst span{
	font-size:16px;
	font-weight:bold;
	color:#DD4B6B;
	background:#FFFF99;
	padding:5px 10px;
	display:inline-block;
	margin-bottom:3px;
}
.epT{
	margin:0 0 15px 0;
}
.epT td{
	padding:15px 10px;
	border-bottom:1px solid #CCC;
	border-right:1px dotted #CCC;
	font-size:14px;
}
.epT td:last-child{
	border-right:none
}
.epT td img{
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.epT .ta01{
	width:40%;
	text-align:center;
	background:#DEEDFF;
	border-right:1px solid #FFF;
	padding:15px 10px;
	font-size:14px;
}
.epT .ta02,.epT .ta03,.epT .ta04,.epT .ta05{
	width:15%;
	text-align:center;
	background:#DEEDFF;
	border-right:1px solid #FFF;
	padding:10px 10px;
	font-size:14px;
}
.detail{
	border-bottom:2px solid #E7E7E7;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
.detail:after {
  content: "";
  clear: both;
  display: block;
}
.grap{
	float:left;
	width:180px;
	margin:0 30px 0 10px!important;
	display:block;
}
.grap2{
	float:left;
	width:180px;
	margin:0 30px 0 0!important;
	display:block;
}
.grap img,.grap2 img{
	width:100%;
	height:auto;
}
.grafR{
	float:left;
}
.grafR2{
	float:left;
	width:640px;
	margin:0 20px 0 0;
}
.qtable{
	width:250px;
	border-top:1px solid #DD4B6B;
	border-right:1px solid #DD4B6B;
	float:left;
	margin:0 15px 0 0;
}
.qtable th{
	width:80px;
	text-align:center;
	border-bottom:1px solid #DD4B6B;
	border-left:1px solid #DD4B6B;
}
.qtable td {
	color:#DD4B6B;
	font-weight:bold;
	border-bottom:1px solid #DD4B6B;
	border-left:1px solid #DD4B6B;
	padding:5px;
}
.qtable td span{
	font-size:12px;
	color:#333;
}

/*common*/
.hereBox{
	display:block;
	position:relative;
	cursor:pointer;
}
.hereBox:hover{
opacity:1!important;
filter: alpha(opacity=100)!important;
-ms-filter: "alpha( opacity=100 )"!important;
}
.hereBox p.add{
	position:absolute;
	background:#FFF;
	border:2px solid #000;
	top:35px;
	z-index:9999;
	left: -100px;
	display:none;
}
.add a{
	display:block;
	color:#000!important;
	padding:12px 0px 12px 0px;
	border-bottom:2px solid #000;
	width:220px;
	font-size:16px;
	text-decoration:none!important;
	text-align:center;
}
.add a:hover{
	background:#FFC;
}
.pcnone{
	display:none!important
}
.f12 a,.f12{
	font-size:12px!important;
}

/*reportArea*/
.ttlArea{
	display:block;
	margin:0;
	padding:0 0 15px 0;
	line-height:2.2em;
}
.ttlArea dt{
	font-size:20px;
	font-weight:bold;
	background:#4DAD21;
	display:block;
	padding:13px;
	margin:0 0 10px 0;
	color:#FFF;
	position:relative;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.list{
	overflow:hidden;
	margin:0 0 15px 0;
}
.left{
	float:left;
	width:45%;
}
.right{
	float:right;
	width:45%;
}
.left dt,.right dt{
	float:left;
	background:#4DAD21;
	width:50%;
	color:#FFF;
	padding:5px;
	margin:0 0 5px 0;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.left dd,.right dd{
	overflow:hidden;
	padding:5px;
		margin:0 0 5px 0;
}
.column{
	text-align:left;
	font-size:16px;
	font-weight:normal;
	line-height:40px;
	margin:0 0 20px 0;
}
.column div{
	float:left;
	overflow:hidden;
	width:42%;
}
.column div img{
	float:left;

	margin:0 5px 0 0;
}
.onePhoto{
	width:200px!important;
}

/*add20151009*/
.wifiBox p{
	text-align:center;
	font-size:16px;
	margin:0;
}
.wifiBox p img{
	display:block;
	margin:0 auto 15px;
}
.ListNo li{
	display:block;
	padding:0 0 8px 0;
	text-align:left!important;
}
.ListNo li span{
	display:inline-block;
	width:22px;
	height:22px;
	font-size:14px;
	line-height:22px;
	margin:0 10px 0 0;
	text-align:center;
	vertical-align:text-top;
	background:url(../wi-fi/images/im_no.png) no-repeat;
}
.ListNo li p{
	text-align:left;
}
.ListOther li{
	background:url(../wi-fi/images/im_star.png) no-repeat 0 2px;
	padding:0 0 0 30px;
	text-align:left!important;
}
.ListOther li ul li{
	background:url(../wi-fi/images/im_en.png) no-repeat 0 9px;
	padding:0 0 0 18px;
	text-align:left!important;
}
#mokutekichiBox{
	display:block;
	background:#FFF;
	padding:0 10px 10px 10px
}
#mokutekichiBox h3{
	font-size:18px;
	display:block;
	margin:0 0 5px 0;
}
#mokutekichiBox strong{
	font-size:16px;
	background:#4EAB26;
	color:#FFF;
	font-weight:bold;
	display:inline-block;
	padding:5px 10px 5px 10px;
	margin:0 20px 0 0;
}
#mokutekichiBox a{
	font-size:16px;
	display:inline-block;
	margin:0 20px 0 0;
	font-weight:bold;
}
#link02 strong{
	background:#FF0;
	font-size:14px;
	display:inline-block;
	padding:5px;
	margin:0 10px 0 0;
	color:#000;
}
.font-size12{font-size:12px!important;}
.font-size14{font-size:14px!important;}
.font-size16{font-size:16px!important;}
.font-size18{font-size:18px!important;}
.font-size20{font-size:20px!important;}
.font-size22{font-size:22px!important;}

/*add20151112*/
#navList{
	background:#FFF;
	padding:10px;
	width:950px;
	margin:0px auto 0px;
	display:block;
	overflow:hidden;
	text-align:left;
}
#navList li{
	display:inline-block;
	margin:0 10px 10px 0;
}
#navList li a{
	color:#000!important;
	display:block;
	padding:10px;
	font-weight:bold;
	text-decoration:none!important;
	font-size:14px;
	border:2px solid #000;
	-webkit-border-radius: 5px 5px!important;
	border-radius: 5px 5px!important;
}
#navList li.select{
	background:#FFFFCC!important;
	cursor:default;
	color:#000!important;
	padding:10px;
	font-weight:bold;
	text-decoration:none!important;
	font-size:14px;
	border:2px solid #000;
	-webkit-border-radius: 5px 5px!important;
	border-radius: 5px 5px!important;
}
#navList li a:hover{
	background:#FFFFCC;
}
p.add{
	width:220px!important;
}

/*先輩の海外旅行体験談　調整*/
.reportArea .box02 li, .box03 li {
    width: 27.7%!important;
}
.reportArea .epT .ta01 {
    width: 40%;
}
.epT .ta02, .epT .ta03, .epT .ta04, .epT .ta05 {
    width: 15%;
}
.reportArea table {
    width: 899px;
}

}