

html,body{
	color:#333;
	background:#fff;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Verdana,Arial,sans-serif;
	font-size:16px;
	line-height:1.6em;
	overflow-x:hidden;
}
body {
	min-height: 1000px;

}
@media screen and (max-width: 767px){
	body{
		font-size:14px;
	}
}


ul{
	margin-top:10px;
	padding-left:28px;
}

#top_message{
	display:block;
	text-align:left;
	margin:50px auto;
	color:#555;
	border:10px solid #97ddf1;
	padding:30px;
	text-decoration:none;
	max-width:800px;
	line-height:2em;
	background-color: #fff; 
	background-image: 

	linear-gradient(#f6f6f6 .1em, transparent .1em);
	background-size: 100% 1.2em;


	border:solid 5px #97ddf1;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	
}
@media screen and (max-width: 767px){
	#top_message{
		font-size:14px;
		padding:20px;
		line-height:1.6em;
	}
}





/* ナビゲーション */

.nav{
	display:none;
}
.navbar {
	filter:none;
	background:#fff;
	border:none;
	outline:none;
	box-shadow:none;
}
.nav{
	margin-top:30px;
	color:#97ddf1;
}
.nav li a{
	filter:none;
	text-shadow:none;
	color:#000;
	padding:10px 7px;
	margin:0px 0 ;
	font-size:16px;
	background:#eee;
}
.nav li:hover,
.nav li a:hover{
	color:white;
	background:#ff9900;
}




@media screen and (max-width: 767px){
	.nav{
		display:block;
		margin-top:5px;
	}
	.navbar-collapse	{
		filter:none;
		border:none;
		border-bottom:1px solid #666;
		outline:none;
		box-shadow:none;
		margin-bottom:30px;
	}
	.nav li:first-child{
		border-top:1px solid #666;
	}
	.nav li{
		border:none;
		border-bottom:1px solid #666;
	}
	.nav li a{
		padding:10px;
		margin:0;
	}
}




/*--------------------------------------
  旧ナビゲーションメニュー
--------------------------------------*/
#navi{
	overflow:hidden; /* ie */
	font-size:0.9em;
	height: 40px;
}
#navi_content{
	position:relative;
	margin:0 auto;
	width:100%;
}
#navi #navi_content ul{
	height:40px;
list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}
#navi #navi_content ul li{
	float: left;
	width: 20%;
	
}
#navi ul li a{
	height: 40px;
	line-height:40px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	border:none;
	text-shadow:1px 1px 1px white;
	background: #97ddf1;
	color:black;

background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #80f2ff), color-stop(1.00, #97ddf1));
background: -webkit-linear-gradient(#80f2ff, #97ddf1);
background: -moz-linear-gradient(#80f2ff, #97ddf1);
background: -o-linear-gradient(#80f2ff, #97ddf1);
background: -ms-linear-gradient(#80f2ff, #97ddf1);
background: linear-gradient(#80f2ff, #97ddf1);

}

#navi ul li a:hover,
#navi ul li a:focus,
#navi ul li a:active{
	background: #ff9900;
}





@media screen and (max-width: 767px){
	#navi{
		display:none;
	}
}


.container {
	position:relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#main{
	margin-left:190px;
	margin-right:220px;
	margin-top: 70px;

}




/*--------------------------------------
  メイン - サイド
--------------------------------------*/
 #side1{
	width: 170px;
	left:15px;
}
 #side2{
	width: 200px;
	right:15px;
}
 #side1,
 #side2{
	position: absolute;
	top: 100px; /* centerと合わせたほうが良い*/
	line-height:1.4em;
	font-size:0.9em;
}
/* コンテンツ用サイドブロック */
 #side1 .side1_block{
	margin-bottom: 40px;
}

 #side2 .side2_block{
	margin-bottom: 15px;
	border: 1px solid #222222;
	border: 5px solid #eee;
	border-radius:5px;
}
/* メイン - サイド - 見出し */
 #side1 .side1_block h2{
 	font-size:1em;
	padding: 0 ;
	height:1.2em;
	line-height:1.2em;
	color:#000;
	color:#222222;
	font-weight:bold;
	border-bottom:3px solid #222222;
}
 #side2 .side2_block h2{
 	font-size:1em;
	padding: 0 15px;
	height:2em;
	line-height:2em;
	color:#000;
	font-weight:bold;
	background:#eee;
	margin:0px;
	text-shadow:1px 1px 1px white;
}


 #side1 .side1_block h3{
	font-size:1em;
	margin:10px;
	padding-left:10px;
	height:1em;
	line-height:1em;
	border-left:5px solid #000000;
}
 #side2 .side2_block h3{
	font-size:0.9em;
	margin:10px;
	padding-left:10px;
	height:1.4em;
	line-height:1.4em;
	background:#ddd;
	color:#000;
	font-weight:bold;
}

 #side1 .side1_block p,
 #side2 .side2_block p,
 #side1 .side1_block ul,
 #side2 .side2_block ul{
	padding:0 0 20px 20px;
	margin-bottom:0px;
}

 #side1 .side1_block .content,
 #side2 .side2_block .content{
	font-size:0.9em;
}
 #side1 .side1_block .content ul,
 #side2 .side2_block .content ul{
	padding:0;
	margin:0;
}





