
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	margin: 0px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link,
a:visited {
	color: #87A9BA;
	text-decoration: none;
}
a:hover,
a:active {
	color: #5ABFEC;
	text-decoration: underline;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}

#header_area {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 81px;
	text-align: left;
}
#header_area h1 {
	font-size: 11px;
	line-height: 18px;
	color: #5C8CA3;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#header_area .logo {
	margin: 0px;
	padding: 0px;
}
#header_area .tel {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	}
#header_area .s_nav {
	position: absolute;
	left: 350px;
	top: 32px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}

#header_area .s_nav li {
	float: left;
	width: 114px;
	margin: 0px;
	padding: 0px;
}


#g_nav {
	display:block;
	height: 55px;
	width: 100%;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #87A9BA;
	border-bottom-color: #B2B4BF;
}
#g_nav ul {
	height: 55px;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2B4BF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display:flex;
}

#g_nav ul li {
	float: left;
	font-size: 0px;
	line-height: 0px;
	height: 55px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B4BF;
	margin: 0px;
	padding: 0px;
}

#g_nav_2020{
	display:block;
	height: 71px;
	width: 100%;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #87A9BA;
	border-bottom-color: #B2B4BF;
	font-family: '小塚ゴシック Pr6N';
}
#g_nav_2020 ul {
	height: 71px;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2B4BF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display:flex;
}
#g_nav_2020 ul li {
	line-height: 100%;
	height: 71px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B4BF;
	margin: 0px;
	padding: 0px;
}
#g_nav_2020 ul li a{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

#g_nav_2020 ul li a:hover{
	text-decoration: none;
	opacity: 0.4;
}

#g_nav_2020 .nav01{
	display: block;
	font-size: 16px;
	color: #657F6D;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#g_nav_2020 .nav02{
	display: block;
	font-size: 10px;
	color: #AEBBCA;
	text-align: center;
	line-height: 100%;
}
#g_nav_2020 #nav_a_01{
	width: 114px;
}
#g_nav_2020 #nav_a_02{
	width: 176px;
}
#g_nav_2020 #nav_a_03{
	width: 148px;
}
#g_nav_2020 #nav_a_04{
	width: 184px;
}
#g_nav_2020 #nav_a_05{
	width: 163px;
}
#g_nav_2020 #nav_a_06{
	width: 161px;
}

#g_nav_2020 ul li a{
	height: 71px;
}

#nav_a_01 a{
	width: 114px;
}
#nav_a_02 a{
	width: 176px;
}
#nav_a_03 a{
	width: 148px;
}
#nav_a_04 a{
	width: 184px;
}
#nav_a_05 a{
	width: 163px;
}
#nav_a_06 a{
	width: 161px;
}

#nav_a_04 .nav01{
	line-height: 110%;
	margin-bottom: 2px;
}

#container {
	background-color: #F1F1F5;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #87A9BA;
	padding-top: 17px;
}
#page_title {
	background-color: #DBDCE5;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/title_bg.jpg);
}
#page_title h2 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	float: none;
}


#contents_area {
	background-color: #FFFFFF;
	border: 1px solid #B2B4BF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 23px;
	padding-left: 23px;
	width: 920px;
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#pan {
	padding-top: 13px;
	padding-bottom: 13px;
}
#left_area {
	width: 230px;
	margin-right: 0px;
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left_area IFRAME{
	width: 225px;
	height: 4300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#footer_link {
	font-size: 11px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer_link a:link,
#footer_link a:visited {
	color: #333333;
	text-decoration: none;
}
#footer_link a:hover,
#footer_link a:active {
	color: #46B035;
	text-decoration: underline;
}
#footer_link ul{
	width:950px;
	margin:0 auto;
	display: flex;
	flex-flow: row wrap;
}
#footer_link ul li{
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: center;
	border-right:1px #CCCCCC solid;
	width: 117px;
	height: 42px;
	margin-bottom: 3px;
	font-size: 11px;
}
#footer_link ul li:first-child{
	border-left:1px #CCCCCC solid;
}

#footer_link ul li:nth-child(9){
	border-left: 1px #CCCCCC solid;
}
#footer_link ul li:nth-child(17){
	border-left: 1px #CCCCCC solid;
}
#footer_link ul li a{
	display:block;
	padding:1px 3px;
	text-align:center;
}
#footer_link ul li a span{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#footer_area {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0px;
	height: 55px;
	text-align: left;
}
#footer_area address {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	padding-left: 5px;
}
#footer_area .copyright {
	line-height: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#pancrumb{
	text-align: left;
    padding: 10px 0 15px;
}
#pancrumb li{
	display:inline-block;
}
#pancrumb li+li:before{
	content:">";
	margin-left:10px;
	padding-right:10px;
}


#tab {
width: 211px;/* 最初に表示されるバナーの幅 */
height: 87px;/* バナーの高さ */
background: url(//www.drdanizerock.com/img/side_201802.jpg) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
top: 200px;/* 下から100pxの位置に指定 */
}

#tab a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}



/*商品一覧カテゴリ用*/
#shohin-ichiran-hq,#shohin-ichiran-dr{
	width: 100%;
}
.shohin-ichiran_bana{
	width: 100%;
}
.shohin-ichiran_bana img{
	width: 100%;
}
.shohin-ichiran_ul{
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	padding: 0;
	justify-content: space-around;
}
.shohin-ichiran_ul li{
	width: 16%;
}
.shohin-ichiran_ul li a:hover{
	opacity: 0.6;
}
.shohin-ichiran_ul li img{
	width: 100%;
}



