/*--------------------------------------
    Global Elements
---------------------------------------*/

/*
  PC スマホ 表示設定　
  ----------------------------*/
#pc-view {
	display:block;
}
#sp-view {
	display:none;
}

body {
    margin: 0;
    padding:0;
    color: #333;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-align: center;
    font-size: 62.5%;
}


h1,h2,h3 {
	margin:0;
	padding:0;
}

a {
    color: #336699;
    text-decoration: none;
}

a:link {
}

a:visited {
	color:#336699;
	text-decoration: underline;
}

a:hover {
    color: #336699;
    text-decoration: underline;
}

a img {
	border:none;
}

input,
textarea {
	font-size:1em;
	width:100%;
	/width:98%;
}
input#submit-bt {
	width:auto;
}

input:hover,
textarea:hover {
}

input:focus,
textarea:focus {
}


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

.ph-center {
	text-align:center;
	margin:0 0 15px 0;
}


/*--------------------------------------
    Wrapper
---------------------------------------*/
#wrapper {
  text-align: left;
	margin:0 auto;
}
#wrapper-inner {
	background:#fff;
}

/*--------------------------------------
    Header
---------------------------------------*/
#header {
	background: #fff;
}

.index #header {
	height:82px;
	margin:0;
	padding: 0;
	border-bottom:1px solid #b9e2eb;
	background: #fff;
}
.etc #header {
	height:124px;
	margin:0;
	padding: 0;
}

#header #header-wrap {
	width:925px;
	height:80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header-wrap #logo {
	display:none;
}
.totaltop #header-wrap #logo {
	display:block;
}

#header-wrap .common-logo {
	float:left;
	width:390px;
	height:80px;
	background:url( "../img/common/logo.gif" ) 0 0 no-repeat;
}
#header-wrap .common-logo a {
	display:block;
	width:227px;
	height:56px;
}

#header-wrap .mouthspray-logo {
	float:left;
	width:390px;
	height:80px;
	background:url( "../img/common/logo-mouthspray.gif" ) 0 0 no-repeat;
}
#header-wrap .mouthspray-logo a#t-top {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:165px;
	height:70px;
}
#header-wrap .mouthspray-logo a#s-top {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:128px;
	height:70px;
}

#header-wrap .mouthwash-logo {
	float:left;
	width:310px;
	height:80px;
	background:url( "../img/common/logo-mouthwash.gif" ) 0 0 no-repeat;
}
#header-wrap .mouthwash-logo a#t-top {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:165px;
	height:70px;
}
#header-wrap .mouthwash-logo a#m-top {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:128px;
	height:70px;
}

#header-wrap .toothpaste-logo {
	float:left;
	width:310px;
	height:80px;
	background:url( "../img/common/logo-toothpaste.gif" ) 0 0 no-repeat;
}
#header-wrap .toothpaste-logo a#t-top {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:165px;
	height:70px;
}
#header-wrap .toothpaste-logo a#tp-top {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:140px;
	height:70px;
}

#header-wrap #logo span {
	display:none;
}
#header-wrap #logo h1 {
	margin:0;
	padding:0;
}
#header-wrap #sub-menu {
	float:right;
	width:530px;
	margin:5px 0;
}

#sub-menu #fb-root {

	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-align: center;
    font-size: 62.5%;
}

#sub-menu #facebook {
	width:210px;
	float:right;
	margin: 0;
}
#sub-menu .freedial {
	margin:14px 6px 0 0;
	width:153px;
	height:44px;
	float:left;
}
#sub-menu .freedial span {
	display:none;
}
.freedial-buy {
	background:url( "../img/common/freedial_buy.gif" ) 0 0 no-repeat;
}
.freedial-info {
	background:url( "../img/common/freedial_info.gif" ) 0 0 no-repeat;
}


/* global nav ----- */
#global-nav {
	border-top:1px solid #e0f0f4;
	border-bottom:1px solid #b9e2eb;
}


#global-nav ul {
	display:table;
	table-layout: fixed;
	width: 925px;
	height: 48px;
	margin:0 auto;
	list-style: none;
    padding: 0;
    border-right:1px solid #e0f0f4;
}
#global-nav ul li {
    display:table-cell;
    margin: 0;
    border-left:1px solid #e0f0f4;
	vertical-align:middle;
}
#global-nav ul li a {
	display:block;
    padding:8px 5px;
    text-align:center;
    font-size:12px;
    line-height:140%;
    font-weight:bold;
    font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	color:#384042;
}

#global-nav ul li:hover {
	background: linear-gradient(to bottom, #ffffff 38%,#cbebf9 100%);
}
#global-nav ul li a:hover {
	color:#1b5d82;
	text-decoration:none;
}

#global-nav #gnav-mouthspray,
#global-nav #gnav-mouthwash,
#global-nav #gnav-toothpaste,
#global-nav #gnav-common{
	display:none;
	background: #fff;
}


#global-nav li#nav-toothpaste {
	background-image:	url("../img/common/nav-bg-toothpaste.png");
	background-repeat:	no-repeat;
	background-position:-20px 0;

}
#global-nav li#nav-toothpaste:hover {
	background-image:	url("../img/common/nav-bg-toothpaste.png"),
								linear-gradient(to bottom, #ffffff 38%,#cbebf9 100%);
	background-repeat:	no-repeat;
	background-position:-20px 0,
								0;
}

