@charset "UTF-8";

/*  1= reset
-----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,input,textarea,
p,blockquote,table,th,td,address {
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight: normal;
}
fieldset,img {
	border:0;
}
img {
	vertical-align:bottom;
}
address,caption,cite,code,
dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
b,strong {
	font-weight: bold;
}


table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}

/*  2= body
-----------------------------------------------------*/
html,
body {
	/*height: 100%*/
}
body {
	font-size: 13px;;
	color: #000;
	line-height: 100%
	height: 100%;
}
body#home  {

}
body#page  {

}

a { outline:none !important; }

/* Browser Reset */

/*----- clearfixハック -----*/

/* IE以外のモダンブラウザ向け */
.clearfix:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7および、Mac：IE5向け */
.clearfix {
	display: inline-block;
}

/* IE6以前向け */
/* Hides from IE-mac \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* = Selected Text
----------------------------------------------- */
::selection {
	background:#ffff00;
}
::-moz-selection {
	background:#ffff00;
}

a:link {	color:#000000;text-decoration:none;}
a:visited {	color:#000000;text-decoration:none;}
a:hover {	color:#000000;text-decoration:underline;}
a:active {	color:#000000;text-decoration:underline;}

p.des a:link,
div.data a:link,
div.hidden_comment a:link,
.single-information .contents_body a:link,
.single-articles .contents_body a:link,
.single-errata .contents_body a:link,
#page .contents_body a:link {
	color:#00a0e9; text-decoration:none !important;
}
p.des a:visited,
div.data a:visited,
div.hidden_comment a:visited,
.single-information .contents_body a:visited,
.single-articles .contents_body a:visited,
.single-errata .contents_body a:visited,
#page .contents_body a:visited {
 	color:#0075a9; text-decoration:none !important;
}
p.des a:hover,
div.data a:hover,
div.hidden_comment a:hover,
.single-information .contents_body a:hover,
.single-articles .contents_body a:hover,
.single-errata .contents_body a:hover,
#page .contents_body a:hover {
	color:#0075a9; text-decoration:underline !important;
}
p.des a:active,
div.data a:active,
div.hidden_comment a:active,
.single-information .contents_body a:active,
.single-articles .contents_body a:active,
.single-errata .contents_body a:active,
#page .contents_body a:active {
	color:#0075a9; text-decoration:underline !important;
}

.anim {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

#top{
background:url(/images/bg_top.gif) repeat-x top left;
}

#design{
background:url(/images/bg_design.gif) repeat-x top left;
}

/*#computer{*/
#computing{
background:url(/images/bg_computing.gif) repeat-x top left;
}

#craft{
background:url(/images/bg_craft.gif) repeat-x top left;
}

#articles{
background:url(/images/bg_articles.gif) repeat-x top left;
}

#information{
background:url(/images/bg_information.gif) repeat-x top left;
}

#page{
background:url(/images/bg_page.gif) repeat-x top left;
}

.contents{
width:980px;
margin:0 auto;
text-align:left;
}

.header{
width:980px;
height:130px;
position:relative;
}

.header h1{
margin:0;
padding:0;
position:absolute;
left:17px;
top:328px;
}

.header .logo{
margin:0;
padding:0;
position:absolute;
left:0;
top:15px;
}

.header #search{
position:absolute;
right:0;
top:0;
}

.header .hdr_nav {
	border: 2px solid #000;
	position: absolute;
	left: 70px;
	top: 13px;
	height: 21px;
}

.header .hdr_nav a {
	float: left;
	width:80px;
	height:19px;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
	vertical-align: top;
	border: 2px solid #000;
	position: relative;
}

.header .hdr_nav img {
	position: absolute;
	left: 0;
}

.header a.menu01{
	background:url(/images/hdr_menu_01@2x_on.gif) 0 0 no-repeat;
	background-size: 80px 19px;
	border: 1px solid #000;
}

.header a:hover.menu01 img,
#design .header a.menu01 img{
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

.header a.menu02{
	background:url(/images/hdr_menu_02@2x_on.gif) 0 0 no-repeat;
	background-size: 80px 19px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.header a:hover.menu02 img,
#computing .header a.menu02 img {
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

.header a.menu03{
	background:url(/images/hdr_menu_03@2x_on.gif) 0 0 no-repeat;
	background-size: 80px 19px;
	border: 1px solid #000;
}

.header a:hover.menu03 img,
#craft .header a.menu03 img {
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

.header a.menu04{
width:80px;
height:32px;
position:absolute;
right:312px;
top:13px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/hdr_menu_04@2x.png) 0 0 no-repeat;
background-size: 80px 64px;
}

