/*
Theme Name: wordpress-bootstrap-openvpn
Template: wordpress-bootstrap-master
*/


/*
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

This child theme enables you to make customizations while allowing for safe updates to the parent theme.
The parent theme's style.css is imported below. If you wish to make customizations, do one of the following:

A.) Copy the contents of skeleton/style.css into this file, but leave the (above) child theme head in tact!
B.) Add specific rules BELOW the import. This is intended for minimal customizations.

----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

*/

@import url("../wordpress-bootstrap-master/style.css");

h2 {margin-top:20px !important;font-size:24px;font-weight:bold !important;border-bottom:1px dotted gray;line-height:32px !important;}
h3 {margin-top:34px !important;font-size:20px;font-weight:bold !important;line-height:30px !important;border-left:7px solid #ddd;padding-left:12px;margin-bottom:20px}
h4 {margin-top:18px !important;font-size:18px;font-weight:bold !important;line-height:30px !important;}
h5 {margin-top:10px !important;margin-bottom:10px;border-left : 3px solid gray;padding-left:8px;font-weight:bold !important;}

.lead {font-size:100%;font-weight:normal}

h4.widgettitle {margin-top:20px;font-size:20px;font-weight:bold !important;line-height:30px !important;border-left:7px solid #ddd;padding-left:12px}

p,li {line-height:190% !important;}
li {margin-top:3px}
blockquote p {line-height:175% !important;color:#444;}
img.contentsimage {margin-top:20px;margin-bottom:20px}

div.hero-unit {background-size: contain;background-color:#25343F}

div#content {margin-top:10px}

div.widget_recent_entries li {line-height:130% !important;margin-bottom:6px;}

blockquote p {font-size:14px}
blockquote small {font-size:12.5px}

/* 投稿 */
p.lead {margin-top:30px}

/* トップページ - ニュース */
ul.lcp_catlist {list-style-type:square}
ul.lcp_catlist li {padding:0px;}


/* トップページ - トピックス */
ul.topics_list {margin-bottom:2em;}
ul.topics_list {list-style-type:none}
ul.topics_list li {margin-bottom:0.8em}
ul.topics_list li div.topic_thumbnail {float:left;display:block}
ul.topics_list li div.topic_contents {width:80%;float:left;display:block;padding-left:0.6em}
ul.topics_list li div.topic_contents a {font-weight:bold}
ul.topics_list li div.lcp_excerpt {margin-top:4px;padding-top:3px;border-top:1px solid gray}
ul.topics_list li:after{content:"";clear:both;display:block;}

