@charset "UTF-8";
/*
Theme Name: SGRA (ENGLISH)
Author: Sekiguchi Global Research Association
Description: SGRA web site's theme(English Theme).
Version: 1.1
*/


/**
 * --------------------------------------------------------------------------------
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 *    3.1 - Main Visual
 *    3.2 - Header Time
 *    3.3 - Header Navigation
 * 4.0 - Navigation
 *    4.1 - Global Navigation
 * 5.0 - Content
 *    5.1 - Common Settings
 *    5.2 - Top Page
 *    5.3 - Main Content
 *    5.4 - Archive Page
 * 6.0 - Content
 * 7.0 - Footer
 *    7.1 - Footer Navigation
 *    7.2 - Footer Credit
 * 8.0 - Other
 * --------------------------------------------------------------------------------
 */ 
 
 
/**
 * --------------------------------------------------------------------------------
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * work of Nicolas Gallagher http://necolas.github.com/normalize.css/
 * --------------------------------------------------------------------------------
 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
    }
    
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0;
    }
    
[hidden], template { display: none; }

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    }
    
body { line-height: 1; }

/* -- Links -- */
a {
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
    color: #0E3F6B;
    }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }
a:hover { color: #9E9D92; }

/* -- Typography -- */
body {
    font-size: 14px;
    font-family: Verdana,Arial,Helvetica,"Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック";
    color: #000;
    }
    
p {
    line-height: 1.6;
    word-wrap: break-word;
    }

h1,h2,h3,h4,h5,h6 { word-wrap: break-word; }   
h1 {
	font-size: 20px;
	line-height: 1.4;
    }
h2 {
	font-size: 18px;
	line-height: 1.5;
    }
h3 {
	font-size: 16px;
	line-height: 1.5;
    }
h4 {
	font-size: 15px;
	line-height: 1.6;
    }
h5 {
	font-size: 14px;
	line-height: 1.6;
    }
h6 {
	font-size: 12px;
	line-height: 1.6;
    }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    }

mark {
    background: #ff0;
    color: #000;
    }

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
    }

pre { white-space: pre-wrap; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
    }

small { font-size: 80%; }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* -- Embedded content -- */
img {
    vertical-align: bottom;
    border: 0;
    }

svg:not(:root) { overflow: hidden; }

/* -- Figures -- */
figure { margin: 0; }

/* -- Forms -- */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    }

legend {
    border: 0;
    padding: 0;
    }

button, input, select, textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0; }

button, input { line-height: normal; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
    }

button[disabled], html input[disabled] {
    cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    }

input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }

textarea {
    overflow: auto; 
    vertical-align: top;
    }

/* -- Table -- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    }


/**
 * --------------------------------------------------------------------------------
 * 2.0 Basic Structure
 * --------------------------------------------------------------------------------
 */

body { background: #fff; }

#wrapper {
    width: 860px;
    margin: 0 auto;
    }
 
#header {
    height: 224px;
    position: relative;
    }
    
/** #gnav { border-top: 3px solid #ffd129; } */
    
#content { padding: 15px 0 48px 0; }

#sidebar {
    float: right;
    width: 198px;
    }

#footer { font-size: 12px; }


/**
 * --------------------------------------------------------------------------------
 * 3.0 Header
 * --------------------------------------------------------------------------------
 */

/**
 * 3.1 Main Visual
 * -------------------------------
 */
#mainvisual {
    height: 224px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    }

/**
 * 3.2 Header Time
 * -------------------------------
 */
#header_time {
    list-style: none;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 11;
    }
    
    #header_time li {
        display: inline-block;  
        *display: inline;  
        *zoom: 1;
        margin-left: 20px;
        color: #093e6c;
        font-size: 10px;
        }
        
        #header_time li span { color: #000; }

/**
 * 3.3 Header Navigation
 * -------------------------------
 */
#header_search_nav {
	padding-left: 10px;
    list-style: none;
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 11;
    }
    
    #header_search_nav #header_search,
    #header_search_nav #header_nav {
        display: inline-block;  
        *display: inline;  
        *zoom: 1;
        }
    
        #header_search_nav #header_search li,
        #header_search_nav #header_nav li {
            display: inline-block;  
            *display: inline;  
            *zoom: 1;
            height: 20px;
            /** padding: 0 10px; */
            line-height: 20px;
            color: #fff;
            font-size: 12px;
            }
            
        #header_search_nav #header_nav li {