.header a:hover.menu04{
background-position:0 -32px;
}

#information .header a.menu04{
background-position:0 -32px;
}

.header a.menu05 {
width:53px;
height:32px;
position:absolute;
right:239px;
top:13px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/hdr_menu_05@2x.png) 0 0 no-repeat;
background-size: 53px 64px;
}

.header a:hover.menu05{
background-position:0 -32px;
}

#articles .header a.menu05{
background-position:0 -32px;
}

.header a.menu06 {
width:172px;
height:17px;
position:absolute;
right:341px;
top:21px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/hdr_menu_06@2x.png) 0 0 no-repeat;
background-size: 172px 34px;
}

.header a:hover.menu06{
background-position:0 -17px;
}

.header a.menu07 {
width:87px;
height:17px;
position:absolute;
right:222px;
top:21px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/hdr_menu_07@2x.png) 0 0 no-repeat;
background-size: 87px 34px;
}

.header a:hover.menu07{
background-position:0 -17px;
}

.header a.menu_recruit {
width:50px;
height:17px;
position:absolute;
right:140px;
top:21px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/hdr_menu_recruit@2x.png) 0 0 no-repeat;
background-size: 50px 34px;
}

.header a:hover.menu_recruit{
background-position:0 -17px;
}

.header a.menu08 {
width:44px;
height:17px;
position:absolute;
right:62px;
top:21px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/hdr_menu_08@2x.png) 0 0 no-repeat;
background-size: 44px 34px;
}

.header a:hover.menu08{
background-position:0 -17px;
}

.header a span.hover_arrow {
	width: 322px;
	height: 20px;
	position: absolute;
	top: 62px;
	left: -8px;
	background-size: 322px 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}
.header a:hover span.hover_arrow {
	background-position: 0 -20px;
	filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1;
    opacity: 1;
}

.header a.menu09{
width:306px;
height:54px;
position:absolute;
left:0px;
top:409px;
white-space:nowrap;
text-indent:100%;
/*overflow:hidden;*/
background:url(/images/top_menu_01@2x.png) 0 -54px no-repeat #1eee62;
background-size: 306px 108px;
border: 8px solid #1eee62;
}

.header a:hover.menu09{
background-position:0 1px;
}

.header a.menu09 span.hover_arrow {
	background-image: url(/images/top_menu_01_arrow@2x.gif);
}

.header a.menu10{
width:306px;
height:54px;
position:absolute;
left:329px;
top:409px;
white-space:nowrap;
text-indent:100%;
/*overflow:hidden;*/
background:url(/images/top_menu_02@2x.png) 0 -54px no-repeat #0ec3ff;
background-size: 306px 108px;
border: 8px solid #0ec3ff;
}

.header a:hover.menu10{
background-position:0 1px;
}

.header a.menu10 span.hover_arrow {
	background-image: url(/images/top_menu_02_arrow@2x.gif);
}

.header a.menu11{
width:306px;
height:54px;
position:absolute;
left:658px;
top:409px;
white-space:nowrap;
text-indent:100%;
/*overflow:hidden;*/
background:url(/images/top_menu_03@2x.png) 0 -54px no-repeat #ff67d2;
background-size: 306px 108px;
border: 8px solid #ff67d2;
}

.header a:hover.menu11{
background-position:0 1px;
}

.header a.menu11 span.hover_arrow {
	background-image: url(/images/top_menu_03_arrow@2x.gif);
}

#bookshelf{
margin:150px 0 0 0;
position:relative;
overflow: hidden;
}

#bookshelf .bs_top {
	background: #fff;
	height: 50px
}

#bookshelf .bs_tag{
width:100%;
height:36px;
text-align:center;
position:absolute;
top:36px;
}

#bookshelf .bs_booklist{
border:1px solid #e1e1e1;
background:#f5f5f5;
width:100%;
overflow:hidden;
padding:0;
font-size:0;
line-height:0;
}

#bookshelf .bs_booklist td{
vertical-align:bottom;
height:445px;
}

