﻿@charset "utf-8";

/* ------------------------------------------------ */
/* 2026/06/27 update */
/* ------------------------------------------------ */


/* 共通設定---------------------------------------- */

*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	}


/*==================================================================================*/
/* smp用の設定*/
/*==================================================================================*/

@media screen and (max-width:600px){

.smp{display:block;}
#smp{display:block;}
.pc{display:none;}
#pc{display:none;}

header{
	top:0;
	width:100%;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	position:fixed;
/*	position:relative;*/
	background-color:rgba(190,50,0,0.8);
	z-index:10;
	}

#back{
	height:28px;
	width:40px;
	float:left;
	position:absolute;
	top:10px;
	left:7px;
	background-color:rgba(0,0,0,0.5);
	border-radius:6px;
	}

h1.page_title{
	width:80%;
	margin:0px 0px 0px 30px;
	padding:5px 0px 0px 10px;
	line-height:26px;
	font-size:18px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#ffffff;
	text-align:center;
	}

/* Backボタン -----------*/
.navi{
	padding:3px 6px 0px 6px;
	line-height:26px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#ffffff;
	text-align:center;
	}

.navi a{
	text-decoration:none;
	color:#ffffff;
	}

#backhome{
	float:right;
	position:absolute;
	top:8px;
	right:8px;
	width:52px;
	height:44px;
	background:url("../../smp/img/back_home.png") no-repeat;
	background-size:52px 44px;
	}

#backhome a{
	display:block;
	width:52px;
	height:44px;
	}

body{
	background-color:#ffffff;
	margin:50px 0px 0px 0px;
	height:100%;
	line-height:22px;
	font-size:14px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	color:#000000;
	}

a{text-decoration:none;}

.wrapper{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-color:#ffeaa4;
	}

.inner{
	margin:0px 20px 10px 20px;
	padding:0px 0px 0px 0px;
	}


footer#smp{
	clear:both;
	width:100%;
	height:60px;
	margin:0px;
	padding:15px 0px 15px 0px;
	background-color:#ffffff;
	}

footer#smp.copyright{
	margin:10px auto;
	font-size:14px;
	font-weight:normal;
	font-family:sans-serif;
	line-height:22px;
	color:#222222;
	text-align:center;
	}


/*-------------------------------------------------------*/
/* PageTop (2026-05-07 update) */
/*-------------------------------------------------------*/

#pageTop {
	background:transparent;
	border:none;
	outline:none;
	appearance:none;
	position:fixed;
	bottom:20px;
	right:0px;
	width:70px;
	height:70px;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
	transition:opacity 0.3s, visibility 0.8s;
	z-index:999;
	}

#pageTop.show {
	opacity: 0.8;
	visibility: visible;
	transition: opacity 0.5s;
	}

#pageTop:hover {
	opacity: 1;
	}

/* 画像サイズをボタンにフィット */
#pageTop img {
	width: 100%;
	height: 100%;
	display: block;
	background:transparent; !Important
	}


/*
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
*/

}


/*==================================================================================*/
/* PC用の設定 */
/*==================================================================================*/

@media screen and (min-width:601px){

	.smp{display:none;}
	#smp{display:none;}
	.pc{display:block;}
	#pc{display:block;}

body{
	margin:0;
	background-color:#ffffff;
	line-height:28px;
	font-size:20px;
	font-weight:normal;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:400;
	color:#000000;
	}


header#pc{
	width:978px;
	height:160px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	position:static;
	}

#breadcrumbs{
	width:978px;
	margin:10px auto 3px auto;
	padding:10px 0px 0px 20px;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#000000;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	}

	a:link{   text-decoration:none;       color:#991100;}
	a:visited{text-decoration:none;       color:#007700;}
	a:hover{  text-decoration:underline;  color:#ee0000;}
	a:focus  {text-decoration:underline;  color:#ee0000;}
	a:active{ text-decoration:none;       color:#ff0000;}

.wrapper{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:100%;
	text-align:center;
	background-image:url("../images/main_bg.png");
	background-position:50% 0;
	background-repeat:no-repeat;
	background-color:#ffeaa4;
	}

.inner{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:980px;
	}

.inner img{
	margin:0;
	padding:0;
	}


#page_bottom{
	margin:-5px auto -5px auto;
	padding:0px 0px 0px 0px;
	width:978px;
	height:65px;
	}

footer#pc{
	clear:both;
	width:100%;
	margin:10px auto 10px auto;
	padding:0px 0px 20px 0px;
	background-color:#ffffff;
	}


/*
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
*/

/*------------------------------------------------------*/
/* Local Navi (PC用は不要) */
/*------------------------------------------------------*/

#local_navi{
	}


/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

.main_image{
	margin:10px 0px 0px 0px;
	width:100%;
	text-align:center;
	background-image:url("../images/main_bg.png");
	background-repeat:repeat-x;
	}

.main_image img{
	margin:0px auto 0px auto;
	width:978px;
	text-align:center;
	}


h2.ex_bottom{
	border-top:3px solid #ef5997;
	border-bottom:3px solid #ef5997;
	width:100%;
	margin:30px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	font-size:20px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:600;
	line-height:20px;
	color:#000000;
	text-align:center;
	}

.contents_border{
	margin:30px 0px 20px 0px;
	border-top:2px dotted #dd7700;
	}

blockquote{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2em;
	}


}