/**			border-right: 1px dotted #fff;
   		    background: url(img/arrow01.png) no-repeat 10px 50%;
            padding-left: 20px;
*/
            }
            
            #header_search_nav #header_nav li a { color: #fff; }
		
		#header_search li{border-right: none;}


		#searchform{
			padding: 0px 10px;	
		}
		input#s
		{
			width: 120px;
		}


             
        
/**
 * --------------------------------------------------------------------------------
 * 4.0 Navigation
 * --------------------------------------------------------------------------------
 */
        
/**
 * 4.1 Global Navigation
 * -------------------------------
 */
#gnav_in {
/*    margin-left: -4px; */
    letter-spacing:-0.4em;
    list-style: none;
    }
    
    #gnav_in li {
		width: 25%;
        display: inline-block;  
        *display: inline;  
        *zoom: 1;
        /*padding-left: 4px;*/
        letter-spacing: 0;
        }
    
        #gnav_in li a {
			font-size: 13px;
			letter-spacing: 3px;
			background-image: url(img/gnav.png); 
            background-repeat: no-repeat;
            background-position: 0 -55px;
			display: block;
/*          width: 148px; */
            height: 52px;
            padding: 0 15px 0 49px;
            line-height: 48px;
            word-wrap: break-word;
            color: #0a3e6d;
            text-decoration: none;
			transition: all 300ms 0s ease;
            }
            
            #gnav_in li a:hover,
            #gnav_in li a.active {
                background-position: 0 0px;
                color: #ee924f;
                }
                
                #gnav_in li a .blank { *zoom: 1; }
                
                #gnav_in li a .text {
                    display: inline-block;  
                    *display: inline;  
                    *zoom: 1;
                    height: auto;
                    line-height: 1.2;
                    vertical-align: middle;
                    }
                    
            
        /* IE 6 */
        * html #gnav_in li a {
            display: inline;
            zoom: 1;
            }
     
        /* IE 7 */
        *:first-child+html #gnav_in li a {
            display: inline;
            zoom: 1;
            }
     
        /*\*//*/
        * html #gnav_in li a {
            display: inline-block;
            }
        /**/
        
        
/**
 * --------------------------------------------------------------------------------
 * 5.0 Content
 * --------------------------------------------------------------------------------
 */

/**
 * 5.1 Common Settings
 * -------------------------------
 */
.arrow02 {
    background: url(img/arrow02.gif) no-repeat 0 6px;
    padding-left: 15px;
    }
    
.arrow03 {
    background: url(img/arrow03.gif) no-repeat 0 8px;
    padding-left: 15px;
    }
    
.cnt_title01 {
    background: url(img/cnt_title01.png) repeat-x;
    height: 38px;
    padding: 0 20px;
    line-height: 38px;
	font-size: 17px;
	letter-spacing: 4px;
    color: #fff;
    font-weight: bold;
	background-color: 
    }
    
.cnt_subtitle01 {
    color: #456ca2;
    padding-bottom: 15px;
    }
    
.post_title01 {
	font-size:14px;
	line-height: 1.8em;
    margin-bottom: 20px;
    color: #456ca2;
    font-weight: bold;
    }
    
/**
 * 5.2 Top Page
 * -------------------------------
 */
#top .cnt_title01 {
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    }
    
#top .cnt_subtitle01 { font-size: 16px; }

#top .back_number {
        float: right;
        padding-bottom: 10px;
        font-size: 12px;
        }

#top #left_cnt {
    float: left;
    width:644px;
    padding: 2px;
/*    border: 1px solid #cccccc; */ 
    }
    
    #top #right_cnt .lead {
        background: #f2f2f6;
        padding: 15px 10px;
