@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
img {
	width: 100%;
	display: block;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
article {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

/*====================================

	loader

====================================*/

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #411600;
    z-index: 99999;
}
.loader-wrap .loader {
	width: 200px;
	position: relative;
}
.loader-wrap .loader img {
	width: 100%;
}
.loader-wrap .loader span {
	position: absolute;
	top: 0;
	left: 0;
	animation: clock-s 5s infinite steps(60);
}
@keyframes clock-s {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(270deg);
	}
}


/*====================================

	font

====================================*/

h2 {
    width: 100%;
    font-family: 'Ephesis', cursive;
    font-size: 700%;
    line-height: 1em;
    display: block;
    color: #411600;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 20px;
}
h3 {
	width: 100%;
	font-family: 'Ephesis', cursive;
	font-size: 550%;
	line-height: 1em;
	display: block;
	color: #411600;
}
h3 span {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 20%;
	padding-left: 1em;
	color: #411600;
}

/*====================================

	btn_m,btn_s

====================================*/

.btn_m,.btn_s {
	width: 100%;
	text-align: center;
}
.btn_m a,
.btn_s a {
    display: inline-block;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_m a {
	padding: 1.5em 6em;
	font-size: 90%;
}
.btn_s a {
	padding: 1.2em 5em;
	font-size: 80%;
}
.btn_m a:hover,
.btn_s a:hover {
	filter: alpha(opacity=60);
 	-moz-opacity:0.6;
 	opacity:0.6;
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	zoom:1;
}
.btn_m a .top_left,
.btn_m a .top_right,
.btn_m a .bottom_left,
.btn_m a .bottom_right,
.btn_s a .top_left,
.btn_s a .top_right,
.btn_s a .bottom_left,
.btn_s a .bottom_right {
    position: absolute;
    width: 60%;
    height: 60%;
    z-index: -1;
    display: inline-block;
}
.btn_m a .top_left {
    top: 0;
    left: 0;
    background: url(/common/images/btn_bg_top_left.svg) no-repeat;
    background-size: 200px;
    background-position: top 0 left 0;
}
.btn_m a .top_right {
    top: 0;
    right: 0;
    background: url(/common/images/btn_bg_top_right.svg) no-repeat;
    background-size: 200px;
    background-position: top 0 right 0;
}
.btn_m a .bottom_left {
    bottom: 0;
    left: 0;
    background: url(/common/images/btn_bg_bottom_left.svg) no-repeat;
    background-size: 200px;
    background-position: bottom 0 left 0;
}
.btn_m a .bottom_right {
    bottom: 0;
    right: 0;
    background: url(/common/images/btn_bg_bottom_right.svg) no-repeat;
    background-size: 200px;
    background-position: bottom 0 right 0;
}
.btn_s a .top_left {
    top: 0;
    left: 0;
    background: url(/common/images/btn_bg_top_left.svg) no-repeat;
    background-size: 100px;
    background-position: top 0 left 0;
}
.btn_s a .top_right {
    top: 0;
    right: 0;
    background: url(/common/images/btn_bg_top_right.svg) no-repeat;
    background-size: 100px;
    background-position: top 0 right 0;
}
.btn_s a .bottom_left {
    bottom: 0;
    left: 0;
    background: url(/common/images/btn_bg_bottom_left.svg) no-repeat;
    background-size: 100px;
    background-position: bottom 0 left 0;
}
.btn_s a .bottom_right {
    bottom: 0;
    right: 0;
    background: url(/common/images/btn_bg_bottom_right.svg) no-repeat;
    background-size: 100px;
    background-position: bottom 0 right 0;
}
.btn_out a {
	position: relative;
}
.btn_out a:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 20px;
	width: 12px;
	height: 10px;
	display: inline-block;
	background: url(/common/images/out.svg) no-repeat;
	background-size: 12px;
}

/*====================================

	#wrap_body

====================================*/

#wrap_body {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#wrap_body:before {
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
}
.p_t_100 {
	padding-top: 100px;
}

/*====================================

	#logo

====================================*/

#logo {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 140px;
	z-index: 11;
}

/*====================================

	#header

====================================*/

