@charset "shift_jis";
/*!
 * Template: 19-star v1.0.0 (https://klee.mypace.net/)
 * Copyright 2014 klee
 * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
 */
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #999;
	font-size: 12px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
	}

/* 背景 */
body{
	background-color: #fff;
	}

/* ヘッダー */
#header a{
	text-decoration: none;
	}
.bg{
	background: url(star.gif) no-repeat 50% 50%;
	background-size: 225px 180px;
	width: 225px;height: 180px;
	margin: 0 auto;
	}
/* サイトタイトル */
h1, h1 a:link, h1 a:visited{
	margin: 10px 0 0;
	text-align: center;
	color: #227777;
	font-weight: normal;
	font-size: x-large;
	}
/* メニュー */
ul#menu{
	text-align: center;
	margin: 10px 0 30px;
	}
ul#menu li{
	display: inline-block;
	margin: 0px 5px;
	}

/* コンテンツ */
.content{
	padding: 20px 0;
	border-bottom: 1px dotted;
	}
.content.last{
	border: none;
	}
/* イラスト関係 */
dl.illust dt{
	text-align: center;
	}
dl.illust dt img{
	margin: 0 auto;
	}
dl.illust dd{
	border-bottom: 1px dotted;
	padding: 10px 0;
	margin-bottom: 20px;
	}
dl.illust dd.last{
	border: none;
	margin: 0;
	}
div.illust{
	text-align: center;
	margin: 0 auto 10px;
	}
/* テキスト関係 */
ul.text{
	list-style: none;
	}
.text li a{
	margin: 0 10px 0;
	}
dl.long dd{
	padding-left: 10px;
	}
dl.d dt {
	float: left;
	width: 7em;
	height:auto;
	}
dl.d dd {
	margin: 0px 0px 5px 7em;
	padding-left: 1em;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px dotted;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li:last-child{
	border: none;
	}
div.text{
	width: 80%;
	margin: 0 auto;
	line-height: 1.8em;
	}
div.text, div.text a{
	font-size: 14px;
	}

/* リンクコーナー */
ul.link {
	margin: 0px 0 0 20px;
	}
ul.link li a{
	margin-right: 10px;
	}

/* ページリンク */
#footer{
	border-top: 1px dotted;
	text-align: center;
	margin: 20px auto 0;
	padding: 20px;
	}
#footer li{
	padding: 0 30px;
	display: inline;
	}

/* メールフォーム */
textarea{
	width: 90%;
	padding: 4px;
	overflow:auto;
	}
input{
	padding: 2px 4px;
	}
input.mail{
	margin-top: 5px;
	}
textarea,input{
	border: 1px solid;
	}

/* 見出しなど */
h2{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px;
	}
h3{margin: 5px 0;}
strong{color: #227777;}
em{
	font-style: normal;
	background: #88dddd;
	color: #fff;
	}
.box{
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	padding: 10px;
	margin: 20px 0;
	}
hr{
	border: none;
	border-bottom: 1px dotted;
	padding: 2px;
	margin: 20px 0;
	}

/* リンク設定 */
a{color: #66bbbb;text-decoration: none;}
a:hover, a:active{color: #88dddd;}

/* 著作権表示 */
#copy{
	width: 99%;
	margin: 20px 0 10px;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	font-size: 9pt;
	}

/* 骨組み */
.onepcssgrid-1000 {
	margin: 30px auto;
	padding: 0 0 0 1%;
	}
onerow {
	clear: both;
	padding: 0 10px;
	}
.onerow::after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
#header, .col3, .col12 {
	float: left;
	margin: 0 3% 0 0;
	}
#header, .col3{
	margin: 0;
	padding: 0 1.125%;
	}
.col12 {
	margin: 0;
	}
#header{ width: 22.5%; border-right: 1px solid;}
.col3 { width: 22.5%; border-right: 1px dotted;}
.col12{ width: 99%; margin: 0; }

@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1020px;
	}
	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}
/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	padding: 0 10px;
	}
	#header, .col3 {
		float: none;
		width: 99%;
	}
	.illust img{
	width: 100%;
	height: auto;
	display: block;
	}
	.col3 img{
	width: auto; height: auto;
	}
	.bg{
	background-size: 200px 160px;
	height: 160px;
	}
	div.text{width: 100%;}
	#header, .col3{border: none;}
}
