@charset "UTF-8";
/*base*/
* {
	margin:0px;
	padding:0px;
	font-style:normal;
}
header,footer,nav,section,article {
	display:block;
}
html {
	font-size:62.5%;
	overflow-y:scroll;
}
body {
	font-size:1.2em;
	/* font-family:Meiryo,"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	color:#000000;
	background:#ffffff;
}
ul li {
	list-style-type:none;
	list-style-position:outside;
}
ol li {
	list-style-position:outside;
	margin:0px 0px 5px 2em;
}
p {
	line-height: 150%;
}
/*float*/
.left {
	float:left;
}
.right {
	float:right;
}
.cl {
	clear:both;
}
.clearfix:before,.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	*zoom:1;
}
* html .clearfix {
	zoom: 1;
}
/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}
/* IE7 */
/*text-align*/
.alignleft {
	text-align:left !important;
}
.alignright {
	text-align:right !important;
}
.aligncenter {
	text-align: center !important;
}
/*vertical-align*/
.aligntop {
	vertical-align:top !important;
}
.alignmiddle {
	vertical-align:middle !important;
}
.alignbottom {
	vertical-align: bottom !important;
}
/*link*/
a img {
	border-style:none;
}
a:hover img {
	opacity:0.6;
}
A:link {
	color:#cc0000;
	text-decoration:none;
}
A:active {
	color:#cc0000;
	text-decoration:underline;
}
A:visited {
	color:#cc0000;
	text-decoration:none;
}
A:hover {
	color:#cc0000;
	text-decoration: underline;
}
/*header*/
header {
	width:100%;
	height:160px;
	border-bottom:1px solid #cccccc;
	position:relative;
}
header div.inner {
	margin: 0 auto;
	padding-top: 36px;
	width: 100%;
	max-width: 1000px;
}
header h1 {
	float:left;
	margin-left:10px;
}

header h1 a.logo_jp{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_jp.gif') left top no-repeat;
	}
header h1 a.logo_kr{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_kr.gif') left top no-repeat;
	}
header h1 a.logo_cn{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_cn.gif') left top no-repeat;
	}
header h1 a.logo_tw{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_tw.gif') left top no-repeat;
	}
header h1 a.logo_en{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/logo_en.gif?date=20240910') left top no-repeat;
	}


header h1 a.logo_tabelog{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/tabelog_logo.jpg') center no-repeat;
	}

header h1 a.logo_matcha{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/matcha_logo.jpg') center no-repeat;
}

header h1 a.logo_kinuya{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 430px;
	height: 59px;
	background: url('../img/kinuya_logo.png') left bottom no-repeat;
}

header h1 a.logo_voyagin{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 279px;
	height: 76px;
	background: url('../img/voyagin_logo.png') center no-repeat;
}

header div.inner a.right img {
	margin:8px 10px 0px 0px;
}
header div.header_txt {
	position:absolute;
	width:100%;
	top:0;
	background-color:#e7e7e7;
}
header div.header_txt p {
	margin: 0 auto;
	padding:8px 10px;
	max-width: 1000px;
}
header#common_header{
	height: auto;
}

.header_txt .header_currency {
	margin-right: 10px;
	float: right;
}

.header_txt .header_currency select {
	padding: 2px 10px;
	border :0;
	background: #f2f0f0 url(/common/img/form_drop_2.png) no-repeat 95% 50%;
	min-width: 80px;
	height: auto;
}

.header_txt .header_currency select option {
	padding: 5px 10px;
	background: #e7e5e5;
}

.header_txt .header_currency select [selected="selected"] {
	background: #f2f0f0;
}

header div.header_txt_sp {
	display: none;
}
/*section*/
section {
	clear:both;
	width:1200px;
	margin: 20px auto 40px;
}


.selectCurrency select,
.selectLanguage select {
	color: #ffffff;
	box-sizing: border-box;
	min-width: 156px;
	min-height: 42px;
	border: 0;
	background: #000000 url("../img/form_drop_3.png") right center no-repeat;
}

