/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on: 2016/12/12, 0:0:0
    Theme Name: PC
    Author: caitaku inc.
    Version: 2.2.3
    Description: 
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Theme URI:
    Tags: 
    Author URI:
*/
@charset "utf-8";


/* ************************************************
*  Initial setting
* ************************************************ */
* { margin: 0px; padding: 0px; }
html {overflow-y: scroll; height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{border: none; vertical-align:middle;}
a { outline: none; color: #333333;}
a:visited,:link {text-decoration: none;}
a:hover { text-decoration: underline; color: #333333; }
br.clear { clear: both; font: 0pt/0pt sans-serif; line-height: 0; }
hr { clear: left; margin: 10px 0;border: 1px solid #eee}
.line {font-size:1px;line-height:1px;}
table{ border-collapse:collapse; }

/* ************************************************
*  WP setting
* ************************************************ */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   text-align: left;
}

.alignright {
   text-align: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* ************************************************
*  default
* ************************************************ */
body {
    background: #f7f6f6;
    color: #333;
    font-size: 10px;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align:center;
    border-top:0px solid #4d4d4d;
    -webkit-text-size-adjust: 100%;
}


/* ************************************************
*  layout
* ************************************************ */
#container {
    margin:0px auto;
    width:980px;
    text-align:left;
}

#header , #footer {
    width:980px;
}

#side {
    float: right;
    width: 230px;
    margin-top: 20px;
}

#main {    
    float: left;
    width: 730px;
    margin-top: 20px;
}

#footer{
    width:980px;
    margin:0 auto;
    padding:45px 0;
    color:#333;
}

/* ************************************************
*  Top_Page
* ************************************************ */
#top_post_list {
    padding: 30px;
}
#top_post_list .top_post {
    margin-bottom: 30px;
}
#top_post_list .post_thumbnail_noimage300 > div {
    width:300px;
    height: 300px;
    line-height: 300px;
    display: table;
    background-color: #666;
    text-align: center;
    font-size: 36px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
#top_post_list .post_thumbnail_noimage300:hover {
    text-decoration: none;
}
#top_post_list .post_thumbnail_noimage300:hover > div {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
#top_post_list .post_list_thumbnail {
    width: 300px;
    float: left;
}
#top_post_list .post_list_box {
    background-color: #fff;
    width: 340px;
    float: right;

}
#top_post_list .post_list_box h3.post_title {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#top_post_list .post_list_box h1.post_title {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#top_post_list .post_list_box .sub_info {
    float: left;
}
#top_post_list .post_list_box .sub_info .sub_info_date {
}
#top_post_list .post_list_box .sub_info .sub_info_author {
}
#top_post_list .post_list_box .content {
    margin-bottom: 10px;
}
#top_post_list .post_list_box .more {
    width:70px;
    text-align: center;
    float: right;
}
#top_post_list .post_list_box .more a {
    display: block;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

/* ************************************************
*  detail_page
* ************************************************ */
.post_list_area {
    background-color: #fff;
    border-radius: 5px;
}
#single_post_list .post_list_box {
    padding: 0 30px ;
}
#single_post_list .post_list_box h3.post_title {
    font-size: 18px;
    float: left;
}
#single_post_list .post_list_box h1.post_title {
    font-size: 18px;
    float: left;
}
#single_post_list .post_list_box .sub_info {
    float: right;
}
#single_post_list .post_list_box .sub_info .sub_info_date {
}
#single_post_list .post_list_box .sub_info .sub_info_author {
}
#single_post_list ,.post_list_area .np_btn {
    padding: 0 0 60px;
}
.post_list_area .np_btn .pre_link {
    width: 320px;
    word-break: break-all;
}
.post_list_area .np_btn .next_link {
    width: 320px;
    word-break: break-all;
}
#single_post_list .single_post_info {
    padding: 30px 0;
    border-top : 1px dotted #333;
    border-bottom : 1px dotted #333;
}
#single_post_list .single_post_detail {
    padding: 10px 30px 60px;
    border-bottom : 1px dotted #333;
}
#single_post_list .single_post_detail .main_image img {
    max-width:100%;
    max-height: 100%;
}
#single_post_list .post_thumbnail_noimage730 {
    width:500px;
    height: 500px;
    line-height: 500px;
    display: table;
    background-color: #666;
    text-align: center;
    font-size: 36px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    margin: 0 auto;
}
.single_post_detail .blog_inner {
    padding: 30px 0 60px;
    font-size: 14px;
    word-break: break-all
}
.blog_inner h1,
.blog_inner h2,
.blog_inner h4,
.blog_inner h5, 
.blog_inner h6 {
    border-bottom: 1px dotted #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align:left;
    color: #333;
}
.blog_inner h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align:left;
    color: #333;
}
.blog_inner h1 { font-size: 2em; }
.blog_inner h2 { font-size: 1.2em; }
.blog_inner h3 {
    font-size: 1.1em;
    font-weight: bold;
}
.blog_inner h4 { font-size: 0.9em; }
.blog_inner h5 { font-size: 0.83em; }
.blog_inner h6 { font-size: 0.67em; }

