﻿@charset "UTF-8";
@import url("../../html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Lora');


/* ↓レイアウト↓ */

* {	line-height: 150%; }

body {	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	background-color: #fff;
	font-size: 90%; }

.base {	margin: 0 auto;
	max-width: 1000px; }

.header {
	padding: 5px;
	margin: 30px 0px 20px 0px;
	text-align: center; }

.footer {
	padding: 5px;
	text-align: center;
	font-family: 'Lora', serif; }

.work {	padding: 5px;
	margin: 30px 10px; }

.menu {	height: 30px;
	width: 100%;
	padding-top: 2px;
	position: fixed;
	background:#eb7;
	top: 0;
	font-size: 15px;
	z-index: 100;
	font-family: 'Lora', serif; }

.box {	overflow: hidden; }		/* floatを解除する */

.text {	margin: 20px 10px;		/* ノベルページ */
	padding: 5px;
	line-height: 180%; }

img {	max-width: 100%;
	height: auto;
	border-style: none; }


/* ↓タグ↓ */

h1 {	font-size: 200%;
	font-weight: normal;
	font-family: 'Lora', serif; }

h2 {	font-size: 200%;		/* キャラ英名 */
	font-weight: normal;
	text-align: right;
	font-family: 'Lora', serif; }

h3 {	font-weight: bold;		/* 項目 */
	width: 100px;
	margin: 3px 0px 0px 3px;
	padding: 2px;
	text-align: center;
	background-color: #eee; }

h5 {	font-size: 90%;
	font-weight: normal; }

h6 {	font-size: 80%;
	font-weight: normal;
	background-color: #f8f8ff;
	padding: 2px; }

em{   background: linear-gradient(transparent 60%, #fff799 60%); }


strong {
	background-color: #cf9;
	font-weight: normal; }

small {	font-size: 80%; }

i {	padding: 1px 5px;
	background-color: #fff;
	font-style: italic;
	color: #000;
	border-radius: 5px; }

a:link {
	color: #eb5;
	text-decoration: none; }

a:visited {
	color: #eb5;
	text-decoration: none; }

a:hover {
	background-color: #ffd; }

blockquote {
	padding: 5px;
	font-size: 90%;
	margin: 5px 10px;
	color: #778899; }

blockquote:before {
	content: '\201c';
	font-size: 150%;
	color: #000000;
	margin: 0px 10px; }

blockquote:after {
	content: '\201d';
	font-size: 150%;
	color: #000000;
	margin: 0px 10px; }

li {	padding: 0px 0px 3px 3px;
	list-style: none; }

li:before {
	content: '▸';
	margin: 0px 5px 0px 0px; }

dl {	padding-left: 3px;
	margin: 0px; }

dt {	font-weight: normal;
	margin: 0px;
	padding: 0px; }

dt:before {
	content: '❖';
	margin: 0px 5px 0px 0px; }

dd {	font-size: 80%;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px 20px;
	background-color: #f7f7ff;
	background-image: repeating-linear-gradient(-45deg,#fff, #fff 2px,transparent 0, transparent 10px);
	border-style: dotted;
	border-width: 1px; }

address {
	font-size: 80%;
	font-family: 'Lora', serif; }

cite {	font-size: smaller; }

.topmargin {
	margin-top: 35px; }



/* ↓classタグ↓ */

.clearfix::after {
	content: "";			/* float解除タグ */
	display: block;
	clear: both; }

.face {	width: 200px;			/* 顔グラゾーン */
	margin: 5px 0px;
	height: auto;
	text-align: right; 
	float: right; }

.face_img {
	width: 185px;			/* 顔グラ */
	height: 185px;
	margin: 2px 8px; }

.chat {	padding: 0px 2px 0px 2px;
	font-weight: bold; }		/* 入室色 */

.chat:hover {
	background-color: #180cff; }

th {	width: 100px;
	background-color: #eee;
	padding: 2px 0px 2px 0px;
	vertical-align: middle; }

td {	padding: 2px 0px 2px 0px;
	vertical-align: middle; }


.chara { 
	margin: 0px 0px 30px 0px;	/* 人物囲み */
	padding: 0px 5px;
	border: solid 1px #aaa;
	border-radius: 10px; }

.prof { width: calc(100% - 200px);	/* 基本データ */
	margin-bottom: 2px;
	border-collapse: separate;
	border-spacing: 5px; }

.hr1 {	margin: 5px 0px;		/* 罫線 */
	border-top: 1px #ccc;
	border-bottom: 1px #fff;
	border-style: solid;}

.hr2 {	margin: 5px 0px;		/* 破線 */
	border-top: 1px #aaa;
	border-style: dashed; }

.hr3 {	margin: 5px 0px;		/* 線なし */
	height: 20px;
	border-width: 0px; }


.p1 {	padding: 5px;			/* 枠なし */
	margin: 0px 0px 2px 3px;
	font-size: 100%; }

.p2 {	padding: 2px;			/* 小文字 */
	margin: 2px;
	font-size: 80%; }

.list1 {
	list-style: none;		/* 上部メニュー用 */
	text-align: center; }

.list1 li {
	display: inline-block;
	padding: 2px 5px; }

.list1 li:before {
	content: none; }

.list1 a:hover {
	background-color: #ffffff;
	text-decoration: none; }

.list1 a {
	color: #000;
	text-decoration: none; }

.list2 {
	list-style-type: upper-roman;	/* 番号付きリスト */
	list-style-position: inside; }


.list3 {
	font-size: 90%;			/* 枠内リスト用 */
	padding: 0px 25px 0px 25px; }

.dl1 {	width: 50%;			/* 枠なし横並び（ステータス） */
	padding: 5px;
	margin: 2px 0px;
	column-count: 2; }

.dl1 dt {
	width: 50px;
	float: left; }

.dl1 dt:before {
	content: none; }

.dl1 dd {
	font-size: 100%;	
	padding: 0px;
	margin: 0px;
	background: none;
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Vadana","ＭＳ Ｐゴシック", sans-serif; }


.dl2 {	padding: 5px;			/* 枠なし横並び（誕生言葉） */
	margin: 2px 0px; }

.dl2 dt {
	width: 50px;
	float: left; }

.dl2 dt:before {
	content: none; }

.dl2 dd {
	font-size: 100%;	
	padding: 0px;
	margin: 0px;
	background: none;
	border-style: none; }


.section h1 {
	padding-top: 60px;		/* Topに戻るの位置調整 */
	margin-top: -60px; }

.section h2 {
	padding-top: 50px;		/* 見出しに飛ぶの位置調整 */
	margin-top: -50px; }

.navi {	text-align: right;		/* TOPに戻る、更に見る */
	margin: 5px 0px 20px 0px;
	clear: both;
	font-family: 'Lora', serif; }


/*↓ディスプレイ450px以下用↓*/

@media screen and (max-width:750px) 

{
.face {	float: none;
	width: 100%;
	text-align: center; }

.prof {	width: 100%; }


.lum-lightbox-inner img {
	max-width: 100vw!important;
	max-height: 90vh!important; }

.lum-lightbox-caption {
	position: relative; }

}



/*↓ディスプレイ450px以下用↓*/

@media screen and (max-width:450px) 

{
    
.base {	width: auto;
	margin: 0px; }

.work {	float: none;
	width: auto;
	margin: 10px; }

.text {	float: ;
	width: auto;
	margin: 10px; }

.face {	float: none;
	width: 100%;
	text-align: center; }

.prof {	width: 100%; }

.prof th,td {
	display: block; }

.ap {	width: 100%; }

.ap th,td {
	display: block;}

.menu {	height: 60px;
	font-size: 15px; }

.topmargin {
	margin-top: 65px; }

.textmenu a:hover {
	background-color: #ddd;
	text-decoration: none; }

h1 {	font-size: 150%; }

h2 {	font-size: 150%; }

.list3 {
	column-count: auto; }

.list4 {
	column-count: auto; }

.dl1 {	width: 100%;
	column-count: auto; }

.dl1 dt {
	width: 50px;
	float: left; }

.gallery {
	justify-content: space-around; }

figure {
	margin-bottom: 0;
	text-align: left; }
 
figure.side-img {
	display: inline-block; }
 
div.side {
	display: inline-block;
	margin: 0px; }

}
