body {
	coloe:#0f0f0f;
}

/* ------------------------------------------------------------
	container
------------------------------------------------------------ */
#container {
	border-top:solid 3px #ffe100;
	background-color:#fff;
}

#container-inner {
	margin: 0 auto;
}




/* ------------------------------------------------------------
	header Layout
------------------------------------------------------------ */
header {
	margin:0 auto;
	width:960px;
	height: 77px;
	position:relative;
}

header h1 {
	position:absolute;
	top:15px;
	left:0;
}

header .members {
	position:absolute;
	top:0;
	right:0;
}

header ul {
	position:absolute;
	top:33px;
	right:8px;
}

header li {
	width:100px;
	display:inline-block;
	vertical-align:middle;
}

header li:nth-child(3){
	width:130px;
	display:inline-block;
}

header li:last-child{
	width:170px;
	display:inline-block;
}

header li input[type="text"]{
	width:150px;
	height:30px;
	background-color:#f5f5f5;
	border-radius:20px;
	color:#b5b5b5;
	font-size:12px;
	line-height:1;
	padding:0 15px;
	border:none;
	-webkit-appearance:none;
	position:relative;
}

::-ms-clear {display: none;}

header li #search_btn {
	position:absolute;
	top:9px;
	right:2px;
}

header li a:Hover,.members a:Hover{
	opacity: 0.7;
}


/* ------------------------------------------------------------
	Navi menu
------------------------------------------------------------ */

nav {
	width:100%;
	height:40px;
	background-color:#dcdcdc;
	text-align:center;
	position:relative;
	z-index:100;
}

/* Main menu */
#main_navi {
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	width:970px;
}

#main_navi li.menu {
	width:188px;
	height:29px;
	margin:0;
	padding:11px 0 0 0;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	color:#000;
	font-size:13px;
	cursor:pointer;
}

#main_navi li.menu:Hover, #main_navi li.menu.active {
	background-color:#ffe100;
}

#main_navi li.menu a {
	width:188px;
	height:29px;
	display:block;
}


#main_navi li.menu a:Hover {
	color:#000;
}

.main_submenu{
	width:100%;
	background-color: rgba( 0, 9, 40, 0.70 );
    display: none;
    position: absolute;
	left:0;
    padding: 0;
}

.main_submenu ul{
	width:960px;
	margin:20px auto;
	text-align:left;
}

.main_submenu li{
	width:223px;
	height:28px;
	margin-right:17px;
	display:inline-block;
	border-top:solid 1px #fff;
	font-size:13px;
	color:#fff;
	text-align:left;
	padding:10px 0 5px;
	background: url(/img/menu_arrow.png) no-repeat right 17px transparent;
}

.main_submenu li:Hover{
	border-top:solid 1px #ffe100;
	color:#ffe100;
	background: url(/img/menu_arrow_y.png) no-repeat right 17px transparent;
}

.main_submenu li:nth-child(4n),.main_submenu li:nth-child(4n):Hover{
	margin-right:0;
}

#main_navi .main_submenu li a {
	color:#fff;
}
#main_navi .main_submenu li a:Hover {
	color:#ffe100;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 65px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #72cfc5;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 16px;
}
#nav-toggle span:nth-child(3) {
    top: 32px;
}




/* ------------------------------------------------------------
	main contents area
------------------------------------------------------------ */
#main {
	margin:0 auto;
	width:960px;
	height:266px;
}

#pickup {
	width:100%;
	margin:0 auto 40px;
	padding:15px 0;
	background-color:#f5f5f5;
}

#pickup_area {
	width:960px;
	margin:0 auto;
}

#pickup_area li{
	width:267px;
	height:122px;
	vertical-align:top;
	display:inline-block;
	margin:0 40px 0 0;
	padding:0 0 0 23px;
	background: url(/img/pickup_arrow.png) no-repeat left 0 transparent;
}

#pickup_area li a:Hover{
	opacity: 0.7;
}

#pickup_area li:last-child{
	margin:0 0 0 0;
}

#pickup_area li p{
	width:265px;
	height:80px;
	padding:0;
	background-color:#fff;
	text-align:center;
	display:table-cell;
	line-height: 80px;
}

