/*
*
*	art.fiw-web.net/rendevous
*	2014 Styled by Takehisa MAshimo
*
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

 * {
	 margin: 0;
	 padding: 0;
	 text-decoration: none;
	 list-style: none;
	 box-sizing: border-box;
	 border-collapse: collapse;
	 word-wrap: break-all;
	 overflow-wrap: break-all;
	 word-break: break-all;
	-webkit-text-size-adjust: none;
 }

html {
	width: 100%;
	font-size: 16px;
}

body {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: gray;
	font-family: 'Noto Sans JP', sans-serif;
}

h1 {
	margin-bottom: 80px;
}

h3 {
	font-weight: 700;
	margin-bottom: 20px;
}

br.mobile {
	display: none;
}
br.pc {
	display: inherit;
}

img {
	width: 100%;
}

[data-mu-scrollfader] {
	opacity: 0;
}

section {
	display: block;
	width: 100%;
	margin-bottom: 100px;
}

section.text {
	padding: 0px 40px;
	margin-bottom: 100px;
	text-align: justify;
}

section ul li {
	display: inline-block;
	width: 500px;
	margin-bottom: 40px;
	vertical-align: top;
}

section.credit {
	padding: 40px 10px;
	font-size: 0.8em;
	margin-bottom: 60px;
	border-top: 1px solid gray;
}

section.credit img {
	width: auto;
	height: 1em;
	margin-bottom: -3px;
}

table {
	width: 100%;
	font-size: inherit;
}

tr {
	width: 100%;
}

th {
	width: 120px;
	text-align: right;
	vertical-align: top;
}

@media screen and (max-width:800px) {
	body {
		font-size: 1.5em;
	}
	section.credit {
		font-size: 0.7em;
	}
	br.mobile {
		display: inherit;
	}
	br.pc {
		display: none;
	}
}
/*
h3 {
	font-weight: bold;
	font-size: inherit;
}

a {
	font-size: inherit;
	color: 666666;
	text-decoration: none;
}

a:hover {
	color: 000000;
	background-color: #dddddd;
}

img {
	display: block;
	width: 100%;
	margin-top: 80px;
}

footer {
	display: block;
	width: 1000px;
	height: 50px;
	text-align: right;
}

section {
	width: 75%;
	display: block;
	margin-top: 20px;
	font-family: "Noto Sans CJK", "Universe", "Arial", sans-serif;
	text-align: justify;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	background-color: inherit;
}

section#description {
	margin-top: 100px;
	line-height: 1.5em;
}

section#cv {
	margin-top: 100px;
}

section#cv ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
}

section#cv ul li {
	display: inline-block;
	width: 300px;
	margin-bottom: 20px;
	margin-right: 40px;
	vertical-align: top;
	border: 0px solid black;
}

section#credit {
	margin-top: 150px;
}

section#place {
	margin-top: 50px;
	min-height: 200px;
}

img.credit_rogo {
	display: inline;
	width: auto;
	height: 16px;
	margin: 0px;
	vertical-align: middle;
	border: 0px solid black;
}

#figure1 {
	width: 100%;
}

#title {
	font-family: "Helvetica", "Universe", "Arial", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 0em;
}

#subtitle {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.0em;
}

#title_jp, #subtitle_jp {
	font-weight: normal;
	font-size: 13px;
	line-height: 0.7em;
}
*/
