@charset "utf-8";

#contents .btn {
    width: 360px;
}

#contents span.textLink {
    padding-left: 0.7em;
    display: block;
}

/*** セレクトボックス ***/

#contents .slc_fade{
	margin-left: 1em;
}
#contents label{
	display: block;
    margin-bottom: 1em;
}

#contents .select {
    border: 1px solid #999;
    border-radius: 5px;
    width: 40%;
    padding: 0.5em;
}

#contents button{
	min-width: 9em;
    padding: 0.7em 1em 0.7em 1.5em;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    background: url(/support/share/images/arrow_underline.gif) no-repeat;
    background-position: 0.5em 1em;
    cursor: pointer;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition: 0.2s ease-in 0s;
}

#contents button:hover{
	background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    opacity: 0.6;
}

/*** fade処理 ***/
#contents section.detail-hide {
    display: none;
    margin-top: 2em;
}

#contents section.initial {
    display:block;
}

@media (max-width: 640px){	
	#contents .slc_fade{
		margin-left: 0;
	}
	
    #contents .select {
        width: 100%;
    }
	
	#contents button{
    	margin-top: 1em;
		display: block;
		width: 100%;
	}
	
	#contents section.detail-hide {
		margin-left: 0;
	}
}