@charset "utf-8";
/*
/* ベース(base.css) */
ul {
	list-style: disc;
	margin: 0 0 2px 1.0em;
	/*background-color: #FF9;*/
}
ol {
    list-style: decimal;
    margin: 0 0 2px 2em;
}
li {
    margin: 0 0 4px 0em;
    line-height: 120%;
}
ul.arrow{
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/m_1.png);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2em;
}
ul arrow.li{
	margin: 0 0 4px 0em;
    line-height: 120%;
}
   
header{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
	/*background-color: #F00;*/
}
footer{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFF99;
	/*background-color: #a6ffa6;*/
}
body{
	/*background-color: #a6ffa6;*/
	background-color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #FFF;
}
img{
	padding-top: 5px;
	padding-bottom: 5px;	
}
/*回り込み解除*/
.clear { clear:both; }  
.clear hr { display:none; }  

/*midasi*/
h1{
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: right;
}
/*h2 {
	position: relative;
	color: #ffffff;
	font-size: 16pt;
	line-height: 1;
	margin: 20px -10px 20px -10px;
	padding: 10px 5px 10px 20px;
	box-shadow: 1px 3px 7px 0px  #666666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00CCFF;
	background-color: #333333;
}
h2:after, h2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
h2:after {
    left: 0;
    border-right: 5px solid #333;
}
h2:before {
    right: 0;
    border-left: 5px solid #333;
}
*/
h2 {
	padding: 1em;
	border: 2px solid #FFC;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
	font-size: 13px;
}

h3 {
	position: relative;
	padding-bottom: .5em;
	font-weight: normal;
	font-size: 13px;
}
h3::before,
h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
h3::before {
	z-index: 2;
	width: 15%;
	background-color: #FFC;
}
h3::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #360 2px, #360 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #360 2px, #360 4px);
	}

/*h3{
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}*/
h4{
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: groove;
	border-bottom-color: #00CCFF;
	/*border-bottom-color: #a6ffa6;*/
}
h5{
	font-size: 12px;
	/*color: #096;*/
	color: #fff;
	letter-spacing: 0.1em;
	text-align: right;
}

h7 {
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #360, #360 5px, #666 5px, #666 10px);
	background: repeating-linear-gradient(45deg, #360, #360 5px, #666 5px, #666 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

h8{
    position: relative;
    font-size: 1.143em;
    font-weight: bold;
    margin: 20 0 1.5em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #B92A2C;
}
 
h8:before{
	content: "□";
	font-size: 150%;
	position: absolute;
	color: #00CCFF;
	/*color: #ff6b6e;*/
	top: -0.4em;
	left: 0.3em;
	height: 12px;
	width: 12px;
}
 
h8:after{
	content: "□";
	font-size: 150%;
	position: absolute;
	color: #FF0000;
	/*color: #B92A2C;*/
	top: -0.1em;
	left: 0;
	height: 12px;
	width: 12px;
}



h9 {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}
h9:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}
.red{
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
	color: #F00;
	text-align: center;
	/*padding-left: 30px;*/
}
.day{
	font-size: 130%;
	line-height: 2.0em;
	font-weight: bold;
	margin-left: 20px;
}
.money{
	font-size: 140%;
	line-height: 2.0em;
	font-weight: bold;
	text-align: center;
}
.bold{
	font-size: 110%;
	line-height: 2.0em;
	font-weight: bold;
}
/*midashi*/

.intro{
	line-height: 2em;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-indent: 20;
	border-radius: 30px;
	border: 10px groove #00CCFF;
}
.h2 {
	margin: 0 0 30px 0;
	padding: 12px 10px;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 2px solid #096;
	background-color: #a6ffa6;
	font-size: 140%;
	}
 
.h2:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #1d8ade transparent transparent  transparent  ;
	border-style:solid;
	border-width:15px;
	}
.h2:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	left: 5px;
	bottom: -43px;
	background: transparent;
	border-color:#036 transparent transparent  transparent  ;
	border-style:solid;
	border-width:24px;
	}
	
