/*
Theme Name:     Newspaper 8.7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper                             
Version:        8.7.4
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/*  見出しCSS  */
h1{
    position: relative;
    color: #fff;
    background: #35a533;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 -0.6em 0.5em -0.6em;
    padding: 0.8em;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
 
h1:after,
h1:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
 
h1:before{
    right: 0;
    border-left: 5px solid #333;
}
 
h1:after{
    left: 0;
    border-right: 5px solid #333;
}

h2{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #35a533;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
h2:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #35a533;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

h3{
	color: #35a533;
    margin: 0 0 1.5em;
    padding: 0.8em;
    border: 2px solid #35a533;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

h4 {
	color: #35a533;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	border-color: #35a533;
}