@charset "UTF-8";

/* ---------- for PC ----------------------------------- */
@media screen and (min-width: 800px){
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 0;
	vertical-align : middle;
}
#top-menu { /* jqueryメニュー */
	display: none;
}

#container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	text-align: left;
	background: #ffffff;
}

header {
	margin: 0;
	padding: 0;
	background: #ffffff url(image/topbg.jpg) no-repeat right bottom;
}
.toptitle1 {
	padding: 0;
	margin: 0;
}
.topimg {
	margin: -15px 0 5px 15px;
}
h1 {
	color: #6a6378;
	font-size: 22px;
	line-height: 33px;
	margin: 8px 25px 0 0;
	text-align: right;
	text-shadow: 4px 4px 2px #ffffff;
}
.toptitle2 {
	clear: both;
	padding: 0;
	margin: 0;
	border-bottom: solid 4px #e882d0;
}


#mainpart {
	float: right;
	width: 60%;
	padding: 10px;
	background: #ffffff;
}


#sidepart {
	float: left;
	width: 36%;
	padding: 0 0 30px 0;
}


#footlink {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 20px 0px 25px;
	border-style: solid none solid none;
	border-width: 3px;
	border-color: #a9a9a9;
}
#footlink img {
	width: 110px;
}
#copyrightpart {
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
	margin: 10px 8px 0px 0px;
}


}/* Media Queries for smartphon  */



/* ---------- for Tablet ------------------------------- */
@media screen and (min-width: 641px) and (max-width: 799px){
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 0;
	vertical-align : middle;
}
#top-menu { /* jqueryメニュー */
	display: none;
}

#container {
	width: 100%;
	background: #ffffff;
	padding: 0 0 50px 0;
}

header {
	margin: 0;
	padding: 0;
	background: #ffffff url(image/topbg.jpg) no-repeat right bottom;
	border-bottom: 
}
.toptitle1 {
	padding: 0;
	margin: 0;
}
.topimg {
	width: 580px;
	margin: -15px 0 5px 10px;
}
h1 {
	color: #6a6378;
	font-size: 18px;
	line-height: 26px;
	margin: 8px 25px 0 0;
	text-align: right;
	text-shadow: 4px 4px 2px #ffffff;
}
.toptitle2 {
	clear: both;
	padding: 0;
	margin: 0;
	border-bottom: solid 3px #e882d0;
}

#mainpart {
	float: right;
	width: 60%;
	padding: 10px;
	background: #ffffff;
}


#sidepart {
	float: left;
	width: 36%;
	padding: 0 0 30px 0;
}


#footlink {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 25px;
	border-style: solid none solid none;
	border-width: 3px;
	border-color: #a9a9a9;
}
#footlink img {
	vertical-align : bottom;
	width: 100px;
}
#copyrightpart {
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
	margin: 10px 8px 0px 0px;
}

}/* Media Queries for smartphon  */



/* ---------- for Smart -------------------------------- */
@media screen and (max-width:640px){
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 0;
	vertical-align : middle;
}
#top-menu { /* jqueryメニュー */
	background: #555F68;
	color: #fff;
	border-bottom: #de54ae solid 5px;
}

#container {
	background: #ffffff;
	padding: 0 0 50px 0;
}

header {
	text-align: center;
	margin: 0;
	padding: 0 3px 15px;
	background: #ffffff url(image/topbg.jpg) no-repeat right bottom/100%;
	border-bottom: solid 3px #de54ae;
}
.toptitle1 {
	display: none;
}
.topimg {
	width: 450px;
	margin: 15px 1% 0 1%;
}
h1 {
	color: #6a6378;
	font-size: 16px;
	line-height: 1.8em;
	text-shadow: 4px 4px 2px #ffffff;
}
.toptitle2 {
	display: none;
}

#sidepart {
	display: none;
}
#mainpart {
	width: auto;
	padding: 10px;
}