.selectLanguage {
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

.selectLanguage select {
	padding-left: 50px;
}

.languageFlag {
	position: absolute;
	top: 11px;
	left: 10px;
	z-index: 100;
}

header .selectCurrency {
	margin-left: 2px;
}

@media screen and (max-width: 799px) {
	.selectCurrency select,
	.selectLanguage select {
		border-top: 1px solid #cccccc;
		width: 50%;
		float: left;
		font-size: 12px;
		font-weight: bold;
	}
	.selectLanguage select {
		border-right: 1px solid #cccccc;
	}
	.selectLanguage {
		margin: 0;
	}
}

header .header_submenu1 {
	float: left;
}
@media screen and (max-width: 799px) {
	header .header_submenu1,
	header .header_submenu2,
	header .header_btn{
		display: none;
	}
}

header .header_submenu1 li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}

header .header_submenu1 .icon_inquiry {
	padding: 10px 0;
	height: 30px;
}

header .header_submenu2 {
	clear: both;
	float: right;
}


/*article*/
article {
}
/*footer*/
footer {
	width:100%;
}
footer address.callcenter {
	border-top:1px solid #cccccc;
	padding:20px 0px;
	text-align:center;
	font-size:1.2em;
	font-style:normal;
}
footer address.callcenter .callcenter_tel_jp {
	display:inline-block;
	text-decoration:none;
	text-indent:-9999px;
	width:547px;
	height:42px;
	vertical-align:middle;
	margin-right:2em;
	background:url('../img/footer_callcenter_tel_jp.gif') left top no-repeat;
}
footer address.callcenter .callcenter_tel_en {
	display:inline-block;
	text-decoration:none;
	text-indent:-9999px;
	width:547px;
	height:42px;
	vertical-align:middle;
	margin-right:2em;
	background:url('../img/footer_callcenter_tel_en.gif') left top no-repeat;
}
footer address.callcenter .callcenter_tel_cn {
	display:inline-block;
	text-decoration:none;
	text-indent:-9999px;
	width:547px;
	height:42px;
	vertical-align:middle;
	margin-right:2em;
	background:url('../img/footer_callcenter_tel_cn.gif') left top no-repeat;
}
footer address.callcenter .callcenter_tel_tw {
	display:inline-block;
	text-decoration:none;
	text-indent:-9999px;
	width:547px;
	height:42px;
	vertical-align:middle;
	margin-right:2em;
	background:url('../img/footer_callcenter_tel_tw.gif') left top no-repeat;
}
footer address.callcenter .callcenter_tel_kr {
	display:inline-block;
	text-decoration:none;
	text-indent:-9999px;
	width:547px;
	height:42px;
	vertical-align:middle;
	margin-right:2em;
	background:url('../img/footer_callcenter_tel_kr.gif') left top no-repeat;
}
footer address.vision {
	border-top:1px solid #cccccc;
	padding:20px 0px;
	text-align:center;
	font-size:1.2em;
	font-style:normal;
}
footer address.vision img {
	vertical-align:middle;
	margin-right:2em;
}
footer address.vision span.ad_vision {
	display:inline;
}
footer address.vision span.ad_vision_sp {
	display:none;
}
footer div.graybase {
	padding:10px 10px 6px;
	background:#e7e7e7;
}
footer div.graybase div.seal {
	float:left;
}
#ss_gmo_img_wrapper_100-50_image_ja {
	float:left;
}
#ss_gmo_img_wrapper_100-50_image_ja img {
	width:100px;
	height:50px;
}
footer div.graybase div.seal img.seal {
	margin-left:5px;
}
footer div.graybase p.copyright {
	float:right;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	width:271px;
	height:15px;
	background:url('../img/copyright.gif') right top no-repeat;
	margin-top: 36px;
}
/*h*/
h2 {
	display:block;
	text-decoration:none;
	height: 70px;
	font-size: 2.5em;
	line-height: 70px;
	text-indent: 35px;
	font-weight: normal;
	color: #ffffff;
	background:#000000 url('../img/h2.gif') left top no-repeat;
}
.bg_shuriken {
	font-size:2.3em;
	font-weight:normal;
	line-height:1;
	padding:14px 17px;
	background:#cccccc url('../img/bg_shuriken.gif') right top no-repeat;
}
.bottom_dot {
	font-size:2em;
	font-weight:normal;
	line-height:1;
	padding:20px 0px 16px 0px;
	background: url('../img/bottom_dot.gif') left bottom repeat-x;
}
.bg_ccc {
	font-size:1.8em;
	font-weight:normal;
	line-height:1.8em;
	padding:0px 0.5em;
	background:#cccccc;
}
.bl5_666{
	border-left: 5px solid #666666;
	font-size: 1.5em;
	line-height: 1;
	padding: 0px 0px 0px 0.5em;
}
.bl5_666 span.txt_small{
	font-size: 0.8em;
	line-height: 150%;
}

