/* CSS Document */

#container{ width:100%; max-width:800px; margin:0 auto; position:relative;}

/* 見出し */

h1{
	background-color: #FFA4AE;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	line-height: 1.7em;
}

/* logo */

#logo{
	width:100%
}
#tel{ float:left; width:50%}



/* menu */

ul#menu{
	background-image: url(../images/common/menu.png);
	margin-bottom:10px;
}
ul#menu img{ width:100%}
ul#menu li{float: left;}
ul#menu li#g01{width:25%}
ul#menu li#g02{width:25%}
ul#menu li#g03{width:25%}
ul#menu li#g04{width:25%}




/* テキスト */

.word{
	color: #333;
	line-height: 1.7em;
	padding: 10px;
	font-size: 13px;
	background-color: #fee4eb;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F09;
}

.word_page{
	color: #333;
	line-height: 2em;
	padding: 10px;
	font-size: 13px;
	background-color: #fff;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F09;
}



.word p{
	padding: 5px;
}

/* navi */


ul#navi{
	width:100%;
	margin-bottom: 25px;
}
ul#navi li{
	display:block;
	background:linear-gradient(top, #fb89c5, #e66bac),#e160a4;
	background:-webkit-linear-gradient(top, #fb89c5, #e66bac),#e160a4;
	background:-webkit-gradient(linear, left top, left bottom, from(#fb89c5), to(#e66bac)), #e160a4;
	background:-moz-linear-gradient(top, #fb89c5, #e66bac),#e160a4;
	background:-ms-linear-gradient(top, #fb89c5, #e66bac),#e160a4;
	background:-o-linear-gradient(top, #fb89c5, #e66bac),#e160a4;
	width: auto;
	padding: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FB89C5;
	}

ul#navi li p{
	background-image: url(../images/common/navi.png);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#navi li a{
	cursor:pointer;
	text-decoration:none;
}

/* バナー群 */


.banner{
	text-align: center;
}

.banner img{
	margin-bottom: 5px; width:96%; max-width:640px;
}



/* 矢印タイトル */


.arrow_box {
	position: relative;
	border: 4px solid #f5f5f5;
	text-align: center;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0.7em;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	background-color: #FFA4AE;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(213, 36, 107, 0);
	border-top-color: #FFA4AE;
	border-width: 25px;
	margin-left: -25px;
}
.arrow_box:before {
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
	border-width: 25px;
	margin-left: -25px;
}



span.pink{ color:#F09}
span.orange{ color: #F90}
span.sklyblue{ color: #06F}
span.red{ color:#FF0000}
span.green{ color:#3C0}



span.pink18px{ color:#F09;font-size:18px;}
span.orange18px{ color: #F90;font-size:18px;}
span.sklyblue18px{ color: #06F;font-size:18px;}
span.red18px{ color:#FF0000;font-size:18px;}
span.green18px{ color:#3C0;font-size:18px;}



span.pink22px{ color:#F09;font-size:22px;}
span.orange22px{ color: #F90;font-size:22px;}
span.sklyblue22px{ color: #06F;font-size:22px;}
span.red22px{ color:#FF0000;font-size:22px;}
span.green22px{ color:#3C0;font-size:22px;}


span.pink36px{
	color:#F09;
	font-size:30px;
}
span.orange36px{ color: #F90;font-size:36px;}
span.sklyblue36px{ color: #06F;font-size:36px;}
span.red36px{ color:#FF0000;font-size:36px;}
span.green36px{ color:#3C0;font-size:36px;}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
 /* youtube_sp _resize */
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 全ページ枠 */

.box{
	border-radius: 14px;        /* CSS3草案 */
	-webkit-border-radius: 14px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 14px;   /* Firefox用 */
	box-shadow:0px 0px 6px 3px #fe6dbf;
	-moz-box-shadow:0px 0px 6px 3px #fe6dbf;
	-webkit-box-shadow:0px 0px 6px 3px #fe6dbf;
	padding: 0.5em;
	border:7px solid #dfdfdf;
	box-shadow:0px 0px 8px 3px #f3d9e7;
	-moz-box-shadow:0px 0px 8px 3px #f3d9e7;
	-webkit-box-shadow:0px 0px 8px 3px #f3d9e7;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0.5ex;
} 


/* footer */

#footer{
	text-align: center;
}

#footer p{
	font-size: 13px;
	background-color: #ff7d8f;
	color: #FFF;
	padding: 5px;
}

#footer a{ color:#FF9; text-decoration:none;}