#bookshelf .bs_booklist a {
	display: block;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	overflow: hidden;
}
#bookshelf .bs_booklist a:hover {
	border: 3px solid #000000;
}
#bookshelf .bs_booklist a:hover img {
	margin: -2px;
}

#bookshelf .bs_booklist a:hover {background:#f7f7f7; text-decoration:none;} /*BG color is a must for IE6*/
#bookshelf .bs_booklist a.tooltip span {
	/*display:none;*/
	background:url(/images/related/bs_thumb.png) no-repeat 0 0;
	padding: 14px 0px 0px 0px;
	margin: 0px 0px 0px -20px;
	width:64px;
	height:69px;
	text-align:center;
	position: absolute;
	top: 0;
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}
#bookshelf .bs_booklist a.tooltip span img{border:1px solid #e1e1e1}
#bookshelf .bs_booklist a.tooltip:hover span{
	position:absolute;
	filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1;
    opacity: 1;
}

#footer{
background:#000000;
color:#737373;
padding:24px 0 0 0;
font-family: "見出ゴMB31";
font-size: 11px;
margin:80px 0 0 0;
width: 100%;
}

#footer .footer_inner{
width:980px;
margin:0 auto;
text-align:left;
}

#footer .footer_inner a:link {	color:#737373;text-decoration:underline;}
#footer .footer_inner a:visited {	color:#737373;text-decoration:underline;}
#footer .footer_inner a:hover {	color:#737373;text-decoration:underline;}
#footer .footer_inner a:active {	color:#737373;text-decoration:underline;}

#footer .footer_inner .btn{
height:50px;
text-align:left;
position:relative;
}

#footer .ftr_nav {
	border: 2px solid #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 18px;
}

#footer .ftr_nav a {
	float: left;
	width:80px;
	height:16px;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
	vertical-align: top;
	border: 2px solid #fff;
	position: relative;
}

#footer .ftr_nav img {
	position: absolute;
	left: 0;
}

#footer .footer_inner .btn a.menu01{
	background:url(/images/ftr_menu_01@2x_on.gif) 0 0;
	background-size: 80px 16px;
	border: 1px solid #fff;
}

#footer .footer_inner .btn a:hover.menu01 img{
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

#footer .footer_inner .btn a.menu02{
	background:url(/images/ftr_menu_02@2x_on.gif) 0 0;
	background-size: 80px 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#footer .footer_inner .btn a:hover.menu02 img{
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

#footer .footer_inner .btn a.menu03{
	background:url(/images/ftr_menu_03@2x_on.gif) 0 0;
	background-size: 80px 16px;
	border: 1px solid #fff;
}

#footer .footer_inner .btn a:hover.menu03 img{
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

#footer .footer_inner .btn a.menu04,
#footer .footer_inner .btn a.menu05,
#footer .footer_inner .btn a.menu06,
#footer .footer_inner .btn a.menu07,
#footer .footer_inner .btn a.menu08,
#footer .footer_inner .btn a.menu09 {
	padding: 0 16px;
}

#footer .footer_inner .btn a.menu04{
width:64px;
height:22px;
position:absolute;
left:266px;
top:0px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/ftr_menu_information@2x.gif) 16px 0 no-repeat;
background-size: 64px 44px;
}

#footer .footer_inner .btn a:hover.menu04{
background-position:16px -22px;
}

#footer .footer_inner .btn a.menu05 {
width:44px;
height:22px;
position:absolute;
left:362px;
top:0px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/ftr_menu_articles@2x.gif) 16px 0 no-repeat;
background-size: 44px 44px;
}

#footer .footer_inner .btn a:hover.menu05{
background-position:16px -22px;
}

#footer .footer_inner .btn a.menu06 {
width:160px;
height:22px;
position:absolute;
left:438px;
top:0px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/ftr_menu_about@2x.gif) 16px 0 no-repeat;
background-size: 160px 44px;
}

#footer .footer_inner .btn a:hover.menu06{
background-position:16px -22px;
}

#footer .footer_inner .btn a.menu07 {
width:80px;
height:22px;
position:absolute;
left:630px;
top:0px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/ftr_menu_sample@2x.gif) 16px 0 no-repeat;
background-size: 80px 44px;
}

#footer .footer_inner .btn a:hover.menu07{
background-position:16px -22px;
}

#footer .footer_inner .btn a.menu08 {
width:42px;
height:22px;
position:absolute;
left:742px;
top:0px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/ftr_menu_english@2x.gif) 16px 0 no-repeat;
background-size: 42px 44px;
}

