@charset "utf-8";
/* CSS Document */

/* ------------------------- */
/*　reset css
/* ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* ------------------------- */
/* 共通style
/* ------------------------- */

body {
	font-family:  "メイリオ", Meiryo,"游明朝", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#595757;
	-webkit-text-size-adjust: 100%;
	
	/*background:#dfeff8;*/
}

* {
	text-decoration:none;
	list-style-type:none;
}

a {
	text-decoration:none;
	color:inherit;
}

.clear {
	clear:both;
}

h1 {
	font-size:0.85em;
	letter-spacing:.1em;
	height:2em;
	line-height:2em;
}

.mgn20 {
	margin-top:20px;
	margin-bottom:20px;
}

.mgntop30 {
	margin-top:30px;
}


.font15 {
	font-size:0.938em;
	line-height:1.8em;
	padding-top:10px;
}

.center_img {
	margin:0; 
	padding:0; 
	text-align:center;
	vertical-align:bottom;
}


/* ------------------------- */
/* header
/* ------------------------- */

header {
	background:url(../images/header_bg.jpg);
	background-size:100%;
	background-position:center top;
	width:100%;
	padding-bottom:35px;
}

#header_contents {
	width:1000px;
	margin:auto;
}


#header_contents02 {
	width: 100%;
	text-align: center;
}

h2.center {
	text-align:center;
}

#top_contact {
	float:right;padding-right:2.6em;
}


nav {
	width:1100px;
	height:55px;
	margin:0 auto;
	margin-top:30px;
}

nav ul li {
	float:left;
}


/* ヘッダー歯科診療詳細 */

.after-icon {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	color: rgb(101, 96, 96);
	font-size: 1.1rem;
}
.after-icon::after {
	position: absolute;
	top: 50%;
  	display: inline-block;
  	margin-left: .3em;
	color: #00b5dc;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transform: translateY(-50%);
}

.after-icon--chevron-right::after {
	content: '';
	width: .375em;
	height: .375em;
	border-top: .125em solid #00b5dc;
	border-right: .125em solid #00b5dc;
	transform: rotate(45deg);
	
}

/* ジャンボトロン-by-Atsushi */
.jumbotron-wrapper {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.jumbotron {
	
	/* margin-top: 100px; */
	background-position: center center;
	background-size: cover;
}

.jumbotron__inner {
	position: relative;
	/* max-width: 1200px; */
	/* height: 100%; */
	margin-right: auto;
	margin-left: auto;
}

.jumbotron__img {
	width: 100%;
	vertical-align: top;
}

.jumbotron__title {
	position: absolute;
	bottom: 0;
	left: 50%;
	/* width: 70%; */
	width: 1100px;
	padding: 5px 0 25px 0;
	background-color: rgba(2, 14, 21, 0.17);
	color: rgb(255, 255, 255);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;;
	font-size: 1.5rem;
	transform: translateX(-50%);
	text-align: center;
}

.jumbotron__text {
	display: inline-block;
	font-size: 1.9rem;
}

/* ------------------------- */
/* main contents for index.html
/* ------------------------- */

/* お知らせ */
.notice {
	background-color: #3B99E3;
	padding-top: 30px;
}
.notice__inner {
	max-width: 1065px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 30px 0;
	text-align: center;
  }
  .notice__title {
	color: #2888C7;
	font-size: 1.2rem;
	margin-bottom: 15px;
  }
  .notice__text {
	color: #666;
	line-height: 1.5;
	
	text-align: center;
  }

/* 求人バナー */
.horizontal-banner {
	padding: 30px 0;
	background-color: #3B99E3;
}

.horizontal-banner__inner {
	max-width: 1065px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEEFF7;
	padding: 30px 0;

}

.horizontal-banner-list {
	display: flex;
	justify-content: center;
	
}

.horizontal-banner-list > *:last-child {
	margin-right: 0;
  }

.horizontal-banner-list__item {
  flex: 1 1 0;
  max-width: 550px;
  margin-right: 10px;
}

.horizontal-banner-list__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  }

  .horizontal-banner-list__img {
	max-width: 90%;
  }