.h3 {
	margin: 0 0 30px 0;
	padding: 12px 10px;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 2px solid #CC3300;
	background-color: #FF8860;
	font-size: 140%;
	}
 
.h3:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #f00 transparent transparent  transparent  ;
	border-style:solid;
	border-width:15px;
	}
.h3:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	left: 5px;
	bottom: -43px;
	background: transparent;
	border-color:#036 transparent transparent  transparent  ;
	border-style:solid;
	border-width:24px;
	}
	


.heading07{
	position:relative;
	margin:0 10px;
	padding:10px 10px 10px 30px;
	font:bold 22px/1.2 Arial, Helvetica, sans-serif;
	color:#666;
	background:#ccc;
	border-top:#ccc solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#ccc solid 1px;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.5) inset;
    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(220, 220, 220, 1.0)), 
			color-stop(0.25, rgba(240, 240, 240, 1.0)),
			color-stop(0.30, rgba(235, 235, 235, 1.0)),
			color-stop(0.36, rgba(240, 240, 240, 1.0)),
			color-stop(0.50, rgba(235, 235, 235, 1.0)),
			color-stop(0.80, rgba(215, 215, 215, 1.0)),
			to(				 rgba(210, 210, 210, 1.0))
			);
	background-image: -webkit-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -moz-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -o-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: linear-gradient(to bottom,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
}
.heading07:before{
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}
.heading07:after{
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}
/*.reinbow {
	color: #900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 40px;
	text-shadow: 1px 1px 2px #333;
	box-shadow: inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 50px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin-right: 50px;
	background-color: #fff;
}*/

/*.h2{
	font-weight: bold;
	background-image: url(images/h2.png);
	background-repeat: repeat-x;
	height: 32px;
	width: 101%;
	padding-right: 0px;
	padding-left: 7px;
	font-size: 14px;
	letter-spacing: 0.5em;
	padding-top: 7px;
	margin-left: -6px;
}
.h3{
	font-weight: bold;
	background-image: url(images/h3.png);
	background-repeat: repeat-x;
	height: 32px;
	width: 101%;
	padding-right: 0px;
	padding-left: 7px;
	font-size: 14px;
	letter-spacing: 0.5em;
	padding-top: 7px;
	margin-left: -6px;
}
*/
.center {
	text-align: center;
}
.center_big {
	text-align: center;
	font-size: 110%;
}
.img{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* link 共通--------------------------------------------------------------------------- */ 
a:link {
	color: #FFFFCC;
	text-decoration: none;
	/*font-weight: bold;*/
}
a:visited {
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFCC;
}
a:active {
 text-decoration: underline;
 /*font-weight: bold;*/
 color: #FFFFCC;}

a.linkgray,a.linkgray:visited {text-decoration:none; color:#666666;}
a.linkgray:hover,a.linkgray:active {text-decoration:none; color:#063;}

a.linkred,a.linkred:visited {text-decoration:underline; color:#CC3366;}
a.linkred:hover,a.linkred:active {text-decoration:underline; color:#663399;}

/* ==================================
   page-top
================================== */
.top{
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.1em;
}
#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 80px;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transform: rgba(270deg);
	transition: .5s;
	background-color: rgba(51,51,51,0.7);
}
#page-top:hover{
  background: rgba(0,0,0,.8);
}

/* ==================================
   padding
================================== */
.padding{
	padding-top: 0px;
	padding-bottom: 0px;	
}
.padding_20{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding_40{
	padding-left: 40px;
	padding-top: 10px;
}
/* ==================================
   box
================================== */
.box{
    background-image:-moz-linear-gradient(top, #999/*#ffff99*/, #fff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#fff), color-stop(1,#fff));
}
 
.topright{
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-radius-topright: 20px;    
    border-top-right-radius: 20px;
}
 
.bottomleft{
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -khtml-border-radius-bottomleft: 20px;  
    border-bottom-left-radius: 20px;
}
