/*
Theme Name: One Pack 01
Theme URI: http://wordpress.org/themes/combined01
Author: Mitsuyoshi Hara
Author URI: http://www.kogeki-setagaya.org/
Version: 0.1
*/

.tile140, .tile210, .tile280, .tile350, .tile420, .tile560, .tile700  {
/*	display: inline-block;	*/
	float: left;
	vertical-align: top;
	width: calc(100%);
}

@media screen and (min-width: 280px)	{
	.tile140 {
		width: calc(100% / 2);
	}
}

@media screen and (min-width: 420px)	{
	.tile140 {
		width: calc(100% / 3);
	}
	.tile210 {
		width: calc(100% / 2);
	}
}

@media screen and (min-width: 480px)	{
	.tile280 {
		width: calc(100% / 2);
		margin:
	}
}

@media screen and (min-width: 500px)	{
	.tile350 {
		width: calc(100% / 2);
	}
}

@media screen and (min-width: 600px)	{
	.tile140 {
		width: calc(100% / 4);
	}
	.tile210 {
		width: calc(100% / 3);
	}
	.tile420 {
		width: calc(100% / 2);
	}
}

@media screen and (min-width: 800px)	{
	.tile140 {
		width: calc(100% / 5);
	}
	.tile280 {
		width: calc(100% / 3);
	}
	.tile560 {
		width: calc(100% / 2);
	}
}

@media screen and (min-width: 900px)	{
	.tile210 {
		width: calc(100% / 4);
	}
}

@media screen and (min-width: 1000px)	{
	.tile140 {
		width: calc(100% / 6);
	}
	.tile350 {
		width: calc(100% / 3);
	}
	.tile700 {
		width: calc(100% / 2);
	}
}

@media screen and (min-width: 1200px)	{
	.tile210 {
		width: calc(100% / 5);
	}
	.tile280 {
		width: calc(100% / 4);
	}
	.tile420 {
		width: calc(100% / 3);
	}
}

@media screen and (min-width: 1400px)	{
	.tile140 {
		width: calc(100% / 7);
	}
}

@media screen and (min-width: 1500px)	{
	.tile210 {
		width: calc(100% / 6);
	}
	.tile350 {
		width: calc(100% / 4);
	}
}


body	{
	font-size: 100%;
}

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

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Header */
.site-header h1 {
	color: #202020;
	margin: 0;
/*	font-size: 140%;	*/
}
.site-header h2 {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-size: 120%;	*/
	font-weight: normal;
	color: #202020;
}
img.header-image	{
	max-width: 100%;
	height: auto;
	border: 0;
}

/*	footer	*/

footer.entry-meta	{
	display: none;
}

/*	member-only widget area	*/

div.members	{
	display: none;
}

/*	protected category supression	*/

article.post.post-password-required	{
	display: none;
}

/* Navigation Menu */

.menu-toggle {
	display: block;
	margin: 0;
	line-height: 0.8em;
}


.main-navigation ol, 
.main-navigation ul, 
.main-navigation li	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
	font-weight: bold;
}

.main-navigation ul	{
	background-color: #ff9933;
	display: none;
}

.main-navigation .assistive-text,li a {
	font-size: 90%;
	line-height: 1.4em;
	padding: 0.15em 1em;
}

.main-navigation li li a {
	font-size: 90%;
	line-height: 1.4em;
	padding: 0.1em 2em;
}

.main-navigation a {
	background-color: #ff9933;
	color: #000000;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background-color: #ffcc99;
	color: #000000;
}

.main-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}

.main-navigation ul.nav-menu.toggled-on li ul {
	display: block;
}


/* Assistive text */
.main-navigation .assistive-text	{
	display: none;
}

/* Archive title */
/* Small headers */

.archive-title, 
.entry-title, 
.page-title, 
.widget-title  {
	line-height: 140%;
	font-size: 100%;
	background:#ffcc99;
	border-left:1em solid #ff9933;
	color:#000000;
	font-weight:bold;
	padding: 0;
	margin: 1em 0;
}
/*
.archive-title, 
.entry-title, 
.page-title, 
.widget-title, 
.entry-content th, 
.comment-content th {
	line-height: 140%;
	font-size: 100%;
	background:#ffcc99;
	border-left:1em solid #ff9933;
	color:#000000;
	font-weight:bold;
	padding: 0;
	margin: 1em 0;
}
*/
.entry-title a {
	color: #000000;
}

.entry-page-image img.wp-post-image, 
.entry-header img.wp-post-image {
	display: none;
}

.entry-content h1 {
	font-size: 130%;
	padding: 0 1em;
	border-bottom: 0.3em solid #ffcc99;
	background: url(bulletH1b.gif) no-repeat left;
	line-height: 100%;
}

.entry-content h2 {
	font-size: 110%;
	padding: 0 0.8em;
	border-bottom: 0.2em solid #ffcc99;
	background: url(bulletH2b.gif) no-repeat left;
	line-height: 100%;
}