#footer .footer_inner .btn a:hover.menu08{
background-position:16px -22px;
}

#footer .footer_inner .btn a.ftr_pagetop {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 5px 5px 5px 30px;
}

#footer .footer_inner .under{
height:33px;
text-align:left;
position:relative;
}

#footer .footer_inner .under .txtlinks{
	position: relative;
}

#footer .footer_inner .under .txtlinks a {
	border-right: 1px solid #474747;
	padding-left: 10px;
}

#footer .footer_inner .under .txtlinks a.menu09 {
width:73px;
height:12px;
position:absolute;
left:0px;
top:0px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/ftr_menu_contact@2x.gif) 0 0 no-repeat;
background-size: 73px 24px;
}

#footer .footer_inner .under .txtlinks a:hover.menu09 {
background-position:0 -12px;
}

#footer .footer_inner .under .txtlinks a.menu10 {
width:102px;
height:12px;
position:absolute;
left:94px;
top:0px;
white-space:nowrap;
text-indent:100%;
overflow:hidden;
background:url(/images/ftr_menu_privacy@2x.gif) 0 0 no-repeat;
background-size: 102px 24px;
}

#footer .footer_inner .under .txtlinks a:hover.menu10 {
background-position:0 -12px;
}

#footer .footer_inner .under .txtlinks p.coptyright {
position:absolute;
left:216px;
top:1px;
font-size: 9px;
font-family: "見出ゴMB31";
}

#footer .footer_inner .under .ftrlogo{
	position:absolute;
	right:0px;
	top:0px;
}
#footer .footer_inner .under .ftrlogo a {
	padding: 2px 0;
	display: block;
}

#footer .footer_inner .under .btnlinks{
position:absolute;
right:60px;
top:0px;
border-left: 1px solid #6e6e6e;
border-right: 1px solid #6e6e6e;
padding: 3px 20px;
}

#footer .footer_inner .under .btnlinks a {
	padding: 3px 6px;
}

#footer .footer_inner .under .btnlinks a.fb {
	background: url(/images/ftr_ico_fb@2x_on.gif) 6px -1px no-repeat;
	background-size: 14px 14px;
}
#footer .footer_inner .under .btnlinks a:hover.fb img {
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

#footer .footer_inner .under .btnlinks a.tw {
	background: url(/images/ftr_ico_tw@2x_on.gif) 6px -1px no-repeat;
	background-size: 14px 14px;
}
#footer .footer_inner .under .btnlinks a:hover.tw img {
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

/**********************************************************/

#sitemap_area {
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0px;
	position: absolute;
	text-align: center;
	color: #FFF;
	z-index: 10000;
	background:#000000;
	display: none;
}

#sitemap_area_container {
	width: 100%;
	position: relative;
	text-align: left;
	z-index: 10001;
	overflow: hidden;
}

#sitemap_close {
	cursor: pointer;
	background:url(/images/sitemap_bg.gif);
	height:13px;
	padding:16px 0 15px 0;
	border-bottom:1px solid #303030;
}

#sitemap_close .sitemap_close_inner{
	width:980px;
	margin:0 auto;
}

#sitemap_close span{
	float:right;
	padding: 0 4px;
}

#sitemap_contents {
	background:#000000;
}

#sitemap_contents .sitemap_contents_inner{
	width:980px;
	padding:35px 0 70px 0;
	margin:0 auto;
	font-size:87%;
	/*font-weight:bold;*/
	color:#ffffff;
}

#sitemap_contents .sitemap_contents_inner .sitemap_tit{
padding:0 0 14px 0;
border-bottom:1px solid #737373;
margin-bottom:74px;
font-family: "見出ゴMB31";
font-size: 22px;
}

#sitemap_contents .sitemap_contents_inner .sitemap_left{
width:699px;
padding:0 0 76px 0;
float:left;
}

#sitemap_contents .sitemap_contents_inner .sitemap_right{
width:281px;
float:right;
}

.contents_box {
	height: 108px;
}

#sitemap_contents .sitemap_contents_inner .sitemap_tit2{
padding:0 0 35px 0;
font-family: "見出ゴMB31";
font-size: 16px;
}

#sitemap_contents .sitemap_contents_inner .sitemap_left .category {
	float: left;
	padding-right: 50px;
}

