@charset "utf-8";
/* ===================================================================
CSS information

 style info :コンテンツページ共通のスタイル

=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/


a:link {
	color: #3F1F00;
}

a:visited {
	color:#3F1F00;
}

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

a:active {
	text-decoration:none;
	color: #666;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float:right;
}
.left {
	float:left;
}
.center {
	text-align: center;
}
.txtright {
	text-align:right;
}
.btmore {
	text-align:right;
	padding-top:6px;
}
.clear{
	clear:both;
}

/* PDF document links */
a[href$='.pdf'] {
background:url(../img/common/pdf.gif) no-repeat center right;
padding:0 20px 0 3px;

}


/* -----------------------------------------------------------
	#reset
		リセット　(これは基本的に変更しない)
----------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	clear:both;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
	vertical-align:bottom;
}
li {
	list-style-type: none;
}
* {
-webkit-text-size-adjust:100%;
}


/* -----------------------------------------------------------
	Clearfix 
----------------------------------------------------------- */

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

.clearfix {  
display: inline-block;  
min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
height: 1%;  
}  
.clearfix {  
display: block;  
}  
/* End hide from IE-Mac *//* Clearfix */  
.clearfix:after {  
content: ".";   
display: block;   
height: 0;   
clear: both;   
visibility: hidden;  
}  
.clearfix {  
display: inline-block;  
min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
height: 1%;  
}  
.clearfix {  
display: block;  
}  
/* End hide from IE-Mac */
