@charset "utf-8";

/*====================================================*/
/* common.css */
/*====================================================*/
.left{float:left;}
.right{float:right;}
.clearfix{
	clear:both;
	overflow:hidden;
	width:100%;
}
/*-----------------------*/
.m0{margin:0 !important;}
/* Margin Top */
.mT0{margin-top:0 !important;}
.mT2{margin-top:2px !important;}
.mT4{margin-top:4px !important;}
.mT5{margin-top:5px !important;}
.mT8{margin-top:8px !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;}
.mT35{margin-top:35px !important;}
.mT40{margin-top:40px !important;}
.mT45{margin-top:45px !important;}
.mT50{margin-top:50px !important;}
/* Margin Right */
.mR0{margin-right:0 !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;}
.mR40{margin-right:40px !important;}
.mR50{margin-right:50px !important;}
/* Margin Bottom */
.mB0{margin-bottom:0 !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;}
/* Margin Left */
.mL0{margin-left:0 !important;}
.mL2{margin-left:2px!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;}
/* ------------------------- */
.p0{padding:0 !important;}
/* padding Top */
.pT0{padding-top:0 !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 Right */
.pR0{padding-right:0 !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;}
/* padding Bottom */
.pB0{padding-bottom:0 !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:0 !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;}
/* Hover */
a.opacity:hover img {
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}
a{
	text-decoration:none;
	color:#017fcf;
}
a:hover{
	text-decoration:underline;
}
.tUnder{ text-decoration:underline;}
/* Color for text */
.red{color:#ff2a00 !important;}
.tC23{color:#232323 !important;}
.blue{color:#339ee2 !important;}

.bgyellow{background:#fffcdb;}
.nobg{background:none !important;}

.fontB{font-weight:bold;}
.fontI{font-style:italic;}
.fontN{font-weight: normal !important;}
/* Text-align */
.talgL{text-align:left !important;}
.talgR{text-align:right !important;}
.talgC{text-align:center !important;}
/* Font-size */
.fs10{font-size:10px !important;font-size:1.0rem !important;}
.fs11{font-size:11px !important;font-size:1.1rem !important;}
.fs12{font-size:12px !important;font-size:1.2rem !important;}
.fs13{font-size:13px !important;font-size:1.3rem !important;}
.fs14{font-size:14px !important;font-size:1.4rem !important;}
.fs15{font-size:15px !important;font-size:1.5rem !important;}
.fs16{font-size:16px !important;font-size:1.6rem !important;}
.fs17{font-size:17px !important;font-size:1.7rem !important;}
.fs18{font-size:18px !important;font-size:1.8rem !important;}
.fs19{font-size:19px !important;font-size:1.9rem !important;}
.fs20{font-size:20px !important;font-size:2.0rem !important;}
/* Line-height */
.lh12{line-height:12px !important;}
.lh14{line-height:14px !important;}
.lh15{line-height:15px !important;}
.lh16{line-height:16px !important;}
.lh17{line-height:17px !important;}
.lh18{line-height:18px !important;}
.lh19{line-height:19px !important;}
.lh20{line-height:20px !important;}
.lh21{line-height:21px !important;}
.lh22{line-height:22px !important;}
.lh23{line-height:23px !important;}
.lh24{line-height:24px !important;}
/* ------------------ */
/* Customize */
.typeA{    
    background:url("../images/reason/reason_bgtitle.jpg") 2px top no-repeat;
    height:54px;
    color:#０００;
	padding:0px 20px 0px;
	font-size:16px; font-size:1.6rem; line-height:54px;
}
.typeB{
}
.typeC{	
}
.typeD{	
}
/*-------------------*/
/* Border box */
.noBor{border:0 none !important;}

.btncloseiframe{
    background-color:#fff;
    border-bottom:3px solid #2f91cf;
    padding: 11px 14px;
    width:100%;
    text-align:right;
    box-sizing:border-box;
    border-radius:5px 5px 0 0;
}
.btncloseiframe a{
    color:#527acc;
    font-size:12px;
    line-height:24px;
    display:inline-block;
    text-decoration:none;
}
#modalcontentIframe{
    display:none;
}