#sitemap_contents .sitemap_contents_inner .sitemap_left .category1{
float:left;
width:236px;

}

#sitemap_contents .sitemap_contents_inner .sitemap_left .category2{
float:left;
width:220px;

}

#sitemap_contents .sitemap_contents_inner .sitemap_left .category3{
float:left;
width:243px;

}

#sitemap_contents .sitemap_contents_inner .sitemap_left ul{
margin:10px 0 0 0;
}

#sitemap_contents .sitemap_contents_inner .sitemap_left li{
padding:0 0 4px 0;
font-family: "見出ゴMB31";
font-size: 12px;
line-height: 20px;
}

#sitemap_contents .sitemap_contents_inner .sitemap_left li a{
color:#ffffff;
text-decoration: none;
padding-bottom: 2px;
}
#sitemap_contents .sitemap_contents_inner .sitemap_left li a:hover {
text-decoration: underline;
}

#sitemap_contents .sitemap_contents_inner .sitemap_right div.sitemap_search_box{
background:#2e2e2e;
height:36px;
position:relative;
border-bottom:3px solid #ffffff;
margin-bottom:28px;
}

#sitemap_contents .sitemap_contents_inner .sitemap_right .sitemap_search_box input.sitemap_text{
width:235px;
height:36px;
background:#2e2e2e;
border:0;
font-size:16px;
padding:0;
margin-left:10px;
color:#ffffff;
outline: none;
font-family: "見出ゴMB31" !important;
letter-spacing: 0.2em;
}

#sitemap_contents .sitemap_contents_inner .sitemap_right .sitemap_search_box input.sitemap_btn{
position:absolute;
right:0;
top:0;
}

#sitemap_contents .sitemap_contents_inner .sitemap_right a{
color:#ffffff;
padding:0 18px 0 0;
background:url(/images/sitemap_ico.gif) right center no-repeat;
}

#sitemap_contents .sitemap_contents_inner .keyword{
padding:30px 0 0 0;
text-align:center;
/*font-weight:bold;*/
font-size:87%;
}

#sitemap_contents .sitemap_contents_inner .keyword {
width:980px;
margin:0;
padding:0;
text-align:center;
/*font-weight:bold;*/
font-size:100%;
display:block;
}

#sitemap_contents .sitemap_contents_inner .keyword ul {
	list-style: none;
}

#sitemap_contents .sitemap_contents_inner .keyword ul li {
	float: left;
}

#sitemap_contents .sitemap_contents_inner .keyword a{
padding:0 0 6px 0;
margin:0 15px 20px 15px;
/*line-height:43px;*/
border-bottom:2px solid #FFFFFF;
white-space: nowrap;
color:#ffffff;
zoon:1;
display:inline-block;
font-size: 13px;
font-family: "見出ゴMB31";
}

#sitemap_contents .sitemap_contents_inner .keyword a:hover{
text-decoration:none;
}

#sitemap_close_bottom {
	cursor: pointer;
	margin-top: 100px;
}

#information_area {}
#articles_area {
	width: 224px;
}

.contents_left .side_banner {
	margin-bottom: 40px;
}
.contents_left .side_banner a {
	display: block;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
	-moz-transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-o-transition:0.3s linear;
	-ms-transition:0.3s linear;
	text-decoration: none;
}
.contents_left .side_banner a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opcity=50)";
	opacity:0.5;
	text-decoration: none;
}

.contents_left .txt_title {
	position: relative;
}

.contents_left .txt_title p {
	float: left;
}
.contents_left .txt_title p.goto_list {
	/*float: right;*/
	font-size: 10px;
	font-family: "中ゴシックBBB";
	margin-top: 2px;
	position: absolute;
	width: 100%;
	text-align: right;
}
.contents_left .txt_title a {
	padding: 3px 0 2px;
	display: block;
}
.contents_left .txt_title a:hover {
	text-decoration: underline;
}

.contents_left .top_info{
margin:16px 0 80px 0;
border-top:1px solid #b9b9b9;
}

.contents_left .top_info a {
	display: block;
}
.contents_left .top_info a:hover {
	background-color: #f2f2f2 !important;
	text-decoration: none;
}

