@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/2 Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #FFF;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	min-width: 1200px;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	/*text-align: center;*/
}

#header h1{
	padding-top: 42px;
	padding-left: 20px;
}

#mainnav a{
	color: #000;
}

#mainImg{
　position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
  background: url(../images/banner_4.jpg) no-repeat center bottom;
}

#mainImg .slideInner{
	position: relative;
    width: 1200px;
    height: 800px;
    margin: 0 auto;
	display:block;
}

.pcno{
	display: none;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 0px 50px 0;
	font-size: 15px;
	width: 100%;
	background-color: #3b3d34;
}

#footer a{
	color: #FFF;
}

.footerInner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.footer_section01{
	border-bottom: 2px solid #FFF;
}

.footer_logo{
	float: left;
}

.footer_shop{
	color: #FFF;
}
.footer_shop_02 {
	border-top: 1px solid #fff;
	margin-top: 2%;
}

.footer_shop li{
	display: inline-block;
	padding:2% 3% 2% 0;
}

.footer_shop_last{
	padding-right: 0 !important;
}

.footer_sns{
	float: right;
}
.footer_txt {
	color: #fff;
}

.footer_sitemap{
	clear: both;
}
.footer_sitemap_02 {
	margin-top: 10px;
}

.sitemap_last{
	margin-right: 0 !important;
}

#footer .footer_sitemap>li{
	float: left;
	margin-right: 2%;
}
.footer_sitemap dl {
	/*display: table;*/
}
.footer_sitemap dt {
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 2px 15px;
    background: #666;
    border-radius: 5px;
}
.footer_sitemap dd {
	float: left;
	padding: 0 20px 0 0;
}
@media only screen and (max-width: 799px){
	.footer_sitemap dd {
		float: none;
		width: 100%;
		padding: 0 20px 0 0;
	}
}
.footer_copyright{
	text-align: center;
	padding-top: 60px;
	color: #FFF;
}

/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
}

section h2{
	margin: 0 auto;
	padding-top: 100px;
	font-size: 42px;
	font-weight:bold;
	text-align: center;
	line-height: 1;
	background-size: 1px 1px;
}

.sec_Gtit{
	color: #346432;
	line-height: 1.5;
}

section h3{
	color: #3b3d40;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	padding-top: 80px;
	margin:0 auto;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	max-width: 820PX;
	margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

.sign{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳＰ明朝", serif;
	font-size: 22px;
}

.innerS_b{
	max-width: 820PX;
	margin: 60px auto 0;
	padding: 3% 0;
	font-size: 16px;
	text-align: center;
	background-color: rgba(0,0,0,0.60);
	color: #FFF;
}

.BtnBK {
	width:240px;
    background: #346432;
    margin: 60px auto 0;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    line-height: 1em;
	text-align: center;
    transition: 0.8s;
    border-radius: 60px;
}

.BtnBK:hover {
    background: #3CA338;
    transition: 0.4s;
}

.BtnBK a {
    color: #FFFFFF;
    display: block;
    height: 100%;
    text-decoration: none !important;
}
div.BtnBK span {
    display: block;
    padding: 20px 30px;
}

#wide2 .img_sp {
	display: none;
}

@media only screen and (max-width: 640px){
	#wide2 .img_sp {
		display: block;
	}
	#wide2 .img_pc {
		display: none;
	}
}

.aptxt{
	max-width: 1000px;
    margin: 0 auto;
    padding: 60px 15px 80px;
}

.aptxt h2{
	font-size: 18px;
	padding-bottom: 20px;
}

.aptxt p {
	line-height: 1.2;
	font-size: 15px;
}

#All_list{
	border-bottom: 1px solid #9D9D9D;
	border-top: 1px solid #9D9D9D;
	position: relative;
    overflow: hidden;
    width: 100%;
}
#All_list h3 {
	padding-top:20px;
	text-align: center;
	font-size:2em;
	color: #3b3d40;
}
#All_list h3 a {
	color: #3b3d34;
}
#All_list h3 a span {
	color: #D80003;
}
#All_list .p_list {
	padding: 2%;
	margin: 3% 2%;
	font-size: 13px;
	text-align: center;
	padding: 2%;
	font-weight: bold;
}
#All_list .p_list a {
	color: #3b3d34;
}

