@charset "utf-8";
/* CSS Document----------------------------
site say-kurabe.jp 
file votematch.css
iWac.jp
update 2013.7.11

------------------------------------------- */

	


/*--------------------
	single
----------------------*/
#mainContents {
	width: 100%;
	float: none;
	margin-right: 0;
}

#contents {
	position: relative;
	margin: 0 30px 0 30px;
}

#recommendform h2 {
	border-left: #fe5375 4px solid; 
	font-size: 17px;
	font-size: 1.7rem;
	padding-left: 0.5em;
	margin: 10px 0;	
}

#recommendform .btn a {
	text-align: center;
	line-height: 1.2em;
	display: inline-block;
	padding: 6px;
	color: #fff;
	background-color: #5ed85e;
	border: #5ed85e 2px solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	/*margin: 10px;
	 position:relative;   
	behavior: url( /common/htc/PIE.htc ) ;	      CSS3 PIE */
}
#recommendform .btn a:hover {
	background-color: #9cf291;
	color: #242424;
	text-decoration: none;
}


/*--------------------
	form
----------------------*/
.text, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

.text, textarea {
	width: 88%;
	margin-left: 6px;
}

input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 4px 4px 6px rgba(0,0,0,0.1);
    box-shadow: inset 4px 4px 6px rgba(0,0,0,0.1);
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 10px;
    height: 10px;
    background: #48b6eb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
input[type="checkbox"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 4px 4px 6px rgba(0,0,0,0.1);
    box-shadow: inset 4px 4px 6px rgba(0,0,0,0.1);
    vertical-align: middle;
    cursor: pointer;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 10px;
    height: 10px;
    background: #48b6eb;
}

.submit {
	text-align: center;
	line-height: 1.2em;
	display: inline-block;
	padding: 10px 12px;
	color: #fff;
	background-color: #fe5375;
	border: #fe5375 2px solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	/*margin: 10px;
	 position:relative;   
	behavior: url( /common/htc/PIE.htc ) ;	      CSS3 PIE */
}

.submit:hover {
	background-color: #ffa0b3;
	color: #242424;
	text-decoration: none;
}

#submit {
	display: none;
}
	
/*--------------------
	votematch
----------------------*/

#votematchform {
	min-width: 220px;
	max-width: 600px;
	margin: 0 auto;
	background-color: f6f6f6;
	border: #f0f0ff 30px solid;
	padding: 20px;
}

#recommendform form {
	clear: both;
}
#votematchform h3 + p {
	border-bottom: #f0f0ff 2px dotted;
}

#votematchform h3 .purple {
	background: #8158a6;
	color: #fff;
}

#votematchform h3 .orange {
	background: #f37a1d;
	color: #fff;
}

#votematchform h3 .red {
	background: #dc514c;
	color: #fff;
}

#votematchform h3 .green {
	background: #5ed85e;
	color: #fff;
}

#votematchform h3 .blue {
	background: #0f90d2;
	color: #fff;
}

#votematchform h3 .pink {
	background: #fe5375;
	color: #fff;
}

#votematchform h3 .gray {
	background: #333333;
	color: #fff;
}
	

	

#votematchform h3 span {
	padding: 2px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	/*	 position:relative;   
	behavior: url( /common/htc/PIE.htc ) ;	      CSS3 PIE */
}


#votematchform li {
	margin: 14px;
}

#votematchform .bx-prev,
#votematchform .bx-next {
	background: #333333;
	color: #fff;
	padding:10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	/*	 position:relative;   
	behavior: url( /common/htc/PIE.htc ) ;	      CSS3 PIE */
}

#votematchform .bx-prev:hover,
#votematchform .bx-next:hover {
	background: #888888;
	color: #fff;
	text-decoration: none;
}

#votematchform .bx-next {
	position: relative;
	bottom: 10px;
}

#votematchform .bx-next {
	float: right;
}

#votematchform .resultArea {
	clear: both;
	padding: 6px;
}

#recommendform .resultArea h3 {
    margin:20px;
}


#bar {
	background-color: f6f6f6;
	border: #f0f0ff 10px solid;
	padding: 20px;
	margin: 10px 0;
}