@charset "utf-8";


body{
	background-image:url("../../images/background_black.gif");
	color:#fff;
}

/*　▼　本文全体　#pagewrap　▼　*/
#pagewrap{
	font-family:arial,helvetica,clean,sans-serif;
}

#pagewrap p,#pagewrap li,#pagewrap h1,#pagewrap h2,#pagewrap h3,#pagewrap h4,#pagewrap h5,#pagewrap h6{
	line-height:140%;
	padding:5px 10px;
}

#pagewrap p {
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
	font-size:13px;
}
#pagewrap h1{
	padding:5px 10px;
	font-size:medium;
	color:#FFF;
background:#880007;
}

/* ------------------------------------------------ */
/*　▼　角丸　.radius-wrap　▼*/
#pagewrap .radius-wrap {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin:0 10px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	margin-bottom:10px;
}
#pagewrap .radius-wrap h1 {
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
}

/* ------------------------------------------------ */
/*　▼　タブ切り替えパーツ用　▼　*/

#pagewrap .disnon {
	display: none;
}
#pagewrap .tab{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:0px;
}
#pagewrap .tab li{
	font-size: 11px;
	color:#000000;
	padding:5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #700000;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
}
#pagewrap .tab li.select {
	font-size: 11px;
	color:#FFFFFF;
	background: #000;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #CCC;
}

#pagewrap .midashi{
	width:80px;
	text-align:center;
	padding:0 auto;
	background-color:#700000;
	float:left;
	margin:5px 0 5px 5px;
	
}

#pagewrap .midashi_l{
	float:left;
	margin-left:10px;
	margin:5px 0;

}



/* ------------------------------------------------ */
/*　▼　角丸版タブ用　.radius-tab　▼　*/

#pagewrap .radius-tab{
	margin:0 10px;
}

#pagewrap .radius-tab .content_wrap{
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
    -webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;  
    -moz-border-radius-bottomright: 10px;  
}
#pagewrap .radius-tab .tab{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:0px;
}
#pagewrap .radius-tab .tab li{
	padding:5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39F;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
}
#pagewrap .radius-tab .tab li.select {
	font-size:9px;
	background: #FFF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #CCC;
}

/* ------------------------------------------------ */
/*　▼　アコーディオン（折り畳み）パーツ用　▼　*/

#pagewrap .accordion-button {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
#pagewrap .radius-wrap .accordion-button {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
    -webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;  
    -moz-border-radius-bottomright: 10px;  
}
#pagewrap .accordion-button .open {
	padding-right:25px;
	background-image: url(../images/arrow-circle-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#000;
}
#pagewrap .accordion-button .close {
	padding-right:25px;
	background-image: url(../images/arrow-circle-up.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#000;
}


/*汎用パーツ*/

/* ------------------------------------------------ */
/*　▼　汎用リスト用パーツ　.default-list　▼　*/

#pagewrap .default-list li{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	

}
#pagewrap .default-list li.link{
}
#pagewrap .default-list li a{
	display:block;
	color:#fff;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:25px;
}

/* ------------------------------------------------ */
/*　▼　汎用リスト用パーツ　.default-list2　▼　*/

#pagewrap .default-list2 li{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
#pagewrap .default-list li.link{
}
#pagewrap .default-list2 li a{
	display:block;
	color:#000000;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:25px;
}

/* ------------------------------------------------ */
/*　▼　タイトル部分用パーツ　#title　▼　*/

#pagewrap #title .img{
	padding:0px;
	line-height:0;
	border-width: 0px;
	border-bottom-style:none;
}
#pagewrap #title .img img{
	width:100%;
	height:auto;
}

#pagewrap #title .img2{
	padding:0px;
	line-height:0;
	border-width: 0px;
	border-bottom-style:none;
	text-align: center;

}
#pagewrap #title .img2 img{
	width:70%;
	height:auto;
}




#pagewrap #title .oa{
	margin-bottom:1px;
	font-size:small;
	text-align:center;
	color:#ffffff;
	background-color:#880007;
	border-width: 0px;
	border-bottom-style:none;
}

/* ------------------------------------------------ */
/*　▼　緊急テキスト用パーツ　#emergency　▼　*/

#pagewrap #emergency h1{
	text-align:center;
}

#pagewrap #emergency p{
	background-color:#ffffff;
	padding:5px 10px;
}

/* ------------------------------------------------ */
/*　▼　ボタン（アイコンあり）　.click-block　▼　*/

#pagewrap .click-block{
	padding:10px;
	padding-right:25px;
	background-image: url(../images/arrow-circle.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
#pagewrap .click-block a{
	display:block;
	color:#000000;
	font-weight:normal;
	text-align:center;
}

/* ------------------------------------------------ */
/*　▼　クリックボタン（アイコンなし）用パーツ　.tap-button　▼　*/

#pagewrap .tap-button{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  

}
#pagewrap .tap-button a{
	display:block;
	color:#fff;
}

/* ------------------------------------------------ */


/* ------------------------------------------------ */
/*　▼　クリックボタン（アイコンなし）用パーツ　.tap-button2　▼　*/

