@charset "UTF-8";


/* pre release 2012.11.28 */
#footer .footer-body .information .information-body{border-bottom:0 !important;}
#footer .footer-body .information .information-foot{border-top:0 !important;}
#footer .footer-body .information .information-body .side .social,
#footer .footer-body .information .information-foot .social,
#footer .footer-body .information .information-foot .logo,
#footer .footer-body .information .information-foot .like{display:none !important;}
/* pre release 2012.11.28 */




/**,
*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}*/

html{
	height:100%;
	margin:0;
	padding:0;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{
	height:100%;
	margin:0;
	font-family:'メイリオ',Meiryo,'Lucida Grande','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana,Helvetica,Arial,Sans-serif;
	font-size:14px;
	color:#444;
	text-align:center;
	line-height:1.4;
	background-color:#fff;
}


a{
  color:#293352;
  text-decoration:underline;
}

a:hover{
  color:#4D5587;
  text-decoration:none;
}

img{
	vertical-align:middle;
	-ms-interpolation-mode:bicubic;
}

a img{
	border:0;
}

form{
	margin:0;
	padding:0;
}

button,
input,
select,
textarea{
  margin:0;
  font-size:100%;
  vertical-align: middle;
}

hr{
	height:0;
	margin:30px 0;
	padding:0;
	border:0;
	border-top:1px solid #eee;
	clear:both;
}

.clearfix,
.page-width {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.page-width:before,
.page-width:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after,
.page-width:after {
  clear: both;
}

.clearleft{
  *zoom: 1;
}
.clearleft:before,
.clearleft:after{
  display: table;
  line-height: 0;
  content: "";
}
.clearleft:after{
  clear: left;
}

.clearright{
  *zoom: 1;
}
.clearright:before,
.clearright:after{
  display: table;
  line-height: 0;
  content: "";
}
.clearright:after{
  clear: right;
}


.page-width{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
}

body.w-max .page-width{
	width:1200px;
}
@media screen and (min-width: 1200px) {
	.page-width{
		width:1200px;
	}
}

body.w-lt-medium .page-width{
	width:100%;
}
@media screen and (max-width: 800px) {
	.page-width{
		width:100%;
	}
}


/*body.w-lt-small{
	width:800px;
	padding:0 !important;
}*/

body.w-max .none-max,
body.w-large .none-max,
body.w-large .none-large,
body.w-medium .none-max,
body.w-medium .none-large,
body.w-medium .none-medium,
body.w-small .none-max,
body.w-small .none-large,
body.w-small .none-medium,
body.w-lt-small .none-small/*,
body.w-min .none-max,
body.w-min .none-large,
body.w-min .none-medium,
body.w-min .none-small,
body.w-min .none-min*/{
	display:none !important;
}

@media screen and (min-width: 1200px) {
	.none-max{
		display:none !important;
	}
}
@media screen and (max-width: 960px) {
	.none-large{
		display:none !important;
	}
}
@media screen and (max-width: 800px) {
	.none-medium{
		display:none !important;
	}
}
@media screen and (max-width: 480px) {
	.none-small{
		display:none !important;
	}
}
@media screen and (max-width: 320px) {
	.none-min{
		display:none !important;
	}
}



.dummy-image{
	display:inline-block !important;
	*display:inline !important;
	*zoom:1 !important;
	background-color:#ddd !important;
	text-align:center !important;
}

.page-width-test{
	position:absolute;
	top:0;
	left:0;
	font-size:10px;
	color:#000;
	background-color:#ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	white-space:nowrap;
}


/* アイコン（スプライト）
------------------------------------------------------------------------------*/

.ico{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	margin:-2px 0 0 0;
	*margin-top:-1px;
	padding:0;
	font-size:5px;
	vertical-align:middle;
	background-image:url(../img/common/sprite.png);
	background-repeat:no-repeat;
	background-color:transparent;
	*zoom:1;
}


.ico.ico-caret,
.ico.ico-caret-blue,
.ico.ico-caret-white{
	width:8px;
	height:10px;
	line-height:10px;
	margin-right:3px;
}

.ico.ico-caret{
	background-position:-44px 50%;
}

.ico.ico-caret-blue{
	background-position:-64px 50%;
}

.ico.ico-caret-white{
	background-position:-84px 50%;
}

.ico.ico-caret-circle-down{
	width:13px;
	height:13px;
	background-position:-330px 50%;
}

.ico.ico-caret-circle-up{
	width:13px;
	height:13px;
	background-position:-475px 50%;
}

.ico.ico-caret-white-large{
	width:10px;
	height:14px;
	background-position:-545px 50%;
}


.ico.ico-plus,
.ico.ico-minus{
	width:23px;
	height:23px;
	line-height:23px;
}

.ico.ico-plus{
	background-position:-270px 50%;
}

.ico.ico-minus{
	background-position:-300px 50%;
}


.ico.ico-plus-small,
.ico.ico-minus-small{
	width:16px;
	height:14px;
	line-height:16px;
}

.ico.ico-plus-small{
	background-position:-370px 50%;
}

.ico.ico-minus-small{
	background-position:-390px 50%;
}


.ico.ico-chevron,
.ico.ico-chevron-blue{
	width:10px;
	height:16px;
	line-height:16px;
}

.ico.ico-chevron{
	background-position:-143px 50%;
}

.ico.ico-chevron-blue{
	background-position:-163px 50%;
}

.ico.ico-chevron-circle{
	width:19px;
	height:19px;
	line-height:19px;
	background-position:-180px 50%;
}

.ico.ico-square{
	width:13px;
	height:13px;
	margin-right:3px;
	line-height:13px;
	background-position:-350px 50%;
}

.ico.ico-pdf{
	width:10px;
	height:10px;
	line-height:10px;
	background-position:-410px 50%;
}

.ico.ico-xls{
	width:10px;
	height:10px;
	line-height:10px;
	background-position:-495px 50%;
}

.ico.ico-outlink{
	width:10px;
	height:9px;
	line-height:9px;
	background-position:-425px 50%;
}

.ico.ico-outlink-white{
	width:10px;
	height:9px;
	line-height:9px;
	background-position:-560px 50%;
}

.ico.ico-cart-white{
	width:17px;
	height:14px;
	line-height:16px;
	background-position:-440px 50%;
}

.ico.ico-download{
	width:10px;
	height:13px;
	margin-right:3px;
	line-height:12px;
	background-position:-530px 50%;
}

.ico.ico-download-white{
	width:10px;
	height:13px;
	margin-right:3px;
	line-height:12px;
	background-position:-460px 50%;
}

.ico.ico-print{
	width:14px;
	height:14px;
	line-height:14px;
	background-position:-510px 50%;
}



/* ヘッダ
------------------------------------------------------------------------------*/



#header{
	padding:10px 0;
}

body.w-lt-small #header{
	padding:10px 5px;
}
@media screen and (max-width: 800px) {
	#header{
		padding:10px 5px;
	}
}


