@charset "UTF-8";


/*入力窓
------------------------------------*/

.form {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
/*    font-size: 14px;	*/
    line-height: 1.42857;
    padding: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin: 5px 0;
}
.form:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.zip {
	width: 100px;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
.w20 {
	width: 20%;
}


#wrap table #fsp td{
	padding:0;
}

#wrap table.nar td,
#wrap table.vnar td{
	padding:0px;
}
#wrap table.nar td {
	width:32px;
	text-align:center;
}
#wrap table.vnar td.d {
	width:26px;
	text-align:center;
}

#wrap table.vnar td.s50 {
	width:50px;
	text-align:center;
}

#wrap table#check td ul li{
	list-style-type: disc;
	background-color:#FFF;
	float:none;
	padding-left:0px;
	margin-left:50px;
	line-height:1em;
}

#wrap table#check td{

}

button {
border:none; /*枠を消す*/
background-color:#ffffff; /*背景色を白に*/
}

#pagenation{
margin-bottom:10px;
}
#pagenation a{
	text-align:center;
	display:block;
	margin:0px 2px 8px 2px;
	padding:5px;
	border:1px solid #BDBDBD;
	min-width:50px;
	border-radius: 5px;
	float:left;
	background:#FAFAFA;
}

table td.c{
	text-align:center;
}
textarea { 
  font-family: sans-serif;
	font-size:12px;
}
.ehon input[type=checkbox] {
	width:			8px;
	height:			8px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}
.ehon input[type=text] {
	font-size:11px;
}
.ehon{
	font-size:10px;
	line-height:1.2em;
	margin-bottom:20px;
}
button.button8 {
    /* 文字サイズを1.4emに指定 */
    font-size: 1.2em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border: solid 2px #e75391;


	background: linear-gradient(to bottom,#f797ae,#f87899 50%,#f797ae);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

button.button4 {
    /* 文字サイズを1.4emに指定 */
    font-size: 1.2em;

    /* 文字の太さをboldに指定 
    font-weight: bold;
*/
    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 2px 5px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダー */
    border: solid 2px #e75391;


	background: linear-gradient(to bottom,#f797ae,#f87899 50%,#f797ae);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

button.button8:hover,
button.button4:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}
.thumbnail{
	width:330px;
	margin:10px;
	box-shadow: 2px 2px 4px gray;
	border:1px solid #dcdcdc;
}

.class_manage{
	font-size:12px;
	line-height:1.2em;
}

/*
input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}


input[type=radio] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
}
*/