/* 求人バナー終わり */


#main_box_hajimeni {
	width:100%;
	height:558px;
	background:url(../images/bg_hajime.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-bottom:0px;
	overflow:hidden;
}

.inner_box_hajimeni {
	width:1200px;
	margin:0 auto;
}

#fb_border  {
	margin-top:0px;
	/* border:solid 3px #947054; */
	border-radius:3px 3px 3px;
}

#main_face_book {
	width:100%;
	background:url(../images/bg_facr_book.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-bottom:0px;
	overflow:hidden;
}

.inner_box_face_book {
	width:1200px;
	margin:0 auto;
}

.face_book_box {
	margin-left:60px;
	padding-top:10px;
	padding-bottom:0px;

}

.face_book_box p {
	color:#fff;
	font-size:96%;
	line-height:1.75em;
	margin-top:1.5em;
	letter-spacing:0.05em;

}



.left_box_fb {
	width:621px;
	float:left;
}

.right_box_fb {
	margin-top:30px;
	float:right;
	width:529px;
	height:317px;
	padding-right:40px;
}


/* ツイッタータイムライン */
.timeline {
	margin-top:30px;
	float:right;
	width:529px;
	height:317px;
	padding-right:40px;
}
/* ツイッタータイムライン終わり */



#main_box {
	width:100%;
	height:100%;
	background:url(../images/bg0102.png) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

.inner_box01 {
	width:1200px;
	margin:0 auto;
}

.profile_box {
	margin-left:75px;
	color:#fff;
	font-size:1.1em;
	line-height:1.8em;
}

.left_box {
	width:670px;
	float:left;
}

.right_box {
	margin-top:130px;
	float:right;
	width:330px
}

.img_box01 {
	margin:auto;
	width:280px;
}

.img_box02 {
	margin:20px auto 0;
	width:150px;
}

#main_box02 {
	width:100%;
	background:url(../images/) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:3%;
	overflow:hidden;
}

.inner_box02 {
	width:1200px;
	margin:0 auto;
}


.right_box02 p {
	margin-top:2em;
	line-height:2em;
}

#bosyutit_l {
	float:left;
}

#bosyutit_r {
	float:left;  font-size:22px; color:#e60012; font-weight:bold; height:47px; line-height:47px; padding-left:62px;
}


.bosyu {
	margin-top:35px;
	margin-left:95px;
}

.bosyu table {
	margin-top:15px;
	margin-bottom:30px;
	border-collapse:collapse;
	width:800px;
	font-size:17px;
}

.bosyu table tr th {
	background:#fbe3ee;
	padding-left:30px;
	width:190px;
	vertical-align:middle;
}

.bosyu table tr td {
	background:#fff;
	padding:25px 0 25px 25px;
}

.border {
	border-bottom:#999 1px solid;
}
.bosyu_left {
	float:left;
	width:180px;
}

.bosyu_right {
	width:700px;
	float:right;
}

.inbox {
	width:650px;
	padding-left:10px;
}

.inbox p {
	margin:10px;
}

#main_box03 {
	width:100%;
	background:url(../images/bg02.png) no-repeat;
	background-size:cover;
	background-position:center top;
}

.inner_box03 {
	width:1000px;
	margin:auto;
	text-align:center;
	padding-top:200px;
	padding-bottom:15%;
}

/* ------------------------- */
/* main contents for staff.html
/* ------------------------- */