/*        border-bottom: 1px dashed #cee7f2; */
        }
        
        #top #right_cnt .cnt_box .cnt_title01 { position: relative; }
        
            #top #right_cnt .cnt_box .cnt_title01 #entry_btn {
                position: absolute;
                top: -3px;
                right: 0;
                }

                #top #right_cnt .cnt_box .cnt_title01 #entry_btn a {
                    background: url(img/entry_btn.png) no-repeat 0 0;
                    display: block;
                    width: 135px;
                    height: 20px;
                    text-indent: -9999px;
				    margin: 11px 5px 0px 0px;
                    }
            
            #top #right_cnt .lead p {
                color: #000000;
                font-size: 12px;
            }
            #top #left_cnt .lead p {
                color: #000000;
                font-size: 12px;
            }  

    #top #right_cnt .post_list {
		background-color: #FBFBFE;
		padding: 15px 10px; 
	}
    #top #left_cnt .post_list {
		background-color: #FBFBFE;
		padding: 15px 10px; 
	}
    
        #top #right_cnt .post_list dl { padding-bottom: 5px; }
        #top #left_cnt .post_list dl { padding-bottom: 5px; }

            #top #right_cnt .post_list dl dt,
            #top #right_cnt .post_list dl dd {
                display: block;
                vertical-align: top;
                line-height: 1.6;
                word-wrap: break-word;
                }
            #top #left_cnt .post_list dl dt,
            #top #left_cnt .post_list dl dd {
                display: block;
                vertical-align: top;
                line-height: 1.6;
                word-wrap: break-word;
                }
                
            #top #right_cnt .post_list dl dt {
                float: left;
                width: 90px;
                }
            #top #left_cnt .post_list dl dt {
                float: left;
                width: 90px;
                }
            
            #top #right_cnt .post_list dl dd {
                float: right;
                width: 212px;
                }
            #top #left_cnt .post_list dl dd {
                float: right;
                width: 500px;
                }
        
#top #right_cnt {
    float: right;
    width: 212px !important;
    margin-top: 2px;
    }
    
    #top #right_cnt .cnt_box { margin-bottom: 10px; }
    
    #top #right_cnt .cnt_title01 {
        background: url(img/cnt_title02.gif) repeat-x;
        color: #ffffff;
        }
    
    #top #left_cnt .cnt_subtitle01 {
		font-size: 14px;
		letter-spacing: 2px;
        background: #e6e3d8;
        padding: 5px 10px;
/*        border-bottom: 1px dashed #d9cd98; */
        }
	#top #left_cnt .cnt_box .lead
	{
			background: #e6e3d8;
	}   
	#top #left_cnt .cnt_box .lead p
	{
            padding: 15px 10px 15px 10px;
	}  
    #top #left_cnt .post_list { background: #f8f6f2;  }
        
        #top #right_cnt .post_list ul {
            list-style: none;
            }
        #top #left_cnt .post_list ul {
            list-style: none;
            /* padding: 15px 10px 0 10px; */
            }
        
        #top #left_cnt .post_list ul li {
            line-height: 1.6;
            margin-bottom: 10px;
            word-wrap: break-word;
            }
        #top #right_cnt .post_list ul li {
            line-height: 1.6;
            margin-bottom: 10px;
            word-wrap: break-word;
            }
            
        #top #left_cnt .cnt_box02 .post_list ul li {
            background: url(img/arrow02.gif) no-repeat 0 6px;
            padding-left: 15px;
            }
            
/**
 * 5.3 Main Content
 * -------------------------------
 */
#main_cnt {
    float: left;
    width: 644px;
    padding: 2px;
    border: 1px solid #cccccc;
    }
    
    #main_cnt #main_cnt_in {
        margin: 20px 10px;
        padding-top: 15px;
        border-top: 1px dotted #cee7f2;
        line-height: 1.6;
        }
        
        #main_cnt #main_cnt_in .post_list { list-style: none; }
    
            #main_cnt #main_cnt_in .post_list li {
                padding-bottom: 20px;
                margin-bottom: 15px;
                border-bottom: 1px dotted #cedfdb;
                }
                
                #main_cnt #main_cnt_in .post_list li .post_title01 { margin-bottom: 10px; }
                
                    #main_cnt #main_cnt_in .post_list li .post_title01 a { color: #456ca2; }
                    
                        #main_cnt #main_cnt_in .post_list li .post_title01 a:hover { color: #539ee0; }
                
                #main_cnt #main_cnt_in .post_list li .readmore {
					font-size:12px;
                    background: url(img/readmore.gif) no-repeat bottom right;
                    height: 1.4em;
                    padding-right: 0.7em;
                    overflow: hidden;
                    line-height: 1.6;
                    word-wrap: break-word;
                    }
                    
/**
 * 5.4 Archive Page
 * -------------------------------
 */
#research_lead { margin: 20px 10px 0 10px; }
    
    #research_lead dt {
        display: block;
        float: left;
        width: 160px;
        }
        
    #research_lead dd {
        float: right;
        width: 436px;
        line-height: 1.6;
        }
        
