@charset "shift_jis";

/* @group Reset */

*{ margin: 0;padding: 0}

body{
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333;
	line-height:1.7em;
/*	width:662px;*/
}

a { text-decoration : none;}
ul, ol { list-style : none;}
img {
	vertical-align : middle;
	border:0;
}

/* @end */


/* @group Fluid-img */

img { max-width : 100%;}

/* @end */


/* @group HTML */

html {
font-family : verdana, sans-serif;
font-size : 90%; /*レスポンシブタイプセッティングの指定*/
line-height : 1.5}

/* @end */


/* CSS Document */

/*===============
base
=================*/
img{
border:0;
vertical-align: top;
max-width:100%;
}

p{
	font-size: 100%;
	font-size: 1.0rem;
	margin-bottom:1.2em;
	}

#wrap{
/*	width:935px;*/
	margin:0 auto;
	padding-bottom:50px;
	}

/*スマートフォンのウインドウサイズ（768px）以下の場合の指定*/
@media screen and (max-width: 768px){
#wrap{
max-width:100%;
}
}
a:link,
a:visited,
a:active{
color:#333;
text-decoration:none;
}

a:hover{
color:#b78d67;
text-decoration:none;
}

ul,ol{
list-style: none;
}


table{
	border-collapse:collapse;
	line-height:1.2em;
	width:100%;
	}

th{
	background:#fadeb9;
	border:solid 1px #ccc;
	padding:3px 5px;
	}
td{
	border:solid 1px #ccc;
	padding:5px 8px;
	}
/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




dt,dd{
/*font-size:1.2em;*/
font-size:1.0em;
}

h1{
/*	color:#fc98b1;*/
	color:#666;
	font-size:110%;
	font-weight:bold;
/*border-bottom:dotted 2px #fc98b1;*/
	border-bottom:dotted 2px #ef8c28;
	background:url(../images/midashi_img_niwatori-kodomo.png) no-repeat;
	line-height:40px;
	padding-left:40px;
	}
.tit_A{
	color:#666;
	font-size:100%;
	font-weight:bold;
	background:url(../../css/images/icon_flower_pink01.png) no-repeat;
	line-height:30px;
	padding-left:30px;
	margin-top:1em;
	margin-bottom:0.5em;
	}
.t_c{
	text-align:center;
	}
.p_A{
	margin-left:2em;
	margin-bottom:0;
	}
.p_B{
	margin-left:3em;
	text-indent:-1em;
	margin-bottom:0;
	}
.p_C{
	margin-top:1em;
	margin-right:1em;
	margin-bottom:0;
	margin-left:1em;
	}

.btn01{
	margin:10px 10px 10px 0;
	}

.Orange{
	color:#ef8c28;
		}
.Red{
	color:#F33;
	}
.Blue{
	color:#1289d6;
	}
th.th01,
td.td01{
	width:20%;
	}
th.th02,
td.td02{
	width:40%;
	}
th.th03,
td.td03{
	width:10%;
	text-align:center;
	}
	

.para01{
	display:inline;
}

@media screen and (max-width: 596px){
	.para01{
	display:block;
	}
}


.tsubomi_table01 table{
	border-collapse:collapse;
	border:none;
	margin-left:2em;
	}
.tsubomi_table01 td{
	border:none;
	padding:0;
	}