/* logo */

#header .logo{
	width:289px;
	padding:5px 0 0;
	float:left;
}

#header .logo a img{
	max-width:100%;
}

body.w-lt-medium #header .logo{
	width:40%;
}
@media screen and (max-width: 800px) {
	#header .logo{
		width:40%;
	}
}


#header .right{
	width:59%;
	padding:0;
	float:right;
}

body.w-lt-small #header .right{
	padding-top:8px;
}
@media screen and (max-width: 480px) {
	#header .right{
		padding-top:8px;
	}
}


/* header nav */

#header .header-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

#header .header-nav li,
#header .header-nav li a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:11px;
	color:#333;
	line-height:1;
}

#header .header-nav li{
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	line-height:1;
	border-left:1px solid #e0e0e0;
}

#header .header-nav li a{
	padding:3px 0 2px;
	font-weight:bold;
	text-decoration:none;
}


#header .header-nav li a:hover{
	color:#666;
	text-decoration:underline;
}

#header .header-nav .company{
	margin-left:0;
	border:0;
}

#header .header-nav .contact{
	margin-left:0;
	padding-left:0px;
	border:0;
}

#header .header-nav .contact a{
	padding-left:5px;
	padding-right:5px;
	color:#fff;
	background-color:#000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#header .header-nav .contact a:hover{
	color:#fff;
	background-color:#666;
	text-decoration:none;
}


/* header search */

#header .header-search{
	margin:10px 0 0;
	padding:0;
	overflow:hidden;
	text-align:right;
	box-sizing: border-box;
}

#header .header-search form{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0;
	padding:3px;
	background-color:#E8E8E8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
}

#header .header-search input,
#header .header-search button{
	height:24px;
	margin:0;
	line-height:24px;
	border:0;
}

#header .header-search input{
	width:190px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid #e1e1e1;
}

#header .header-search button{
	width:30px;
	position:relative;
	padding:0;
	overflow:hidden;
	font-size:18px;
	color:#565656;
	text-shadow:0 1px 0 #fff;
	text-indent:100%;
	white-space:nowrap;
	background-color:#E8E8E8;
	cursor:pointer;
}

#header .header-search button i{
	width:15px;
	height:17px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-8px 0 0 -7px;
	vertical-align:middle;
	background:transparent url(../img/common/sprite.png) no-repeat -120px 50%;
}




/* グローバルナビ
------------------------------------------------------------------------------*/

#global-navi{
	margin:0;
	padding:0;
}

