/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twelve Child Theme
 Author:       Lumie
 Author URI:   
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-twelve-child
*/

.site-info {
   display: none;
}

body>footer>aside ul {
	float:left;
	width: 300px;
	padding: 10px;
}

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Meiryo, "Open Sans", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #222;
}
body.custom-font-enabled {
	font-family: Meiryo, "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #05ada5;
}
a:hover {
	color: #66efe8;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}





.box_center23w{
	width: 88%;
	max-width: 760px;

	height:;
	line-height: 160%;
	background-color: #ffffff;
	text-align: left;
	margin: auto;
	position: relative;
	border: 0px solid #ffffff;
	PADDING: 5px;
	BACKGROUND: #ffffff;
	COLOR: #000000;
	border-radius: 0;
	font-size: 15px;
}


.box_center233_no_green{
	width: 85%;
	max-width: 750px;
	height:;
	line-height: 150%;
	background-color: #ffffff;
	text-align: left;
	margin: auto;
	position: relative;
	BORDER: 2px solid #33cccc;
	PADDING: 10px;
	BACKGROUND: #ffffff;
	COLOR: #000000;
	border-radius: 5px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
}








/* Page  */
.site {
	padding: 0 24px; /* 24px */
	padding: 0 1.714285714rem; /* 0 1.714285714rem   */
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0; /* 24px */
	margin: 1em 0 0;
	padding: 0 0; /* added 0 1.714285714rem */
}
.widget-area {
	margin: 10px 0 0; /* 24px */
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 0px 0; /* 24px */
	padding: 0 0; /* 1.714285714rem 0 */
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 0px; /*14px  */
	margin-bottom: 1rem; /*1rem  */
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 0px; /* 24px */
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0px; /* 24px */
	margin-top: ;  /* 1.714285714rem*/
	text-align: center;
}
.main-navigation li {
	margin-top: 0px; /* 24px */
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}


/* Footer */
footer[role="contentinfo"] {
	border-top: none; /* 1px solid #ededed*/
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* コンテンツの最下部 */
/*記事下の薄い二重線の削除*/
.site-content article {
border: none;
	margin-bottom: 10px;
	margin-bottom: 0.8rem;
	padding-bottom: 10px;
	padding-bottom: 0.8rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {　/* メタ表示部分 */
	margin-top: 10px;
	margin-top: 0.8rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #05ada5;
}



/*　埋め込みレスポンシブにする　*/
.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

.video-wrapper {
	width: 888px;
	max-width: 100% !important;
}

.box_center55_asagi_w90 {
	width: 90%;
	max-width: 760px;
	height: ;
	background-color: #ffffff;
	text-align: left;
	margin: auto;
	position: relative;
	border: 2px solid #d7eaec;
	PADDING: 20px;
	BACKGROUND: #ffffff;
	COLOR: #000000;
	line-height: 170%;
	border-radius: 8px;
	box-shadow: #CED0CF 3px 3px 4px;
	font-size: 13px;
}



.box_center55_w80 {
	width: 75%;
	max-width: 760px;
	height: ;
	background-color: #ffffff;
	text-align: left;
	margin: auto;
	position: relative;
	border: none;
	PADDING: 20px;
	BACKGROUND: #ffffff;
	COLOR: #000000;
	line-height: 170%;
	border-radius: 8px;
	box-shadow: #CED0CF 1px 2px 3px;
	font-size: 14px;
}




.box_center23bg{
	width: 85%;
	max-width: 750px;
	height:;
	line-height: 150%;
	background-color: #ffffff;
	text-align: justify;
	margin: auto;
	position: relative;
	border: 1px solid #6BA4E1;
	PADDING: 10px;
	BACKGROUND: #ffffff;
	COLOR: #000000;
	border-radius: 3px;
	font-size: 15px;
}





/* 本文中の行間 */
.entry-content p {line-height: 28px;}



/* 本体の画像周りの影なくす（更新後）には、"Add fancy borders to" のbox-shadow消す*/