.main_box_staff {
	width:100%;
	background:url(../images/staff_bg01.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

.inner_box_staff01 {
	width:1200px;
	margin:0 auto;
}

.main_box_staff2 {
	width:100%;
	background:url(../images/staff_bg02.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

#main_box_staff3 {
	width:100%;
	background:url(../images/setsubi_tit_bg.png) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

.inner_box_staff03 {
	width:1200px;
	margin:0 auto;
}

.main_box_setsubi_tit {
	width:100%;
	background:url(../images/setsubi_bg01.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

/* ------------------------- */
/* main contents for staff.html by Atsushi
/* ------------------------- */

.staff {
	display: flex;
	
}

.level1-heading {
	text-align: center;
	padding: 60px 15px;
	/* background-color: #DEEFF7; */
	font-family:   "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2rem;
	font-weight: bold;
	
}

.level1-heading__inner {
	position: relative;
	display: inline-block;
	transform: translateY(-20%);
}

.level1-heading__inner::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -10%;
	width: 50px;
	height: 2px;
	background-color: #00b5dc;
	transform: translateX(-50%);
}

.staff-background {
	width:100%;
	background:url(../images/background-wave.png) no-repeat;
	background-size: cover;
	background-position: center center;
	/* padding-top:0px;
	padding-bottom:0px;
	overflow:hidden; */
}

.staff__img-wrapper {
	flex: 0 1 48%;
	margin-right: 3%;
	
	
}

.staff--reverse {
	position: relative;
	flex-direction: row-reverse;
}

.staff--reverse .staff__img-wrapper {
	margin-right: 0;	

}

.staff--reverse .staff__body {
	position: absolute;
	left: 10%;
}

.staff__img {

}

.staff__body {
	flex: 1;
	padding-top: 70px;
	font-family:   "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.staff__lead {
	font-size: 1.5rem;
	margin-bottom: 50px;
	letter-spacing: 3px;
	line-height: 1.4;
	
}

.staff__sub-title {
	font-size: 1.2rem;
	letter-spacing: 3px;
	
}
.staff__title {
	font-size: 2.5rem;
	letter-spacing: 5px;
	
}

.staff__title-unit {
	font-size: 0.9rem;
	padding-left: 30px;
	letter-spacing: 3px;
}

.bullet-list {
	margin-top: 70px;
}

.bullet-list--horizontal {
	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	margin-bottom: -10px;
}

.bullet-list--horizontal .bullet-list__item {
	flex: calc(47% - 5px);
	margin-right: 10px;
  }
  
.bullet-list--horizontal .bullet-list__item:nth-of-type(even) {
	margin-right: 0;
}

.bullet-list__item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
}

.bullet-list__item::before {
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	display: block;
	width: .4em;
	height: .4em;
	background-color: rgb(32, 33, 34);
	border-radius: 50%;
}


/* ------------------------- */
/* main contents chirdren.html
/* ------------------------- */


.main_box_chirdren {
	width:100%;
	background:url(../images/chirdren_bg01.png) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:5%;
	background-color:#dfeff8;
	overflow:hidden;
}

.inner_box_chirdren01 {
	width:1200px;
	margin:0 auto;
}



/* ------------------------- */
/* footer
/* ------------------------- */

footer {
	width:100%;
	height:580px;
	background:url(../images/f_bg.png)  repeat-x;
	background-position:center bottom;
}

#f_contents {
	width:1000px;
	margin:0 auto;
	padding-top:10px;
}

.f_left {
	float:left;
	width:480px;
}

.f_right {
	float:right;
	width:480px;
	margin-right:30px;
}

.copy {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:17px;
	padding-top:120px;
}


#sousetuigi { position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;

}


#top_01 { position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;

}

/* ------------------------- */
/* main contents for medical_care.html
/* ------------------------- */

.main_box_medi_tit {
	width:100%;
	background:url(../images/medi_tit_bg01.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}



.main_box_medi {
	clear:both;
	width:100%;
	background:url(../images/medi_tit_a_bg.png) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

.main_box_medi_pnk {
	clear:both;
	width:100%;
	background:url(../images/medi_tit_b_bg.png) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

.main_box_medi_grn {
	clear:both;
	width:100%;
	background:url(../images/medi_tit_c_bg.png) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}


.medical_care_m {
	margin:50px 0 50px 35px;

}

.medical_care_p {
	margin:50px 0 40px 35px;

}

.medical_care_s {
	margin:0px 0 20px 35px;

}

.medical_care_w {
	margin:0px 0 10px 35px;

}

.inner_box_medi01 {
	width:1200px; 
	height:482px; 
	margin:0 auto; 
	background-image:url(../images/); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	
}

.inner_box_medi01_in {
	width:1000px; 
	height:482px; 
	margin:0 auto;
	
}

.inner_box_medi01_in p {
	color:#00b5dc;
	font-size:1.25em;
	line-height:1.80em;
	letter-spacing:0.05em;
	margin:0px 0 0px 35px;

}

.inner_box_medi02 {
	width:1200px; 
	height:482px; 
	margin:0 auto; 
	background-image:url(../images/); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	
}

.inner_box_medi02_in {
	width:1000px; 
	height:482px; 
	margin:0 auto;
	
}

.inner_box_medi02_in p {
	color:#b75881;
	font-size:1.25em;
	line-height:2.1em;
	letter-spacing:0.05em;
	margin:0px 0 0px 35px;

}

.inner_box_medi03 {
	width:1200px; 
	height:482px; 
	margin:0 auto; 
	background-image:url(../images/); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	
}

.inner_box_medi03_in {
	width:1000px; 
	height:482px; 
	margin:0 auto;
	
}

.inner_box_medi03_in p {
	color:#3fb356;
	font-size:1.25em;
	line-height:2.1em;
	letter-spacing:0.05em;
	margin:0px 0 0px 35px;

}


#main_box_medi_white {
	clear:both;
	width:100%;
	background:url(../images/medi_white_bg.png) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

.inner_box_medi_white {
	width:1200px;
	margin:0 auto;
}


.inner_box_medi_white_in {
	width:1000px; 
	margin:0 auto;
	background:url(../images/white_in_bg1.png) no-repeat;
	background-position:top right;
	
}

.inner_box_medi_white2_in {
	width:1000px; 
	margin:0 auto;
	background:url(../images/white_in_bg2.png) no-repeat;
	background-position:top right;
	
}


.inner_box_medi_white_in p {
	color:#00b5dc;
	font-size:1.1em;
	line-height:1.80em;
	letter-spacing:0em;
	margin:0px 0 0px 35px;

}

.inner_box_medi_white2_in p {
	color:#00b5dc;
	font-size:1.1em;
	line-height:1.80em;
	letter-spacing:0em;
	margin:0px 0 0px 35px;

}

.white2_p {
	color:#00b5dc;
	font-size:1.05em;
	line-height:2.1em;
	letter-spacing:0em;
	margin:8px 0 0px 35px;

}



.inner_box_medi_white_in ul li {
	margin:20px 0 0px 35px;

}

.inner_box_medi_white_in li {
	color:#00b5dc;
	font-weight:bolder;
	font-size:1.35em;
	line-height:2.1em;
	height:2.1em;
	letter-spacing:0em;
	padding-left:0.2em;

	list-style-image:url(../images/aosikaku.png);
	list-style-position: inside;

}

.inner_box_medi_white2_in ul li {
	margin:75px 0 0px 35px;

}

.inner_box_medi_white2_in li {
	color:#ff9f4e;
	font-weight:bolder;
	font-size:1.35em;
	line-height:2.1em;
	height:2.1em;
	letter-spacing:0em;
	padding-left:0.2em;

	list-style-image:url(../images/daidaisikaku.png);
	list-style-position: inside;

}

/* ------------------------- */
/* yoyakuform for contact.html
/* ------------------------- */

#main_box_contact_white {
	clear:both;
	width:100%;
	background:url(../images/medi_white_bg.png) no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
}

.inner_box_contact_white {
	width:1200px;
	margin:0 auto;
}


.inner_box_contact_white2_in {
	width:1000px; 
	margin:0 auto;
/*	background:url(../images/white_in_bg2.png) no-repeat;
*/	background-position:top right;
	
}



/*****************************/
/*	contact_contents 設定       */
/*****************************/

#contact_contents {
	width: 800px;
	padding: 25px 15px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.65);
	-webkit-box-shadow: 1px 1px 1px #B0AFAF;
	-moz-box-shadow: 1px 1px 1px #B0AFAF;
	-o-box-shadow: 1px 1px 1px #B0AFAF;
	box-shadow: 1px 1px 1px #B0AFAF;
}


#contact_contents p {
	margin:12px 0 0 15px;
	line-height: 1.7;
}

