#contents .mainArea {
    width:950px;
    margin:0 auto;
    padding:0;
    background:#fff;
}
#contents .mainArea h1,
#contents .mainArea p {
    margin:0;
}
#contents .mainArea .btn {
    text-align:center;
}
.result_box {
    text-align:center;
    margin:30px auto;
}
.result_box p {
    display:inline-block;
    padding:10px;
}
table {
    width:100%;
}
#contents .mainArea h2.main_title {
    color:#111;
    text-shadow: none;
    margin:20px auto;
    border-left: 10px solid #22529a;
    background:#eee;
    padding:10px 0 10px 20px;
    border-radius:6px;
}
#contents .mainArea h3.sub_title {
    background:#fff;
    border-radius:6px;
    font-size:20px;
    margin:20px auto;
}
#contents .mainArea .lead {
    font-size:26px;
    text-shadow:none;
}
#contents .mainArea .section.result_col {
    border:6px solid #ddd;
    padding:10px 30px 20px;
    border-radius:6px;
    margin:40px 0;
}
#contents .mainArea #d { margin-bottom:100px;}
.link_box { margin:60px 0; text-align:center;}
.link_box a { display:inline-block; width:40%; padding:35px 0; border:4px solid #222; color:#222; font-size:30px; margin:10px;}
.link_box a:hover { background:#ddd; text-decoration:none;}

#contents .mainArea .column_body { margin:50px;}
#contents .mainArea .column_body p { margin-bottom:2em; font-size:18px; line-height:200%;}
#wrapper #contents .mainArea .column_body strong { font-size:30px; text-shadow:none;}
#contents .mainArea .column_body img { max-width:850px; height:auto;}
#contents .mainArea p.day {  margin:2em 0;}
.column_thumbnail {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 290px;
    height: 150px;
    margin-bottom:10px;
    background-size: cover;    
}
.column_col {
    width:300px;
    margin-right:20px;
    margin-top:25px;
    float:left;
}
.column_col:nth-child(3n) {
    margin-right:0;
}
#contents .mainArea h2.sub_title {
    font-size: 20px;
    margin:0 0 10px 0;
    text-shadow:none;
    color:#333;
}
.text_base { font-size:18px; margin:20px 10px!important; line-height:1.8;}
.text_bold { font-weight:bold;}
.small { font-size:0.9em;}
.big { font-size:2em;}
.text_title_main { font-size:41px; border-top:1px solid #ccc; padding-top:60px; font-weight:900;font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; letter-spacing:-1px;transform: scale( 1 , 1.1 );}
.text_title_sub { 
    font-size:24px;
    font-weight:bold;
    background-color: #eee;
    padding: 14px 0px 12px 20px;
    margin: 40px 0px 20px!important;
    border-left: 12px solid #22529a;
    transform: scale( 1 , 1.1 );
}
.text_center { text-align:center;}
#contents .mainArea p.margin_30-0 { margin:30px 0;}
#contents .mainArea p.margin_60-0 { margin:60px 0;}
.kakomi { background: #FFFDF4; padding:2em 3em; border-radius:0.5em; margin:3em; border:4px solid #F39803;}