.np_thumnail img , .np_thumnail_noimage  div.noimage {
    line-height: 320px;
    background-color: #666;
    text-align: center;
    font-size: 24px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.np_thumnail ,.np_thumnail_noimage  , .np_thumnail_noimage  div.noimage  {
    width : 320px;
    height: 320px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.np_thumnail  .prev_arrow , .np_thumnail_noimage .prev_arrow {
    width: 40px;
    height: 40px;
    font-size: 34px;
    padding: 0 3px 4px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 135px;
    left: -24px;
}
.np_thumnail  .next_arrow , .np_thumnail_noimage .next_arrow  {
    width: 40px;
    height: 40px;
    font-size: 34px;
    padding: 0 3px 4px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 135px;
    right: -24px;    
}

.np_thumnail a:hover img  , .np_thumnail_noimage a:hover {
    text-decoration: none;
}
.np_thumnail a:hover img > div , .np_thumnail_noimage a:hover > div.noimage {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
.np_btn > div {    
    padding-bottom: 60px;
    border-bottom : 1px dotted #333;
}
.np_btn .next_exp,.np_btn .prev_exp
{
    width: 320px;
    word-break: break-all;
}
.np_btn .prev_title ,.np_btn .next_title  {
    font-size: 14px;
    margin-bottom: 10px;
}

/*type=2*/
.np_thumnail_type2 img , .np_thumnail_noimage_type2  div.noimage {
    line-height: 320px;
    background-color: #666;
    text-align: center;
    font-size: 24px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.np_thumnail_type2{
    width : 320px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative;    
}.np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage  {
    width : 320px;
    height: 320px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative;
}
.np_thumnail_type2 a:hover img  , .np_thumnail_noimage_type2 a:hover {
    text-decoration: none;
}
.np_thumnail_noimage_type2 a {
    text-decoration: none;
}
.np_thumnail_type2 a:hover img > div , .np_thumnail_noimage_type2 a:hover > div.noimage {
    text-decoration: none;
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
.np_btn_type2 li {
    float: left;
    padding-left:14px;
    width: 150px;
}
/*sns*/
.sns_t {
    padding: 20px;
}
.sns_t li {
    float:left;
    margin-left: 10px;
}
.sns_t li:first-child {
    margin-left: 0;
}
.sns_t li img {
    width: 25px;
    height: 25px;
}
.sns_b {
    position:relative;
    overflow:hidden;
}
.sns_b ul {
    position:relative;
    left:50%;
    float:left;
}
.sns_b li {
    position:relative;
    left:-50%;
    float:left;
    margin-left: 10px;
}
.sns_b li:first-child {
    margin-left: 0;
}
.sns_b li img {
    width: 40px;
    height: 40px;
}
/* ************************************************
*  archive_list
* ************************************************ */
#archive_list {
    padding-bottom: 60px; 
    margin: 0 0 30px;
    border-bottom: 1px solid #d7d7d7;
}
#archive_list .archive_list_title {
    padding: 30px 0;
    margin-bottom: 60px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}
#archive_list .archive_list_title h3.post_title {
    font-size: 18px;
    width: 460px;
    padding: 0 30px;
}
#archive_list .archive_list_title h1.post_title {
    font-size: 18px;
    width: 460px;
    padding: 0 30px;
}
#archive_list li {
    float: left;
}
#archive_list li.archive_year {

}
#archive_list li.archive_month {
    display: block;
    padding: 0 14px;
    margin: 5px 0;
    border-left: 1px solid #333;
    color: #d7d7d7;
    font-weight: bold;
}
#archive_list li.archive_month a {
    display: block;
}
#archive_list li:nth-child(2) {
    border-left: none;
}
#archive_list li:last-child {
    border-right: 1px solid #333;
}
#archive_list li.noarchive_year {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_year a {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_year:hover a ,#archive_list li.archive_month:hover a {
    text-decoration: none;
}

/* ************************************************
*  error404
* ************************************************ */
#error404 {
    text-align: center;
    width: 500px;
    margin: 0 auto 300px;
    padding-top: 100px;
}
#error404 .error_title {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
#error404 .error_exp {
    border-top : 1px solid #333;
    border-bottom : 1px solid #333;
    padding: 30px 0;
    font-size: 16px;
}
/* ************************************************
*  bread_crumb
* ************************************************ */
#bread_crumb {
    padding: 15px 0;
}
#bread_crumb li {
    float: left;
}