.bg_gradation_gray{
	vertical-align: middle;
	font-size: 2em;
	line-height:120%;
	padding: 15px 10px 25px;
	border-bottom: 1px solid #cccccc;
	background: #ffffff url('../img/bg_gradation_gray.gif') left top repeat-x;
}

.bg_gradation_gray_for_multi_plug{
	vertical-align: middle;
	font-size: 2em;
	line-height:100%;
	padding: 25px 10px 25px;
	border-bottom: 1px solid #cccccc;
	background: #ffffff url('../img/bg_gradation_gray.gif') left top repeat-x;
}

.bg_gradation_gray span.txt_small{
	font-size: 0.6em;
	vertical-align: middle;
}

.bg_gradation_gray_1line{
	vertical-align: middle;
	font-size: 2em;
	line-height: 100%;
	padding: 22px 10px 18px;
	border-bottom: 1px solid #cccccc;
	background: #ffffff url('../img/bg_gradation_gray.gif') left top repeat-x;
}

/*width*/
.half {
	width:50%;
}
*:first-child+html .half {/* IE7 */
	width: 49.9%;
}

.full {
	width:100%;
}
.w50 {
	width:50px;
}
.w124 {
	width:124px;
}
.w140 {
	width:140px;
}

.w210 {
	width:210px;
}

.w230 {
	width:230px;
}

.w270 {
	width:270px;
}
.w280 {
	width:280px;
}
.w290 {
	width:290px;
}
.w300 {
	width:230px;
}
.w420 {
	width: 420px;
}
.w435 {
	width: 435px;
}

.w448 {
	width: 448px;
}


.w470 {
	width: 470px;
}


.w500 {
	width: 500px;
}

.w510 {
	width: 510px;
}

.w593 {
	width: 593px;
}
.w615 {
	width: 615px;
}
.w630 {
	width: 630px;
}

.w758 {
	width: 758px;
}

/*padding*/
.pdt5 {
	padding-top:5px;
}
.pdr10 {
	padding-right:10px;
}
.pdl40 {
	padding-left:40px;
}

/*margin*/
.mgt05 {
	margin-top:5px;
}
.mgt10 {
	margin-top:10px;
}
.mgt15 {
	margin-top:15px;
}
.mgt20 {
	margin-top:20px !important;
}
.mgt25 {
	margin-top:25px;
}
.mgt30 {
	margin-top:30px;
}
.mgt40 {
	margin-top:40px !important;
}
.mgt50 {
	margin-top:50px !important;
}
.mgt80 {
	margin-top:80px !important;
}
.mgt120 {
	margin-top:120px !important;
}

.mgr10 {
	margin-right:10px;
}
.mgr20 {
	margin-right:20px;
}
.mgr30 {
	margin-right:30px;
}
.mgr105 {
	margin-right:105px;
}
.mgl30 {
	margin-left:30px;
}

.mgb10 {
	margin-bottom:10px;
}

.mgauto {
	margin: 0px auto !important;
}
/*line-height*/
.lh01 {
	line-height:1px;
}

.lh30 {
	line-height:30px;
}

.lh40 {
	line-height:40px;
}
/*fontsize*/
.txt_reset {
	font-size:1em;
}
.txt_10 {
	font-size:0.9em;
}
.txt_13 {
	font-size:1.1em;
}
.txt_14 {
	font-size:1.2em;
}

.txt_16 {
	font-size:1.3em;
}

.txt_18 {
	font-size: 1.5em;
}

