﻿@charset "utf-8";

/*----------------------------------------------------------------------------*/
/* 安久町内会：スタイルシート (2025/02/18 update) */
/*----------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	}

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;}

.space{
	width:100px;
	height:700px;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

small{font-size:0.8em;}

.fc_red{color:#dd0000;}
.fc_blue{color:#0055dd;}
.fc_green{color:#00dd55;}


.clearfix:before,
.clearfix:after{
	content:" ";
	display:table;
	}

.clearfix:after{
	clear: both;
	}

.clearfix{
	/*zoom:1;*/
	}

#pageTop {
	position:fixed;
	bottom:20px;
	right:0px;
	z-index:20;
	}
#pageTop a{
	}
#pageTop a:hover {
	}



/*===========================================================================*/
/* smp */
/*===========================================================================*/

@media screen and (max-width:860px){

.print{display:none}

.smp{display:block;}
#smp{display:block;}
.pc{display:none;}
#pc{display:none;}

#anchor_main_1,
#anchor_main_2,
#anchor_main_3,
#anchor_main_4,
#anchor_main_5{
	margin-top:-60px;
	padding-top:60px;
	}

header{
	width:100%;
	height:45px;
	background-color:rgba(0,0,0,0.5);
	top:0px;
	padding:15px 0px 0px 0px;
	text-align:center;
	position:fixed;
	z-index:10;
	color:#ffffff;
	line-height:30px;
	font-size:18px;
	font-family:"HiraKakuProN-W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	text-align:center;
	}


nav{
	display: none;
	position: absolute;
	top:55px;
	width: 100%;
	left: 0;
	}

header nav ul.navi{
	display: block;
	margin: 0 auto;
	width: 100%;
	}

header nav ul.navi li{
	margin:0 auto;
	padding:0px 10px 0px 0px;
	text-align:left;
	line-height:18px;
	font-size:15px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	border-top:1px solid #ffffff;
	color:#ffffff;
	background:rgba(0,0,0,0.7);
	}

header nav ul.navi li a{
	display:block; 
	padding:12px 10px 12px 10px;
	text-decoration: none;
	color:#ffffff;
	background-image:url("../images/list_arrow_white.png");
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:right 8px;
	}

/* 開閉ボタン -----------------------------------*/

#nav_toggle{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	right:15px;
	z-index:100;
	}

#nav_toggle div {
	position: relative;
	}

#nav_toggle span{
	display: block;
	height: 3px;
	background-color:#ffffff;
	background-size:40px 4px;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	}

#nav_toggle span:nth-child(1){
	top:0px;
	}

#nav_toggle span:nth-child(2){
	top:12px;
	}

#nav_toggle span:nth-child(3){
	top:24px;
	}
	

/* 開閉ボタンopen時 -----------------------------------*/

.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}


h1#main_img img{
	margin:0px 0px -20px 0px;
	padding:60px 0px 0px 0px;
	background-color:#77ccaa;
	}

footer{
	width:100%;
	min-height:300px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#2c287b;
	}

footer .footer_inner{
	width:300px;
	margin:0px auto 0px auto;
	padding:20px 0px 20px 0px;
	}

footer .footer_inner .footer_contact{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	}

footer .footer_inner dl.footer_credit{
	margin:0px 10px 0px 10px;
	}

footer .footer_inner dl.footer_credit dt{
	margin:0px 0px 10px 0px;
	color:#ffffff;
	line-height:30px;
	font-size:18px;
	font-family:"HiraKakuProN-W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	text-align:center;
	}

footer .footer_inner dl.footer_credit dd{
	color:#ffffff;
	line-height:20px;
	font-size:15px;
	font-family:"HiraKakuProN-W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	text-align:center;
	}

#wrapper{
	width:100%;
	margin:60px auto 0px auto;
	}


.main_whatnew{
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#5576ac;
	}
.main_whatnew .inner_whatnew{
	margin:0px 15px 0px 15px;
	padding:20px 0px 20px 0px;
	}
.main_whatnew .inner_whatnew .title_whatnew{
	margin:0px auto 0px auto;
	text-align:center;
	}
.main_whatnew .inner_whatnew .title_whatnew img{
	width:280px;
	text-align:center;
	}
dl.topics{
	margin:0px auto 0px auto;
	padding:10px;
	background-color:#aaccff;
	border-radius:5px 5px 5px 5px;
	}
dt.topics_date a,
dd.topics_text a{
	color:#000000 !important;
	text-decoration:none !important;
	}
dl.topics dt.topics_date{
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 5px;
	color:#000000;
	font-family:"HiraKakuProN-W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	line-height:22px;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	border-top:2px dotted #ffffff;
	}
