@charset "utf-8";

/* -----------------------------------------------------------------------------
 Press
----------------------------------------------------------------------------- */
#press {
	position:relative;
	width:770px;
	padding-top:10px;
	text-align:left;
	float:right;
	z-index:9999;
}

#press div.item {
	margin-top:40px;
	width:385px;
	float:left;
}

#press div.item .right {
	margin-right:20px;
	width:243px;
	float:right;
}

#press div.item h2 {
	font-size:1.05em;
	padding-bottom:20px;
	line-height:1.5em;
}

#press div.item p {
	font-size:0.95em;
	line-height:1.3em;
}


#press div.item .left {
	width:92px;
	float:left;
}


/* -----------------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------------- */
#sidebar ul.category li a {
	padding:0 0 0 0;
	background:none;
}

#sidebar ul.category li a:hover {
	background:none;
}

#sidebar ul.archive {
	border-bottom:none;
}

#sidebar h2 a.active,
#sidebar ul.category li a.active {
	background:none;
}


/* *****************************************************************************
   PC用のスタイル記述
@media screen and (min-width: 769px), print {
}
***************************************************************************** */


/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 769px) {

#press {
	width:auto;
	margin:0 7px;
	padding-top:0px;
	float:none;
}

#press div.item {
	margin-top:40px;
	width:auto;
	height:auto !important;
	float:none;
}

#press div.item:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#press div.item {
	display:inline-table;
	zoom:1;
}

* html .#press div.item {
	height:1%;
}

#press div.item {
	display:block;
}


#press div.item .right {
	width:208px;
	margin-left:122px;
	float:none;
}

#press div.item h2 {
	font-size:1.05em;
	padding-bottom:20px;
	line-height:1.5em;
}


#press div.item p {
	font-size:0.95em;
	line-height:1.3em;
}



#press div.item .left {
	width:92px;
}


#sidebar {
	margin:0 7px;
	padding-bottom:40px;
}

#sidebar ul.category {
	padding:0;
	border:none;
}

#sidebar h2 {
	width:45%;
	margin:2px 0 0 0;
	float:left;
}

#sidebar h2 a {
	padding:0.8em 5px 0.8em 25px;
	background:#4d4d4d url(../../img/sidebar_ico.png) 0.7em 1.3em no-repeat;
}

#sidebar h2 a:hover {
	background:#4d4d4d url(../../img/sidebar_ico.png) 0.7em 1.3em no-repeat;
}


#sidebar ul.category li.left {
	width:45%;
	margin:2px 0 0 0;
	float:left;
}

#sidebar ul.category li.right {
	width:54%;
	margin:2px 0 0 0;
	float:right;
}

#sidebar ul.category li a {
	padding:0.8em 5px 0.8em 25px;
	background:#4d4d4d url(../../img/sidebar_ico.png) 0.7em 1.3em no-repeat;
}

#sidebar h2 a.active,
#sidebar ul.category li a.active {
	padding:0.8em 5px 0.8em 25px;
	background:#4d4d4d url(../../img/sidebar_ico_over.png) 0.7em 1.3em no-repeat;
}

#sidebar ul.category li a:hover {
	background:#4d4d4d url(../../img/sidebar_ico_over.png) 0.7em 1.3em no-repeat;
}

#sidebar ul.archive {
	display:none;
}

}






