/* 共通 */

/* レイアウト */
.container {
    width: 100%;
}

.large-3{
    width:10%;
}
.large-9{
    width:90%;
}

.topcol1 {
    width:15%;
}
.topcol2 {
    width:45%;
}
.topcol3 {
    width:20%;
}
.topcol4 {
    width:20%;
}
.nolink {
  pointer-events: none;
  color: #000000;
  font-weight:bold;
}
/* メニューの幅 */
.qtn_menu {
    max-width: 211px;
}
/* アンケート、名刺情報のコンテンツ画面 */
.columns+.columns:last-child {
    float: left;
}