#header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 10;
	width: 100%;
}
#header #gnav {
	margin: 0 auto;
}
#header #gnav > ul {
	float: right;
}
#header #gnav > ul li {
	float: left;
}
#header #gnav > ul > li > a {
	display: block;
	line-height: 1em;
	padding: 20px 16px;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-size: 80%;
}
#header #gnav > ul > li > a span {
	display: block;
	font-size: 80%;
	text-align: center;
	line-height: 1em;
	padding-top: .5em;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: .1em;
}
#header #gnav > ul > li:hover {
	color: #fff;
	background-color: #f29600;
}
#header #gnav > ul > li:hover a {
	color: #fff;
}
#header #gnav > ul > li:hover .sub_menu {
	max-height: 9999px;
	opacity: 1;
}
#header #gnav > ul > li a {
	display: block;
	transition: all 0.2s ease-in;
}
#header #gnav > ul .sub_menu {
	transition: all 0.2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	background: #f29600;
	border-top: 1px solid #fff;
}
#header #gnav > ul .sub_menu .sub_menu_inner_3,
#header #gnav > ul .sub_menu .sub_menu_inner_4 {
	margin: 0 auto;
}
#header #gnav > ul .sub_menu .sub_menu_inner_3 li {
	display: inline-block;
	width: 33.3333333333%;
	padding: 0px !important;
}
#header #gnav > ul .sub_menu .sub_menu_inner_4 li {
	display: inline-block;
	width: 25%;
	padding: 0px !important;
}
#header #gnav > ul .sub_menu .sub_menu_inner_3 li > a,
#header #gnav > ul .sub_menu .sub_menu_inner_4 li > a {
	color: #fff;
	display: table;
	text-decoration: none;
	width: 100%;
}
#header #gnav > ul .sub_menu .sub_menu_inner_3 li > a:hover,
#header #gnav > ul .sub_menu .sub_menu_inner_4 li > a:hover {
	background: #411600;
}
#header #gnav > ul .sub_menu .sub_menu_inner_3 li > a .ph,
#header #gnav > ul .sub_menu .sub_menu_inner_4 li > a .ph {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}
#header #gnav > ul .sub_menu .sub_menu_inner_3 li > a .text,
#header #gnav > ul .sub_menu .sub_menu_inner_4 li > a .text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 75%;
	padding-left: 10px;
	line-height: 1.5em;
}

/*====================================

	.header_sp

====================================*/

#header_sp {
	display: none;
}

/* =======================================

    bread

======================================= */

.bread {
	width: 100%;
	padding: 0 40px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.bread ul {
}
.bread ul li {
	float: left;
	margin-right: 10px;
}
.bread ul li:after {
	content: '>';
	font-size: 80%;
	display: inline-block;
	padding-left: 10px;
}
.bread ul li:last-child:after {
	content: '';
}
.bread ul li a {
	font-size: 80%;
	color: #000;
	text-decoration: underline;
}
.bread ul li a:hover {
	text-decoration: none;
}
.bread ul li p {
	font-size: 80%;
	line-height: 1em;
	display: inline-block;
}

/*====================================

    effect-fade

====================================*/

.effect-fade {
	opacity : 0;
	transform : translate(0, 40px);
	transition : all 1600ms;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/*====================================

    news_list

====================================*/

.news_list {
    width: 100%;
    margin-bottom: 100px;
}
.news_list ul {
}
.news_list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.news_list ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.news_list ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.news_list ul li a:hover {
    background: rgba(253, 242, 224, .8);
}
.news_list ul li a dl {
    display: table;
    width: 100%;
}
.news_list ul li a dl dt {
    display: table-cell;
    width: 160px;
    vertical-align: middle;
}
.news_list ul li a dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.news_list ul li a dl dd .cate {
	margin-bottom: 10px;
}
.news_list ul li a dl dd .cate span {
	line-height: 1em;
	font-size: 70%;
	background: #411600;
	color: #fff;
	line-height: 1em;
	padding: .4em 2em;
}
.news_list ul li a dl dd .day {
    font-family: 'Libre Baskerville', serif;
    font-size: 90%;
    color: #411600;
}

/*====================================

    pager

====================================*/

.pager {
    margin-bottom: 100px;
}
.pager .pagination {
    text-align: center;
}
.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50px;
}
.pager .pagination li.pre,
.pager .pagination li.next{
    background: #411600;
    color: #fff;
}
.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    color: #000;
}
.pager .pagination li.pre a,
.pager .pagination li.next a{
    color: #fff;
}
.pager .pagination li a span{
    display: table-cell;
    vertical-align: middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #fff;
    background: #F29600;
    border-radius: 10px;
    border-radius: 50px;
    animation: animScale 0.4s ease-out;
    transform-origin: 50% 50%;
    -webkit-animation: animScale 0.4s ease-out;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animScale 0.4s ease-out;
    -moz-transform-origin: 50% 50%;
}
@keyframes animScale {
    0% { transform: scale(0.8, 0.8); }
    40% { transform: scale(1.2, 1.2); }
    60% { transform: scale(1, 1); }
    80% { transform: scale(1.1, 1.1); }
    100% { transform: scale(1, 1); }
}
@-webkit-keyframes animScale {
    0% { -webkit-transform: scale(0.8, 0.8); }
    40% { -webkit-transform: scale(1.2, 1.2); }
    60% { -webkit-transform: scale(1, 1); }
    80% { -webkit-transform: scale(1.1, 1.1); }
    100% { -webkit-transform: scale(1, 1); }
}
@-moz-keyframes animScale {
    0% { -moz-transform: scale(0.8, 0.8); }
    40% { -moz-transform: scale(1.2, 1.2); }
    60% { -moz-transform: scale(1, 1); }
    80% { -moz-transform: scale(1.1, 1.1); }
    100% { -moz-transform: scale(1, 1); }
}
@media only screen and (max-width: 767px){
    .pager .pagination li{
        display: none;
    }
    .pager .pagination li.pre,
    .pager .pagination li.next{
        display: inline-block;
        width: 40%;
        height: 50px;
        text-align: center;
    }
    .pager .pagination li.pre a,
    .pager .pagination li.next a{
        width: 100%;
        text-align: center;
    }
    .pager .pagination li.pre span::after{
        content: "　前の10件へ";
    }
    .pager .pagination li.next span::before{
        content: "次の10件へ　";
    }
}

