@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #ee827c;
}

a:hover {
  color: #ec6d71;
}

a:visited {
  color: #ee827c;
}


/*---------- ヘッダー ----------*/

#page_top {
  margin: 0;
  padding: 0;
	clear:both;
}


/*---------- コンテンツ ----------*/
.main_photo{
	padding-top:50px;
}


#content {
	padding:6px;
	overflow: hidden;
}

section {
  margin: 0 0 15px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg.gif) center repeat-x;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 0;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}


/*---------- ナビ ----------*/

nav {
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #ee827c !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #ec6d71 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #fef4f4;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #ee827c !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #ec6d71 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #ee827c;
  text-decoration: none;
}

/*---------- タイトル ----------*/
.title h1{
	background-color:#9FF !important;
	font-size:14px !important;
	text-align:center !important;
}


/*---------- ボタン ----------*/

.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
	width: 80%;
	padding: 10px;
	margin:10px auto 30px;
}
.btn {
	background: -moz-linear-gradient(top,#ff8ba6 0%,#ffd3e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#F52952),to(#FFBAD1));
	color: #FFF !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FF69A0;
	-moz-box-shadow: 0px 1px 3px rgba(102,51,0,0.5),inset 0px 0px 8px rgba(255,240,196,1);
	-webkit-box-shadow: 0px 1px 3px rgba(102,51,0,0.5),inset 0px 0px 8px　rgba(255,240,196,1);
	text-shadow: 0px -1px 0px rgba(153,17,89,1),0px 1px 0px rgba(152,230,34,0);
}

/*---------- 受付終了 ----------*/
.fin{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}


/*---------- スライダー ----------*/

.sb-slidebar {
    color: #fff;
	background-color:#666;
}
 
.main_content {
    padding-top: 50px;
}
 
#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background-color:#ffeff2;
    z-index: 4;
}
 
#header .sb-toggle-left {
    float: left;
    width: 2em;
}

#header h1{
	text-align:center;
	margin-top:6px;
}
.index{
	background-image:url(img/index.png);
	background-repeat:no-repeat;
	background-size:100%;
    display: block;
    height: 25px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
}

.mail{
	background-image:url(img/mail.png);
	background-size:100%;
	background-repeat:no-repeat;
    display: block;
    height: 25px;
    right: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
}

.sb-left {
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

.sb-left ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

.sb-left li {
  width: 100%;
  list-style: none;
  text-align: center;
}

.sb-left li a {
  padding: 10px;
  display: block;
  color: #ee827c !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

.sb-left li a:hover {
  color: #ec6d71 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}
.formfont{
	font-size:large;
}
.hissu{
	font-size:14px;
	color:#F00;
}
.p10 {
  padding: 0 10px;
}
.width100 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.width100 {
  width: 100%;
}


.btnC {
	width: 300px;
	margin: 0 auto;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));	
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
}
.attention{
	font-size:12px;
}