/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


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;
	width:100&;
}

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: Arial, メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #fff;
    font-size: 15px;
    color: #222;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





a {
	color: #006833;
	text-decoration: none;
	transition: 0.6s ;
}

a:hover {
	color: #999;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}


.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header {
	padding: 10px 0px 4px 0px;
	width: 96%;
	max-width: 974px;
	margin: 0 auto;
}

.container > .content-wrapper {
	padding: 20px 0px 10px;
	width: 90%;
	max-width: 974px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 10px;
	line-height: 26px;
}



.container > header h1 {	
	margin: 0px;
	float: left;
}


/* トップメニュー */
.codrops {
	float: right;
	padding-top: 0px;
}


.codrops a {
    display: inline-block;
    margin: 0px 0px 18px 15px;
    color: #222;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 3px solid transparent;
    transition: 0.6s ;
}

.codrops a:hover {
	color: #668f6d;
	border-color: #668f6d;
}

.codrops a.current,
.codrops a.current:hover {
	color: #2e683a;
	border-color: #2e683a;
}

#nav-icon {
margin:0px;
float: right;
font-size: 16px;
line-height: 16px; 
color: #006833;
}

#nav-icon a {
margin:0px 3px 0px;
color: #006833;
text-decoration: none;
transition: 0.6s ;
}

#nav-icon a:hover{
text-shadow: 2.5px 2.5px 1.5px #ccc;
text-decoration: none;
border-bottom: 0px solid transparent;
transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
}


.hr-grad  {
	height: 2px;
	background: #000;
	background-image: -webkit-linear-gradient(left, #eee, #999, #eee);
	background-image: -moz-linear-gradient(left, #eee, #999, #eee);
	background-image: -ms-linear-gradient(left, #eee, #999, #eee);
	background-image: -o-linear-gradient(left, #eee, #999, #eee);
	border: none;
	margin:20px 0px 0px;
}


.hr2 {
margin:20px 0px 0px;
}

.wf-hannari,.wf-hannari-2 { 
font-family: 
"ヒラギノ明朝 ProN W6",
"HiraMinProN-W6",
"HG明朝E",
"ＭＳ Ｐ明朝",
"MS PMincho",
"MS 明朝",
serif;
}


.wf-hannari { 
/* font-family: "Hannari"; */ 
 font-style: normal;
 font-weight:500;
 font-size: 26px;
 line-height: 40px;
 letter-spacing: 0px;
 text-align: center;
 margin: 0px;
 padding: 0px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }
 

.wf-hannari-2 { 
/* font-family: "Hannari"; */ 
 font-style: normal;
 font-weight:500;
 font-size: 36px;
 line-height: 50px;
 letter-spacing: 0px;
 margin: 10px 0px 0px;
 padding: 0px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }
 
 
#footer {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 5px 15px;
	display: block;	
	border-top: 1px #cab189 solid ;
}

#footer-wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 90%;
	max-width: 974px;
}

#jhen-logo {
	width: 240px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
	display: inline-block;
	position: relative;
}

#tel {
	margin:12px 0px;
	font-size:15px;
	color:#666;
	display: inline-block;
}



#mailmag-box {
       	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}

#mailmag-box img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: inline-block;
}

#mailmag-box p {
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline-block;
}

#mailmag-box a {
	color: #006833;
	transition: 0.6s ;
}

#mailmag-box a:hover {
	color: #999;
}

#credit {
color: #fff;
line-height:16px;
font-size:8pt;
text-align:center;
padding:10px 0px;
display:block;
clear: both;
background-color:#000; 
}


 
@media only screen and (max-width:680px) {

body {
    background: #fff;
    font-size: 15px;
    color: #222;
    text-align: justify;
}

.codrops a {
    display: inline-block;
    margin: 0px 0px 5px 15px;
    color: #222;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 3px solid transparent;
    transition: 0.6s ;
}

#nav-icon a:hover{
font-size: 16px;
line-height: 14px;
color: #006833;
text-shadow: 2.5px 2.5px 1.5px #ccc;
text-decoration: none;
border-bottom: 0px solid transparent;
transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
}

.wf-hannari,.wf-hannari-2 { 
font-family:  Arial, メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 font-size: 21px;
 line-height: 28px;
text-align: justify;
}

br { display : none ; }

}