
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
}
blockquote, q {
    quotes: none;
}
blockquote::before, lockquote::after, q::before, q::after {
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: outside none none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th {
    text-align: center;
}
a:focus {
    outline: medium none;
}

.clear {
    clear: both;
    line-height: 1px;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}
.both {
    clear: both;
}
.inline_block {
    display: inline-block;
}
* {
    margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: 0 none;
    vertical-align: bottom;
}
html, body {
    color: #404040;
    font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
    font-size: 14px;
    position: relative;
}
html > body{
overflow-x : hidden;
overflow-y : hidden;
position:relative;
}
a {
	color: #404040;
    text-decoration: none;
}
a:link {
    color: #404040;
    text-decoration: none;
}
a:visited {
    color: #404040;
}
a:hover {
    color: #404040;
    text-decoration: underline;
}
a:active {
    color: #404040;
}

.att {
    color: #404040;
}

body > h1 {
    font-size:12px;
    color: #FFF;
    display: block;
    height: 15px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    left: -20px;
    padding: 1px 0 0;
    width: 1200px;
}
#index_contents > section > h1, #contents #main section h1 {
    font-weight: 900;
    height:37px;
    line-height: 20px;
    margin: 0 auto 20px;
    z-index: 100;
    text-indent: -9999px;
    left: 8px;
    position: relative;
    text-indent: -9999px;
    top: 6px;
}

/* opinion ------------------- */

#contact #container { line-height: 1.231 !important; font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important; color: #000 !important;}
#contact h1 {display: none;}
#contact #wrap { width:960px; margin: 0 auto 5em;}
#contact #index_text { padding: 8px 0 8px 3.125%; margin-top:10px; background-color:#333; overflow:hidden; text-align:center; color: #fff;}
#contact .box { padding: 10px; box-shadow: 2px 2px 6px rgba(0, 0, 0, .25) !important; background-color: rgba(255, 255, 255, .75) !important; border-radius: 4px; }
#contact .box p:first-child { margin-top: 0;}
#contact .box p { margin-top: 20px;}
#contact .box .inner p:first-child { margin-top: 20px;}
#contact .box li { margin-top: 20px;}
	
#contact h2 { background: #754893 !important; background: -moz-linear-gradient(top, #754893 0%, #51286c 100%) !important; background: -webkit-linear-gradient(top, #754893 0%,#51286c 100%) !important; background: linear-gradient(to bottom, #754893 0%,#51286c 100%) !important; color: #ffffff !important; border-radius: 4px; font-size: 18px !important; line-height: 24px !important; height: 24px; font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif; font-weight: lighter;margin: 0 0 10px; padding: 2px 2px 2px 17px; min-height: 20px; overflow: hidden;}

#contact form { margin-top: 20px; }
#contact .form-inner { border: solid 1px #e4e4e4;}
#contact fieldset { border-bottom: 1px solid #e4e4e4; min-height: 45px;}
#contact fieldset:last-child { border-bottom: none;}
#contact fieldset .q-box { display: inline-block; width: 30%; padding: 10px 5px; vertical-align: middle;}
#contact fieldset .txt-box { display: inline-block; padding: 10px 5px; vertical-align: middle; border-left: 1px solid #e4e4e4; min-height: 55px;}


#contact form .form-inner table tr { border-bottom: 1px solid #e4e4e4; min-height: 55px!important;}
#contact .form-inner tr:last-child { border-bottom: none;}
#contact .form-inner th { display: inline-block; width: 30%; padding: 10px 5px; vertical-align: middle; text-align: left;}
#contact .form-inner td { display: inline-block; padding: 20px 5px; vertical-align: middle; border-left: 1px solid #e4e4e4;}

