@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	シンプルなテーマです。
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
	Version: 1.0.1
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, right-sidebar, two-columns

*/

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
        background: url() no-repeat center top fixed; 
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: 100%;
        overflow: auto
}

body {
    color: #222;
	font-size: 14px;
	line-height: 220%;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 240%;
	font-family: 'Josefin Sans', sans-serif;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	color: #0088c8;
	text-decoration: none;
        border-style:none;
        outline: none;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #fe56aa;
}


/****************************************

          img

*****************************************/
img {
    border-style:none;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a img {
    border-style:none;
}


/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 100%;
}

#header {
	float: left;
	width: 100%;
	padding-top: 10px;
	background-color: rgba(255,255,255,0.0);
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}

#main {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#main2 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom: solid 1px #ccc;
}

#sidebar {
	float: right;
	width: calc(100% - 0px);
}

#main,
#sidebar{
	margin-top: 30px;
        margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#footer {
	float: left;
	width: calc(100% - 40px);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	background: #000;
	color: #fff;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
    z-index: 10000;
}

#logo{
	float: left;
	width: calc(100% - 130px);
	margin-top: 0px;
	margin-left: 80px;
	margin-right: 50px;
	margin-bottom: -10px;
	text-align: center;
}

#logo a{
	border: none;
}

#description {
	margin-top: 0;
	color: #777;
}

#searchform{
	position: relative;
	margin-top: 45px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}

#toiawase {
	float: left;
	width: calc(100% - 50px);
	height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	text-align: center;
}


/****************************************

          Navigation

*****************************************/
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    display: inline;
    list-style-type:none;
    list-style-image:none;
    zoom:1;
    text-decoration: none;
    
}

#menu_background {
	display: none;
}

#menu {
	display: none;
}

#menu:before,
#menu:after {
    display: none;
}

#menu:after {
    display: none;
}

#menu {
    zoom:1;
}

#menu li {
    display: none;
}

#menu a {
    display: none;
}

#menu li:hover > a {
    display: none;
}


#menu ul {
    display: none;
}

#menu li:hover > ul {
    display: none;
}

#menu ul ul {
    display: none;
}

#menu ul li {
    display: none;
}

#menu ul li:last-child {   
    display: none;
}

#menu ul a {    
    display: none;
}

#menu ul a:hover {
    display: none;
}

#menu ul li:first-child > a {
    display: none;
}

#menu ul li:first-child > a:after {
    display: none;
}

#menu ul ul li:first-child a:after {
    display: none;
}

#menu ul li:first-child a:hover:after {
    display: none;
}

#menu ul ul li:first-child a:hover:after {
    display: none;
}

#menu ul li:last-child > a {
    display: none;
}
		

/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-top: 30px;
        margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
        border: double 10px #0000ff;
}
.comment-page-link{
	margin: 0 0 3em;
        border: double 10px #0000ff;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/
#sidebar h2{
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
        font-size: 18px;
}
.widget{
	margin-top: 30px;
        margin-bottom: 15px;
}

#sidebar .widget ul{
	padding-top: 0.5em;
        padding-left: 1.5em;
        padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: disc;
        font-size: 14px;
        position:relative;
        border-bottom: 1px solid #ddd;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}

.button
 {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #fe56aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ff89c4;
　　　　　-webkit-transition: 0.4s ;
	transition: 0.4s ;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	/* Old browsers */
}

	.button:hover {
	background: #ff89c4;
	color: #333;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}



/****************************************

          Footer

*****************************************/

#copyright{
	padding: 20px 0;
	font-size:  12px;
        text-align: center;
}

#footer_bbox01 {
}



/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}



/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}



/* youtubeサイズ固定
--------------------------------------------- */
a { outline: none; }
#hoge {
    overflow : hidden;
    outline : none;
}

img {
    border-style:none;
}

a img {
    border-style:none;
}


