#content {}

/*---------------------------------------------------------------------------
  TITLE
---------------------------------------------------------------------------*/

.sub_tit { padding:30px 0;}
.sub_tit h2 {
	margin:0 auto;
	padding:5px 0 0 20px;
	width:1000px;
	font-size: 180%;
	color:#FFF;
	border-left:7px solid #FFF;
}
.sub_tit h2 small {
	display:block;
	margin-top:5px;
	font-size:50%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*---------------------------------------------------------------------------
  PAN
---------------------------------------------------------------------------*/

.pan {
	clear:both;
	margin:0 auto;
	padding: 0.5%;
	width:1000px;
	font-size: 80%;
	color: #666;
	text-align:right;
}
.pan a {color: #666; text-decoration:none;}
.pan a:hover {color: #333333;}


/*====================================================================================================

  SUBPAGE

====================================================================================================*/

#subpage { margin:auto; padding:40px 0 80px; width:1000px;}


/*---------------------------------------------------------------------------
  anchor
---------------------------------------------------------------------------*/
#subpage ul.anchor { margin:0 2% 20px;}
#subpage ul.anchor:after {/*clearfix*/ display:block; clear:both; content:"";}
#subpage ul.anchor li {
	float:left;
	width:11.625%;
}
#subpage ul.anchor li+li { margin-left:1%;}
#subpage ul.anchor li a {
	display:block;
	padding:10px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	background:#888;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
	box-sizing:border-box;
}
#subpage ul.anchor li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

/*---------------------------------------------------------------------------
  KAIGYOU
---------------------------------------------------------------------------*/

#subpage p.indention {
	clear:both;
	margin: 0 2%;
	height:40px;
	text-indent: -9999px;
	background:none;
}


/*---------------------------------------------------------------------------
  MIDASHI
---------------------------------------------------------------------------*/

#subpage h3 {
	clear:both;
	margin:20px 2%;
	padding:15px 20px;
	font-size: 130%;
	color:#FFF;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#subpage h4 {
	clear:both;
	margin:20px 2%;
	padding:5px 10px 10px;
	font-size: 120%;
	border-bottom:1px solid #EEE;
}


/*---------------------------------------------------------------------------
  CATCH COPY
---------------------------------------------------------------------------*/

#subpage .catch {
	clear:both;
	margin:20px 2%;
	font-weight:bold;
	font-size: 180%;
	line-height:120%;
}


/*---------------------------------------------------------------------------
  COMMENT
---------------------------------------------------------------------------*/

#subpage .comment1 {
	clear:both;
	margin:0 2% 20px;
}
#subpage .comment2 {
	clear:both;
	margin:0 2% 20px;
	padding: 2%;
	border: 1px solid #DDD;
	background:#F4F4F4;
}
#subpage .comment3 {
	clear:both;
	margin:0 2% 20px;
	padding: 2%;
	color: #FF4646;
	border: 1px solid #FF7575;
	background:#FFEAEA;
}


/*---------------------------------------------------------------------------
  HYOU
---------------------------------------------------------------------------*/

#subpage table.hyou {
	clear:both;
	margin:10px 2%;
	width:96%;
	background:#FFF;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
#subpage table.hyou th, #subpage table.hyou td {
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#subpage table.hyou th { background:#EEE;}
#subpage table.hyou2+table.hyou2 { border-top:0;}


/* HYOU PLURAL　*************************/

#subpage table.hyou2,
#subpage table.hyou3,
#subpage table.hyou4,
#subpage table.hyou5 {
	clear:both;
	margin:0 2%;
	width:96%;
	background:#FFF;
	border-right:1px solid #DDD;
}
#subpage table.hyou2 th,
#subpage table.hyou3 th,
#subpage table.hyou4 th,
#subpage table.hyou5 th {
	padding:5px 10px;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#subpage table.hyou2 td,
#subpage table.hyou3 td,
#subpage table.hyou4 td,
#subpage table.hyou5 td {
	padding:5px 10px;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
}
#subpage table.hyou2 th,
#subpage table.hyou3 th,
#subpage table.hyou4 th,
#subpage table.hyou5 th {
	background:#EEE;
	font-weight:bold;
	text-align:center;
}

/* 2RETU */
#subpage table.hyou2 { border-top:1px solid #DDD; }
#subpage table.hyou2 th { width:33%;  border-top:none; }
#subpage table.hyou2 td { width:67%; }

/* 3RETU */
#subpage table.hyou3 th,
#subpage table.hyou3 td { width:33%; }

/* 4RETU */
#subpage table.hyou4 th,
#subpage table.hyou4 td { width:25%; }

/* 5RETU */
#subpage table.hyou5 th,
#subpage table.hyou5 td { width:20%; }


/*---------------------------------------------------------------------------
  LIST
---------------------------------------------------------------------------*/

#subpage ul.list-ul {
	clear:both;
	margin:0 2%;
	padding: 20px 0;
}
#subpage ul.list-ul li {
	padding: 0 0 10px 20px;
	background: url(../image/list-arrow.jpg) no-repeat left 5px;
}


/*---------------------------------------------------------------------------
  LINK
---------------------------------------------------------------------------*/

#subpage .link {
	clear:both;
	margin:0 2%;
	padding: 0 0 10px;
	text-indent: 25px;
	background:url(../image/link-arrow.gif) no-repeat left 3px;
}
#subpage .file {
	clear:both;
	margin:0 2%;
	padding: 0 0 10px;
}
#subpage .file img { padding-right:10px;}

