@charset "UTF-8";

/*/////////////////////////共通///////////////////////*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #FFF;
	font: 14px/2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	letter-spacing:0.05em;
}
.fontItalicbold {
	font-style: italic;
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN" ,"メイリオ","Meiryo"; 
	font-weight: bold;
	letter-spacing:1px;
}
.clear {
	font-size: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix:after {
	content: ".";
	font-size: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	word-wrap: break-word;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
h1 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing:2px;
}
h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
}
hr {
	border: 0;
	height: 1px;
	background: #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}
a img {
	border: 0;
}
a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha(opacity=60);
	opacity: .6;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a, a:hover {
	cursor: pointer;
	-o-transition: opacity 0.25s ease-out;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
.text10px {
	font-size: 10px;
	line-height: 1em;
}
.text12px {
	font-size: 12px;
	line-height: 1em;
}
.text14px {
	font-size: 14px;
	line-height: 1em;
}
.text16px {
	font-size: 16px;
	line-height: 1em;
}
.text18px {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1em;
}
.text24px {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1em;
}
.textred {
	color: #ff0000;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
img {
	vertical-align:bottom;
}
q {
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 30px;
	line-height:1em;
 }
q:before {content: open-quote; margin-right: 10px; font-size: 30px;}
q:after {content: close-quote; margin-left: 10px; font-size: 30px;}
a[target="new"] {
    padding-right: 1.5em;
    background-image: url(../img/icon_link.png);
    background-repeat: no-repeat;
    background-position: right top;
}
/*/////////////////////////フォーム関係///////////////////////*/
::-webkit-input-placeholder {
    color:    #fff;
}
:-moz-placeholder {
    color:    #fff;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
select::-ms-expand {
	display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input, select {
	vertical-align: middle;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	border: 2px solid #19283c;
	border-radius: 2px;
	background: transparent;
	opacity: .5;
	margin: 0 5px 0 0;
	cursor: pointer;
}
input[type="checkbox"]:checked {
	background: #19283c;
	opacity: 1;
}
input[type="submit"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.submitbo {
	-webkit-appearance: none;
	height: 40px;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
	border-width: 0px;
}
.submitbo:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: .5;
}
.submitbo, .submitbo:hover {
	cursor: pointer;
	-o-transition: opacity 0.25s ease-out;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
em {
	color: #ff3300;
}

/*/////////////////////////追加効果系///////////////////////*/
.displayBox {
	display:-webkit-box;
	display:-moz-box;
	display:box;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.kakumaru5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.kakumaru10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.textshadow {
	text-shadow: 1px 1px 1px rgba(150,150,150,1);
}
.bxshadow {
	box-shadow: #969696 1px 1px 1px 0;
	-webkit-box-shadow: #969696 1px 1px 1px 0;
	-moz-box-shadow: #969696 1px 1px 1px 0;
}
.space5 {
	margin-top: 5px;
}
.space5b {
	margin-bottom: 5px;
}
.space10 {
	margin-top: 10px;
}
.space10b {
	margin-bottom: 10px;
}
.space15 {
	margin-top: 15px;
}
.space15b {
	margin-bottom: 15px;
}
.space20 {
	margin-top: 20px;
}
.space20b {
	margin-bottom: 20px;
}
.space30 {
	margin-top: 30px;
}
.space30b {
	margin-bottom: 30px;
}
.space60 {
	margin-top: 60px;
}
.space60b {
	margin-bottom: 60px;
}
.space100 {
	margin-top: 100px;
}
.space100b {
	margin-bottom: 100px;
}
.button {
    background-color:#CAA0FA;
    padding: 8px;
    border-radius: 5px;
    border:2px solid #ffffff;
    color: #ffffff;
    font-weight: normal;
}
.button a:link, .button a:visited{
    color: #ffffff;
}
/*/////////////////////////コンテンツ配色///////////////////////*/
.colorVot {
	color: #ffffff;
	background-color: #333333;
}
.colorTokyoenglish, .colorMirainocity, .colorHanakomachi, .colorJimotomeshi, .colorJimotomeshi2, .colorTracklist, .colorTracklistTop,.buttonTracklist, .colorLocalnews {
	color: #333333;
	background-color: #f3f3f3;
}
.colorEtc {
	color: #fff;
	background-color: #333333;
}
.colorMessage {
	color: #333333;
	background-color: #f7f6f1;
}
.buttonWhite {
	background-color: transparent;
	color: #ffffff;
}
.buttonVot, .buttonTokyoenglish, .buttonLocalnews, .buttonMirainocity, .buttonHanakomachi, .buttonJimotomeshi, .buttonJimotomeshi2, .buttonEtc {
	background-color: #333333;
	color: #fff;
}
.textWhite {
	color: #ffffff;
}
.textVot, .textMirainocity, .textHanakomachi, .textTracklist, .textEtc  {
	color: #333333;
}
.textTokyoenglish  {
	color: #4ecbc2;
}
.textJimotomeshi {
	color: #ff6b6b;
}
.textGray {
	color: #999999;
}