/*====================================

	column2

====================================*/  

.column2{
	margin-right: -1.4%;
	margin-bottom: 40px;
}
.column2 .cell{
	float: left;
	width: 48.6%;
	margin-right: 1.4%;
	text-align: center;
	padding: 4% 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	background: #f00;
}
/*====================================

column3

====================================*/  
.column3 {
	margin-right: -3.33%;
	margin-bottom: 40px;
}
.column3 .cell {
	float: left;
	width: 30%;
	margin-right: 3.33%;
	text-align: center;
	background: #f00;
}
/*====================================

column4

====================================*/ 
.column4{
	margin-right: -1.4%;
	margin-bottom: 40px;
}
.column4 .cell {
	float: left;
	text-align: center;
	background: #f00;
}
@media screen and (min-width: 1001px){
	.column4 .cell {
		width: 23.6%;
		margin-right: 1.4%;		
	}
}
@media screen and (max-width: 1000px){ 
	.column4 .cell {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
}
/*====================================

column5

====================================*/  
.column5 {
	margin-right: -1.5%;
	margin-bottom: 40px;
}
.column5 .cell{
	float: left;
	width: 18.5%;
	margin-right: 1.5%;
	text-align: center;
	background: #f00;
}
/*====================================

column6

====================================*/  
.column6 {
	margin-right: -1.666%;
	margin-bottom: 40px;
}
.column6 .cell{
	float: left;
	width: 15%;
	margin-right: 1.666%;
	background: #7dcbb5;
	text-align: center;
	background: #f00;
}

/*====================================

	flex

====================================*/  

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 10px solid #f76;
}
.flex p {
	width: 50%;
	text-align: center;
	border: 1px solid #f00;
}
/*====================================

	flex_reverse

====================================*/  

.flex_reverse {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 10px solid #0f0;
}
.flex_reverse p {
	width: 50%;
	text-align: center;
	border: 1px solid #f0f;
}

/*====================================

    btm_contact

====================================*/