#footlink {
	text-align: center;
	font-size: 14px;
	padding: 20px 0px 25px;
	border-style: solid none solid none;
	border-width: 3px;
	border-color: #a9a9a9;
}
#footlink img {
	vertical-align : bottom;
	width: 82px;
}
#copyrightpart {
	font-size: 12px;
	line-height: 1.8em;
	text-align: right;
	margin: 8px 3px 8px 0;
}

}/* Media Queries for smartphon  */



/* ------ total ---------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: url(image/bg.jpg) repeat-x center top;
	width: 100%;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
}

#container a:link {
	color: #cc0099;
}
#container a:hover {
	color: blue;
	text-decoration: none;
}
#container a:visited {
	color: #cc0099;
}
a:hover img {
	opacity: 0.6;
}
.center {
	display: block;
	margin: 0 auto 25px;
}

h2 {
	font-size: 18px;
	color: #6a6378;
	text-shadow: 3px 3px 0px #ffffff;
	background: #efefefef/*#f5f5f5*/;
	border-radius: 2px;
	border-style: solid;
	border-width: 0 0 0 8px;
	border-color: #ff0080;
	padding: 10px 0 10px 8px;
	margin: 20px -1% 25px;
}


/* ----- main contents ----- */
.imgnews {
	margin: -15px 0 0 0;
}
#news { /* news */
	font-size: 14px;
	line-height: 21px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #d9007c;
	margin: 0px 0px 5px 8px;

}
#news ul {
	padding: 13px 12px 5px 33px;
	margin: 0px;
}
#news li {
	list-style: url(image/sikaku2.gif);
	margin: 0 0 9px 0;
}
#news hr {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 1px;
	margin: 4px 0px;
}

.area_h { /* Before After */
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	border-style: dotted solid;
	border-width: 1px 0 0 6px;
	border-color: #000000 #ce0067/*ea028d*/;
	padding: 8px 6px 8px 10px;
	margin: 35px 5px 10px;
}
.area1 { /* Before After */
	text-align: center;
	margin: 0;
}
.area2 { 
	border-style: dotted;
	border-color: #808080;
	border-width: 1px 0px 0px 0px;
	padding: 12px 1em 0px 1em;
	margin: 15px 2% 0px auto;
}
.area3 { /* goods */
	font-size: 15px;
	padding: 0px 0px 15px 6px;
	margin: 0px 8px 0px 10px;
}

#areaindex { /* index */
	font-size: 14.5px;
	line-height: 2em;
	background: #fbfbfb;
	border-style: dotted solid;
	border-color: #000 #ff0080;
	border-width: 0 0 1px 5px;
	border-radius: 4px 0 0 4px;
	padding: 5px 0 5px 2.2em;
	margin: 25px 4%;
	text-indent: -2.2em;
}
#areaindex a {
	text-decoration: none;
}
#areaindex ol {
	margin: 3px 0px 0px -2em;
}
#areaindex li {
	padding: 0 0 0 2.2em;
}
#areaindex p {
	font-size: 14px;
	line-height: 200%;
	text-indent: -1em;
	margin: 0;
}

.prof {
	background: url(image/rose.gif) no-repeat right top;
}

img.pcdrape { /* personalcolor.htm */
	float: left;
	margin: 0px 8px 5px 0px;
}

img.bclogo { /*bestcolocom logo small*/
	max-width: 120px;
}

dt.dtsp {
	text-decoration:underline;
	color:#cc0099;
}

/* form */
table {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
}
tr {
	border-style: dotted;
	border-color: gray;
	border-width: 1px 0px;
}
td {
	padding: 15px 10px 15px 5%;
	font-size: 15px;
}
input {
	width: 70%;
	margin-left: 3%;
}
input.smit {
	font-size: 110%;
	width: 100px;
	text-align: center;
	padding: 8px 25px;
	margin-left: 30%;
}
input.radio {
	width:auto;
}
input.checkbox {
	width:auto;
}
textarea {
	width: 80%;
	margin-left: 3%;
}
select {
	margin-left: 3%;
	font-size: 110%;
}



/* ----- left menu ----- */
#sidepart a:link {
	color : #cc0099;
	font-weight: bold;
	text-decoration: none;
}
#sidepart a:visited {
	color : #cc0099;
}
#sidepart a:hover {
	text-decoration: underline;
}

