@charset "UTF-8";

html{
	background-color: #ddd;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/* background: white url(./img/body-bg.png) no-repeat center top; */
	background: white;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
/*	padding-right: 15px;
	padding-left: 15px; */
}
h2{
	color: #e456a5;
    position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	border-bottom: 2px solid #e456a5;
	background-color: #f3f3f3;
}

h2.new{
	background-color: #fdf3f3;
}
h2.new::before{
	content: '';
	position: absolute;
}
h2.new::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 10px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #e456a5;
}

span.new-red{
    color: white;
    background-color: red;
    margin-right: 10px;
    padding: 4px;
    font-size: 80%;
    border-radius: 3px;
}





a img { 
	border: none;
}



/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他のすべての div を囲みます。~~ */
.container {
	/* width: 980px; */
	margin: 0 auto;
	padding: 0 10px;
	width: 100vw;
}
@media screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
   .container { width: 980px }
}
@media screen and (max-width: 580px) {
   /*表示領域が580px以下の場合に適用するスタイル */
   #top-img,
   #Insert_logo
   { width: 320px; }
}

.section{
	margin: 0 10px 100px;
	background-color: white;	
}
.photos{
	margin: 5em 0 0 13px;
}
	.photos h4{
		text-align: center;
		color: #e456a5;
	}
	.photos img{
		border: 1px solid #999;
	}

.header {
	height: 300px;
	background: #eee url(img/kousya.jpg) no-repeat center top;
	border-bottom: 5px solid #e456a5;
}
	a.head_title{
		position: relative;
		top: 195px;
		left: 30px;
		font-size: 45px;
		font-weight:bold;
		text-decoration:none;
		color: #e456a5;
	}
	a.head_title span{
		font-weight: normal;
		font-size: 24px;
	}
div#header_block{
	margin: 0 auto;
	/* width:980px; */
	width: 100vw;
}
@media screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
   div#header_block { width: 980px }
}

.sidebar1 {
	float: left;
	
}
@media screen and (min-width: 800px) {
	.sidebar1 { width: 200px; }
}
@media screen and (max-width: 580px) {
   /*表示領域が580px以下の場合に適用するスタイル */
	.sidebar1 { width: 95vw; }
}
	.sidebar1 div.banner{
		margin-top: 20px;
		padding: 1em .5em;
		border-bottom: 1px dotted #ccc;
	}
	.sidebar1 div.banner h3{
		margin: .5em 0;
		padding: 0;
		font-size: 11px;
	}
	.sidebar1 div.banner p{
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

.content {
	padding: 0 10px 2em;
	/* width: 580px; */
		width: 100vw;
	float: left;
	border-top: 1px solid #eee;
	background: white url(./img/content_bg.png) top repeat-y;
}
@media screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
   .content { width: 580px }
}
.sidebar2 {
	float: left;
	text-align: center;
	/* width: 180px; */
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.text_red{
	margin-left: 5px;
	font-size: 80%;
	color: red;
}


/* HTML */
h1{
	line-height: 0;
	text-indent: -9999px;
	background: #666;
}

/* section */
.section img{
	margin: .5em;	
}
.section img.left{
	/* width: 240px; */
	float: left;	
}
.section img.right{
	/* width: 240px; */
	float: right;	
}

/* パンくず */
ul.kuzu{
	margin: 0 auto;
	padding: 8px 0;
	height: 15px;
	/* width: 980px; */
	font-size: 80%;
}
/*
ul.kuzu li:first-child {
	padding: 0 10px 0 35px;
	background: url(./img/arrow0.png) no-repeat 0 0;
	height: 15px;
}
*/
ul.kuzu li {
	display: block;
	float: left;
	padding: 0 10px 0 15px;
	background: url(./img/bg_pan.gif) no-repeat 2px 2px;
}
/* .sidebar1 */
ul.nav {
	list-style: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/* margin-bottom: 15px; */
}
ul.nav li {
	border-bottom: 1px solid #ccc;
}
ul.nav li.here a{
	background: white url(./img/arrow0.png) center left no-repeat;
} 
ul.nav a, ul.nav a:visited {
	padding:20px 0 17px 20px;
	display: block;
	width: 178px;
	text-decoration: none;
	background: white;
	border-bottom: 3px solid white;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	border-bottom: 3px solid  #e456a5;
	color: #e456a5;
	background: #ffeeee;
}

/* link @right-side */
ul.link {
	list-style: none;

}
ul.link li {


}
ul.link a, ul.link a:visited {
	margin: 0 0 3px 0;
	padding: 0;
	width: 158px;
	height: 72px;
	border: 1px solid #ccc;
	display: block;
	text-decoration: none;
	background: white;
}
.link img {
    width: 158px;
}
ul.link a:hover, ul.link a:active, ul.link a:focus {
	background: #eee;
		border: 1px solid #666;
}

/* ~~ フッタースタイル ~~ */
.footer {
	padding: 10px 0 5px;
	background: #e456a5;
	text-align: center;
	font-size: 11px;
	color: white;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
		border-bottom: 2px solid #ccc;
}
/* footer_navi @right-side */
ul.fnavi {
	margin: .5em 0;
	list-style: none;
}
ul.fnavi li {
	padding: 0 5px;
	display:inline;
	border-right: 1px solid white;
}
ul.fnavi li.last {
	border:none ;
}
ul.fnavi a, ul.fnavi a:visited {
	width: 159px;
	text-decoration: none;
	color: #e0e0e0;
}
ul.fnavi a:hover, ul.fnavi a:active, ul.fnavi a:focus {
	color: white;
}

.inner{
    padding: 0 20px;
}
p.update{
    margin: 0;
    text-align: right;
}


  /* -------------------------------
	clear
 -------------------------------- */
.clearfix:after
{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,
{
  min-height: 1px;
}

* html .clearfix,
{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}