/*
Theme Name:新京成電鉄オフィシャルサイト
Description:新京成電鉄オフィシャルサイト用テーマ。
Version:1.0
Author:Shinkeisei
Author URI: http://www.shinkeisei.co.jp/
License: 
License URI: 
*/


.tagengo{
	text-align:center;
	margin:10px;
}

.tagengo > .henkan{
	margin:0px 10px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #e8a2c2;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 4px;
}

.tagengo > .active{
    border-bottom: none;
	background-color: #e95098;
}

@media only screen and (max-width: 750px) {
	
.tagengo{
	text-align:center;
	margin:10px;
}

.tagengo > .henkan{
  margin:3px 12px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #e8a2c2;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 12px;
  border-radius: 4px;
}

.tagengo > .active{
	transform: translateY(2px);
    border-bottom: none;
	background-color: #e95098;	
}
}