.cds-navi {
  list-style-type: none;
  margin: 50px 20px 0 0;
  padding: 0;
}

.cds-navi li { display: inline; }

.cds-navi li a {
	border-radius:2px;
  margin-bottom: 5px;
  padding: 18px 0 18px 6px;
  display: block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left: 4px solid #97ddf1;
  background-color: #f9f9f9;
  color: #000000;
	text-shadow:1px 1px 1px white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: -webkit-linear-gradient(#fff, #cecece);
background: -moz-linear-gradient(#fff, #cecece);
background: -o-linear-gradient(#fff, #cecece);
background: -ms-linear-gradient(#fff, #cecece);
background: linear-gradient(#fff, #cecece);

}

.cds-navi li a:hover {
  background-color: #fff;
  border-left-color: #ff9900;
}





@media screen and (max-width: 767px){
	#side1,
	#side2,
	#header_navi{
		display:none;
	}
	#main{
		width:100%;
		margin-left:0px;
		margin-right:0px;
		margin-top: 10px;
	}
}





/* フッター */
#footer{
	text-align:center;
	margin:100px 0;
	color:#333;
}
@media screen and (max-width: 767px){
	#footer{
		text-align:left;
	}
}
#footer_cover{
	width:100%;
	max-width:600px;
	margin:40px 0;
}




/* サイト名(左上) */
h1{
	background:transparent;
	color:#999;
	font-size:12px;
	font-weight:normal;
	line-height:1em;
	margin:0;
	padding:2px;
	text-align:left;
}

/* ページ見出し */
h2{
	color:#ff9900;
	margin:15px 0 15px 0;
	margin:20px 10px 40px 0px;
	padding:0;
	font-size:34px;
	font-weight:bold;
	text-shadow:-1px -1px 2px rgba(255,255,0,0.3),1px 1px 2px rgba(255,255,0,0.3);
}	
@media screen and (max-width: 767px){
	h2{
		margin:20px 10px 30px 10px;
		font-size:22px;
		line-height:1.4em;
	}
}

#top_catch{
	font-size:20px;
	line-height:2em;
	text-align:center;
}
@media screen and (max-width: 767px){
	#top_catch{
		line-height:1.8em;
	}
}


h3{
	margin:50px 0 30px 0;
	padding:12px 0px 12px 10px;
	color:#000;
	background:#97ddf1;
	line-height:2em;
	font-weight:bold;
	font-size:1em;
	border:none;
	border-radius:4px;
	text-shadow:1px 1px 1px white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #80f2ff), color-stop(1.00, #97ddf1));
background: -webkit-linear-gradient(#80f2ff, #97ddf1);
background: -moz-linear-gradient(#80f2ff, #97ddf1);
background: -o-linear-gradient(#80f2ff, #97ddf1);
background: -ms-linear-gradient(#80f2ff, #97ddf1);
background: linear-gradient(#80f2ff, #97ddf1);

}
/* ページ内コンテンツ 小見出し */
h4{
	font-size:1em;
	font-weight:bold;
	color:#ff9900;
	margin-top:30px;
}

h5{
	font-size:1em;
	font-weight:bold;
}

.viproject{
	font-weight:bold;
}



/* テーブル */

table,
td{
	border:1px solid #ccc:
	vertical-align:top;
	padding:0px 10px 10px 0; ;
}
th{
	min-width:60px;
}
td.title-c{
	vertical-align:top;
}

/* 価格表記 */
.price,
td.price{
	text-align:right;
	color:#E85298;
	font-weight:bold;
	text-align:right;
	font-size:1em;

}



/* 各ページのキャッチコピー */
.catch_copy{
	color:#09A485;
	width:96%;
	max-width:700px;
	font-size:30px;
	margin:50px auto;
	line-height:2em;
}
@media screen and (max-width: 767px){
	.catch_copy{
		font-size:18px;
		margin:20px auto;
	}
}



.waku{
	padding:20px;
	background:#ffe8e0;
	width:94%;
	margin:20px 0 10px 0;
	-webkit-border-radius:12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.waku_title{
	font-weight:bold;
	color:#00b050;
	font-size:15px;
	margin-bottom:10px;
}
.waku_arrow{
	font-size:30px;
	text-align:center;
	color:#00b050;
	margin:25px 0 10px 0;
}


.price{
	color:red;
	font-weight:bold;
}

.hissu{
	font-size:0.8em;
	background:#fff;
	color:red;
	padding:2px 5px;
	font-weight:bold;
	border-radius:5px;
}
.green{
	color:#00b050;
}