#pickup_area li p img{
	vertical-align:middle;
}

#pickup_area li span.pickup_txt{
	margin:5px 0 0 0;
	display:block;
	font-size:13px;
	line-height:1.4;
	color:#0f0f0f;
}



#contents {
	width:960px;
	margin:0 auto;
}

h2 {
	font-size:18px;
}


#mL {
	position: relative;
	float: left;
	width: 640px;
	margin:0 25px 0 0;
}


#mL .whatsnew {
    position: relative;
	margin:0 0 10px 0;
}


#mL .rss_icon {
	padding:0 20px 0 0;
    position: absolute;
    right: 74px;
    top: -2px;
	border-right:1px solid #ebebeb;
}

#mL .list_icon {
	padding:0 0 0 15px;
    position: absolute;
    right: 0px;
    top: -2px;
}


#mL dl{
	width: 640px;
}

#mL dt{
	border-top:1px solid #ebebeb;
	padding: 15px 0 0 0;
}

#mL dd{
	width:640px;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	font-size:14px;
}

#mL .date {
	font-size:14px;
	color:#03b09d;
	display:inline-block;
	vertical-align:top;
	line-height:1.5;
}

#mL .c_label {
	display:inline-block;
	margin-left:5px;
}


#mL td {
    border-top: 1px solid #FFFFFF;
}

#mL table {
    background-color: #CCD5DD;
    border: 0 none;
    color: inherit;
    margin: auto;
    padding: 0;
    text-align: left;
}

#mL th {
    background-color: #EEEEEE;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}

#mL td{
    background-color: #EEF5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
}



#mR {
	position: relative;
	float: left;
	width: 265px;
	margin:0 0 0 30px;
}

#mR #right_menu ul{
	margin: 0 0 0 0;
}

#mR #right_menu li{
	width: 264px;
	margin:0 0 1px 0;
	padding:0;
	color:#000;
	background:  url(/img/right_btn.png) no-repeat left 0 #ededed;
	font-size:13px;
}

#mR #right_menu li:first-child {
	border-radius:4px 4px 0 0;
}

#mR #right_menu li:last-child {
	border-radius:0 0 4px 4px;
}

#mR #right_menu li a{
	display:block;
	padding:13px 0 10px 20px;
}

#mR #right_menu li a:Hover{
	color:#fff;
}

#mR #right_menu li:Hover{
	background-color:#03b09d;
	color:#fff;
}


#pickup_contents {
	width:960px;
	margin:0 auto;
	clear:both;
}

#pickup_contents ul{
	width:960px;
	padding:35px 0;
	border-top:solid 1px #ebebeb;
}

#pickup_contents li{
	width:300px;
	margin-right:24px;
	display:inline-block;
}

#pickup_contents li:last-child{
	width:300px;
	margin-right:0;
}

#pickup_contents li:Hover{
	opacity: 0.8;
}


section#banner {
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	padding:30px 0;
}

section#banner ul{
	width:960px;
	margin:0 auto;
}

section#banner li{
	width:220px;
	display:inline-block;
	margin-right:20px;
}

section#banner li:nth-child(4n) {
	margin-right:0;
}

section#banner li p{
	width:220px;
	padding:0;
	text-align:center;
	display:table-cell;
	line-height: 80px;
}

section#banner li p img{
	vertical-align:middle;
}

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

------------------------------------------------------------ */
footer {
	width: 100%;
	height:47px;
	background-color:#dcdcdc;
}

footer ul#footer_btn {
	width: 960px;
	height:47px;
	margin:0 auto;
}

footer ul#footer_btn li.ft_link{
	margin-top:18px;
	float:left;
	padding:0 0 0 8px;
	list-style: none;
	font-size:12px;
	color:#787878;
	background: url(/img/ft_arrow.png) no-repeat left 6px transparent;
}

footer ul#footer_btn li.copyright{
	margin-top:18px;
	float:right;
	list-style: none;
	font-size:10px;
	color:#787878;
}

footer ul#footer_btn li.ft_otherlink{
	display:none;
}


