﻿@charset "utf-8";

/* 共通
------------------------------------------- */
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	color: #000000;
}

a {
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
}
img {
	border: none;
}

ul, ol {
	list-style-type: none;
}

#wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 100%;
	position: relative;
	overflow-x:hidden;
}


/* SNS
-------------------------------------------- */
.snsList {
	text-align: center;
}
.snsList ul {
	display: inline-block;
 *display: inline;
	_display: inline;
 *zoom: 1;
	_zoom: 1;
	margin: 0 auto;
	padding: 0;
}
.snsList ul:after {
	content: "";
	display: block;
	clear: both;
}
.snsList li {
	float: left;
}
.snsList li + li {
	margin-left: 6px;
}
.snsList li {
	height: 40px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
}
.snsList li a{
	text-decoration: none;
	display: inline;
}
.snsList span {
	font-size: 80%;
	line-height: 30px;
	position: relative;
	display: block;
	border: 1px solid #bbb;
	font-weight: bold;
	color: #777;
	background: #FFF;
	text-decoration:none;
	margin-bottom:5px;
}
.snsList span:before{
	top:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none
	}
.snsList span:before{
	border: 1px solid #bbb;
	border-top-color:#bbb !important;
	border-width:5px!important;margin-left:-5px
	}
.snsList span:after,.snsList span:before{
	top:100%;left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	}
.snsList span:after{
	border-color:rgba(255,255,255,0);
	border-top-color:#fff;
	border-width:4px;
	margin-left:-4px;
}
.snsList .fb {
	width: 70px;
}
.snsList .fb b {
	background: url(/lab/common/img/facebookicon.gif) no-repeat left center #4a6fb5;
	padding: 0 20px 10px 50px;
}
.snsList .twt2 {
	width: 70px;
}
.snsList .twt2 b {
	background: url(/lab/common/img/twittericon.gif) no-repeat left center #7bbbe7;
	width: 32px;
	padding: 0 20px 10px 50px;
}
.snsList .g {
	width: 70px;
}
.snsList .g b {
	background: url(/lab/common/img/googleicon.gif) no-repeat left center #eb6048;
	padding: 0 20px 10px 50px;
}
.snsList .line {
	width: 70px;
}
.snsList .line b {
	background: url(/lab/common/img/lineicon.gif) no-repeat left center #0ad200;
	padding: 0 20px 10px 50px;
}


