@charset "UTF-8";
/*
* confirm.css
* Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com
* v3.0
* Last update 170204
*/


/*-----------------------------------------------------

@global

------------------------------------------------------*/
html,body{
	color:#222;
	background-image: url(../img/common/bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#wrapper{
	width:1024px;
	margin:0 auto;
	background:#FFF;
}
header{
	margin:0 auto;
}

header h1 img{
	width:100%;
}


#contents{
	width:1024px;
	margin:0 auto;
	padding:20px 0;
}


#container{
	margin: 10px 0 50px;
}


.inner{
	width:980px;/*640px*/
	margin:0 auto;
}


footer{
}




h1{
	font-size:16px;
}

h2.form-ttl{
	text-align:center;
	font-size:20px;
	width:100%;
	margin:0 auto 30px;
	color:#000;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

h3{
	text-align: center;
	font-size: 14px;
	padding: 0 0 20px;
	color: #444;
}

h3 span{
	display:inline;
}


.txt-block {
	/*
	margin: 0 0 15px;
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
	*/
	margin: 0 0 5px;
    padding: 10px 0 5px;
    border-bottom: 1px dotted #CCC;
}


.form-elem-ttl{
	padding: 0;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 25px 0 0;
    text-align: left;
}

.form-elem-value{
	line-height: 1.7;
    padding: 0;
    font-size: 18px;
    word-wrap: break-word;
	display: block;
    /*width: 495px;
    float: left;*/
}


#photo{
	padding: 0 0 10px;
}

#photo img{
	width:395px;
	height:207px;
}



/*-----------------------------------------------------

@btn

------------------------------------------------------*/
.inputSubmit{
	cursor: pointer;
	color: #FFFFFF;
	width: 60%;
	background: #f39700 no-repeat center;
	border: none;
	line-height: 60px;
	font-size: 16px;
	margin: 30px auto 15px;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	text-align: center;
	padding: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

.inputSubmit:hover{
	background: #ff2d6d;
}


#modified{
	width: 60%;
	margin: 0 auto 15px;
}


.review-caption{
	clear: both;
	padding:0;
	color: #888;
	font-size: 12px;
    line-height: 1.8;
	letter-spacing:0;
	padding-left:10px;
}
.review-caption li {
    text-indent: -1em;
    padding-left: 1em;
}

.review-caption span{
	color:#444;
	padding-left: 1em;
}

#default-review-caption{
	width: 420px;
    margin: 0 auto;
}

/****************************************

@wait-wrapper

****************************************/
#wait-container{
	background: rgba(0,0,0,0.1);
    color: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20000;
    color: #444;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
	
	display:none;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	
}
#wait-txt{
	top: 40%;
    left: 50%;
    width: 150px;
    padding: 10px;
    margin: 0px -75px;
    background: #FFF;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    position: absolute;
}
#wait-txt img{
	width:32px;
	height:32px;
	display:block;
	margin:10px auto;
}
#confirm-btn-modify{
	width:320px;
}

#post-img-ttl{
	/*color: #ff4a81;*/
	color:#000;
    text-align: center;
    padding: 0 0 10px;
	font-size:16px;
}

#post-img-container{
    width: 530px;
    float: left;
	padding: 0 0 0 10px;
}
#confirm-elem-container{
    width: 390px;
    float: left;
    padding: 15px 0 0 30px;
}
#default-confirm-elem-container{
    width: 390px;
    float: left;
    padding: 15px 0 0;
}


#o-ttl {
    background: #FF4A81;
}
#f-ttl {
    background: #3b5998;
}
#t-ttl {
    background: #1da1f2;
}

.post-img-ttl{
	width: 190px;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto 15px;
    padding: 5px 5px;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #FFF;
    font-weight: 600;
}


/****************************************

@wait-wrapper

****************************************/
#wait-container{
	background: rgba(0,0,0,0.1);
    color: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20000;
    color: #444;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
	
	display:none;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	
}
#wait-txt{
	top: 40%;
    left: 50%;
    width: 150px;
    padding: 10px;
    margin: 0px -75px;
    background: #FFF;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    position: absolute;
}
#wait-txt img{
	width:32px;
	height:32px;
	display:block;
	margin:10px auto;
}
/*-----------------------------------------------------

@max-width 640px

------------------------------------------------------*/
@media screen and (max-width: 640px) {
#wrapper{
	width:100%;
	margin:0 auto;
}

header{
	width:100%;
	height:100%;
}

header h1,header h1 img{
	width:100%;
}

.post-img-ttl{
	font-size: 13px;
    max-width: 55%;
    padding: 5px 5px;
    margin: 0 auto 10px;
	letter-spacing:0;
}

h2.form-ttl{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    letter-spacing: 0;
    width: 90%;
    margin: 0 auto;
}

h3{
	padding: 0 4%;
	width: 92%;
	font-size:12px;
}

h3 span{
	display:block;
}


#contents{
	width:100%;
	padding:15px 0 0;
}


#container{
	margin:0 auto 30px;
}

.inner{
	margin: 0 auto;
	width:100%;
}


.txt-block{
	padding: 8px 4px 5px;
	margin: 0 auto;
}

.form-elem-ttl{
	float: none;
	text-align:center;
	width:100%;
	font-size: 14px;
	line-height: 1.7;
}

.form-elem-value{
	float: none;
	text-align: center;
	width: 100%;
}

#photo img{
	width: 100%;
    height: auto;
}

#submit-btn{
	margin: 20px auto 10px;
}

#modify-btn{
	margin:0 auto;
	padding: 5px 0 25px;
	font-size: 14px;
}
#confirm-btn-modify{
	width:85%;
}
footer{
}

.review-caption{
	clear: both;
	padding: 5px 9% 0;
	letter-spacing:0;
}


#post-img-ttl{
	text-align: center;
    padding: 20px 0 10px;
    font-size: 16px;
    background: #FFF;
}

#post-img-container{
    width: 100%;
    float: none;
	padding:20px 0 20px;
}
#confirm-elem-container{
    width: 100%;
    float: none;
    padding: 0 0 20px;
}

#default-confirm-elem-container {
    width: 100%;
}
}
/*---------------@END max-width 640px-------------*/