/*--------------*/
/*-- 基本要素 --*/
/*--------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

/*
body font {
	height: 100%;
	text-align: left;
    font: 18px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", verdana, arial, helvetica, sans-serif;
}
*/

body {
	font-family: "Noto Sans JP";
	font-size:16px;
	text-color:#222222;
	background-color: #FFFFFF;
}

td {
	padding: 8px;
/*	text-align: justify;*/
}

h1 {
	font-size:28px;
	color: #00f;
}

h2 {
	font-size:18px;
	font-weight:bold;
	border-left:8px solid #63a615;
	padding-left:8px;
}

h3 {
        font-size:18px;
        font-weight:bold;
}


dd {
	border-bottom: 2px dotted #cccccc;
	padding-bottom:10px;
}

dt {
	padding-top:10px;
	color:#63a615;
        font-size: 16px;
	font-weight: bold;	
}


.relative {
    position: relative;
    width: 300px;
}
.absolute {
    position: absolute;
    width: 40px;
    left: 0px;
    top:0px;
}

/*-- リンク設定 --*/
a:link,
a:visited {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/*-- クリアーフィックス --*/

.clear-fix {
	display: inline-block;
}
.clear-fix:after {
	content:"."; display: block; clear: both; visibility: hidden; font-size: 0.1em; line-height: 0px;
}

/*-- レイアウト要素 --*/

#toppage {
	background: #ffffff center top;
}