/* PC用
-------------------------------------------- */
@media screen and (min-width: 751px) {


	body {
		-webkit-text-size-adjust: 100%;
		font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
		font-size: 12.5px;
	}
	#wrapper {
		min-width: 1000px;
	}

	#wrapper-content {
		margin: 0 auto;
	}

	/* ヘッダー系
	-------------- */
	#maga_head_wrap{
		width: 100%;
		}
	#maga_bar {
		width:100%;
		height: 32px;
		background:#f0f0f0;
		top: 0;
		left: 0;
		z-index: 999;
	}
	#maga_bar .barinner{
		margin: 0 auto;
		padding-top: 5px;
	}

	#maga_bar .barinner p{
		float: left;
		display:inline-block;
		margin: 0 0 0 15px;
		padding:3px 0;
	}
	#maga_bar .barinner #login_pc {
		float: right;
		margin-right: 50px;
		display:inline-block;
	}

	#maga_bar .barinner #login_pc a {
		width: 188px;
		height: 0;
		overflow: hidden;
	}

	#login_sp {
		display:none;
	}

	#maga_bar .barinner .serchWindow {
		background:none;
		height:20px;
		width: 174px;
		float: right;
		margin-right:35px;
		display:inline-block;
	}
	.serchWindow form {
		position:relative;
	}
	.serchWindow input.serch {
		width: 120px;
		height:20px;
		background-color: #FFFFFF;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background-image: none;
		padding: 0 40px 0 10px;
		line-height: 2;
		font-size: 80%;
		border:none;
	}
	.serchWindow .icon_search {
		position:absolute;
		background: none;
		right:15px;
	    height:13px;
		width:15px;
		border: 0;
		padding:auto 0;
		cursor: pointer;
		outline:none;
	}
	.serchWindow .icon_search:before {
	content: url("/common2015/img/input_btn.png");
	}
	#sns_pc {
		float: right;
		width: 82px;
		text-align: right;
		margin: 0 15px 0 0;
		display:inline-block;
	}
	#sns_pc:after {
		content: "";
		display: block;
		clear: both;
	}
	#sns_pc p {
		margin: 0;
		height: 10px;
	}
	#sns_pc ul {
		float: right;
		margin: 0;
		padding:0;
	}
	#sns_pc li {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		margin-left: 5px;
		width: 22px;
		height: 22px;
	}
	#sns_pc img {
		vertical-align: top;
	}
	#sns_pc .fb a {
		background: url(/lab/common/img//sns_f.gif);
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		margin-left: 5px;
		width: 22px;
		height: 22px;
	}
	#sns_pc .twt a {
		background: url(/lab/common/img//sns_t.gif);
		width: 22px;
		height: 22px;
	}
	#sns_pc .g {
		background: url(/lab/common/img//sns_g.gif);
		width: 22px;
		height: 22px;
	}
	#sns_sp {
		display: none;
	}

	/* 各ブログ上部下部
	-------------- */
	#maga_header{
		width: 1000px;
		height:108px;
		margin: 10px auto;
		display: block;
	}
	#maga_bottom {
		width:1000px;
		height: 108px;
		margin: 0 auto;
		display: block;

	}
	#maga_header h1 {
		float: left;
		margin: 0;
		height:108px;
	}
	#maga_header h1 img {
		margin:9px 0;
		width:90px;
	}
	#maga_header ul{
		float:left;
		padding:0;
		margin: 0 0 0 30px;
		max-width:880px;
	}
	#maga_header ul li{
		display:inline-block;
		position:relative;
		width: 173px;

	}
	#maga_header ul li a{
		display: inline-block;
		*
		display: inline;
		_display: inline;
		*
		zoom: 1;
		_zoom: 1;
		line-height: 12px;
		font-size: 11px;
		font-weight: bold;
		color: #444;
		border-left: 5px solid;
		display: inline-block;
		text-decoration:none;
		margin:10px 0 4px 0;
		padding-left:8px;
	}

	#maga_bottom h1 {
		float: left;
		margin: 0;
		height:108px;
	}
	#maga_bottom h1 img {
		margin:9px 0;
		width:90px;
	}
	#maga_bottom ul{
		float:left;
		padding:0;
		margin: 0 0 0 30px;
		max-width:880px;
	}
	#maga_bottom ul li{
		display:inline-block;
		position:relative;
		width: 144px;
	}
	#maga_bottom ul li a {
		display: inline-block;
		*
		display: inline;
		_display: inline;
		*
		zoom: 1;
		_zoom: 1;
		line-height: 12px;
		font-size: 11px;
		font-weight: bold;
		color: #444;
		border-left: 5px solid;
		display: inline-block;
		text-decoration:none;
		margin:16px 0 4px 0;
		padding-left:8px;
	}
	#maga_header > nav {
		display: none;
	}
	#headImg {
		width: 100%
		}
	#headImg p {
		width:1000px;
		margin: 0 auto;
	        height: 160px;
	}
	#headImg img {
		width: 1700px;
		text-align: center;
		margin: 0 -350px;
		max-width: none;
	}
	#headImg p.sp {
		display: none;
	}
	#caption .center {
		height: 140px;
		width: 1000px;
		margin: 0 auto;
		color: #ffffff;
	}

	#gotop {
		display: none;
	}
	#maga_footer {
		background: #0068b7;
		padding: 3px 0 2px;
	}
	#maga_footer > p {
		width: 1000px;
		margin: 0 auto;
		color: #ffffff;
		font-size: 11px;
		text-align: right;
	}

	/*フッタ
	-------------- */
	.spfooter{
			display: none;
	}
	footer#update2015_footer {
		position: relative;
		font-size: 12px;
		color: #333;
		background-color: #fff;
		line-height: 1.4;
		vertical-align: middle;
		text-align: left;
		letter-spacing: 0.05em;
	}
	body #update2015_footer a,
	body #update2015_footer a:focus,
	body #update2015_footer a:active,
	body #update2015_footer a:hover,
	body #update2015_footer a:visited {
		color: #333;
		text-decoration: none;
	}
	footer#update2015_footer a {
		color:#666 !important;
	}
	footer#update2015_footer a:hover {
		color:#63b2ed !important;
	}
	footer#update2015_footer #footer_sec-01 {
		width: 100%;
		border-bottom: 1px solid #d9d9d9;
	}
	footer#update2015_footer #footer_sec-01 .innerBlock {
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		zoom: 1;
		text-align: center;
	}
	footer#update2015_footer #footer_sec-01 h2 {
		margin: 0 0 25px 0;
	}
	footer#update2015_footer #footer_sec-01 ul {
		width: 600px;
		height: 130px;
		margin: 0 auto 25px;
	}
	footer#update2015_footer #footer_sec-01 li {
		float: left;
	}
	footer#update2015_footer #footer_sec-02 {
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		zoom: 1;
		text-align: center;
		height: 110px;
		background: url(/common2015/img/sec-05_item02_01.png) no-repeat;
	}
	footer#update2015_footer #footer_sec-02 .footer_sec-02Inner {
		padding:30px 0 0;
	}
	footer#update2015_footer #footer_sec-02 h3 {
		float:left;
		display:inline-block;
		margin: 11px 0 0 16px;
		height: 50px;
		*
		display: inline;
		*
		zoom: 1;
		/* border-right: 1px dotted #8a8a8a; */
		padding-right:20px;
		font-size: 16px;
		font-family: 'Noto Sans Japanese';
		font-weight:200;
	}
	footer#update2015_footer #footer_sec-02 ul {
		overflow: hidden;
		zoom: 1;
		float:left;
		margin-bottom: 12px;
	}
	footer#update2015_footer #footer_sec-02 li {
		height: 20px;
		width: 115px;
		float: left;
		display:inline-block;
		*
		display: inline;
		*
		zoom: 1;
		overflow: hidden;
		zoom: 1;
		padding: 0 0 0 20px;
	}
	footer#update2015_footer #footer_sec-02 li a {
		display: block;
		height: 20px;
	}
	footer#update2015_footer #footer_sec-02 li p {
		float: left;
		vertical-align: middle;
	}
	footer#update2015_footer #footer_sec-03 {
		font-size: 11px;
		background: #f7f7f7;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock {
		width: 1000px;
		margin: 0 auto;
		padding: 35px 0 0 0;
		overflow: hidden;
		zoom: 1;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock .list01 .ttl01 {
		margin: 15px 0 25px 20px;
		font-weight: bold;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock > ul.list01 {
		overflow: hidden;
		zoom: 1;
		margin: 0;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock > ul.list01 > li {
		width: 201px;
		height: 460px;
		float: left;
		border-left: 1px solid #cccccc;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock > ul.list01 > li:first-child {
		width: 190px;
		border-left: none;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock > ul.list01 > li > ul {
		margin: 0 0 0 20px;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock > ul.list01 > li > ul > li {
		line-height: 24px;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock .list02 {
		margin: 20px auto 30px;
		text-align: center;
		padding: 20px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock .list02 ul {
		text-align:center;
		margin: 0 auto;
		overflow: hidden;
		zoom: 1;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock .list02 ul > li {
		display:inline-block;
		*display: inline;
		*zoom: 1;
		margin-left: 25px;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock .list02 ul > li:before {
		content:"● ";
		color: #cccccc;
		font-size: 10px;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock .list02 ul > li:first-child {
		margin-left: 0;
	}
	footer#update2015_footer #footer_sec-03 .innerBlock .copy {
		text-align: center;
	}
	footer#update2015_footer #pageTop {
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: 45px;
		right: 45px;
	}

	/*フォント
	-------------- */
	/*
	@font-face {
		font-family: 'NotoSansCJKjp-Thin';
		src: url('NotoSansCJKjp-Thin.otf') format('opentype');
	}
	*/
	body#update2015 h2,
	#update2015_header h2,
	#update2015_row h2,
	#update2015_footer h2 {
		text-align: center;
		margin: 0 0 25px 0;
	}
	body#update2015 h2.font01,
	#update2015_header h2.font01,
	#update2015_row h2.font01,
	#update2015_footer h2.font01 {
		font-family: 'Noto Sans Japanese';
		font-size: 26px;
		font-weight: 100;
	}
	body#update2015 .fontType01,
	#update2015_header .fontType01,
	#update2015_row .fontType01,
	#update2015_footer .fontType01 {
		font-family: 'Noto Sans Japanese';
	}
	body#update2015 .blue {
		color:#076cb9;
	}
	body#update2015 .smalltxt {
		font-size:80%;
	}
	body#update2015 .date span,
	body#update2015 .people span,
	body#update2015 .point span {
		color: #63b2ed;
	}
}