/* 2019.1.9
#global-nav li#nav-mouthwash {
	background-image:	url("../img/common/nav-bg-mouthwash.png");
	background-repeat:	no-repeat;
	background-position:-15px 0;

}
#global-nav li#nav-mouthwash:hover {
	background-image:	url("../img/common/nav-bg-mouthwash.png"),
								linear-gradient(to bottom, #ffffff 38%,#cbebf9 100%);
	background-repeat:	no-repeat;
	background-position:-15px 0,
								0;
}
*/


/*
#global-nav ul {
	width: 925px;
	margin:0 auto;
	list-style: none;
    padding: 0;
}
#global-nav ul li {
    float: left;
    margin: 0;
}
#global-nav ul li a {
	display:block;
	height:42px;
}
#global-nav ul li a span {
	display:none;
}

#global-nav ul {
	display:none;
}

#global-nav #gnav-common li#nav-top a { width:116px;
	background-image:url( "../img/common/nav-top.gif" );
	background-repeat:no-repeat;
}
.index #global-nav #gnav-common li#nav-top a { background-position:0 -42px; }

#global-nav #gnav-common li#nav-mouthwash a { width:115px;
	background-image:url( "../img/common/nav-mouthwash.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-common li#nav-toothpaste a { width:115px;
	background-image:url( "../img/common/nav-toothpaste.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-common li#nav-synergy a { width:115px;
	background-image:url( "../img/common/nav-synergy.gif" );
	background-repeat:no-repeat;
}
.synergy #global-nav #gnav-common li#nav-synergy a { background-position:0 -42px; }

#global-nav #gnav-common li#nav-buy a { width:115px;
	background-image:url( "../img/common/nav-buy.gif" );
	background-repeat:no-repeat;
}
.howtobuy #global-nav #gnav-common li#nav-buy a { background-position:0 -42px; }

#global-nav #gnav-common li#nav-inq a { width:115px;
	background-image:url( "../img/common/nav-inq.gif" );
	background-repeat:no-repeat;
}
.inquiry #global-nav #gnav-common li#nav-inq a { background-position:0 -42px; }

#global-nav #gnav-common li#nav-hb a { width:115px;
	background-image:url( "../img/common/nav-hb.gif" );
	background-repeat:no-repeat;
}
.hbshop #global-nav #gnav-common li#nav-hb a { background-position:0 -42px; }

#global-nav #gnav-common li#nav-sitemap a { width:119px;
	background-image:url( "../img/common/nav-sitemap.gif" );
	background-repeat:no-repeat;
}
.sitemap #global-nav #gnav-common li#nav-sitemap a { background-position:0 -42px; }



/ ナビ - ハミガキ剤 ----- /
#global-nav #gnav-toothpaste li#nav-top a { width:62px;
	background-image:url( "../img/toothpaste/common/nav-top.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-toothpaste li#nav-spec a { width:81px;
	background-image:url( "../img/toothpaste/common/nav-spec.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-toothpaste li#nav-effect a { width:113px;
	background-image:url( "../img/toothpaste/common/nav-effect.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-toothpaste li#nav-perio a { width:95px;
	background-image:url( "../img/toothpaste/common/nav-perio.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-toothpaste li#nav-stain a { width:107px;
	background-image:url( "../img/toothpaste/common/nav-stain.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-toothpaste li#nav-synergy a { width:96px;
	background-image:url( "../img/toothpaste/common/nav-synergy.gif" );
	background-repeat:no-repeat;
}
.synergy #global-nav #gnav-toothpaste li#nav-synergy a { background-position:0 -42px; }

#global-nav #gnav-toothpaste li#nav-voice a { width:100px;
	background-image:url( "../img/toothpaste/common/nav-voice.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-toothpaste li#nav-faq a { width:63px;
	background-image:url( "../img/toothpaste/common/nav-faq.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-toothpaste li#nav-buy a { width:102px;
	background-image:url( "../img/toothpaste/common/nav-buy.gif" );
	background-repeat:no-repeat;
}
.howtobuy #global-nav #gnav-toothpaste li#nav-buy a { background-position:0 -42px; }

#global-nav li#nav-mouthwash a { width:102px;
	background-image:url( "../img/toothpaste/common/nav-mouthwash.gif" );
	background-repeat:no-repeat;
}


/ ナビ - 洗口液 ----- /
#global-nav #gnav-mouthwash li#nav-top a { width:116px;
	background-image:url( "../img/mouthwash/common/nav-top.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-mouthwash li#nav-spec a { width:115px;
	background-image:url( "../img/mouthwash/common/nav-spec.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-mouthwash li#nav-buffer a { width:115px;
	background-image:url( "../img/mouthwash/common/nav-buffer.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-mouthwash li#nav-sanshokushi a { width:115px;
	background-image:url( "../img/mouthwash/common/nav-sanshokushi.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-mouthwash li#nav-synergy a { width:115px;
	background-image:url( "../img/mouthwash/common/nav-synergy.gif" );
	background-repeat:no-repeat;
}
.synergy #global-nav #gnav-mouthwash li#nav-synergy a { background-position:0 -42px; }

#global-nav #gnav-mouthwash li#nav-voice a { width:115px;
	background-image:url( "../img/mouthwash/common/nav-voice.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-mouthwash li#nav-faq a { width:115px;
	background-image:url( "../img/mouthwash/common/nav-faq.gif" );
	background-repeat:no-repeat;
}

#global-nav #gnav-mouthwash li#nav-buy a { width:115px;
	background-image:url( "../img/mouthwash/common/nav-buy.gif" );
	background-repeat:no-repeat;
}
.howtobuy #global-nav #gnav-mouthwash li#nav-buy a { background-position:0 -42px; }

#global-nav #gnav-mouthwash li#nav-toothpaste a { width:119px;
	background-image:url( "../img/mouthwash/common/nav-toothpaste.gif" );
	background-repeat:no-repeat;
}



#global-nav li a:hover {
	background-position:0 0;
}
#global-nav li a:hover {
	background-position:0 -42px;
}
*/


