@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0;}
body{font-size:14px;}
a{color:#104f6c;}
img{border:none;}
ul{list-style:none;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix{
    /*display:inline-block;*/
    min-height:1%; /*for IE7*/
}


/*======================================================
	Layout
======================================================*/
#ptHeader{
	height:104px;
	background:url(../../img/top_image/body_bg.jpg) repeat-x 0 93px;
	margin-bottom:30px;
}
#ptHeadertrial{
	height:197px;
	background:url(../../img/top_image/body_bg.jpg) repeat-x 0 185px;
	margin-bottom:30px;
}
#ptWrapper{
	width:950px;
	margin:0 auto;
}
#ptMain{
	width:625px;
	float:left;
}
#ptSide{
	width:295px;
	float:right;
}
#ptFooter{
	background:url(../../img/top_image/footer_bg.jpg) repeat-x;
	text-align:center;
	font-size:12px;
	padding:12px 0 10px;
	margin-top:20px;
}
.minfo {
	border: 2px solid #FF0000;
	background-color: #FFF4F4;
	padding:5px;
	margin-bottom:10px;
}
.minfo p.mtext {
	font-weight:bold;
	margin-bottom:10px;
}
.minfo p.mtime {
	color:red;
}
.jsinfo {
	border: 2px solid #FF0000;
	background-color: #FFF4F4;
	padding:10px;
	margin-bottom:10px;
	font-size:18px;
}
/*======================================================
	Parts
======================================================*/

p.link{
	text-align:right;
	margin-top:10px;
}
p.link a{
	background:url(../../img/top_image/icon_tri.jpg) no-repeat 0 5px;
	padding:0 0 0 10px;
}
p.text{line-height:1.6em;}


/*======================================================
	ptHeader
======================================================*/
#ptHeader .inner{
	margin:0 auto;
	width:950px;
	position:relative;
}
#ptHeader h1{
	position:absolute;
	top:13px;
}
#ptHeader p{
	position:absolute;
	top:34px;
	right:0;
}
#ptHeadertrial .inner{
	margin:0 auto;
	width:950px;
	position:relative;
}
#ptHeadertrial h1{
	position:absolute;
	top:13px;
}
#ptHeadertrial p{
	position:absolute;
	top:34px;
	right:0;
}

/*======================================================
	ptMain
======================================================*/

/*-----------------------------------------------
	ptBox
-----------------------------------------------*/
div.ptBox{
	background-color:#e2e6e9;
	width:300px;
	height:160px;
	margin:30px 0;
}
div.ptBox.ptFirst{
	background-color:#efefef;
	width:auto;
	height:auto;
	padding-bottom:20px;
}
div.ptBox.ptMobile {
	background-color: #EFEFEF;
	width: auto;
	height: auto;
	padding-bottom:20px;
}
div.ptBox.ptMobile .qr{
	text-align: center;
	padding-top:5px;
	font-size:12px;
}
div.ptBox.ptMobile .ptMobiletext{
	width:auto;
	padding:0 20px;
}
div.ptBox h2{
	background:#fff url(../../img/top_image/ptbox_bg.jpg) repeat-x 0 bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}
div.ptBox p.btn{
	text-align:center;
	margin-bottom:10px;
}
div.ptBox p.forget{
	text-align:center;
	font-size:12px;
	margin-top: 15px;
    margin-bottom: 15px;
}
div.ptBox p.forget a{
	/*background:url(../../img/top_image/icon_forget.jpg) no-repeat 0 0;*/
	padding:0 0 3px 3px;
	color: #000000;
}

div.ptBox p.forget a::before {
	content: "・";
}
div.ptBox ul.follow{
	margin-left:30px;
	margin-top:15px;
}
div.ptBox ul.follow li{
	display:inline;
	margin-right:10px;
}
div.ptBox ul.follow li a{
	background:url(../../img/top_image/icon_link.jpg) no-repeat 0 0;
	padding:1px 0 3px 20px;
}
div.ptBox.l{float:left;}
div.ptBox.r{float:right; margin-left:20px;}

/*-----------------------------------------------
	ptNews
-----------------------------------------------*/
div.ptNews dl{
	margin-top:13px;
	margin-left:10px;
}
div.ptNews dl dt{
	color:#666;
	margin-bottom:8px;
}
div.ptNews dl dd{
	border-bottom:1px dotted #999;
	margin-bottom:8px;
	padding-bottom:8px;
}


/*======================================================
	#ptSide
======================================================*/
div.ptFirst{
	margin:0 0 20px 0;
}


.ptMente,
.ptError{
	margin-bottom:20px;
}

.ptMente h2,
.ptError h2{
	margin-bottom:10px;
}
p.date{
	border:1px dotted #999;
	padding:5px 5px 5px 15px;
	font-weight:bold;
	font-size:15px;
	margin:5px 0;
}
p.date.orange{
	color:#F30;
}


.ptBorderBox{
	border:1px solid #c1c1c1;
	background-color:#f1f1f1;
	margin-bottom:20px;
	padding-bottom:10px;
}
.ptBorderBox h2{
	margin:15px 15px 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
ul.ptRequest{
	margin-left:13px;
}
ul.ptRequest li{
	background:url(../../img/top_image/icon_request.jpg) no-repeat 0 6px;
	padding:0 0 0 15px;
	margin-bottom:5px;
}
ul.ptRelated{
	margin-left:13px;
}
ul.ptRelated li{
	background:url(../../img/top_image/icon_related.jpg) no-repeat 0 6px;
	padding:0 0 0 15px;
	margin-bottom:5px;
}

/*======================================================
	ptFooter
======================================================*/
.splogin_desc {
	margin-left:15px;
	margin-right: 15px;
	margin-top:15px;
}

.splogin_desc p {
	margin-bottom: 10px;
}