.All_slider{
	max-width: 1000px;
	padding: 20px 0;
	margin: 0 auto;

}

#products_list{
	max-width: 980px;
	margin: 0 auto;
}

/*#p_list{
	padding: 2%;
	margin: 3% 2%;
	font-size: 13px;
	text-align: center;
}

#p_list a{
	color: #3b3d34;
}*/

.shopbtn{
		background-color: #045505;
		padding: 2px 8px;
		display: block;
		color: #FFF !important;
		border-radius: 5px;
	}

	.shopbtn2{
		background-color: #FFF;
		padding: 2px 8px;
		display: block;
		color: #3b3d34 !important;
		border-radius: 5px;
	}

	.contactbtn{
		background-color: #777777;
		padding: 2px 24px;
		display: block;
		color: #FFF !important;
		border-radius: 5px;
	}

#page-top{
	position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #3b3d34;
    color: #ffffff;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

#page-top a{
	color: #FFF;
}

.yatop{
	padding-top: 10px;
	font: normal normal normal 24px/1 FontAwesome;
}

.fa-chevron-up:before {
	content: "\f077";
}

/* NEWS
------------------------------------------------------------*/
#newsArea {
    padding: 80px 0;
    margin: 0 auto;
	display: block
}
#newsArea h3 {
	padding-top:20px;
	text-align: center;
	font-size:2em;
	color: #3b3d40;
}

#newsArea ul {
    margin: 40px 0 0;
}

#newsArea ul li {
    margin: 0 auto 30px;
    padding: 0 0 30px;
    text-align: left;
    font-size: 0;
    border-bottom: 1px solid #e1e1e1;
    width: 80%;
}

#newsArea ul li p {
    display: inline-block;
    margin: 0 2%;
    vertical-align: top;
}

#newsArea ul li a {
    color: #444444
}

#newsArea ul li p.newsDate {
    width: 15%;
	font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2em;
    color: #000000;
}

#newsArea ul li p.newsTxt {
    width: 75%;
	font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2em;
    color: #444444;
}


/* SEC01 Gallery
------------------------------------------------------------*/
#sec01{
	background: url(../images/sec01.jpg) no-repeat center bottom;
	width:100%;
	padding-bottom: 100px;
    background-color: #FFF;
}

/* SEC01-2 Gallery
------------------------------------------------------------*/
#sec01-2{
	background: url(../images/sec01-2.jpg) no-repeat center bottom;
	width:100%;
	padding-bottom: 60px;
    background-color: #FFF;
}

#sec01-2 .BtnBK{
	margin-top:630px;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	width: 100%;
	padding-bottom: 70px;
	background: url(../images/sec02.jpg) no-repeat top center;
	background-color: #FFF;
}


#sec_optionalsupple{
	width: 100%;
	padding-bottom: 70px;
	background: url(../images/sec_optionalsupple.jpg) no-repeat top center;
	background-color: #FFF;
}


#sec02 .p_list {
	padding: 2%;
	margin: 3% 2%;
	font-size: 13px;
	text-align: center;
	padding: 2%;
	font-weight: bold;
}
#sec02 .p_list a {
	color: #3b3d34;
}
#sec_optionalsupple .p_list {
	padding: 2%;
	margin: 3% 2%;
	font-size: 13px;
	text-align: center;
	padding: 2%;
	font-weight: bold;
}
#sec_optionalsupple .p_list a {
	color: #3b3d34;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}

/* WOMENS PROJECT
------------------------------------------------------------*/
#sec_womens {
	width: 100%;
	padding-bottom: 70px;
	background: url(../images/sec_womens.jpg) no-repeat top center;
	background-size: cover;
}
#sec_womens span {
	font-size: 16px;
}
#sec_womens .p_list {
	padding: 2%;
	margin: 3% 2%;
	font-size: 13px;
	text-align: center;
	padding: 2%;
	font-weight: bold;
}
#sec_womens .BtnBK span {
	display: block;
    padding: 20px 30px;
}
#sec_womens .p_list a {
	color: #3b3d34;
}

#sec_womens img{
	width: 100%;

}

sup{
	font-size: 12px;
}

