@charset "utf-8";
/* CSS Document */

/* contentpage
------------------------------------------------------------------------------------------------------*/
#contentpage{
	margin-bottom:10px;
}

.pagetitle{
	border-bottom:dotted 1px #B0B0B0;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:18px;
	color:#edb311;
}

#subcontent .page a{
	color:#edb311;
}

#subcontent .page a:hover{
	color:#3889d7;
}

#subcontent .subpage{
	margin-left:20px;
}

/* maintitle
------------------------------------------------------------------------------------------------------*/
.maintitle{
	padding:5px 5px 5px 20px;
	font-size:18px;
	margin-bottom:10px;
	background:url(../../img/title.png) no-repeat;
	background-position:10px 50%;
	background-size: 3px 80%;
	border: solid 2px #edb311;
	border-radius:5px;
	color:#edb311;
}

.txttitle{
	color:#edb311;
	margin:10px 0;
	padding:5px 0 5px 10px;
	background:#f0f0f0;
}

/* contenttxt
------------------------------------------------------------------------------------------------------*/
/* pagelink
------------------------------------------------------------------------------------------------------*/
#contenttxt .pagelink{
	text-align:center;
}

#contenttxt .pagelink p{
	width:49%;
	margin-right:1%;
	float:left;
}

#contenttxt .pagelink a{
	text-decoration:underline;
	font-size:20px;
	color:#edb311;
}

#contenttxt .pagelink a:hover{
	color:#3889d7;
}

/* list
------------------------------------------------------------------------------------------------------*/
#contenttxt .txtlink a:hover{
	color:#00afec;
}

#contenttxt .txtlink a{
	text-decoration:underline;
}

#contenttxt .txtlink{
	margin:10px 0;
}

#contenttxt .txttitle{
	color:#edb311;
	margin:10px 0;
	padding:5px 0 5px 10px;
	background:#f0f0f0;
}

#contenttxt .txttitle02{
	margin:0;
	font-weight:bold;
}

/* 2010 2011 2012 2013 2014
------------------------------------------------------------------------------------------------------*/
#contenttxt .txt02{
	margin-top:10px;
}

/* mediaScreen
--------------------------------------------------*/

@media screen and (max-width:768px) {

/* res_contentpage
-------------------------------------------*/
#res_contentpage{
	margin-bottom:10px;
	margin-top:10px;
}

.res_pagetitle{
	border-bottom:dotted 1px #B0B0B0;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:18px;
	color:#edb311;
}

#res_subcontent .res_page a{
	color:#edb311;
}

#res_subcontent .res_subpage{
	margin-left:20px;
}


}