#global-navi .inner{
	margin:0;
	padding:0;
	*zoom:1;
	text-align:center;
	border-top:20px solid #000;
	background-color:#F4F4F1;
	border-bottom:1px solid #D0D0CE;
	-webkit-box-shadow:0 1px 1px #E6E6E5;
	-moz-box-shadow:0 1px 1px #E6E6E5;
	box-shadow:0 1px 1px #E6E6E5;
}

#global-navi .page-width{
	margin-top:-20px;
	margin-bottom:0;
	*margin-bottom:0.1px;
	padding:0;
	list-style:none;
}

#global-navi .page-width ul{
	margin:0;
	padding:0;
	list-style:none;
}

#global-navi .page-width li{
	margin:0;
	padding:0;
	line-height:1;
	border:0;
	*overflow:hidden;
}

#global-navi ul li a{
	height:42px;
	font-size:14px;
	line-height:42px;
}

body.w-medium #global-navi ul li a{
	font-size:12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}


#global-navi ul li.home{
	padding-top:20px;
	float:left;
}

#global-navi ul li.home a{
	display:block;
	padding:0;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
	*text-align:left;
	text-indent:-9999px\9;
	border-left:1px solid #E5E5E0;
}

#global-navi ul li.home a i{
	width:14px;
	height:13px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-6px 0 0 -7px;
	vertical-align:middle;
	background:transparent url(../img/common/sprite.png) no-repeat 0 -5px;
}

#global-navi ul li.home.active a i{
	background-position:-20px 50%;
}


#global-navi ul li.nav{
	float:right;
}

#global-navi .category{
	float:left;
}

#global-navi .category .label{
	height:20px;
	display:block;
	position:relative;
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	line-height:20px;
	border-left:1px solid #3B3B3A;
}

#global-navi .market .label{
	border-right:1px solid #3B3B3A;
}



#global-navi .home,
#global-navi .category li{
	float:left;
}

#global-navi .category li a{
	display:block;
	padding:0;
	font-weight:bold;
	color:#222;
	text-align:center;
	text-decoration:none;
	border-left:1px solid #E5E5E0;
}


#global-navi .category li a .ico{
	display:none;
}

#global-navi li a:hover{
	color:#000;
	background-color:#C8CACE;
}

#global-navi li.active a,
#global-navi li.active a:hover{
	color:#fff;
	background-color:#293352;
	cursor:default;
}

#global-navi .category .fact-sheet a{
	border-right:1px solid #E5E5E0;
}

/*
#global-navi .home,
#global-navi .category,
#global-navi .nav{
	margin:0;
	padding:0;
	float:left;
}


#global-navi .home{
	margin:0;
	padding:0;
	position:relative;
	top:20px;
}

#global-navi .home a{
	font-size:18px;
	border-left:1px solid #E5E5E0;
}

#global-navi .home a i{
	*text-indent:3px;
	cursor:pointer;
}


#global-navi .category span{
	display:block;
	margin:0;
	padding:0;
	float:left;
}

#global-navi .category span i{
	height:20px;
	display:block;
	margin:0;
	padding:0 5px;
	font-size:10px;
	color:#fff;
	line-height:20px;
	border-left:1px solid #3B3B3A;
}

#global-navi .category .market i{
	border-right:1px solid #3B3B3A;
}


#global-navi .nav li{
	margin:0;
	padding:0;
	float:left;
}

#global-navi .home a,
#global-navi .nav li a{
	display:block;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	line-ehight:1;
	color:#222;
	text-align:center;
	text-decoration:none;
	border-left:1px solid #E5E5E0;
}

#global-navi .nav .fact-sheet a{
	border-right:1px solid #E5E5E0;
}

#global-navi ul li a:hover{
	color:#000;
	background-color:#C8CACE;
}

#global-navi ul .active a:hover,
#global-navi ul .active a{
	color:#fff;
	background-color:#293352;
	cursor:default;
}

#global-navi .nav .separate{
	display:none;
	width:0;
	height:0;
	margin:0;
	padding:0;
	clear:both;
	border:0;
}
*/

/* width */

/*#global-navi .home{width:4%;}
#global-navi .category,#global-navi .nav{width:96%;}

#global-navi .category .services{width:38%;}
#global-navi .category .research{width:38%;}
#global-navi .category .market{width:24%;}

#global-navi .nav .services{width:10%;}
#global-navi .nav .casestudy{width:11%;}
#global-navi .nav .consultant{width:17%;}
#global-navi .nav .report{width:17%;}
#global-navi .nav .research{width:9%;}
#global-navi .nav .publication{width:12%;}
#global-navi .nav .statistics{width:9%;}
#global-navi .nav .fact-sheet{width:15%;}*/

#global-navi .home{width:4%;}
#global-navi .nav{width:96%;}