dl.topics dt.topics_date:first-child{
	border-top:0px;
	}
dl.topics dd.topics_text{
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	color:#000000;
	font-family:"HiraKakuProN-W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	line-height:22px;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	}

.main_1{
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#95c439;
	}
.main_1 .inner_1{
	margin:0px 15px 0px 15px;
	padding:80px 0px 20px 0px;
	background-image:url("../images/section_title_1.png");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:270px 87px; /* 60% */
	}

.main_2{
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#ffe34b;
	}
.main_2 .inner_2{
	margin:0px 15px 0px 15px;
	padding:80px 0px 20px 0px;
	background-image:url("../images/section_title_2.png");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:270px 87px; /* 60% */
	}

.main_3{
	width:100%;
	min-height:200px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url("../images/top_bg_3smp.png");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#fecb99;
	}
.main_3 .inner_3{
	margin:0px 15px 0px 15px;
	padding:80px 0px 20px 0px;
	background-image:url("../images/section_title_3.png");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:270px 87px; /* 60% */
	}

.main_4{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#a9e2ff;
	}
.main_4 .inner_4{
	margin:0px 15px 0px 15px;
	padding:80px 0px 20px 0px;
	background-image:url("../images/section_title_4.png");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:270px 87px; /* 60% */
	}

.main_5{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#5576ac;
	}
.main_5 .inner_5{
	margin:0px 15px 0px 15px;
	padding:80px 0px 20px 0px;
	background-image:url("../images/section_title_5.png");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:270px 87px; /* 60% */
	}

.top_comment{
	margin:0px 0px 0px 0px;
	color:#000000;
	font-family:"HiraKakuProN-W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	line-height:22px;
	font-size:17px;
	font-weight:200;
	text-align:left;
	}


ul.main_btn{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

ul.main_btn li{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	}

ul.main_btn li a{
	display:block;
	margin:0px 0px 0px 0px;
	padding:10px 30px 10px 15px;
	text-align:left;
	background-color:#ffffff;
	line-height:22px;
	font-size:16px;
	font-family:"HiraKakuProN-W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	color:#000000;
	text-decoration:none;
	border-radius:6px;
	}

ul.main_btn li a .comment{
	line-height:18px;
	font-size:13px;
	}

ul.main_btn li.arrow_1 a{
	background-image:url("../images/top_arrow_1s.png");
	background-position:right center;
	background-repeat:no-repeat;
	background-size:25px 30px; /* 50% */
	}

ul.main_btn li.arrow_2 a{
	background-image:url("../images/top_arrow_2s.png");
	background-position:right center;
	background-repeat:no-repeat;
	background-size:25px 30px; /* 50% */
	}

ul.main_btn li.arrow_3 a{
	background-image:url("../images/top_arrow_3s.png");
	background-position:right center;
	background-repeat:no-repeat;
	background-size:25px 30px; /* 50% */
	}

ul.main_btn li.arrow_4 a{
	background-image:url("../images/top_arrow_4s.png");
	background-position:right center;
	background-repeat:no-repeat;
	background-size:25px 30px; /* 50% */
	}

.map_comment{
	margin:10px auto 20px auto;
	text-align:center;
	font-size:12px;
	}

ul.banners_1{
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	}
ul.banners_2{
	margin:0px auto 0px auto;
	padding:0px 0px 20px 0px;
	}

ul.banners_1 li.size_L,
ul.banners_1 li.size_S,
ul.banners_2 li.size_L,
ul.banners_2 li.size_S{
	margin:0px 4px 4px 4px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	}

ul.banners_1 li.size_L a img,
ul.banners_2 li.size_L a img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:280px; /* 80% */
	height:80px; /* 80% */
	}

ul.banners_1 li.size_S a img,
ul.banners_2 li.size_S a img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:150px; /* 75% */
	height:60px; /* 75% */
	}


/* フォーム表示 ----------------------------------*/

.main_copy{
	margin:15px 20px 15px 20px;
	padding:15px 0px 0px 0px;
	line-height:28px;
	font-size:16px;
	font-family:"HiraKakuProN-W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	color:#000000;
	}

hr{
	margin:10px 0px 10px 0px;
	color: #555555;
	background-color: #ffbb99;
	border-style:none;
	height:1px;
	}

.form_border{
	height:10px;
	margin:30px 20px 30px 20px;
	border-bottom:5px dotted #dd0000;
	}

.button{
	margin:40px auto 30px auto;
	padding:0px;
	line-height:20px;
	font-size:18px;
	font-family:"HiraKakuProN-W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	text-align:center;
	}
