@media (max-width:659px){/* 横幅が 659px 以下であれば */
	ul{
		padding: initial;
	    padding-left: 1em;
	}
	img{
		width: 100%;
	}
}

@media (min-width:980px){
	main {
			width: 100%;
		    max-width: 720px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-top: 0px;
		    margin-bottom: 0px;
	}
	div.psl{
	    margin-left: 10%;
	}
}

div.psl{
    margin-left: 0%;

}
@media (max-width:979px){
	main {
			width: 90%;
//		    max-width: 720px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-top: 0px;
		    margin-bottom: 0px;
	}
}

@media (min-width:641px){
	#Add_User_Name1,#Add_User_Name2,#Add_User_Name3{
		width:80% !important;
	}
}

#Add_User_Name1,#Add_User_Name2,#Add_User_Name3{
		width:40%;
}

.firstPst,.pst,.lastPst{
    font-weight: normal;
    font-size:1.3em;
    line-height: 120%;
    padding: 0.8em 0em 0em 0;
    width: 100%;
    height:120%;

}
.firstPsd,.psd,.lastPsd{
	border-top:none;
	border-bottom: 1px dotted #999999;
    color: #696969;
    padding: 0.5em 0 1.5em 2em;
    line-height: 180%;
}

.firstPsd input,.psd input,.lastPsd input{
	
    background-color: #f0f0f0;
    font-size:1.1em;
    border:none;
    width:80%;
    max-width:458px;
}
.firstPsd input:hover,.psd input:hover,.lastPsd input:hover{
	    background-color: #efefef;
}
input:focus:placeholder-shown {
color: transparent;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder {
color: transparent;
}
input:focus::-ms-input-placeholder {
color: transparent;
}


#required {
    color: #990000;
    font-size: 1.2em;
    font-weight: bold;
}
#Normal {
    color: #333333;
}
a:link {
    color: #152F99;
}
a:hover {
    color: #00A8E6;
}
a:active {
    color: #00A8E6;
}
hr {
    display: none;
}
#header {
    margin: 0 auto;
    max-width: 680px;
    width:100%;
}
#logo {
    padding: 0;
}
#logo h1 {
    color: #313131;
    font-size: 26px;
    text-align:center;
}
#logo p {
    color: #313131;
    font-size: 20px;
    margin: 0;
    padding: 10px 0 0 5px;
}
#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    max-width: 680px;
    width:100%;
    margin:auto;
    padding:auto;
    clear:both;
}
#page {
    margin: 0 auto;
    padding: 0;
    max-width: 680px;
    width:100%;

}
#content {
    margin: 0px;
    padding: 0;
    max-width: 680px;
    width:100%;

}
.post {

}
.post .title {
	border-bottom: 1px solid #999;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px center;
    color: #333333;
    font-size: 190%;
    line-height: 1.5;
    margin: 56px 0px 10px -8px;
    padding: 5px;
    text-align: center;
}
.mustFields{
	color:#cc0000;
}

#goto_confirm{
	width:80%;
	max-width:400px;
	background-color:navy;
	color:white;
	font-size:1.2em;
	font-weight:bolder;
}
#sb{
	width:80%;
	max-width:400px;
	background-color:#008061;
	color:white;
	font-size:1.2em;
	font-weight:bolder;
}
#reset{
	width:80%;
	max-width:400px;
	background-color:white;
	border:1px solid navy;
	color:navy;
	font-size:1.2em;
	font-weight:bolder;
}

#goback{
	width:80%;
	max-width:400px;
	background-color:white;
	border:1px solid navy;
	color:navy;
	font-size:1.2em;
	font-weight:bolder;
}



#confirm_box{

    border: 1px solid gray;
    padding: 20px 5%;
    text-align:center;
    margin-bottom:20px;
}
#conf_table{
	background-color: gray;

    width: 100%;
}
#conf_table tr td:first-child{
	background-color:#dbdbdb;
	border-bottom:1px solid gray;
	border-left:1px solid #cccccc;
	width:35%;
    color: #333;
    padding:20px 1%;
}
#conf_table tr td:last-child{
	background-color:#ffffff;
	border-bottom:1px solid gray;
	border-right:1px solid #cccccc;	
	width:55%;	
	text-align:left;
    color: #666;
	padding:20px 1%;
}

input.xp{
    width: 30px;
    height: 1.0em;
}
ul.ulxp{
	list-style:none;
}
ul.ulxp label{
	font-size: 1.4em;
}

.chk_box{
	width:50px!important;
    font-size: 1.2em!important;
    height: 1.2em!important;
}