/*--------------------------------------
    Body
---------------------------------------*/
#body {
	width:100%;
	margin:0 auto;
	position:relative;

}
.index {
	background:url( "../img/common/bg-under-blue.png" ) center 0 no-repeat;
}
.content {
	background:url( "../img/common/bg-under-blue.jpg" ) center 0 no-repeat;
}

#content-head {
	margin:0 auto;
	width:880px;
	height:15px;
	background:url( "../img/common/bg-under-contentshead-blue.png" ) center bottom no-repeat;
}
#content {
	background:#fff;
	width:780px;
	margin:0 auto;
	padding:42px 50px;
	background:url( "../img/common/bg-under-white.png" ) center 0 no-repeat;
}

.with-submenu #contents-wrap {
	width:880px;
	margin:0 auto;
	position: relative;
}

.with-submenu #content {
	background:url( "../img/common/bg-under-white-s.png" ) center 0 no-repeat;
	width:590px;
	padding:42px 30px;
	margin:0;
	float:right;
}
.with-submenu #content-head {
	background:url( "../img/common/bg-under-contentshead-blue-s.png" ) right bottom no-repeat;
}

/*--------------------------------------
    Sidebar
---------------------------------------*/
#sidebar {
}

/*--------------------------------------
    Footer
---------------------------------------*/
#footer {
	margin:0;
}
#footer .footer-logo {
	width:160px;
}
#footer .footer-copy {
	color:#808080;
	margin:0 0 0 0;
	font-size:1em;
}

#footer-menu {
	margin:10px 0;
	padding:10px 0 0 0;
 	border-top:1px solid #cacaca;
}
#sub-menu-bottom {
	background:#85ceeb;
	padding:3px;
}
#footer-bottom,
#sub-menu-bottom .nav {
	margin:0 auto;
	width:840px;
}

#sub-menu-bottom .nav a {
	color:#fff;
	font-size:1.1em;
}
#sub-menu-bottom .nav a:hover {
	color:#fff;
}

#footer-bottom .footer-logo {
	width:128px;
	height:15px;
	margin:9px 0 6px 0;
	background:url("../img/common/footer_logo.gif") 0 0 no-repeat;
}
#footer-bottom .footer-logo span {
	display:none;
}

/*--------------------------------------
    Clearfix
---------------------------------------*/
#header:after,
#body:after,
#footer:after,
.section:after
{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/*--------------------------------------
    Position
---------------------------------------*/
.right { float:right; position:relative;}
.left { float:left;}


/*--------------------------------------
    PAGE index
---------------------------------------*/
.index #body {

}
/* メインビジュアル部分 */
#index-heading {
	/* margin:30px auto; */
	text-align: center;
}

#index-body-head {
	width:940px;
	height:400px;
	/*background:url("../img/index/main-image.png") 0 center no-repeat;*/
	margin:0 auto;
	position:relative;
}

/*#main-img-tooth {
	width:270px;
	height:370px;
	background:url("../img/index/main-image-tooth.png") 0 0 no-repeat;
}*/

#main-img-tooth a.link-tooth {
	position:absolute;
	display:block;
	width:270px;
	height:370px;
	background:url("../img/index/main-image-tooth.png") 0 0 no-repeat;
	top:0;
	left:0;
	z-index:99;
}

/*#main-img-mouth {
	width:270px;
	height:370px;
	margin: 0;
	background:url("../img/index/main-image-mouth.png") 0 0 no-repeat;
}*/

#main-img-mouth a.link-mouth {
	position:absolute;
	display:block;
	width:270px;
	height:370px;
	background:url("../img/index/main-image-mouth.png") 0 0 no-repeat;
	top:0;
	left:335px;
	z-index:99;
}

/*#main-img-spray {
	width:270px;
	height:370px;
background:url("../img/index/main-image-spray.png") 0 0 no-repeat;
}*/

#main-img-spray a.link-spray {
	position:absolute;
	display:block;
	width:270px;
	height:370px;
	background:url("../img/index/main-image-spray.png") 0 0 no-repeat;
	top:0;
	left:670px;
	z-index:99;
}