/* ************************************************
*  pagenation
* ************************************************ */
.pagination {
    position: relative;
    height: 100px;
    text-align: center;
}
.pagination span, .pagination a {
    display: inline-block;
    width: auto;
    padding: 8px 13px;
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #999999;
    text-decoration: none!important;

}
.pagination a.no_border {
    border: 1px solid #fff;
}
.pagination a {
    border: 1px solid #999999;
    padding: 8px 13px;
}
.pagination a:hover{
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
}
.pagination .current{
    padding: 8px 13px;
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
}
/* ************************************************
*  main title
* ************************************************ */

.main_title {
    padding: 30px 0;
    margin: 0 0 30px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}
.main_title h3.post_title {
    font-size: 18px;
    width: 460px;
    padding: 0 30px;
}

/* ************************************************
*  hover image
* ************************************************ */
a:hover img {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
a img {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

/* ************************************************
*  ribbon
* ************************************************ */
.ribbon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 1px 0 0 1px;
}
.ribbon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100px;
    height: auto;
    background: red;
    content: "New";	/* 表示するテキスト */
    text-align: center;
    color: #fff;
    font-family: 'Arial';
    font-weight: bold;
    padding: 5px 10px;
    left: -30px;
    top: 3px;
    transform: rotate(-30deg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.ribbon div ,
.ribbon img {
    margin-bottom: 0;
}

/* ************************************************
*  comments
* ************************************************ */
#comment_area {
    background:#f2f2f2;
    margin-top:1em;
    line-height:1.4em;
}
#comment_area h3#comments {
    font-size:130%; 
    margin:0 0 0.7em;
}
#comment_area ol {
    list-style:none;
}
#comment_area ol li {
    overflow: hidden;
}
#comment_area ol li.depth-1{
    border-bottom: 1px #ccc solid;
    margin-bottom: 30px; 
    padding:12px 12px 30px;
}
#comment_area ol li ul.children {
    margin-left: 10%;
} 
img.avatar {
    margin-right:8px;
    float:left;
}
span.says{
    display:none;
}
cite.fn {
    font-size:90%;
}
div.comment-meta {
    font-size:80%;
}
div.comment-meta:after {
    content:''; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.comment-body p {
    font-size:90%;
    color:#000;
    margin:10px;
}
div.reply { 
    margin-bottom:0.2em
}
div.reply:after {
    content:''; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
div.reply a {
    text-align: right;
}
#respond {
    background:rgba(255,255,255,0.4);
    padding:1em;
    margin: 20px 0;
}
#respond h3#reply-title {
    font-size:130%;
    color:#000;
}
#respond h3#reply-title small a {
    font-size:70%; 
    text-decoration:underline;
}
#respond p { 
    margin-bottom:0.5em;
}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {
    font-size:80%;
}
#respond p.form-submit {
    margin : 30px 0;
    text-align: center;
}
input#author, input#email, textarea#comment {
    width:98%;
    border:1px #d7d7d7 solid;
    margin-top:0;
    font-size:14px;
    padding:7px 1%;
    color:#000;
}
textarea#comment {
    line-height:1.6em;
}
input#submit{
    cursor:pointer;
    font-size:110%;
    padding: 5px 1em;
    margin:0;
    color: #fff;
    background: #555;
    border:none;
}
.comment-np-btn {
    margin: 20px 0 0;
}
.comment-pre ,.comment-next{
    cursor:pointer;
    font-size:110%;
    margin:0;
    border:none;
}
.comment-next {
    float: right;
}