/* Page Navigation */
.wp-pagenavi {
    text-align: center;
    font-size: 12px;
    }

    .wp-pagenavi span,
    .wp-pagenavi a {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        }
        
        .wp-pagenavi a:hover { border: 1px solid #2688e0 !important; }
    
    .wp-pagenavi .current {
        background: #2688e0;
        border: 1px solid #2688e0 !important;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        color: #fff;
        font-weight: bold;
        }
        
    .wp-pagenavi .page { border: 1px solid #ccc; }
    
/* Form */
#main_cnt #main_cnt_in .form_txt,
#main_cnt #main_cnt_in .form_item {
    display: inline-block;  
    *display: inline;  
    *zoom: 1;
    padding-bottom: 10px;
    }
    
#main_cnt #main_cnt_in .form_txt { width: 170px; }
#main_cnt #main_cnt_in .form_item { width: 430px; }

#main_cnt #main_cnt_in .notes {
    display: block;
    padding-bottom: 10px;
    color: #f00;
    }
    
#main_cnt #main_cnt_in #s2email {
    width: 250px;
    margin: 5px 0 10px 0;
    }

/**
 * --------------------------------------------------------------------------------
 * 6.0 Sidebar
 * --------------------------------------------------------------------------------
 */
 
.sidebar_title {
    background: #e4a476;
    padding: 6px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    }
    
.sidebar_in {
    list-style: none;
    border-left: 2px solid #e4a476;
    border-right: 2px solid #e4a476;
    line-height: 1.6;
    }
    
    .sidebar_in li { border-bottom: 2px solid #e4a476; }
    
        .sidebar_in li a {
			font-size: 13px;
            width: 164px;
            display: inline-block;  
            *display: inline;  
            *zoom: 1;
            padding: 10px 15px;
            color: #2688e0;
            text-decoration: none;
            word-wrap: break-word;
            }
            
            .sidebar_in li.active a,
            .sidebar_in li a:hover,
            .sidebar_in li a.active {
                background: #ebebed url(img/sidebar_arrow.gif) no-repeat 0 50%;
                color: #093e6c;
                } 
        

/**
 * --------------------------------------------------------------------------------
 * 7.0 Footer
 * --------------------------------------------------------------------------------
 */
        
/**
 * 7.1 Footer Navigation
 * -------------------------------
 */ 
#footer_nav {
    list-style: none;
    text-align: center;
    }

    #footer_nav li {
        display: inline-block;  
        *display: inline;  
        *zoom: 1;
        padding: 0 5px;
        border-left: 1px solid #000;
        line-height: 1.2;
        word-wrap: break-word;
        }
        
    #footer_nav li.menu-item-home { border-left: none; }
    
        #footer_nav li a { color: #000; }
    
/**
 * 7.1 Footer Credit
 * -------------------------------
 */ 
#footer_credit {
    padding: 10px 0 35px 0;
    margin-top: 10px;
    border-top: 2px solid #bbbbbb;
    text-align: center;
    color: #666;
    }
    

/**
 * --------------------------------------------------------------------------------
 * 8.0 Other
 * --------------------------------------------------------------------------------
 */
 
/* -- Clearfix -- */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
.clearfix { zoom:1; }

/* -- Text Align -- */
.ta_left { text-align: left; }
.ta_center { text-align: center; }
.ta_right { text-align: right; }

/* -- Float -- */
.fleft { float: left; }
.fright { float: right; }

/* -- Padding -- */
.pd5 { padding: 5px; }
.pdt5 { padding-top: 5px; }
.pdr5 { padding-right: 5px; }
.pdb5 { padding-bottom: 5px; }
.pdl5 { padding-left: 5px; }

.pd10 { padding: 10px; }
.pdt10 { padding-top: 10px; }
.pdr10 { padding-right: 10px; }
.pdb10 { padding-bottom: 10px; }
.pdl10 { padding-left: 10px; }

.pd15 { padding: 15px; }
.pdt15 { padding-top: 15px; }
.pdr15 { padding-right: 15px; }
.pdb15 { padding-bottom: 15px; }
.pdl15 { padding-left: 15px; }

.pd20 { padding: 20px; }
.pdt20 { padding-top: 20px; }
.pdr20 { padding-right: 20px; }
.pdb20 { padding-bottom: 20px; }
.pdl20 { padding-left: 20px; }