.btm_contact {
    padding: 0 40px;
    margin-bottom: 100px;
}
.btm_contact .inner {
    border: 2px solid #F39602;
    padding: 40px;
}
.btm_contact .inner .btm_contact_ttl {
    border-bottom: 4px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px; 
}
.btm_contact .inner .btm_contact_ttl p {
    font-size: 120%;
    font-weight: 400;
}
.btm_contact .inner .btn_contact_content {
}
.btm_contact .inner .btn_contact_content .bc_cell {
    margin-bottom: 40px;
}
.btm_contact .inner .btn_contact_content .bc_cell:last-child {
    margin-bottom: 0px;
}
.btm_contact .inner .btn_contact_content .bc_cell .bc_cell_ttl {
    border-left: 4px solid #F39602;
    line-height: 1em;
    padding: .5em 0 .5em .5em;
    font-size: 110%;
    margin-bottom: 20px;
    font-weight: 400;
}
.btm_contact .inner .btn_contact_content .bc_cell .tel {
    font-size: 300%;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    line-height: 1em;
}
.btm_contact .inner .btn_contact_content .bc_cell .tel span {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 30%;
    font-weight: 200;
    display: inline-block;
    line-height: 1em;
    padding-left: 1em;
}
.btm_contact .inner .btn_contact_content .bc_cell .form {
    margin-bottom: 60px;
}
.btm_contact .inner .btn_contact_content .bc_cell .form dl {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.btm_contact .inner .btn_contact_content .bc_cell .form dl:last-child {
    margin-bottom: 0px;
}
.btm_contact .inner .btn_contact_content .bc_cell .form dl dt {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
}
.btm_contact .inner .btn_contact_content .bc_cell .form dl dd {
    display: table-cell;
    vertical-align: middle;
}

/*====================================

    doi

====================================*/

.doi {
	border: 1px solid #ccc;
	height: 300px;
	padding: 40px;
	overflow: scroll;
	margin-bottom: 60px;
}
.doi .doi_inner {
}
.doi .doi_inner dl {
	margin-bottom: 10px;
}
.doi .doi_inner dl dt {
	font-size: 90%;
	font-weight: 400;
}
.doi .doi_inner dl dd {
	font-size: 80%;
	font-weight: 200;
}

/*====================================

    form

====================================*/

input[type="submit"],
input[type="text"],
input[type="file"],
select,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    background: #eee;
}
input::placeholder {
    color: #ccc;
}
input[type="file"] {
    padding: 10px;
    cursor: pointer;
}
label {
    padding: 10px 40px;
    cursor: pointer;
    display: inline-block;
}
input[type="file"] {
    display: none;
}
.input_text_short,
.input_text_middle,
.input_text_long,
.input_text_long_height {
    border: 0;
    padding: 10px;
    font-size: 1.1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.input_text_short {
    width: 50%;
}
.input_text_middle {
    width: 80%;
}
.input_text_long {
    width: 100%;
}
.input_text_long_height {
    width: 100%;
    height: 300px;
}
.form-radio {
}
.form-radio li {
	float: left;
}
.form-radio li label {
	padding: 0 30px 0 6px;
}

/*====================================

    wrap_clock

====================================*/

.wrap_clock {
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: multiply; 
}
.wrap_clock .inner {
    max-width: 1480px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*====================================

    map

====================================*/

#map {
    width: 100%;
    padding: 0;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}
#map iframe {
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
    width: 100%;
    height: 400px;
}

/*====================================

    btn_online

====================================*/

.btn_online {
	position: fixed;
	left: 30px;
	bottom: 30px;
	display: block;
	z-index: 11;
}
.btn_online a {
	display: inline-block;
	line-height: 1em;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	padding: .8em 3em .8em 2em;
	background: url(/common/images/btn_online_arrow.svg) no-repeat top 50% right 20px #F39602;
	background-size: 8px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_online a:hover {
	background: url(/common/images/btn_online_arrow.svg) no-repeat top 50% right 18px #411600;
	background-size: 8px;
}

/*====================================

    footer

====================================*/

#footer {
    background: #411600;
    padding: 100px 40px;
    z-index: 1;
    position: relative;
}
#footer .inner {
    margin: 0 auto;
}
#footer .inner h1 {
    margin-bottom: 40px;
    width: 200px;
}
#footer .inner h1 img {
    width: 100%;
}
#footer .inner .main_list {
    padding-bottom: 20px;
}
#footer .inner .main_list ul {
    margin-right: -1.5%;
    margin-bottom: 20px;
}
#footer .inner .main_list ul li {
    float: left;
    width: 18.5%;
	margin-right: 1.5%;
}
#footer .inner .main_list ul li:first-child a {
	font-weight: 400;
	font-size: 100%;
}
#footer .inner .main_list ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 1em;
    font-size: 90%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
#footer .inner .main_list ul li a span {
    display: block;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    line-height: 1em;
    font-size: 90%;
    padding: .5em 0 0 0;
    letter-spacing: .1em;
}
#footer .inner .main_list ul li a:hover {
    color: #f29600;
}
#footer .inner .sub_list {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 40px;
}
#footer .inner .sub_list {
    margin-bottom: 40px;
}
#footer .inner .sub_list ul {
    margin-right: -1.4%;
}
#footer .inner .sub_list ul li {
    width: 23.6%;
    margin-right: 1.4%; 
    float: left;
}
@media only screen and (max-width: 1100px){
	#footer .inner .sub_list ul {
	    width: 100%;
	}
	#footer .inner .sub_list ul li {
	    width: 48%;
	    margin-bottom: 20px;
	}
	#footer .inner .sub_list ul li:nth-child(odd) {
	    float: left;
	}
	#footer .inner .sub_list ul li:nth-child(even) {
	    float: right;
	}
}
#footer .inner .sub_list ul li a {
    display: block;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: .8em 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#footer .inner .sub_list ul li a:hover {
    background: #f29600;
    color: #fff;
    border: 1px solid #f29600;
}
#footer .inner .copy {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 80%;
    letter-spacing: .1em;
}

/*====================================

	jojo-ni

====================================*/

/*{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}*/

/*====================================

	opacity

====================================*/	

/*.opacity a:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}*/

/* =======================================

	cf

======================================= */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}