#blog {
	color: blue;
	text-shadow: 4px 4px 2px #ffffff;
	background: #f4f9ff;
	font-size: 14px;
	font-weight: bold;
	line-height:1.5em;
	border-color: #1E90FF;
	border-style: solid;
	border-width: 2px 0;
	margin: 10px 0 10px 5px;
	padding: 7px 8px;
}

#sidemenu {
	color: #696969;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
/*	background-color: #fffbfc;
	border-color: #d9007c;
	border-style: solid;
	border-width: 2px 0;*/
	margin: 10px 0 10px 5px;
	padding: 4px 10px 8px 12px;
}
#sidemenu ul {
	margin: 10px 0 10px -25px;
}
#sidemenu li {
	list-style: url(image/triangle.gif);
	margin: 11px 5px 0 0;
	padding: 8px 0 0;
	border-top: #FF3399 dotted 1px;
}
#sidemenu li.usub { /*イメージコンサルティングの内容*/
	list-style: url(image/triangle4.gif);
}
#sidemenu ul.sub {
	margin-top: 2px;
}
#sidemenu li.sub {
	list-style: url(image/circle.gif);
	margin: 3px 5px 0 0;
	padding: 0;
	border: none;
}
#sidemenu li.title { /*メニュータイトル*/
	list-style: none;
	color: red;
	font-size: 18px;
	font-weight: bold;
	color: d9007c;
	margin: 5px 0 0 -25px;
	padding: 0;
	border: none;
}
#sidemenu li.nowp { /*現在ページ*/
	list-style: url(image/triangle2.gif);
}
#sidemenu li.subnowp { /*sub用現在ページ*/
	list-style: url(image/triangle2.gif);
	margin: 3px 5px 0 0;
	padding: 0;
	border: none;
}
#sidemenu a:link {
	color: #696969;
	text-decoration: none;
}
#sidemenu a:visited {
	color: #696969;
}
#sidemenu a:hover {
	color : #ff3cac;
}
#leftmailmg { /* メルマガ */
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	background-color: #fff3e8;
	border-width: 2px 0;
	border-style: solid;
	border-color: #ff6c26;
	margin: 13px 0 10px 5px;
	padding: 12px 5px;
}




/* ----- fotter ----- */
footer {
	clear: both;
	width : 100%;
	color: /*#6d6d6d*/;
	text-align: left;
	padding: 0px 0px 35px 0px;
	margin: 0px 0px -20px 0px;
}
#mailad {
	float:left;
	width : auto;
	font-size: 12px;
	line-height: 19px;
	border: #000000 dashed 1px;
	padding: 8px;
	margin: 1.5% 1%;
	border-radius: 5px / 5px;
}



/* ----- etc ------------------------------------------ */
/* for accordion menu */
summary { 
	cursor: pointer;
	transition: 1s;
	margin: 5px 0 0 0;
	padding: 6px 15px;
	border-radius: 5px;
	display: block; /* Chrome、Safari 以外のブラウザで矢印消去*/
}
summary::-webkit-details-marker {/* Chrome、Safari 専用矢印消去*/
	display: none;
}

summary.forindex { 
	display: list-item;
	text-decoration: underline;
	color: #cc0099;
}
summary:hover {
	background-color: #eef;
	text-decoration: none;
}
details[open] summary {
	color: #f0f;
	background-color: #eef;
	text-decoration: none;
}
details[open] .details-content {
	animation: fadeIn 0.3s ease;
	margin: 10px 5px 25px 15px;
	padding: 10px 20px;
	border-radius: 5px;
	background: #f5f5f5;
}
@keyframes fadeIn {
  0% {
	opacity: 0; /* 透明 */
	transform: translateY(-10px); /* 上から表示 */
  }
  100% {
	opacity: 1;
	transform: none;
  }
}
/* ↑for accordion menu */


