@charset "utf-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:767px){
	.isRsp input,.isRsp select,.isRsp textarea {
		font-size: 16px;
	}
	.isRsp input[type="submit"],
	.isRsp input[type="button"] {
		-webkit-appearance: button;
		appearance: button;
	}
	.isRsp img {
		max-width: 100%;
		height: auto;
	}
	.isRsp table {
		font-size: 14px;
	}
}

/* ボディー */

body{
	color: #333;
	font-size: 75%;
	font-family: Meiryo, "メイリオ", Geneva, Arial, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
	line-height: 1.8;
}
@media screen and (max-width:767px){
	.isRsp body {
		line-height: 1.6;
		font-size: initial;
	}
}

.btn_to_sp {
	width: 1000px;
	background: #d0e3da;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	padding: 10px 0;
	text-decoration: underline;
	display: none;
}
.btn_to_sp a {
	color: #267852;
}


/* 共通 */

.center{
	text-align: center;
}

.left{
	text-align: left !important;
}

.right{
	text-align: right !important;
}

.clear{
	clear: both;
	overflow:hidden;
	width:100%;
}

.underline{
	text-decoration: underline;
}

.style-bold{
	font-weight: bold;	 
}

.style-red{
	color: #DD3E39;
}

.style-red01{           /* 西尾追記 */
	color: #FF0000;
}

.style-gray{
	color: #999;
}

.style-green{
	color: #277852;
}

.style-green02{
	color: #00B200;
}

.style-green03{
	color: #7EB20A;
}

.style-yellow{
	background-color: #FF0;
	font-weight: bold;	
}

.style-pink{
	color: #F951AA;
}

.style-orange{
	color: #FF9900;
}

.style-blue{
	color: #4CA5FF;
}

.style-base{
	font-size: 75%;
}

.style-14{
	font-size: 117% !important;
}

.style-12{
	font-size: 100% !important;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.dn{
	display: none !important;
}

.border-none{
    border:none !important;
}

.clearfix:after{
    content: "";
	display: block;
	clear: both; 
}

@media screen and (max-width:767px){
	.isRsp .float-left,
	.isRsp .float-right {
		float: none;
	}
	.isRsp .float-left img,
	.isRsp .float-right img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

/* リンクテキスト */

a {
	color: #25AD7D;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}

a.internal{
	background-image: url(../images/second/internal.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}

a.external{
	background-image: url(../images/second/external.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}

a.pdf{
	/*background-image: url(../images/second/pdf.gif);*/
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}

#breadCrumb a,
#article a{
	text-decoration: underline;
}

#breadCrumb a:hover,
#article a:hover{
	text-decoration: none;
}





/* 段落 */

#container{
	min-width: 1000px;
}
@media screen and (max-width:767px){
	.isRsp #container{
		min-width: initial;
	}
}

#header{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

#global{
	background-image: url(../images/global/gn-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 20px 0;
}

#contents{
	clear: both;
	margin: 30px auto;
	overflow: hidden;
	width: 1000px;
}

#footer{
	border-top: solid 1px #CCC;
}

#licence{
	background-color: #277852;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width:767px){
	.isRsp #container {
		font-size: 15px !important;
	}
	.isRsp #header {
		width: auto;
		margin-bottom: 5px;
	}
	.isRsp #hn-box {
		display: none;
	}
	.isRsp #global {
		display: none;
	}
	.isRsp #contents {
		width: auto;
		margin: 5px auto 0;
		padding: 0 10px;
	}
	.isRsp #licence {
		display: none;
	}
	.isRsp #footer_sp a {
		text-decoration: underline;
	}
}


/* ヘッダー */

#h-logo{
    float: left;
	padding-top: 15px;
}

#hn-box{
    float: right;
	width: 620px;
}

#hn-box ul{
    clear: both;
	margin:10px 0 5px 285px;
	overflow: hidden;
	width: 620px;
}

#hn-box ul li{
	border-left: solid 1px #FFF;
    float: left;
}

#search-box{
	margin: -50px 350px 15px 0;
}

#search{
	position: relative;	
	top: 5px;
}

@media screen and (max-width:767px){
	.isRsp #h-logo {
		display: none;
	}
}

/* グローバル */

#global ul{
	clear: both;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

#global ul li{
    float: left;
}


/* 左ナビ */

#navi{
    float: left;
	width: 220px;
}

