body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',meiryo,sans-serif;
	font-size:16px;
	word-wrap:break-word;
	word-break:break-word;
	/*max-width:1152px;*/
	margin:auto;
	padding:0px;
}

code {
	background-color: #f4f4f4;
}

.frame{
	max-width:1152px;
	margin:auto;
	padding:10px;
}

.bootstrap-datetimepicker-widget {
	font-family:'sans-serif';
}

.content {
	/*max-width:630px;*/
	width:calc( 100% - 330px );
	float:left;
}
.sidearea {
	float:right;
	width:300px;
}
.fixedinside{
	position:fixed;
	width:300px;
}

.content {
	/*max-width:630px;*/
	/*float:left;*/
}

@media only screen and (max-width: 960px) {
	.content {
		/*max-width:630px;*/
		width:100%;
		float:none;
	}
	.sidearea {
		float:none;
		display:none;
	}
}

a {
	color: #1487bd;
	font-weight:bold;
	text-decoration:none;    
}
a:hover {
	color: #0f5373;
	text-decoration:underline;    
}
a:visited {
	color: #1487bd;
}

.header > h1 {
	margin:0;
}

.content > h1 {
	border-left: 3px dotted #bbb;
	padding-left: 8px;
	margin-left: 8px;
	font-size: 1.3em;
	background:linear-gradient(transparent 95%, #bfff7f 95%);
}

.content > h2 {
	/*border-bottom: 2px solid #bfff7f;*/
	/*background:linear-gradient(transparent 85%, #bbb 85%);*/
	background-color:#e5ffe5;
	border-left: 4px solid #bfff7f;
	padding-left: 16px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 1.5em;
}

.content > h3 {
	/*border-left: 2px solid #bbb;*/
	padding-left: 8px;
	font-size: 1.1em;
	background:linear-gradient(transparent 85%, #cab8d9 85%);
	font-weight:bold; 

}

.content > h4 {
	border-left: 2px solid #bbb;
	padding-left: 8px;
	font-size: 1.0em;
	/*background:linear-gradient(transparent 85%, #cab8d9 85%);*/
	font-weight:bold; 

}

.content figure{
	margin-block-start:0;
	margin-block-end:0;
	margin-inline-start:0;
	margin-inline-end:0;
}

.imgcontainer img {
	max-height: 252px;
	max-width: 100%;
}

.imgcontainer{
	height:276px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}

.content th {
	border-bottom:double 3px #777777;
}

.content td {
	border-bottom:solid 1px #aeaeae;
}

.content > table {
	width:100%;
}

.content > table th {
	border:solid;
	background-color:#eb5f42;
	width:25%;
	color:white;
	text-align:center;
	padding:0 0 0 0;
	border-radius:5px 5px 0px 0px;
	border-right:none !important;
	border-top:none !important;
	border-left:none !important;
	border-bottom-width:1px;
}

.content > table td {
	border:solid;
	background-color:#eee;
	border-top:none !important;
	border-bottom-width:1px;
	border-left:none; !important;
	border-bottom-style:solid;
	border-color:white;
	border-radius:0px 0px 0px 0px;
	border-left:none !important;
	border-right:none !important;
	padding-top:1.0em!important;
	padding-left:1.0em!important;
}

table.placedata{
	width:100%;
}

.placedata th{
	border:solid;
	background-color:#eb5f42;
	width:25%;
	color:white;
	text-align:center;
	padding:10px 0;
	border-radius:5px 0px 0px 5px !important;
	border-right:none !important;
	border-top:none !important;
	border-bottom-width:1px;
}

.placedata td{
	border:solid;
	background-color:#eee;
	border-top:none !important;
	border-bottom-width:1px;
	border-left:none; !important;
	border-bottom-style:solid;
	border-color:white;
	border-radius:0px 5px 5px 0px; !important
	border-left:none !important;
	padding-left:1.5em!important;
}

.multitable {
	overflow:auto;
	white-space:nowrap;
}

.multitable > table {
	width:100%;
}

.multitable > table th{
	border:solid;
	background-color:#eb5f42;
	width:25%;
	color:white;
	text-align:center;
	padding:10px 0;
	border-radius:5px 0px 0px 5px;
	border-right:none !important;
	border-top:none !important;
	border-bottom-width:1px;
}

.multitable > table td{
	border:solid;
	background-color:#eee;
	border-top:none !important;
	border-bottom-width:1px;
	border-left:none; !important;
	border-bottom-style:solid;
	border-color:white;
	border-radius:0px 5px 5px 0px;
	border-left:none !important;
	padding-left:1.5em!important;
}

.multitable > table tr:nth-child(even) td{
	background-color:#f8f8f8 !important;
}

.content li {
	padding-top:0.5em;
}

.content p {
	line-height:1.5em;
}

.content > p strong , .content > ol strong , .content > ul strong{
	color:#ff5050;
}

.content > p strong > em , .content > ol strong > em , .content > ul strong > em{
	color:black;
	background:linear-gradient(transparent 75%, #ffadad 75%);
	font-weight:bold;
}

.content > ul:not(.articles),.content > ol:not(.articles){
	margin:1em;
	padding:1em 1em 1em 2em;
	border:2px lightblue dashed;
	background-color:#eef;
}

.content pre{
	border: 1px dotted #808080;
	background-color: #f0f0f0;
	color: #606060;
	padding: 10px 10px 10px 20px;
	margin: 10px 20px 10px 20px;
	overflow: auto;
	text-align: left;
}

.content blockquote{
	border: 1px dotted #808080;
	background-color: #f0f0f0;
	color: #606060;
	padding: 10px 10px 10px 20px;
	margin: 10px 20px 10px 20px;
	overflow: auto;
	text-align: left;
}


.path{
	font-size:0.8em;
	font-weight:bold;
	color:dimgray
}

.path a{
	color: inherit;
	text-decoration:none;    
}

.path a:hover {
	text-decoration: underline;
}



div.toc {
	background-color:lightgray; 
	border-width:1px;
	border-style:dotted;
	padding:4px;
	margin-left: 8px;
	margin-right: 8px;
	font-size:0.8em;
	color:dimgray;
}

.toc h2 {
	margin:2px;
	font-size:1em;
	border:none;
}

.toc ol {
	margin:2px;
}

.toc a {
	text-decoration:none;    
	font-weight:bold;
	color:inherit;
}

.toc a:hover {
	text-decoration:underline;    
}

.placemap {
	margin-bottom:16px;
}

.placemap img {
	max-height: none;
	max-width: none;
}

.map img {
	max-height: none;
	max-width: none;
}

.track img {
	max-height: none;
	max-width: none;
}

.imgalt {
	font-size:12px;
	color:dimgray;
	display:block;
	text-decoration:none;    
	height:24px;
}

a.imgalt {
	font-weight:bold;
	color:inherit;
}

#logo {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 20px;
  padding-left: 10px;
  width: 290;
  border-left: 3px dotted #bbb;
  -webkit-font-smoothing: antialiased;
}

#logo h1 {
  margin:0;
  display: block;
  font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
  font-size: 50px;
  color:#666;
  letter-spacing:-12px;
  /*text-shadow:1px 1px 3px #999, 1px -1px 3px #999, -1px 1px 3px #999, -1px -1px 3px #999; */
  /*text-shadow:-1px 0px #666, 0px 1px #666, 1px 0px #666, 0px -1px #666;*/
}

#logo h1 b{
  color:tomato ;
  display:inline-block;
  font-size:70px;
  transform: rotate(345deg);
  -ms-transform: rotate(345deg); /* IE 9 */
  -webkit-transform: rotate(345deg); /* Chrome, Safari, Opera */
}