/* SP用 */
@media screen and (max-width: 750px) {
	body {
		-webkit-text-size-adjust: none;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Verdana", sans-serif;
	}

	#wrapper {
		width: 100%;
		position: relative;
		left: 0;
		overflow: hidden;
		transition-property: margin-left, left;
		-moz-transition-property: margin-left, left;
		-webkit-transition-property: margin-left, left;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
	}
	#wrapper.open {
		overflow: visible;
		left: 58px;
		margin-left: -100%;
	}
	#maga_header:after {
		content: "";
		display: block;
		clear: both;
	}
	#maga_header h1 {
		text-align: center;
		margin: 0 0 5px 0;
		padding-left: 15px;
	}
	#maga_header h1 a {
		display: block;
		margin: 0 auto;
		width: 87px;
		height: 0;
		padding-top: 64px;
		overflow: hidden;
		background: url(/lab/common/img//sp_logo_header.gif);
		background-size: 87px 64px;
	}
	#login_sp {
		width: 100px;
		top: 18px;
		left: 18px;
		position: absolute;
	}
	#login_sp a {
		display: block;
		height: 0;
		margin: 0;
		padding-top: 32px;
		overflow: hidden;
		background: url(/lab/common/img/sp_login_header.gif) no-repeat;
	}
	#maga_bar {
		display: none;
	}

	#maga_header > ul {
		display: none;
	}
	#maga_header > nav {
		position: absolute;
		left: 100%;
		transition-property: margin-left, left;
		-moz-transition-property: margin-left, left;
		-webkit-transition-property: margin-left, left;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		top: 0;
		width: 100%;
		height: 6000px;
		z-index: 200;
	}
	.open #maga_header > nav {
		left: 100%;
		margin-left: -58px;
	}
	#maga_header > nav .icon {
		position: absolute;
		top: 0;
		left: -58px;
		width: 58px;
		height: 0;
		padding-top: 64px;
		overflow: hidden;
		background: url(/lab/common/img/icon_menu.gif) no-repeat top center;
		background-size: 58px auto;
		margin: 0;
		cursor: pointer;
		transition-property: left;
		-moz-transition-property: left;
		-webkit-transition-property: left;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
	}
	.open #maga_header > nav .icon {
		left: 0;
	}
	#maga_header > nav > div {
		position: relative;
		z-index: 300;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0);
		transition-property: background-color;
		-moz-transition-property: background-color;
		-webkit-transition-property: background-color;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	        overflow: scroll;
	}
	.open #maga_header > nav > div {
		background-color: rgba(0,0,0,0.3);
	}
	#maga_header > nav aside {
		width: 100%;
		height: 6000px;
		background: #ffffff;
	}
	#maga_header > nav aside .close {
		margin: 0;
		height: 0;
		width: 58px;
		overflow: hidden;
		padding-top: 64px;
		float: right;
		background: url(/lab/common/img/icon_menu.gif) no-repeat bottom center;
		background-size: 58px auto;
	}
	#maga_header > nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
		clear: both;
	}
	#maga_header > nav li {
		list-style: none;
	}
	#maga_header > nav li a {
		color: #333333;
		display: block;
		font-size: 12px;
		font-weight: bold;
		padding: 17px 35px 15px 15px;
		background: url(/lab/common/img/icon_menu.png) no-repeat right center;
		background-size: auto 10px;
		text-decoration: none;
		border-left: 8px solid;
	}
	#maga_header > nav li:nth-child(odd) a {
		background-color: #f9f9f9;
	}
	#maga_header > nav .lawson {
		font-size: 11px;
		margin: 22px 0 0;
		font-weight: bold;
		text-align: center;
	}
	#maga_header > nav .lawson a {
		width: 200px;
		color: #9b9b9b;
		padding: 9px 0 7px;
		display: inline-block;
		border: 1px solid #cccccc;
		text-decoration: none;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	#maga_header > nav .lawson a:after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		margin-left: 5px;
		background: url(/lab/common/img/icon_lawson.gif) no-repeat center center;
		background-size: 100%;
	}
	#maga_bottom {
		display:none;
	}
	#input {
	  width: auto;
	  margin: 10px;
	  position:relative;
	}
	#input form {
	  text-align: center;
	}
	#input button{
		position: absolute;
		width:40px;
		top: 0px;
		right: 5px;
		background: none;
		border: 0;
		padding: 0;
		height: 40px;
		cursor: pointer;
		line-height: 2;
		outline:none;
	}
	#input input {
	  width: 100%;
	  height: 40px;
	  font-size: 12px;
	  border:1px solid #999999;
	  box-sizing: border-box;
	  background-color: #fff;
	  border-radius: 6px;
	  -moz-border-radius: 6px;
	  -webkit-border-radius: 6px;
	  margin: 0 auto;
	  background:url(/common2015/sp/img/input_btn.png) no-repeat right 2% center;
	  background-size:20px 20px;
	  padding: 12px 6% 12px 2%;
	}

	#login_pc {
		display: none;
	}
	#sns_pc {
		display: none;
	}
	#sns_sp {
		text-align: center;
	}
	#sns_sp ul {
		padding: 10px 0 0;
		margin: 0;
	}
	#sns_sp li {
		margin: 0 5px;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	#sns_sp li img {
		vertical-align: top;
	}


	#gotop {
		margin: 0;
		padding: 10px 15px;
	}
	#gotop:after {
		content: "";
		display: block;
		clear: both;
	}
	#gotop a {
		display: block;
		float: right;
		width: 37px;
		height: 0;
		padding-top: 37px;
		overflow: hidden;
		background: url(/lab/common/img//gotop.gif) no-repeat center center;
		background-size: 100%;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	}


	#maga_footer {
		margin: 0;
		font-size: 9px;
		padding: 1px 0 2px;
		text-align: center;
		background: #0068b7;
	}
	#maga_footer p {
		color: #ffffff;
		margin: 0;
		padding: 0;
	}

	/* footer
	-------------------------------------------- */
	.pcfooter{
			display: none;
	}
	#update2015_footer {
	  width: 100%;
	  overflow: hidden;
	  font-size: 12px;
	}
	#update2015_footer p {
	  line-height: 1.4;
	}
	#update2015_footer a,
	#update2015_footer a:focus,
	#update2015_footer a:active,
	#update2015_footer a:hover,
	#update2015_footer a:visited {
	  color: #333;
	  text-decoration: none;
	}
	/* :::: footer_sec-02 :::: */
	#update2015_footer #footer_sec-01 {
	  position: relative;
	  height: 175px;
	  overflow: hidden;
	}
	#update2015_footer #footer_sec-01 #slider {
	  position: absolute;
	  cursor: move;
	  z-index: 0;
	  width: 1100px;
	  height: 65px;
	}
	#update2015_footer #footer_sec-01 #slider p {
	  float: left;
	  width: 120px;
	  height: 65px;
	  margin: 4px;
	  text-align: center;
	}
	#update2015_footer #footer_sec-01 #slider p:nth-of-type(1) {
	  margin-left: 8px;
	}
	#update2015_footer #footer_sec-01 #slider p:nth-of-type(2) {
	  margin-left: 12px;
	}
	#update2015_footer #footer_sec-01 #slider p:nth-of-type(3) {
	  margin-left: 13px;
	}
	#update2015_footer #footer_sec-01 #slider p:nth-of-type(4) {
	  width: 130px;
	  margin-left: 16px;
	}
	#update2015_footer #footer_sec-01 #slider p:nth-of-type(5) {
	  width: 130px;
	  margin-left: 20px;
	}
	#update2015_footer #footer_sec-01 #slider p:nth-of-type(6) {
	  margin-left: 7px;
	}
	#update2015_footer #footer_sec-01 #slider p:nth-of-type(7) {
	  width: 80px;
	  margin-left: 4px;
	}
	#update2015_footer #footer_sec-01 #slider p:nth-of-type(8) {
	  width: 130px;
	  margin-left: 30px;
	}

	/* :::: footer_sec-02 :::: */
	#update2015_footer #footer_sec-02 {
	  width: 100%;
	  margin: 0 auto;
	  overflow: hidden;
	}
	#update2015_footer #footer_sec-02 .footer_sec-02Inner {
	  overflow: hidden;
	  background:url(/common2015/sp/img/sec-05_item02_01.png) no-repeat center center;
	  padding: 20px 0 0 0;
	}
	#update2015_footer #footer_sec-02 .footer_sec-02Inner ul {
	  width: auto;
	  margin-right: 10px;
	  margin: 0 10px 30px 0;
	}
	#update2015_footer #footer_sec-02 .footer_sec-02Inner li {
	  width: 50%;
	  float: left;
	  text-align: left;
	  margin-bottom: 20px;
	}
	#update2015_footer #footer_sec-02 .footer_sec-02Inner li a {
	  display: block;
	  color: #666;
	  font-size:12px;
	}
	#update2015_footer #footer_sec-02 .footer_sec-02Inner li img {
	  width: 31px;
	  height: 20px;
	  margin-left: 22%;
	}
	#update2015_footer #footer_sec-02 .footer_sec-02Inner li span {
	  margin-left: 10px;
	}


	/* :::: footer_sec-03 :::: */
	#update2015_footer #footer_sec-03 {
	  width: 100%;
	  margin: 0 auto;
	  overflow: hidden;
	  background: #f7f7f7;
	}
	#update2015_footer #footer_sec-03 .list02 ul {
	  width: 93%;
	  text-align:center;
	  margin: 0 auto;
	  overflow: hidden;
	  padding: 30px 0 10px 0;
	  border-bottom: 1px solid #ccc;
	}
	#update2015_footer #footer_sec-03 .list02 ul > li {
	  display:inline-block;
	  *display: inline;
	  *zoom: 1;
	  margin-left: 10px;
	  font-size: 10px;
	}
	#update2015_footer #footer_sec-03 .list02 ul > li:first-child {
	  margin-left: 0;
	}
	#update2015_footer #footer_sec-03 .list02 ul > li:before {
	  content:"● ";
	  color: #cccccc;
	  font-size: 10px;
	}
	#update2015_footer #footer_sec-03 .copy {
	  font-size: 10px;
	  line-height: 14px;
	  text-align: center;
	  margin: 20px 0 30px;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi {
	  margin: 40px auto 0;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .list01 {
	  margin: 0 20px;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .list01 > li {
	  color: #333333;
	  border-top: 1px #e6e6e6 solid;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .list01 > li:last-child {
	  border-bottom: 1px #e6e6e6 solid;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .list01 > a {
	  padding: 20px 0;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .list02 {
	  display: none;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .list02 > li {
	  color: #333333;
	  border-top: 1px #e6e6e6 solid;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .list02 > li > a {
	  padding: 20px 0;
	  display:block;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .list02 > li:last-child {
	  padding-bottom: 0;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .open {
	  position: relative;
	  padding: 20px 0;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .open:before,
	#update2015_footer #footer_sec-03 #footerMenuNavi .open:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 19px;
	  width: 11px;
	  height: 3px;
	  margin: -1px 0 0 0;
	  background: #999;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .open:after {
	  -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .close {
	  position: relative;
	  padding: 20px 0;
	}
	#update2015_footer #footer_sec-03 #footerMenuNavi .close:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 19px;
	  width: 11px;
	  height: 3px;
	  margin: -1px 0 0 0;
	  background: #999;
	}


	/* font
	-------------------------------------------- */
	/*
	@font-face {font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
	*/

	body#update2015,
	#update2015_header,
	#update2015_overlay,
	#update2015_footer,
	#update2015_snsList {
	  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	  font-weight:300;
	}
	body#update2015 h2.font01,
	#update2015_header h2.font01,
	#update2015_footer h2.font01 {
	  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	  font-size: 25px;
	  line-height: 1.5em;
	  font-weight: 100;
	  text-align: center;
	  padding: 60px 0 10px 0;
	}
	body#update2015 h3,
	#update2015_header h3,
	#update2015_footer h3 {
	  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	  font-size: 16px;
	  font-weight:200;
	}
}

/* bulma generic.sassの色指定を相殺 */
strong, em {
	color : inherit !important;
}