#contact_contents p.yoyaku {
	color:#ca4767;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.8em;
}




.underline {
	text-decoration:underline;
}



#yoyakuform p.underline {
	text-decoration:underline;
}

#yoyakuform span.color_pink {
	color:#ca4767;
}

#yoyakuform p.form_text {
	padding-left:150px;
	margin:15px 0 0 0px;
	line-height:1.4em;
	color:#ca4767;
	font-size:15px;

}



#yoyakuform p.form_text2 {
	padding-left:150px;

}

/*  メールフォーム
----------------------------------*/

.bg-pink5 {
	background-color: #F1F9FE;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

.w80 {
	width: 90%;
	margin: auto;
}

.w80.center {
	text-align: center;
}

.moji {
	font-size: 25px;
}

.l2 {
	line-height: 2;
}

#formWrap {
	width:100%;
	margin:0 auto;
	color:#4b4848;
	line-height:120%;
	font-size:90%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable input,
table.formTable textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table.formTable td,table.formTable th{
	border:1px solid #4b4848;
	background: #fff;
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#F1F9FE;
	text-align:left;
}

table.formTable td{
	text-align: left;
	padding: 15px;
	line-height: 1.8;
	vertical-align: middle;
}

.syoujyou {
	width: 90%;
	height: 100px;
}

.name {
	width: 60%;
}

.number {
	width: 50%;
}

.yubin {
	width: 25%;
}

.adress {
	width: 85%;
}

span.green2 {
	color: #2CAC38;
	font-weight: bold;
}

span.pink-yoyaku {
	color: #E4007F;
	font-weight: bold;
}

table.hyou {
	width: 100%;
}

table.hyou th{
	background-color: #FEF7F8;
	text-align: center;
}

.cyui_p {
	font-size:14px;
	font-weight:bold;
	color:#ca4767;
}

.cyui_k {
	font-size:14px;

	color: #595757;
}

.pink {
	margin:15px 0 0 0px;
	line-height:1.4em;
	color:#ca4767;
	font-size:15px;
	font-weight:bold;
}

.pink_no {
	margin:15px 0 0 0px;
	line-height:1.4em;
	color:#ca4767;
	font-size:15px;
}


.kuro {
	margin:15px 0 0 0px;
	line-height:1.4em;
	color: #595757;
	font-size:15px;

}

/*****************************/
/*	メールフォーム関係 設定		　       */
/*****************************/

.pl_1 {
	padding-left:1em;
	padding-right:1em;

}


.pl_a {
	padding-left:4em;
	padding-right:1em;
}

.pl_b {
	padding-left:3em;
	padding-right:1em;
}


.ta_l {
	text-align:left;
	float:left;
}

.ta_r {
	text-align:right;
}

.pl_r2 {
	padding-right:2em;

}

.kari_p {
	margin:15px 0 0 0px;
	line-height:1.6em;
	color:#ca4767;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.kari_m {
	color:#5f2c73;
	font-weight:bold;
	text-decoration:underline; 
}


/*****************************/
/*	thanks 設定       */
/*****************************/

#thanks_contents {
	width: 800px;
	height:200px;
	padding: 25px 15px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.65);
	-webkit-box-shadow: 1px 1px 1px #B0AFAF;
	-moz-box-shadow: 1px 1px 1px #B0AFAF;
	-o-box-shadow: 1px 1px 1px #B0AFAF;
	box-shadow: 1px 1px 1px #B0AFAF;
}


.thanks_p_big {
	color:#00b5dc;
	font-weight:bolder;
	font-size:1.35em;
	line-height:2.1em;
	height:2.1em;
	letter-spacing:0em;
	padding-left:0.2em; 
}

.thanks_p_small {
	color:#00b5dc;
	font-size:1.2em;
	line-height:1.6em;
	height:2.1em;
	letter-spacing:0em;
	padding-left:0.2em; 
}




/* 以下が敦追加部分 */
/* .content {
	max-width: 1000px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}								 */

