@charset "utf-8";
/* CSS Document */
/* =========================================================
■base
========================================================= */
body{
	background: #FFFFFF url(../img/bg.png) center top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.f-lft{ float:left; }
.f-rit{ float:right; }

.clear{
	clear:both;
}
h1{
	text-indent:-9999px;
	display:none;
}
h2.toppage{
	text-indent:-9999px;
	display:none;
}

/*パンくずリスト*/
.topicpath{
	background: #000000;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
	color:#FFFFFF;
	font-size:80%;
	margin:10px auto;
	padding:10px;
}
.topicpath ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
}

.topicpath ol li:before {
        /* liの前に記号追加 */
        content: " > ";
}

.topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content:"";
}
.topicpath ol li a{
	color: #EFF94D;
	text-decoration:none;
}
.topicpath ol li a:hover{
	color:#FFFD01;
	text-decoration: underline;
}


.net_btn {
  background: #ffffff;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border:1px solid #FFFFFF;
  border-radius: 7px;
  color: #216C96;
  display: inline-block; /* 横並び */
  font-size: 15px;
  margin:5px;
  padding: 10px 0;
  text-align:center;
  text-decoration: none;
  width:200px;
}

.net_btn:hover {
  background: #3D97D8;
  color: #ffffff;
  text-decoration: none;
}


a{
	color:#ff114f;
}

strong{
	font-weight:bold;
}

/*メインエリア
---------------------------------------------------------------------------*/
.container{
	padding:15px 0;
	overflow:hidden;
}

/*youtubeレスポンシブ*/
.movie-wrap {
    position: relative;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=============
デスクトップレイアウト
=============*/
@media only screen and (min-width: 769px) {
/* wrap
---------------------------------------------------------------------------*/
.wrap{
	margin:10px auto;
	width: 100%;
	max-width: 980px;
}


/*ヘッダエリア
---------------------------------------------------------------------------*/
.header{
	background: url(../img/header_bg.png) top repeat-x;
	margin:0 auto;
	padding:30px 0 0;
	width:100%;
	min-width:1100px;/*サイトのmin幅指定することで背景画像が切れなくなる*/
}

.header-inner{
	height:129px;
	margin:auto;
	position:relative;
	width:980px;
}

.header1{
	float:left;
	width:225px;
}
.header2-top{
	padding:30px 0 0;
	float:right;
	width:482px;
}
.header2{
	padding:30px 0 0;
	float:right;
	width:482px;
}

a.btn {
  background: #F0F0F0;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border:1px solid #808080;
  border-radius: 7px;
  color: #636363;
  display:block;
  font-size: 12px;
  margin:10px auto 0;
  padding: 5px 0;
  text-decoration: none;
  text-align:center;
  width:125px;
}
a.btn:hover {
  background: #E0E0E0;
  color: #FF4870;
  text-decoration: none;
}

a.BackBtn {
  background: #FFFFFF;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border:1px solid #808080;
  border-radius: 7px;
  color: #636363;
  display:block;
  font-size: 12px;
  margin:20px auto;
  padding: 5px 0;
  text-decoration: none;
  text-align:center;
  width:125px;
}
a.BackBtn:hover {
  background: #FF8DA6;
  color: #FFFFFF;
  text-decoration: none;
}

.box{
	background:#FFFFFF;
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
box-shadow:rgba(5, 5, 5, 0.117647) 0px 0px 5px 3px;
-webkit-box-shadow:rgba(5, 5, 5, 0.117647) 0px 0px 5px 3px;
-moz-box-shadow:rgba(5, 5, 5, 0.117647) 0px 0px 5px 3px;
	margin:15px auto;
	overflow:hidden;
	padding:0 10px 15px;
}


/*フッター
---------------------------------------------------------------------------*/
.footer{
	background:#000000 url(../img/header_bg.png) top repeat-x;
	color:#FFFFFF;
	font-size:10pt;
	padding:30px 0;
	text-align:center;
	min-width:1100px;/*サイトのmin幅指定することで背景画像が切れなくなる*/
}


/*scrollup */
.scrollup {
    text-align: center;
	vertical-align:middle;
	text-decoration:none;
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 30px;
    right: 18px;
	cursor: pointer;
    display: none;   
}

scrollup > a {
    position: relative;
    top: 7px;
    color:#FFF;
    font-weight: bold;
	text-decoration:none;
}

}


/*=======================================
タブレット スマホ　レイアウト
=======================================*/
@media only screen and (max-width: 768px) {

h2{
	font-size:160%;
	font-weight:bold;
	margin:10px auto;
	text-align:left;
}
	img{
		width:100%;
	}
/* wrap
---------------------------------------------------------------------------*/
.wrap{
	margin:5px auto;
	width: 97%;
}


/*ヘッダエリア
---------------------------------------------------------------------------*/
.header{
	background: url(../img/header_bg.png) top repeat-x;
	margin:0 auto;
	padding:0;
	width:100%;
}

.header-inner{
	margin:auto;
	text-align:center;
	width:100%;
}
.header1{
	width:70%;
}
.header2-top{
	width:80%;
}
.header2{
	width:80%;
	display:none;
}

a.btn {
  background: #F0F0F0;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border:1px solid #808080;
  border-radius: 7px;
  color: #636363;
  display:block;
  font-size: 13px;
  margin:2px auto;
  padding: 10px 0;
  position:relative;
  text-decoration: none;
  text-align:center;
  top:-18px;
  width:95%;
}
a.btn:hover {
  background: #E0E0E0;
  color: #ffffff;
  text-decoration: none;
}

a.BackBtn {
  background: #FFFFFF;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border:1px solid #808080;
  border-radius: 7px;
  color: #636363;
  display:block;
  font-size: 13px;
  margin:15px auto;
  padding: 10px 0;
  position:relative;
  text-decoration: none;
  text-align:center;
  width:95%;
}
a.BackBtn:hover {
  background: #FF8DA6;
  color: #FFFFFF;
  text-decoration: none;
}


.box{
	background:#FFFFFF;
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
box-shadow:rgba(5, 5, 5, 0.117647) 0px 0px 5px 3px;
-webkit-box-shadow:rgba(5, 5, 5, 0.117647) 0px 0px 5px 3px;
-moz-box-shadow:rgba(5, 5, 5, 0.117647) 0px 0px 5px 3px;
	overflow:hidden;
	margin:15px auto;
	padding:0 10px 15px;
}

/*フッター
---------------------------------------------------------------------------*/
.footer{
	background:#000000 url(../img/header_bg.png) top repeat-x;
	color:#FFFFFF;
	font-size:7pt;
	padding:30px 0;
	text-align:center;
}


/*scrollup */
.scrollup {
    text-align: center;
	vertical-align:middle;
	text-decoration:none;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 70px;
    right: 5px;
	cursor: pointer;
    display: none;   
}

scrollup > a {
    position: relative;
    top: 7px;
    color:#FFF;
    font-weight: bold;
	text-decoration:none;
}

}






