/* ==========================================================================

	
	----------------------------------

	Font-size Setting
	8px  :  57.1%		17px : 121.4%
	9px  :  64.3%		18px : 128.6%
	10px :  71.4%		19px : 135.7%
	11px :  78.6%		20px : 142.9%
	12px :  85.7%		22px : 157.1%
	13px :  92.9%		24px : 171.4%
	14px :   100%		26px : 185.7%
	15px : 107.1%		28px :   200%
	16px : 114.3%		30px : 214.3%

   ========================================================================== */




/* ==========================================================================
   Header Contents
   ========================================================================== */
#headerWrap {
	width: 100%;
	min-height: 100px;
	margin: 0;
	background: #FFF;
	border-bottom: #E4E4E4 5px solid;
}

header {
	height: 100px;
}

#logo {
	width: 184px;
	height: 70px;
	margin: 0;
	padding: 30px 20px 0px 20px;
	float: left;
	
}

h1 {
	margin: 0;
	padding: 0;
}



nav {
	display: none;
}


#headerNav {
	display: none;
}

#headerNav ul {
	height: 40px;
}




/* ==========================================================================
   Main Contents
   ========================================================================== */
   
#topMainContentWrap {
	width: 100%;
	background-image: url(../images/topMainContentWrap_bg.png);
	background-repeat: repeat;
}

#topMainContent {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ===== topSlide ===== */
#topMainContent #topSlideWrap {
	width: 100%;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 20px 0px;
}

#topMainContent #topSlide {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

#topMainContent #topSlide #slides {
	
}

#topSlide .slideImgL {
	/*width: 100%;
	float: none;*/
}

#topSlide .slideImgL img {
	/*width: 100%;*/
	display: none;
}

#topSlide .slideImgL {
	padding: 0;
	margin: 0 auto;
}

#topSlide .slideRight {
	
	/*width: 100%;
	float: none;*/
}

#topSlide .slideRight .slideRhead {
	margin: 10px 10px 20px 15px;
}

#topSlide .slideRhead_catName {
	margin-bottom: 10px;
	width: 100%;
}

#topSlide .slideRhead_catName img {
	width: auto !important;
}

#topSlide .slideRhead_date p {
	margin: 0px 0px 5px 0px;
	font-size: 85.7% !important;
	color: #777 !important;
}

#topSlide .slideRhead_title p {
	width: 100%;
	margin: 0px 0px 0px 0px !important;
	font-size: 142.9%;
	font-weight: bold;
	color: #0075C2;
}

#topSlide .slideTxt p {
	/*display: none;*/
	padding: 5px 10px;
}

#topSlide .slideTag {
	display: none;
	/*margin: 0px 10px 10px 10px;
	padding: 5px;
	list-style: none;
	background-image: url(../images/dotLine_side.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}

#topSlide .slideTag ul {
	display: none;
}

#topSlide .slideTag li {
	display: none;
}

#topSlide .slideTag li a {
	text-decoration: none;
}

#topSlide .slideTag li a:hover {
	text-decoration: underline;
}


#topSlide .slideImg {
	padding: 0;
}

/* ===== bxslide ===== */
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	display: none;
}


/* ===== topSubContent ===== */
#topMainContent #topSubContent {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#topMainContent #topSubContent ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}

#topMainContent #topSubContent ul li {
	width: 50%;
	padding: 5px;
	text-align: center;
	position: relative;
	left: -50%;
	float: left;
}

#topMainContent #topSubContent ul li img {
	width: 100%;
}

#topContent {
}



/* ===== topCol_container ===== */
#main {
	padding: 20px 5px;
}

ul#topCol_container {
	width: 100%;
	margin: 0 auto;
}

ul#topCol_container li {
	padding: 0;
	margin: 0px 0px 5px 0px;
}


.item {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none !important;
}


.thumbWrap {
	display: table;
}

/* ===== topCol 1 ===== */

ul#topCol_container li figure {
	width: 30%;
	display: table-cell;
}

ul#topCol_container li figure img {
	width: 100%;
}