/*------------------------------------------
	旧table style指定
------------------------------------------*/
.style_table {
    background-color: #CCD5DD;
    border: 0 none;
    color: inherit;
    margin: auto;
    padding: 0;
    text-align: left;
}
.style_th {
    background-color: #EEEEEE;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td {
    border-top: 1px solid #FFFFFF;
    background-color: #EEF5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
}


/*------------------------------------------
	common
------------------------------------------*/
#fixedTop {
    right: 10px;
    bottom: 25px;
    width: 70px;
    height: 70px;
    line-height: 67px;
    font-size: 20px;
    text-align: center;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(0);
}
#fixedTop:hover {
    opacity: 0.8;
}
#fixedTop.show {
    transform: scale(1);
    -webkit-transform: translateZ(0);
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	display:none;
}

/*------------------------------------------
	Smart Phone
------------------------------------------*/
@media screen and (max-width: 751px) {

	#container {
	    background-color: #fff;
	    border-top: 6px solid #ffe100;
	}


	header {
	    height: 88px;
	    margin: 0 auto;
	    position: relative;
	    width: 750px;
		border-bottom:solid 1px #ebebeb;
	}

	header h1 {
	    top: 20px;
	    left: 15px;
	    position: absolute;
	}


	header .members {
	    position: absolute;
	    right: 130px;
	    top: 27px;
	}

	header .members a{
		width:206px;
		height:42px;
	    display:block;
		background:  url(/img/sp_menbers_btn.png) no-repeat left 0;
	}

	header .members img{
	    display:none;
	}

	header ul {
		display:none;
	}


	#main{
	    width: 750px;
	    height: 208px;
	    margin: 0 auto;
	}


	.main_pict{
	    height: 208px;
	    margin: 0 auto;
	    width: 750px;
	}


    nav {
        display:none;
    }

    nav.open_menu {
        display:block;
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 94px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

	#main_navi {
		width:100%;
	}

	#main_navi li.menu {
        display:inline-block;
		width:100%;
		padding: 25px 0 35px;
		color:#fff;
		text-align:center;
		font-size:26px;
		background:  url(/img/sp_line.png) no-repeat center 0 rgba(0, 9, 40, 0.7);
	}

	#main_navi li.menu a{
		width:100%;
        color:#fff;
	}

	#main_navi li.menu:hover a, #main_navi li.menu.active a{
		color:#000;
	}

	.main_submenu{
		background: none;
	}

	.main_submenu ul {
		display:none;
	}

    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

	#pickup {
		width:100%;
		margin:0 auto 40px;
		padding:0;
		background-color:#f5f5f5;
	}

	#pickup_area {
		width:750px;
		margin:0 auto;
	}

	#pickup_area li{
		width:750px;
		height:128px;
		vertical-align:top;
		margin:0;
		padding:0;
		background: url(/img/sp_pickup_arrow.png) no-repeat left 0 transparent;
	}

	#pickup_area li p{
		width:238px;
		height:100px;
		float:left;
		margin:15px 20px 0 37px;
		padding:0;
		background-color:#fff;
		text-align:center;
		display:table-cell;
		line-height: 100px;
	}

	#pickup_area li p img{
		vertical-align:middle;
	}

	#pickup_area li span.pickup_txt{
		margin:33px 0 0 0;
		width:95%;
		display:block;
		font-size:24px;
		line-height:1.4;
		color:#0f0f0f;
	}

	#contents {
		width:750px;
		margin:0 auto;
	}

	h2 {
		font-size:28px;
	}

	#mL {
		float:none;
		position: relative;
		width: 700px;
		margin:0 auto;
	}

	#mL dl {
	    width: 700px;
	}


	#mL .date {
	    color: #03b09d;
	    display: inline-block;
	    font-size: 26px;
	    line-height: 1.5;
	    vertical-align: top;
	}

	#mL dd {
	    font-size: 32px;
	    margin: 0;
	    padding: 0 0 15px;
	    width: 700px;
		max-height:100%;
	}

	#mL dd a{
	    display:block;
	}

	#mL .rss_icon {
		display:none;
	}

	#mL .rss_icon img{
		width:69px;
	}

	#mL .list_icon {
		padding:0 0 0 15px;
	    position: absolute;
	    right: 0px;
	    top: 17px;
	}

	#mL .list_icon img{
		width:70px;
	}

	#mL .c_label {
		display:inline-block;
		margin-left:5px;
	}

	#mL .c_label img{
		width:100px;
	}

	#mR {
	    float: none;
	    margin: 0;
		padding:25px 0;
	    position: relative;
	    width: 100%;
		background-color:#f5f5f5;
	}

	#mR #right_menu li{
		width: 700px;
		margin:0 auto 1px;
		padding:7px 0 10px;
		color:#000;
		background:  url(/img/sp_right_btn.png) no-repeat left 0 #fff;
		font-size:24px;
	}

	#mR #right_menu li:first-child {
		border-radius:4px 4px 0 0;
	}

	#mR #right_menu li:last-child {
		border-radius:0 0 4px 4px;
	}

	#mR #right_menu li a{
		display:block;
		padding:13px 0 10px 20px;
	}

	#mR #right_menu li a:Hover{
		color:#000;
	}

	#mR #right_menu li:Hover{
		background-color:#fff;
		color:#000;
	}

	#pickup_contents {
		width:750px;
		margin:0 auto;
		background-color:#f5f5f5;
	}

	#pickup_contents ul {
		width:750px;
		margin:0 auto;
		border-top:none;
	}

	#pickup_contents li a{
		display:block;
		width:702px;
		height:170px;
	}

	#pickup_contents li img{
		display:none;
	}

	#pickup_contents li:nth-child(1){
		width:702px;
		height:170px;
		margin:0 auto;
		display:block;
		background: url(/img/sp_aboutus.jpg) no-repeat 0 0 transparent;
	}

	#pickup_contents li:nth-child(2){
		width:702px;
		height:170px;
		margin:0 auto;
		display:block;
		background: url(/img/sp_members.jpg) no-repeat 0 0 transparent;
	}

	#pickup_contents li:nth-child(3){
		width:702px;
		height:170px;
		margin:0 auto;
		display:block;
		background: url(/img/sp_recognition.jpg) no-repeat 0 0 transparent;
	}


	section#banner {
		width:100%;
		height:350px;
		margin:0 auto;
		background-color:#dcdcdc;
		padding:30px 0;
	}

	section#banner ul {
		width:750px;
		margin:0 auto;
	}

	.swiper-button-prev {
		background: url(/img/sp_back_pickup_arrow.png) no-repeat left 6px transparent;
	}

	.swiper-button-next {
		background: url(/img/sp_next_pickup_arrow.png) no-repeat left 6px transparent;
	}


	footer {
		width: 100%;
		height:auto;
		background-color:#dcdcdc;
		padding:40px 0 0 0;
	}

	footer ul#footer_btn {
		width: 750px;
		height:auto;
		margin:0 auto;
	}

	footer ul#footer_btn li.ft_link{
		position: relative;
		margin:0 0 0 24px;
		float:none;
		padding:0 0 20px 15px;
		list-style: none;
		font-size:24px;
		color:#787878;
		background: none;
		display:inline-block;
	}

	footer ul#footer_btn li.ft_link:before{
	  content: "";
	  position: absolute;
	  top: 11px;
	  left: 0;
	  border-top: 6px solid transparent;
	  border-bottom: 6px solid transparent;
	  border-left: 11px solid #787878;
	}

	footer ul#footer_btn li.ft_otherlink{
		position: relative;
		margin:0 0 0 24px;
		float:none;
		padding:0 0 20px 15px;
		list-style: none;
		font-size:24px;
		color:#787878;
		background: none;
		display:inline-block;
	}

	footer ul#footer_btn li.ft_otherlink:before{
	  content: "";
	  position: absolute;
	  top: 11px;
	  left: 0;
	  border-top: 6px solid transparent;
	  border-bottom: 6px solid transparent;
	  border-left: 11px solid #787878;
	}

	footer ul#footer_btn li.copyright{
		margin:0 0 0 24px;
		padding:0 0 20px 0;
		float:none;
		list-style: none;
		font-size:14px;
		color:#787878;
		display:block;
	}
}