.fl {
	float: left;
}
#modalBase {
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	width:100%;
	height:100%;
	z-index:99999;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,'sans-serif';
	font-weight: 200;
}
#modalBG {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	background:#FFF;
	z-index: 100;
}
#modalBtnClose {
	position:absolute;
	right:0px;
	top:0px;
	z-index:100000;
	cursor:pointer;
	width: 60px;
}
.modalInner {
	position:fixed;
	left:0px;
	top:0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	color:#0E1315;
	padding:0px 0;
	overflow:auto;
	z-index: 200;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
#modalBase .scroll_auto {
	overflow:scroll;
}
#modalLoading {
	position:fixed;
	left:50%;
	top:50%;
	width: 32px;
	height: 32px;
	margin-top:-16px;
	margin-left: -16px;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	display: none;
	opacity: 0;
	z-index: 300;
}
.modalInner h2 {
	padding:13px;
	font-style:normal;
	font-size:2.4em;
	font-weight:normal;
	line-height:1em;
}
.modalInner h3 {
	padding:0px 0px 30px;
	font-style:normal;
	font-size:1.4em;
	font-weight:normal;
}
#country_ir .modalCountry {
	text-align: right;
}
#country_ir .modalInner h2 {
	padding-right: 64px;
}
#country_ir .modalInner h3.btnCloseList,
#country_ir .modalInner h3.btnCloseListOn {
	padding-right: 24px;
}
#country_ir .modalSns .sns-logo {
	float: right;
}

.btnCloseList,
.btnCloseListOn {
	background-image: url("/global/images/modal/modal_toggle_arrow_deactive.png");
	background-position: right 9px;
	background-repeat: no-repeat;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.btnCloseListOn {
	background-image: url("/global/images/modal/modal_toggle_arrow_active.png");
}
.modalContents {
	padding: 40px 5% 60px;
}
.modalList {
	overflow: hidden;
}
.modalTable {
	padding: 30px 0;
	border-bottom: 1px solid #CCC;
	width: 100%;
}
.modalList a:last-child .modalTable{
	border-bottom: none;
}
.modalList a:first-child .modalTable{
	padding-top:0;
}
.modalList a {
	border-bottom: 1px solid #FFF;
	color:#0E1315;
	text-decoration: none;
	display: block;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.modalCountry a {
	border-bottom: none;
}
.modalList a:last-child {
	border-bottom: none;
}
.modalTitle {
	vertical-align: middle;
	font-size: 1.4em;
}
#modalNewsList a,
#modalNewsImportantList a {
	border-bottom: none;
}
#modalNewsList .modalTable,
#modalNewsImportantList .modalTable {
	border-bottom: none;
	padding-bottom: 0px;
}
.tag_box {
	border-bottom: 1px solid #FFF;
}
.tag_box .tag_box_inner {
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
	/*実装解除*/
	display: block;
	padding-bottom: 10px;
}
.tag_box:last-child,
.tag_box:last-child .tag_box_inner {
	border-bottom: none;
}
.tag_box div{
	font-size: 0.5em;
	display: inline-block;
	padding: 3px;
	/*実装解除*/
	display: none;
}
.tag_box div a {
	padding: 5px;
	background: #FFF;
	border-radius: 3px 5px;
	font-size: 11px;
}
/* ===== modalNews ===== */
.modalNewsDate {
	vertical-align: middle;
	width: 150px;
	font-size: 1.2em;
}

.sortBtn{
	background: #3F4345;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	float: right;
	width:18%;
	padding: 41px 0px;
	margin-bottom: 10px;
	margin-right: 1%;
	cursor: pointer;
}
.sortArea {
	background: #CFD0D0;
	width:100%;
	padding: 10px 0px 0px;
	margin-bottom: 60px;
	position: relative;
	/*実装解除*/
	display:none;
}
.sortItems {
	position: relative;
	float: left;
	width: 39%;
	margin-bottom: 10px;
	margin-left: 1%;
	height: 46px;
	border-radius: 5px;
}
.sortItemsInner {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 5px;
	background: #FFF;
	width: 100%;
	overflow: hidden;
	height: 46px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.sortItemsList {
	height: 350px;
	overflow: auto;
}
.sortItemsSelects {
	height: 32px;
	padding-top: 14px;
	padding-left: 5%;
	width: 90%;
	background-image: url("/global/images/modal/modal_toggle_arrow_deactive.png");
	background-position: right 18px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 1em;
}
.sortItemsSelects span {
	color: #999;
}
.sortItems ul {
	width: 100%;
	z-index: 1000;
	list-style: none;
}
.sortItems ul li {
	padding: 10px 5%;
	cursor: pointer;
	border-top: solid 1px #EEE;
}
.sortItems ul li.select {
	background: #EEE;
	opacity: 0.7;
}
@media only screen and (max-width: 1000px){
	.sortItems {
		width: 98%;
	}
	.sortArea {
		padding: 10px 1% 51px;
	}
	.sortBtn{
		padding: 10px 0px;
		position: absolute;
		bottom: 0px;
		right : 1%;
		width: 96%;
	}
}
/* ===== modalSearch ===== */
#inputTable {
	display: table;
	width:100%;
	padding-top: 40px;
}
#searchWord {
	display: table-cell;
	vertical-align: top;
}
#searchWord input {
	border: none;
	font-size: 26px;
	width: 100%;
	color: #0D1314;
	outline: none;
	vertical-align: middle;
	margin: 0;
	background-color:transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
 }