#global-navi .service{width:38%;}
#global-navi .research{width:38%;}
#global-navi .market{width:24%;*width:23.7%;}

#global-navi .service .service{width:27%;}
#global-navi .service .achievement{width:29%;}
#global-navi .service .consultant{width:44%;*width:43.7%;}

#global-navi .research .column-opinion{width:44%;*width:43.7%;}
#global-navi .research .research{width:24%;}
#global-navi .research .publication{width:32%;}

#global-navi .market .statistics{width:39%;}
#global-navi .market .fact-sheet{width:61%;}



@media screen and (max-width: 900px) {
	#global-navi ul li a{
		font-size:12px;
	}
}


/* 800px以下 */

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

	#global-navi ul li a{
		height:auto;
		line-height:1;
	}

	#global-navi .category .label{
		display:none;
	}

	#global-navi .home{width:5%;}
	#global-navi .nav{width:95%;}

	#global-navi .inner{
		border-top-width:5px;
	}

	#global-navi ul.page-width{
		margin-top:0;
		margin-bottom:0;
	}


	#global-navi ul li.home{
		padding-top:0;
	}

	#global-navi .home a{
		padding:0;
		border:0;
		border-right:1px solid #E5E5E0;
	}


	body #global-navi .nav{
		padding:15px 0;
		text-align:center;
	}

	#global-navi .nav ul{
		display:inline-block;
		*display:inline;
		*zoom:1;
		letter-spacing:-.40em;
	}

	#global-navi .nav li{
		width:auto !important;
		display:inline-block;
		*display:inline;
		*zoom:1;
		padding:0;
		float:none;
		white-space:nowrap;
		letter-spacing:normal;
	}

	#global-navi .nav li a{
		display:inline-block;
		padding:4px 5px 2px;
		white-space:nowrap;
		border:0 !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	#global-navi .nav li a .ico{
		display:inline-block;
		*display:inline;
	}

	#global-navi .category li{
		padding:1px 5px;
	}


	#global-navi .services,
	#global-navi .research,
	#global-navi .market,
	#global-navi .services .services,
	#global-navi .services .achievement,
	#global-navi .services .consultant,
	#global-navi .research .column-opinion,
	#global-navi .research .research,
	#global-navi .research .publication,
	#global-navi .market .statistics,
	#global-navi .market .fact-sheet{
		width:auto;
	}
}

body.w-lt-small #global-navi ul li a{
	height:auto;
	font-size:12px;
	line-height:1;
}

body.w-lt-small #global-navi .category .label{
	display:none;
}

body.w-lt-small #global-navi .home{width:5%;}
body.w-lt-small #global-navi .nav{width:95%;}

body.w-lt-small #global-navi .inner{
	border-top-width:5px;
}

body.w-lt-small #global-navi ul.page-width{
	margin-top:0;
	margin-bottom:0;
}


body.w-lt-small #global-navi ul li.home{
	padding-top:0;
}

body.w-lt-small #global-navi .home a{
	padding:0;
	height:72px;
	border:0;
	border-right:1px solid #E5E5E0;
}


body.w-lt-small #global-navi .nav{
	padding:15px 0;
	text-align:center;
}

body.w-lt-small #global-navi .nav ul{
	width:auto !important;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0;
	letter-spacing:-.40em;
}

body.w-lt-small #global-navi .nav li{
	width:auto !important;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0;
	float:none;
	letter-spacing:normal;
}

body.w-lt-small #global-navi .nav li a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:4px 5px 2px;
	font-size:13px;
	white-space:nowrap;
	border:0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

body.w-lt-small #global-navi .nav li a .ico{
	display:inline-block;
	*display:inline;
}

body.w-lt-small #global-navi .category li{
	padding:0 5px;
}

body.w-lt-small #global-navi .services,
body.w-lt-small #global-navi .research,
body.w-lt-small #global-navi .market,
body.w-lt-small #global-navi .services .services,
body.w-lt-small #global-navi .services .achievement,
body.w-lt-small #global-navi .services .consultant,
body.w-lt-small #global-navi .research .column-opinion,
body.w-lt-small #global-navi .research .research,
body.w-lt-small #global-navi .research .publication,
body.w-lt-small #global-navi .market .statistics,
body.w-lt-small #global-navi .market .fact-sheet{
	width:auto;
}


@media (max-width: 480px) {

	#global-navi ul li.home{
		width:10%;
	}

	#global-navi ul li.home a{
		line-height:62px;
	}

	body #global-navi .nav{
		width:90%;
		padding:0 0 10px;
	}

	#global-navi .nav li a{
		padding:4px 2px 2px;
		font-size:11px;
	}

	#global-navi .nav li a .ico{
		display:none;
	}

	#global-navi .category li{
		width:auto !important;
		margin:10px 0 0;
		padding:0 5px;
		border-color:#E5E5E0;
		border-style:solid;
		border-width:0 1px;
	}

}

