    /**
     * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
     * http://cssreset.com
     * Copyright 2012 Yahoo! Inc. All rights reserved.
     * http://yuilibrary.com/license/
     */
    /*
    	TODO will need to remove settings on HTML since we can't namespace it.
    	TODO with the prefix, should I group by selector or property for weight savings?
    */
    html{
    	color:#000;
    	background:#FFF;
    }
    /*
    	TODO remove settings on BODY since we can't namespace it.
    */
    /*
    	TODO test putting a class on HEAD.
    		- Fails on FF.
    */
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    form,
    fieldset,
    legend,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
    	margin:0;
    	padding:0;
    }
    table {
    	border-collapse:collapse;
    	border-spacing:0;
    }
    fieldset,
    img {
    	border:0;
		vertical-align:bottom;
    }
    /*
    	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
    */
    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
    	font-style:normal;
    	font-weight:normal;
    }
     
    ol,
    ul {
    	list-style:none;
    }
     
    caption,
    th {
    	text-align:left;
    }
    h1,h2,h3,h4,h5,h6 {
    	font-size:100%;
    	font-weight:normal;
    }
    q:before,
    q:after {
    	content:'';
    }
    abbr,
    acronym {
    	border:0;
    	font-variant:normal;
    }
    /* to preserve line-height and selector appearance */
    sup {
    	vertical-align:text-top;
    }
    sub {
    	vertical-align:text-bottom;
    }

    textarea,
    select {
    	font-family:inherit;
    	font-size:inherit;
    	font-weight:inherit;
      	    font-size: 16px;
    	    height: 40px;
    	    width: 100%;
    	    padding-left: 5px;
}

.FS2_inputSelection_table th{
	    border-color: #DDDDDD;
        display: block;
        width: 96%;
        text-align: left;
        font-size: 17px;
}

.FS2_OptionPrice th {
    display: block;
    padding: 5px;
    text-align: left;
    font-size: 17px;
}

.FS2_OptionPrice td {
	font-weight:normal;
	padding: 10px 0;
	border-bottom:1px solid #DDDDDD;
	text-align:left;
	display: block;
}

.FS2_inputSelection_table td{
      display: block;
      padding: 10px 0 !important;
	
}

/*オプション料金項目選択肢*/
.FS2_inputSelection_table , .FS2_OptionPrice_table{width: 100%;}


table .FS2_figure_table .FS2_figure_table_td_updn_btn input[type=image] {
    width: 20px !important;
    height: 18px !important;
}

table .FS2_figure_table .FS2_figure_table_td_input_cnt input[type=text] {
    height: 25px;
    width: 45px;
    font-size: 18px;
    padding: 0 10px;
}

table .FS2_inputSelection_table input[type=text] {
    padding: 3px 5px;
    width: 97%;
    height: 25px;
    font-size: 16px;
}

#FS2_itemlayout_F .thumbnail{
	margin: 0 10px 30px 0 !important;
}

.FS2_bottom_btn_right_and_left_2 FS2_ContinueButton_container input{
    height: 85px;
    width: 250px;
}
    /*because legend doesn't inherit in IE */
    legend {
    	color:#000;
    }
    
    /* YUI CSS Detection Stamp */
    #yui3-css-stamp.cssreset { display: none; }


/*