.txt_20 {
	font-size: 1.7em;
}

.txt_24 {
	font-size: 2em;
}

/*fontweight*/
.txt_bold {
	font-weight:bold;
}
.txt_normal {
	font-weight: normal;
}

/* white-space*/
.ws_nowrap {
	white-space:nowrap;
}

/*indent*/
.txt_ind{
	text-indent: 50px; 
	}

/*color*/
.col_c00 {
	color:#cc0000;
}
.col_666 {
	color: #666666;
}
/*icon*/
.icon_link_triangle{
	padding: 2px 0px 2px 13px;
	background:url('../img/icon_link_triangle.png') 0px 5px no-repeat;
}

.icon_link_triangle{
	padding: 2px 0px 2px 13px;
	background:url('../img/icon_link_triangle.png') 0px 5px no-repeat;
}

.icon_link_square {
	padding:2px 0px 2px 25px;
	font-size: 1.3em;
	background:url('../img/icon_link_square.gif') 0px 3px no-repeat;
}

.icon_link_small{
	padding: 2px 0px 2px 13px;
	background:url('../img/icon_link_small.png') 0px 7px no-repeat;
}

.icon_circle {
	padding: 2px 0px 2px 13px;
	background:url('../img/icon_circle.png') 0px 7px no-repeat;
}
.icon_newwin {
	padding: 3px 0px 3px 15px;
	background: url('../img/icon_newwin.png') 0px 10px no-repeat;
}
/*div*/
.box_line_01 {
	border:1px solid #cccccc;
	padding:20px;
}
.box_line_02 {
	border:3px solid #7fbae0;
	padding: 15px;
}
.box_line_03 {
	border:1px solid #cc0000;
	padding:20px;
}
.box_radius_f3f3f3{
	background: #f3f3f3;
	padding:20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	}

/*table*/
table {
	width:100%;
	border-spacing:0px;
	border-top:1px solid #F3F3F3;
	border-left:1px solid #F3F3F3;
}
table th,table td {
	line-height:200%;
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}
/*background*/
.cl_cccccc {
	background-color: #cccccc;
}
.cl_f3f3f3 {
	background-color: #f3f3f3;
}
.cl_e57f7f {
	background-color: #e57f7f;
	color: #ffffff;
}
.cl_fffc9c {
	background-color: #fffc9c;
}
.cl_d8fbab {
	background-color: #d8fbab;
}
.cl_aef0fa {
	background-color: #aef0fa;
}
.cl_cc0000 {
	background-color: #cc0000;
	color: #ffffff;
}

/*hr*/
hr.line_ccc {
	height:1px;
	border:none;
	border-top: 1px solid #cccccc;
}
/*form*/
input.txt,textarea.txt,select {
	display:block;
	border:1px solid #cccccc;
	background-color:#ffffcc;
	color:#666666;
	font-size:1.2em;
	height:30px;
	padding:0px 10px;
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input.txt::-webkit-input-placeholder {
    color: #666666;
    font-weight: normal;
}
input.txt:-ms-input-placeholder {
    color: #666666;
    font-weight: normal;
}
input.txt::-moz-placeholder {
    color: #666666;
    font-weight: normal;
}

select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:0;
}
select::-ms-expand {
	display:none;
	display:block\9;
	*display: block;
}

/*追加*/
/*.r-bnt {
	margin:0;
	padding:10px 0 5px 0;
	text-align:center;
}*/

#form_step03-doui {
	width:893px;
	margin:50px 0 0 0;
	border:1px #CBCCCC solid;
	background-color:#F3F3F3;
	text-align:center;
}
.form_step03-doui01 {
	font-size:16px;

	padding:10px 0 10px 0;
}
.form_step03-doui02 {
	padding:0 0 10px 0;
	line-height:20px;
}
.form_step03-doui02 img {
	width:16px;
}
.form_step03-doui02 a {
	color:#CC0000;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;

}
.form_step03-doui02 a:hover {
	color:#CC0000;
	font-weight:normal;
	text-decoration:underline;
	background-color:#F3F3F3;
}
.form_step03-doui03 {
	padding:0 0 10px 0;
	font-size:16px;
	line-height:20px;
}
#form_step04 {
	width:1200px;
	margin:0;
	padding:0;
	text-align:center;
}
.form_step04-info1 {
	width:1200px;
	margin:30px 0 0 0;
	text-align:center;
	font-size:14px;
}
.form_step04-info2 {
	width:1200px;
	margin:20px 0 0 0;
	border:1px #CBCCCC solid;
	background-color:#F3F3F3;
}
.form_step04-info2 p {
	width:1200px;
	margin:0;
	padding:10px 0;
	font-size:14px;
	color:#CC0000;
}

