@charset "utf-8";
/* this file UTF-8 あいうえお
 * CSS Document
 */

.pt100{
    padding-top: 100px;
}


.pt50{
    padding-top: 50px;
}

.pt30{
    padding-top: 30px;
}


.pb50{
    padding-bottom: 50px;
}

.pb10{
    padding-bottom: 10px;
}

.pb20{
    padding-bottom: 20px;
}

.pt10{
    padding-top: 10px;
}

.mt30{
    margin-top: 30px;
}

.mt50{
    margin-top: 50px;
}

.mb5{
    margin-bottom: 5px;
}

img.yohaku1{margin:5px;}

.col-red { color:#ff0000; }

.disp-non{
    display: none;
}

/*a[target=_blank] {	padding-right: 2px;	background: url(../img/blanklink.png) right center/11px auto no-repeat;}
*/