/*
#main-img-mouth a.link-tbm {
	position:absolute;
	top:0;
	right:15px;
	z-index:200;
}
*/

#main-img-tooth a span,
#main-img-mouth a span,
#main-img-spray a span {
	display:none;
}

#main-img-tooth a:hover,
#main-img-mouth a:hover,
#main-img-spray a:hover {
	background-position:0 -370px;
}

/* コンテンツ部分 */
#index-content-wrap {
	width:940px;
	margin:0 auto 25px;
	padding:38px 0 0 0;
	background:url("../img/common/bg-index-content-head.png") 0 0 no-repeat;
}

#index-content {
	background:#fff;
	padding:0;
}

#index-content #content-wrap {
	width:904px;
	margin:0 auto;
}

/* お客様の声 */
#ticker {
	background:#eff4f6;
	margin:0 0 10px 0;
	padding:5px;
}
#ticker-title {
	height:28px;
	width:73px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align: top;
	background:url("../img/toothpaste/index/ticker-title.gif") 0 0 no-repeat;
}
#ticker-title span {
	display:none;
}
#ticker-main {
	background:#fff;
	width:682px;
	height:28px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align: top;
	overflow:hidden;
}

#ticker ul {
	margin:0;
	padding:0;
}
#ticker #slider li {
	list-style:none;
	margin:0;
    padding: 0 0 0 34px;
	font-size:1.4em;
	line-height:100%;
	font-weight:bold;
	height:28px;
}
#ticker #slider li b {
	color:#fd7dac;
}
#ticker #slider li .voice-comment {
	padding:8px 0 0 0;
}
#ticker #slider li#voice-c01 {
    background: url("../img/toothpaste/index/ticker-ph01.jpg") 0 0 no-repeat;
}
#ticker #slider li#voice-c02 {
    background: url("../img/toothpaste/index/ticker-ph02.jpg") 0 0 no-repeat;
}
#ticker #slider li#voice-c03 {
    background: url("../img/toothpaste/index/ticker-ph03.jpg") 0 0 no-repeat;
}

.bt-more-voice {
	margin:0 0 0 12px;
	width:117px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align: top;
}
.bt-more-voice a {
	display:block;
	width:117px;
	height:28px;
    background: url("../img/toothpaste/index/bt-voice-more.gif") 0 0 no-repeat;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 2px 1px #ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bt-more-voice a:hover {
	background-position:0 -28px;
}
.bt-more-voice a span {
	display:none;
}

#main-contents-wrap {
	margin:0;
}
#main-contents-wrap .left {
	width:603px;
}
#main-contents-wrap .right {
	width:298px;
}

#main-contents-wrap .left .sub-left {
	float:left;
	width:303px;
}
#main-contents-wrap .left .sub-right {
	float:right;
	width:298px;
}

#main-contents-wrap .c-wrap-white {
	margin:0;
	width:298px;
}
#main-contents-wrap .c-wrap-white .header {
	height:3px;
    background: url("../img/toothpaste/index/bg-content-header.gif") 0 0 no-repeat;
}
#main-contents-wrap .c-wrap-white .footer {
	height:6px;
    background: url("../img/toothpaste/index/bg-content-footer.gif") 0 0 no-repeat;
}
#main-contents-wrap .c-wrap-white .main {
	padding:0 6px 0 11px;
    background: url("../img/toothpaste/index/bg-content-main.gif") 0 0 repeat-y;
}

#main-contents-wrap .c-wrap-white .main .content {
}
#main-contents-wrap .c-wrap-white .content h2 a span {
	display:none;
}
#main-contents-wrap .c-wrap-white .main .content p {
	margin:0;
	padding:0 0 8px 0;
	font-size:1.2em;
	line-height:154%;
}


#main-contents-wrap #content-effect-tooth .content {
    background: url("../img/toothpaste/index/bg-effect.jpg") right 0 no-repeat;
    min-height:205px;
}
#main-contents-wrap #content-effect-tooth .content h2 {
	padding:12px 0 15px 0;
}
#main-contents-wrap #content-effect-tooth .content h2 a {
	display:block;
	width:118px;
	height:48px;
    background: url("../img/toothpaste/index/bt-effect.gif") 0 0 no-repeat;
}
#main-contents-wrap #content-effect-tooth .content h2 a:hover {
	background-position:0 -48px;
}
#main-contents-wrap #content-effect-tooth .content p {
	width:125px;
}

/* 使い方 */
#main-contents-wrap #content-tm .content {
    background: url("../img/index/bg-synergy.jpg") right 0 no-repeat;
    min-height:205px;
}
#main-contents-wrap #content-tm .content h2 {
	padding:12px 0 15px 0;
}
#main-contents-wrap #content-tm .content h2 a {
	display:block;
	width:118px;
	height:48px;
    background: url("../img/index/bt-synergy.gif") 0 0 no-repeat;
}
#main-contents-wrap #content-tm .content h2 a:hover {
	background-position:0 -48px;
}
#main-contents-wrap #content-tm .content p {
	width:125px;
}