/* ===== topCol 2 ===== */

ul#topCol_container li .topCol_box {
	width: 70%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	display: table-cell;
	vertical-align: middle;
}

ul#topCol_container li .topCol_box p.topCol_txt {
	display: none;
}

ul#topCol_container li .topCol_box p span.moreBT {
	color: #0075c2;
}

ul#topCol_container li .topCol_box p.topCol_date {
	font-size: 85.7% !important;
	color: #777 !important;
	margin: 0px !important;
	padding: 0;
}

ul#topCol_container li .topCol_box p.topCol_title {
	font-size: 100% !important;
	font-weight: bold !important;
	color: #333 !important;
	margin: 0;
	padding: 0;
}

/* ===== topCol 3 ===== */

ul#topCol_container li ul.topCol_tag {
	display: none;
}


/* ===== hakuhodo_topics ===== */

#hakohodo_topics {
	width: 98%;
	background: #FFF;
	padding: 10px;
	margin: 0px auto 0px auto;
}

#ht_title {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0px 5px 15px;
	float: none;
	color: #000;
	font-weight: bold;
	border-bottom: #808080 1px dotted;
	background-image: url(../images/ht_title_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1;
}

#ht_txt {
	color: #333;
}

#ht_txt p {
	margin: 0;
	padding: 0;
}

#ht_txt p span {
	display: block;
}









/* ==========================================================================
   spParts
   ========================================================================== */

/* ===== spNavBT  ===== */
spNavBT {
	width: 50px;
	height: 50px;
	float: right;
	
}






/* ===== spftNavBox01 ===== */
.spParts #spftNavBox01 {
	margin: 0px auto 15px auto;
	width: 98%;
}

.spParts #spftNavBox01 ul {
	margin: 0;
	padding: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/pie/PIE.htc);
	background: #FFF;
	list-style: none;
}

.spParts #spftNavBox01 ul li {
	width: 100%;
	height: 52px;
	border-bottom: #E4E4E4 1px solid;
	background-image: url(../images/spftNav01_allow.png);
	background-repeat: no-repeat;
	background-position: right center;	
}

.spParts #spftNavBox01 ul li a {
	width: 100%;
	height: 52px;
	display: block;
	margin-bottom: 10px !important;
}

/* ===== spftNavBox02 ===== */

.spParts #spftNavBox02 {
	margin: 0px auto 15px auto;
	width: 98%;
}

.spParts #spftNavBox02 ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

.spParts #spftNavBox02 ul li {
	width: 100%;
	height: 52px;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/pie/PIE.htc);
	background-image: url(../images/spftNav02_allow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.spParts #spftNavBox02 ul li a {
	width: 100%;
	height: 52px;
	display: block;
}



/* ==========================================================================
   Footer Contents
   ========================================================================== */



/* ===== bannerBox ===== */
#bannerBoxWrap {
	width: 100%;
	padding: 20px 0px 40px 0px;
	background-color: #FFF;
	background-image: url(../images/dotLine_side.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#bannerBox {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}

#bannerBox ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#bannerBox li {
	width: 46%;
	margin: 0px 2% 5px 2%;
	display: block;
	float: left;
}

#bannerBox li img {
	width: 100%;
}

/* ===== #footerWrap ~ ===== */
#footerWrap {
	width: 100%;
}

#footerHigher {
	position: relative;
}

#footerHigher #siteNav {
	display: none;
}

#footerWrap, #footerWrap a {
	color: #FFF !important;
}

#footerWrap ul {
	list-style-type: none;
}


footer {
	padding-top: 20px;
	background: #0075C2;
}

#footerWrap ul {
	list-style-type: none;
}

footer #footerLowerWrap {
	padding-top: 20px;
	background-image: url(../images/dotLine.png);
	background-repeat: repeat-x;
	background-position: left top;
}

footer #footerLower {
	padding: 10px;
}

footer #footerNav {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

footer #footerNav ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}

footer #footerNav ul li {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	position: relative;
	left: -50%;
	float: left;
}