#logo p {
  position: relative;
  top: -10px;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size:20px;
  color: #888;
  padding-left:10px;
  letter-spacing:-2px;
  padding-bottom:30px;
}

.poweredby{
	text-align:center;
	color:darkgray;
	
}

.header {
	/*margin-top:50px;*/
}

.header h1{
	color:white;
	text-shadow: 2px 2px 3px dimgray;
	font-size: 2em;
}

@media(max-width:600px){
.header {
	margin-top:25px;
}

.header h1{
	font-size: 1.2em;
}
}

.header p{
	color:black;
	margin-bottom: 30px;
}


.foot img{
	max-height:64px;
	/*float:left;*/
	/*margin:10px;*/
}

.foot h2{
	font-size:1.5em;
}

.foot h3{
	font-size:1.2em;
}

.foot li {
	padding-top:0.5em;
}

.foot p {
	line-height:1.5em;
}

.comparison ul li:nth-child(2) a{
	color:#088;
}

.comparison ul li:nth-child(3) a{
	color:#880;
}

.comparison ul li:nth-child(4) a{
	color:#888;
}

.comparison li:nth-child(odd) a{
}


.index li:nth-child(even) a{
	color:#088;
}

.twitter{
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}

.twitter a{
	text-decoration:none;
	color:black
}

