@charset "utf-8";
/* ------------------------------------------------
 * @system		ya-official
 * @version		0.1
 * @summary		css - all (pc + mobile)
 * @author		D.asano
 * @since		2026/05/14
 * @update		2026/05/14
 * ------------------------------------------------
 */

body {
	font-size:13px;
}

a {
    color: #3A80BC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h3 {
  font-size: 16px;
}

.center {
	text-align: center;
}

.none	{
	display:none;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.clearfix {
	clear:both;
	float:none;
	display:block;

	min-height: 1px;
}

.shadow {
    border-radius: 0% 0% 100% 100% / 0% 0% 10px 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
}

.box-content {
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffffff;
	padding: 5px;
	overflow: hidden;
    border-bottom: 2px solid #aac900;
}

#box-content1 {
	border-radius:6px;
	padding:10px;
	overflow:hidden;
	background-color:#ffffff;
}

#box-content1 h1 {
	display:block;
	padding:0px 20px 0px 20px;
	margin-top:5px;
	margin-bottom:5px;
	color:#555555;
	font-size:16px;
	text-align:right;
	float:right;
	text-shadow: 0px 0px 1px #777777; 
}

#full-page {
    width: 790px;
    margin: 5px 0px 5px 10px;
    float: right;
}

.c800 {
    width: 770px;
    padding: 10px 10px 10px;
    margin-bottom: 10px;
    float: left;
}

.c400_l {
  width: 370px;
  padding: 10px 10px 0px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}

.c400_r {
  width: 370px;
  padding: 10px 10px 0px;
  margin-bottom: 10px;
  float: left;
  margin-right: 0px;
}

.c200 {
  width: 170px;
  height: 8em;
  padding: 5px 10px 0px;
  margin-bottom: 15px;
  float: left;
  margin-right: 10px;
}

.c200_r {
  width: 170px;
  height: 8em;
  padding: 5px 10px 0px;
  margin-bottom: 15px;
  float: left;
  margin-right: 0px;
}

#top-left-sidebar {
	display: none;
}

.home .c200, .home .c200_l, .home .c200_r {
	height: 100px;
}

.page_harf_r{
	width:360px;
	margin:10px;
	float:right;
}
.page_harf_l{
	width:360px;
	margin:10px;
	float:left;
}

/* ===== 固定ページ内カラムパーツ ===== */

p.cap_p:first-letter {
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","MS Mincho";
	font-size: 3em;
	line-height: 0;
	float: left;
	margin: 0;
	padding: .1em 0;
	color:#555555;
	font-weight:bold;
	text-shadow: 0px 0px 1px #777;
}
p.cap_p2:first-letter {
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","MS Mincho";
	font-size: 3em;
	line-height: 1;
	float: left;
	margin: 0;
	padding: 0 .1em;
	color:#555555;
	font-weight:bold;
	text-shadow: 0px 0px 1px #777;
}

/* ===== 固定ページフットバー ===== */

#header {
	padding:5px; margin-bottom:3px; 
	border-bottom:1px solid silver;
	background:#ffffff url(images/header-gradient.png) bottom repeat-x;
}

#footer {
	margin:60px 0px 0px;
	padding:16px 24px 16px;
	background-color:#ffffff;
	border-top:1px solid silver;
	border-bottom:1px solid #fff;
	color:#999999;
	clear:both;
}

#footbar {
	margin:4px 0px 4px;
	border:1px solid #d9d9d9;
	border-top:1px solid #ffffff;
    background: -moz-linear-gradient(top, #FBFBFB, whiteSmoke);
    background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(whiteSmoke));
    background: -moz-linear-gradient(top, #FBFBFB, whiteSmoke);
    border-radius: 8px !important;
}

#footbar ul {
	margin:10px;
	padding-bottom:9px;
	list-style:none outside;
	line-height:150%;
	color:#888;
}
#footbar li {
	margin-left:0em;
	margin-bottom:5px;
}
#footbar .page-breadcrumbs {
	padding:10px;
	border-bottom:1px solid #ebebea;
	outline:1px solid #fff;
}

input, textarea, select{
	background:#fff;
	background:rgba(255,255,255,0.75);
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
	padding:5px 10px;
	margin-top:2px;
}
input:focus{
	-webkit-box-shadow:0 -2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 -2px 3px rgba(0,0,0,0.1);
	box-shadow:0 -2px 3px rgba(0,0,0,0.1);
}
input[type=text],input[type=password], textarea, select{
	/*display:block; */
	border:1px solid  #c9c9c9;
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
input[type=text],input[type=password]{
	/*width:310px;*/
	margin-bottom:10px;
}
input[type="password"]{
	/*width:200px;*/
}
input[type="submit"], input.submit{
	/* width:auto; 
	border:0 none; */
}
	
textarea { 
	/*width:485px;*/ 
	padding:10px;
}
ol.commentlist li textarea{
	width:90%;
}
.form-allowed-tags{ 
	display: none;
}

label {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
.dsq-postid{ 
	display:none;
}

blockquote {
	background: none;
	padding-left: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
	color: #494949;
	margin: 0 20px 15px 10px;
	border-left:5px solid #ebebea;
}