body.w-min #global-navi ul li.home{
	width:10%;
}

body.w-min #global-navi ul li.home a{
	line-height:62px;
}

body.w-min #global-navi .nav{
	width:90%;
	padding:0 0 10px;
}

body.w-min #global-navi .nav li a{
	padding:4px 2px 2px;
	font-size:11px;
}

body.w-min #global-navi .nav li a .ico{
	display:none;
}

body.w-min #global-navi .category li{
	width:auto !important;
	margin:10px 0 0;
	padding:0 5px;
	border-color:#E5E5E0;
	border-style:solid;
	border-width:0 1px;
}


/* パンくずリスト
------------------------------------------------------------------------------*/

.breadcrumb-wrapper{
	margin:0;
	padding:0 0 10px 0;
}

.breadcrumb-wrapper ol{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:1;
	text-align:left;
	*zoom:1;
}

.breadcrumb-wrapper ol:before,
.breadcrumb-wrapper ol:after{
  display: table;
  line-height: 0;
  content: "";
}

.breadcrumb-wrapper ol:after{
  clear: both;
}

.breadcrumb-wrapper li{
	font-weight:bold;
	display:inline;
}

.breadcrumb-wrapper .active a{
	color:#555;
	text-decoration:none;
}

.breadcrumb-wrapper .divider{
	margin:0 2px;
	font-weight:normal;
	color:#999;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

@media screen and (max-width:480px) {
	.breadcrumb-wrapper{
		margin-top:-5px;
	}

	.breadcrumb-wrapper ol{
		padding:0 5px;
	}

	.breadcrumb-wrapper li{
		padding-top:5px;
		display:inline-block;
		white-space:nowrap;
	}
}



/* コンテンツ
------------------------------------------------------------------------------*/

#container{
	padding:15px 0 10px 0;
	background:#333333 url(../img/common/container-white.gif) repeat-x 0 -120px;
	border-top:1px solid #E6E6E5;
}

@media (max-width: 480px) {
	#container{
		padding:10px 0;
	}
}


/* メインカラム共通 */

.columns-wrapper .main-column .main-head{
	padding:20px 0 10px;
}

.columns-wrapper .main-column .main-head h1{
	margin:0 20px 10px;
	padding:15px 0 20px;
	font-size:20px;
	color:#000;
	line-height:1;
	border-bottom:1px solid #dcdcdc;
}

.columns-wrapper .main-column .main-head p{
	margin:0;
	padding:0 20px;
	font-size:15px;
	font-weight:bold;
	color:#293352;
	line-height:1.6;
}


.columns-wrapper .main-column .entry-content{
	overflow:hidden;
	_zoom:1;
}
/*
.columns-wrapper .main-column .entry-content img{
	max-width:100%;
}

.columns-wrapper .main-column .entry-content .entry-image{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:5px 15px 5px 0;
	float:left;
}

.columns-wrapper .main-column .entry-content .entry-image.alignright{
	margin:5px 0 5px 15px;
	float:right;
}

@media screen and (max-width:480px) {
	.columns-wrapper .main-column .entry-content .entry-image{
		margin:10px 0 !important;
		display:block !important;
		float:none !important;
	}

	.columns-wrapper .main-column .entry-content .entry-image img{
		max-width:100%;
	}
}
*/


/* html content */

.html-content{
	overflow:hidden;
}

/*.html-content h2{
	margin:20px 0;
	padding:10px 20px;
	position:relative;
	overflow:hidden;
	font-size:17px;
	color:#000;
	line-height:1.4;
}*/
.html-content h2{
	margin: 0;
	padding: 20px 0 15px;
	font-size: 16px;
	color: black;
	line-height: 1.1;
	border-top: 3px solid black;
}

.html-content h3{
	margin:20px 0 10px;
	padding:0;
	color:#000;
}

.html-content p{
	margin:0 0 1em 0;
	_overflow:hidden;
	line-height:1.6;
	clear:both;
}

.html-content ul{
	margin:0;
	padding:10px 0 0 2em;
}

.html-content ul li,
.html-content ol li{
	margin:0;
	padding:5px 0;
}

.html-content ul ul,
.html-content ol ul,
.html-content ul ol,
.html-content ol ol{
	padding-left:2.2em;
}

.html-content img{
	max-width:100%;
	height:auto;
	-ms-interpolation-mode: bicubic;
}

body.w-lt-large .html-content img{
	width:100%;
}

.html-content img.aligncenter{
	width:auto;
	display:block;
	margin:10px auto;
	clear:left;
}

.html-content img.alignright{
	margin:10px 0 10px 15px;
	float:right;
}