/* ギャラリー
--------------------------------------------- */
#sub_bbox01 {
	left: auto;
	right: auto;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	margin-top: 0px;
	min-width: 885px;
}
#sub_bbox02 {
	left: auto;
	right: auto;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	width: 180px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	margin-top: 0px;
	border-bottom: 1px solid #BBBBBB;
}
#sub_sbox01 {
	left: auto;
	right: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 180px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 0px;
	height: 170px;
}
#sub_sbox02 {
	left: auto;
	right: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 180px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-top: 0px;
	height: 44px;
}
#sub_sbox03 {
	left: auto;
	right: auto;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 180px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-top: 0px;
	height: 35px;
}
#sub_bn01 {
	left: auto;
	right: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 90px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	margin-top: 0px;
	height: 35px;
}
#sub_bn02 {
	left: auto;
	right: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 90px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 0px;
	height: 35px;
}


/* 最新情報
--------------------------------------------- */
#topics_bbox01 {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	position: relative;
	visibility: visible;
	font-size: 14px;
	line-height: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 800px;
}

#topics_bbox02 {
	width: 1160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: px;
	overflow: auto;
	position: relative;
	visibility: visible;
	font-size: 14px;
	line-height: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 800px;
}

#topics_sbox01 {
        float: left;
	width: 250px;
	height: 250px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 2px;
	overflow: auto;
	position: relative;
	visibility: visible;
	font-size: 14px;
	line-height: 40px;
}

#topics_sbox02 {
        float: left;
	width: 800px;
	height: px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	position: relative;
	visibility: visible;
	font-size: 14px;
        color: #777777;
        font-weight: bold;
	line-height: 40px;
}

/* ウェジェットボタン
--------------------------------------------- */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 160px;
	color: #ffffff;
	padding: 5px 20px;
	background: -moz-linear-gradient(
		top,
		#0093fc 0%,
		#0051b3);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#0093fc),
		to(#0051b3));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #003366;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow:
		1px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
        margin-bottom: 5px;
        text-decoration: none;
}

.button:hover {
	color: #fff;
        text-decoration: none;
        border: none;
        background: -webkit-gradient(
		linear, left top, left bottom,
		from(#15bd42),
		to(#136919));
}




/* homeページ用
--------------------------------------------- */
#hp_sbox01 {
	left: 0px;
	right: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 600px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	margin-top: 0px;
	height: px;
}

#hp_bn01 {
	left: 0px;
	right: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 220px;
	background-repeat: no-repeat;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	margin-top: 0px;
	height: 56px;
}

/* 画像ボタン（ロールオーバー時に透過）
--------------------------------------------- */
a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=80);
        transition: all 0.8s;
	-moz-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	-o-transform: scale(1.03,1.03);
	-ms-transform: scale(1.03,1.02);
}

a img {
	opacity: 1.0;
	filter: alpha(opacity=80);
        transition: all 0.8s;
        -moz-transform: scale(1.0,1.0);
        -webkit-transform: scale(1.0,1.0);
        -o-transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0);
}


/* 画像ボタン（ロールオーバー時に拡大）
--------------------------------------------- */
.img-block {
  width: 575px;
  height: 400px;
  overflow: hidden;
}
.img-block img {
  transition: 0.5s;
}
.img-block img:hover {
  -moz-transform: scale(1.0,1.0);
  -webkit-transform: scale(1.0,1.0);
  -o-transform: scale(1.0,1.0);
  -ms-transform: scale(1.0,1.0);
}

/* 画像ボタン（ロールオーバー時にテキスト表示）
--------------------------------------------- */
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
        height: 250px;
        margin: auto;
}

figcaption {
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
        color: #ffffff;
        overflow: hidden;
        text-align: center;
}

figure:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}


/* youtubeサイズ固定
--------------------------------------------- */
a { outline: none; }
#hoge {
    overflow : hidden;
    outline : none;
}

img {
    border-style:none;
}

a img {
    border-style:none;
}




/* ナビを上部に固定
--------------------------------------------- */
.nav {
		padding: 0 0px;
		margin: 0 auto 0px;
		width: 100%;
		font-size: 85%;
	}
	.nav li {
		list-style: none;
		float: left;
	}
	.nav li a {
		text-decoration: none;
		color: #fff;
		padding: 8px 12px;
		display: block;
	}
	.nav li a:hover {
		background: #666;
	}
	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
                padding-left: 0%;
                background-color:rgba(0,0,0,0.10);
	}