.pd25 { padding: 25px; }
.pdt25 { padding-top: 25px; }
.pdr25 { padding-right: 25px; }
.pdb25 { padding-bottom: 25px; }
.pdl25 { padding-left: 25px; }

.pd30 { padding: 30px; }
.pdt30 { padding-top: 30px; }
.pdr30 { padding-right: 30px; }
.pdb30 { padding-bottom: 30px; }
.pdl30 { padding-left: 30px; }

.pd35 { padding: 35px; }
.pdt35 { padding-top: 35px; }
.pdr35 { padding-right: 35px; }
.pdb35 { padding-bottom: 35px; }
.pdl35 { padding-left: 35px; }

.pd40 { padding: 40px; }
.pdt40 { padding-top: 40px; }
.pdr40 { padding-right: 40px; }
.pdb40 { padding-bottom: 40px; }
.pdl40 { padding-left: 40px; }

.pd45 { padding: 45px; }
.pdt45 { padding-top: 45px; }
.pdr45 { padding-right: 45px; }
.pdb45 { padding-bottom: 45px; }
.pdl45 { padding-left: 45px; }

.pd50 { padding: 50px; }
.pdt50 { padding-top: 50px; }
.pdr50 { padding-right: 50px; }
.pdb50 { padding-bottom: 50px; }
.pdl50 { padding-left: 50px; }

.pd55 { padding: 55px; }
.pdt55 { padding-top: 55px; }
.pdr55 { padding-right: 55px; }
.pdb55 { padding-bottom: 55px; }
.pdl55 { padding-left: 55px; }

.pd60 { padding: 60px; }
.pdt60 { padding-top: 60px; }
.pdr60 { padding-right: 60px; }
.pdb60 { padding-bottom: 60px; }
.pdl60 { padding-left: 60px; }

/* -- Margin -- */
.mg5 { margin: 5px; }
.mgt5 { margin-top: 5px; }
.mgr5 { margin-right: 5px; }
.mgb5 { margin-bottom: 5px; }
.mgl5 { margin-left: 5px; }

.mg10 { margin: 10px; }
.mgt10 { margin-top: 10px; }
.mgr10 { margin-right: 10px; }
.mgb10 { margin-bottom: 10px; }
.mgl10 { margin-left: 10px; }

.mg15 { margin: 15px; }
.mgt15 { margin-top: 15px; }
.mgr15 { margin-right: 15px; }
.mgb15 { margin-bottom: 15px; }
.mgl15 { margin-left: 15px; }

.mg20 { margin: 20px; }
.mgt20 { margin-top: 20px; }
.mgr20 { margin-right: 20px; }
.mgb20 { margin-bottom: 20px; }
.mgl20 { margin-left: 20px; }

.mg25 { margin: 25px; }
.mgt25 { margin-top: 25px; }
.mgr25 { margin-right: 25px; }
.mgb25 { margin-bottom: 25px; }
.mgl25 { margin-left: 25px; }

.mg30 { margin: 30px; }
.mgt30 { margin-top: 30px; }
.mgr30 { margin-right: 30px; }
.mgb30 { margin-bottom: 30px; }
.mgl30 { margin-left: 30px; }

.mg35 { margin: 35px; }
.mgt35 { margin-top: 35px; }
.mgr35 { margin-right: 35px; }
.mgb35 { margin-bottom: 35px; }
.mgl35 { margin-left: 35px; }

.mg40 { margin: 40px; }
.mgt40 { margin-top: 40px; }
.mgr40 { margin-right: 40px; }
.mgb40 { margin-bottom: 40px; }
.mgl40 { margin-left: 40px; }

.mg45 { margin: 45px; }
.mgt45 { margin-top: 45px; }
.mgr45 { margin-right: 45px; }
.mgb45 { margin-bottom: 45px; }
.mgl45 { margin-left: 45px; }

.mg50 { margin: 50px; }
.mgt50 { margin-top: 50px; }
.mgr50 { margin-right: 50px; }
.mgb50 { margin-bottom: 50px; }
.mgl50 { margin-left: 50px; }

.mg55 { margin: 55px; }
.mgt55 { margin-top: 55px; }
.mgr55 { margin-right: 55px; }
.mgb55 { margin-bottom: 55px; }
.mgl55 { margin-left: 55px; }

.mg60 { margin: 60px; }
.mgt60 { margin-top: 60px; }
.mgr60 { margin-right: 60px; }
.mgb60 { margin-bottom: 60px; }
.mgl60 { margin-left: 60px; }