.button a{
	margin:0px;
	padding:15px 15px 15px 15px;
	text-align:center;
	text-decoration:none;
	background-color:#dd0000;
	border-radius:30px;
	color:#ffffff;
	}

.since{
	width:90%;
	margin:0px auto 0px auto;
	padding:10px 0px 20px 0px;
	border-top:2px dotted #0099aa;
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	text-align:center;
	}


}



/*========================================================================*/
/* PC用の設定*/
/*========================================================================*/

@media screen and (min-width:861px){

.print{display:none}

.smp{display:none;}
#smp{display:none;}
.pc{display:block;}
#pc{display:block;}

#anchor_main_1,
#anchor_main_2,
#anchor_main_3,
#anchor_main_4,
#anchor_main_5{
	margin-top:-80px;
	padding-top:80px;
	}

header{
	width:100%;
	height:70px;
	background-color:rgba(0,30,30,0.7);
	top:0px;
	padding:0px;
	text-align:center;
	position:fixed;
	z-index:10;
	}

h1#main_img{
	width:100%;
	height:710px;
	top:0px;
	padding:0px;
	background-image:url("../images/top_2025.jpg");
	background-repeat:no-repeat;
	background-position:center 70px;
	text-align:center;
	position:fixed;
	z-index:-1;
	}

.main_whatnew{
	width:100%;
	min-height:300px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#5576ac;
	}
.main_whatnew .inner_whatnew{
	margin:0px auto 0px auto;
	padding:20px 0px 30px 0px;
	max-width:1200px;
	}
.main_whatnew .inner_whatnew .title_whatnew{
	float:left;
	}
dl.topics{
	margin:15px 0px 0px 450px;
	padding:20px;
	background-color:#aaccff;
	border-radius:10px 10px 10px 10px;
	text-align:left;
	}
dt.topics_date a,
dd.topics_text a{
	color:#000000;
	text-decoration:none;
	}
dl.topics dt.topics_date{
	text-align:left;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	color:#000000;
	font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:26px;
	font-size:18px;
	font-weight:normal;
	}
dl.topics dd.topics_text{
	text-align:left;
	margin:-30px 0px 5px 140px;
	padding:0px 0px 0px 0px;
	color:#000000;
	font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:26px;
	font-size:18px;
	font-weight:normal;
	}

.main_1{
	width:100%;
	min-height:350px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#95c439;
	background-image:url("../images/top_bg_1.png");
	background-repeat:no-repeat;
	background-position:50% 0px;
	}
.main_1 .inner_1{
	margin:0px auto 0px auto;
	padding:50px 0px 30px 0px;
	max-width:1200px;
	background-image:url("../images/section_title_1.png");
	background-repeat:no-repeat;
	background-position:left top;
	}

.main_2{
	width:100%;
	min-height:350px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffe34b;
	background-image:url("../images/top_bg_2.png");
	background-repeat:no-repeat;
	background-position:50% 0px;
	}
.main_2 .inner_2{
	margin:0px auto 0px auto;
	padding:50px 0px 30px 0px;
	max-width:1200px;
	background-image:url("../images/section_title_2.png");
	background-repeat:no-repeat;
	background-position:left top;
	}

.main_3{
	width:100%;
	min-height:350px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#fecb99;
	}
.main_3 .inner_3{
	margin:0px auto 0px auto;
	padding:50px 0px 30px 0px;
	min-height:300px;
	max-width:1200px;
	background-image:url("../images/top_bg_3.png");
	background-repeat:no-repeat;
	background-position:left top;
	}

.main_4{
	width:100%;
	min-height:350px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#a9e2ff;
	background-image:url("../images/top_bg_4.png");
	background-repeat:no-repeat;
	background-position:50% 0px;
	}
.main_4 .inner_4{
	margin:0px auto 0px auto;
	padding:50px 0px 30px 0px;
	max-width:1200px;
	background-image:url("../images/section_title_4.png");
	background-repeat:no-repeat;
	background-position:left top;
	}

.main_5{
	width:100%;
/*	min-height:300px;*/
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:center;
	background-color:#5576ac;
	}
.main_5 .inner_5{
	margin:0px auto 0px auto;
	padding:50px 0px 30px 0px;
	max-width:1200px;
	background-image:url("../images/section_title_5.png");
	background-repeat:no-repeat;
	background-position:left top;
	}


.top_comment{
	position:relative;
	width:600px;
	margin:0px 0px 0px 500px;
	color:#000000;
	font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:30px;
	font-size:20px;
	font-weight:200;
	text-align:left;
	}