/* お口の健康豆知識 */
#main-contents-wrap #content-column .content {
    background: url("../img/index/bg-column.gif") right 0 no-repeat;
    min-height:205px;
}
#main-contents-wrap #content-column .content h2 {
	padding:12px 0 15px 0;
}
#main-contents-wrap #content-column .content h2 a {
	display:block;
	width:118px;
	height:48px;
    background: url("../img/index/bt-column.gif") 0 0 no-repeat;
}
#main-contents-wrap #content-column .content h2 a:hover {
	background-position:0 -48px;
}
#main-contents-wrap #content-column .content p {
	width:125px;
}



#main-contents-wrap #content-buffer-mouth .content {
    background: url("../img/mouthwash/index/bg-buffer-index.jpg") right 0 no-repeat;
    min-height:205px;
}
#main-contents-wrap #content-buffer-mouth .content h2 {
	padding:12px 0 15px 0;
}
#main-contents-wrap #content-buffer-mouth .content h2 a {
	display:block;
	width:145px;
	height:48px;
    background: url("../img/mouthwash/index/bt-buffer-index.gif") 0 0 no-repeat;
}
#main-contents-wrap #content-buffer-mouth .content h2 a:hover {
	background-position:0 -48px;
}
#main-contents-wrap #content-buffer-mouth .content p {
	width:125px;
}


.c-wrap-border {
	margin:0 0 11px 0;
	width:294px;
}
.c-wrap-border h2 {
	border:1px solid #ededed;
}
.c-wrap-border h2 a {
	display:block;
	height:60px;
}
.c-wrap-border h2 a:hover {
	background-position:0 -60px !important;
}
.c-wrap-border h2 a span {
	display:none;
}

#content-backstory-tooth a {
	background: url("../img/toothpaste/index/bt-backstory.gif") 0 0 no-repeat;
}
#content-backstory-mouth a {
	background: url("../img/mouthwash/index/bt-backstory.gif") 0 0 no-repeat;
}

.c-wrap-etc {}

#content-buy {}

#content-buy h2 {
}

#content-buy h2 a {
	display:block;
	width:293px;
	height:60px;
	background: #fff url("../img/index/bt-buy.gif") 0 0 no-repeat;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 2px 1px #ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

	position: relative\9;
	behavior: url(/PIE.htc)\9;
}
#content-buy h2 a:hover {
	background-position:0 -60px !important;
}
#content-buy h2 a span {
	display:none;
}

.c-wrap-banner {
	margin:2px 0 0 3px;
}

/*--------------------------------------
    PAGE under common
---------------------------------------*/
.content #content .article {
	position:relative;
	text-align:justify;
}
.content #content .article .header {
	background:url( "../img/common/title-line.gif" ) 0 bottom no-repeat;
	padding-bottom:2px;
	margin:0 0 25px 0;
}
.content .article .header h1 span {
	display:none;
}

.content  .article .section-wrap {
	border-bottom:1px dashed #999999;
	margin:0 0 18px 0;
	padding:0 0 15px 0;
}
.content  .article .section-wrap li {
	font-size:1.4em;
	line-height:1.8em;
}

.content  .article .no-line {
	border:none !important;
}
.content .article .section-wrap .title {
	height:20px;
	margin:0 0 15px 0;
}
.content .article .section-wrap .title span {
	display:none;
}
.content .article .section-wrap p {
	font-size:1.4em;
	line-height:1.8em;
	margin:0;
	padding:0;
}

/* sub menu ----- */
.with-submenu #sub-menu-list .menu-title {
	width:170px;
	height:110px;
}
.with-submenu #sub-menu-list .menu-title span {
	display:none;
}
.with-submenu #sub-menu-list {
	width:170px;
	border:1px solid #4ebdd6;
	background:#fff;
	position:absolute;
	top:42px;
	left:35px;
}
.with-submenu #sub-menu-list ul {
	list-style: none;
    padding: 0;
    margin:0;
}
.with-submenu #sub-menu-list ul li {
    padding: 0;
    margin:0;
}
.with-submenu #sub-menu-list ul li a {
	display:block;
	width:170px;
	height:35px;
}
.with-submenu #sub-menu-list ul li a:hover {
	background-position:-170px 0 !important;
}
.with-submenu #sub-menu-list ul li a span {
	display:none;
}


/*--------------------------------------
    PAGE synergy
---------------------------------------*/
.synergy .article .header h1 {
	background:url( "../img/common/title-synergy.gif" ) 0 0 no-repeat;
	height:88px;
}
.synergy .article .section-wrap h2#title-synergy-column {
	background:url( "../img/synergy/title-synergy-column.gif" ) 0 0 no-repeat;
	margin: 0 0 5px !important;
}
.synergy .ph02 {
	float:right;
	width:270px;
	margin:0 0 0 15px;
}

/*--------------------------------------
    PAGE spec
---------------------------------------*/
.spec .article .header h1 {
	background:url( "../img/toothpaste/spec/title.gif" ) 0 0 no-repeat;
	height:88px;
}
.spec .article .ph-product {
	position:absolute;
	top:0;
	right:0;
}