/* ************************************************
*  wp
* ************************************************ */
.wp-caption,
.wp-caption-text  {}
.sticky {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter{}
.gallery-caption {}
.screen-reader-text {}


/* ************************************************
*  tips
* ************************************************ */
/* margin */
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.mb90 { margin-bottom:90px; }
.mb100 { margin-bottom:100px; }
.mb115 { margin-bottom:115px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt70 { margin-top:70px; }
.mt80 { margin-top:80px; }
.mt90 { margin-top:90px; }
.mt100 { margin-top:100px; }
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 0.5%; }
.mar_t_5 { margin-top: 0.5%; }
.mar_r_5 { margin-right: 0.5%; }
.mar_b_5 { margin-bottom: 0.5%; }
.mar_l_5 { margin-left: 0.5%; }
.mar_t_8 { margin-top: 0.8%; }
.mar_10 { margin: 1%; }
.mar_t_10 { margin-top: 1%; }
.mar_r_10 { margin-right: 1%; }
.mar_b_10 { margin-bottom: 1%; }
.mar_l_10 { margin-left: 1%; }
.mar_20 { margin: 2%; }
.mar_t_20 { margin-top: 2%; }
.mar_r_20 { margin-right: 2%; }
.mar_b_20 { margin-bottom: 2%; }
.mar_l_20 { margin-left: 2%; }
.mar_30 { margin: 3%; }
.mar_t_30 { margin-top: 3%; }
.mar_r_30 { margin-right: 3%; }
.mar_b_30 { margin-bottom: 3%; }
.mar_l_30 { margin-left: 3%; }
.mar_50 { margin: 5%; }
.mar_t_50 { margin-top: 5%; }
.mar_r_50 { margin-right: 5%; }
.mar_b_50 { margin-bottom: 5%; }
.mar_l_50 { margin-left: 5%; }

/* padding */
.pad_v_10 { padding: 1% 0; }
.pad_v_20 { padding: 2% 0; }
.pad_v_30 { padding: 3% 0; }
.pad_h_10 { padding: 0 10%; }
.pad_h_20 { padding: 0 20%; }
.pad_h_30 { padding: 0 30%; }

.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 0.5%; }
.pad_t_5 { padding-top: 0.5%; }
.pad_r_5 { padding-right: 0.5%; }
.pad_b_5 { padding-bottom: 0.5%; }
.pad_l_5 { padding-left: 0.5%; }
.pad_10 { padding: 1%; }
.pad_t_10 { padding-top: 1%; }
.pad_r_10 { padding-right: 1%; }
.pad_b_10 { padding-bottom: 1%; }
.pad_l_10 { padding-left: 1%; }
.pad_20 { padding: 2%; }
.pad_t_20 { padding-top: 2%; }
.pad_r_20 { padding-right: 2%; }
.pad_b_20 { padding-bottom: 2%; }
.pad_l_20 { padding-left: 2%; }
.pad_30 { padding: 3%}
.pad_t_30 { padding-top: 3%; }
.pad_r_30 { padding-right: 3%; }
.pad_b_30 { padding-bottom: 3%; }
.pad_l_30 { padding-left: 3%; }

/* margin px */
.mar_5p { margin: 5px; }
.mar_t_5p { margin-top: 5px; }
.mar_r_5p { margin-right: 5px; }
.mar_b_5p { margin-bottom: 5px; }
.mar_l_5p { margin-left: 5px; }
.mar_t_8p { margin-top: 8px; }
.mar_10p { margin: 10px; }
.mar_t_10p { margin-top: 10px; }
.mar_r_10p { margin-right: 10px; }
.mar_b_10p { margin-bottom: 10px; }
.mar_l_10p { margin-left: 10px; }
.mar_t_20p { margin-top: 20px; }
.mar_r_20p { margin-right: 20px; }
.mar_b_20p { margin-bottom: 20px; }
.mar_l_20p { margin-left: 20px; }
.mar_t_30p { margin-top: 30px; }
.mar_r_30p { margin-right: 30px; }
.mar_b_30p { margin-bottom: 30px; }
.mar_l_30p { margin-left: 30px; }
.mar_t_50p { margin-top: 50px; }
.mar_r_50p { margin-right: 50px; }
.mar_b_50p { margin-bottom: 50px; }
.mar_l_50p { margin-left: 50px; }

/* padding px  */
.pad_v_10p { padding: 10px 0; }
.pad_v_20p { padding: 20px 0; }
.pad_v_30p { padding: 30px 0; }
.pad_h_10p { padding: 0 10px; }
.pad_h_20p { padding: 0 20px; }
.pad_h_30p { padding: 0 30px; }
.pad_0p { padding: 0; }
.pad_t_0p { padding-top: 0; }
.pad_r_0p { padding-right: 0; }
.pad_b_0p { padding-bottom: 0; }
.pad_l_0p { padding-left: 0; }
.pad_5p { padding: 5px; }
.pad_t_5p { padding-top: 5px; }
.pad_r_5p { padding-right: 5px; }
.pad_b_5p { padding-bottom: 5px; }
.pad_l_5p { padding-left: 5px; }
.pad_10p { padding: 10px; }
.pad_t_10p { padding-top: 10px; }
.pad_r_10p { padding-right: 10px; }
.pad_b_10p { padding-bottom: 10px; }
.pad_l_10p { padding-left: 10px; }
.pad_20p { padding: 20px; }
.pad_t_20p { padding-top: 20px; }
.pad_r_20p { padding-right: 20px; }
.pad_b_20p { padding-bottom: 20px; }
.pad_l_20p { padding-left: 20px; }
.pad_30p { padding: 30px}
.pad_t_30p { padding-top: 30px; }
.pad_r_30p { padding-right: 30px; }
.pad_b_30p { padding-bottom: 30px; }
.pad_l_30p { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }
.va-top { vertical-align: top; }
.va-middle { vertical-align: middle; }

/* text align */
.txt-left { text-align: left;}
.txt-right { text-align: right;}
.txt-center { text-align: center;}

/* inline */
.inline {
    display: inline-block;
}

/* float */
.fll { float: left; }
.flr { float: right;}

/* clear */
.clear { clear: both;}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}

/* display */
.dis_none {
    display: none;
}