/*　エラーメッセージ　（フォームからのコピペ）  */
.error_msg {
	background:#f3f3f3;
	border:1px solid #cccccc;
	margin:25px auto 40px;
}
.error_msg p {
	padding:20px;
	color:#cc0000;
	font-size:1.2em;
	line-height:1.8;
}

/* Media Queries==========================================================================*/
@media screen and (max-width:1200px) {
	header div.inner {
		width:1200px;
	}
}
@media screen and (max-width:799px) {
	html {
		-webkit-text-size-adjust:none;
	}
	/* img {
		max-width:100%;
		height:auto;
	} */
	header#lp {
		height:205px;
	}
	header div.inner {
		padding-top: 0;
		width:100%;
		position: absolute;
		top: 50px;
	}
	header h1,header div.inner a.right {
		float:none;
	}
	header h1 {
		margin-left:-140px;
		text-align:center;
		position: absolute;
		top: 18px;
		left:  50%;
	}
	header div.inner a.right img {
		display:block;
		margin:10px auto;
	}
	section,h2,.w630,.w758{
		width:100%;
	}
	input.txt,textarea.txt,select {
		font-size:1.4em;
	}
	footer div.graybase div.seal,footer div.graybase p.copyright {
		float:none;
	}
	footer div.graybase div.seal {
		width:376px;
		margin:0px auto;
	}
	footer div.graybase p.copyright {
		clear:both;
		margin:10px auto;
	}
	.r-bnt {
		margin:0;
		padding:10px 0 5px 0;
		text-align:center;
	}
	.r-bnt img {
		width:730px;
	}
