@charset "UTF-8";
/**
 * Gray:#ddd
 * Pink:#d982bc d982bc d982bc
 */
/* tags
----------------------------------------------- */
html {
	line-height:1.8;
	font-size : 100%;
	font-family:'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	//font-family: "FOT-筑紫A丸ゴシック Std M",'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (min-width : 1024px){
	html {
		font-size:small;	
	}
}
body {
	margin:0;
}
td{
	padding:5px;
}
input {
	margin:3px;
	font-size:large;
}
img {
	border:none;
}
.smartphone {
	display:none;
}
@media screen and (max-width : 480px){
	html {
		line-height:1.5;
	}
	.smartphone {
		display:block;
	}
	.illustration {
		display:none;
	}
	.show-smp {
		display:block;
		width:35%;
		height:35%;
		margin:5px !important;
	}
	input {
		margin:1px;
		font-size:small;
		width:auto;
	}
	textarea {
		font-size:small;
		width:90%;
	}
}
/* Page
----------------------------------------------- */
#Page {
	width:960px;
	margin:0 auto;
	text-align: left;
	overflow:hidden;
}
#Wrap {
	padding:160px 0 0 0;
	width:960px;
}
#Alfa,
#Beta {
	position: relative;
	float:left;
	display: inline;
	background-color: #fefefe;
}
#Alfa {
	width:640px;
	left:0px;
	padding:10px;
	color:#666666;
	letter-spacing:0.03em;
}
#Beta {
	width:290px;
	left:0px;
	padding:20px 0 0 10px;
}
@media screen and (max-width : 1024px){
	#Page {
		width:auto;
	}
	#Wrap {
		padding:160px 0 0 0;
		width:auto;
	}
	#Alfa {
		width:96%;
		padding:2%;
	}
	#Beta {
		width:96%;
		padding:2%;
	}
}
@media screen and (max-width : 480px){
	#Wrap {
		padding:0;
	}
}
/* ContentsBody
----------------------------------------------- */
#ContentsBody h2 {
	color:#d982bc;
	padding-left:0.5em;
	border-left:6px double #d982bc;
	//font-family: "FOT-ハミング Std D";
	font-weight:bold;
}
#ContentsBody h3 {
	color:#d982bc;
	border-bottom:1px dotted #d982bc;
	font-size:140%;
	//font-family: "FOT-ハミング Std D";
	font-weight:bold;
}
#ContentsBody hr {
	width:100%;
	height:60px;
	background-image:url(../img/line-1x.jpg);
	background-size:588px 21px;
	background-position:center center;
	background-repeat:no-repeat;
	border:0;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	#ContentsBody hr {
		background-image:url(../img/line-2x.jpg);
	}
}
#ContentsBody dl {
	border-left:1px dotted #d982bc;
	letter-spacing:0.1em;
}
#ContentsBody dt {
	color:#d982bc;
	padding-left:1em;
	font-size:1.1em;
	margin-bottom:0.5em;
	//font-family: "FOT-ハミング Std D";
	font-weight:bold;
}
#ContentsBody dd {
	margin-left:1em;
}
#ContentsBody dd h4{
	margin-bottom:5px;
}
#ContentsBody dd ul{
	margin-top:5px;
	margin-bottom:5px;
}
.flow dl {
	border:1px solid #d982bc !important;
	padding:10px 5px;
}
.arrow {
	font-size:300%;
	color:#d982bc;
	margin:0;
	padding:0;
	line-height:0.5;
	text-align:center;
}
#ContentsBody ul {
	padding-left:1.5em;
}
#ContentsBody table {
	border:none;
}
#ContentsBody th {
	background-color:#d982bc;
	color:#FFF;
	padding:1em;	
	border:none;
	text-align:center;
	//font-family: "FOT-ハミング Std D";
	font-weight:bold;
}
#ContentsBody td {
	background-color:#fafafa;
	padding:0.5em;	
	border:none;
}
@media screen and (max-width : 480px){
	#ContentsBody table {
		font-size:70%;
	}
	#ContentsBody th, #ContentsBody td {
		padding:2px;
	}
}
#ContentsBody form table {
	border-collapse:collapse;
	width:100%;
}
#ContentsBody form th, #ContentsBody form td {
	border:1px solid #FFF;
}
#ContentsBody tr:nth-child(odd) td {
	background-color:#f0f0f0;
}
#ContentsBody .post-list {
	background:#fff;
	padding:1px 1px 0 0;
}
#ContentsBody .post-list li {
	padding:0.5em 1.5em 0.5em 1em;
	background:#fff;
	transition:border ease 0.2s 0;
	border-left:1px solid #ddd;
	border-bottom:1px solid #eee;
	border-radius: 0 0 40px 0;
	width:80%;
	font-size:95%;
}
@media screen and (max-width : 1024px){
	#ContentsBody .post-list li {
		width:100%;
		font-size:90%;
		border-radius:0;
		padding:0.5em;
	}
}
@media screen and (max-width : 480px){
	#ContentsBody .post-list li {
		padding:0 0.5em 0.5em 0.5em;
		background:#fff;
		transition:none;
		border-left:1px solid #ddd;
		border-bottom:1px solid #eee;
		width:100%;
		font-size:90%;
	}
}
#ContentsBody .post-list li:hover {
	border-left:4px solid #d982bc;
	border-bottom:1px solid #d982bc;
}
#ContentsBody .post-list .date {
	font-style:italic;
	border-bottom:1px dotted #aaa;
}
#ContentsBody .post-list li a {
	text-decoration:none;
}
#ContentsBody .post-list li:hover a {
	text-decoration:underline;
}
#ContentsBody .accordion {
	border:1px solid #d982bc !important;
	margin-left:2px;
}
#ContentsBody .accordion dt {
	background-color:#d982bc;
	color:#fff;
	cursor:pointer;
}
#ContentsBody .accordion dt:hover {
	background-color:#F0A9D2;
}
#ContentsBody .accordion dd {
	display:none;
	font-size:90%;
}
.to-top {
	text-align:right;
}
.to-top a {
	color:#777;
	text-decoration:none;
}
.to-top a:hover {
	color:#d982bc;
	text-decoration:underline;
}
@media screen and (max-width : 1024px){
	.to-top {
		font-size:80%;
		background-color:#777;
		text-align:center;
		border:1px solid #777;
		border-radius:10px;
		padding:0 8px;
		margin-right:2%;
		float:right;
	}
	.to-top a {
		color:#fff;
	}
	.to-top a:hover {
		color:#fff;
		text-decoration:none;
	}
}
@media screen and (max-width : 480px){
	.to-top {
		//background-color:#bbb;
		text-align:center;
		border-radius:0;
		padding:0;
		margin:0;
		float:none;
		width:100%;
	}
}
/* Header
----------------------------------------------- */
#Header {
	position:fixed;
	z-index:99;
}
#HeaderMain {
	background-image:url(../img/header-bg.png);
	background-size:1200px 164px;
	width:1200px;
	height:164px;
	margin-left:-120px;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	#HeaderMain {
		background-image:url(../img/header-bg-2x.png);
	}
}
#HeaderMark {
	padding:20px 10px 0 125px;
	float:left;
}
#Header h1 {
	margin:0;
	padding:25px 15px;
	float:left;
	transition:opacity 0.5s ease 0; 
}
#Header h1:hover {
	opacity:0.5;
}
#HeaderTel {
	padding:15px 135px 10px 10px;
	float:right;
	transition:opacity 0.5s ease 0; 
}
#HeaderTel:hover {
	opacity:0.5;
}
@media screen and (max-width : 1024px){
	#HeaderMark {
		padding:20px 10px 0 148px;
	}
	#Header h1 {
		transition:none; 
	}
	#Header h1:hover {
		opacity:1;
	}
	#HeaderTel {
		float:left;
		padding:0;
		margin:15px 0 0 -216px;
		transition:none;
	}
	#HeaderTel:hover {
		opacity:1;
	}
}
@media screen and (max-width : 480px){
	#Header {
		position:relative;
	}
	#HeaderMain {
		background-image:none;
		background-color:#fff;
		width:100%;
		height:auto;
		margin-left:0;
	}
	#HeaderMark {
		padding:0;
		margin:10px 5px;
	}
	#HeaderMark img {
		width:30px;
		height:21px;
	}
	#Header h1 {
		float:right;
		margin:10px 5px;
		padding:0;
	}
	#Header h1 img {
		width:270px;
		height:25px;
	}
	#HeaderTel {
		margin:0;
		float:right;
		width:50%;
		height:27px;
		text-align:center;
		border-bottom:1px solid #ddd;
	}
	#HeaderTel img {
		width:120px;
		height:25px;
	}
}
/* Footer Navi
----------------------------------------------- */
#FooterNavi ul {
	//background-color:#fff;
	background-image:url(../img/footer_navi-bg.jpg);
	background-size:960px;
	background-repeat:no-repeat;
	background-position:center;
	color:#333;
	list-style:none;
	text-align:center;
	//font-family: "FOT-ハミング Std D";
	font-weight:bold;
	border:none;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	#FooterNavi ul {
		background-image:url(../img/footer_navi-bg-2x.jpg);
	}
}
#FooterNavi li {
	display:inline-block;
	margin:5px 10px;
	line-height:2em;
}
#FooterNavi li a {
	color:#fff;
	text-decoration:none;
}
#FooterNavi li a:hover {
	text-decoration:underline;
}
@media screen and (max-width : 1024px){
	#FooterNavi {
		font-size:80%;
	}
}
@media screen and (max-width : 480px){
	#FooterNavi {
		display:none;
	}
}
/* Footer
----------------------------------------------- */
#Footer {
	clear:both;
	text-align: center;
	font-size: x-small;
	color:#999;
	height:37px;
}
@media screen and (max-width : 1024px){
	#Footer {
		width:auto;
		margin-left:0;
	}
}
#copyright {
}
@media screen and (max-width : 480px){
	#copyright {
		font-size:60%;
	}
}
/* GlobalMenus
----------------------------------------------- */
#GlobalMenus {
	float:right;
	margin-top:-75px;
	margin-right:110px;
}
#GlobalMenus ul{
	padding:0;
	margin:0;
}
#GlobalMenus li{
	float: left;
	margin-right:20px;
	list-style: none;
	font-size: 110%;
	font-weight: bold;
	//font-family: "FOT-ハミング Std D";
	margin-left:0;
	padding-left:0;
}
#GlobalMenus li a{
	color:#FFFFFF;
	text-decoration:none;
	transition:color ease 1s 0;
}
#GlobalMenus li a:hover{
	color:#FFFF66;
	border-bottom:dotted 1px #FFFF66;	
}
@media screen and (max-width : 1024px){
	#GlobalMenus {
		float:left;
		margin-top:-77px;
		margin-left:260px;
	}
	#GlobalMenus li{
		margin-right:10px;
		font-size:95%
	}
	.menu01 {
		display:none;
	}
}
@media screen and (max-width : 480px){
	#GlobalMenus {
		margin:0;
		padding:0;
		width:50%;
		background-color:rgba(204,102,170,1);
		float:left;
		color:#fff;
		line-height:1.8;
	}
	#GlobalMenus ul {
		display:none;
		position:absolute;
		background-color:rgba(204,102,160,0.9);
		width:50%;
	}
	#GlobalMenus li{
		float:none;
		padding-left:1em;
		font-size:110%
	}
	.menu01 {
		display:block;
	}
	.globalmenusfixed {
		position:fixed;
	}
	.globalmenusfixed ul {
		width:100% !important;
	}
}
/* Navigation
----------------------------------------------- */
#Navigation {
	margin:-30px 125px 0 0;
	float:right;
	background-color:rgba(255,255,255,0.9);
	padding:0.2em 1em;
	color:#666;
	border:0;
	border-radius:5px;
}
@media screen and (max-width : 480px){
	#Navigation {
		display:none;
	}
}
/* widget
----------------------------------------------- */
.widget {
	border:1px solid #ddd;
	border-radius:10px;
	padding:10px;
	margin-bottom:10px;
}
.widget h2 {
	font-size:small;
	color:#d982bc;
	margin-left:1em;
	//font-family: "FOT-ハミング Std D";
	font-weight:bold;
}
@media screen and (max-width : 1024px){
	.widget {
		width:46%;
		float:left;
	}
	.widget:nth-child(odd) {
		margin-right:2%;
	}
}
@media screen and (max-width : 480px){
	.widget:nth-child(odd) {
		margin-right:0;
	}
	.widget {
		width:auto;
		float:none;
		margin:10px auto;
		font-size:80%;
	}
}
/* clearfix
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
.clear {
	clear:both;	
}
/* .pagination
---------------------------------------------------*/
.pagination .disabled {
	display:none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
	padding:5px 8px;
	border:1px solid #e2e2e2;
	margin:0 2px;
}
/* list-num
---------------------------------------------------*/
.list-num {
	text-align: right;
}
/* 検索
---------------------------------------------------*/
.search-box {
	text-align: center;
}
.search-result {
	text-align: right;
}
/* SideLink
---------------------------------------------------*/
#SideLink ul {
	padding:0;
	margin:0;
	text-align:center;
}
#SideLink li {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
	line-height:0;
}
#SideLink li:nth-last-child(1) {
	margin:0;
}
#SideLink li a {
	text-decoration:none;
	transition:opacity 0.2s ease 0;
}
#SideLink li a:hover {
	opacity:0.5;
}
#SideLink li a img {
	border:0px solid #ddd;
	border-radius:5px;
}
@media screen and (max-width : 480px){
	#SideLink li {
		margin:0 0 5px 0;
	}
}
/* YouTube
---------------------------------------------------*/
#YouTube {
	z-index:0;
}
@media screen and (max-width : 1024px){
	#YouTube iframe {
		width:100%;
		height:230px;
	}
}
@media screen and (max-width : 480px){
	#YouTube  {
		display:none;
	}
}
/*
---------------------------------------------------*/
@media screen and (max-width : 1024px){
	.no-tab {
		display:none;
	}
}
@media screen and (max-width : 480px){
	.no-smp {
		display:none;
	}
}
.illustration {
	float:right;
	margin:0 0 10px 20px;
	border:0 solid #000;
	border-radius:10px;
}
.noradius {
	border-radius:0 !important;
}
.radius {
	border-radius:10px !important;
}
#TopImg h2 {
	margin:-100px 0 0 0;
	border:1px solid #ddd;
}
#TopImg h2 img{
	width:100%;
	height:auto;
}
@media screen and (max-width : 480px){
	#TopImg h2 {
		margin:0;
		border:none;
	}
}
#Profile h3 {
	margin-bottom:0;
	font-size:large;
	//font-family: "FOT-ハミング Std D";
	font-weight:bold;
}
#Profile h4 {
	margin-top:0;
	font-size:small;
	color:#d982bc;
	//font-family: "FOT-ハミング Std D";
	font-weight:bold;
}
.blog-description {
	margin-left:0 !important;
}
.post {
	margin:0 0 1em 0 !important;
	padding:10px;
	border:1px solid #eee;
	transition:border ease 0.5s;
}
.post:hover {
	//border:1px solid #d982bc;
}
.post-body, #post-detail {
	line-height:1.5 !important;
}
@media screen and (max-width : 480px){
	img, .post-body img, #post-detail img {
		max-width:100%;
	}
}
h3.contents-head {
	font-size:x-large;
	border-bottom:0 !important;
}
h4.contents-head {
	font-size:large;
	margin:0.5em;
	line-height:1.6;
}
.auth-captcha-image {
	float:left;
	margin:1em;
	border:1px solid #d982bc;
}
#MessageAuthCaptcha,#BlogCommentAuthCaptcha {
	margin:1em 1em 1em 0;
}
.blog-calendar {
	margin:0 auto !important;
}
.blog-calendar .today {
	background-color:#d982bc !important;
	color:#FFF;	
}
.small  {
	font-size:80%;
}