@charset "utf-8";
/* CSS Document */


body {
   margin:0;
   padding:0;
   width: 100%;
   height: 100%;
   background:#fff;
}

#wrapper {
	width: 980px;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	display: block;
	background: #fff;
}

.container {
	width: 900px;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	display: block;
	background: #fff;
}

.inner {
	width: 820px;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	display: block;
	background: #fff;
	padding-bottom: 3em;
}

.inner_left {
	width: 390px;
	height: 100%;
	min-height: 100%;
	float: left;
	display: block;
	background: #fff;
	padding-bottom: 3em;
	text-align: left;
}

.inner_right {
	width: 390px;
	height: 100%;
	min-height: 100%;
	float: right;
	display: block;
	background: #fff;
	padding-bottom: 3em;
	text-align: left;
}

.inner_right .inner_right_inner {
	padding:20px;
	background-color: #f9ebff;
}


.inner_500 {
	width: 500px;
	height: 100%;
	float: left;
}




p {
  font-family: Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin: 0;
  color: #333;
}

/*見出し*/


h2 {
	padding: .25em 0 .5em 1em;
	width:900px;
	height:50px;
	color: #222;
	background: url(../img/t2.jpg) no-repeat;
	font-family: "ヒラギノ明朝 W3 JIS2004";
	font-size: 22px;
}


h3 {
	padding: .25em 0 .25em .75em;
	color: #222;
	font-family: "ヒラギノ明朝 W3 JIS2004";
	border-left: 6px solid #DAA2BB;
}

h4 {
	color: #DAA2BB;
	padding: .5em 0em;
	border-bottom: 1px dashed #ccc;
}

/*margin*/

.top10{
	margin-top:10px;
}

.top20{
	margin-top:20px;
}

.top30{
	margin-top:30px;
}

.top40{
	margin-top:40px;
}

.top80{
	margin-top:80px;
}

.left20{
	margin-left:20px;
}

.left30{
	margin-left:30px;
}

/*padding*/

.pd-top20 {
	padding-top: 20px;
}

.pd-top30 {
	padding-top: 30px;
}

.pd-top50 {
	padding-top: 50px;
}

/*font*/

.bold{
	font-weight: bold;
}

.red{
	color: #ff0000;
}


.pink{
	color: #DAA2BB;
}

.small{
    font-size: 0.8em;
}



/*image*/

.img-left{
	float: left;
	margin: 0 20px 20px 0;
}

.img-right{
	float: right;
	margin: 0 0 20px 20px;
}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}


/*text-align*/

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

/*border*/
.pink-border{
width: 100%;
border: 2px solid #DAA2BB;
}

.border-dotted{
width: 100%;
border-bottom: 1px dotted #cccccc;
}


/*clearfix*/
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.clear{
  clear: both;
}


.top-bottom_border {
	padding: .75em 0;
	border-top: 1.5px solid #DAA2BB;
	border-bottom: 1.5px solid #DAA2BB;
	font-family: "ヒラギノ明朝 W3 JIS2004";
	font-size: 20px;
}

.intro {
	padding: 1em 0 .5em 0em  ;
	width:900px;
	height:50px;
	color: #222;
	background: url(../img/t1.jpg) no-repeat;
	font-family: "ヒラギノ明朝 W3 JIS2004";
	font-size: 22px;
}


footer {
   margin:0;
   padding:0;
   width: 100%;
   height: 100%;
   display: block;
   background:#8FC320;
}

footer .right-bl{
	width: 550px;
	float: right;
	display: block;
}

footer .text {
	color: #fff;
}

/*topへ戻るボタン*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 1;
}
#page-top a {
    background-color: #E30081;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: #E30081;
}