.w510{
	width: 100%;
	}
}
@media screen and (max-width:699px) {
	header {
		height:180px;
	}
	header#lp {
		height:170px;
	}
	header div.header_txt {
		display:none;
	}
	header div.header_txt_sp {
		display:block;
		position:absolute;
		width:100%;
		top:0px;
	}
	header div.header_txt_sp p {
		padding:8px 10px;
		background-color:#e7e7e7;
	}
	header div.header_txt_sp .header_currency {
		margin-right: 10px;
		float: right;
	}

	header div.header_txt_sp .header_currency select {
		padding: 2px 10px;
		border :0;
		background: #f2f0f0 url(/common/img/form_drop_2.png) no-repeat 95% 50%;
		min-width: 80px;
		height: auto;
	}
	header div.inner {
		padding-top: 0;
		position: absolute;
		top:60px;
	}
	header h1 a.logo {
		width:162px;
		height:44px;
		-webkit-background-size:162px 44px;
		-o-background-size:162px 44px;
		-khtml-background-size:162px 44px;
		background-size:162px 44px;
	}
	header h1 a.logo_tabelog {
		width:144px;
		height:44px;
		-webkit-background-size:144px 44px;
		-o-background-size:144px 44px;
		-khtml-background-size:144px 44px;
		background-size:144px 44px;
	}
	header div.inner a.right img {
		width:300px;
		margin:5px auto;
	}
	section {
		margin:20px auto 0px;
	}
	footer address.callcenter {
		border-top:none;
		padding:10px 0px;
		font-size:1em;
	}
	footer address.callcenter .callcenter_tel_jp {
		display:block;
		width:300px;
		height:73px;
		margin:0px auto 10px;
		background:url('../img/footer_callcenter_tel_sp_jp.gif') left top no-repeat;
		-webkit-background-size:300px 73px;
		-o-background-size:300px 73px;
		-khtml-background-size:300px 73px;
		background-size:300px 73px;
	}
	footer address.callcenter .callcenter_tel_en {
		display:block;
		width:300px;
		height:73px;
		margin:0px auto 10px;
		background:url('../img/footer_callcenter_tel_sp_en.gif') left top no-repeat;
		-webkit-background-size:300px 73px;
		-o-background-size:300px 73px;
		-khtml-background-size:300px 73px;
		background-size:300px 73px;
	}
	footer address.callcenter .callcenter_tel_cn {
		display:block;
		width:300px;
		height:73px;
		margin:0px auto 10px;
		background:url('../img/footer_callcenter_tel_sp_cn.gif') left top no-repeat;
		-webkit-background-size:300px 73px;
		-o-background-size:300px 73px;
		-khtml-background-size:300px 73px;
		background-size:300px 73px;
	}
	footer address.callcenter .callcenter_tel_tw {
		display:block;
		width:300px;
		height:73px;
		margin:0px auto 10px;
		background:url('../img/footer_callcenter_tel_sp_tw.gif') left top no-repeat;
		-webkit-background-size:300px 73px;
		-o-background-size:300px 73px;
		-khtml-background-size:300px 73px;
		background-size:300px 73px;
	}
	footer address.callcenter .callcenter_tel_kr {
		display:block;
		width:300px;
		height:73px;
		margin:0px auto 10px;
		background:url('../img/footer_callcenter_tel_sp_kr.gif') left top no-repeat;
		-webkit-background-size:300px 73px;
		-o-background-size:300px 73px;
		-khtml-background-size:300px 73px;
		background-size:300px 73px;
	}
	footer address.vision {
		padding:10px 0px;
		font-size:1em;
	}
	footer address.vision em {
		display:block;
	}
	footer address.vision img {
		display:block;
		margin:0px auto 10px;
	}
	footer address.vision span.ad_vision {
		display:none;
	}
	footer address.vision span.ad_vision_sp {
		display:inline;
	}
	footer div.graybase div.seal {
		width:100%;
		margin:0px auto;
		text-align:center;
	}
	#ss_gmo_img_wrapper_100-50_image_ja {
		float:none;
		display:block;
		width:100%;
		height:50px;
		margin:0px auto 10px;
	}
	footer div.graybase div.seal img.seal {
		margin:5px;
	}
	h2 {
		height:50px;
		font-size: 2em;
		line-height: 50px;
		text-indent: 25px;
		-webkit-background-size: 14px 50px;
		-o-background-size:14px 50px;
		-khtml-background-size:14px 50px;
		background-size:14px 50px;
	}
	.bg_shuriken {
		font-size:1.5em;
		padding:12px 17px;
		-webkit-background-size:57px 40px;
		-o-background-size:57px 40px;
		-khtml-background-size:57px 40px;
		background-size:57px 40px;
	}
.bg_gradation_gray{
	font-size: 1.7em;
}
	.bottom_dot {
		font-weight:bold;
		font-size:1.2em;
	}
	.mgt25 {
		margin-top: 10px;
	}
	.r-bnt {
		margin:0;
		padding:10px 0 5px 0;
		text-align:center;
	}
	.r-bnt img {
		width:310px;
	}

.w470,.half{
	width: 100%;
	}

.mgt120 {
	margin-top: 60px !important;
}
}

.airport_notice {
	border: 1px solid #CC0000;
	border-radius: 8px;
	background: #ffffff;
	display: flex;
	align-items: center;
}
.airport_notice_area1{
	width: 12%;
	color: #CC0000;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 25px;
}
.airport_notice_area2{
	width: 53%;
	font-size: 1.1em;
	margin: 20px 0 20px 0;
}
.airport_notice_area3{
	width: 35%;
	margin-top: 8px;
}
.airport_notice .grayBg{
	background-color: #F8F8F8;
}
.airport_notice div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.airport_notice .notice_title{
	text-align: center;
	color: #CC0000;
	font-size: 1.5em;
	margin-top: 10px;
	font-weight: bold;
}
.airport_notice .notite_txt {
	padding: 10px 20px 20px 20px;
	flex-basis:669px;
}
.airport_notice .notice_detail{
	margin: 0 auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	width:300px;
}