@charset "utf-8";
/* @import url(http://fonts.googleapis.com/css?family=Oleo+Script); */
@import url(https://fonts.googleapis.com/css?family=Oleo+Script);
/* CSS Document */

/*css_reset*/
html{overflow-x:hidden;
}

html, body {
	font-size: 14px;
	background:url(../images/common/back_body.png) repeat 0 0;
}
body　{
	
	}
html, body, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ul, li, img {
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,input,select {  
	    margin:0; 
	    padding:0;
		line-height:175%;
		font-family:meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',century gothic,'ＭＳ Ｐゴシック' ,Arial, Helvetica, sans-serif;
		font-style:normal;
		font-weight:normal;
		font-size:14px;
		color:#444444;
}
h1,h2,h3,h4,h5{
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',meiryo, century gothic,'ＭＳ Ｐゴシック' ,Arial, Helvetica, sans-serif;

		}
h2{
	font-size:32px;
	line-height:80px;
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", serif;
	text-align:left;
	letter-spacing:2px;
	}


h3{
	background-image: url(../images/common/h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 0 10px 50px;
	margin:0;
	line-height: 26px;
	font-size: 21px;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", serif;
}
h4{
	border-bottom:1px solid #eb8a78;
	font-size:18px;
	padding:0;
	line-height:30px;
	margin:0 0 10px 0;
	font-weight:bold;
font-family: Hiragino Mincho ProN,"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", serif;
	}
a{
	outline:none;}


img {
		border: none;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #fffff;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
}

.form-allowed-tags{display:none;}


.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */


table{
	border-collapse:collapse;
	border-top:1px solid #dddddd;
	width:100%;
	margin:20px 0;
	}
th,td{
	padding:10px;
	margin:10px;
	border-bottom:1px solid #dddddd;
	}
td{
	border-left:1px solid #dddddd;
	}
	
	
	


th{
	background-image:url(../images/common/back_body.jpg);
	}