@charset "UTF-8";

/************************************************************
LOGO & NAME
************************************************************/

.home_logo-name {
  margin: 100px 0 33px 0;
  text-align: center;
}

/* ---------------TB/SP */

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

.home_logo-name {
  margin: 20px 0 25px 0;
  text-align: center;
}

.home_logo-name img{
  width: 200px;
  height: auto;
}

}

/************************************************************
MAIN VISUAL
************************************************************/

.home_visual_wrap {
  width: 100%;
  height: 140px;
  background: url('../img/home/home_visual_bg.png') repeat-x;
  background-size: contain;
}

.home_visual {
  width: 100%;
  max-width: 960px;
  height: 140px;
  margin: 0 auto;
  background: url('../img/home/home_visual.png') center center no-repeat;
  background-size: cover;
}


/* ---------------TB/SP */

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

.home_visual_wrap {
  height: 70px;
  margin-bottom: 10px;
}

.home_visual {
  height: 70px;
  background-size: contain;
}

}

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

.home_visual_wrap {
  height: 70px;
}

.home_visual {
  height: 70px;
  background-size: cover;
}

}

/************************************************************
INVOICE
************************************************************/

.bnr_invoice{
	text-align:center;
}

.bnr_invoice div{
	display:inline-block;
	margin:30px 0 0 0;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-radius:10px;
	border-color:#9999ff;
	background-color:#efefff;
}

.bnr_invoice div a{
	display:block;
	width:100%;
	height:100%;
	padding:4px 10px 2px 10px;
}

.bnr_invoice div div{
	display:block;
	margin:-2px 0 0 0;
	font-size:12px;
	text-align:center;
	border-width:0;
}

/* ---------------TB/SP */

@media screen and (max-width: 640px) {
	
.bnr_invoice{
	text-align:center;
}

.bnr_invoice div{
	display:inline-block;
		margin:20px 0 0 0;
		font-size:12px;
	border-width:1px;
	border-style:solid;
	border-radius:10px;
	border-color:#9999ff;
	background-color:#efefff;
}

.bnr_invoice div a{
	display:block;
	width:100%;
	height:100%;
	padding:4px 10px 2px 10px;
}

.bnr_invoice div div{
	display:block;
	margin:-2px 0 0 0;
		font-size:10px;
	text-align:center;
	border-width:0;
}

}

/************************************************************
NEWS
************************************************************/

.news_wrap {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 48.5%;
  margin-right: 3%;
  vertical-align: top;
}

.news_wrap h2 {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.news_list {
  list-style: none;
  margin-top: 8px;
  border-top: 1px solid #999999;
}

.news_item {
  padding: 3px 0;
  border-bottom: 1px dotted #999999;
  font-size: 0;
  line-height: 0;
}

.news_date {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 120px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}

.news_date .new {
	display: none;
}

 .news_date .new .new_mark {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.news_title {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: calc(100% - 120px);
  vertical-align: top;
}

.news_title a {
  color: #0000ff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

/* ---------------TB/SP */

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

.news_wrap {
  display: block;
  width: 100%;
  margin-right: 0;
}

.news_date {
  display: block;
}

.news_title {
  display: block;
  width: 100%;
}

}


/************************************************************
COLUMN
************************************************************/

.column_wrap {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 48.5%;
  vertical-align: top;
}

.column_wrap h2 {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.column_list {
  list-style: none;
  margin-top: 8px;
  border-top: 1px solid #999999;
}

.column_item {
  padding: 3px 0;
  border-bottom: 1px dotted #999999;
  font-size: 0;
  line-height: 0;
}

.column_date {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 120px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}

.column_date .new {
	display: none;
}

 .column_date .new .new_mark {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.column_title {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: calc(100% - 120px);
  vertical-align: top;
}

.column_title a {
  color: #0000ff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

/* ---------------TB/SP */

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

.column_wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.column_date {
    display: block;
}

.column_title {
    display: block;
    width: 100%;
}

}