#ul-gain{
	background-color: #277852;
	background-image: url(../images/navi/title-gain.gif);
	background-repeat: no-repeat;
	background-position: 18px 18px;
	margin-bottom: 20px;
	padding: 57px 10px 10px;
}

#ul-gain li{
    margin-bottom: 3px;
}

#ul-nv{
    margin-bottom: 30px;
}

#ul-nv li{
    margin-bottom: 10px;
	height: 66px;
}

#ul-info{
	background-image: url(../images/navi/info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	padding-top: 47px;
}

#ul-info li a{
	background-image: url(../images/navi/link.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	display: block;
	font-size: 109%;
	padding-left: 15px;
	color: #333;
}

#ul-info li a:hover,
#ul-info li a.current{
	color: #277852;
	text-decoration: underline;
}

#t-tree-box{
    border: solid 1px #CCC;
	font-size: 109%;
	padding: 20px 0;
}

#dl-t-tree dt{
	text-align: center;	
}

#dl-t-tree dd{
	border-bottom: solid 1px #CCC;
	color: #777;
	padding: 20px;
}

#dl-t-tree02{
	padding: 0 20px;
}

#dl-t-tree02 dt{
	background-image: url(../images/navi/link.gif);
	background-repeat: no-repeat;
	background-position: left 28px;
	font-weight: bold;
	padding: 20px 0 0 13px;
}

#dl-t-tree02 dd{
	color: #525252;
}

.dl-nv-sec{
   margin: 40px 0;
}

.dl-nv-sec dt{
	border-bottom: solid 1px #BBB;
	border-top: solid 2px #277852;
	margin-bottom: 20px;
	padding: 15px 0 12px 6px;
}

.dl-nv-sec dd{
	color: #777;
}

.dl-nv-sec dd ul{
    border-bottom: dotted 1px #BBB;
    border-top: dotted 1px #BBB;
	margin: 20px 0;
	padding: 20px 0 10px;
}

.dl-nv-sec dd ul li{
    margin-bottom: 10px;
}

.btn-newsletter{
	position: relative;
	top:5px;
}

#box-release{
	border-bottom: solid 1px #BBB;
	border-top: dotted 1px #BBB;
	margin: 20px 0;
	padding: 10px 0;
}

@media screen and (max-width:767px){
	.isRsp #navi {
		display: none;
		width: auto;
		float: none;
	}
	.isRsp #ul-gain {
		display: none;
	}
	.isRsp #ul-nv {
		display: none;
	}
}

/* 右記事 */

#article{
    float: right;
	width: 748px;
}

#ul-amino{
    clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	width: 758px;/* 748px */
}

#ul-amino li{
    float: left;
	padding: 0 10px 10px 0;
}

#ul-amino li a{
	display: block;
}

@media screen and (max-width:767px){
	.isRsp #article {
		width: auto;
		float: none;
	}
}

/* フッター */

#ul-fn{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

#ul-fn li{
    float: left;
	height: 160px;
}

#footer-erea{
	background-color: #F6F6F6;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	padding: 60px 0;
}

#footer-erea-inner{
    clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

.footer-sec{
    float: left;
	width: 333px;
}

.footer-sec p{
    margin-bottom: 20px;
}

.footer-sec p a{
	background-image: url(../images/footer/f-bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
	font-size: 134%;
	padding-left: 15px;
}

.footer-sec ul{
    margin-bottom: 30px;
}

.footer-sec ul li a{
	color: #333;
	font-size: 109%;
}

.footer-sec p a:hover,
.footer-sec p a.current,
.footer-sec ul li a:hover,
.footer-sec ul li a.current{
	color: #277852;
	text-decoration: underline;
}

#f-txt{
	font-size: 109%;
	padding: 20px 0;
	text-align: center;
}
#footer_sp {
	display: none;
}

@media screen and (max-width:767px){
	.isRsp #ul-fn {
		width: auto;
	}
	.isRsp #footer {
		border-top: none;
	}
	.isRsp #footer {
		display: none;
	}
	.isRsp #footer_sp {
		display: block;
	}
}

.rsp_imgtit span {
	display: none;
}
@media screen and (max-width:767px){
	.rsp_imgtit img {
		display: none;
	}
	.rsp_imgtit span {
		display: block;
	}
	.rsp_imgtit_01 {
		margin: 0 -10px 15px !important;
	}
	.rsp_imgtit_01 > span {
		padding-bottom: 13px;
	}
	.rsp_imgtit_02 {
		margin: 20px -10px 0 !important;
	}
}


/* ライセンス */