.spec .article .section-wrap h2#title-effect {
	background:url( "../img/toothpaste/spec/title-sub-effect.gif" ) 0 0 no-repeat;
}
.spec .article .section-wrap h2#title-use {
	background:url( "../img/toothpaste/spec/title-sub-use.gif" ) 0 0 no-repeat;
}
.spec .article .section-wrap h2#title-element {
	background:url( "../img/toothpaste/spec/title-sub-element.gif" ) 0 0 no-repeat;
}
.spec .article .section-wrap h2#title-attention {
	background:url( "../img/toothpaste/spec/title-sub-attention.gif" ) 0 0 no-repeat;
}


.spec .article ul {
	list-style-image:url(../img/toothpaste/spec/list-element.gif);
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:35px;
	background-color:#F2F2F2;
}
.spec .article .mhap {
	float:right;
}
.box-gray {
	background-color:#F2F2F2;
	padding:20px;
}


/*--------------------------------------
    PAGE howtobuy
---------------------------------------*/

.howtobuy .article .header h1 {
	background:url( "../img/howtobuy/title.gif" ) 0 0 no-repeat;
	height:46px;
}
.howtobuy .article .section-wrap #buy-phone-fax {
	background:url( "../img/howtobuy/phone-fax.gif" ) 0 0 no-repeat;
	height:112px; width:740px;
	margin:0 auto;
}

.howtobuy .article .section-wrap #buy-phone-fax a {
	text-align:center;
	margin:auto;
}
.howtobuy .article .section-wrap #buy-phone-fax a span {
	display:none;
}
.howtobuy .article .section-wrap #buy-phone-fax .net-buy-bt {
	padding:0 0 0 472px;

}
.howtobuy .article .section-wrap #buy-phone-fax .net-buy-bt a {
	display:block;
	width:265px;
	height:107px;
	background:url(../img/howtobuy/buy.gif) 0 0 no-repeat;
	outline:none;
}
.howtobuy .article .section-wrap #buy-phone-fax .net-buy-bt a:hover {
	background-position:0 -107px;
}

.howtobuy .article .section-wrap #teiki {
	text-align:center;
}

/* 購入エリア */
.howtobuy .article .section-wrap #topimg {
	background:url( "../img/howtobuy/topimg_howtobuy.gif" ) 0 0 no-repeat;
	height:998px;
	width:740px;
	margin:0 auto;
	position:relative;
}
.howtobuy .article .section-wrap #topimg #brush-bt {
	height:25px;
	width:120px;
	position:absolute;
	top:204px;
	left:288px;
}
.howtobuy .article .section-wrap #topimg #brush-bt-bottom {
	height:25px;
	width:120px;
	position:absolute;
	bottom:112px;
	left:288px;
}
.howtobuy .article .section-wrap #topimg #brush-bt span,
.howtobuy .article .section-wrap #topimg #brush-bt-bottom span { display:none;}
.howtobuy .article .section-wrap #topimg #brush-bt a,
.howtobuy .article .section-wrap #topimg #brush-bt-bottom a {
	height:25px;
	width:120px;
	display:block;
}

.howtobuy .article .section-wrap #topimg .bt-wrap {
	width:186px;
	height:45px;
	position:absolute;
}

#bt-buy-p-01 {
	top:140px;
	right:12px;
}

#bt-buy-p-02 {
	top:243px;
	right:12px;
}

#bt-buy-p-03 {
	top:258px;
	right:12px;
}

#bt-buy-p-04 {
	top:435px;
	right:12px;
}

#bt-buy-p-05 {
	top:523px;
	right:12px;
}

#bt-buy-p-06 {
	top:524px;
	right:12px;
}

#bt-buy-p-07 {
	top:604px;
	right:12px;
}

#bt-buy-p-08 {
	top:800px;
	right:12px;
}



/*--------------------------------------
    PAGE sitemap
---------------------------------------*/

.sitemap .article .header h1 {
	background:url( "../img/misc/title-sitemap.gif" ) 0 0 no-repeat;
	height:46px;
}
.sitemap .section-wrap h2 {
	font-size:1.6em;
    background: url(../img/common/bar-heading-blue.png) 0 center no-repeat;
    background-size: 6px 100%;
    font-weight: bold;
    color: #0b92b3;
    padding: 3px 0 2px 12px;
    margin: 0 0 10px 10px;
}


/*--------------------------------------
    PAGE hbshop
---------------------------------------*/

.hbshop .article .header h1 {
	background:url( "../img/misc/title-hbshop.gif" ) 0 0 no-repeat;
	height:88px;
}


/*--------------------------------------
    PAGE inquiry
---------------------------------------*/

.inquiry .article .header h1 {
	background:url( "../img/misc/title-inquiry.gif" ) 0 0 no-repeat;
	height:46px;
}


/*--------------------------------------
    column　
---------------------------------------*/

.column-inner {
	margin:0;
	padding:0 20px;
	_padding:0;
	background: url("../img/common/column_middle.gif") 0 repeat-y;
	_background: url("../img/common/column_middle.gif") 0 0 no-repeat;
	/width:740px;
}
.column-top {
	height:15px;
	background: url("../img/common/column_top.gif") 0 0 no-repeat;
}
.column-bottom {
	height:15px;
	background: url("../img/common/column_bottom.gif") 0 0 no-repeat;
}
.column-title h2 {
	margin:0;
	padding:0;
}
.column-title h2 span {
	position:absolute;
	left:-9999px;
}