footer #copyright {
	text-align: center;
	clear: both;
}

footer #copyright p {
	margin: 0;
	padding: 0;
	font-size: 85.7%;
}

.pageTopBT {
	cursor:pointer;
	position: absolute;
	margin-left: -55px;
	left: 50%;
	top: -45px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}


.radius2px {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/pie/PIE.htc);
}

.radius4px {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}

.shadow {
	-webkit-box-shadow: #999 0px 0px 2px;
	-moz-box-shadow: #999 0px 0px 2px;
	box-shadow: #999 0px 0px 2px;
	behavior: url(/pie/PIE.htc);
}



/* ==========================================================================
   main css tablet
   ========================================================================== */
/* ===== article ===== */
#breadcrumbWrap {
	display: none;
}

/* ===== article ===== */
article {
	width: 100%;
	min-height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	float: none;
}

article h1 {
	color: #000;
	font-size: 171.4%;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0 10px 0 0;
	background: url(../images/dotLine_side.png)  repeat-x bottom left;
}

article .heading2 {
	color: #333;
	font-size: 121.4%;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0;
}

article .headerLine {
	padding: 0 0 0 20px;
}

article section {
	padding: 0px;
}



/* ===== #othersBox サイドバーなしページ用===== */
#othersBox {
	width: 100%;
	min-height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	float: none;
}

#othersBox h1 {
	color: #000;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 0px;
	padding: 0 10px 0 0;
	background: url(../images/dotLine_side.png)  repeat-x bottom left;
}

#othersBox .heading2 {
	color: #333;
	font-size: 121.4%;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0;
}

#othersBox .headerLine {
	padding: 0 0 0 20px;
}

#othersBox section {
	padding: 20px;
}


/* ===== aside ===== */
aside {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: none;
}

aside ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

aside li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-bottom: #eee 1px solid;
}

aside li a {
	width: 100%;
	height: 40px;
	display: block;
	padding: 10px 0px 20px 40px;
	background: url(../images/aside_li_Allow.png) no-repeat 20px center;
}


aside h2 {
	width: 100% !important;
	margin: 20px 0px 0px 0px;
	padding: 0;
	background: #0075C2;
}

aside h2 a {
	width: 100%;
	height: 46px;
	display: block;
}

aside#news h2 a, #news_1 aside h2 a {
	background: url(../images/aside_h2_sp.png) no-repeat 0 0;
}

aside#ideaswin h2 a {
	background: url(../images/aside_h2_sp.png) no-repeat 0 -46px;
}

aside#about h2 a {
	background: url(../images/aside_h2_sp.png) no-repeat 0 -92px;
}

aside#recruit h2 a {
	background: url(../images/aside_h2_sp.png) no-repeat 0 -138px;
}




aside section h3 {
	width: 100% !important;
	margin: 0px 0px 0px 0px;
	background: #aaa;
}

aside section h3 a {
	width: 100% !important;
	padding: 5px 5px 5px 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background: url(../images/white_Allow.png) no-repeat right center;
}

/* ==========================================================================
   news pager
   ========================================================================== */

#newsPager {
	width: 100%;
	padding: 20px 5px 20px 5px;
}



/* ==========================================================================
   Activation report
   ========================================================================== */

div.headBox{
	margin: 20px 15px 0;
}

div.headBox ul.column{
	padding: 0;
	margin: 0 0 0 10px;
}

div.headBox ul.column li {
	width: auto;
	margin-right: 2%;
	margin-left: 0;
}

div.headBox ul.column li.photo{
	margin-bottom: 5px;
	text-align:center;
}
div.headBox ul.column li.block{
	padding-left: 0;
}
div.headBox ul.column li.photo img {
	width: 200px;
}

div.headBox ul.column p.company{
	margin: 0.2em 0 1em;
}

div.headBox ul.column{
	margin: 0;
}
div.headBox ul.column li {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
div.headBox ul.column li.photo img {
	position: static;
	width: auto;
	max-width: 200px;
}
div.headBox ul.column p.company{
	margin: 1em 0;
}