#searchBtn {
	display: table-cell;
	width: 50px;
}
#searchBtn input {
	background-image: url("/global/images/modal/search_glass.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
	width: 38px;
	height: 0;
	padding-top: 35px;
	overflow: hidden;
	outline: none;
	background-color:transparent;
}
.modalSearchResult a{
	color:#0E1315;
}
#modalSearchResult .modalTitle{
	text-align: center;
}
.modalThum {
text-align: center;
}
/* ===== modalCountry ===== */
.modalCountry {
	overflow: hidden;
}
.modalCountry a {
	text-decoration:none;
	color:#0E1315;
	line-height: 2em;
	display: inline-block;
	vertical-align: top;
	width: 280px;
	font-size: 1.6em;
	margin: 0px 30px 30px 0px;

	text-indent: -73px;
	padding-left: 73px;
	width: 207px;
}
.modalCountry .icon {
	width: 48px;
	height: 34px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 25px;

	vertical-align: top;
}
#country_ir .modalCountry a {
	margin-right: 0;
}
#country_ir .modalCountry .icon {
	vertical-align: middle;
	width: 73px;
	background-position: right 0;
	margin-right: 0;
}

.modalSns a {
	display: table;
	margin: 0px 1% 20px;
	width: 98%;
	float: left;
	text-decoration: none;
	color:#FFF;
}
@media only screen and (min-width: 860px){
	.modalSns a {
		width: 48%;
	}
}
.modalSns a div {
	display: table-cell;
	vertical-align: middle;
}
.modalInner .modalSns h3 {
	font-size: 1.2em;
	padding: 0;
	text-align: right;
	padding-right: 15px;
}
.modalInner .modalSns h4 {
	font-size: 1em;
	text-align: right;
	padding-right: 15px;
	font-weight: normal;
	word-break:break-all;
}
.sns-logo {
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	float: left;
	background-size: 90%;
}

/* SNS */
.sns-facebook{background-color:#37559b;}
.sns-facebook .sns-logo{background-image:url("/global/images/modal/sns_fb.png")}
.sns-youtube{background-color:#353535;}
.sns-youtube .sns-logo{background-image:url("/global/images/modal/sns_youtube.png")}
.sns-soundcloud{background-color:#ff6000;}
.sns-soundcloud .sns-logo{background-image:url("/global/images/modal/sns_soundcloud.png")}
.sns-ustream{background-color:#4096ff;}
.sns-ustream .sns-logo{background-image:url("/global/images/modal/sns_ustream.png")}
.sns-twitter{background-color:#00a9f6;}
.sns-twitter .sns-logo{background-image:url("/global/images/modal/sns_twitter.png")}
.sns-google{background-color:#e1482b;}
.sns-google .sns-logo{background-image:url("/global/images/modal/sns_google.png")}
.sns-myspace{background-color:#000;}
.sns-myspace .sns-logo{background-image:url("/global/images/modal/sns_myspace.png")}
.sns-pinterest{background-color:#cf1913;}
.sns-pinterest .sns-logo{background-image:url("/global/images/modal/sns_pinterest.png")}
.sns-linkedin{background-color:#007db5;}
.sns-linkedin .sns-logo{background-image:url("/global/images/modal/sns_linkedin.png")}
.sns-line{background-color:#00cd0e;}
.sns-line .sns-logo{background-image:url("/global/images/modal/sns_line.png")}
.sns-instagram{background-color:#43608c;}
.sns-instagram .sns-logo{background-image:url("/global/images/modal/sns_instagram.png")}
.sns-flickr{background-color:#f00083;}
.sns-flickr .sns-logo{background-image:url("/global/images/modal/sns_flickr.png")}
.sns-rss{background-color:#555;}
.sns-rss .sns-logo{background-image:url("/global/images/modal/sns_rss.png")}
.sns-tumblr{background-color:#35465c;}
.sns-tumblr .sns-logo{background-image:url("/global/images/modal/sns_tumblr.png")}