.column-inner_s {
	margin:0;
	padding:0 20px;
	_padding:0;
	background: url("../img/toothpaste/effect/column_middle_s.gif") 0 repeat-y;
	_background: url("../img/toothpaste/effect/column_middle_s.gif") 0 0 no-repeat;
}
.column-top_s {
	height:15px;
	background: url("../img/toothpaste/effect/column_top_s.gif") 0 0 no-repeat;
}
.column-bottom_s {
	height:15px;
	background: url("../img/toothpaste/effect/column_bottom_s.gif") 0 0 no-repeat;
}
.column-title_s h2 {
	margin:0;
	padding:0;
}
.column-title_s h2 span {
	position:absolute;
	left:-9999px;
}



/*--------------------------------------
    Buy
---------------------------------------*/

#buy{
	background:url("../img/common/buy-back.gif") 0 0 no-repeat;
	height:410px;
	width:740px;
	margin:0 auto;
}
#buy-set {
	background:url("../img/common/buy-back-set.gif") 0 0 no-repeat;
	height:390px;
	width:740px;
	margin:0 auto;
	position:relative;
}

#buy a,
#buy-set a {
	text-align:center;
	margin:auto;
}
#buy a span,
#buy-set a span {
	display:none;
}
.buy-bt {
	padding:298px 27px 0 0;
	width:336px;
	height:67px;
	float:right;
}

.buy-bt a {
	display:block;
	width:336px;
	height:67px;
	background:url("../img/toothpaste/common/bt-buy-l.gif") 0 0 no-repeat;
	outline:none;
}
#buy-set .buy-bt a {
	background:url("../img/common/bt-buy-l-set.gif") 0 0 no-repeat;
}
#buy-set .buy-bt a:hover,
.buy-bt a:hover {
	background-position:0 -67px;
}

brush{
	background:url("../img/common/brush-back.gif") 0 0 no-repeat;
	height:25px;
	width:130px;
}

#brush a {
	text-align:center;
	margin:auto;
}
#brush a span {
	display:none;
}
.brush-bt {
	height:25px;
	width:120px;
	position:absolute;
	bottom:27px;
	left:165px;
}
.brush-bt a {
	display:block;
	height:25px;
	width:130px;
	background:url(../img/common/brush-bt.gif) 0 0 no-repeat;
	outline:none;
}

/* 製品情報以下 */

#buy_s{
	background:url("../img/toothpaste/effect/buy-back_s.gif") 0 0 no-repeat;
	height:410px;
	width:590px;
}

#buy_s a {
	text-align:center;
	margin:auto;
}
#buy_s a span {
	display:none;
}
.buy-bt_s {
	padding:322px 20px 0 0;
	float:right;
}
.buy-bt_s a {
	display:block;
	width:230px;
	height:61px;
	background:url(../img/toothpaste/effect/buy-bt_s.gif) 0 0 no-repeat;
	outline:none;
}
.buy-bt_s a:hover {
	background-position:0 -64px;
}

#brush_s{
	background:url("../img/common/brush-back.gif") 0 0 no-repeat;
	height:25px;
	width:120px;
}

#brush_s a {
	text-align:center;
	margin:auto;
}
#brush_s a span {
	display:none;
}
.brush-bt_s {
	padding:350px 0 0 145px;
	float:left;
}
.brush-bt_s a {
	display:block;
	height:25px;
	width:120px;
	background:url(../img/common/brush-bt.gif) 0 0 no-repeat;
	outline:none;
}

/* 購入ボタン ------- */
.cart-wrap {
	text-align:center;
	margin:20px 0 15px;
}
.cart-wrap .bt-wrap {
	width:420px;
	height:81px;
}

#buy .cart-wrap {
	float: right;
	padding: 295px 13px 0 0;
}


/*--------------------------------------
    お口の健康豆知識
---------------------------------------*/

.column-wrapp{
	width:940px;
	margin:0 auto;
}

.column-header{}
.column-header .inner{
	padding:15px 0 0;
}
.column-logo{
	width:404px;
	height:79px;
	margin:0 auto;
	padding:0;
	background:url("../img/column/logo.png") 0 0 no-repeat;
}
.column-logo span{
	display:none;
}
.column-header .inner .sns-btn{
  float:right;
  margin:45px 100px 0 0;
}
.column-header .summary{
	width:812px;
	height:143px;
	margin:0 auto;
	background:url("../img/column/bg-summary.png") 0 0 no-repeat;
}
.column-header .summary p{
	padding:50px 95px 0;
	font-size:1.6em;
	line-height:160%;
	text-align: center;
}

.column-contents{}

.column-contents-list{
    list-style: none;
    margin: 40px 6px;
    padding: 0;
}
.column-related-list{
    list-style: none;
    margin: 40px 0;
    padding: 0;
}


