@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

   [ editor.css ]

++++++++++++++++++++++++++++++++++++++++ */

/* [ Editor ]
---------------------------- */

strong.point {
	color:#900;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	background: #ccc;
	margin: 2.5em 0;
}

sup {
    font-size: 0.8em;
	position: relative;
	top: -2px;
	vertical-align: middle;
	line-height: 0;
	font-size: 65%;
}

sub {
	position: relative;
	top: 2px;
	vertical-align: middle;
	line-height: 0;
	font-size: 65%;
}

.sp {
	display: none;
}
		@media screen and (max-width: 640px) {
				.pc {
					display: none !important;
				}
				.sp {
					display: block !important;
				}
		}

/* font size */

.fs10 {
    font-size: 0.715em;
}
.fs12 {
    font-size: 0.875em;
}
.fs14 {
    font-size: 1em;
}
.fs16 {
    font-size: 1.15em;
}
.fs18 {
    font-size: 1.285em;
}
.fs20 {
    font-size: 1.428em;
}
.fs22 {
    font-size: 1.570em;
}

/* background color */

.bg-white {
	background:#fff;
}

/* font color */

.text-red { color: #f50c0c; }
.text-orange { color:#ff9707; }
.text-green { color:#396; }
.text-pink { color:#f2727e; }
.price { color:#9d0000; }

/**/

.fw-n { font-weight:normal !important; }

/* Content
-------------------------------------------------*/

.entry-content {
	padding-bottom:4em;
	line-height:1.8;
}
		@media screen and (max-width: 640px) {
			.entry-content {
				padding-bottom:2em;
			}
		}
		
/* Content section
-------------------------------------------------*/

.entry-content section {
	margin-bottom:5em;
}
		@media screen and (max-width: 640px) {
			.entry-content section {
				margin-bottom:3.5em;
			}
		}

/* Content img
-------------------------------------------------*/

.entry-content img {
	border-radius:10px;
}
		@media screen and (max-width: 640px) {
			.entry-content section {
				margin-bottom:3.5em;
			}
		}
.entry-content img.no-border-radius {
	border-radius: 0 !important;
}

/* Content Title h3 - h6
-------------------------------------------------*/

/* h3 */

.entry-content h3 {
	background:#376cb7;
	color:#fff;
	font-weight: bold;
	font-size: 1.5em;
	line-height:1.5;
	margin-bottom: 1em;
	padding:15px 20px;
	border-radius:5px;
}
.entry-content h3:before {
	font-family: FontAwesome;
	content: '\f10c';
	color:#e9f1ff;
	margin-right:10px;
}

	@media screen and (max-width: 640px) {
		.entry-content h3 {
			font-size: 1.4em;
			margin-bottom: 1em;
		}
	}

/* h4 */

.entry-content h4 {
	background:#e2ebf8;
	color:#2759a1;
	font-weight: bold;
	font-size: 1.5em;
	line-height:1.5;
	margin-bottom: 0.8em;
	padding:9px 25px 5px;
	border-radius:5px;
}
	@media screen and (max-width: 640px) {
		.entry-content h4 {
			font-size: 1.4em;
			margin-bottom: 1em;
			padding:6px 25px 7px;
		}
	}


/* h5 */

.entry-content h5 {
	color:#376cb7;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.5;
	margin-bottom: 0.6em;
	padding:5px 0 5px;
	border-bottom:solid 2px #85abe2;
}
	@media screen and (max-width: 640px) {
		.entry-content h5 {
			font-size: 1.4em;
			margin-bottom: 1em;
		}
	}


/* h6 */

.entry-content h6 {
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.5;
	margin-bottom: 0.6em;
	padding: 10px 0 5px;
	border-bottom: dotted 1px #999;
}
.entry-content h6:before {
	content: '●';
	color:#85abe2;
	margin-right:5px;
}

	@media screen and (max-width: 640px) {
		.entry-content h6 {
			font-size: 1.4em;
			margin-bottom: 0.6em;
		}
	}





/* Content text align
-------------------------------------------------*/

.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
		@media only screen and (max-width: 414px) {
				.sp-text-center {
					text-align: center !important;
				}
				.sp-text-right {
					text-align: right !important;
				}
				.sp-text-left {
					text-align: left !important;
				}
		}


/* Content p
-------------------------------------------------*/

.entry-content p {
	margin-bottom:1em;
}


/* .inner
-------------------------------------------------*/

.entry-content .inner {
	padding-left:20px;
}
		@media only screen and (max-width: 640px) {
			.entry-content .inner {
				padding-left:0px;
			}
		}

/* Content ul
-------------------------------------------------*/

#primary ul.base {
	margin-bottom:1em;
	margin-left:0.5em;
	text-align:left;
	list-style:none;
}
		@media only screen and (max-width: 640px) {
#primary ul.base {
			margin-bottom:1em;
			margin-left:0;
		}
		}
		
#primary ul.base li {
	margin-bottom: 0.2em;
	padding-left:1.1em;
	position:relative;
}

#primary ul.base li ul {
	list-style:disc;
}

#primary ul.base li li {
	padding-left:0;
}

