/* CSS Document */

#container{ width:100%; max-width:800px; margin:0 auto; position:relative;}

/* 見出し */

h1{
	background-color: #6D4134;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	line-height: 1.7em;
}

/* logo */

#logo{
	width:100%;
	background-color: #E4DAD2;
}
#tel{ float:left; width:50%}



/* menu */

ul#menu{
	background-image: url(../images/common/footer_wp.png);
	margin-bottom:10px;
}
ul#menu img{ width:100%}
ul#menu li{float: left;}
ul#menu li#g01{width:20%}
ul#menu li#g02{width:20%}
ul#menu li#g03{width:20%}
ul#menu li#g04{width:20%}
ul#menu li#g05{width:20%}



/* テキスト */

.word{
	color: #333;
	line-height: 1.7em;
	padding: 10px;
	font-size: 13px;
	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, #e0d9d1, #e2dcd6),#e4dfda;
	background:-webkit-linear-gradient(top, #e0d9d1, #e2dcd6),#e4dfda;
	background:-webkit-gradient(linear, left top, left bottom, from(#e0d9d1), to(#e2dcd6)), #e4dfda;
	background:-moz-linear-gradient(top, #e0d9d1, #ee2dcd6),#e4dfda;
	background:-ms-linear-gradient(top, #fe0d9d1, #e2dcd6),#e4dfda;
	background:-o-linear-gradient(top, #e0d9d1, #e2dcd6),#e4dfda;
	width: auto;
	padding: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F1813;
	}

ul#navi li p{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/common/navi.png);
}

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;
	background: #a7666e;
	border: 4px solid #974f58;
	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;
}
.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: #a7666e;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
	border-width: 20px;
	margin-left: -20px;
}



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%;
}


/* footer */

#footer{
	text-align: center;
	padding-top: 5px;
}

#footer p{
	font-size: 13px;
	background-color: #6d4134;
	color: #FFF;
	padding: 5px;
}

#footer a{ color:#FF9; text-decoration:none;}
a{
	color:#A7666E;
	text-decoration:underline;
}
a:hover{
	color:#974F58;
	text-decoration:none;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:60%;
}
.thumbNailWrap{
	display:block;
	width:75px;
	float:left;
	overflow:hidden;
}
.linkTag,.title{
	display:block;
	margin:3px 0;
}












a#telbt {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
	margin-bottom: 5px;
}
a#telbt:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
a#telbt::before,
a#telbt::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
a#telbt::before {
	top: 0;
}
a#telbt::after {
	bottom: 0;
}
a#telbt:hover::before,
a#telbt:hover::after {
	height: 0;
	background-color: #59b1eb;
}