.contents_left .top_info dt{
font-weight:bold;
padding:20px 0 10px 0;
font-size: 12px;
line-height: 20px;
font-family: 'Helvetica', 'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

.contents_left .top_info dd{
padding:0px 0 20px 0;
border-bottom:1px solid #b9b9b9;
font-size: 14px;
line-height: 22px;
font-family: "中ゴシックBBB";
}

.contents_left .articles_list{
	margin: 36px 0 0 0;
	width: 226px;
}

.contents_left .articles_list dt p.tag{
font-weight:bold;
padding:0 0 3px 0;
font-size: 12px;
line-height: 18px;
font-family: 'Helvetica', 'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

.contents_left .articles_list dt p.tit{
padding:16px 0 10px 0;
font-size: 14px;
line-height: 22px;
font-family: "中ゴシックBBB";
}

.contents_left .articles_list dd{
padding:0px 0 36px 0;
color:#737373;
font-size: 11px;
line-height: 18px;
font-family: "中ゴシックBBB";
}


.contents_right #items .item {
	/*float: left;*/
	position: relative;
	width: 168px;
	margin: 0 0 80px 70px;
	display: inline-block;
	vertical-align: top;
	/display: inline;
    /zoom: 1;
}

.contents_right #items .fas {
	margin: 0 0 80px 0;
}

.contents_right #items .item a {
	text-decoration: none;

}
.contents_right #items .item a:hover {
	/*text-decoration: none;*/
}

.contents_right #items .item div.image {
	margin: -12px 0 0 -12px;
	/*vertical-align: bottom;*/
	width: 180px;
	height: 211px;
	position: relative;
}

.contents_right #items .item img.book,
.contents_right .pickup_img img,
.contents_right .item_detail_l img {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #c8c8c8;
	margin: -1px;
}

.contents_right .pickup_img .shadow {
    border-radius: 8px;
    padding: 12px;
}
.contents_right #items .item div.image div.sd {
	display: inline-block;
	/display: inline;
    /zoom: 1;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
    bottom: 0;
}
.contents_right a:hover .pickup_img .shadow,
.contents_right #items .item a:hover div.image div.sd {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

	-moz-transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-o-transition:0.3s linear;
	-ms-transition:0.3s linear;
}

.contents_right #items .item div.image div.status_label_area {
	position: absolute;
	top: 12px;
	left: 12px;
}

.contents_right #items .item span.status_label_01 {
	position: absolute;
	left: -7px;
	bottom: -7px;
}

.contents_right #items .item span.status_label_02 {
	position: absolute;
	right: -6px;
	bottom: 5px;
}

.contents_right #items .item p.title {
	font-size: 12px;
	line-height: 18px;
	/*font-weight:bold;*/
	margin: 4px 0 10px;
	font-family: "見出ゴMB31";
}

.contents_right #items .item p.spec {
	font-size: 9px;
	line-height: 15px;
	margin: 16px 0 0 0;
	font-family: 'Helvetica', 'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

.contents_right .ophidden,
.contents .list_wrap .ophidden {
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    opacity: 0;
}

.contents_right .loading,
.contents .list_wrap .loading {
	text-align: center;
	margin: 18px 0;
	visibility: hidden;
}
.home .contents_right .loading,
.tax-genre .contents_right .loading {
	margin: 0 0 18px 0;
}

.contents_right .more,
.contents .list_wrap .more {
margin:50px 0 20px 0;
text-align: center;
font-size: 14px;
font-family: "見出ゴMB31";
letter-spacing: 1px;
clear: both;
}
.home .contents_right .more,
.tax-genre .contents_right .more {
	margin:0 0 20px 0;
}
.home .contents_right .more_hidden,
.tax-genre .contents_right .more_hidden {
	margin:0 0 33px 0;
}
.contents .list_wrap .more {
	margin:0 0 80px 0;
}
.contents .list_wrap .more_hidden {
	height: 1px;
	margin:0 0 125px 0;
}
.contents_right .more a,
.contents .list_wrap .more a {
	display: block;
	text-decoration: none;
}
.contents_right .more span,
.contents .list_wrap .more span {
	display: block;
	margin: 20px 0 0;
	font-size: 12px;
}
.contents_left .contents_title {
	font-family: "見出ゴMB31";
	font-size: 16px;
	line-height: 28px;
}


.contents_right .numbering {
	margin:80px auto 0;
	position:relative;
	text-align: center;
}

.contents_right .numbering_inner {
	border-bottom:4px solid #000000;
	display: inline-block;
	height:30px;
}