ul.main_btn{
	margin:50px 30px 30px 500px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

ul.main_btn li{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	}

ul.main_btn li a:link,
ul.main_btn li a:visited{
	display:block;
	margin:0px 0px 10px 0px;
	padding:20px 50px 20px 25px;
	text-align:left;
	background-color:#ffffff;
	line-height:35px;
	font-size:23px;
	font-weight:600;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#000000;
	text-decoration:none;
	border-radius:10px;
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

ul.main_btn li a:hover,
ul.main_btn li a:active{
	margin:0px -30px 10px 30px;
	opacity:0.70;
	filter:alpha(opacity=70);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

ul.main_btn li a .comment{
	line-height:18px;
	font-size:14px;
	}

ul.main_btn li.arrow_1 a{
	background-image:url("../images/top_arrow_1.png");
	background-position:right center;
	background-repeat:no-repeat;
	}

ul.main_btn li.arrow_2 a{
	background-image:url("../images/top_arrow_2.png");
	background-position:right center;
	background-repeat:no-repeat;
	}

ul.main_btn li.arrow_3 a{
	background-image:url("../images/top_arrow_3.png");
	background-position:right center;
	background-repeat:no-repeat;
	}

ul.main_btn li.arrow_4 a{
	background-image:url("../images/top_arrow_4.png");
	background-position:right center;
	background-repeat:no-repeat;
	}


/*
font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/


ul.banners_1{
	margin:100px 0px 0px 50px;
	padding:0px 0px 0px 0px;
	}
ul.banners_2{
	margin:0px 0px 0px 50px;
	padding:0px 0px 30px 0px;
	}

ul.banners_1 li,
ul.banners_2 li{
	margin:0px 8px 10px 8px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	}

ul.banners_1 li a:link,
ul.banners_1 li a:visited,
ul.banners_2 li a:link,
ul.banners_2 li a:visited{
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

ul.banners_1 li a:hover,
ul.banners_1 li a:active,
ul.banners_2 li a:hover,
ul.banners_3 li a:active{
	opacity:0.70;
	filter:alpha(opacity=70);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.map_comment{
	margin:20px auto 20px auto;
	text-align:center;
	font-size:14px;
	}

#pageTop {
	position:fixed;
	bottom:100px;
	right:20px;
	}
#pageTop a{
	}
#pageTop a:hover {
	}


footer{
	width:100%;
	height:200px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#2c287b;
	}

footer .footer_inner{
	max-width:1200px;
	margin:0px auto 0px auto;
	padding:30px 0px 20px 0px;
	}

footer .footer_inner .footer_contact{
	float:left;
	padding:0px 0px 0px 30px;
	}

footer .footer_inner .footer_contact a:link,
footer .footer_inner .footer_contact a:visited{
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

footer .footer_inner .footer_contact a:hover,
footer .footer_inner .footer_contact a:active{
	opacity:0.60;
	filter:alpha(opacity=60);
	-webkit-transition: all .3s;
	transition: all .3s;
	}



footer .footer_inner dl.footer_credit{
	float:right;
	margin:0px 0px 0px 0px;
/*	margin:0px 0px 0px 800px;*/
	}

footer .footer_inner dl.footer_credit dt{
	margin:0px 0px 10px 0px;
	color:#ffffff;
	line-height:30px;
	font-size:22px;
	font-family:"Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	}

footer .footer_inner dl.footer_credit dd{
	color:#ffffff;
	line-height:24px;
	font-size:15px;
	font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	}

#wrapper{
	max-width:1280px;
	margin:80px auto 50px auto;
	}


/* 入会申し込み ----------------------------------*/

.main_copy{
	width:900px;
	margin:20px auto 50px auto;
	padding:15px 0px 0px 0px;
	line-height:30px;
	font-size:18px;
	font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
	}

hr{
	margin:30px 0px 30px 0px;
	color: #555555;
	background-color: #ffbb99;
	border-style:none;
	height:1px;
	}

.form_border{
	width:900px;
	height:10px;
	margin:50px auto 50px auto;
	padding:20px 0px 20px 0px;
	border-bottom:8px dotted #dd0000;
	}

.button{
	margin:40px auto 30px auto;
	padding:0px;
	line-height:24px;
	font-size:22px;
	font-family:"Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	text-align:center;
	}
.button a:link,
.button a:visited{
	margin:0px;
	padding:15px 50px 15px 50px;
	text-align:center;
	text-decoration:none;
	background-color:#dd0000;
	border-radius:30px;
	color:#ffffff;
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all .3s;
	transition: all .3s;
	}
.button a:hover,
.button a:active{
	background-color:#ff5500;
	opacity:0.70;
	filter:alpha(opacity=70);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.since{
	max-width:1100px;
	margin:10px auto 10px auto;
	padding:10px 0px 0px 0px;
	border-top:2px dotted #0099aa;
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	text-align:center;
	}


}