#primary ul.base li strong {
	/*color:#2759a1;*/
}

#primary ul.base li:last-child {
	margin-bottom: 0;
}

#primary ul.base li p {
	margin-bottom: 0;
}

#primary ul.base li h5 {
	border:none;
	padding:0;
}

#primary ul.base li:before {
	content:"\f111";
	font-family: 'FontAwesome';
	color:#ffd242;
	font-size:60%;
	position:absolute;
	top:5px;
	left:0;
}

#primary ul.base li li:before {
	content:"";
	font-family: 'FontAwesome';
	color:#ffd242;
	font-size:80%;
	position:absolute;
	top:2px;
	left:0;
}


/**/

#primary ul.check {
	margin-bottom:1em;
	margin-left:0.5em;
	text-align:left;
	list-style:none;
}
		@media only screen and (max-width: 640px) {
#primary ul.check {
			margin-bottom:1em;
			margin-left:0;
		}
		}
		
#primary ul.check li {
	margin-bottom: 0.5em;
	padding-left:1.4em;
	position:relative;
}

#primary ul.check li ul {
	list-style:disc;
}

#primary ul.check li li {
	padding-left:0;
}

#primary ul.check li strong {
	/*color:#2759a1;*/
}

#primary ul.check li:last-child {
	margin-bottom: 0;
}

#primary ul.check li p {
	margin-bottom: 0;
}

#primary ul.check li:before {
	content:"\f046";
	font-family: 'FontAwesome';
	color:#f2727e;
	font-size:100%;
	position:absolute;
	top:1px;
	left:0;
}

#primary ul.check li li:before {
	content:"";
	font-family: 'FontAwesome';
	color:#ffd242;
	font-size:80%;
	position:absolute;
	top:2px;
	left:0;
}



/* アンカー用 */

#primary ul.base.anc li:before {
	content:"\f13a";
	font-family: 'FontAwesome';
	color:#f2727e;
	font-size:1em;
	position:absolute;
	top:0;
	left:0;
}
#primary ul.base.anc li {
	float:left;
	margin-left:30px;
	margin-bottom:0;
}
#primary ul.base.anc li:first-child {
	margin-left:0px;
}
#primary ul.base.anc li a {
	color:#333;
}
		@media only screen and (max-width: 640px) {
			#primary ul.base.anc li {
				float:none;
				display:block;
				margin-left:0px;
			}
		}
		
/**/

#primary ul.base.anc2 li:before {
	content:"\f13a";
	font-family: 'FontAwesome';
	color:#f2727e;
	font-size:1em;
	position:absolute;
	top:0;
	left:0;
}
#primary ul.base.anc2 li {
	margin-bottom:0;
}
#primary ul.base.anc2 li a {
	color:#333;
}
		@media only screen and (max-width: 640px) {
			#primary ul.base.anc2 li {
				float:none;
				display:block;
				margin-left:0px;
			}
		}





