@charset "utf-8";

@import "reset.css";
@import "default.css";
@import "layout.css";
@import "module.css";

/*
Theme Name: tobiken塾 wordpressテーマ
Theme URI: http://tobiken.com/
Description: tobiken塾 wordpressテーマ
Version: 1.0
Author: tobiken塾
Author http://tobiken.com/
Tags: one-column, two-columns,Green,right-sidebar,Red,Blue,Orange,Pink,Purple,Gray,White,Black,Eye Catch,Widget,custom-background,custom-colors,custom-header,custom-menu
*/

/*角丸01*/
.box01{
width:200px;
height:200px;
padding:25px;
border:solid 2px orange;
border-radius:20px;
}

/*角丸02*/
.box02{
width:450px;
height:300px;
padding:25px;
border:solid 2px orange;
border-radius:20px;
}