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

	index/style.css

------------------------------------------------------------------------------*/



/* slider
------------------------------------------------------------------------------*/

.slider {
	margin: 0;
}

.slider .slide {
	position: relative;
	height: 387px;
	display: block;
	margin-bottom: 0;
	background-image: url(../../common/img/slider-back.png);
	background-position: center center;
background-repeat: no-repeat;}

.slider .card {
	margin: 0 auto;
	padding: 20px 50px;
}

.special .card .sub {
	position: absolute;
}

.special .card .japan {
	top: 55px;
	right: 370px;}

.special .card .koria {
	top: 135px;
	left: 270px;}

.special .card .taiwan {
	left: 580px;
	top: 230px;
}

.special .card .sub a {
	position: relative;
	width: 129px;
	height: 129px;
	border: 2px solid #FFF;
	border-radius: 50%;
	background-color: #E47935;
	color: #FFF;
}

.special .card .sub a:hover {
	color: #E47935;
	background-color: #FFF;
	border: 2px solid #E47935;
}

.special .card .sub a span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	}


.slider .card  .svg {
	display: inline-block;
	width: 22px;
	vertical-align: -6px;
}

.special .card .sub .button:before {
	display: none;
}

.special .card .sub:last-child {
	margin-right: 0;
}

.slider .card .heading,
.slider .card .text {
	display: block;
	text-shadow: 1px 1px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,-1px -1px 0 #FFF;
	text-align: center;
}

.slider .heading {
	margin: 0 0 20px;
	font-size: 2.25em;
}

.slider .card .text {
	font-weight: bold;
}

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

.slider .slide {
	height: 300px;	
	background-image: url(../../common/img/slider-back_1240.png);
}

.slider .card {
	position: absolute;
	left: 50%;
	margin-left: -620px;}

.slider .card .sub-group {
	width: 600px;
	margin: 0 auto;
}

.special .card .sub {
	position: static;
	float: left;
}

.special .card .japan,
.special .card .koria {
	margin-right: 30px;
}

.special .card .sub a {
	position: relative;
	width: 180px;
	height: 180px;
	border: 2px solid #FFF;
	border-radius: 50%;
	background-color: #E47935;
	color: #FFF;
}

}

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

.slider .slide {
	height: auto;
}

.slider .card {
	position: static;
	left: 0;
	margin: 0;
	padding: 12px;
}

.special .card .sub {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.slider .card .sub-group {
	width: 100%;
}

.special .card .taiwan br {
	display: none;
}

.special .card .sub a span {
	position: static;
}

.special .card .sub .button {
	width: 100%;
	height: 100%;
	padding: 15px 0;
	border-radius: 5px;
}


.slider .card .heading,
.slider .card .text {
	text-align: left;
}

.slider .heading {
	margin-bottom: 3px;
	font-size: 1.75em;
}

.slider .card .text {
	font-size: 0.875em;
}

}

/* common
------------------------------------------------------------------------------*/

#main,
#side {
	width: 555px;
}

#contents ul {
	margin: 0;
}

#contents li a {
	display: block;
}

#contents li,
#contents .bgw .bgw {
	margin-bottom: 0;
	padding: 25px 0;
	border-top: 1px solid #EEE;
	list-style: none;
}

#contents .bgw .bgw {
	padding-bottom: 0;
}

#contents .bgw .bgw:before {
	display: none;
}

#contents li:first-of-type,
#contents .bgw .bgw:first-of-type,
#contents .bgw .no_entry {
	padding-top: 0;
	border-top: none;
}

#contents  li:last-child {
	padding-bottom: 0;
}

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

#main,
#side {
	width: 100%;
}

#contents li,
#contents .bgw .bgw {
	padding: 10px 0 15px;
}

#contents .bgw .bgw {
	margin-top: 0;
}

#contents .heading {
	padding-right: 50px;
}

}


/* news
------------------------------------------------------------------------------*/

#contents .news a {
	text-decoration: none;
	color: inherit;
}

#contents .news .date {
	display: block;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 1.125em;
}

#contents .news ul li p:first-of-type {
	margin-bottom: 10px;
}

/* side
------------------------------------------------------------------------------*/

#side .edit {
	display: none;
}

#contents .all {
	position: absolute;
	top: 0;
	right: 0;
}

#contents .all a {
	display: block;
	padding: 10px 15px;
	background-color: #333;
	text-decoration: none;
	line-height: 1;
	font-size: 1.25em;
	color: #FFF;
}


