@charset "utf-8";

@import url("normalize.css");
@import url("common.css");
@import url("layout.css");
@import url("title.css");
@import url("move.css");
@import url("menu.css");
@import url("form.css");
/*------------------------------------------------------------------------------------------------*/
.headerContents .mymenu ul li:nth-child(6) > a { color: #FF0; }
.headerContents .box .mymenu nav.menu ul li:nth-child(6) a { color: #FF0; }
/*------------------------------------------------------------------------------------------------*/
#scroll { position: relative; width: 100%; height: 400px; max-height: 400px; margin: 0px auto; overflow-y: scroll; background-color: rgba(255,255,255,0.7); }
.view { width: 100%; height: 100%; margin: 0px auto; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
.view::-webkit-scrollbar { width:10px; border: 2px solid #FFF; }/*バーの太さ*/
.view::-webkit-scrollbar-thumb { background: #000; border-radius: 0px; }/*バーの色*/
.view::-webkit-scrollbar-track-piece:start { background:#999; border-radius: 0px; }/*バーの背景色（通った後）*/
.view::-webkit-scrollbar-track-piece:end { background:#CCC; border-radius: 0px; }/*バーの背景色（通る前）*/
/*------------------------------------------------------------------------------------------------*/
.s-padding { padding: 170px 0px 130px; }
/*------------------------------------------------------------------------------------------------*/
.tbl, .tbl div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.tbl { display: table; width: 100%; margin-top: -1px; border: 1px solid #AAA; }
.tbl:first-child { margin-top: 0px; }
.tbl div { display: table-cell; padding: 10px; vertical-align: top; }
.tbl div.th { width: 25%; background-color: rgba(220,220,220,0.5); border-right: 1px solid #AAA; }
.tbl div.td { width: 75%; background-color: rgba(255,255,255,0.5); }
.th.kome:before { content: "※"; color: #F00; }
span.red { color: #F00; }
/*------------------------------------------------------------------------------------------------*/


