@charset "utf-8";
/*
Theme Name: Portals
Author: Portals
Author URI: http://www.portals.co.jp/
*/
/*==================================
			  reset
==================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,r
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
    list-style:none;
}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colors to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colors to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border color to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*      WordPress Native Styles     
--------------------------------------*/
/* editor */
 
.post p {
    display: block;
    margin: 1em 0;
}
.post strong { font-weight: bold; }
.post em { font-style: italic; }
.post blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix::after {
    content : " ";
    display : block;
    clear : both;
}
/*==================================
			  base
==================================*/
/*==================== fonts ====================*/
.blue {
	color: #03C;
}
.red {
	color: #FF0000;
}
.green {
	color: #090;
}
.brown {
}
.yellow {
}
.black {
}
.white {
	color: #FFF;
}
.orange {
	color: #FF7F00;
}
table {
	font-size: 1em;
	font-size: inherit;
}
.right {
	text-align: right;
	margin-right: 10px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img-left {
	margin: 10px;
	float: left;
}
.img-right {
	margin: 10px;
	float: right;
}
.img-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size:0;
	content: " ";
	clear: both;
	height: 0;
}
/*clerfix for IE7 */
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
/*inlime_block for IE7*/
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/*=================================
			design
=================================*/
body {
	font-size: 16px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #663300;
	background: #FBFDF2;
}
#header {
	background: #fff;
}
#contents {
	background: url(https://eebec2.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/all/contents_bg.png) repeat-x top;
}
.contents_inner {
	overflow:hidden;
	margin: 0 auto;
	padding: 24px 8px;
	width: 946px;
}
#sidebar {
	float:left;
	margin: 12px 0 0;
	width:246px;
}
#main {
	float:right;
	width:640px;
	padding: 22px;
	background: #fff;
	-webkit-box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);
}
#footer {
	background:#F3F5D9;
}
/*			common
------------------------------*/
a:visited {
	color: #663300;
	text-decoration: none;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #FF9326;
	text-decoration: none;
}
a:active {
	color: #FF9326;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
}
a:active img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
}
.h_style01 {
	margin: 32px auto 24px;
	padding: 8px 16px;
	width: 608px;
	background: #FF9326;
	color: #fff;
	font-size: 15px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.h_style01 a {
	color: #FFF;
}
.h_style01 a:hover {
	text-decoration:underline;
}
.h_style01 a:active {
	text-decoration:underline;
}
.h_no_topmargin {
	margin: 0 auto 24px;
}
.text{
	overflow: hidden;
	margin: 0 16px 16px;
}
.text p {
	margin: 10px 0;
}
.page_top {
	text-align: right;
	margin: 16px;
}
.page_top a {
	color: inherit;
}
.page_top a:hover {
	color: #C7B294;
}
.bnr {
	text-align: center;
	margin: 0 0 16px;
}
.bnr2 img {
	width:97%;
	text-align: center;
	margin: 0 10px 16px;
}
.voice {
}
.voice li {
	margin: 0 auto 16px;
	padding: 14px;
	width: 580px;
	background: #FFFFDD;
	border: solid 3px #DDC9A8;
}
.voice h3 {
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border: solid 1px #DFCCAC;
	color: #FF9226;
}
.voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
	border: solid 1px #DFCCAC;
}
.voice_pic {
	float: left;
	width: 192px;
}
.voice_pic p:first-child {
	margin: 0 0 8px;
}
.voice_pic p:first-child img {
	width: 192px;
	height: auto;
}
.voice_txt {
	float: right;
	width: 334px;
}
.menseki {
	margin: 16px 0 0;
	font-size: 12px;
	color: #FF7F00;
}
/*        header
---------------------------------*/
.header_inner h1{
	margin: 4px 0 12px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
}
.header_inner {
	overflow: hidden;
	padding: 24px 0;
	margin:0 auto;
	width:946px;
}
.h_left {
	overflow: hidden;
	float: left;
	width: 556px;
}
.h_right {
	float: right;
	width: 352px;
}
.h_logo {
	float: left;
	margin: 0 8px 0 0;
	widht: 136px;
}
.h_uketsuke {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.2
}
.h_bt a:first-child {
	margin: 0 8px 0 0;
}
.h_add {
	font-size: 14px;
}