/* LINK PLURAL　*************************/

#subpage .link-box {
	clear:both;
	padding: 20px 0;
}
#subpage .link-box:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#subpage .link-box .link {
	clear:none;
	float:left;
	margin:0 2%;
	padding: 0 0 10px;
	text-indent: 23px;
	background:url(../image/link-arrow.gif) no-repeat left 2px;
}

/* LINK BOX2 */ #subpage .link2 .link {width:46%;}
/* LINK BOX3 */ #subpage .link3 .link {width:29.3%;}
/* LINK BOX4 */ #subpage .link4 .link {width:21%;}
/* ie7hack */
*+html #subpage .link2 .link {width:45%;}
*+html #subpage .link3 .link {width:28.3%;}
*+html #subpage .link4 .link {width:20%;}

/* FILE PLURAL　*************************/

#subpage .file-box {
	clear:both;
	padding: 20px 0;
}
#subpage .file-box:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#subpage .file-box .file {
	clear:none;
	float:left;
	margin:0 2%;
	padding: 0 0 10px;
}
#subpage .file-box .file img {padding-right:10px;}
/* FILE BOX2 */ #subpage .file2 .file {width:46%;}
/* FILE BOX3 */ #subpage .file3 .file {width:29.3%;}
/* FILE BOX4 */ #subpage .file4 .file {width:21%;}
/* ie7hack */
*+html #subpage .file2 .file {width:45%;}
*+html #subpage .file3 .file {width:28.3%;}
*+html #subpage .file4 .file {width:20%;}


/*---------------------------------------------------------------------------
  EMBEDDED
---------------------------------------------------------------------------*/

#subpage .embedded {
	clear:both;
	margin: 0 2%;
	padding:0 0 20px;
}


/*---------------------------------------------------------------------------
  PHOTO
---------------------------------------------------------------------------*/

#subpage .photo-l {	float:left;}
#subpage .photo-r {	float:right;}
#subpage .photo-c { clear:both; text-align:center;}

#subpage .photo-l img { padding:0 20px 0 0;}
#subpage .photo-r img { padding:0 0 0 20px;}
#subpage .photo-c img { padding:0 0 10px;}

#subpage .photo-l p,
#subpage .photo-r p,
#subpage .photo-c p { padding: 0 0 5px;}

#subpage .photo-l p,
#subpage .photo-r p { float:left;}
#subpage .photo-l p { margin-right:10px;}
#subpage .photo-r p { margin-left:10px;}


#subpage .caption { font-size:80%; text-align:center;}


/* PHOTO BOX　*************************/

#subpage .photo-box {
	clear:both;
	padding:20px 0;
}
#subpage .photo-box:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#subpage .photo-box ul { float:left; margin:0 2% 30px; }
#subpage .photo-box ul li { margin: 0 0 5px;}

/* PHOTO BOX1 */ #subpage .g1 ul {width:96%; float:none; }
/* PHOTO BOX2 */ #subpage .g2 ul {width:46%;}
/* PHOTO BOX3 */ #subpage .g3 ul {width:29.3%;}
/* PHOTO BOX4 */ #subpage .g4 ul {width:21%;}
/* PHOTO BOX5 */ #subpage .g5 ul {width:16%;}
/* ie7hack */
*+html #subpage .g2 ul {width:45%;}
*+html #subpage .g3 ul {width:28%;}
*+html #subpage .g4 ul {width:20%;}
*+html #subpage .g5 ul {width:15%;}


/*---------------------------------------------------------------------------
  BOX
---------------------------------------------------------------------------*/

#subpage .box1 h4, #subpage .box2 h4 {
	clear:none;
	border:none;
	margin:5px 0 5px;
	padding:0;
	color:#008A82;
	font-size:120%;
}

/* BOX1 */
#subpage .box1 {
	clear:both;
	margin:20px 2%;
	width:96%;
}
#subpage .box1:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
/* IE7用floatの解除*/
*+html #subpage .box1 { clear:both; float:left;}
#subpage .box1 h4 {}
#subpage .box1 .come {/*overflow:hidden; 折り返し無*/}

/* BOX2 */
#subpage .box2 {
	float:left;
	margin:20px 2%;
	width:46%;
}
#subpage .box2 h4 {}
#subpage .box2 .come {/*overflow:hidden; 折り返し無*/}


/*---------------------------------------------------------------------------
  LINE
---------------------------------------------------------------------------*/

#subpage .line {
	clear:both;
	margin:0 2%;
	padding:20px 0;
	width:96%;
}
#subpage .line hr {
	height: 1px;
	border: none;
	border-top: 1px #AAA dotted;
}


/*---------------------------------------------------------------------------
  BUTTON
---------------------------------------------------------------------------*/

#subpage .btn {
	clear:both;
	padding:10px 0;
}
#subpage .btn:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#subpage .btn .bo {
	float:left;
	margin:0 2%;
	text-align:center;
	background:#333;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#subpage .btn a {
	display:block;
	padding:15px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#subpage .btn .bo a:hover {
	background:#999;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
/* BUTTON BOX1 */ #subpage .b1 .bo { width:60%; float:none; margin:0 auto;}
/* BUTTON BOX2 */ #subpage .b2 .bo { width:46%;}
/* BUTTON BOX3 */ #subpage .b3 .bo { width:29.3%;}