.entry-content h3 {
	font-size: 100%;
	padding: 0 0.8em;
	border-bottom: 0.1em solid #ffcc99;
	background: url(bulletH3b.gif) no-repeat left;
	line-height: 100%;
}

.entry-content ul {
	list-style-image: url(bulletULb.gif);
}

.boxR {
    position: relative;
    margin: 1em 0;
    padding: 0 1em;
	  border: solid 0.2em #ffcc99;
    border-radius: 2em;
}
.boxR .box-title {
    position: absolute;
    display: inline-block;
    top: -0.5em;
    left: 1em;
    padding: 0 0.5em;
    line-height: 1;
    font-size: 110%;
    background: #FFF;
    color: #ff6644;
    font-weight: bold;linker
}
.boxR p {
    margin: 0; 
    padding: 0;
}

/*	aside	*/
aside ul {
	padding-left: 1em;
	}

/*	widget general	*/

.widget .thumb_box {
	margin-top: 0.5em;
	}

.widget a	{
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-style:normal;
}

.widget ul {
	list-style-type: none;
}

/*	post list wiget	*/

.thumb_box {
	float: left;
}

.entry_box p {
	margin: 0;
}

.post_list:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

div#primary:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

/*	tag cloud	*/

.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

/*	Zeno_FR_Widget	*/

.Zeno_FR_Widget .widget-title {
	display: inline-block;
	}

.Zeno_FR_Widget .zeno_font_resizer_container {
	display: inline-block;
	}

.Zeno_FR_Widget .zeno_font_resizer {
	margin: 0;
	}

/*	image inker header removal	*/
.widget_image_linker .widget-title {
	display: none;
	}

/*	category "hidden", "notice", ag "member_notice", "public_otice" are not shown	*/
.cat-item-23, 
.tag-link-22, .tag-link-24 {
	display: none;
	}

/* search window width setting	*/
.screen-reader-text + input {
	width:60%;
	}

/* Minimum width of 200 pixels. */
@media screen and (min-width: 200px) {

	.site-header h1 {
		font-size: 46.7%;
	}
	.site-header h2 {
		font-size: 40%;
	}
}

/* Minimum width of 300 pixels. */
@media screen and (min-width: 300px) {

	.site-header h1 {
		font-size: 70%;
	}
	.site-header h2 {
		font-size: 60%;
	}
}

/* Minimum width of 400 pixels. */
@media screen and (min-width: 400px) {

	.site-header h1 {
		font-size: 93.3%;
	}
	.site-header h2 {
		font-size: 80%;
	}
}

/* Minimum width of 500 pixels. */
@media screen and (min-width: 500px) {

	.site-header h1 {
		font-size: 116.7%;
	}
	.site-header h2 {
		font-size: 100%;
	}

	#primary {
		float: left;
		width: 70%;
	}

	#secondary {
		float: right;
		width: 30%;
	}

	div#front-3-body {
		float: left;
		width: 70%;
	}

	div#front-3-body div#primary {
		width: 100%;
	}

	div#front-3-body div#secondary {
		float: left;
		width: 100%;
	}

	div#front-3-body+div#tertiary {
		float: right;
		width: 30%;
	}

	div#main:after {
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
		content: ".";
	}

	div#content {
		margin-right: 0.5em;
	}

	div#front-3-body div#secondary aside {
		margin-right: 0.5em;
	}

	/* Navigation Menu */
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		margin: 0;
		line-height: 1.4em;
		padding: 0.1em 0; 
		background-color: #ff9933;
		display: block;
	}
	.main-navigation li {
		position: relative;
		display: inline-block;
		background-color: #ff9933;
		color: #000000;
	}
	.main-navigation li a {
		padding: 0.2em 0.5em;
		text-decoration: none;
		color: #000000;
	}
	.main-navigation li a:hover {
		background-color: #ffcc99;
		color: #000000;
	}
	.main-navigation li ul {
		position: absolute;
		top: 100%;
		clip: rect(0px, 0px, 0px, 0px);
		padding: 0;
	}
	.main-navigation li:hover > ul,
	.main-navigation li:focus > ul {
		clip: auto;
		overflow: visible;
		z-index: 1;
		margin: 0;
		padding: 0;
		background-color: #ff9933;
		color: #000000;
	}
	.main-navigation li ul li {
		display: block;
	}
	.main-navigation li ul li a {
		display: block;
		white-space: nowrap;
		padding: 0 1em;
		margin: 0;
	}

	/*	Font resize	*/
	.my_font_resize {
		display: none;
	}

}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	.site-header h1 {
		font-size: 140%;
	}
	.site-header h2 {
		font-size: 120%;
	}
}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px)	{

	div#front-3-body {
		width: 80%;
	}

	div#front-3-body div#primary {
		width: 100%;
	}

	div#front-3-body div#secondary {
		width: 100%;
	}

	div#front-3-body+div#tertiary {
		width: 20%;
	}

	div#front-3-body div.first {
		float: left;
		width: 50%;
	}

	div#front-3-body div.second {
		float: right;
		width: 50%;
	}

	div#front-3-body div#secondary:after {
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
		content: ".";
	}

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

}