/* デフォルト */

.entry-content ul {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    list-style: disc;
}
.entry-content ul > li > ul {
    list-style: circle;
    margin-left: 1em;
}
.entry-content ul > li > ul > li > ul {
    list-style: square;
}
.entry-content ul li {
    margin-bottom: 0.5em;
}
.entry-content ul li:last-child {
    margin-bottom: 0;
}
.entry-content ul li p {
    margin-bottom: 0;
}

/* Content ul note
-------------------------------------------------*/

ul.note {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    list-style: none;
}
ul.note li {
    position: relative;
    padding: 0.5em 0 0.1em 1.8em;
		line-height:1.5;
}
ul.note > li:before {
    content: '※';
    margin-right: 3px;
    position: absolute;
    top: 0.5em;
    left: 0;
}

/* Content ol
-------------------------------------------------*/

.entry-content ol {
    margin-top: 0.5em;
    margin-bottom: 1.6em;
    margin-left: 1.6em;
    list-style: decimal;
}
.entry-content ol li:last-child {
    margin-bottom: 0;
}
.entry-content ol li p {
    margin-bottom: 0;
}
.entry-content ol ol {
    margin-top: 0em;
    margin-bottom: 0em;
}

/**/

ol.circle {
  counter-reset: number;
	font-size: 1.2em;
	list-style: none;
	margin-bottom: 1.5em;
	padding: 0;
	font-weight: bold;
}
		@media only screen and (max-width: 640px) {
		ol.circle {
			margin-bottom:1em;
			margin-left:0;
		}
		}

ol.circle li {
	position: relative;
    padding: 0.5em 0.5em 0.5em 3em;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: left;
    border-bottom: solid 1px #eae3d4;
}

ol.circle li h5 {
	border:none;
	padding:0;
}

ol.circle li:last-child {
	margin-bottom:0;
}

ol.circle li p {
	margin-bottom: 0;
}

ol.circle li:before {
   counter-increment: number;
    content: counter(number);
    background: #ff9707;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    top: 0.2em;
    left: 0.54em;
}

/* Content img
-------------------------------------------------*/

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}
		@media screen and (max-width: 640px) {
				#primary img {
						max-width: 100%;
						display: block;
						margin: 0 auto 1em;
				}
		}

/* float */
.alignleft {
    float: left;
    margin: 0 2em 1em 0;
}
.alignright {
    float: right;
    margin: 0 0 1em 2em;
}
.aligncenter {
    display: block;
    margin: 0 auto 1em auto;
}
		@media only screen and (max-width: 640px) {
				.alignleft,
				.alignright {
						display: block;
						max-width: 100%;
						float: none;
						display: block;
						margin: 0 auto 1em !important;
						text-align: center;
				}
		}
		@media only screen and (max-width: 414px) {
				.alignleft img,
				.alignright img {
						max-width: 100%;
				}
				.alignleft,
				.alignright {
						max-width: 100%;
				}
				.alignleft.tate,
				.alignright.tate {
						max-width: 60%;
				}
		}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: .8em;
}
.wp-caption .wp-caption-text {
    margin: 0px;
    padding: 8px 0px 0px 0px;
    text-align: center;
}


/* Content table
-------------------------------------------------*/

/* table 1 */

table {
	margin-bottom:0.5em;
}

table th,
table td {
	padding-bottom:0.5em;
}

