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


/* ------------------------------------------
Document
------------------------------------------ */
*{
	padding: 0;
	margin: 0;
}

body{
	text-align: center;
	font-size: 13px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.45;
	margin: 0;
	padding: 0;
	width:100%;
}

html{-webkit-text-size-adjust: none;}


/* �����N */

a {
    -webkit-tap-highlight-color:transparent;
	display: block;
}

.pager2 a {display:inline;}


/* ���Z�b�g */
h1,h2,h3,h4,h5,h6,address,table,th,td,div,li,label,p,dl,dd,dt,ol,ul,a,map.form{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
	
ul, ol{
 list-style: none;
}

img{
	border: none;
	line-height: 100%;
	overflow: hidden;
	vertical-align: top;
}

input,textarea,select,table{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	vertical-align:middle;
}

textarea,
input[type="text"] {
	border:1px solid #e8e8e8 ridge;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:-webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	font-size: 100%;
}


hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ff81bc;
    margin:1em 0;
    padding:0;
}
 
.left{
	float:left;
}
.right{
	float:right;
}

/* ------------------------------------------
CLEARFIX
------------------------------------------ */

.clearfix{
	clear:both;
	min-height: 1px; 
}

.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

/* ------------------------------------------
HEADER
------------------------------------------ */
h1{
	
}

header .h_btn{
	margin:0 10px 0 0;
}

header .h_btn p{
	margin:10px 5px 0 5px;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

header .log a{
	width:100px;
	height:30px;
	padding:8px 0 0 0;
	color:#ffffff!important;
	font-weight:bold;
	border:#f8bdd1 1px solid !important;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),   to(#f4bed8))!important;
	text-shadow:1px 1px 5px #bf3c72, -1px -1px 5px #bf3c72, -1px 1px 5px #bf3c72, 1px -1px 5px #bf3c72!important;
	-webkit-box-shadow:2px 2px 2px #CCC!important;
	font-size:16px;
	text-decoration:none;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

header .h_btn p a{
	width:100px;
	height:30px;
	padding:8px 0 0 0;
	color:#030200;
	font-weight:bold;
	border: 1px solid;
	/*border-color:  #f3e8ed #f49fc8 #f49fc8 #f3e8ed ;*/
	border-color:  #d75c9d #e4007f #e4007f #d75c9d ;
	border-radius: 5px;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),   to(#f4bed8));*/
	background: -webkit-gradient(linear, left top, left bottom, from(#D24D78),   to(#D9688C));
	text-shadow:1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff;
	-webkit-box-shadow:2px 2px 2px #CCC;
	font-size:15px;
	text-decoration:none;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

header .inl{
	margin:5px 0 0 0;
}

.inl a{
	display:inline;
}

/* ------------------------------------------
FOOTER
------------------------------------------ */ 
footer{
	margin:20px 0 0 0;
}

footer p a{
	text-decoration:none;
	border-top:1px solid #747474;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding:8px 0;
	font-weight:bold;
	font-size:14px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),   to(#f1f1f1));
}

footer .pt{
	position:relative;
}

footer .pt a{
}

footer .pt a:after{
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	content: "";
}

footer .rule{
	position:relative;
}

footer .rule02 a{
	border-bottom:1px solid #747474;
}

footer .rule a:after{
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#copy{
	margin:20px 0;