/*
Theme Name:     Twentythirteen-r3
Theme URI:      
Description:    Twentythirteen child theme.
Author:         Me
Author URI:     
Template:       twentythirteen
Version:        0.1.0
*/

html,
button,
input,
select,
textarea,
h1{    font-family: "a-otf-futo-go-b101-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;

},
h2{    font-family: "a-otf-futo-go-b101-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;
}
,
h3{
    font-family: "a-otf-futo-go-b101-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;

},
h4 {
    font-family: "a-otf-gothic-bbb-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;
}
/*
div.entry-content h3 {
    background: none repeat scroll 0 0 #f6f6f6;
    border-bottom: 1px solid #eee;
    border-left: 3px solid #fff;
    border-right: 1px solid #eee;
    box-shadow: -20px 0 0 #1e98b9;
    color: #1e98b9;
    font-size: 24px;
    line-height: 32px;
    margin: 30px 0 15px;
    padding: 10px 20px;
}
*/

/* div.entry-content h2
{
 font-family: "a-otf-futo-go-b101-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color : rgb(0,32,0);
	background-color: rgb(247,245,231);
	border-left: 6px solid #e05d22;
	border-bottom: 3px solid #e05d22;
} */



/*
div.entry-content h3
{
 font-family: "a-otf-futo-go-b101-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color : rgb(0,32,0);
	border-bottom: 2px solid #e05d22;
}
*/
/*
div.entry-content h4
{
 font-family: "a-otf-gothic-bbb-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color : rgb(0,32,0);
}
*/
.sample-box-01 {
    background-color: #e0dddd;
    margin: 10px 10px 10px 10px;
    border: 1px solid #afadad;
    border-radius: 5px;
    padding: 5px;
}

.sample-box-02 {
    margin: 10px 10px 10px 10px;
    border: 3px double #ddd;
    padding: 2px;
}

.sample-box-03 {
    margin: 10px;
    padding: 5px;
    border-radius: 8px;
    background-color: #d24444;
    border: dashed #bbb;
    box-shadow: 0 0 0 4px #d24444;
}

.sample-box-04 {
    margin: 10px;
    padding: 5px;
    background-color: #05c831;
    color: #fff;
    position: relative;
}
.sample-box-04::after {
    content: "";
    border-color: #067918 #fff #fff #067918;
    border-style: solid;
    border-width: 0 0 24px 24px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.sample-box-05 {
    margin: 10px;
    padding: 20px;
    border: 2px solid #da4033;
    border-radius: 8px;
    position:relative;
}
.sample-box-05::before {
    background-color: #fff;
    color: #da4033;
    content: "POINT";
    font-weight: bold;
    position: absolute;
    padding: 0 20px;
    left: 10px;
    top: -10px;
}

.sample-box-06 {
    margin: 20px;
    padding: 20px;
    position:relative;
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}
.sample-box-06:before {
    content:"";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    width: 0px;
    height: 0px;

    border-top: 20px solid #ddd;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.sample-box-06:after {
    content:"";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -20px;
    width: 0px;
    height: 0px;

    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

/* Mobile devices */
@media (max-width: 359px) {

div.entry-content h2
{
 font-family: "a-otf-futo-go-b101-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color : rgb(0,32,0);
	background-color: rgb(247,245,231);
	border-left: 6px solid #e05d22;
	border-bottom: 3px solid #e05d22;
}
/*
div.entry-content h3
{
 font-family: "a-otf-futo-go-b101-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : rgb(0,32,0);
	border-bottom: 2px solid #e05d22;
}
*/
/*
div.entry-content h4
{
 font-family: "a-otf-gothic-bbb-pr6n","メイリオ", Meiryo, "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : rgb(0,32,0);
}

*/

}