/* テキスト点滅：[NEW] に使用 */
.blink {
	padding: 1px 4px 0;
	background-color: #FDF6F8;
	color: red;
	font: 9px bold;
	border: red solid 1px;
	border-radius: 5px;
	animation: blink 2s infinite;
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}


.txtind { /* ぶら下げインデント */
	padding-left: 1em;
	text-indent: -1em;
}
.txtind2 { /* ぶら下げインデント */
	padding-left: 2em;
	text-indent: -2em;
}
.txtind1r { /* ぶら下げインデント */
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.txtcenter {
	text-align: center;
}
ul.topnar {
	margin: -10px 0 0 0;
}
li.sikaku{
	list-style: url(image/sikaku2.gif);
	padding: 3px 0px;
}
li.triangle {
	list-style: url(image/triangle3.gif);
	padding: 5px 0px;
	margin: 8px 0px 5px -15px;
}
li.circle {
	list-style: url(image/circle.gif);
	padding: 5px 0px;
	margin: 8px 0px 5px -15px;
}

img.indeximg { /* 目次 */
	margin: 5px 0px 10px -11px;
}

.line { /* line.gif用 */
	margin: 5px 0px 15px 0px;
}
.line2 { /* line.gif用 */
	margin: 20px 0px 20px 0px;
}

img.imgright {
	float: right;
	vertical-align: middle;
	margin-left:10px;
}
img.imgleft {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
img.imgleft2 {
	float: left;
	margin: 0px 8px 8px 0px;
}
img.imgbox { /* for parts_box */
	float: right;
	vertical-align: middle;
	margin: 0px 5px 10px 10px;
}

hr.red {
	border-style: solid none none none;
	border-top-width: 2px;
	border-top-color: #dd006f;
	height: 2px;
	margin: 20px auto;
	width: 92%;
}
hr.gray {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 1px;
	margin: 2px 0px 4px 0px;
}
hr.gray2 {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 1px;
	width: 80%;
	margin: 2px 0px 4px 0px;
}
hr.grays {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #c0c0c0;
	height: 1px;
	max-width: 350px;
	margin: 25px auto;
}
hr.grays2 {
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #c0c0c0;
	height: 1px;
	width: 90%;
	margin: 0 auto;
}

hr.dotred {
	border-style: dotted none none none;
	border-width: 1px;
	border-color: #dd006f;
	height: 1px;
}
hr.dotred2 {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #dd006f;
	height: 1px;
	margin: 25px 7%;
}

.fontemp {
	font-size: 18px;
	font-weight: bold;
	color: #006291;
	text-decoration:underline;
}
.fontemp3 { /* 青太大字 */
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #0000ff;
	margin: 15px 0px;
	padding: 0px;
}
.fontemp4 { /* 紫太大字 */
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #38009f;
	margin: 15px 0px;
	padding: 0px;
}
.fontemp5 { /* ワイン太大字 */
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #ce0067/*#ea028d*/;
	margin: 15px 0px;
	padding: 0px;
}
.fontemp6 { /* 太字 上下マージン */
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 15px 15px;
}
.fontemp7 { /* 橙太大字 */
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #ff5a0b;
	margin: 10px 0px;
	padding: 0px;
}
.fontemp8 { /* 桃太大字 */
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color : #ff0099;
	margin: 10px 0px;
	padding: 0px;
}


.fontbold {
	font-size: 16px;
	font-weight: bold;
}
.fontbold2 {
	font-weight: bold;
}
.fontred {
	color: red;
	font-weight: bold;
}
.fontblue {
	color : #0000ff;
	font-weight: bold;
}
.fontyellow {
	color : #ff732f;
	font-weight: bold;
}
.fontpink {
	color : #ff0099;
	font-weight: bold;
}
.fontwine {
	color: #ce0067;
	font-weight: bold;
}
.fontprpl {
	font-weight: bold;
	color: #38009f;
}

.font13 {
	font-size: 13px;
}

.right11 {
	text-align: right;
	font-size: 11px;
}
.right13 {
	text-align: right;
	font-size: 13px;
}
.right_b {
	text-align: right;
	font-weight: bold;
}
.right13b {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

