﻿
@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 {
width: 460px;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 100px;
margin-bottom: 30px;
padding-bottom: 30px;
}

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

/*　コンテイナー　*/
.container.warp.row {
width: 460px;
margin-bottom: 50px !important;
margin-left: auto !important;
margin-right: auto !important;
}

/*　メインコンテンツ　*/
#con {
margin: 0;	
}
.main {
display: flex;
width: 200px; 
height: 200px; 
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 #666666;
box-shadow: 1px 1px 3px #666666;
border-radius: 3px;
}
.main p {
display: block;
padding: 28px;
font-family: "hobo-std", sans-serif;
font-size: 30px;
color: transparent;
text-shadow:2px 4px 6px rgba(255, 255, 255, .5), 0 0 0 rgba(118, 58, 153, 0.7);
}
.main p a {
font-family: "hobo-std", sans-serif;
font-size: 30px;
color: transparent;
text-shadow:2px 4px 6px rgba(255, 255, 255, .5), 0 0 0 rgba(118, 58, 153, 0.7);
}

.col-sm-12 .main {
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 30px !important;
}
.col-sm-6 .main {
margin-bottom: 30px !important;
}

.main p span.p-jp {
font-size: 0.6em;
}

/* メインの下 */
#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;
}