.html-content img.alignleft{
	margin:10px 15px 10px 0;
	float:left;
	_margin:10px 0;
}



.html-content img.size-full{
	_width:100%;
	_display:block;
}


@media screen and (max-width:480px) {
	.html-content .entry-image{
		margin:10px 0 !important;
		display:block !important;
		float:none !important;
	}

	.html-content .entry-image img{
		max-width:100%;
	}
}

.html-content .wp-caption{
	max-width:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:10px 15px 10px 0;
	font-size:11px;
	line-height:1.4;
	color:#666;
}

.html-content .wp-caption.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	float:none;
	text-align:center;
}

.html-content .wp-caption.alignright{
	margin:10px 0 10px 15px;
	float:right;
	text-align:right;
}

.html-content .wp-caption.alignleft{
	float:left;
}

.html-content .wp-caption p{
	margin:0;
	padding:0;
}

.html-content .wp-caption.alignright p{
	text-align:left;
}



/* フッタ
------------------------------------------------------------------------------*/

#footer .footer-totop{
	display:none;
	padding-right:10px;
	background-color:#333;
	_display:block !important;
}

#footer .footer-totop .inner{
	padding:20px 0;
	text-align:right;
}

#footer .footer-totop .inner a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

#footer .footer-totop .inner a i{
	width:15px;
	height:15px;
	margin:-1px 3px 0 0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
	white-space:nowrap;
	vertical-align:middle;
	background:transparent url(../img/common/sprite.png) no-repeat -101px 50%;
}

#footer .footer-totop .inner a:hover{
	text-decoration:underline;
}


#footer .footer-body{
	overflow:hidden;
	background-color:#F4F4F1;
}

#footer .footer-body-inner{
	padding:20px 0;
}

#footer .footer-body .breadcrumb-wrapper{
	padding-bottom:30px;
}

#footer .footer-body .section h3{
	margin:0;
	padding:0 0 10px 0;
	font-size:14px;
	color:#000;
	line-height:1;
	border-bottom:1px solid #DBDBD8;
}

#footer .footer-body .section .section-content{
	padding:10px 0 15px;
	border-top:1px solid #FDFDFC;
}

#footer .footer-body .section .links{
	margin:0;
	padding:0;
	list-style:none;
}

#footer .footer-body .section .links li{
	margin:0;
	padding:8px 0;
	line-height:1;
}

#footer .footer-body .section .links li a{
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:1.1;
	text-decoration:none;
}

#footer .footer-body .section .links li a:hover{
	color:#666;
	text-decoration:underline;
}

#footer .footer-body .section .links li ul{
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
}

#footer .footer-body .section .links li li{
	padding:4px 0;
	line-height:1.2;
}

#footer .footer-body .section .links li li a{
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

#footer .footer-body .section .links li li a:hover{
	color:#666;
	text-decoration:none;
}

#footer .footer-body .section .links li li a:before{
	display:none;
}


/* Information */

#footer .footer-body .information{
	width:25%;
	float:left;
}

#footer .footer-body .information .section-inner{
	padding:0 20px 0 0;
	border-right:1px solid #E2E2E2;
}


#footer .footer-body .information .information-head{
	margin:0 0 15px;
	padding:0;
}

#footer .footer-body .information .information-head p{
	margin:0;
	padding:0;
	font-size:11px;
	color:#60605F;
	line-height:1.6;
}


#footer .footer-body .information .information-body{
	padding:0 70px 20px 0;
	position:relative;
	border-bottom:1px solid #DBDBD8;
}

#footer .footer-body .information .information-body .side{
	width:70px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}

#footer .footer-body .information .information-body .side .social{
	display:none;
}


#footer .footer-body .information .social ul{
	margin:0;
	padding:0;
	list-style:none;
}

#footer .footer-body .information .social li,
#footer .footer-body .information .social li a{
	width:24px;
	height:24px;
	letter-spacing:-.40em;
}

#footer .footer-body .information .social li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px 0 0;
	padding:0;
	letter-spacing:normal;
}

#footer .footer-body .information .social li a{
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:transparent url(../img/common/sprite.png) no-repeat -240px 50%;
}

#footer .footer-body .information .social .twitter a{
	background-position:-210px 50%;
}



#footer .footer-body .information .links .mailmagazine,
#footer .footer-body .information .links .contact{
	margin:0;
	padding:10px 0 0;
}

#footer .footer-body .information .links .mailmagazine a,
#footer .footer-body .information .links .contact a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 4px;
	font-size:12px;
	color:#fff;
	line-height:1;
	background-color:#000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#footer .footer-body .information .links .mailmagazine a:hover,
#footer .footer-body .information .links .contact a:hover{
	color:#fff;
}