table th table,
table td table {
	margin-bottom:0em;
}
table th table th,
table td table td {
	padding-bottom:0em;
}
.table {
	max-width: 100%;
	width: 100%;
	margin: 0 0 0.5em 0;
	border-collapse: collapse;
	background-color: transparent;
}
.table th,
.table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	vertical-align: middle;
}
.table th {
	background: #efefef;
	white-space: nowrap;
}
.table td {
	background: #fff;
}
.table th.blue,
.table td.blue,
.table tr.blue {
	background: #006;
	color: #fff;
}
.table th.gray,
.table td.gray,
.table tr.gray {
	background: #efefef !important;
}
.table th.center {
	text-align: center !important;
}
table.th-center th {
	text-align: center !important;
}
table.td-center td {
	text-align: center !important;
}
table.center th,
table.center td {
	text-align: center !important;
}
		@media only screen and (max-width: 640px) {
				.table {
					margin: 0 0 0.5em 0;
				}
				.table th {
					white-space: normal;
				}
				.table-responsive {
						width: 100%;
						margin-bottom: 15px;
						overflow-y: hidden;
						-ms-overflow-style: -ms-autohiding-scrollbar;
						border: 1px solid #ddd;
						-webkit-overflow-scrolling: touch;
				}
				.table-responsive::-webkit-scrollbar {
						height: 5px;
				}
				.table-responsive::-webkit-scrollbar-track {
						border-radius: 5px;
						background: #eee;
				}
				.table-responsive::-webkit-scrollbar-thumb {
						border-radius: 5px;
				background: #ccc;
				}
				.table-responsive>.table {
						margin-bottom: 0;
				}
				.table-responsive>.table>thead>tr>th,
				.table-responsive>.table>tbody>tr>th,
				.table-responsive>.table>tfoot>tr>th,
				.table-responsive>.table>thead>tr>td,
				.table-responsive>.table>tbody>tr>td,
				.table-responsive>.table>tfoot>tr>td {
						white-space: nowrap;
				}
				.table-responsive>.table-bordered {
						border: 0;
				}
				.table-responsive>.table-bordered>thead>tr>th:first-child,
				.table-responsive>.table-bordered>tbody>tr>th:first-child,
				.table-responsive>.table-bordered>tfoot>tr>th:first-child,
				.table-responsive>.table-bordered>thead>tr>td:first-child,
				.table-responsive>.table-bordered>tbody>tr>td:first-child,
				.table-responsive>.table-bordered>tfoot>tr>td:first-child {
						border-left: 0;
				}
				.table-responsive>.table-bordered>thead>tr>th:last-child,
				.table-responsive>.table-bordered>tbody>tr>th:last-child,
				.table-responsive>.table-bordered>tfoot>tr>th:last-child,
				.table-responsive>.table-bordered>thead>tr>td:last-child,
				.table-responsive>.table-bordered>tbody>tr>td:last-child,
				.table-responsive>.table-bordered>tfoot>tr>td:last-child {
						border-right: 0;
				}
				.table-responsive>.table-bordered>tbody>tr:last-child>th,
				.table-responsive>.table-bordered>tfoot>tr:last-child>th,
				.table-responsive>.table-bordered>tbody>tr:last-child>td,
				.table-responsive>.table-bordered>tfoot>tr:last-child>td {
						border-bottom: 0;
				}
}

/* table 2 */