.column-related-list  .column-item,
.column-contents-list .column-item{
	display:inline-block;
	width:200px;
	margin:0 16px 35px;
    vertical-align:top;
}
.column-item-photo{
	text-align:center;
}
.column-item-text{
	margin:10px 0 0 0;
	font-size:1.3em;
	line-height:140%;
	text-align:center;
	color:#4b6064;
	font-weight:bold;
}
.column-item-text span{
	font-size:12px;
}


/* コラム記事 */
.column-layout-entry{
	background:url("../img/column/bg-entry.png") 0 0 no-repeat;
}

.column-layout-entry .column-contents{
	margin:88px 0 0 0;
	background:#fff;
}

.column-entry-wrapp{
	padding:0 105px;
}


.column-entry .sns-btn{
  float:right;
  margin:0;
}

.column-entry .column-number{
	font-size:1.2em;
	color:#0099b6;
	font-weight:bold;
}

.column-entry .entry-title{
	margin:0 0 30px 0;
	font-size:2.8em;
	line-height:130%;
	color:#006fa2;
}

.column-entry .entry-body{}

.column-entry .entry-body .ph-right{
	float:right;
	margin:0 0 10px 14px;
}
.column-entry .entry-body .ph-left{
	float:left;
	margin:0 14px 10px 0;
}
.column-entry .entry-body .ph-center img{
	max-width:100%;
}

.column-entry .entry-body p{
	margin:0 0 30px 0;
	font-size:1.6em;
	line-height:200%;
}

.column-entry .entry-body .line-wrapp{
	display:block;
	margin:10px 0 0 0;
	padding:10px;
	font-size:14px;
	line-height:180%;
	background: #ffffef;
	border:2px solid #009e57;
	border-radius: 10px;
}
.column-entry .entry-body .line-wrapp--blue{
	background: #fff;
	border:2px solid #006fa2;
}
.column-entry .entry-body .line-wrapp b{
	color:#009e57;
}

.title-sec{
	font-size:18px;
	margin:0 0 10px 0;
	color: #006fa2;
}
.title-sec--green{
	color:#009e57;
}

.title-ter{
	font-size:16px;
}

.bg--round-green,
.bg--round-pink,
.bg--round-red,
.bg--round-yellow,
.bg--round-orange,
.bg--round-purple{
	padding:5px 15px;
	color:#fff;
	border-radius: 10px;
}
.bg--round-green{ background: #67ae28; }
.bg--round-pink{ background: #e4007f; }
.bg--round-red{ background: #e4000b; }
.bg--round-yellow{ background: #e4cd00; }
.bg--round-orange{ background: #ed6d00; }
.bg--round-purple{ background: #920783; }

.panel,
.panel-equ{
	display: flex;
	width:100%;
	margin:0 0 16px;
}
.panel__block p {
    margin: 0 0 20px 0 !important;
}
.panel__block ul {}
.panel__block ul li,
.panel__block ol li {
	font-size: 1.6em;
	line-height: 160%;
}
.panel__block:last-of-type{
	flex:1;
	padding-left:10px;
}

.panel-equ .panel__block{
	width:33%;
	margin:0 5px;
}
.panel-equ .panel__block .title-ter{
	border-radius: 2px 2px 0 0;
}
.panel-equ .panel__block p{
	padding:5px 10px;
	margin:0 !important;
	font-size: 14px;
	line-height: 160%;
}
.panel-equ .panel__block:last-of-type{
	flex:none;
	padding-left:0;
}
.panel-equ .panel__block.b--red{
	border: 2px solid #e4000b;
	border-radius: 5px;
}
.panel-equ .panel__block.b--green{
	border: 2px solid #67ae28;
	border-radius: 5px;
}
.panel-equ .panel__block.b--yellow{
	border: 2px solid #e4cd00;
	border-radius: 5px;
}

.column-related{
	margin:16px 0;
}

.column-related-title{
	display:inline-block;
	padding:8px 14px;
	font-size:1.6em;
	color:#fff;
	background-color:#009e57;
}

.back-list-column-btn-wrapp{
	text-align:center;
}
.back-list-column-btn-wrapp a{
	display:inline-block;
	margin:0 0 60px 0;
	padding:8px 14px;
	font-size:1.6em;
	color:#fff;
	background-color:#009e57;
	border-radius:5px;

/* box-shadow */
box-shadow:rgba(153, 153, 153, 0.65098) 0px 2px 13px -1px;
-webkit-box-shadow:rgba(153, 153, 153, 0.65098) 0px 2px 13px -1px;
-moz-box-shadow:rgba(153, 153, 153, 0.65098) 0px 2px 13px -1px;
}

/* column24 */
.column-entry .entry-body p span.marker {
	background: linear-gradient(transparent 50%, yellow 50%);
}

/* //////////////////////////////

sns 2019.01.09

////////////////////////////// */
#header-wrap #sub-menu {
	width: 490px;
	margin-left: 40px;
}

.sns {
	display: inline-block;
}

.sns ul {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin-left: 40px;
}

.sns ul li {
	display: inline-block;
	width: auto;
	height: 36px;
	padding-top: 8px;
}

.sns ul li:last-child {
	margin-left: 20px;
}

.sns ul li img {
	width: auto;
	max-height: 36px;
}
