@charset "shift_jis";
@import url(http://fonts.googleapis.com/css?family=Nunito);
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
	}

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

/* ヘッダー */
#header{
	border-bottom: 2px solid;
	margin-bottom: 40px;
	}
#header a{
	text-decoration: none;
	}
/* サイトタイトル */
h1, h1 a:link, h1 a:visited{
	font-family:'Nunito',sans-serif;
	margin: 30px 0 20px;
	font-weight: normal;
	font-size: xx-large;
	}
.uma{
	position: relative;
	top:10px;
	}
/* メニュー */
ul#menu li{
	display: inline-block;
	padding: 10px;
	margin: 40px 10px;
	}

/* コンテンツ */
.content{
	margin-bottom: 30px;
	}
ul.text{
	list-style: none;
	}
.text li a{
	margin: 0 10px 0;
	}
ul.illustlist li{
	display: inline;
	}
ul.link li{
	display: inline;
	padding: 0 5px;
	}
.illust{
	text-align: center;
	margin: 0 auto 20px;
	}
/* ページリンク */
#footer{
	border-top: 2px solid;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
	}
#footer li{
	padding: 0 30px;
	display: inline;
	}

/* 見出しなど */
h2{
	font-family:'Nunito',"メイリオ",sans-serif;
	background: url(h2.png) left 50% no-repeat;
	background-size: 25px 25px ;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	padding: 0 30px;
	margin: 0 0 5px;
	}
h3{margin: 5px 0;}
strong{color: #f0e68c;}
em{
	font-style: normal;
	background: rgba(240,230,140,0.5);
	}
.box{
	border: 2px solid;
	border-radius:10px;
	padding: 10px;
	}

/* リンク設定 */
a{color: #fff;}
a:hover,
a:active{
	opacity:0.8;
	}

/* 著作権表示 */
#copy{
	width: 99%;
	margin: 20px 0;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	font-size: 9pt;
	text-decoration: none;
	}
/* 骨組み */
.onepcssgrid-1000 {
	margin: 0 auto;
	padding: 0 0 0 1%;
	max-width: 1020px;
	}
onerow {
	clear: both;
	padding: 0 10px;
	}
.onerow:after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
.col4, .title, .col6, .menu, .col12 {
	float: left;
	margin: 0 3% 0 0;
	}
.col4.last, .col6.last, .menu.last, .col12 {
	margin: 0;
	}

.col4{ width: 31%; }
.title  { width: 39.5%; position: relative;}
.col6 { width: 48%; }
.menu  { width: 56.5%; text-align: right; }
.col12{ width: 99%; margin: 0; }

@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}
	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}
/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	padding: 0 10px;
	}
	#header, .col4, .title, .col6, .menu {
		float: none;
		width: 99%;
	}
		img.bg{
		display: none;
	}
	.illust img{
	width: 100%;
	height: auto;
	display: block;
	}
	ul#menu li{
	margin: 0 0 20px;
	}
	ul#menu li a{font-family:'Nunito';}
}