.iPhoneBody {
  background-color: #ffffff;
}
.iPhoneHead {
  height: 35px;
  padding: 5px 0 0 5px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background-color: #FF8C00;
}
.iPhoneHead h1 {
  font-family: HiraKakuProN-W6;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btnBack {
	width: 36px;
	height: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: left;
	background:#ffae00;
	font-size: 14px;
	text-align:center;
	vertical-align:middle;
	padding:0 0 0 0 ;
}

.btnBack a {
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	font-style:bold;
	text-decoration: none;
}


.formArea {
	margin:10px 5px 10px 5px;
	border-bottom: solid 1px #d9d9d9;
	border-radius: 5px;
 	background-color: #ffffff;
}

div.ouboArea {
	margin:10px 5px 10px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 	background: #FFE4B5;
}

.nowform {
	font-size:20px;
	text-align: center;
	padding: 2px 10px 2px 10px;
}

.loginform {
	font-size:20px;
	text-align: left;
	padding: 5px 10px 20px 10px;
}

.loginform h1 {
	font-size:20px;
	color:#ff598b;
	text-align: left;
	padding: 10px 0 10px 0;
	text-overflow:ellipsis;
}

.loginform h2 {
	font-size:16px;
	text-align: left;
	padding: 5px 0 0 0;
}

.loginform h3 {
	font-size:12px;
	color:#ff0000;
	text-align: left;
	padding: 5px 0 0 0;
}

.loginform h4 {
	font-size:12px;
	color:#7D5224;
	text-align: left;
	padding: 5px 0 0 0;
}

.loginform input.sbm {
	padding: 5px;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 1px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFDEAD), color-stop(1, #FF8C00), to(#FF8C00)); 
}

.loginform input.ouboBtn {
	padding: 5px;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	border-color: #fff;
	border-width: 2px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 1px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FF0000), color-stop(1, #990000), to(#990000)); 
}

.nowform input.nowBtn {
	padding: 5px;
	margin-top: 1px;
	font-size: 16px;
	text-align: center;
	border-color: #fff;
	border-width: 2px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 1px;
	background:-webkit-gradient(linear, left top, left bottom, from(#0000ff), color-stop(1, #000099), to(#000099)); 
}

.loginform p{
	padding: 5px;
	text-align: center;
}

.regnewform {
	font-size:20px;
	text-align: left;
	padding: 5px 10px 20px 10px;
}

.regnewform h1 {
	font-size:20px;
	color:#ff598b;
	text-align: left;
	padding: 10px 0 10px 0;
	text-overflow:ellipsis;
}

.regnewform h2 {
	font-size:16px;
	text-align: left;
	padding: 5px 0 0 0;
}

.regnewform hr.line1 {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #999999;
	padding: 5px;
}

.regnewform input.sbm {
	padding: 5px;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 1px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFDEAD), color-stop(1, #FF8C00), to(#FF8C00)); 
}

.regnewform p{
	padding: 5px;
	text-align: center;
}

span.attention{
	color:#666666;
	font-size: 14px;
	text-align: left;
}

input.domain {
	font-size: 14px;
	text-align: left;
	width:80px;
}

input.email{
	width:280px;
	height:30px;
	font-size: 16px;
}

input.password{
	width:280px;
	height:30px;
	font-size: 16px;
}

.regformat {
	font-size:20px;
	text-align: left;
	padding: 10px 10px 0 10px;
}

.regformat h1 {
	font-size:18px;
	color:#ff598b;
	line-height:13px;
	text-align: left;
	padding: 10px 0 10px 0;
	text-overflow:ellipsis;
}

.regformat h2 {
	font-size:18px;
	text-align: left;
	padding: 5px 0 0 0;
}

.regformat input.nickname {
	width : 70%;
	font-size: 16px;
	padding: 2px;
	text-align: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.regformat input.address {
	width : 80%;
	height : 70px;
	font-size: 14px;
	padding: 2px;
	text-align: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.regformat input.year {
	width : 70px;
	font-size: 16px;
	padding: 2px;
	text-align: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.regformat select{
	font-size: 16px;
	padding: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.regformat input.regsubmit {
	font-size: 16px;
	padding: 2px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.regformat a.toplink:link {
	font-size: 16px;
	color:#0000ff;
}

.boxarea_top {
	background: url(../image/pre_top_navi_gray.png) right center no-repeat;
	background-position:277px 10px;
	float:none;
	clear:both;
	height: 30px;
	overflow:visible;
	text-align: left;
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	padding: 5px 0 5px 10px;
	
}

.Footer-navi-top {
	padding:10px 0 0 0;
}


.helplink {
	border-bottom: solid 2px #d9d9d9;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	text-overflow:ellipsis;
}

.helplinkarea {
	background: url(../image/pointer48.gif) no-repeat 100% 50%;
	background-size: 20px 15px;
}

.helplinkarea h1 {
	font-size:14px;
	line-height:14px;
	text-align: left;
	padding: 5px 0 5px 5px;
}

A.helptag { text-decoration : underline }
A.helptag:link { color : #1E90FF; }
A.helptag:hover { color : #1E90FF; }
A.helptag:active { color : #1E90FF; }
A.helptag:visited { color : #1E90FF; }

.helpcategory {
	background: #ffae00;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	text-color: #FFFFFF;
	text-align: center;
}

.helpmain {
	background: #FD7E00;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	text-color: #FFFFFF;
	text-align: center;
}

/* スマホページリニューアル */
/* TOPページ関連 */
div.toplogo {
	margin: 0;
	width: 100%;
}

dl.naviArea {
/*	border: solid 1px #999999;*/
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding : 10px 0 5px 0;
}

dl.naviArea div {
	float: left;
	margin: 0 0 0 6px;
}

dl.naviArea img {
	border: 1px solid #666;
	width: 70px;
	height: 70px;
}

dl.naviArea a { display: block; }

dl.naviArea dd {
	text-align: center;
	margin-left: 0;
	margin-top: 2px;
	font-size: 10px;
	color: #0000ff;
}


div.preinfo {
	width:100%;
/*	border: solid 1px #FD5959;*/
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #FD5959;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.preinfo h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}

div.prekuji {
	width:100%;
/*	border: solid 1px #FF9201;*/
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #ffae00;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.prekuji h2{
	color: #ffffff;
	font-size: 18px;
	padding: 0 0 0 10px;
}

div.preenta {
	width:100%;
/*	border: solid 1px #4FBF11;*/
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #4FBF11;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.preenta h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}

div.prepoint {
	width:100%;
/*	border: solid 1px #43B6EF;*/
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #43B6EF;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.prepoint h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}

div.preshop {
	width:100%;
/*	border: solid 1px #FF43A5;*/
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #FF43A5;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.preshop h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}


div.prestamp {
	width:100%;
/*	border: solid 1px #FF9201;*/
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #FDBE00;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.prestamp h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}

div.footer {
	width:100%;
	background: #6f392e;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0 3px 0;
	text-decoration: none;
}

.footer h2{
	color: #FCED73;
	font-size: 18px;
}

dl.footerNaviArea {
	width:100%;
	background: #FDBE00;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px 0 0 0;
#	border: dashed 1px #0000ff;
}


dl.footerNaviArea div {
	float: right;
	margin: 0 20px 0 0;
}

dl.footerNaviArea img {
	border: 1px solid #666;
	width: 24px;
	height: 24px;
}

dl.footerNaviArea a { display: block; }

dl.footerNaviArea dd {
	text-align: center;
	margin-left: 0;
	margin-top: 0;
	font-size: 8px;
	color: #0000ff;
}


div.premenu {
	background: #FFFFFF;
	border: solid 1px #999999;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 3px 0;
	margin: 5px 5px 5px 5px;
}

div.premenu a{
	text-decoration: none;
	color: #333333;
}

div.premenu2 {
	background: url(../image/pointer24.gif) no-repeat 96% 50%;
	background-size: 20px 15px;
	border-bottom: dashed 1px #000000;
	padding: 0 0 0 10px;
}

div.premenu2 p {    
    display: table-cell;
    vertical-align: middle;
    margin: 0;
	padding: 5px 10px 5px 5px;
}

* html .premenu2 p {
	display: inline;
	font-size:18px;
	font-weight:bold;
	line-height:32px;
	text-align: left;
}

div.shopArea{
	background: #FFFFFF;
	width: 100%;
	padding: 5px 0 5px 0;
}

div.infoArea{
/*	border-bottom: solid 1px #cccccc;*/
	width: 100%;
	background: #FFFFFF;
	padding: 0 0 0 0;
	text-align: left;
}

div.infolist{
	border-bottom: solid 1px #cccccc;
	width: 100%;
	padding: 5px 0 5px 0;
}

div.infolist a{
	text-decoration: none;
	color: #333333;
	padding: 0 0 0 10px;
}


.kujiArea {
	width : 100%;
/*	border-bottom: solid 1px #cccccc;*/
	padding: 0 0 0 0;
	overflow: auto;
	text-overflow:ellipsis;
	background-color: #ffffff;
}

.kujiArea a{
	text-decoration: none;
}

.kujilist {
	border-bottom: solid 1px #cccccc;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 2px 0 2px 10px;
/*	border: dashed 1px #ff0000;*/
}

.kujilistnon {
	border-bottom: solid 1px #cccccc;
	background-color: #cccccc;
	padding: 2px 0 2px 10px;
/*	border: dashed 1px #ff0000;*/
}

.kujilist h3 {
	font-size:18px;
	color:#e04283;
	line-height:20px;
	text-align: left;
	padding: 15px 0 5px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #00ff00;*/
}

.kujilist h4 {
	font-size:16px;
	color:#ff9900;
	text-align: left;
	padding: 5px 10px 8px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/
}

.kujilistnon h3 {
	font-size:18px;
	color:#e04283;
	line-height:20px;
	text-align: left;
	padding: 15px 0 5px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #00ff00;*/
}

.kujilistnon h4 {
	font-size:16px;
	color:#ff9900;
	text-align: left;
	padding: 5px 10px 8px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/
}

.kujiimg {
/*	border: dashed 1px #ff00ff;*/
	padding: 2px 5px 2px 0;
	float: left;
}

.newsArea {
	width : 100%;
/*	border-bottom: solid 1px #cccccc;*/
	padding: 0 0 0 0;
	overflow: auto;
	text-overflow:ellipsis;
	background-color: #ffffff;
	text-align:left;
}

.newsArea a{
	text-decoration: none;
}

.newslist {
	border-bottom: solid 1px #cccccc;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 5px 0 5px 10px;
	text-align:left;
/*	border: dashed 1px #ff0000;*/
}

.newslist h3 {
	width:90%;
	white-spce:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	font-size: 16px;
	text-align:left;
	color: #0000ff;
}

.newslist h3 a{
	font-size: 16px;
	color: #0000ff;
}

.gameArea {
	width : 100%;
/*	border-bottom: solid 1px #cccccc;*/
	padding: 0;
	overflow: auto;
	text-overflow:ellipsis;
	background-color: #ffffff;
}

.gameArea a{
	text-decoration: none;
}

.gamelist {
	border-bottom: solid 1px #cccccc;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 2px 0 2px 10px;
/*	border: dashed 1px #ff0000;*/
}


.gamelist h3 {
	font-size:18px;
	color:#e04283;
	line-height:20px;
	text-align: left;
	padding: 15px 0 5px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #00ff00;*/
}

.gamelist h4 {
	font-size:16px;
	color:#ff9900;
	text-align: left;
	padding: 5px 10px 8px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/
}

.gameimg {
/*	border: dashed 1px #ff00ff;*/
	padding: 2px 5px 2px 0;
	float: left;
}


.voteArea {
	width : 100%;
/*	border-bottom: solid 1px #cccccc;*/
	padding: 0 0 0 0;
	overflow: auto;
	text-overflow:ellipsis;
	background-color: #ffffff;
}

.voteArea a{
	text-decoration: none;
}

.votelist {
	border-bottom: solid 1px #cccccc;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 2px 0 2px 10px;
/*	border: dashed 1px #ff0000;*/
}


.votelist h3 {
	font-size:18px;
	color:#e04283;
	line-height:20px;
	text-align: left;
	padding: 15px 0 5px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #00ff00;*/

}

.votelist h4 {
	font-size:16px;
	color:#ff9900;
	text-align: left;
	padding: 5px 10px 8px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/

}

.voteimg {
/*	border: dashed 1px #ff00ff;*/
	padding: 2px 5px 2px 0;
	float: left;
}

.uranaiArea {
	width : 100%;
/*	border-bottom: solid 1px #cccccc;*/
	padding: 0 0 0 0;
	overflow: auto;
	text-overflow:ellipsis;
	background-color: #ffffff;
}

.uranaiArea a{
	text-decoration: none;
}

.uranailist {
	border-bottom: solid 1px #cccccc;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 2px 0 2px 10px;
/*	border: dashed 1px #ff0000;*/
}


.uranailist h3 {
	font-size:18px;
	color:#e04283;
	line-height:20px;
	text-align: left;
	padding: 15px 0 5px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #00ff00;*/

}

.uranailist h4 {
	font-size:16px;
	color:#ff9900;
	text-align: left;
	padding: 5px 10px 8px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/

}

.uranaiimg {
/*	border: dashed 1px #ff00ff;*/
	padding: 2px 5px 2px 0;
	float: left;
}

.uraentalist {
	border-bottom: solid 1px #cccccc;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 5px 0 5px 10px;
	text-align:left;
/*	border: dashed 1px #ff0000;*/
}

.uraentalist h3 {
	width:90%;
	white-spce:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	font-size: 16px;
	text-align:left;
	color: #0000ff;
}

.uranaiResArea {
	background:#ffffff;
	text-align:center;
	padding 0 0 10px 0;
}

.uranaiResTop {
	text-align:center;
	background: #f9459b;
	padding: 5px 5px 2px 5px;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 1px;
}

.uranaiReslogo {
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
	padding: 5px 10px 5px 5px;
}

.uranaiResmenu {
   margin:10px 0 10px 0;
   border-bottom: solid 1px #d9d9d9;
   border-top-left-radius: 12px;  /* 左上 */
   border-top-right-radius: 12px; /* 右上 */
   background-color: #f9459b;
}

.uranaiResmenu h1 {
  font-family: HiraKakuProN-W6;
  font-size: 20px;
  color: #ffc848;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.resultarea{
   margin:5px 5px 5px 5px;
   padding:5px 10px 5px 10px;
/*   border-bottom: solid 1px #d9d9d9;*/
   border-radius: 12px;
   background-color: #FFE4E1;
	border: solid 2px #ff598b;
}

div.resultarea h1{
  font-family: HiraKakuProN-W6;
  font-size: 20px;
  color: #FF6347;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.resultarea h2 {
  font-family: HiraKakuProN-W6;
  font-size: 16px;
  color: #666666;
  text-align: left;
}

div.resultarea h3 {
  font-family: HiraKakuProN-W6;
  font-size: 14px;
  text-align: left;
}


div.resultarea p {
	margin:15px 5px 8px 5px;
	text-align: center;
}

div.resultarea a {
	padding:10px 0 0 0;
	font-size:16px;
	color: #0000ff;
	text-decoration: none;
	text-align:right;
}

font.gray {
/*  	font-family: HiraKakuProN-W6;*/
  	font-size: 12px;
	color: #999;
  	text-align: left;
}
.changeArea {
	width : 100%;
/*	border-bottom: solid 1px #cccccc;*/
	padding: 0 0 0 0;
	overflow: auto;
	text-overflow:ellipsis;
	background-color: #ffffff;
}

.changeArea a{
	text-decoration: none;
}

.changelist {
	border-bottom: solid 1px #cccccc;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 2px 0 2px 10px;
/*	border: dashed 1px #ff0000;*/
}


.changelist h3 {
	font-size:18px;
	color:#e04283;
	line-height:20px;
	text-align: left;
	padding: 15px 0 5px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #00ff00;*/
}

.changelist h4 {
	font-size:16px;
	color:#ff9900;
	text-align: left;
	padding: 5px 10px 8px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/
}

.changeimg {
/*	border: dashed 1px #ff00ff;*/
	padding: 2px 5px 2px 0;
	float: left;
}

.afArea {
	width : 100%;
/*	border-bottom: solid 1px #cccccc;*/
	padding: 0 0 0 0;
	overflow: auto;
	text-overflow:ellipsis;
	background-color: #ffffff;
}

.afArea a{
	text-decoration: none;
}

.aflist {
	border-bottom: solid 1px #cccccc;
/*	background: url(../image/pointer24.gif) no-repeat 98% 50%;*/
	padding: 2px 0 2px 10px;
/*	border: dashed 1px #ff0000;*/
}

.aftabSelect {
	color:#333;
 	background: #ffffff;
}


.aflist h3 {
	font-size:18px;
	color:#e04283;
	line-height:20px;
	text-align: left;
	padding: 2px 0 2px 0;
	text-overflow:ellipsis;
/*	border: dashed 1px #00ff00;*/
}

.aflist h4 {
	font-size:16px;
	color:#333333;
	text-align: right;
	padding: 3px 5px 3px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/
}

.aflist h5 {
	font-size:16px;
	color:#ff0000;
	text-align: right;
	padding: 3px 5px 3px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/
}

.aflist h6 {
	font-size:16px;
	color:#ff9900;
	text-align: right;
	padding: 3px 5px 3px 15px;
	text-overflow:ellipsis;
/*	border: dashed 1px #0000ff;*/
}

.afichiran {
	border-bottom: solid 1px #cccccc;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 5px 0 5px 10px;
	text-align:left;
/*	border: dashed 1px #ff0000;*/
}

.afichiran h3 {
	width:90%;
	white-spce:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	font-size: 16px;
	text-align:left;
	color: #333;
}

.afimg {
/*	border: dashed 1px #ff00ff;*/
	margin: 2px 0 0 0;
	padding: 2px 0 2px 0;
	width: 125px;
	height: 65px;
	text-align: center;
	float: left;
}


.afnavi {
/*	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;*/

	background-color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
	font-size: 18px;
	color:#999;
	width:100%;
}

.afnavi li{
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 24.6%;
	padding : 5px 0 5px 0;
}

.afnavi li a{
	text-decoration: none;
	color: #333;
	
}

.afnavi li:first-child {
	border: none;
}

.buttonText {
  color: #fff;
}

.entryArea {
	width : 100%;
	padding: 0 0 0 0;
	overflow: auto;
	text-overflow:ellipsis;
}

.entryArea a {
	color: #333;
	text-decoration: none;
	float: left;
}

.entryArea p{
	font-size:18px;
	color: #00f;
}

#entrybutton {
	background: #fff;
	height: 30px;
	width: 140px;
	margin: 5px 0 5px 15px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 30px;

	/*Gradient*/
/*	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));*/
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#999)); 


	/*Shadow*/
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}

#entrybutton:hover {
	background-color: #aaa;
}


.myArea {
	width : 100%;
	padding: 0 0 0 0;
	overflow: auto;
	text-overflow:ellipsis;
	padding: 2px 0 2px 0;
}
.profArea {
	width : 235px;
	background-color: #fff;
	float: left;
	margin: 5px 0 5px 0;
/*	border: dashed 1px #ff0000;*/
}

.profile {
	width : 150px;
	background-color: #fff;
	float: left;
	padding: 5px 0 5px 5px;
	text-decoration: none;
/*	border: dashed 1px #00ff00;*/
}

.nickName {
	font-size: 14px;
	color: #333;
/*	border: dashed 1px #ff00ff;*/
}

.point {
	border: solid 2px #FD7E00;
	font-size: 14px;
/*	background-color: #FD7E00;*/
	padding: 5px 0 5px 0;
/*	border: dashed 1px #0000ff;*/
}

.welcomArea {
	width : 80px;
	background-color: #fff;
	float: left;
	padding: 5px 0 5px 0;
/*	border: dashed 1px #ffff00;*/
}

.petArea {
	width : 80px;
	height: 80px;
	background-color: #fff;
/*	background: url(../image/chara_bg80.gif) right center no-repeat;*/
	border: solid 1px #999999;
	float: left;
	margin: 5px 0 5px 2px;
}

.petImg {
	padding : 30px 0 0 0;
}

.petImg2 {
	padding : 0 0 0 0;
}

.PR {
	width : 100%;
	padding: 2px 0 2px 0;
	overflow: auto;
	text-overflow:ellipsis;
	margin-right:auto;
	margin-left:auto;
}


.friendurl {
	width: 200px;
	height: 7em;
	font-size: 16px;
}

/* 通常ページ関連 */
/* 説明用 */
.directionsArea {
	margin:10px 5px 10px 5px;
	border-bottom: solid 1px #d9d9d9;
	border-radius: 5px;
 	background-color: #FFE4B5;
}

.directionsform {
	font-size:20px;
	text-align: left;
	padding: 5px 10px 20px 10px;
}

.directionsform h2 {
	font-size:20px;
	color:#ff598b;
	text-align: left;
	padding: 10px 0 10px 0;
	text-overflow:ellipsis;
}

.directionsform p {
	font-size:16px;
	text-align: left;
	padding: 5px 0 0 0;
}

/* ニュース関連 */

.newsTextArea {
	text-align:center;
	padding 0 0 10px 0;
}

.newsTop {
	text-align:center;
	background: #6f392e;
	padding: 5px 5px 2px 5px;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 1px;
}

.newslogo {
	color: #FCED73;
	font-size: 18px;
	font-weight:bold;
	padding: 5px 10px 5px 5px;
}

.newsCate {
	text-align:left;
	background: #cccccc;
	padding: 10px 5px 10px 5px;
}

.plist {
	border-radius:2px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#999)); 
	padding: 5px 5px 5px 5px;
	font-size: 14px;
}

.plist a{
	text-decoration: none;
	color: #333;
}

.newsTitle {
	text-align:left;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
}

.newsTitle h1{
	text-align:left;
	font-size:18px;
	font-style:bold;
	color: #333;
}

.news2Title {
	text-align:left;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
}

.news2Title h1{
	text-align:left;
	font-size:18px;
	font-style:bold;
	color: #333;
}

.newsDate {
	text-align:right;
	font-size:12px;
}

.newsText {
	text-align:left;
	font-size:14px;
	padding: 10px 5px 10px 5px;
}

.newsErr {
	text-align:center;
	font-size:14px;
	padding: 5px;
	color: #ff0000;
}

.newsComment {
	padding: 10px 0 5px 0;
	text-align:center;
/*	border: dashed 1px #0000ff;*/
}

.newsCommentFormArea {
	padding: 10px 0 10px 0;
}

.newsComText {
	width: 200px;
	height: 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.newsCommentFormArea {
	background: #FFF1E3;
}

.newsComHed {
	text-align:left;
}

.commentWriter {
	font-weight:bold;
	font-size:16px;
/*	border-bottom: solid 1px;*/
	padding: 5px 5px 2px 5px;
/*	border: dashed 1px #0000ff;*/
}

.newsComView {
	text-align:left;
	padding: 5px 5px 5px 5px;
	margin: 2px 5px 2px 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFE4E1;
}

.newsComViewText {
	text-align:left;
	font-size:16px;
}

.newsComViewDate {
	text-align:right;
	font-size:12px;
}

.newsComAgreeWriter {
/*	text-align:left;*/
	text-align:right;
	font-weight:bold;
	font-size:12px;
/*	border-bottom: solid 1px;*/
	padding: 2px 5px 2px 5px;
/*	border: dashed 1px #0000ff;*/
}

.newsComAgreeView {
	text-align:left;
	font-size:12px;
	padding: 5px 5px 5px 5px;
	margin: 2px 5px 2px 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #E0FFFF;
}

.newsComAct {
	text-align:right;
	padding: 5px 5px 5px 5px;
}

.newsComDel {
/*	float:right;*/
}

.commentAgree {
	float:right;
	padding: 0 10px 0 10px;
}

.newsIchiranArea {
	background:#ffffff;
	text-align:center;
	padding 0 0 10px 0;
}


.newsAllArea {
/*	background: #FFF1E3;*/
	text-align:center;
	padding: 5px 70px 5px 70px;
}

.newsAllArea a{
	text-align:center;
	text-decoration: none;
	color: #333;
}

.newsAll {
	background: #fff;
/*
	height: 30px;
	width: 200px;
*/
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#999)); 
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

}

.newsMoreArea {
	background: #ffffff;
	text-align:center;
	padding: 2px 70px 2px 70px;
}

.newsMoreArea a{
	text-align:center;
	text-decoration: none;
	color: #FF1493;
	font-size:18px;
}

.newsMore {
	background: #fff;
/*
	height: 30px;
	width: 200px;
*/
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); 
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

}


/*アンケート関連*/
.ankeArea,.voteArea {
	text-align:center;
	padding 0 0 10px 0;
/*	border: dashed 1px #0000ff;*/

}

.ankeLogo,.voteLogo,.gameLogo {
	margin: 0;
	width: 100%;
}

.ankeTitle, .voteTitle {
	text-align:left;
	background: #FFF1E3;
	padding: 5px 5px 5px 5px;
/*	border: dashed 1px #0000ff;*/
}

.ankeTop, .voteTop {
	font-size: 16px;
	background: #FD7E00;
	color: #fff;
	padding: 5px 0 5px 0;
}

.ankeTitle h1,.voteTitle h1 {
	text-align:left;
	font-size:18px;
	font-style:bold;
	color: #333;
}

.ankeDateArea,.voteDateArea {
	text-align:right;
	font-size:12px;
}

.ankeRankArea, .voteRankArea {
	text-align:left;
	font-size:16px;
	padding: 0 0 10px 0;
}

.ankeRankList {
	border-bottom: solid 1px #ffd128;
	background: url(../image/fukidasi_icon24.gif) no-repeat 98% 50%;
	padding: 10px 30px 10px 10px;
	font-size: 16px;
/*	border: dashed 1px #ff0000;*/
}

.ankeRankArea a {
	text-decoration: none;
	color: #333;
}


.ankeComHed {
	text-align:left;
}

.ankeWriter {
	font-style:bold;
	font-size:14px;
/*	border-bottom: solid 1px;*/
	padding: 5px 5px 2px 5px;
/*	border: dashed 1px #0000ff;*/
}

.ankeComView {
	text-align:left;
	padding: 5px 5px 5px 5px;
	margin: 2px 5px 2px 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFE4E1;
}

.ankeComViewText {
	text-align:left;
	font-size:14px;
}

.ankeComRankName {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color: #ff116e;
}

.ankeComViewDate {
	text-align:right;
	font-size:12px;
}

.ankeListArea, .voteListArea {
	text-align:left;
	font-size:16px;
	padding: 0 0 10px 0;
}

.ankeList, .voteList {
	border-bottom: solid 1px #ffd128;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 10px 20px 10px 10px;
	font-size: 16px;
/*	border: dashed 1px #ff0000;*/
}

.ankeListArea a,.voteListArea a {
	text-decoration: none;
	color: #333;
}

.ankeFormArea, .voteFormArea {
	text-align:center;
	font-size:16px;
	bgcolor:#fff;
}

.ankeRadioArea {
	border: solid 1px #aaa;
	text-align:left;
	padding: 0 0 0 0;
	margin: 5px 5px 10px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #FFF1E3;
}

.ankeRadio {
	border-bottom: solid 1px #aaa;
	font-size:18px;
}

.ankeRadio {
	padding: 5px 5px 5px 5px;
	font-size:18px;
}

.ankeCommentMore{
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

.voteBTNArea{
	text-align:center;
	padding: 5px;
}

.voteGraphArea {
	text-align:center;
}

input.voteBTN1 {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FF0000), color-stop(1, #FF0000), to(#FF0000));
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

input.voteBTN2 {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#0000FF), color-stop(1, #0000FF), to(#0000FF)); 
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.voteComRankName1 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color: #f00;
}

.voteComRankName2 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color: #00f;
}

div.votemidashi {
	width:99%;
	border: solid 1px #FF9201;
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #FF9201;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.votemidashi h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}


.voteResultArea {
	text-align:center;
	margin:0 0 10px 10px;
}

.voteResult {
	width: 99%;
	font-size:16px;
}

tr.voteResultLine1 {
	background-color:#FFF;
}

tr.voteResultLine2 {
	background-color:#FFF;
}

td.voteText {
	width: 89%;
	text-align:left;
	padding: 2px 0 2px 0;
	color:#4682B4;
}

td.voteMark1 {
	width: 10%;
	text-align: center;
	background-color: #f00;
	color: #f00;
}

td.voteMark2 {
	width: 10%;
	text-align: center;
	background-color: #00f;
	color: #00f;
}

/* ウェルカムポイント関連 */

.welshopBTN {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FF0000), color-stop(1, #FF0000), to(#FF0000));
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

div.welmidashi {
	width:99%;
	border: solid 1px #FF9201;
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #FF9201;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.welmidashi h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}

/* ゲーム関連 */
.gameArea {
	text-align:center;
	padding 0 0 10px 0;
/*	border: dashed 1px #0000ff;*/
}

.gamePointListArea {
	text-align:left;
	padding 0 0 0 0;
/*	border: dashed 1px #0000ff;*/
}

.gamePointArea {
	text-align:right;
	padding: 5px 10px 5px 0;
	border-top: solid 2px #d7bc00;
/*	border: dashed 1px #0000ff;*/
	font-size: 16px;
}

.gamePointArea span{
	color: #ff0000;
	font-size:18px;
}

.gameTrampArea {
	text-align:center;
	padding:10px 0 10px 0;
	border-top: solid 2px #d7bc00;
/*	border: dashed 1px #0000ff;*/
}

.gameTrampStartArea {
	text-align:center;
	padding:5px 0 5px 0;
	border-top: solid 2px #d7bc00;
	border-bottom: solid 2px #d7bc00;
/*	border: dashed 1px #0000ff;*/
}

input.gameStartBTN {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FF0000), color-stop(1, #FF0000), to(#FF0000));
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.gameNextBTN1 {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FF0000), color-stop(1, #FF0000), to(#FF0000));
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	margin:5px
}

.gameNextBTN2 {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#0000FF), color-stop(1, #0000FF), to(#0000FF)); 
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	margin:5px;
}

div.gamemidashi {
	width:99%;
	border: solid 1px #FF9201;
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #FF9201;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.gamemidashi h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}

.gamePointList {
	border-bottom: solid 1px #ffd128;
	background: url(../image/pointer24.gif) no-repeat 98% 50%;
	padding: 10px 20px 10px 10px;
	font-size: 16px;
/*	border: dashed 1px #ff0000;*/
}

.gamePointList a {
	text-decoration: none;
	color: #333;
}

/* キャラ関連 */
.petMainArea {
	text-align:center;
	padding 0 0 10px 0;
}

.petLogo {
	margin: 0;
	width: 100%;
}

.petOwnName {
	text-align:center;
	padding: 2px 0 0 0;
	background: #FF9201;
}

.petOwnName h2{
	color:#fff;
	font-size:12px;
}

.petNaviArea {
	background: #FF9201;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding : 5px 0 0 0;
	height : 60px;
}

.petNaviArea div {
	float: left;
	margin: 0 0 0 8px;
}

.petNaviArea img {
	width: 54px;
	height: 54px;
}

.petNaviArea a { display: block; }

.petmidashi {
	width:100%;
	border: solid 1px #FF9201;
	top-left-radius: 8px;
	top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #FF9201;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 0;
}

.petmidashi h2{
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 0 0 10px;
}

.petMyArea {
	height: 160px;
	background:#fff;
}

.petMyArea2 {
	height: 120px;
	background:#fff;
}

.petChange {
	float: left;
	border:1px #aaa solid;
	margin: 5px 5px 0 5px;
}

.petMypet {
	float: left;
	margin: 5px 0 0 0;
}

.petMypet2 {
	float: left;
	margin: 5px 0 0 10px;
}

.petMypet3 {
	float: left;
	margin: 10px 0 0 20px;
}

.petImageBack {
	position:absolute;
	border:1px #aaa solid;
	z-index:0;
}

.petImageItem1 {
	position:absolute;
	z-index:1;
}

.petImageItem2 {
	position:absolute;
	z-index:2;
}

.petImageItem3 {
	position:absolute;
	z-index:3;
}
.petImagePet {
/*	position:relative;*/
	position:absolute;
/*	top:105px;
	left:55px;*/
	padding: 105px 0 0 55px;
	z-index:4;
}

.petSetpet {
	margin-left: 85px;
}

.petSetImageBack {
	position:absolute;
	border:1px #aaa solid;
	z-index:0;
}

.petSetImageItem1 {
	position:absolute;
	z-index:1;
}

.petSetImageItem2 {
	position:absolute;
	z-index:2;
}

.petSetImageItem3 {
	position:absolute;
	z-index:3;
}
.petSetImagePet {
	position:absolute;
	padding: 105px 0 0 55px;
	z-index:4;
}

.petSetForm {
	float:left;
	background:#ffffff;
}


.petSetForm div {
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}

.petImageSet {
	padding: 20px 0 10px 0;
}

.petInfo {
	float: left;
	margin: 5px 0 0 155px;
	width: 130px;
	text-align:left;
	padding: 2px;
}

.petInfoTxt {
	font-size:12px;
	color:#00f;
}

.petInfoList {
	font-size:14px;
	color:#000;
}

.petInfo2 {
	float: left;
	margin: 5px 20px 0 130px;
/*	width: 130px;*/
	text-align:left;
	padding: 2px;
/*	border:dashed 1px #f00;*/
}

.petInfoTxt2 {
	font-size:16px;
	color:#000;
}

.petInfoList2 {
	font-size:16px;
	color:#000;
}

.petIjiru {
	width : 100%;
	padding: 5px 0 5px 0;
	overflow: auto;
	text-overflow:ellipsis;
	background:#fff;
}

.petHistoryArea {
}

.petHistoryArea a{
	text-decoration: none;
}

.petComment {
	width : 98%;
	height: 50px;
	padding : 2px 0 2px 10px;
	border-top: solid 1px #aaa;
	text-align: left;
	background: #fff;
}

.petCommentImg {
	padding: 5px 2px 5px 5px;
	float: left;
}

.petCommentInfo {
	float: left;
	padding: 2px 2px 2px 10px;
}

.petCommentName {
	color: #000;
}

.petCommentTime {
}

.petCommentMark {
	padding: 10px 10px 0 0;
	float: left;
}

.petSearchArea {
	text-align:center;
}

.petSearchTxt {
	width: 200px;
	height: 30px;
}


.petEditArea {
	text-align:left;
	padding:5px 0 5px 10px;
}

.petNameEdit {
	font-size:16px;
	color:#000000;
}

div.petNameSet {
	font-size:14px;
	color:#0000ff;
}

input.petNameSet {
	font-size:16px;
	width:250px;
	height:30px;
	margin:2px 0 5px 0;
}

textarea.petCommentArea {
	font-size:16px;
	width:250px;
	height:30px;
	margin:2px 0 5px 0;
}

.petIjirizumi {
	font-size:18px;
	color:#FD5959;
}

.petSelectArea {
	padding: 2px 0 2px 20px;
}

.petSelectImg {
	float:left;
}

.petSelectDetail {
	float:left;
	padding:5px 0 5px 10px;
/*	border: dashed 1px #ff0000;*/
}

.petSelectDetail h3{
	text-align:left;
	font-size:16px;
	padding:2px;
}

.petSelectDetail h4{
	text-align:left;
	font-size:16px;
	padding:2px;
}

.petImgListArea {
	padding: 2px 0 2px 10px;
}

.petImgList{
	width: 100%;
	padding: 5px 0 0 0;
	margin: 0 auto;
/*	border: dashed 1px #ff0000;*/
}

.petImgList li{
	display: block;
	width: 100px;
	height: 104px;
	float: left;
/*	border: solid 1px #999999;*/
}

.petImgList li p{
	font-size:10px;
}

.petImgList li a img{
	border: solid 1px #999999;
	background : #ffffff;
}


.petFukidashi {
	background-image: url(../image/petFukidashi.png);
	background-repeat: no-repeat;
	background-position: 100px 0;
	height:80px;
/*	border: dashed 1px #f00;*/
}

.petFukidashi p {
	font-size:14px;
	color: #333;
	text-align: left;
	padding: 10px 30px 0 115px;
}

td.petMemento {
	font-size:12px;
	color: #ff4500;
	background: #fff;
	text-align: left;
}

.petTencho {
	float:left;
	height:80px;
	widht:120px;
	margin: 30px 0 0 30px;
}

.petTencho2 {
	float:left;
	height:80px;
	widht:120px;
	margin: 0 0 0 10px;
}

.petIjiruCom {
	float:left;
	height:80px;
	widht:120px;
	margin: 0 0 0 10px;
}

#open00,
#open01,
#open02,
#open03,
#open04,
#open05,
#open06,
#open07,
#open08,
#open09,
#open10,
#open11,
#open12,
#open13,
#open14,
#open15,
#open16,
#open17,
#open18,
#open19,
#open20,
#open21,
#open22,
#open23,
#open24,
#open25,
#open26,
#open27,
#open28,
#open29,
#open30 {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}


.petComHed {
	text-align:left;
}

.petComWriter {
	font-weight:bold;
	font-size:16px;
/*	border-bottom: solid 1px;*/
	padding: 5px 5px 2px 5px;
/*	border: dashed 1px #0000ff;*/
}

.petImgView {
	margin:left;
	padding:5px 10px 0px 10px;
	float:left;
}

.petComView {
	text-align:left;
	padding: 5px 5px 5px 5px;
	margin: 2px 5px 2px 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFE4E1;
	width:240px;
	float:left;
}

.petComViewText {
	text-align:left;
	font-size:16px;
}

.petComViewDate {
	text-align:right;
	font-size:12px;
}

.petListArea {
	text-align:center;
	font-size:18px;
	padding: 10px 0 10px 0;
}

.petZukanArea {
	position:relative;
	background: #d6b879;
	overflow:hidden;
}


.petZukanArea ul {
	position:relative;
	left:50%;
	float:left;
}


.petZukanArea li {
	position:relative;
	left:-50%;
	float:left;
}

.petZukanArea li a{
	text-decoration: none;
}


.petZukanBtn1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding: 5px 10px;
	margin: 10px 10px 0 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#f2f2f2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#f2f2f2));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.petZukanBtn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
	padding: 5px 10px;
	margin: 10px 10px 0 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#f2f2f2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#f2f2f2));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.modal_window {
	top: 10px;
	left: 40px;
/*	margin: -150px 0 0 -200px;*/
	width: 240px;
	height: 300px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
}

.modal_window h2 {
	margin-bottom: 20px;
	width: 240px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #000;
}
.modal_window p {
	padding: 2px 15px 2px 15px;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}

#modal_botton {
	text-decoration: none;
	background: #fff;
	height: 20px;
	width: 100px;
	margin: 5px 0 5px 15px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 20px;
	float:left;

	/*Gradient*/
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#999)); 
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn;
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}

textarea.petCommentSet {
	font-size:16px;
	width:250px;
	height:3em;
	margin:2px 0 5px 0;
}

.padvArea {
	text-align: left;
	background: #fff;
	padding: 5px 10px 5px 10px;
}

.padvImg {
	background: #fff;
	padding: 5px 0 5px 0;
}

.padvCatch {
	width:90%;
	text-align: center;
	background: #fff;
	padding: 5px 10px 5px 10px;
	color:#000080;
	font-size:18px;
	font-style:bold;
}

.padvText {
	text-align: left;
	color:#333;
	font-size:16px;
}

.padvName {
	text-align: center;
	background: #ddd;
	color:#333;
	font-size:16px;
	padding: 2px 10px 2px 10px;
}

.errmsg {
	text-align:center;
	font-size:14px;
	color:#ff0000;
}

input.petIjiruBTN {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFDEAD), color-stop(1, #FF8C00), to(#FF8C00)); 
}

input.btn1 {
	padding: 5px;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFDEAD), color-stop(1, #FF8C00), to(#FF8C00)); 
}

input.btn2 {
	padding: 2px;
	margin-top: 2px;
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFDEAD), color-stop(1, #FF8C00), to(#FF8C00)); 
}

.btn3 {
	width: 90px;
	padding: 2px;
	margin-top: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FF0000), color-stop(1, #FF0000), to(#FF0000)); 
}

.btn4 {
	width: 90px;
	padding: 2px;
	margin-top: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#999999), color-stop(1, #999999), to(#999999)); 
}

.btn7 {
	width: 90px;
	padding: 2px;
	margin-top: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#0000ff), color-stop(1, #0000ff), to(#0000ff)); 
}

.NaviArea {
	width:100%;
/*	border: dashed 1px #ff0000;*/
	margin: 5px 0 5px 0;
}

.nextNaviArea {
	width:168px;
	margin-left: auto;
	margin-right: auto;
/*	border: dashed 1px #0000ff;*/
}

.nextNaviArea a{
	text-decoration: none;
}

.nextNavi {
	width:60px;
	text-align:center;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border: solid 3px #ddd;
	font-size:20px;
	color:#FFF;
	background:#FD7E00;
	float: left;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 15px;
}

.nextNaviF {
	margin-left: auto;
	margin-right: auto;
	width:60px;
	text-align:center;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border: solid 3px #ddd;
	font-size:20px;
	color:#FFF;
	float: right;
	background:#FD7E00;
	padding: 2px 5px 2px 5px;
}

.prevNavi {
	width:60px;
	text-align:center;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	border: solid 3px #ddd;
	font-size:20px;
	color:#FFF;
	background:#FD7E00;
	float: left;
	padding: 2px 5px 2px 5px;
}

.red {
	color:#f00;
	font-size:18px;
}

.blue {
	color:#00f;
	font-size:18px;
}

.btn5 {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#FD7E00), color-stop(1, #FD7E00), to(#FD7E00)); 
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	margin:5px 0 10px 0;
}

.btn6 {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#999999), color-stop(1, #999999), to(#999999)); 
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	margin:5px 0 10px 0;
}

.btn8 {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#c3113a), color-stop(1, #c3113a), to(#c3113a)); 
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	margin:5px 0 10px 0;
}

.btn9 {
	width: 240px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#f0757b), color-stop(1, #f0757b), to(#f0757b)); 
	border: solid 2px #eee;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	tex-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	margin:5px 0 10px 0;
}

.font18{
	font-size:18px;
}

.font16{
	font-size:16px;
}

.font14{
	font-size:14px;
}

.font12{
	font-size:12px;
}

.font10{
	font-size:10px;
}

.td1{
	padding:2px 5px 2px 5px;
	font-size:18px;
	font-weight:bold;
	color:#ff598b;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height:0;
	clear: both;
	visibility: hidden;
}

.disnon {
  display: none;
}

