﻿@charset "UTF-8";
/*font size*/
/* mixinCSS Document */
/* keyframes */
/* hover */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font: 13px/1.231;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
	color: #550102;
}

/* for windows vista */
* + html body {
  font-family: "CI","Meiryo";
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

strong {
  font-weight: bold;
}
body {
	background-color: #FAE1C4;
	background-image: url(../images/common/bg.jpg);
} /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }

/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}
/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
}


/* #main */
#main {
	width: 675px;
	padding-bottom: 0px;
}


/* #side */
#side { padding: 10px 0px 0px; }

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
::selection {
background: #a2e3d9;
}
::-moz-selection {
background: #a2e3d9;
}
/* #header */
#main #article #header {
	background-size: cover;
    overflow: hidden;
}
#topad { padding-bottom:5px; }


/*----------wrapper----------*/
#wrapper {
	background: url(../images/common/header_bg.png) no-repeat center top;
}

/*----------nav----------*/
#nav {
	background-repeat: no-repeat;
	height: 180px;
	width: 675px;
	margin-bottom:0px;
	position: relative;
}
#nav ul {
	padding-left:47px;
	overflow: hidden;
}

#nav ul li {
	display: block;
	width: 194px;
	height:65px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 0px;
	float: left;
}
#nav ul li a,
#nav ul li span {
	
	text-align: center;
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}
#nav ul li span img{
	text-decoration: none;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#nav ul li a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
	filter: blur(2px); 
	-webkit-filter: blur(2px); 
	-moz-filter: blur(2px);
	-o-filter: blur(2px); 
	-ms-filter: blur(2px);
}

/*----------btn-sbm----------*/
#btn-sbm {
  padding: 10px;
  text-align: right;
}

#btn-sbm li {
  display: inline-block;
  margin-left: 0px;
  margin-right: 5px;
  padding: 0px;
  line-height: normal;
  list-style: none;
  vertical-align: top;
}

#btn-sbm li a {
  margin: 0px;
}

#btn-sbm .btnFaceBook {
  width: 110px;
}

#btn-sbm .btnHatenaBookmark {
  margin-right: 10px;
}

#btn-sbm .btnGoogleCalendar {
  margin-right: 10px;
}

/*----------innerlink-head----------*/
.innerlink-head  {
	width: 209px;
	margin-right: auto;
	margin-left: auto;
}
.innerlink-head a {
	text-decoration: none;
	display: block;
}
.innerlink-head a {
	text-decoration: none;
	display: block;
	background-image: url(../images/common/pagetop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 94px;
	width: 209px;
	text-indent: -9999px;
}


/*----------content----------*/
#content .block {
	background: url(../images/common/block_bg02.png) repeat;
	background-repeat: repeat;
	background-position:center top;
	margin-bottom:30px;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
}
#content .block .h2_tit {
	padding-top: 80px;
	text-align: center;
	background-image: url(../images/common/block_bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:50px;

}
#content .box {
	padding-bottom: 80px;
	text-align: center;
	background-image: url(../images/common/block_bg03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#content .box p.item {
	position: absolute;
    opacity: 0;
}




/* テキスト指定 */
#article {
	line-height: 1.5;
	font: 13px/1.231 "游ゴシック", "YuGothic", "メイリオ", Meiryo, 'Lucida Grande', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;

}

#article .text { padding: 20px; }

#article h2 {
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px;
}
#article h3 {
	font-weight: bold;
	font-size: 100%;
}
#article p {
	margin-bottom: 10px;
}

.innerlink-head {
	margin-top: 10px;
}
.innerlink-head a {
	font-size: 11px;
	color: #000;
}

.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/*----------.is2nd----------*/
.is2nd #header {
	height:190px;
	position: relative;
	background-image: url(../images/common/nav_bg03.jpg);
	background-repeat: no-repeat;
	margin-bottom:30px;	
	margin-top:10px;	
	box-shadow: 3px 3px rgba(0,0,0,0.1);

}
.is2nd #header h1 {
	position: absolute;
	left:50px;
	top: 25px;
}
.is2nd #header  p#onair {
	position: absolute;
	left:265px;
	top: 80px;
}
.is2nd #header  div#nav {
	position: absolute;
	left:0px;
	top: 166px;
}
.is2nd #header h1 a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
	filter: blur(2px); 
	-webkit-filter: blur(2px); 
	-moz-filter: blur(2px);
	-o-filter: blur(2px); 
	-ms-filter: blur(2px);
}
.is2nd #header .item {
	position: absolute;
}
.is2nd #header  p#item_egg {
	right:5px;
	top: 0px;
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
}
.is2nd #header  p#item_sausage {
	right:95px;
	top: 0px;
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s;
}
.is2nd #header  p#item_tomato {
	left:5px;
	top: 130px;
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}



#content .block .h2_tit {
	padding-top: 80px;
	text-align: center;
	background-image: url(../images/common/block_bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:50px;

}
#content .box {
	padding-bottom: 80px;
	text-align: center;
	background-image: url(../images/common/block_bg03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#content .box p.item {
	position: absolute;
    opacity: 0;
}