.twitter ul{
	padding-left: 0px;
}

.twitter li{
	display: table;
	list-style-type:none;
	margin-bottom:30px;
	padding-left:5px;
	border-left: 3px dotted #bbb;
	height: 100px;
	overflow: hidden;
	display: table;
}

.twitter .twitterid{
	font-size: 10px;
}

.twitter .twitterdate{
	font-size: 10px;
}

.twitter {
	font-size: 12px;
}

.twitter .imgframe img{
	max-height: 48px;
	max-width: 48px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}

.twitter .imgframe{
	width:60;
	line-height:100px;
	text-align:center;
	overflow:hidden;
	float:left;
	display: table-cell;
}

.twitter .textframe{
	font-size:16px;
	vertical-align: middle;
	display: table-cell;
}

.appframe{
	box-shadow:5px 5px 5px black;
	border: solid 1px;
	width:95%;
	padding:5px;
	background-color:lightyellow;
	margin-bottom:10px;
}

.articles {
	list-style-type:none;
	margin-left: 5px;
	padding-left: 5px;
}

.articles a{
	color:black;
	text-decoration:none;
}

.articles a:hover{
	text-decoration:underline;
}

.articles h2{
	border-bottom:solid 1px #808080;
	border-left:solid 1px #808080;
	padding-left:10px;
}

.article{
	margin-bottom:36px;
	padding-left:5px;
	border-left: 3px dotted #bbb;
	height: 100px;
	overflow: hidden;
	display: table;
}

.article .imgframe img{
	max-height: 64px;
	max-width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.article .imgframe{
	width:100px;
	line-height:100px;
	text-align:center;
	overflow:hidden;
	float:left;
	display: table-cell;
}

.article .linkframe{
	font-size:16px;
	vertical-align: middle;
	display: table-cell;
}


.nav {
	/*position: absolute;*/
	top: 20px;
	right: 15px;
/*	z-index: 100;*/
}

.nav a {
	font-size:16px;
	text-decoration:none;
	padding-right:15px;
	margin: 0px 5px;
	color: #aeaeae;
}

.nav a:hover {
	color: black;
	text-decoration: underline;
}

.nav2 {
}

.nav2 a {
	font-size:16px;
	text-decoration:none;
	padding-right:15px;
	margin: 0px 5px;
	color: #8e8e8e;
}

.nav2 a:hover {
	color: black;
	text-decoration: underline;
}

.talk{
	display:flex;
	margin:0 0 1.5em 0;
}
.talkR,.thinkR{
	flex-direction:row-reverse;
}
.talk-img{
	width:80px;
	height:auto;
	flex-shrink:0;
}
.talk-img img{
	width:60px;
	height:60px;
	border:10px white solid;
	border-radius:50px;
}
.talk-text{
	padding:1em;
	border-radius:6px;
	position:relative;
	display:flex;
}
.talk-text-inner{
	margin:auto;
}
.talkL .talk-text::before,.talkR .talk-text::before{
	content:'';
	position:absolute;
	top:19px;
	font-size:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
}
.talk-name{
	display:block;
	text-align:center;
	font-size:0.8em;
	margin-bottom:0;
	margin-top:0;
}
.talkL .talk-text,.thinkL .talk-text{
	margin:0 0 0 15px;
	background:#dbffb7;
}
.talkR .talk-text,.thinkR .talk-text{
	margin:0 15px 0;
	background:#ddbcff;
}
.talkR .talk-text::before{
	right:-16px;
	border-left:16px solid #ddbcff;
}
.talkL .talk-text::before{
	left:-16px;
	border-right:16px solid #dbffb7;
}
.talk-text strong{
	/*color:#ff5050;*/
}
.thinkL .talk-text:before {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #dbffb7;
	left: -20px;
	top: 10px;
	width: 18px;
	height: 18px;
}
.thinkL .talk-text:after {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color:#dbffb7;
	left: -30px;
	top: 10px;
	width: 10px;
	height: 10px;
}
.thinkR .talk-text:before {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #ddbcff;
	right: -20px;
	top: 10px;
	width: 18px;
	height: 18px;
}
.thinkR .talk-text:after {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color:  #ddbcff;
	right: -30px;
	top: 10px;
	width: 10px;
	height: 10px;
}


@media(max-width:320px){
	.w320{
		max-width:320px;
		margin-left:-8px;
		overflow:hidden;
	}
}