#footer .footer-body .information .links .mailmagazine a{
	background-color:#CC3300;
}

#footer .footer-body .information .links .mailmagazine a:hover{
	background-color:#CC5933;
	text-decoration:none;
}


#footer .footer-body .information .links .contact a:hover{
	background-color:#555;
	text-decoration:none;
}


#footer .footer-body .information .information-foot{
	padding:20px 0 0;
	border-top:1px solid #FDFDFC;
}


#footer .footer-body .information .information-foot .social{
	display:block;
}


#footer .footer-body .information .information-foot .logo{
	margin:20px 0 0 0;
}


#footer .footer-body .information .information-foot .like{
	margin:10px 0 0 0;
}


#footer .footer-body .information .information-foot .search{
	display:none;
	margin:13px 0 0 0;
	padding:0 0 0 0;
}

#footer .footer-body .information .information-foot .search form{
	position:relative;
	padding:3px 24px 3px 3px;
	background-color:#E8E8E8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#footer .footer-body .information .information-foot .search input,
#footer .footer-body .information .information-foot .search button{
	height:24px;
	margin:0;
	line-height:24px;
	border:0;
}

#footer .footer-body .information .information-foot .search input{
	width:99%;
	padding:0;
	border:1px solid #e1e1e1;
}

#footer .footer-body .information .information-foot .search button{
	width:24px;
	position:absolute;
	top:3px;
	right:3px;
	overflow:hidden;
	padding:0;
	font-size:18px;
	color:#565656;
	text-shadow:0 1px 0 #fff;
	text-indent:100%;
	white-space:nowrap;
	background-color:#E8E8E8;
	cursor:pointer;
}

#footer .footer-body .information .information-foot .search button i{
	width:15px;
	height:17px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-8px 0 0 -7px;
	vertical-align:middle;
	background:transparent url(../img/common/sprite.png) no-repeat -120px 50%;
}



/* Sitemap */

#footer .footer-body .sitemap{
	width:75%;
	*width:74.9%;
	float:right;
}

#footer .footer-body .sitemap .section-inner{
	padding:0 0 0 20px;
}

#footer .footer-body .sitemap ul{
	margin:0;
	padding:0;
	list-style:none;
}

#footer .footer-body .sitemap .section{
	float:left;
}

#footer .footer-body .sitemap .links .labels{
	padding-left:0;
}

#footer .footer-body .sitemap .labels strong{
	font-size:11px;
	font-weight:bold;
	color:#000;
	line-height:1;
}


#footer .footer-body .sitemap .services{
	width:50%;
	*width:48%;
}

#footer .footer-body .sitemap .services .left{
	width:49%;
	float:left;
}

#footer .footer-body .sitemap .services .right{
	width:49%;
	float:right;
}


#footer .footer-body .sitemap .research{
	width:25%;
}

#footer .footer-body .sitemap .market{
	width:25%;
}


/* Footer Foot */

#footer .footer-foot{
	padding:20px 0 50px 0;
	background-color:#000;
}


#footer .footest-nav{
	width:50%;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	letter-spacing:-.40em;
	white-space:nowrap;
}

#footer .footest-nav li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	line-height:1;
	letter-spacing:normal;
	white-space:nowrap;
	border-left:1px solid #4D4D4D;
}

#footer .footest-nav li:first-child{
	margin-left:0;
	padding-left:0;
	border-left:0;
}

@media screen and (max-width:360px) {
	#footer .footest-nav li:last-child{
		display:block;
		margin-left:0;
		padding-left:0;
		border-left:0;
	}
}

#footer .footest-nav li a{
	font-size:11px;
	color:#fff;
	line-height:1;
	text-decoration:none;
}

#footer .footest-nav li a:hover{
	text-decoration:underline;
}


#footer .copyright{
	width:50%;
	margin:0;
	padding:4px 0 0;
	float:right;
}

#footer .copyright p{
	margin:0;
	padding:0;
	font-size:10px;
	color:#fff;
	line-height:1;
	text-align:right;
	white-space:nowrap;
}




#float-page-top{
	position:fixed;
	right:30px;
	bottom:40px;
	_display:none !important;
}

#float-page-top a{
	display:block;
	position:relative;
	text-decoration:none;
}

#float-page-top a i,
#float-page-top a b{
	display:block;
	margin:0;
	padding:14px 10px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.1;
}

#float-page-top a i{
	overflow:hidden;
	white-space:nowrap;
	background-color:#eee;
	border:3px solid #ddd;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
}

#float-page-top a:hover i{
	border-color:#ddd;
	background-color:#fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#float-page-top a i em{
	visibility:hidden;
}

#float-page-top a b{
	position:absolute;
	top:3px;
	right:3px;
}

#float-page-top a .ico{
	margin-right:3px;
}


