@charset "utf-8";
/* CSS Document */
/* Theme Name:たかふさ保育園*/

@import url("css/common.css");
@import url("css/contents.css");
@import url("css/nav.css");
@import url("css/sp.css");

html, body, div, span, applet, object, iframe,
h1, h2,  p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    list-style-position: inside;
    line-height: 1.4;
}
body{
    background-color: rgba(250,250,250,1.00);
    background-image: url(images/body_bg.png);
    background-repeat: repeat-y;
    background-position: left top;
}
h4{
    font-size: 120%;
    letter-spacing: 0.2em;
}
h5{
    font-size: 100%;
    line-height: 1.5;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 0.2em;
}
p{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
}
p.kome{
    font-weight: bold;
}
p.kome:before{
	content: "※";
}
a{
    color: #56B4D9;
    text-decoration: none;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
}
a:hover{
	opacity: 0.5;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
img{
	display:block;
}
.em_none{
	text-indent: 0;
}
section{
    position: relative;
    clear: both;
}
.img_none{
	display: none;
}
.p_none{
	display: none;
}
/*──────────────────
align
──────────────────*/
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.alignclear{
	clear:both;
}
.aligncenter{
	margin-right: auto;
	margin-left: auto;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
/*──────────────────
sp_phone
──────────────────*/

@media screen and (max-width: 896px){
	p{font-size: 80%;}
	.s_nofloat,.s_nofloat li,.s_nofloat dt { float:none; }
	.s_none { display: none; }
	.p_none { display: block; }
	.sm_center { text-align: center; }
	p{
		font-size: 90%;
	}
html, body, div, span, applet, object, iframe,
h1, h2, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 96%;
    vertical-align: baseline;
    font-style: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    list-style-position: inside;
    line-height: 1.4;
}
}
