@charset "utf-8";

/* ===================================================== */
/* HTML5 */
/* ===================================================== */
article, aside, dialog, figure, footer, header,hgroup, menu, nav, section{ display: block;
	margin: 0px;
	padding:0px; }
[hidden], command, datalist, menu[type=context], rp, source{ display: none;
	margin: 0px;
	padding:0px; }

/* ===================================================== */
/* ALL ELEMENT SET */
/* ===================================================== */
*{
	text-decoration: none;
	line-height: 1;
}
html {
	width: 100%;
	overflow-y:scroll;
}

/* ===================================================== */
/* BODY ELEMENT SET */
/* ===================================================== */
body {
	width: 100%;	
	margin: 0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #4c4948;
	text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}


/* ===================================================== */
/* IMG ELEMENT SET */
/* ===================================================== */
img {
    max-width: 100%;
	margin:0px;
	padding:0px;
	border:0px;
}

.lastchild{
	margin-right: 0px !important;
	padding-right: 0px !important;	
}

/* pdf要素 
----------------------------------------------------------- */  
a[href$=".pdf"] { 
   background: url(../i/icon_pdf.gif) no-repeat 100% 50%;
   padding-right: 15px;
}  
* html a.pdf{   
   background: url(../i/icon_pdf.gif) no-repeat 100% 50%;  
   padding-right: 15px;
}  

/* ===================================================== */
/* H ELEMENT SET */
/* ===================================================== */
h1 {
	color: #FFF;
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 2px 2px #000;	
}

h2 {
	text-align: center;
	margin: 0px;
}

h3 {
	font-size: 20px;
	color: #FF8080;
	padding: 0px;
}


h3 span {
	position: relative;
	display: inline-block;
	line-height: 1.5em;		
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
h3 span::before,
h3 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 900px;
	height: 1px;
	background-color: #ccc;
}
h3 span::before {
	right: 100%;
}
h3 span::after {
	left: 100%;
}

h4 {
	color: #FF8080;
	font-size: 18px;
	padding-left: 5px;
}

h5 {
	margin: 0px;
	padding: 0px;
}

/* ===================================================== */
/* font set */
/* ===================================================== */
.bold{
	font-weight: bold;
}

.txtS{
	font-size:85%;
}
.txtL{
	font-size:110%;
}

.txtD{
	text-decoration: underline;
}

.blue{
	color: #0058B0;
}

.red{
	color: #C71B2C;
}

.note{
	font-size:85%;
}

.shadow{
	text-shadow: 1px 1px 3px #666666;
}

#copy{
	font-size:85%;
}

sup{
	font-size:85%;
}


/* ===================================================== */
/* P ELEMENT SET */
/* ===================================================== */
p{
	margin:0px;
	padding: 0px;
	background-image: url(../i/img_p_bg.gif) ;/*android対応*/
	line-height: 1.5em;
	max-height: 999999px;/*android対応*/
}

/* ===================================================== */
/* A ELEMENT SET */
/* ===================================================== */
/* LINK COLOR */
a:link{
	color: #0080C0;
	text-decoration: none;
	outline: none;
}

a:visited{
	color: #0080C0;
	text-decoration: none;
	outline: none;	
}

a:hover{
	color: #0080C0;
	text-decoration: none;
	outline: none;	
}

a:active{
	color: #0080C0;
	text-decoration: none;
	outline: none;	
}


/* ===================================================== */
/* LIST ELEMENT SET */
/* ===================================================== */
dl{
	margin:0;
	padding:0;
}

dl dt{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image: url(../i/img_p_bg.gif) ;			
	max-height: 999999px;/*android対応*/
}


dl dd{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image: url(../i/img_p_bg.gif) ;			
	max-height: 999999px;/*android対応*/
}


ul{
	margin:0;
	padding:0;
}

ul li{
	line-height:1.5em;
	background-image: url(../i/img_p_bg.gif) ;/*android対応*/		
	max-height: 999999px;/*android対応*/
}



/* ===================================================== */
/* indent SET */
/* ===================================================== */
/* margin-top */
.mt0{
	margin-top:0px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt25{
	margin-top:25px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt50{
	margin-top:50px !important;
}

/* margin-right */
.mr0{
	margin-right:0px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr15{
	margin-right:15px !important;
}
.mr20{
	margin-right:20px !important;
}
.mr25{
	margin-right:25px !important;
}
.mr30{
	margin-right:30px !important;
}
.mrt40{
	margin-right:40px !important;
}
.mr50{
	margin-right:50px !important;
}
.mr100{
	margin-right:100px !important;
}
.mr150{
	margin-right:150px !important;
}
.mr200{
	margin-right:200px !important;
}


/* margin-bottom */
.mb0{
	margin-bottom:0px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb100{
	margin-bottom:100px !important;
}
/* margin-left */
.ml0{
	margin-left:0px !important;
}
.ml5{
	margin-left:5px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml25{
	margin-left:25px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml40{
	margin-left:40px !important;
}
.ml50{
	margin-left:50px !important;
}
.ml100{
	margin-left:100px !important;
}
.ml150{
	margin-left:150px !important;
}
.ml200{
	margin-left:200px !important;
}


/* padding-top */
.pt0{
	padding-top:0px !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt25{
	padding-top:25px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt40{
	padding-top:40px !important;
}
.pt50{
	padding-top:50px !important;
}

/* padding-bottom */
.pb0{
	padding-bottom:0px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb25{
	padding-bottom:25px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb40{
	padding-bottom:40px !important;
}
.pb50{
	padding-bottom:50px !important;
}
/* padding-left */
.pl0{
	padding-left:0px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl15{
	padding-left:15px !important;
}
.pl20{
	padding-left:20px !important;
}
.pl25{
	padding-left:25px !important;
}
.pl30{
	padding-left:30px !important;
}
.pl40{
	padding-left:40px !important;
}
.pl50{
	padding-left:50px !important;
}

/* padding-right */
.pr0{
	padding-right:0px !important;
}
.pr5{
	padding-right:5px !important;
}
.pr10{
	padding-right:10px !important;
}
.pr15{
	padding-right:15px !important;
}
.pr20{
	padding-right:20px !important;
}
.pr25{
	padding-right:25px !important;
}
.pr30{
	padding-right:30px !important;
}
.pr40{
	padding-right:40px !important;
}
.pr50{
	padding-right:50px !important;
}

/* float */
.fll{
	float:left;
}
.flr{
	float:right;
}

/* align */
.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}