/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 {
	width: 100%;
	padding-bottom: 70px;
	background: url(../images/sec03.jpg) no-repeat top center;
    background-color: #FFF;
}
#sec03 span {
	font-size: 16px;
}
#sec03 .p_list {
	padding: 2%;
	margin: 3% 2%;
	font-size: 13px;
	text-align: center;
	padding: 2%;
	font-weight: bold;
}
#sec03 .BtnBK span {
	display: block;
    padding: 20px 30px;
}
#sec03 .p_list a {
	color: #3b3d34;
}

#sec03 img{
	width: 100%;

}

sup{
	font-size: 12px;
}

/* SEC03-2 PROJECT
------------------------------------------------------------*/
#sec03-2 {
	width: 100%;
	padding-bottom: 70px;
	background: url(../images/sec03-2.jpg) no-repeat top center;
    background-color: #FFF;
}
#sec03-2 .p_list {
	padding: 2%;
	margin: 3% 2%;
	font-size: 13px;
	text-align: center;
	padding: 2%;
	font-weight: bold;
}
#sec03-2 .BtnBK span {
	display: block;
    padding: 20px 30px;
}
#sec03-2 .p_list a {
	color: #3b3d34;
}

#sec03-2 img{
	width: 100%;

}

/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/sec04.jpg) no-repeat bottom center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 200px 0;

}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05{
	background: url(../images/sec05.jpg) no-repeat center bottom;
	width:100%;
	padding-bottom: 125px;
    background-color: #FFF;
}

#sec05 h3{
	line-height: 1.5;
}

.sec05_img{
	background: url(../images/sec05_2_sp_02.jpg) no-repeat left bottom;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		max-width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:0;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	}

	#splogo{
		display: none;
	}


  a#menu{
		display:none;
	}

	#header{
		width: 100%;
    	min-height: 114px;
    	min-width: 1200px;
		background-color: #FFF;
		border-bottom: 2px solid #005F13;
    	overflow: hidden;
    	z-index: 9999;
	}

	#headerWrap{
		position: relative;
    	max-width: 1200px;
    	height: 114px;
    	margin: 0 auto;

	}

	#header h1{
		float: left
	}

	.panel{
		display:block !important;
	}

	#mainnav ul{
		float: right;
		padding-right: 20px;
	}

	#mainnav li{
		display: inline-block;
		padding: 40px 15px;
		font-size: 15px;
	}

	.navbtn{
		padding: 40px 0 40px 20px !important;
	}

	/* All list
	-----------------*/
	.All_slider{
		width: 90%;
    	margin: 20px auto 0;
	}

	/* Products list
	-----------------*/
	#products_list{
		width: 90%;
    	margin: 0 auto;
	}

/*	#p_list{
		padding: 2%;
		font-weight: bold;
	}

	#p_list span{
		color: #D80003;
	}*/

	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

  #footer{
		padding: 30px 0px 0px;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}

	#sec03{
		padding-top: 180px;
	}

	#sec03-2{
		padding-top: 180px;
	}

	#sec04_02{
		padding: 50px 0px;
	}
}


