@charset "utf-8";

/*------------------------------
サイト名：TANAKA KEI MOBILE for SMARTPHONE
作成日：2012.01.11
修正日：2012.01.11
ガイドライン：Ver.01
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通CSS読み込み
 * ------------------------------------ */
@import "html5reset-1.6.1.css";
/*
@import "common.css";
*/



/* ------------------------------------
 * SPECIAL
 * ------------------------------------ */

a:hover {
	color: #ff9800;
	/* ホバーでオレンジ、アクセント */
}

p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
}


em {
	font-weight: bold;
	color: rgb(255, 0, 0);
}

.in dl dt {
	font-size: larger;
	font-weight: bold;
	border-bottom: dotted 1px #000;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.in ul {
	padding: 0 0 30px;
}


.rentaneko {
	background:
		radial-gradient(#ffffff3e 5px, transparent 5px),
		#dceecf;
	/* ベース色 */
	background-size: 20px 20px;
	color: #333333;
	/* 黒より柔らかいダークグレー */

	margin: 0px;
	padding: 0px;
}

section #photo {
	position: relative;
}

section #photo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../../img/spacer.gif) repeat;
	text-indent: -9999px;
}

section img {
	margin: 0 auto 25px;
	display: block;
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}

span {
	color: red;
}

.rentaneko #container {
	margin: 0px;
	padding: 0px;
}

.rentaneko #container h1 {
	margin: 0px;
	padding: 0px 0px 5px;
}

.rentaneko #container article section h2 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	border-style: none;
	display: block;
}

.rentaneko #container article section h3 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	border-style: none;
	display: block;
}

.rentaneko #container article section dl {
	padding-bottom: 10px;
}

.rentaneko #container article {
	clear: both;
}

.rentaneko #container article section dl dd {
	padding-bottom: 5px;
	line-height: 1.6;

}

.red {
	color: #F00;
}

/* body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: black;
}* /
