@charset "UTF-8";
/* CSS Document */

input, textarea, input[type='text'], input[type='password'] {
	font-size: 100%;
	padding: 3px 10px;
	margin: 0px;
}

textarea {
	line-height: 1.5em;
	height: 8em;
	margin: 5px auto;
}

/* Contact */
#i_contact input, #i_contact input[type='text'], #i_contact input[type='password'] {
	font-size: 100%;
	padding: 10px;
	border-width: 0;
}

 #i_contact textarea {
	font-size: 100%;
	padding: 10px;
	margin: 10px 0px;
	border-width: 0;
}

input[type='submit'], input[type='reset'], input[type='button'], .design_button, #file-test-label, label.file_btn, #i_contact input[type='submit'] {
	font-size: 100%;
	padding: 10px 50px;
	margin: 5px;
	border: #cccccc solid 1px;
	background: linear-gradient(#ffffff, #cccccc);
	border-radius: 5px;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
	color: #000000;
	display: inline-block;
}

input[type='button'].out {
	opacity: 0.5;
}

.small_btn {
	font-size: 90%!important;
	padding: 3px 10px 2px 10px!important;
	margin: auto 10px;
	white-space: nowrap;
}

label.file_btn {
	padding: 5px 20px!important;
}
	
input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover, .design_button:hover, #file-test-label:hover, label.file_btn:hover {
	background: linear-gradient(#eeeeee,#bbbbbb);
	text-decoration: none;
	color: #000000;
}

#submit {
	font-size: 100%!important;
	background: linear-gradient(#eeeeee,#dddddd);
	padding: 10px 0 10px 1em;
	border: #565656 solid;
	border-width: 1px;
	border-radius: 5px;
	margin: 15px auto 0 1em;
	color: #000000;
	opacity: 0.3;
    width: 8em;
    letter-spacing: 1em;
}

input[type='button'].out:hover {
	opacity: 0.4;
	background: linear-gradient(#ffffff, #cccccc);
	cursor: default;
}

input[type='radio'], input[type='checkbox'] {
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
}

fieldset {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
}

label.agreement {
    display: inline-block;
	margin: 0;
	border: #ffffff solid;
	border-width: 1px;
	cursor: pointer;
	transition: all 0.2s;
    padding: 10px 20px;
}

label.agreement:hover {
	border: #aaaaaa solid;
	border-width: 1px;
	transition: all 0.2s;
}

/** Select **/
.cp_ipselect {
	overflow: hidden;
	width: 12em;
	margin: 5px;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 100%;
	background-color: #ffffff;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
/** Select 初期ボックス **/
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #000000;
}
.cp_ipselect.cp_sl01 select {
	padding: 5px 38px 5px 8px;
	color: #000000;
	line-height: normal;
}

/** 汎用セレクト **/
select {
	display: inline-block;
	font-size: 100%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	color: #444;
	line-height: 1.3;
	padding: 5px 1.8em 5px 10px;
	width: auto;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	background-image: url('../img/select_arrow02.png'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 0.5em top 55%;
	outline: none;
}
select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888888;
	cursor: pointer;
	outline: none;
}
select:focus {
	border-color: #aaaaaa;
	color: #222; 
	outline: none;
}
select option {
	font-weight:normal;
}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */

fieldset,
label.agreement {
    display: inline-block;
	margin: 0;
    padding: 10px 0;
    width: 100%;
}

}