#contact .ta-c { text-align: center;}
/*#contact .ta-c input { height: auto; background: none; color: #FFF; margin-top: 10px; padding: 5px; border-radius: 5px; border: 1px solid #333; background: #333; }*/
#contact .ta-c input{
  display: inline-block;
  margin: 20px auto 0;
  padding: .3em 1em;
  border: 2px solid #754893;
  letter-spacing: 4px;
  font-size: 16px;
  color: #000;
  background-color: #efefef;
  width: 200px;
  height: 40px;
}


/* review ------------------- */

#review #container { line-height: 1.231 !important; font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important; color: #000 !important;}
#review h1 {display: none;}
#review #wrap { width:960px; margin: 0 auto 5em;}
#review #index_text { padding: 8px 0 8px 3.125%; margin-top:10px; background-color:#333; overflow:hidden; text-align:center; color: #fff;}
#review .box { padding: 10px; box-shadow: 2px 2px 6px rgba(0, 0, 0, .25) !important; background-color: rgba(255, 255, 255, .75) !important; border-radius: 4px; }
#review .box p:first-child { margin-top: 0;}
#review .box p { margin-top: 20px;font-size: 13px;}
#review .box .inner p:first-child { margin-top: 20px;}
#review .box li { margin-top: 20px;}
	
#review h2 { background: #754893 !important; background: -moz-linear-gradient(top, #754893 0%, #51286c 100%) !important; background: -webkit-linear-gradient(top, #754893 0%,#51286c 100%) !important; background: linear-gradient(to bottom, #754893 0%,#51286c 100%) !important; color: #ffffff !important; border-radius: 4px; font-size: 18px !important; line-height: 24px !important; height: 24px; font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif; font-weight: lighter;margin: 0 0 10px; padding: 2px 2px 2px 17px; min-height: 20px; overflow: hidden;}
	
#review{
  text-align: left;
}
#review .btn{
    width: 180px;
    height: 30px;
    margin: 0 14px 1em 14px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    line-height: 30px;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: url(http://m-fuzoku.jp/imgs/gradient_black.png) #b71414;
    background-size: 100% 100%;
    float: left;
}
#review .btn:hover { background: #D20000; background: -moz-linear-gradient(top, #D20000, #660000); background: -webkit-gradient(linear, left top, left bottom, from(#D20000), to(#660000)); color: #ffffff;}
#review a[href='#system']{ margin-left: 5em !important;}

#review hr{ clear: both;}

#review h3 { height: 30px; padding: 0 15px; color: #FFF; font-size: 14px; font-weight: bold; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); line-height: 30px; border: 1px solid #000; border-collapse: collapse; background: url(http://m-fuzoku.jp/imgs/gradient_black.png) #b71414; background-size: 100% 100%;}
#review .reviewlist p{ margin-top: 5px; margin-left: 25px; font-size: 14px; }

#review .table-border { border: 1px solid #E4E4E4;}
#review .table-border fieldset { border-bottom: 1px solid #E4E4E4;}
#review .table-border fieldset:last-child { border-bottom: none;}
#review .table-border fieldset .ttl {width: 24%; display: inline-block; padding: 10px 5px; vertical-align: middle;}
#review .table-border fieldset .ans {display: inline-block; padding: 10px 5px 10px 20px; border-left: 1px solid #e4e4e4; vertical-align: middle;}
#review .table-border fieldset .ans input { height: 24px;}
	
#review form table th { border-bottom: 1px solid #b2b2b2; padding: 9px; text-align:left;}
#review form table td { border-bottom: 1px solid #b2b2b2; padding: 9px;}
	
#review .ta-c { text-align: center;}
/*#review .ta-c input { height: auto; background: none; color: #FFF; margin-top: 10px; padding: 5px; border-radius: 5px; border: 1px solid #333; background: #333; }*/
#review .ta-c input{
  display: inline-block;
  margin: 20px auto 0;
  padding: .3em 1em;
  border: 2px solid #754893;
  letter-spacing: 4px;
  font-size: 16px;
  color: #000;
  background-color: #efefef;
  width: 200px;
  height: 40px;
}


