/* Body */
body {
    margin: 0;
    padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
    text-align:left;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
}

.clearfix {
	zoom:1;/*ie7*/
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
}

a {outline:none;}
a img {outline:none;}

img {
line-height: 0px; font-size: 0px; padding:0px;
border: none;
outline: none;
}

img.image-auto {
  max-width: 100%;
  height: auto;
}

p {
	padding:10px 0px 10px 0px;
}



/* ボスクリ */
.cb	{
	clear:both;
}	


	
.bn a:hover img{
	transition-duration: 0.5s;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
} 	
	
a {
  transition: color 0.3s ease 0s;
}




/* ラップ */
.wrap	{
    margin: 0;
	padding:0;
/*    border:solid 1px #ccc;　　*/
}

.wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* ページトップへ戻るボタン */
#backTop{
	position:fixed;
	right:15px;
	bottom:0px;
	z-index:2000;
	cursor:pointer;
}

.header_bg {
	background: #eaddd1;
	padding: 0;
	margin-bottom: 20px;	
}


/*    border:solid 1px #ccc;　　*/

.special_txt {
	font-weight:300;
	font-family: 'Titillium Web', sans-serif;
	line-height:1.5em;
}

h1 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	background: #f2f2f2;

	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
    
	padding: 10px;
	margin: 0px 0px  20px 0px;
}

h2 {
	text-align: center;
	font-size: 20px;
	font-weight:300;
	color: #fff;
	background: #d37929;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
    
	padding: 6px;
	margin: 10px 0px  20px 0px;
}


.minc { font-family:  'Hiragino Mincho Pro'; }


.col_orange {
	color: #d37929;	
}
.col_orange2 {
	color: #ea5413;	
}
.col_brown {
	color: #804e21;	
}








/* ニュース  //////////////////////////////////////////*/

 .news_date {
	font-size: 13px;
	color: #959595;
	margin-right: 10px;
}

 .news_tittle {
	font-size: 16px;
	font-weight:300;
	color: #d37929;
    text-shadow:0px 0px 1.5px #d37929;
    margin: 0px 0px 10px 0px;    	
}

 .news_img {
	max-width: 320px;
	margin: 0px 10px 10px 0px;
}

.div_line {
	border-bottom: dotted 1px #959595;
	margin: 10px 0px 20px 0px;
}








/* ページネーション  //////////////////////////////////////////*/

 .page_nation {
	text-align: right;
	font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.page_nation a {
	color: #308ee6;
	text-decoration: underline;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.page_number {
	margin: 0px 10px 0px 0px;
}




/* プライバシーポリシー　 //////////////////////////////////////////*/

.pp {
	text-align:left;
}

.pp a{
	text-decoration: underline;
}

.pp_con {
	background:url(../img/comp/mail.png);
	background-repeat: no-repeat;
	padding:0px 0px 0px 30px;
	margin:10px 0px 0px 0px;
}