#pagewrap .tap-button2{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #ffabab;	
background: rgb(255,233,233); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,233,233,1) 0%, rgba(255,221,221,1) 45%, rgba(255,205,205,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,233,233,1)), color-stop(45%,rgba(255,221,221,1)), color-stop(100%,rgba(255,205,205,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,233,233,1) 0%,rgba(255,221,221,1) 45%,rgba(255,205,205,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,233,233,1) 0%,rgba(255,221,221,1) 45%,rgba(255,205,205,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,233,233,1) 0%,rgba(255,221,221,1) 45%,rgba(255,205,205,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9e9', endColorstr='#ffcdcd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(255,233,233,1) 0%,rgba(255,221,221,1) 45%,rgba(255,205,205,1) 100%); /* W3C */
	-moz-box-shadow: 0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  

}
#pagewrap .tap-button2 a{
	display:block;
	color:#000;
}

/* ------------------------------------------------ */







/*　▼　メールボタン用パーツ　.mail-button　▼　*/

#pagewrap .mail-button{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;	
background: rgb(239,197,202); /* Old browsers */
background: -moz-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(234,68,73,1) 53%, rgba(186,39,55,1) 53%, rgba(232,0,7,1) 53%, rgba(239,177,183,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,197,202,1)), color-stop(53%,rgba(234,68,73,1)), color-stop(53%,rgba(186,39,55,1)), color-stop(53%,rgba(232,0,7,1)), color-stop(100%,rgba(239,177,183,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(239,197,202,1) 0%,rgba(234,68,73,1) 53%,rgba(186,39,55,1) 53%,rgba(232,0,7,1) 53%,rgba(239,177,183,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(239,197,202,1) 0%,rgba(234,68,73,1) 53%,rgba(186,39,55,1) 53%,rgba(232,0,7,1) 53%,rgba(239,177,183,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(239,197,202,1) 0%,rgba(234,68,73,1) 53%,rgba(186,39,55,1) 53%,rgba(232,0,7,1) 53%,rgba(239,177,183,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#efb1b7',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(239,197,202,1) 0%,rgba(234,68,73,1) 53%,rgba(186,39,55,1) 53%,rgba(232,0,7,1) 53%,rgba(239,177,183,1) 100%); /* W3C */
}
	-moz-box-shadow: 0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
#pagewrap .mail-button a{
	display:block;
	color:#000;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ------------------------------------------------ */
/*　▼　ボタンメニュー用パーツ　.button-wrap　▼　*/

#pagewrap .button-wrap,#pagewrap .button-wrap2{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:10px 10px;
	background-color:#333;
}
#pagewrap .button-wrap li{
	padding:5px;
	width:45%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E80007;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	text-align:center;
}
#pagewrap .button-wrap2 li{
	padding:5px;
	width:45%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #920000;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	text-align:center;
}
#pagewrap .button-wrap li a,#pagewrap .button-wrap2 li a{
	display:block;
	color:#000;
	font-size:small;
}


/* ------------------------------------------------ */
/*　▼　スペーサークラス　▼　*/

#pagewrap .margin-b-10{/* 下部にマージン10px追加 */
	margin-bottom:10px;
}
#pagewrap .margin-t-10{/* 上部にマージン10px追加 */
	margin-top:10px;
}
#pagewrap .flo-l {/* 画像を入れる場合用のfloat */
	float:left;
	margin-right:8px;
}
/* ------------------------------------------------ */
/*　▼　詳細要素・打ち消し用クラス　▼　*/

#pagewrap .bottom-border {/* bottomにボーダーライン追加 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

#pagewrap .top-border {/* topにボーダーライン追加 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;	
}


#pagewrap .no-border {/* bottomボーダーライン打ち消し */
	border-width: 0px;
	border-bottom-style:none;
}

#pagewrap .radius-wrap .radius-bottom {/* 下部角丸追加 */
	padding:5px 10px;
	margin-bottom:0px;
    -webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;  
    -moz-border-radius-bottomright: 10px;  
}
#pagewrap .radius-wrap .radius-top {/* 上部角丸追加 */
	padding:5px 10px;
	margin-bottom:0px;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
}
/* ------------------------------------------------ */
/*　個人追加分　*/
/*　▼　画像付き汎用リスト用パーツ　.img-list　▼　*/

#pagewrap .img-list li{
//	padding : 10px ;
	border-bottom-width : 1px ;
	border-bottom-style : solid ;
	border-bottom-color : #CCC ;
}

#pagewrap .img-list img{
	padding-right : 10px ;
	float : left ;
}

#pagewrap .img-list li a{
	display : block ;
	color : #000000 ;
	background-image : url(../images/arrow.png) ;
	background-repeat : no-repeat ;
	background-position : right center ;
	padding-right : 25px ;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/*　▼　会員登録系　▼　*/

#pagewrap #title .member
{text-align:right;
font-size:small;}

#pagewrap #mon{
font-size: 12px;
line-height: 150%;
border-width: 0px;
border-bottom-style: none;
margin-top: 5px;
}


#pagewrap .gomi{
float: left;
border-width: 0px;
border-bottom-style: none;
}

#pagewrap .bun {
font-size: 12px;
line-height: 150%;
border-width: 0px;
border-bottom-style: none;
overflow: hidden;
}

