html{overflow-y: scroll;}
html,body{


	text-align: center; 
	line-height: 20px;
	letter-spacing: 0.1em;
  background: linear-gradient(#F6FF00, #FF00A1);

	font-family:メイリオ,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,Verdana,Geneva,Arial,ＭＳ ゴシック,sans-serif; 
	font-size: 15px;
	color: #333333;
	margin-bottom: 0em;
	line-height: 1.7;

}


.news {
    width: 900px;
	text-align: left; 
	background: #ffffff;
	margin:0px;
	padding:50px;
	/* 全部角丸 */
	border-radius: 10px 10px 10px 10px;
}

.news_text {
	text-align: left; 
	margin:0px 0px 50px 0px;
	padding:0px;

}



hr {

	width:900px;
   border:dashed #b3b0a6;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
margin:30px 0px;
} 


h3{
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
}

 /* ---------------------------- */
/* ▼トップ画像かさね */
/* ---------------------------- */



.relative {
    position: relative;
    width: 1000px;
}
.absolute {
    position: absolute;
    right: 30px;
    bottom: 150px;
}
 /* ---------------------------- */
/* ▼センタリング */
/* ---------------------------- */
.main {  
    width: 100%;  
    border: 0px solid #000;  
margin:0;
padding:0;
}  
.main02   {  
    width: 1200px;  
    border: 0px solid #FF0000;  
    margin: 0 auto;  
padding:0;
    background: rgba(255,255,255,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33ffffff', endColorstr='#33ffffff');
}  

/* ---------------------------- */
/* ▼罫線 */
/* ---------------------------- */


hr.accessory {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,75), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,75), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,75), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,75), rgba(255,255,255,0));
}
/* ---------------------------- */
/* ▼テキストリンクホバーエフェクト */
/* ---------------------------- */


/* -----メニュー文字色------ */
a.menucolor {text-decoration: none; color: #524149;}
a.menucolor:hover {text-decoration: none; color: #cd2606;}

/* -----通常文字色------ */

a{
    color: #cd2606;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration:none;


}
a:hover {
    color: #412567;
    text-decoration:none;
}

/* -------------------- */
/* 	メニュー関連	 */
/* -------------------- */

div#nav {
    width: 1000px;    
	margin: 30px auto; 
	padding: 0px 0px;  
}
 

div#logo {
	float:left;
	padding: 2px 210px 2px 0px ;  
	margin: 0px; 
	width:190px; 
	height:80px;
}

div#menu {
	position: relative;
	overflow: hidden;
	font-size: 16px; 
font-weight: bold;
	width:950px;
	margin: 0; 
	padding: 0; 
/*     border: 1px solid #000000;  
	font-family: 'Montserrat', sans-serif;
font-weight: bold;
	width:550px; 380px*/
}




div#menu ul {
	list-style: none;
	float:right;
	margin: 0px;
	padding: 0px;
}

div#menu li {
	float:left;
	display: inline;
	padding: 25px; 
	margin: 0px; 

}



/*floatの解除*/
	.clear {
	clear:both;　
	}


div.box
{
	text-align: left; 
	padding:15px 15px 15px 15px;
	margin: 15px 0px 20px 0px;
	width: 700px;
}

div.imgd3{
	margin: 0px 10px 20px 10px;
	float:left;
}

/* -------memo部分700pxの範囲内------------- */
div.memo
{
	text-align: left; 
	padding:15px 15px 15px 15px;
	margin: 15px 0px 20px 0px;
	width: 700px;
}
/* 
hr {

	width:1000px;
   border:dashed #ffffff;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */

} 

-------info部分800pxの範囲内------------- */
div.info0
{
	text-align: left; 
	padding:15px 15px 15px 15px;
	margin: 15px 0px 20px 0px;
	width: 800px;
}

div.info1
{
float:left;
	text-align: left; 
	padding:0px;
	margin:0px;
	width: 200px;
}
div.info2
{float:left;
	text-align: left; 
	padding:0px;
	margin: 0px;
	width: 600px;
}

hr.info {
	width:800px;
   border:dashed #b3b0a6;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */

} 

img.mail { vertical-align: middle; }

/* -------img部分900pxの範囲内------------- */