@media screen and (max-width: 640px){
*{
	font-size: 100%;
}
body{
	width:640px;
	font-size:100%;
}


#wrapper{
	width:640px;
}
/* ヘッダー回り */
#header_area {
    width: 100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#header_area h1 {
    font-size: 120%;
	width: 100%;
    margin: 0.5em 0.2em;
}
#header_area .logo a{
	margin-top:0px;
	width: 274px;
    background-size: 100%;
    margin-left: 10px;
    height: 60px;
}
#header_area .tel{
	position:static;
	margin-bottom:10px;
    background-size: 100%;
     width: 240px;
    height: 65px;
	margin-right: 10px;	
}
#header_area .s_nav {
    position: static;
	height:auto;
	width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;	
}
#header_area .s_nav ul{
	display:flex;
	justify-content:center;
    margin-bottom: 10px;
}
#header_area .s_nav li{
	width:auto;
}
#header_area .s_nav li + li{
	margin-left:5px;
}
#header_area .s_nav li a{
	text-indent:0;
	text-align:center;
	color:#325840;
	border-radius:5px;
	background-color:#DDD;
	border:2px solid #DDD;
	padding:0.2em;
	line-height: 2em;
	height:2em;
	width:150px;
	font-size: 120%;
}
#header_area .s_nav #s_nav_01 a,
#header_area .s_nav #s_nav_02 a,
#header_area .s_nav #s_nav_03 a{
	background-image:none;
}

#g_nav {
    height: auto;
}
#g_nav ul {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
}
#g_nav ul li{
    font-size: 100%;
    line-height: 100%;
    height: auto;
	width: 33%;
}
#g_nav ul li a{
	color:#325840;
	font-weight: bold;
}
#g_nav ul #g_nav_01 a, #g_nav ul #g_nav_01 a:hover, #g_nav ul #g_nav_02 a, #g_nav ul #g_nav_02 a:hover, #g_nav ul #g_nav_03 a, #g_nav ul #g_nav_03 a:hover, #g_nav ul #g_nav_04 a, #g_nav ul #g_nav_04 a:hover, #g_nav ul #g_nav_05 a, #g_nav ul #g_nav_05 a:hover, #g_nav ul #g_nav_06 a, #g_nav ul #g_nav_06 a:hover {
    background-image: none;
    text-indent: 0;
    font-size: 120%;
    line-height: 5rem;
	width: 100%;
    height: 5rem;
    text-align: center;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDD;
}
#g_nav ul #g_nav_02 a, #g_nav ul #g_nav_02 a:hover{
	font-size: 116%;
}
	
#g_nav_2020{
	height: 144px;
	}	
#g_nav_2020 ul{
	width: 100%;
	flex-wrap: wrap;
	}
#g_nav_2020 ul li{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B2B4BF;
	}
	
#g_nav_2020 #nav_a_01,#g_nav_2020 #nav_a_02,#g_nav_2020 #nav_a_03,#g_nav_2020 #nav_a_04,#g_nav_2020 #nav_a_05,#g_nav_2020 #nav_a_06{
	width: 33.17%;
	}
#g_nav_2020 #nav_a_01 a,#g_nav_2020 #nav_a_02 a,#g_nav_2020 #nav_a_03 a,#g_nav_2020 #nav_a_04 a,#g_nav_2020 #nav_a_05 a,#g_nav_2020 #nav_a_06 a{
	width: auto;
	}
#g_nav_2020 .nav01{
	font-size: 19px;
	}
	
#g_nav_2020 .nav02{
	display: none;
}
/*コンテンツエリア*/
#contents_area{
	width:100%;
    box-sizing: border-box;
}
iframe#header_frame{
	display:none;
}
iframe#header_frame2018{
	display:none;
}
#header_frame{
	
}
/* レフトナビ*/
#left_area{
	display:none;
}
#right_area{
	float: none;
    width: 100%;
}
#main{
}
.ttl01.ttl02{
	
}

/* 商品一覧箇所*/




/*フッターのお買い物ガイド*/


/*　フッター部分　*/

#footer_link{
	padding:0;	
}
#footer_link ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
#footer_link ul li {
    display: block;
    width: 50%;
	height: 114px;
    box-sizing: border-box;
}
#footer_link ul li a {
    display: block;
    padding: 2em 0;
    text-align: center;
    background-color: #FFFFFF;
    border-bottom: 2px #DDD solid;
	font-size:22px;
	height: 24%;
}
#footer_link ul li:nth-child(4) a{
	padding: 1.5em 0 2.5em;
	}
#footer_area{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
	flex-wrap:wrap;
	font-size: 82%;
}
#footer_area address{
	text-align:center;
}
#footer_area .copyright{
	line-height:1.7;
	position:static;
    width: 100%;
	margin:20px 0;
    text-align: center;
	font-size: 82%;
}

/* ドローワーメニュー　*/

.drawer-hamburger{
	display:block;
}
#drawer_in_frame{
	height: 3900px;
	overflow: hidden;
	width:230px;
	border: none;
}
.drawer-hamburger,
.drawer-hamburger:hover{
	background-color:#325840;
}
.drawer--left.drawer-open .drawer-hamburger{
	background-color:#325840;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #FFF;
}

h2.title {
    font-size: 22px;
    line-height: 1.4em;
    padding: 4px 0px 4px 25px;
    background: url(../img/bg_h3.gif) no-repeat 5px center;
}


/*商品一覧カテゴリ用*/
body.ichiran_body{
	width: 100%;
}

.shohin-ichiran_ul li{
	width: 33%;
}
.shohin-ichiran_hq-kara{
	display: none;
}

}