/* ナビを上部に固定
--------------------------------------------- */
.pagesprit {
    color: #000000;
    background:white;
    margin: 1em auto;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height:2em;
    text-align:center;
}
/* ページが伸びた時のナンバー
--------------------------------------------- */
.page-numbers a {
    display:inline;
    border:solid 1px #ccc;
    text-decoration:none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    color: #444;
    -webkit-transition-property: background-color;  
    -webkit-transition-duration: 0.3s;  
    -webkit-transition-timing-function: linear; 
    border-radius:3px;
    box-shadow:rgba(113, 135, 164, 0.34902) 3px 3px 4px -2px;
}
.page-numbers a:hover {
    color:white;
    background-color: #59b1eb;
-webkit-transition-property: background-color;  
    -webkit-transition-duration: 0.3s;  
    -webkit-transition-timing-function: linear; 
}
.numbers {
    margin: 10px;
}


/* home
--------------------------------------------- */
.index_movie {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 70px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

.example {
  position: relative;
  }

.index_movie p {
  position: absolute;
	top: 50%;
	left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-100%,-100%);
  transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	text-align: center;
  }

.index_movie img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }


.child {
	width: 82%;
    position: absolute;
    top: 50%;
	left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-100%,-100%);
  transform: translate(-50%,-50%);
    margin:  auto;
}


#index_sbox01 {
	float: left;
	width: calc(100% - 100px);
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

#index_title01 {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
}

#index_title02 {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	padding: 0px;
	text-align: center;
}

#index_text01 {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#index_text02 {
	float: left;
	width: calc(100% - 0px);
	height: px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-top: dotted 1px #555;
	border-bottom: dotted 1px #555;
}


#youtube_bbox01 {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	text-align: center;
	background: #000000;
	background: url("http://www.atelier-maki.com/wp-content/uploads/2015/12/youtube_haikei.jpg") repeat center center;
}


#youtube_left {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#youtube_right {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#youtube_sbox01 {
	float: left;
	width: calc(100% - 0px);
	height: 205px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#youtube_sbox02 {
	float: left;
	width: calc(100% - 0px);
	height: 205px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#youtube_title01 {
	float: left;
	width: calc(100% - 5px);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
        text-align: left;
}

#youtube_text01 {
	float: left;
	width: calc(100% - 5px);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-align: left;
}

#youtube_text02 {
	float: left;
    width: calc(100% - 15px);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
        font-size: 16px;
	line-height: 28px;
        color: #fff;
        text-align: left;
}



#shoping_item01 {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	border-bottom: dotted 1px #aaa;
}


#aisatsu_sbox01 {
	float: left;
	width: 150px;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#aisatsu_sbox02 {
        float: right;
	width: 150px;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* flow
--------------------------------------------- */
#flow_sbox01 {
	float: left;
	width: 100%;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	background: #daedf6;
}

#flow_sbox01_2 {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	border-top: solid 1px #ccc;
	position: absolute;
	bottom: 0;
}

#flow_sbox02 {
	float: left;
	width: 100%;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	border-bottom: solid 1px #fff;
}

#flow_sbox02_2 {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	border-top: solid 1px #fff;
	position: absolute;
	bottom: 0;
}

#flow_text01 {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	width: calc(100% - 0px);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #993300;
	text-align: center;
}

#flow_text02 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	width: calc(100% - 0px);
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	text-align: center;
	border-top: dotted 1px #993300;
}

#flow_text03 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	width: calc(100% - 0px);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-size: 16px;
	text-align: center;
	color: #3366ff;
	border-bottom: dotted 1px #993300;
}

#flow_text04 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: calc(100% - 0px);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-size: 18px;
	text-align: center;
}

#flow_photo01 {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	text-align: center;
}

ul.flow {
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
 
ul.flow li {
	width: calc(100% / 6 - 0px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 60px;
	font-size: 14px;
	text-align: center;
	position: relative;
	border-bottom: solid 1px #000;
}

.flow li:nth-child(2n){
	color: #fff;
	background-color: #3d5770;
}

/* contact
--------------------------------------------- */
#contact_bbox01 {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}