@media (max-width: 959px) {
	#footer .footer-body,
	#footer .footer-foot{
		padding-left:10px;
		padding-right:10px;
	}
}

@media (max-width: 768px) {
	#footer .footer-body,
	#footer .footer-foot{
		padding-left:10px;
		padding-right:10px;
	}

  #footer .footer-body .section h3,
	#footer .footer-body .section .links li ul,
	#footer .footer-body .information .information-head,
	#footer .footer-body .information .information-foot,
	#footer .footer-body .information .information-foot .logo,
	#footer .footer-body .information .information-foot .like{
		display:none;
	}

	#footer .footer-body .information{
		width:30%;
	}

	#footer .footer-body .information .information-body .side .social{
		display:block;
		margin:17px 0 0 0;
		text-align:center;
	}

	#footer .footer-body .sitemap{
		width:70%;
	}

	#footer .footer-body .information .section-inner{
		padding-right:10px;
	}

	#footer .footer-body .information .information-body{
		margin:0;
		padding:0 70px 0 0;
		border:0;
	}


	#footer .footer-body .section .section-content{
		padding:0;
		border:0;
	}

	#footer .footer-body .sitemap .services,
	#footer .footer-body .sitemap .research,
	#footer .footer-body .sitemap .market{
		width:30%;
	}

	#footer .footer-body .sitemap .services .left,
	#footer .footer-body .sitemap .services .right{
		width:auto;
		float:none;
	}


	#footer .footer-body .section .links li{
		padding:0 0 10px 0;
	}

	#footer .footer-body .section .links li a,
	#footer .footer-body .information .links .mailmagazine a,
	#footer .footer-body .information .links .contact a{
		font-size:11px;
	}

	#footer .footest-nav,
	#footer .copyright{
		width:100%;
	}

	#footer .footest-nav{
		margin:0 0 10px;
		text-align:center;
	}

	#footer .copyright p{
		text-align:center;
	}
}


@media (max-width: 800px) {
	#footer .footer-totop{
		display:block;
	}

	#float-page-top{
		display:none !important;
	}
}


@media (max-width: 480px) {

	#footer .footer-body .sitemap,
	#footer .footer-body .information .links .mailmagazine,
	#footer .footer-body .information .information-foot .social{
		display:none !important;
	}

	#footer .footer-body .information .information-foot,
	#footer .footer-body .information .information-foot .search{
		display:block !important;
	}

	#footer .footer-body-inner{
		padding-bottom:10px;
	}


	#footer .footer-body .information{
		width:100%;
	}

	#footer .footer-body .information .section-inner{
		padding:0;
		border-right:0;
	}

	#footer .footer-body .information .information-body{
		width:100%;
		padding:0;
		border:0;
	}

	#footer .footer-body .information .information-body .links{
		/*width:100%;*/
		padding:0;
		float:left;
	}

	#footer .footer-body .information .information-body .links li{
		display:inline-block;
		*display:inline;
		*zoom:1;
		margin-right:6px;
		padding:0;
	}

	#footer .footer-body .information .information-body .links li:last-child{
		margin-right:0;
	}

	#footer .footer-body .information .information-body .links li a{
		font-size:12px;
	}

	#footer .footer-body .information .links .contact a{
		padding:6px 4px;
	}

	#footer .footer-body .information .information-body .side{
		width:60px;
		position:relative;
		float:right;
		text-align:left;
	}

	#footer .footer-body .information .information-body .side .p-mark{
		display:none;
		position:absolute;
		top:0;
		right:0;
	}

	#footer .footer-body .information .information-body .side .search,
	#footer .footer-body .information .information-body .side .social{
		display:block;
	}

	#footer .footer-body .information .information-body .side .social{
		display:block;
		margin:0;
	}

	#footer .footer-body .information .information-body .side .social ul{
		text-align:right;
	}

	#footer .footer-body .information .information-body .side .social li{
		margin:0 0 0 2px;
		padding:0;
		float:none;
	}

	#footer .footer-body .information .information-body .side .social li:first-child{
		margin-left:0;
	}


	#footer .footer-foot{
		padding-bottom:20px;
	}

	#footer .footest-nav{
		width:100%;
	}

	#footer .footest-nav li{
		margin:0 0 0 5px;
		padding:0 0 0 5px;
		display:inline-block;
		*display:inline;
		*zoom:1;
	}

	#footer .footest-nav li:first-child{
		margin-left:0;
		padding-left:0;
	}

	#footer .footest-nav li a{
		font-size:9px;
	}

	#footer .footer-body .information .information-foot{
		border-top:0;
	}


	#footer .copyright p{
		font-size:8px;
	}

	#footer .copyright .sub{
		margin:5px 0 0;
		display:block;
	}
}