.table2 {
	max-width: 100%;
	width: 100%;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	background-color: transparent;
	background:#fff;
}
.table2 th,
.table2 td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	vertical-align: middle;
}
.table2 th {
	background: #efefef;
	white-space: nowrap;
}
.table2 th.center {
	text-align: center !important;
}
.table2 th-center th {
	text-align: center !important;
}
.table2 td-center td {
	text-align: center !important;
}
		@media only screen and (max-width: 640px) {
				.table2 {
					margin: 0 0 1.5em 0;
				}
				.table2 th,
				.table2 td {
					width: 100%;
					display: block;
					border-top: none;
				}
				.table2 th {
					white-space:normal;
				}
				.table2 tr:first-child th   { border-top: 1px solid #ccc; }
		}

/**/

.entry-content table td ul.base,
.entry-content table td ol.base,
.entry-content table td ul.note {
	margin-bottom:0;
}

.table2 th table,
.table2 td table,
.table2 th table th,
.table2 td table th,
.table2 th table td,
.table2 td table td {
	border: none;
	margin:0;
	padding:0;
	vertical-align:top;
}




/* Content grid
-------------------------------------------------*/

.container { margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
		@media (min-width: 641px) {
				.container { width: 100%;
					overflow: hidden;
				}
		}
.row { margin-left: 0px; margin-right: 0px; }
.row img { max-width: 100%; }
.col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 1.5em;
}
		@media (min-width: 641px) {
				.row {
					margin-left: -15px;
					margin-right: -15px;
				}
				.row img { /*width:90%;*/
					max-width: 100%;
				}
				.col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12 {
					position: relative;
					min-height: 1px;
					padding-left: 15px;
					padding-right: 15px;
					margin-bottom: 1.5em;
				}
		}
.col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
	float: left;
}
.col-sp-12 { width: 100%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-9 { width: 75%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-6 { width: 50%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-3 { width: 25%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-1 { width: 8.33333333%; }
.col-sp-pull-12 { right: 100%; }
.col-sp-pull-11 { right: 91.66666667%; }
.col-sp-pull-10 { right: 83.33333333%; }
.col-sp-pull-9 { right: 75%; }
.col-sp-pull-8 { right: 66.66666667%; }
.col-sp-pull-7 { right: 58.33333333%; }
.col-sp-pull-6 { right: 50%; }
.col-sp-pull-5 { right: 41.66666667%; }
.col-sp-pull-4 { right: 33.33333333%; }
.col-sp-pull-3 { right: 25%; }
.col-sp-pull-2 { right: 16.66666667%; }
.col-sp-pull-1 { right: 8.33333333%; }
.col-sp-pull-0 { right: auto; }
.col-sp-push-12 { left: 100%; }
.col-sp-push-11 { left: 91.66666667%; }
.col-sp-push-10 { left: 83.33333333%; }
.col-sp-push-9 { left: 75%; }
.col-sp-push-8 { left: 66.66666667%; }
.col-sp-push-7 { left: 58.33333333%; }
.col-sp-push-6 { left: 50%; }
.col-sp-push-5 { left: 41.66666667%; }
.col-sp-push-4 { left: 33.33333333%; }
.col-sp-push-3 { left: 25%; }
.col-sp-push-2 { left: 16.66666667%; }
.col-sp-push-1 { left: 8.33333333%; }
.col-sp-push-0 { left: auto; }
.col-sp-offset-12 { margin-left: 100%; }
.col-sp-offset-11 { margin-left: 91.66666667%; }
.col-sp-offset-10 { margin-left: 83.33333333%; }
.col-sp-offset-9 { margin-left: 75%; }
.col-sp-offset-8 { margin-left: 66.66666667%; }
.col-sp-offset-7 { margin-left: 58.33333333%; }
.col-sp-offset-6 { margin-left: 50%; }
.col-sp-offset-5 { margin-left: 41.66666667%; }
.col-sp-offset-4 { margin-left: 33.33333333%; }
.col-sp-offset-3 { margin-left: 25%; }
.col-sp-offset-2 { margin-left: 16.66666667%; }
.col-sp-offset-1 { margin-left: 8.33333333%; }
.col-sp-offset-0 { margin-left: 0%; }
		@media (min-width: 641px) {
				.col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12 {
					float: left;
				}
				.col-pc-12 { width: 100%; }
				.col-pc-11 { width: 91.66666667%; }
				.col-pc-10 { width: 83.33333333%; }
				.col-pc-9 { width: 75%; }
				.col-pc-8 { width: 66.66666667%; }
				.col-pc-7 { width: 58.33333333%; }
				.col-pc-6 { width: 50%; }
				.col-pc-5 { width: 41.66666667%; }
				.col-pc-4 { width: 33.33333333%; }
				.col-pc-3 { width: 25%; }
				.col-pc-2 { width: 16.66666667%; }
				.col-pc-1 { width: 8.33333333%; }
				.col-pc-pull-12 { right: 100%; }
				.col-pc-pull-11 { right: 91.66666667%; }
				.col-pc-pull-10 { right: 83.33333333%; }
				.col-pc-pull-9 { right: 75%; }
				.col-pc-pull-8 { right: 66.66666667%; }
				.col-pc-pull-7 { right: 58.33333333%; }
				.col-pc-pull-6 { right: 50%; }
				.col-pc-pull-5 { right: 41.66666667%; }
				.col-pc-pull-4 { right: 33.33333333%; }
				.col-pc-pull-3 { right: 25%; }
				.col-pc-pull-2 { right: 16.66666667%; }
				.col-pc-pull-1 { right: 8.33333333%; }
				.col-pc-pull-0 { right: auto; }
				.col-pc-push-12 { left: 100%; }
				.col-pc-push-11 { left: 91.66666667%; }
				.col-pc-push-10 { left: 83.33333333%; }
				.col-pc-push-9 { left: 75%; }
				.col-pc-push-8 { left: 66.66666667%; }
				.col-pc-push-7 { left: 58.33333333%; }
				.col-pc-push-6 { left: 50%; }
				.col-pc-push-5 { left: 41.66666667%; }
				.col-pc-push-4 { left: 33.33333333%; }
				.col-pc-push-3 { left: 25%; }
				.col-pc-push-2 { left: 16.66666667%; }
				.col-pc-push-1 { left: 8.33333333%; }
				.col-pc-push-0 { left: auto; }
				.col-pc-offset-12 { margin-left: 100%; }
				.col-pc-offset-11 { margin-left: 91.66666667%; }
				.col-pc-offset-10 { margin-left: 83.33333333%; }
				.col-pc-offset-9 { margin-left: 75%; }
				.col-pc-offset-8 { margin-left: 66.66666667%; }
				.col-pc-offset-7 { margin-left: 58.33333333%; }
				.col-pc-offset-6 { margin-left: 50%; }
				.col-pc-offset-5 { margin-left: 41.66666667%; }
				.col-pc-offset-4 { margin-left: 33.33333333%; }
				.col-pc-offset-3 { margin-left: 25%; }
				.col-pc-offset-2 { margin-left: 16.66666667%; }
				.col-pc-offset-1 { margin-left: 8.33333333%; }
				.col-pc-offset-0 { margin-left: 0%; }
		}
		
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after
.row:before,
.row:after,
.wp-pagenavi:before,
.wp-pagenavi:after

{
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.wp-pagenavi:after

{
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.hide { display: none !important; }
.show { display: block !important; }
.invisible { 	visibility: hidden; }
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {	display: none !important; }
.affix { position: fixed; }


/* Content button
-------------------------------------------------*/
a.btn {
	display:inline-block;
	margin:0 20px 1.5em 0;
	padding:0.2em 1em 0.2em 1em;
	background:#f68d97;
	color:#fff;
	text-decoration:none;
	position:relative;
	border-radius:3px;
	font-size:1.1em;
}
a.btn:before {
    content: "";
    font-family: FontAwesome;
    content: '\f105';
		margin-right:10px;
		color:#fff;
		font-weight:bold;
}
a.btn:hover {
	background:#ffbac1;
}
		@media only screen and (max-width: 640px) {
				a.btn {
					display:block;
					width:100%;
					margin:0 auto 1.5em;
					font-size:1em;
					text-align:center;
				}
		}

/**/

.btn-blog {
	text-align:right;
}
	
.btn-blog a {
	display:inline-block;
	margin:0 20px 0.5em 0;
	padding:0.2em 1em 0.2em 1em;
	background:#f7a30a;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	font-size:1.1em;
}
.btn-blog a:before {
    content: "　";
    font-family: FontAwesome;
    content: '\f105';
		margin-right:10px;
		color:#fff;
		font-weight:bold;
}
.btn-blog a:hover {
	background:#fdb635;
}
		@media only screen and (max-width: 640px) {
				.btn-blog {
					text-align:center;
				}
				.btn-blog a {
					display:block;
					width:100%;
					margin:0 auto 1em;
					font-size:1em;
					border-radius:0;
					text-align:center;
				}
		}




/* new mark 

.new {
	background:#d40101;
	font-size:0.7em;
	padding:0.1em 0.5em 0em;
	margin-left:1em;
	border-radius:3px;
}
*/

/* Content waku
-------------------------------------------------*/

.waku {
	box-sizing:border-box;
	background:#fff;
	box-shadow :
			0 0 0 1px #e2ebf8,
			0 0 0 5px #fff;
	margin:6px 6px 2em 6px;
	padding : 1em 1em 0em;
}
		@media only screen and (max-width: 640px) {
			.waku {
				padding : 1em 1em 0em;
			}
		}


/* Content lead
-------------------------------------------------*/

.lead {
	font-size:1.5em;
	padding:0 1em;
}
		@media only screen and (max-width: 640px) {
		.lead {
			font-size:1.2em;
			padding:0 0;
		}

			
		}

/* Content adjust
-------------------------------------------------*/

.m0 { margin: 0em !important; }
.alignright.m0,.alignleft.m0 { margin: 0em auto 0em !important; }
.ml0 { margin-left: 0em !important; }
.m0_5em { margin: 0.5em !important; }
.m1_0em { margin: 1em !important; }
.m1_5em { margin: 1.5em !important;}
.m2_0em { margin: 2em !important;}
.m2_5em { margin: 2.5em !important;}
.mt0_5em { margin-top: 0.5em !important;}
.mt1_0em { margin-top: 1em !important;}
.mt1_5em { margin-top: 1.5em !important;}
.mt2_0em { margin-top: 2em !important;}
.mt2_5em { margin-top: 2.5em !important;}
.mr0_5em { margin-right: 0.5em !important;}
.mr1_0em { margin-right: 1em !important;}
.mr1_5em { margin-right: 1.5em !important;}
.mr2_0em { margin-right: 2em !important;}
.mr2_5em { margin-right: 2.5em !important;}
.mb0 { margin-bottom: 0em !important;}
.mb0_5em { margin-bottom: 0.5em !important;}
.mb1_0em { margin-bottom: 1em !important;}
.mb1_5em { margin-bottom: 1.5em !important;}
.mb2_0em { margin-bottom: 2em !important;}
.mb2_5em { margin-bottom: 2.5em !important;}
.mb3_0em { margin-bottom: 3em !important;}
.ml0_5em { margin-left: 0.5em !important;}
.ml1_0em { margin-left: 1em !important;}
.ml1_5em { margin-left: 1.5em !important;}
.ml2_0em { margin-left: 2em !important;}
.ml2_5em { margin-left: 2.5em !important;}
.p0_5em { padding: 0.5em !important;}
.p1_0em { padding: 1em !important;}
.p1_5em { padding: 1.5em !important;}
.p2_0em { padding: 2em !important;}
.p2_5em { padding: 2.5em !important;}
.pt0_5em { padding-top: 0.5em !important;}
.pt1_0em { padding-top: 1em !important;}
.pt1_5em { padding-top: 1.5em !important;}
.pt2_0em { padding-top: 2em !important;}
.pt2_5em { padding-top: 2.5em !important;}
.pr0 { padding-right: 0em !important;}
.pr0_5em { padding-right: 0.5em !important;}
.pr1_0em { padding-right: 1em !important;}
.pr1_5em { padding-right: 1.5em !important;}
.pr2_0em { padding-right: 2em !important;}
.pr2_5em { padding-right: 2.5em !important;}
.pb0_5em { padding-bottom: 0.5em !important;}
.pb1_0em { padding-bottom: 1em !important;}
.pb1_5em { padding-bottom: 1.5em !important;}
.pb2_0em { padding-bottom: 2em !important;}
.pb2_5em { padding-bottom: 2.5em !important;}
.pl0 { padding-left: 0em !important;}
.pl0_5em { padding-left: 0.5em !important;}
.pl1_0em { padding-left: 1em !important;}
.pl1_5em { padding-left: 1.5em !important;}
.pl2_0em { padding-left: 2em !important;}
.pl2_5em { padding-left: 2.5em !important;}