@media only screen and (max-width: 799px){

	body{
		min-width: inherit;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	}

	#header{
		width: 100%;
		z-index: 500;
	}

	.pcno{
		display: block !important;
	}

	.spno{
		display: none !important;
	}

	#splogo{
		float: left;
		max-width: 140px;
		padding-top:20px !important;
		padding-left: 3%;
	}

	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}

	#header h1{
		padding-top:0;
	}

	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
		padding: 10% 0;
		line-height: 1.2;
	}
	section h2 span {
		padding: 0 30px;
	}

	section h3{
		padding: 0;
	}

	.aptxt{
    padding: 30px 15px 40px;
}

	.aptxt p{
		text-align: left;
	}

	.All_slider{
		width: 80%;
    	margin: 10px auto 0;
	}

	#newsArea ul li p {
    	display:block;
	}

	#sec01{
		padding-bottom: 60px;
	}

	#sec01-2{
		padding-bottom: 46px;
	}

	#sec01-2 .BtnBK{
		margin-top:540px;
	}

	.innerS{
		width: 82%;
		padding:5%;
		margin:30px auto;
	}

	.innerS_b{
		width: 82%;
		padding:5%;
		margin:30px auto;
	}

	.BtnBK{
		width: 260px;
		margin: 0 auto;
	}

	#mainnav .navbtn a:before{
		border: #FFF;
	}

	.shopbtn{
		border-radius: 0;
	}

	header .contactbtn{
		border-radius: 0;
	}

	#sec02{
		padding-bottom: 70px;
		background: url(../images/sec02_sp.jpg) no-repeat top left;
		background-size: contain;
		position: relative;
    overflow: hidden;
    width: 100%;
	}

	#sec_optionalsupple{
		padding-bottom: 70px;
		background: url(../images/sec_optionalsupple_sp.jpg) no-repeat top left;
		background-size: contain;
		position: relative;
    overflow: hidden;
    width: 100%;
	}

	#sec02 img {
    	width: 86%;
	}

	#sec03{
		padding-bottom: 70px;
		background: url(../images/sec03_sp.jpg) no-repeat top left;
		background-size: contain;
		position: relative;
    	overflow: hidden;
    	width: 100%;
	}

	#sec03-2{
		padding-bottom: 70px;
		background: url(../images/sec03-2_sp.jpg) no-repeat top left;
		background-size: contain;
		position: relative;
	    overflow: hidden;
	    width: 100%;
	}

	#products_list{
		width: 80%;
    	margin: 0 auto;
	}

	#sec03 img {
    	width: 86%;
	}

	#sec03-2 img {
    	width: 86%;
	}

	#sec04_02{
		padding-bottom: 70px;
		background: url(../images/sec04_sp.jpg) no-repeat top center;
		padding:40px 0;
	}

	#sec05{
		padding-bottom: 0px;
		background: url(../images/sec05_sp.jpg) no-repeat top center;
	}
	.sec05_img{
		padding: 240px 0 200px;
	}

	.footerInner{
		width: 100%;
		padding: 0;
	}

	.footer_shop{
		float: left;
		width: 30%;
		padding: 10px;
	}

	.footer_shop li{
		display: block;
		float: none;
	}

	.footer_shop li{
		text-align: center;
	}

	.footer_sns{
		float: left !important;
		padding: 5% 5% 0 0 !important;
		margin: 0 auto;
	}
	.footer_sitemap{
		width: 60%;
		padding-left: 5%;
		float: right;
		clear: none;
		border-top:none;
		border-left: 1px solid #FFF;
	}

	#footer .footer_sitemap>li {
		float: none;
		width: 100%;
	}

	.footer_plist{
		margin-top: 30px;
	}

	.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before{
		background-color:#FFF !important;
	}
}

@media only screen and (max-width: 579px){
	#sec01-2{
		background: url(../images/sec01-2_sp2.jpg) no-repeat center top;
		background-size: cover;
		padding-top:40%;
}
	#sec01-2 h2{
		display: none;
	}

	#sec01-2 .BtnBK{
		margin-top:100%;
	}

	.footer_shop{
		clear: both;
		width: 80%;
		padding: 5% 10%;
	}

	.footer_sitemap{
		width: 80%;
		padding: 0 10% 5%;
		clear: both;
		/*border-top:1px solid #FFF;*/
		border-left: none;
	}

}

@media only screen and (max-width: 368px){



	section h2{
		font-size: 36px;
	}

	section h3{
		font-size: 24px;
	}

}

#direct_cont{
	position: relative;
    max-width: 1200px;
    margin: 0 auto;
	padding: 20px;
	font-size: 16px;
    line-height: 1.7;
    color: #444;
}

#direct_cont h2{
	font-size: 36px;
	color: #3b3d34;
	text-align: center;
	margin-bottom: 20px;
}

#direct_cont h3{
	color: #3b3d34;
    font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
}

#direct_cont p{
	margin-bottom: 36px;
}

.entry-content dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.entry-content dt {
    width: 28%;
    min-height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
    float: left;
    background: #3b3d34;
    color: #fff;
    clear: both;
    border-radius: 2px;
    border-bottom: 1px dashed #3b3d34;
}

.entry-content dd {
    width: 60%;
    min-height: 50px;
    line-height: 50px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    border-bottom: 1px dashed #3b3d34;
}

.entry-content a{
	color: #3b3d34;
	text-decoration: underline;
}
