@charset "utf-8"; 



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

* {
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(255, 255, 0, 0.5);
  -webkit-text-size-adjust: 100%;
}
body {
}



/* --------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------- */

br.sp {
	display: none;
}
*.no-pc {
	display: none;
}

/* mode
-------------------------------------------------------------------------------- */

div.mode-wrapper {
	padding: 10px 0px;
}
div.mode {
	float: right;
	width: 265px;
	line-height: 25px;
}
div.mode p,
div.mode ul,
div.mode ul li {
	float: left;
	padding: 0px;
}
div.mode ul li {
	list-style: none;
}
div.mode ul li img {
	display: block;
}
div.mode ul li.pc img {
	margin-left: 5px;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div.title_bar {
	min-height: 25px;
	overflow-y: hidden;
	line-height: 25px;
	border: 1px solid #cccccc;
	background: #eeeeee url(/share/imgs/a-headline-background.png) repeat-x 0px 0px;
}
div.title_bar div.title {
	min-height: 30px;
	margin-bottom: 0px;
	background: url(/share/imgs/a-background-stripe.png) repeat-y 0px 0px;
}