div.img1
{
float:left;
	text-align: left; 
	padding:0px;
	margin:0px;
	width: 60px;
}
div.img2
{float:left;
	text-align: left; 
	padding:0px;
	margin:0px;
	width: 840px;
}









/* ---------------------------- */
/* ▼日誌の箱 */
/* ---------------------------- */

p.memo
{
	text-align: left; 
	padding:20px 0px 20px 0px;
	margin: 0px;
	width: 700px;
	margin: 0 auto;  
}

p.title
{
	font-weight:bold;
	font-size: 15px;
	padding:15px 0px 15px 0px;
	color: #867ba9;
	margin-bottom: 0.3em;
	line-height: 0;
}

font.day
{
	font-size: 14px;
	font-weight:normal;
	color: #b3b0a6;
}

/* -------------------- */
/* 	インデント関連	 */
/* -------------------- */

      p.note
      {
  padding-left: 1em;
  text-indent: -1em;
      }


/* -------------------- */
/* 	border:1px solid #bbb;
	background-color: #fff; */
/* -------------------- */




/* -------------------- */
/* ▼テーブル関連*/
/* -------------------- */

table{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em;

}

table.sen {
    border-collapse: collapse;

 }
table.sen td {
    border-width: 1px 0px; /* 上下だけ引く */
    border-color: #cccccc; /* 線色：緑 */
    border-style: solid; /* 線種：実線 */
    padding: 0.7em; /* セル内側の余白 */

 }

th {
	white-space: nowrap;
    border-width: 1px 0px; /* 上下だけ引く */
    border-color: #cccccc; /* 線色：緑 */
    border-style: solid; /* 線種：実線 */
    padding: 0.7em; /* セル内側の余白 */

}




/* ---------------------------- */
/* ▼画像ホバーエフェクト */
/* 
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;

	
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}





figure {

	margin: 10px 20px 10px 0px;
	padding: 0;
	background: #fff;
	overflow: hidden;
	float:left;
	text-align: center; 
}

figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
figure:hover img {
	opacity: .5;
}
*/


/* 背景色 */

/* ---------------------------- */
/* ▼画像回り込み */
/* ---------------------------- */

.clear{clear:both;}

*/
/* 
div.img{
	width:200px;
	height:200px;
	float:left;
	text-align: center; 
	margin: 0px 0px 20px 0px;
}
*/

/* ---------------------------- */
/* ▼ギャラリーセンタリング */
/* ---------------------------- */

div#img {  
    width: 900px;  
    margin: 0 auto;  
    text-align: left;  

}  

div#wrapper {  

    width: 900px;  
    margin: 30px auto 0 auto;  
    text-align: left;  
border: 0px solid #FF0000;
}  
/* 確認用罫線  border: 1px solid #FF0000;     */


/* ---------------------------- */
/* ▼メールフォーム */
/* ---------------------------- */
.form{
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	border: 1px solid #725c99;
	margin:0 0 20px;
	width:300px;
}  
.formcom{
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	border: 1px solid #725c99;
	margin:0 0 20px;
	width:550px;
}

.tegami{
	border: 1px solid #725c99;
}

/* -----枠フォーカス中------ */
input[type="text"] {
  border: 1px solid #725c99;
}
input[type="text"]:focus {
  border: 1px solid #cd2606;
  outline: 0;
}

textarea{
  border: 1px solid #725c99;
}

textarea:focus{
  border: 1px solid #cd2606;
  outline: 0;
}


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

.btn {
	font-size:1.2em;
	font-family:Arial, sans-serif;
	background: #cd2606;
	border: 1px solid #cd2606;
	color: #fff;
	width: 150px;
	height:50px;
	padding: 10px 0;
}

.btn:hover {

	border: 1px solid #DDD;
	color: #fff;
	width: 150px;
	padding: 10px 0;
	background-color: #412567;
}

.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* -----プレースフォルダ------ */

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
   color: #333333;
}

/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
::-webkit-input-placeholder {
   color: #333333;
}

/* ▼Firefox18以前用 */
:-moz-placeholder {
   color: #333333;
}
/* ▼Firefox19以上用 */
::-moz-placeholder {
   color: #333333; opacity: 1;
}

/* ▼CSS標準(予定)の記述 */
:placeholder-shown {
   color: #333333;
}

:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
:focus:placeholder-shown { color: white; } /* CSS標準(予定)の記述 */