/*        side
---------------------------------*/
.side_blog h2 img{
	display: block;
	margin: 16px auto 0;
}
.side_blog ul {
	margin: 0 auto 16px;
	padding: 4px 0 8px;
	width: 240px;
	border: solid 1px #ccc;
	border-top: none;
	font-size: 12px;
}
.side_blog li {
	margin: 0 4px;
	padding: 4px 0;
	border-bottom: dotted 1px #ccc;
}
.blog_date {
	display: block;
	color: #FF7F00;
}
.blog_ttl a {
	display: block;
	color: inherit;
}
#sidebar h2.side_linebtn {
	font-size: 12px;
	background: #FF9326;
	color: #FFF;
	padding: 4px;
	margin: 0 0 10px;
}

/*        footer
---------------------------------*/
.footer_inner {
	overflow: hidden;
	padding: 24px 0;
	margin:0 auto;
	width:946px;
}
.f_left {
	float: left;
	width: 400px;
}
.f_add {
	margin: 8px 4px 12px;
}
.f_right {
	float: right;
	width: 510px;
}
.f_nav {
	margin: 16px 0;
	font-size: 12px;
}
.f_nav a {
	display: inline-block;
	margin: 0 2px 8px;
	color: inherit;
}
.f_nav a:hover {
	color: #C7B294;
}
.f_nav li {
	float: left;
}
.copyright {
	padding: 0 0 16px;
	text-align: center;
	font-size: 14px;
}
.copyright a {
	color: inherit;
}
.copyright a:hover {
	color: #C7B294;
}
/*			top
---------------------------------*/
.main_img {
	margin: 0 auto -25px;
	padding: 0 92px;
	width: 1016px;
	background: url(https://b15d6b.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/top/main_img_bg.png) no-repeat left top;
}
.main_img img {
	display: block;
	margin: 0 auto;
}
.top_catch {
	text-align: center;
	margin: 0 0 16px;
}
.top_shoujou_list {
	overflow: hidden;
	margin: 0 auto 16px;
	width: 630px;
}
.top_shoujou_list li {
	float: left;
	margin: 0 8px 8px;
}
.top_point_list {
	margin: 0 auto 16px;
	width: 624px;
}
.top_point_list h3 {
	margin: 0 0 8px;
}
.top_point_list li {
	overflow: hidden;
	padding: 16px 8px;
	border-bottom: solid 1px #ccc;
}
.top_point_conts {
	float: left;
	width: 386px;
}
.top_point_pic {
	float: right;
	width: 192px;
}
.top_voice_ttl img {
	display: block;
	margin: 0 auto;
}
.top_flow_list {
	 overflow: hidden;
	 margin: 0 auto 16px;
	 width: 630px;
}
.top_flow_list li {
	float: left;
	margin: 0 4px 8px;
	width: 200px;
	height: 320px;
	border: solid 1px #E9E0DA;
}
.top_flow_list h3 {
	padding: 4px 0 2px;
	text-align: center;
	border: solid 2px #E9E0DA;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7e9db+0,f7e9db+52,eac9a4+53 */
background: #f7e9db; /* Old browsers */
background: -moz-linear-gradient(top,  #f7e9db 0%, #f7e9db 52%, #eac9a4 53%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7e9db 0%,#f7e9db 52%,#eac9a4 53%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7e9db 0%,#f7e9db 52%,#eac9a4 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e9db', endColorstr='#eac9a4',GradientType=0 ); /* IE6-9 */


}
.top_flow_txt {
	padding: 8px;
	font-size: 15px;
}
.fb-container {
	width: 500px;
	margin: 0 auto 30px;
}
/*			pages
---------------------------------*/

/*         ページ送り
---------------------------------*/
.pager {
	text-align: right;
	padding-bottom: 10px;
}
a.page-numbers, .pager .current {
	color: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0,0,0,0.1);
	;
	color: rgba(255,255,255,1);
}
.navigation {
	margin: 0 auto;
	width: 630px;
}
.navigation {
	overflow: hidden;
	margin: 0 auto;
	width: 630px;
}
.navigation .alignleft {
	width: 50%;
	float: left;
}
.navigation .alignright {
	width: 50%;
	float: right;
	text-align: right;
}
/*			下層ページ
---------------------------------*/
.h2_page {
	text-align: center;
	margin-bottom: 25px;
}
.h4_page {
	border-left: solid 5px #37C458;
	border-bottom: 1px dotted #BBBBBB;
	font-size: 24px;
	padding-left: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.marker {
	background: #E7FE98;
	font-weight: bold;
}
.strong {
	color: #E8384D;
	font-weight: bold;
	font-size: 18px;
}
.number {
	font-weight: bold;
	color: #37C458;
	font-size: 18px;
}
.h4_number {
	font-weight: bold;
	color: #37C458;
	font-size: 24px;
}
.tessoku p {
	padding-left: 1em;
	text-indent: -1em;
}
.page_problem {
	margin: 0 0 20px 25px;
}
.problem_title {
	margin-bottom: 20px;
}
.wrap_catch {
	padding: 0 35px 35px 35px;
	position: relative;
}
.wrap_catch p {
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -100px;
}
.page_problem_list li {
	background: url(https://b53ac6.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/page/checkmark.png) no-repeat center left;
	padding : 10px 0 0 35px;
	border-bottom: dotted 2px #ACAC9D;
	font-size: 18px;
}
.page_agitation img {
	margin-left : 15px;
}
.page_agitation p {
	margin-bottom: 20px;
}
.page_agitation_list {
	background: #E8F3D3;
	padding: 25px;
	color: #333333;
	margin-bottom: 10px;
}
.sports_agitation_list {
	background: #E8F3D3;
	padding: 25px;
	color: #333333;
	margin-bottom: 10px;
}
.page_agitation_list dt {
	border-bottom: 2px dotted #BBBBBB;
	background: url(https://b35851.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/page/facemark.png) no-repeat left center;
	padding: 10px 0 10px 50px;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
}
.sports_agitation_list li {
	border-bottom: 2px dotted #BBBBBB;
	background: url(https://b35851.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/page/facemark.png) no-repeat left center;
	padding: 10px 0 10px 50px;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
}
.page_agitation_list dd {
	padding: 10px 5px 10px 50px;
}
.page_tokucho {
	background: #FFFFB9;
	padding: 25px;
	margin-bottom: 40px;
}
.li_first {
	background: url(https://20726a.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/page/page_point01.png) no-repeat top left;
	margin-bottom: 20px;
}
.li_second {
	background: url(https://2dcd2d.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/page/page_point02.png) no-repeat top left;
	margin-bottom: 20px;
}
.li_last {
	background: url(https://f98261.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/page/page_point03.png) no-repeat top left;
	margin: 0;
}
.page_tokucho_list li {
	padding-left: 185px;
	min-height: 175px;
}
.page_tokucho_list dl {
	background: #FFFFFF;
	padding: 20px 20px 5px 20px;
	min-height: 155px;
}
.page_tokucho_list dt {
	color: #FF9226;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.page_tokucho_list dd {
	margin-bottom: 15px;
}
.page_voice_ttl img {
	display: block;
	margin: 0 auto 10px;
}
.page_solution {
	background: #ffffb9;
	padding: 25px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	margin-bottom: 20px;
}
.page_solution_ttl {
	padding: 5px 0;
	background-color: #F880A1;
	margin-bottom: 20px;
}
.page_solution p {
	border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0;
}
.page_solution_list {
	padding: 10px 25px;
	font-size: 20px;
	background: #FFFFFF;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.page_solution_list li {
	background: url(https://9f8322.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/page/smilemark.png) no-repeat center left;
	padding: 10px 0 10px 55px;
	border-bottom: 1px solid #CCCCCC;
}
.page_promise {
	margin-bottom: 20px;
}
.page_fqa_wrap {
	margin-bottom: 20px;
}
.page_fqa li {
	margin-bottom: 5px;
}
.fqa_link_price {
	position: relative;
}
.fqa_link_price a {
	position: absolute;
	bottom: 2px;
	right: 12px;
}
.big {
	font-size: 20px;
	font-weight: bold;
}
.small {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
.wrap_runner_omoi {
	background: #EFF8D0;
	padding: 25px;
}
.runner_omoi {
	background: #FFFFFF;
	padding: 20px;
}
.sports_ttl {
	border: double 10px #37C458;
	padding: 25px;
	background: #FFFFDD;
	margin-bottom: 20px;
}
.sports_ttl p {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #37C458;
}
.sports_ttl dl {
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
	background: #FFFFFF;
	padding: 20px;
}
.sports_ttl dl dt {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	color: #FF9226;
}
.sports_ttl dl dd {
	text-indent: 1em;
}
.runner_program {
	margin-bottom: 20px;
}
.c_jiko_top {
	display: block;
}
.c_jiko {
	margin: 0 0 20px 20px;
	background: #FFBF00;
	padding: 20px;
	widows: 620px;
}
.c_jiko li{
	background: #FFF;
	width: 160px;
	padding: 10px;
	border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
	float: left;
	min-height: 380px;
}
.c_jiko li.first-second{
	margin-right: 20px;
}
/*=========================
　お問い合わせ
===========================*/
.otoiawase {
	background: url(https://598949.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/all/bg_contact.png) no-repeat center top;
	padding: 90px 60px 50px 60px;
	min-height: 965px;
}
.otoiawase p {
	margin-bottom: 15px;
}
.otoiawase_attention {
	padding: 0 25px;
}
.otoiawase_attention p {
	padding: 5px 0 5px 60px;
	background: url(https://9c128d.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/all/contact_mark.png) no-repeat center left;
}
.holiday {
	padding-right: 50px;
}
.otoiawase_add {
	padding: 0 25px;
}
.otoiawase_add p {
	padding: 5px 0 5px 90px;
	background: url(https://3c4393.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/all/contact_add.png) no-repeat top left;
}
.map {
	width: 400px;
	height: 300px;
	margin: 0 auto 0;
	text-align: center;
}
/*=========================
　アクセス・料金表・スタッフ紹介
===========================*/
.price_bg {
	background: #FFFFB9;
	padding: 10px;
}
.price_wrap {
	margin-bottom: 30px;
}
.price_wrap p {
	margin-bottom: 10px;
}
.price_table {
	width: 580px;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	margin: 0 auto 10px;
}
.price_table th {
	width: 50%;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 5px;
	background: #e8f3d3;
}
.price_table td {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	vertical-align: middle;
	padding: 5px 20px;
}
.staff {
	margin-bottom: 10px;
	min-height: 250px;
	border: 1px solid #37C458;
	padding: 15px;
}
.staff_img {
	float: left;
}
.staff dd {
	margin-left: 230px;
	padding: 5px 10px;
}
.staff_name {
	font-size: 20px;
	color: #37C458;
	font-weight: bold;
	border-bottom: dotted 2px #CCC;
}
/*=========================
　相互リンクページ
===========================*/
.link_infomation {
	border: solid 1px #EAEAEA;
	width: 600px;
	margin: auto auto;
}
.link_th {
	width: 128px;
	line-height: 3em;
	background-color: #e8f3d3;
	border-bottom: 1px solid #EAEAEA;
	padding-left: 10px;
}
.link_th02 {
	width: 158px;
	line-height: 3em;
	background-color: #e8f3d3;
	padding-left: 10px;
}
.link_td {
	padding: 10px;
	border-bottom: 1px solid #EAEAEA;
}
.link_td02 {
	padding: 10px;
}
.link_td02 ul {
	padding-left: 10px;
}
.sogo_link {
	border: 1px solid #EAEAEA;
	width: 600px;
	margin: 0 auto 10px;
}
.sogo_link dt {
	padding-left: 10px;
	line-height: 2em;
	background-color: #e8f3d3;
}
.sogo_link dd {
	padding: 10px;
}
.atention {
	text-align: right;
	color: #FFD2BF;
	font-size: 80%;
	margin-bottom: 30px;
}

/*ここから追加（チャチャエイム）*/

/*=========================
　トップページ
===========================*/
.top_news {
	width: 638px;
	border: 1px solid #FF9326;
	margin: 0 auto 30px;
}
.top_news h2 {
	background: #FF9326;
	color: #FFF;
	padding: 6px 10px;
}
.top_news li {
	border-bottom: 1px dotted #663300;
	padding: 6px;
}
.top_news dt {
	padding: 0 0 0 6px;
}
.top_news dd {
	padding: 0 0 0 6px;
}
.top_news dd.excerpt {
	float: left;
	padding: 0 0 0 6px;
}
.shop {
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #D5FBCE;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.syourei {
}
.syourei li {
	margin: 0 auto 16px;
	padding: 14px;
	width: 580px;
	background: #FFFFDD;
	border: solid 3px #DDC9A8;
}
.syourei h3 {
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border: solid 1px #DFCCAC;
	color: #660000;
}
.syourei_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
	border: solid 1px #DFCCAC;
}
.syourei_txt {
	float: right;
	width: 540px;
}
/*=============relaxation================*/
.relax {
	width: 620px;
	text-align: left;
	overflow: hidden;
	border: 1px solid #FFDC75;
	border-top: none;
	background: #FFDC75;
	margin-bottom: 20px;
}
.relax th {
	width: 320px;
	padding: 9px 10px;
	border-top: 1px solid #FFDC75;
}
.relax td {
	width: 280px;
	padding: 9px 10px;
	border-left: 1px solid #FFDC75;
	border-top: 1px solid #FFDC75;
	background: #fff;
}
.relax_h4 {
	border-bottom: 1px dotted #806352;
	border-left: 5px solid #806352;
	margin: 0 auto 20px;
	width: 610px;
	padding: 5px 10px;
	text-align: left;
}
.relax_hr {
	border-top: 1px dotted #FB88B0;
	width: 760px;
	margin: 0 auto 30px;
}
.eyelush_price {
	font-size:22px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:#DF0078;
	text-align:center;
}
/*=============sports================*/
.green_big li{
	color: #090;
	font-size: 16px;
	line-height: 40px;
	text-transform: none;
	vertical-align: text-top;
	background: url(https://68a596.claudeassets.com/20240412150311im_/http://chacha-seikotsu.com/wp/wp-content/themes/portals001/image/all/check.png) no-repeat left center;
	padding-left: 30px;
	margin-left: 28px;
}
/*=============access================*/
.contact_form {
    box-shadow: 0 0 10px #ccc;
    margin: 0 auto 40px;
    padding: 50px;
    width: auto;
}

.contact_form p {
    padding: 5px 10px;
}
.form_title {
    background: #ffe599 none repeat scroll 0 0;
    font-weight: bold;
}
.access_img {
	margin: 10px;
	float: right;
}
.google_form {
	width: 600px;
	height: auto;
	margin: 0 auto 30px;
}
/*=========================
	　ブログ
===========================*/
.widget h3 {
	width: 100%;
	background: #66B62E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 8px;
	color: #fff;
	text-align: center;
}
.widget li {
	margin: 0 0 8px;
	text-align: right;
}
.categories h2 {
	widht: 100%;
	background: #66B62E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 8px 0 8px;
	color: #fff;
	text-align: center;
}
.single_navi {
	padding: 20px 10px;
}
/*
     FILE ARCHIVED ON 10:37:11 Dec 25, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:17:59 Jul 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.981
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.041
  esindex: 0.006
  cdx.remote: 7.066
  LoadShardBlock: 105.894 (3)
  PetaboxLoader3.datanode: 89.117 (4)
  PetaboxLoader3.resolve: 94.038 (2)
  load_resource: 87.949
*/