﻿
@charset "UTF-8";
/*
Theme Name: MY THEME
Author: Studio Shino
Description: This is my site:
Version: 1.0
*/

body {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-repeat:no-repeat;
	background-color:#FFF !important;
}

/*　ベース　*/
div.warp {
	margin-top: 50px;
	margin-bottom: 15px;
	padding-bottom: 30px;
}

/*　ヘッダー　*/
header {
	margin: 0px;
	padding: 0px;
}
header div.title {
	margin: 0;
	padding: 10px 20px 0px 30px;
	text-align: right;
}

/*　メインコンテンツ　*/
#con {
	 margin: 0;	
}
.main {
	background-color: rgba(118, 58, 153, 0.2);
	margin: 10px 0px 15px 0px;
	border: solid 1px #763a99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-box-shadow: 1px 1px 3px #763a99;
	box-shadow: 1px 1px 3px #763a99;
	border-radius: 3px;
}
.main p {
	display: block;
	padding: 30px;
	font-family: "hobo-std", sans-serif;
	font-size: 40px;
	color: transparent;
	text-shadow:2px 4px 6px rgba(255, 255, 255, .5), 0 0 0 rgba(118, 58, 153, 0.7);
}

/* サイドナビ */
nav ul {
	margin: 20px 0px 0 0px;
	padding: 0;
}
nav li {
	list-style-type: none;
	font-size: 0.6em;
	font-family: "hobo-std", sans-serif;
	line-height: 1.6;
	height: 80px;
	padding: 10px;
	border-top: solid 1px #763a99;
}
nav li a:link {
	font-size: 1.5em;
	font-family: "hobo-std", sans-serif;
	color: #763a99;
	text-decoration: none;
}
nav li a:visited{
	color: #763a99;
	font-family: "hobo-std", sans-serif;
}
nav li a:hover {
	color: #869834;
	font-size:1.8em;
	font-family: "hobo-std", sans-serif;
}


nav li.grey {
	border-top: solid 1px #000000;
}


nav li.grey a:link {
	color: #000000;
}
nav li.grey a:visited{
	color: #666666;
}
nav li.grey a:hover {
	color: #666666;
}






/* メニュー（右寄せ） */


.f_box{
    display: flex;
}
.f_item {
    margin-left: auto !important;
}



/* メインの下 */
#sub-title {
	margin: 0 0 20px 0;	
	padding: 0;
}
#sub-title p {
	padding: 20px 0 15px 0;
	font-size: 1em;
	color: #869834;
	border-top: solid 1px #763a99;
	border-bottom: solid 1px #763a99;
	text-align: center;
}
#sub-con p {
	margin: 0 ;
	padding: 0 20px;
	font-size: 0.8em;
	line-height: 1.4;
}
#sub {
	width: 100%;
	padding: 0 0 0 20px;
}
div.bottom {
	width: 100%;
	height: 100%;
	margin: 10px 30px 30px 0;
	padding: 10px;
	float: left;
}
div.bottom img {
	margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.bottom h3 {
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-family: "hobo-std", sans-serif;
	color: #763a99;
	color: transparent;
	text-shadow:2px 4px 6px rgba(255, 255, 255, .5), 0 0 0 rgba(118, 58, 153, 0.6);
}
.bottom small {
	color: #763a99;
}
.bottom p {
	display: block;
	font-size: 0.8em;
	color: #763a99;
	line-height: 1.6 ;
	text-align: right;
}
#sub a:hover {
	color: #869834;
	font-size:1.6em;
	text-decoration: none;
}

/*　フッター　*/
.footer p {
	font-size: smaller;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*　エラー　*/
.error {
	margin: 50px auto;
}
.error img {
	margin: 0;
    margin-left: auto;
    margin-right: auto;
}
.error p {
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}
.error .footer {
	font-size: smaller;
	text-align: center;
	color: #fff;
}
