/*
Theme Name: ACEDENTAL
Theme URI: http://www.acedental.co.jp/
Author: Hideaki Matsushita
Author URI: http://www.acedental.co.jp/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.7
*/


	@charset "utf-8";
	/* CSS Document */

	@import url("./pc.css");
	@import url("./tablet.css");
	@import url("./basic.css");
	@import url("./phone_portrait.css");
	@import url("./phone_landscape.css");
	@import url("./drawer.css");
	@import url("./greet.css");
	@import url("./globalnav.css");

/*------	debug	--------*/

	.border{border: solid 1px #000;}
	.bk{background-color:#000;}
	.bd{border: solid 5px #000;}
	.bd2{border: solid 10px #000;}
	.back_line{
		font-weight:bold;
		background-color: rgba(0,0,0,0.1);
	}
	.un_line{
		font-weight:bold;
		background-color:#ccc;
		background: linear-gradient(transparent 60%, rgba(0,0,0,0.1) 60%);
	}
/*--	debug	--*/