.contents_right .numbering_inner a,
.contents_right .numbering_inner span.page-numbers {
	/*
	display:inline-block;
	/display:inline;
	/zoom: 1;
	*/
	float: left;
	font-family: "見出ゴMB31";
	font-size: 14px;
	padding: 0 8px;
}

/*.contents_right #pagerList li {
	float: left;
	font-family: "見出ゴMB31";
	font-size: 14px;
	padding: 0 8px;
}*/

.contents_right .page-numbers a {
	font-family: "見出ゴMB31";
	font-size: 14px;
	padding: 0 8px;

	text-align: center;
}
.contents_right .page-numbers a.prev,
.contents_right .page-numbers a.next {
	font-family: 'Helvetica', 'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

.contents_right div.post_link{
	height: 270px;
}

.contents_right div.prev{
height:25px;
border-bottom:4px solid #000000;
margin:100px 0 140px 0;
float:left;
}

.contents_right div.next{
height:25px;
border-bottom:4px solid #000000;
margin:100px 0 140px 0;
float:right;
}

.contents_right div.prev a,
.contents_right div.next a {
	padding: 8px;
}
.contents_right div.prev a:hover,
.contents_right div.next a:hover {
	text-decoration: none;
}

.contents_right div.social{
height:65px;
padding: 0;
margin:100px 0 0px 0;
position:relative;
}

.contents_right div.social p {
	padding: 0;
}

.contents_right div.social p.date {
padding:0;
font-family: "見出ゴMB31";
font-size: 12px;
border-bottom:4px solid #000000;
}

.contents_right div.social p.arrow {
position:absolute;
top:0;
right:0;
}

.contents_right div.social p.arrow a {
	padding: 7px 8px 7px 50px;
}

.contents_right div.social div.social-btn{
width: 100%;
height:25px;
position:absolute;
bottom:0;
left:0;
}

#plugindetect {
	z-index: 1;
}

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

	 Reset

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

div#trust-form.contact-form ul {
    margin: 0;
    padding: 0;
}

div#trust-form.contact-form li {
    list-style: none;
    margin: 3px 0;
    padding: 0;
}

div#trust-form.contact-form table,
div#trust-form.contact-form table th,
div#trust-form.contact-form table td {
    border: none;
}

/* reset form element style*/
div.contact-form input,
div.contact-formbutton,
div.contact-formselect,
div.contact-formtextarea {
    margin: 0;
    outline: none;
}
div#trust-form.contact-form input,
div#trust-form.contact-form select {
    vertical-align:middle;
    font-size: 100%;
}

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

	 Trust Form Style

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

div#trust-form.contact-form{
    width:100%;
    height: auto;
}

div#trust-form.contact-form p#message-container-input {
    font-size: 18px;
    font-family: "見出ゴMB31";
    line-height: 28px;
}

div#trust-form.contact-form table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

div#trust-form.contact-form table th {
    width: 25%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    font-weight: bold;

}

div#trust-form.contact-form table td {
    width: 75%;
	padding: 10px;
    border-bottom: 1px solid #ccc;
	text-align: left;
    vertical-align: middle;


}
div#trust-form.contact-form table tr:hover{
	background: #f4f4f4;
}

div#trust-form.contact-form p.submit-container {
	text-align: center;
	padding: 20px 0;
}

div#trust-form.contact-form p.submit-container input {
    margin: 0 50px;
}

div#trust-form.contact-form div.submessage {
    padding-top: 10px;
    width: 95%;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.5;
}

div#trust-form.contact-form div.submessage p {
    font-size: 100%;
    line-height: 1.5;
}

div#trust-form.contact-form span.require {
    margin-left:3px;
    color: #e55a3b;
}

div#trust-form.contact-form div.error {
    color: #e55a3b;
    padding: 10px 0 0;
    font-size: 90%;
}


div#trust-form.contact-form input[type="text"] {
    width: 95%;
}

div#trust-form.contact-form input[type="checkbox"],
div#trust-form.contact-form input[type="radio"] {
    margin-right: 3px;
}

div#trust-form.contact-form textarea {
    width: 95%;
    height: 100px;
}

.contents_right p.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.contents_right p.pb0 {padding-bottom:0;}
.contents_right p.pb10 {padding-bottom:10px;}
.contents_right p.pb20 {padding-bottom:20px;}
.contents_right p.pb30 {padding-bottom:30px;}

.contents_right hr {margin: 24px 0;}

